@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "azonix";
    src: url("../fonts/azonix-webfont.woff2") format("woff2"), url("../fonts/azonix-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'led';
    src: url('../fonts/ledsitex-webfont.woff2') format('woff2'),
        url('../fonts/ledsitex-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::selection {
    color: rgba(255, 254, 254, 0.95);
    background: #72A1A8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

:root {
    --red: #EB1F27;
    --gr: linear-gradient(273.92deg, #3930D8 23.21%, #847EE7 96.42%);
}

li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-bottom: 110px;
}

.mt-120 {
    margin-bottom: 120px;
}

.mt-130 {
    margin-bottom: 130px;
}

.mt-140 {
    margin-bottom: 140px;
}

.mt-150 {
    margin-bottom: 150px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-bottom: 110px;
}

.pt-120 {
    padding-bottom: 120px;
}

.pt-130 {
    padding-bottom: 130px;
}

.pt-140 {
    padding-bottom: 140px;
}

.pt-150 {
    padding-bottom: 150px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.main-header {
    position: relative;
    /* padding-top: 1.8em; */
    background: #72A1A8;
}

@media (min-width: 992px) {
    .header-img {
        min-height: 600px;
    }
}

body {
    background: #012B3B;
    overflow-x: hidden;
}

.head-logo {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: max-content;
    transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.head-logo:hover img {
    transform: scale(1.05);
}

.head-logo img {
    width: 300px;
    transition: 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.head-img {
    position: relative;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    margin-top: 2em;
}

.head-img .text1,
.head-img .text2 {
    position: absolute;
    width: 33%;
    padding-top: 0em;
}

.head-img .text1 h3,
.head-img .text1 span,
.head-img .text2 h3,
.head-img .text2 span {
    font-family: "azonix", sans-serif;
    color: #354C59;
    text-transform: uppercase;
}

.head-img .text1 h3,
.head-img .text2 h3 {
    font-size: 62px;
    margin-bottom: 0;
}

.head-img .text1 span,
.head-img .text2 span {
    font-size: 30px;
}

.head-img .text1 {
    left: 0;
    text-align: right;
    padding-right: 20px;
}

.head-img .text1 span {
    margin-top: -15px;
    display: block;
}

.head-img .text2 {
    left: 60%;
}

.head-img .text2 h3 {
    margin-top: -10px;
}

.head-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

.menu-open {
    position: fixed;
    top: 1.5em;
    right: 3em;
    width: 45px;
    height: 45px;
    border: none;
    box-shadow: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 55;
    transition: 0.2s ease-in-out;
    background: transparent;
    display: none;
}

.menu-open.sticky {
    background: white !important;
}

.menu-open img {
    width: 27px;
}

.infinite-scroll-sec {
    /*background: #E9D0AD;*/
    background: #012B3B;
    padding: 0.85em 0px;
    overflow: hidden;
}

.infinite-scroll-track {
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 25px;
    animation: infiniteScroll 30s infinite linear;
}

.infinite-scroll-track span {
    font-size: 24px;
    /*color: #012B3B;*/
    color: #fff;
    font-weight: 400;
    display: block;
    font-family: "led", sans-serif;
    text-shadow: 0px 0px 10px #6FD7FF, 0px 0px 2px #6FD7FF, 0px 0px 20px #6FD7FF;
    animation: glow 0.8s infinite linear alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0px 0px 10px #6FD7FF, 0px 0px 2px #6FD7FF, 0px 0px 20px #6FD7FF;
    }

    100% {
        text-shadow: 0px 0px 0px #6FD7FF, 0px 0px 0px #6FD7FF, 0px 0px 0px #6FD7FF;
    }
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.new-vid-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.26%;
    overflow: hidden;
}

.new-vid-wrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: transparent;
    outline: none;
    z-index: 5;
    border: none;
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform-origin: center;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.play-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.new-video-sec {
    padding: 4.5em 0px;
    background: #f8e1c2;
}

.sec-head {
    position: relative;
    color: #EAD7C6;
    font-family: "azonix", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
}

.sec-head.des>*:nth-child(2) {
    padding-left: 1.2em;
}

.sec-head.dark {
    color: #012B3B;
}

.sec-head.dark span {
    color: #012B3B;
}

.sec-head span.break {
    display: block;
    padding-left: 1.2em;
    font-family: "azonix", sans-serif;
    text-transform: uppercase;
}

.sec-head span {
    font-family: "azonix", sans-serif;
    text-transform: uppercase;
}

.heading {
    position: relative;
    color: #EAD7C6;
    font-family: "azonix", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

.heading.dark {
    color: #012B3B;
}

.heading.dark span {
    color: #012B3B;
}

.heading.light {
    color: #72A1A8;
}

.heading.light span {
    color: #72A1A8;
}

.heading span.break {
    display: block;
    padding-left: 1.2em;
    font-family: "azonix", sans-serif;
    text-transform: uppercase;
}

.heading span {
    font-family: "azonix", sans-serif;
    text-transform: uppercase;
}

.new-vid-swiper {
    padding-bottom: 2em;
}

.new-vid-swiper .swiper-pagination {
    bottom: 0 !important;
}

.new-vid-swiper .swiper-pagination span {
    background: #D9D9D9 !important;
}

.sec {
    padding: 4.5em 0px;
    position: relative;
}

.para {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #354C59;
    line-height: 170%;
}

.para.white {
    color: rgba(255, 254, 254, 0.95);
}

.main-btn {
    position: relative;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 100px;
}

.main-btn.light {
    background: #72A1A8;
}

.main-btn.light span {
    color: #012B3B;
}

.main-btn.light2 {
    background: #F8E1C2;
}

.main-btn.light2 span {
    color: #012B3B;
}

.main-btn.dark {
    background: #012B3B;
}

.main-btn.dark span {
    color: #F8E1C2;
}

.main-btn span {
    font-weight: 600;
    font-size: 14px;
    color: #F8E1C2;
}

.clinton-img {
    position: relative;
    padding-top: 80%;
}

.clinton-img .clinton-title {
    position: absolute;
    color: #647F8F;
    left: 0;
    top: 0;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clinton-img .clinton-title .sec-head {
    margin-bottom: 0;
}

.clinton-img .clinton-title p {
    color: #354C59;
    text-align: center;
    font-family: "azonix", sans-serif;
    margin-bottom: 0;
}

.clinton-img>img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
    object-position: right;
    z-index: 5;
}

.clinton-img>span {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 40%;
    height: 90%;
    border-radius: 200px;
    mix-blend-mode: soft-light;
    background: #012B3B;
}

.abt-con {
    padding: 3em 0px;
    border-top: 1px solid rgba(89, 111, 124, 0.92);
}

.bancia-row {
    margin-top: -50px;
}

.bancia-con {
    padding-bottom: 2em;
    margin-top: 80px;
}

.clin-bian-sec {
    padding-top: 4em;
    padding-bottom: 0;
}

.clin-bian-img {
    width: 100%;
    position: relative;
    padding-top: 100%;
}

.clin-bian-img>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #F8E1C2;
}

.clin-bian-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 5;
}

.light-bg {
    background: #F8E1C2;
}

.light-blue-bg {
    background: #72A1A8;
}

.tp-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
    flex-wrap: wrap;
    gap: 15px;
}

.content-row {
    padding: 3em 0px;
}

.con-card {
    position: relative;
    cursor: pointer;
    display: block;
}

.con-card p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0.85em;
    font-weight: 600;
    color: #F8E1C2;
}

.con-card p.dark {
    color: #012B3B;
}

.con-card .yt-vid {
    width: 100%;
    position: relative;
    padding-top: 56.24%;
    border-radius: 0px;
    overflow: hidden;
}

.con-card .yt-vid img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.con-card .movie-img {
    width: 100%;
    position: relative;
    padding-top: 56.24%;
    border-radius: 0px;
    overflow: hidden;
}

.poster-img {
    width: 100%;
    aspect-ratio: 2 / 3;
    position: relative;
    overflow: hidden;
}

.poster-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;    
}


.con-card .movie-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.score-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.score-tile {
    display: flex;
    flex-direction: column;
}

.score-tile .con-card .movie-img img {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}



.pres-container {
    margin-top: 2.5em;
}

.press-card {
    position: relative;
    margin-bottom: 1.5em;
}

.press-card h3 {
    color: #012B3B;
    font-size: 16px;
    line-height: 145%;
    font-weight: 600;
    margin-bottom: 0.5em;
    transition: 0.1s ease-in-out;
}

.press-card h3:hover {
    color: #FF0000;
}

.press-card .para {
    font-size: 14px;
    margin-bottom: 0px !important;
    color: #012B3B;
}

.main-footer {
    position: relative;
    background: black;
    padding-top: 2.5em;
}

.main-footer .ft-link-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-footer .ft-link-area>img {
    width: 150px;
    margin-left: 1em;
}

.main-footer .ft-link-area .ft-list {
    display: flex;
    align-items: center;
}

.main-footer .ft-link-area .ft-list li a {
    display: inline-block;
    padding: 0px 1em;
    text-transform: uppercase;
    overflow: hidden;
}

.main-footer .ft-link-area .ft-list li a span {
    color: white;
    position: relative;
    font-size: 28px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    display: block;
}

.main-footer .ft-link-area .ft-list li a span:after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    color: #ed2424;
}

.main-footer .ft-link-area .ft-list li a:hover span {
    transform: translateY(-100%);
}

.con-ft {
    position: relative;
}

.con-ft h3 {
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.75em;
}

.ft-para {
    font-size: 14px;
    color: white;
    font-weight: 400;
    line-height: 160%;
}

.ft-btm {
    margin-top: 2.5em;
    padding-bottom: 1.8em;
}

.ft-btm p {
    margin-bottom: 0;
    text-align: right;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.ft-btm p a {
    color: white;
    transition: 0.2s ease-in-out;
}

.ft-btm p a:hover {
    color: #ed2424;
}

.ft-logo {
    display: block;
    width: 100%;
}

.ft-logo img {
    width: 100%;
}

.cc-modal .modal-dialog {
    max-width: 600px !important;
}

.cc-modal .modal-content {
    background: transparent !important;
    border-radius: none !important;
    border: none !important;
}

.cc-modal .modal-body {
    background: transparent !important;
    padding: 0 !important;
}

.cc-modal .modal-body>button {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    z-index: 5;
    box-shadow: none !important;
}

.iframe-container {
    position: relative;
    padding-top: 56.24%;
    overflow: hidden;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.mob-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    background: #72A1A8;
    z-index: 999;
    display: none;
}

.mob-nav .infinite-scroll-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.mob-nav .mob-nav-inner {
    height: calc(100vh - 57.2px);
}

.mob-nav .mob-nav-inner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mob-nav .mob-nav-inner .container .nav-logo {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

.mob-nav .mob-nav-inner .container .nav-logo img {
    width: 100%;
}

.menu-close {
    background: transparent;
    outline: none;
    border: none;
    position: absolute;
    top: 1.5em;
    right: 2em;
    z-index: 8;
}

.menu-close img {
    width: 40px;
}

.nav-l {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 3.2em;
}

.nav-l li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.nav-l li a span {
    font-size: 70px;
    font-weight: 600;
    color: #012B3B;
    position: relative;
    transition: 0.2s ease-in-out;
    display: block;
}

.nav-l li a span:after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    color: black;
}

.nav-l li a:hover span {
    transform: translateY(-100%);
}

.inner-sec {
    position: relative;
}

.inner-sec .head-logo {
    width: 100%;
    max-width: 300px;
}

.inner-sec .head-logo img {
    width: 100%;
}

.con-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.line {
    overflow: hidden;
}

.line span {
    display: inline-block !important;
    position: relative;
}

.show-more-con {
    display: none;
}

@media(min-width: 991px) {
    /*.head-img img{*/
    /*    margin-left: -70px;*/
    /*}*/
}

.ffd-img {
    width: 100%;
}

.ffd-img img {
    width: 100%;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-inner .logo {
    display: inline-block;
    width: 200px;
}

.nav-inner .logo img {
    width: 100%;
}

.nav-inner ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-inner ul li a {
    color: black;
    display: inline-block;
    font-size: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.main-nav {
    padding: 1.3em 3em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #72A1A8;
}

.nav-inner li a span {
    font-size: 20px;
    font-weight: 600;
    color: #012B3B;
    position: relative;
    transition: 0.2s ease-in-out;
    display: block;
}

.nav-inner li a span:after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    color: black;
}

.nav-inner li a:hover span {
    transform: translateY(-100%);
}

.con-area {
    display: flex;
    flex-direction: column;
    /*! justify-content: flex-end; */
    align-items: flex-end;
    margin-top: 15px;
}

.con-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.con-wrap a {
    color: white;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.con-wrap a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.con-wrap span {
    color: white;
    font-size: 20px;
    display: none;
}

a {}

.con-wrap a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
    transition: 0.2s ease-in-out;
    transform-origin: left;
    transform: scaleX(0);
}

.con-wrap a:hover:before {
    transform: scaleX(1);
}

@media(max-width: 600px) {
    .con-area {
        align-items: flex-start;
    }

    .con-wrap {
        word-wrap: anywhere;
    }

    .main-footer .ft-link-area .ft-list li a {}

    .head-img img {
        margin-top: 50px;
    }

    .main-nav {
        padding: 1em 1em !important;
    }

    .nav-inner .logo {
        width: 130px !important;
    }

    .nav-inner li a span {
        font-size: 16px !important;
    }

    .nav-ul li {
        display: flex;
    }

    .nav-inner ul {
        gap: 15px;
    }

    .head-img {
        width: 100% !important;
    }

    .head-img .text2 {
        margin-left: -30px !important;
    }

    .head-img .text1 {
        margin-left: 30px;
    }
}

.blurred>div {
    background: linear-gradient(#C9D6FF, #E2E2E2);
    /* filter: blur(7px); */
}

/* .blurred img{
  opacity: 0;
} */

/*# sourceMappingURL=main.css.map */

.coupon-list {
    margin-top: 1em;
}

.coupon-wrap {
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #ffd800;
    cursor: pointer;
    color: black;
    font-weight: 500;
    user-select: none;
    position: relative;
    transition: 0.2s ease-in-out;
}



.swipersec {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}

.swipersec .swiper-button-prev,
.swipersec .swiper-button-next {
    background: #EAD7C6;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    color: transparent;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    transition: 0.3s ease;
    z-index: 10;
}

.swipersec .swiper-button-prev:hover,
.swipersec .swiper-button-next:hover {
    background-color: #dbb99c;
}

.swipersec .swiper-button-prev {
    left: -80px;
    background-image: url('/assets/images/swiper-arrow-prev.png') !important;
}

.swipersec .swiper-button-next {
    right: -80px;
    background-image: url('/assets/images/swiper-arrow-next.png') !important;
}

.swipersec .swiper-button-prev::after,
.swipersec .swiper-button-next::after {
    display: none !important;
}

.swipersec .swiper {
    width: 100%;
    overflow: hidden;
}

.swipersec .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: stretch;
}

.swipersec .swiper-slide {
    display: flex;
    height: auto;
    flex-shrink: 0;
}

.swipersec .con-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swipersec .yt-vid {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;    
}

.swipersec .yt-vid img,
.swipersec .movie-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-l,
.bn-r {
    position: relative;
    display: flex;
}

.bn-ft {
    width: 100%;
    position: absolute;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    padding: 1.5em 0;
}

img.bn-img {
    object-fit: cover;
    object-position: center;
    height: 100vh;
    width: 100%;
}

.bn-btn {
    background-color: #012B3B;
    border-radius: 50px;
    padding: 10px 28px;
    text-decoration: none;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.bn-btn b {
    letter-spacing: normal;
}

.bn-l .bn-btn {
    color: #72A1A8;
}

.bn-r .bn-btn {
    color: #E9D0AD;
}

.bn-l .bn-btn:hover {
    color: #72A1A8;
}

.bn-r .bn-btn:hover {
    color: #E9D0AD;
}

.brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    row-gap: 35px;
}

.brands-grid img {
    object-fit: cover;
    background-position: center;
    width: 149px;
    max-height: 240px;
}



.brand-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo {
    max-width: 220px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}