@font-face {
    font-family: 'ArchivoCustom';
    src: url('../fonts/Archivo-Variable.ttf') format('truetype');
    font-weight: 100 900;
}


.wf-hero-section {
    width:100%;
    overflow:hidden;
}


.wf-hero-slide {
    height:100vh;
}


.wf-slide-bg {
    height:100vh;
    background-size:cover;
    background-position:bottom;
    position:relative;
}


.wf-hero-overlay {

    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,0) 40%,
        rgba(255,255,255,.45)
    );

}



.wf-hero-content {
    position:relative;
    z-index:2;
    padding-left:0;
    font-family:'ArchivoCustom', sans-serif;
    color:#252126;
    
    
}

.wf-slide-1 .wf-hero-content {
    bottom:40px;
    left:25%;
}


.wf-slide-2 .wf-hero-content {
    bottom: 0px;
    left: 15%;
}



.wf-slide-3 .wf-hero-content {
    bottom:100px;
    left:22%;
    padding: 0;
}



.wf-hero-content h1 {

    font-size:45px;
    line-height:1.15;
    font-weight:400;
    margin-bottom:25px;

}



.wf-hero-content h1 strong {

    display:block;
    font-weight:800;

}



.wf-hero-content h4 {

    font-size:22px;
    font-weight:600;
    margin-bottom:25px;

}



.wf-logo img {
    width:200px;
    height:auto;
    margin-bottom:30px;
}



.wf-location-text {

    font-size:18px;
    letter-spacing:8px;
    font-weight:600;
    margin-bottom:35px;

}



.wf-info-box {

    background:#fff;
    padding:10px 25px;
    display:flex;
    gap:15px;
    font-size:18px;
    font-weight:600;
    width:max-content;
    max-width:100%;
    margin:0 auto;

}



.wf-info-box .divider {

    color:#555;

}



.wf-price-box {

    margin-top:0;
    background:linear-gradient(
        90deg,
        #6b2e18,
        #b98045
    );
    color:#fff;
    padding:10px 30px;
    font-size:18px;
    width:88.5%;
    margin:0 auto;

}



.wf-price-box strong {

    font-weight:800;

}



.slide-2 .wf-price-box {

    width:79%;

}



/* ===========================
   SWIPER PAGINATION
=========================== */

/* Vertical Pagination Left Side */

.wf-hero-pagination {

    position:absolute;

    left:20px !important;

    top:42% !important;

    transform:translateY(-50%);

    width:auto !important;

    display:flex;

    flex-direction:column;

    gap:18px;

    z-index:10;
    justify-content: center;
}



.wf-hero-pagination .swiper-pagination-bullet {

    width:14px;

    height:14px;

    margin:0 !important;

    background:#fff;

    opacity:1;

    border:1px solid #8c5a32;

    transition:all .3s ease;

}



.wf-hero-pagination .swiper-pagination-bullet-active {

    background:#8c5a32;

    transform:scale(1.3);

}



/* ===========================
   SLIDE 3 CONTENT
=========================== */


.wf-slide3-content {

    padding-top:80px;

}



.wf-slide3-title {

    font-size:52px;
    line-height:1.15;
    font-weight:400;

}



.wf-slide3-title span {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
}



.wf-slide3-title span:after {

    content:"";
    position:absolute;

    left:0;
    right:0;
    top:50%;

    height:3px;

    background:#b43b2e;

}



.wf-slide3-title strong {

    display:block;
    font-weight:800;

}



/* ===========================
   SLIDE 3 BOTTOM STRIP
=========================== */


.wf-slide3-bottom {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        #6d311e,
        #c48b4d
    );
    color: #fff;
    padding: 12px 0;
    z-index: 5;
}



.wf-slide3-list {

    margin:0;
    padding:0;

    list-style:none;

    display:flex;

    justify-content:center;

    align-items:center;

}



.wf-slide3-list li {

    position:relative;

    padding:0 45px;

    font-size:28px;

    font-weight:400;

    white-space:nowrap;

}



/* Separator */

.wf-slide3-list li:not(:last-child)::after {

    content:"|";

    position:absolute;

    right:-5px;

    top:50%;

    transform:translateY(-50%);

    font-size:32px;

    font-weight:300;

    color:#fff;

}




/* ===========================
   SLIDE 3 LOGOS
=========================== */


.wf-slide3-logos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
}



.wf-slide3-logos img {

    max-width:280px;

    max-height:75px;

}



.wf-slide3-logos div {

    font-size:25px;

    font-weight:500;

    color:#222;

}







/* ===========================
   SLIDE 3 PRICE BADGE
=========================== */

.wf-slide3-price-badge {
    position: absolute;
    top: 140px;
    left: 15.2%;
    width: 230px;
    z-index: 5;
}



.wf-slide3-price-title {

    background:#211f22;

    color:#fff;

    text-align:center;

    padding:18px 15px;

    font-size:20px;

    line-height:1.2;

    font-weight:600;

}



.wf-slide3-price-value {
    background: transparent;
    border: 2px solid #211f22;
    border-top: 0;
    color: #252126;
    text-align: center;
    padding: 8px 10px;
    font-size: 38px;
    font-weight: 700;
}



.wf-slide3-price-value sup {

    font-size:18px;

    top:-1em;

}



/* Mobile */

@media(max-width:991px){


    .wf-slide3-price-badge {

        top:80px;

        left:20px;

        width:180px;

    }


    .wf-slide3-price-title {

        font-size:16px;

        padding:12px;

    }


    .wf-slide3-price-value {

        font-size:28px;

    }

}









/* ===========================
   RESPONSIVE
=========================== */


@media(max-width:1600px){

    .wf-logo img {

        width:150px;

    }

    .wf-slide3-price-badge {
    left: 12.8%;
}

.wf-slide3-price-title {
    padding: 10px 15px;
    font-size: 18px;
    }

.wf-slide3-price-value {
    padding: 5px 10px;
    font-size: 28px;
}

.wf-slide3-logos img {
    max-width: 250px;
    max-height: 65px;
}

.wf-slide3-list li {
    font-size: 24px;
}

.wf-slide-1 .wf-hero-content {
    left: 17%;
}


.wf-slide-2 .wf-hero-content {
    bottom: 20px;
    left: 6%;
}

.wf-slide-2 .wf-slide-bg {
    background-position: center -130px;
}

.wf-slide-3 .wf-hero-content {
    left: 13%;
}

}



@media(max-width:991px){


    .wf-hero-slide{

        height:850px;

    }


    .wf-hero-content{

        padding:20px;
        text-align:center;

    }


    .wf-hero-content h1{

        font-size:32px;

    }


    .wf-logo img{

        width:200px;

    }


    .wf-info-box{

        flex-direction:column;
        margin:auto;

    }


    .wf-price-box{

        font-size:16px;

    }



    /* Slide 3 */

    .wf-slide3-title {

        font-size:32px;

    }


    .wf-slide3-list {

        gap:10px;

    }


.wf-slide3-list li {
    padding: 0 8px;
    font-size: 9px;
}
    


.wf-slide3-list li:not(:last-child)::after {
    font-size: 15px;
}




    .wf-slide3-logos {

        height:90px;

    }


    .wf-slide3-logos img {

        max-width:120px;

    }


}



/* ===========================
   MOBILE HERO BACKGROUND IMAGES
=========================== */

@media(max-width:767px){


    /* Slide 1 Mobile */
    .wf-slide-1 .wf-slide-bg {

        background-image:url('../images/hero/1-m.jpg') !important;

        background-position:0 0;

    }



    /* Slide 2 Mobile */
    .wf-slide-2 .wf-slide-bg {

        background-image:url('../images/hero/2-m.jpg') !important;

        background-position:center top;

    }



    /* Slide 3 Mobile */
.wf-slide-3 .wf-slide-bg {
    background-image: url('../images/hero/3-m.jpg') !important;
    background-position: -20px 0px;
}

    .wf-hero-slide {

        height:90vh;

        min-height:unset;

    }



    .wf-slide-bg {
        background-size:cover;
        background-repeat:no-repeat;
        height: 88vh;
    }
    

    .wf-slide-bg .container.h-100 {
    padding: 0;
    }


.wf-hero-content {
    left: 0;
    right: 0;
    bottom: 100px;
}

.wf-slide-1 .wf-hero-content {
    bottom: 100px;
    left: 0;
}



.wf-hero-content h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wf-hero-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

    .wf-logo img {
        width: 80px;
    }


    .wf-info-box {
    font-size: 9px;
    gap: 0;
    width: 100%;
    }

    .wf-price-box {
    font-size: 10px;
    width: 100%;
    }

    .wf-info-box .divider {
    display: none;
    }

    .d-none-mobile {
        display: none;
    }


    .slide-2 .wf-price-box {
    width: 100%;
    padding: 10px;
}

.bottom-wrapper {
    position: relative;
    top: 18em;
    width: 90%;
    margin: 0 auto;
}

.wf-slide-2 .wf-hero-content {
    bottom: 100px;
    left: 0;
}

.wf-slide-2 .bottom-wrapper {
    position: relative;
    top: 17em;
    width: 72%;
    right: 0px;
    margin-left: auto;
    margin-right: unset;
}



    .wf-hero-content.wf-slide3-content.text-center {
    bottom: 11em;
    left: 0;
}

    .wf-slide3-logos img {
        max-width: 85px;
    }

    .wf-slide3-logos div {
    font-size: 9px;
    }

    .wf-slide3-logos {
    height: auto;
    padding: 10px 0;
    }

    .wf-slide3-bottom {
        bottom: 56px;
    }


.wf-slide3-price-badge {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    top: 29%;
    border: 1px solid #000;
    margin: 0 auto;
    width: 72%;
    align-items: center;
}

    .wf-slide3-price-title {
    font-size: 9px;
    padding: 8px;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
}

.wf-slide3-price-value {
    font-size: 12px;
    text-align: center;
    position: relative;
    border: 0;
    width: 50%;
}

.wf-slide3-price-value sup {
    font-size: 7px;
    top: -1em;
}

}