body, html{
    scroll-behavior: smooth;
}
.big-container {
    overflow: hidden;
}
.content {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -1px;
}
.header {
    background-color: #D2C3B5;
}
.content.header-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 0 47px;
    padding-top: 0;
    
}
.content.banner-c {
    width: 100%;
    max-width: 1560px;
}
.banner {
    background: linear-gradient(180deg, #D2C3B5 0%, #F4F0ED 100%);
}
.blz-last-winner {
    background: linear-gradient(180deg, #F4F0ED 62.5%, #D2C3B5 100%);
}
.content.end-c {
    max-width: 685px;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
}
.content.rules-c {
    max-width: 1065px;
}
.content.footer-c {
    text-align: center;
    padding-bottom: 60px;
}
.giveaway-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.banner-container {
    align-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
}
.banner-box {
    width: 32%;
    position: relative;
}
.banner-box.last {
    position: relative;
}
.banner-box.first {
    width: 100%;
}
.form {
    width: 100%;
    background-color: transparent;
    padding: 25px 40px;
}
.heading-3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Specialelite, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.link {
    color: #000;
    text-align: center;
    font-family: Opensans Regular, sans-serif;
    font-weight: 400;
    display: block;
}

.link:hover {
    text-decoration: none
}

.image {
    margin-top: -86px;
    margin-right: -40px;
}

.brown-dot {
    width: 197px;
    height: 197px;
    text-align: center;
    background-image: url('../images/brown-circle.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 52px 25px 45px;
}

.heading-4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: NorthwestRegular, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
}

.paragraph {
    color: #fff;
    margin-bottom: 0;
    font-family: Specialelite, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
}

.heading-5 {
    color: #000;
    margin-top: 0;
    font-family: Specialelite, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
}

.list {
    padding-left: 0;
    list-style-type: none;
}

.list-item {
    color: #000;
    background-image: url('../images/black-check-icon.png');
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 15px;
    padding-left: 30px;
    font-family: Specialelite, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.list-2 {
    margin-bottom: 20px;
    padding-left: 25px;
    list-style-type: none;
}

.list-item-2 {
    color: #000;
    background-image: url('../images/black-dot.png');
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 10px;
    padding-left: 18px;
    font-family: Specialelite, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.paragraph-2 {
    color: #000;
    font-family: Opensans Regular, sans-serif;
    font-weight: 400;
}

.image-3 {
    position: absolute;
}

.image-4 {
    margin-bottom: 15px;
}

.link-2 {
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: NorthwestRegular, sans-serif;
    font-size: 18px;
    line-height: 27px;
    display: block;
}

.link-2:hover {
    text-decoration: none;
}

.heading-6 {
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Specialelite, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.paragraph-5 {
    font-family: Opensans Regular, sans-serif;
}

.paragraph-6 {
    margin-bottom: 15px;
    font-family: Opensans Regular, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.paragraph-6.last {
    margin-bottom: 35px;
}

.heading-7 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Specialelite, sans-serif;
    font-weight: 400;
}

.image-5 {
    position: absolute;
    top: 8%;
    bottom: auto;
    left: auto;
    right: -10%;
}

.paragraph-7 {
    color: #000;
    font-family: Specialelite, sans-serif;
    font-weight: 400;
}

.image-6 {
    margin-bottom: 20px;
}
.paragraph-8 {
    font-family: Opensans Regular, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.text-span {
    font-size: 18px;
    line-height: 27px;
    display: block;
}

.image-8 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -43%;
}

.image-10 {
    margin-right: -5%;
}


.list-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    font-weight: 700;
    color: #fff;
    list-style: none;
    gap: 0 16px;
}

.list-item3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    border: 2px solid #A4866C;
    border-radius: 4px;
}

.countdown-box {
    display: flex;
    width: 100%;
    padding: 0px 16px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    padding: 16px 0;
}

.countdown-box .days {
    font-size: 50px;
    color: #000000;
    font-family: 'Special elite pro';
    font-weight: 400;
}

.countdown-box .hours {
    font-size: 50px;
    color: #000000;
    font-family: 'Special elite pro';
    font-weight: 400;
}

.countdown-box .minutes {
    font-size: 50px;
    color: #000000;
    font-family: 'Special elite pro';
    font-weight: 400;
}

.countdown-box .seconds {
    font-size: 50px;
    color: #000000;
    font-family: 'Special elite pro';
    font-weight: 400;
}

.count-block {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Opensans Regular';
    color: #000;
    width: 100%;
}

.input-big {
    background: #ffffff;
    width: 100%;
    height: 49px;
    margin-bottom: 4px;
    position: relative;
}

input[type=text] {
    width: 100%;
    line-height: 45px;
    border: none;
    padding: 0 15px;
    -webkit-appearance: none;
    position: relative;
    color: #a4a4a4;
    font-size: 16px;
}

input[type=email] {
    width: 100%;
    line-height: 45px;
    border: none;
    padding: 0 15px;
    -webkit-appearance: none;
    position: relative;
    color: #a4a4a4;
    font-size: 16px;
}

* {
    outline: none;
}

input[type=submit] {
    display: inline-block;
    background: #a4866c;
    max-width: 147px;
    width: 100%;
    height: 62px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: all 0.5s ease;
    border: none;
    font-family: Specialelite, sans-serif;
    text-transform: uppercase;
}

input[type=submit]:hover {
    background: #735c47;
}
.freezer-campaign-page .woo_amc_open_image {
    display: none !important;
}
.freezer-campaign-page .woo_amc_open.right-top-fixed {
    display: none !important;
}
/* CUSTOM BLZ CODE */
.blz-header-logo {
    padding-top: 80px;
    padding-bottom: 10px;
}
.blz-header-logo > a > img {
    width: 90%;
    height: 100%;
}
.blz-heading-main h1 {
    font-family: 'Northwest Textured', serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0.01em;
    color: #2B2B2B;
    padding: 20px 0;
}
.blz-header-ul p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.005em;
    padding-bottom: 10px;
}
.blz-header-ul ul > li {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.005em;
}
.blz-header-content {
    width: 56%;
}
.blz-header-image-main {
    width: 44%;
}
.blz-header-image-main > img {
    height: 100%;
    width: 100%;
}
form#contact-form {
    display: flex;
    flex-direction: column;
    gap: 0 20px;
}
.form-fields-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}
h2.blz-winner-heading {
    font-family: 'Northwest Textured', serif;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    margin: 0;
}

.blz-winner-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}

/* Mobile & Tablet: Add gap */
@media (max-width: 1023px) {
  .blz-winner-img {
    gap: 60px; /* adjust as needed */
  }
}

/* Desktop: optional layout adjustment */
@media (min-width: 1024px) {
  .blz-winner-img {
    grid-template-columns: repeat(4, 1fr); /* or 2 if preferred */
    gap: 24px; /* optional desktop gap */
  }
}

.blz-winner-img img {
  width: 100%;
  height: auto;
  display: block;
}


/* .blz-winner-img img {
    width: 20%;
} */
/* @media screen and (min-width:1439px) {
    .blz-winner-img img {
        width: 20%;
    }
}
@media screen and (max-width:1439px) {
    .fourth_winner {
        display: none;
    }
} */
.blz-header-ul ul {
    padding-left: 35px;
}

.blz-winner-image-container {
    padding: 60px 40px 0px 40px;
}
@media screen and (max-width:1440px) {
    .blz-winner-image-container {
        padding: 60px 40px 0px 40px;
    }
}
@media screen and (max-width:1440px) and (min-width:992px) {
    .content.header-c{
        padding: 0 0 0 40px;
    }
}
@media screen and (max-width:1024px) and (min-width:426px){
    .form-fields-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .input-big {
        background: #ffffff;
        width: 100%;
        height: 49px;
        margin-bottom: 0;
        position: relative;
    }
    .input-big:last-of-type {
        grid-column: 1 / 2;
    }
    input[type=text],
    input[type=email] {
        width: 100%;
        line-height: 45px;
        border: none;
        padding: 0 15px;
        -webkit-appearance: none;
        position: relative;
        color: #a4a4a4;
        font-size: 16px;
        background: #ffffff;
    }

}
@media screen and (max-width:1024px) {
    .blz-heading-main h1{
        font-size: 42px;
        margin: 5px 0;
        line-height: 50px;
    }
    .blz-header-ul ul > li{
        font-size: 14px;
    }
    .blz-header-logo > a > img{
        width: 75%;
        margin: 0;
    }
    .content.header-c{
        gap: 0;
    }
    .blz-winner-image-container {
        padding: 60px 40px 0px 40px;
    }
    /* .blz-winner-img img {
        width: 31.33%;
    } */
    .blz-header-logo{
        padding-bottom: 0;
    }
    .blz-header-ul ul > li{
        line-height: 28px;
    }
    .blz-header-ul ul {
        padding-left: 25px;
    }
    .blz-header-ul p {
        font-size: 14px;
        padding-bottom: 0;
    }
}
@media screen and (max-width:768px) {
    .blz-winner-image-container{
        padding: 60px 20px 0px 20px;
    }
    .countdown-box .days,.countdown-box .hours,.countdown-box .minutes,.countdown-box .seconds{
        font-size: 36px;
    }
    .count-block{
        font-size: 12px;
    }
}
@media screen and (max-width:425px) {
    .blz-winner-image-container{
        padding: 40px 20px 0px 20px;
    }
    .blz-winner-img{
        gap: 40px !important;
    }
    .blz-winner-img img {
        width: 100%;
    }
    .countdown-box .days,.countdown-box .hours,.countdown-box .minutes,.countdown-box .seconds{
        font-size: 24px;
    }
}


@media screen and (max-width:1770px) {
    .image-5 {
        right: -23%;
        width: 200px;
    }
}

@media screen and (max-width:1770px) {
    .image-10 {
        margin-right: -10%;
    }
}

@media screen and (max-width:1680px) {
    .image-10 {
        margin-right: -13%;
    }

    .image-5 {
        right: -24%;
    }
}

@media screen and (max-width:1500px) {
    .image-10 {
        margin-right: -21%;
    }

    .image-5 {
        right: -26%;
    }
}

@media screen and (max-width:1366px) {

    .image-10 {
        margin-right: -26%;
    }

}


@media screen and (max-width:1340px) {

    .banner-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
    }


    .image-5 {
        display: none;
    }

    .banner-box.first {
        margin: 0 auto 50px;
    }

    .image-10 {
        margin-right: 0
    }

    .banner-box {
        width: 42%;
    }

    .form {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .banner-box {
        width: 37%;
    }

    .text-span {
        font-size: 18px;
        line-height: 27px;
        display: block;
    }

    .image-8 {
        position: absolute;
        top: 0%;
        bottom: auto;
        left: auto;
        right: -19%;
    }


}

@media screen and (max-width: 1260px) {
    .banner-container {
        align-items: flex-start;
        align-content: flex-start;
    }

    .image-10 {
        margin-right: -8%;
    }
}

@media screen and (max-width: 1105px) {
    .image-10 {
        margin-right: -13%;
    }
}

@media screen and (max-width: 1028px) {
    .image-10 {
        margin-right: -16%;
    }
}

@media screen and (max-width: 991px) {
    .content.header-c {
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        padding: 20px 20px 20px 40px;
        gap: 0 30px;
    }
    .content.banner-c.blz-winner-banner{
        padding: 0 20px;
    }
    .content.end-c{
        padding: 40px 20px 80px 20px;
    }
    .blz-winner-img{
        flex-wrap: wrap;
        gap: 60px;
    }
    .blz-header-logo{
        padding-top: 40px;
    }
    .blz-heading-main h1 {
        line-height: 45px;
    }
    .blz-header-ul ul > li {
        line-height: 25px;
    }
    .banner-container {
        flex-direction: column;
    }
    .banner-box {
        width: 100%;
        margin-bottom: 40px;
    }
    .banner-box.last {
        margin-bottom: 0;
    }
    .banner-box.first {
        margin-bottom: 40px;
    }
    .image-5 {
        display: none;
    }
    .image-9 {
        margin-bottom: 20px;
    }
    .image-10 {
        width: 80%;
        position: static;
        margin-right: 0;
    }
    .blz-header-image-main {
        width: 100%;
    }
    .blz-header-content {
        width: 100%;
    }
    .heading-3{
        font-size: 20px;
    }
    h2.blz-winner-heading{
        font-size: 36px;
    }
}

@media screen and (max-width: 844px) {
    .image-10 {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .image-10 {
        width: 70%;
        position: static;
    }
}

@media screen and (max-width: 580px) {
    .blz-header-logo{
        padding-top: 20px;
    }
    .giveaway-box {
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .blz-header-logo > a > img {
        width: 60%;
    }
   .content.banner-c.blz-winner-banner {
        padding-bottom: 0;
    }
    .content.header-c{
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        padding: 20px 20px 0 20px;
        gap: 0;
    }
    .form-fields-wrapper{
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }
    h2.blz-winner-heading {
        font-size: 32px;
    }
    input[type=submit]{
        height: 50px;
    }
    
}

@media screen and (max-width: 479px) {

    .form {
        padding: 25px;
    }

    .content.banner-c {
        padding-top: 10px;
    }

    .heading-3 {
        font-size: 19px;
        line-height: 29px;
    }

    .heading-5 {
        font-size: 30px;
        line-height: 40px;
    }

    .text-holder {
        width: 100%;
        text-align: center;
    }



    .image-10 {
        width: 85%;
    }
}


@font-face {
    font-family: 'NorthwestRegular';
    src: url('../fonts/NorthwestRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Specialelite';
    src: url('../fonts/SpecialElite-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Opensans Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Northwest Bold';
    src: url('../fonts/NORTHWEST-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Special elite pro';
    src: url('../fonts/Special-Elite-Pro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Northwest round';
    src: url('../fonts/Northwest-Round.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Northwest textured';
    src: url('../fonts/Northwest-Textured.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Northwest roundtextured';
    src: url('../fonts/Northwest-RoundTextured.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}