 html { scroll-behavior: smooth; }
  body { font-family: 'Alexandria', sans-serif; background: #F0ECE7; color: #272156; }


  /* hero */
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{
    color:white;
    width:50px;
    height:50px;
    border-radius:9999px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(8px);
}

.heroSwiper .swiper-button-next::after,
.heroSwiper .swiper-button-prev::after{
    font-size:18px;
    font-weight:bold;
}

.heroSwiper .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#fff;
    opacity:.5;
    transition:.3s;
}

.heroSwiper .swiper-pagination-bullet-active{
    width:35px;
    border-radius:20px;
    background:#c69a33;
    opacity:1;
}

/* gallery */
.gallery-btn{
    width:66px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:30%;

    background:#fff;

    color:#13416f;

    border:2px solid #13416f;

    transition:.3s;

    cursor:pointer;
}

.gallery-btn:hover{

    background:#13416f;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(19,65,111,.25);

}

.gallery-btn.swiper-button-disabled{

    opacity:.35;
    cursor:not-allowed;
    transform:none;
    box-shadow:none;

}


/* videos */
.videoSwiper .swiper-slide{

    height:auto;

}

.videoSwiper .swiper-slide a{

    height:100%;
    transition:.35s;

}

.videoSwiper .swiper-slide:hover{

    transform:translateY(-8px);

}

.videoSwiper .fa-play{

    transition:.3s;

}

.videoSwiper .swiper-slide:hover .fa-play{

    transform:scale(1.2);

}


/* Testimonials */

.testimonialSwiper{

    padding-bottom:60px;

}

.testimonialSwiper .swiper-slide{

    opacity:.45;
    transition:.4s;

}

.testimonialSwiper .swiper-slide-active{

    opacity:1;

}

.testimonialSwiper .swiper-slide>div{

    max-width:900px;
    margin:auto;

}

.testimonialSwiper .swiper-pagination{

    bottom:0 !important;

}

.testimonialSwiper .swiper-pagination-bullet{

    width:10px;
    height:10px;
    background:#d5d5d5;
    opacity:1;
    transition:.3s;

}

/* .testimonialSwiper .swiper-pagination-bullet-active{

    width:34px;
    border-radius:999px;
    background:#c69a33;

} */


/* footer */

.logo-white {
    filter: brightness(0) invert(1);
}