/* ----------- font  ----------- */
.acumin {
    /* font-family: "acumin-variable", sans-serif; */
    /* font-weight: 100 900; */
    /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
}
.acumin {font-family: 'acumin-variable' !important;}
.acumin span {font-family: inherit;}
.acumin .en-text {font-size: 20px;font-weight: 500;}
h1.acumin .en-text, h2.acumin .en-text, h3.acumin .en-text, h4.acumin .en-text {font-weight: 600;}
h2 span {
    line-height: 0.7;
}
.arial {
    font-family: "Arial";
}
/* h3 span {
    font-family: 'acumin-variable' !important;
    font-weight: 600;
    font-size: 22px;
} */
h1.campaign-title {
    font-size: 2.6vw;
    margin-bottom: 2px !important;
}
.campaign-desc {
    font-family: "Arial";
    text-transform: uppercase;
    letter-spacing: 0.9;
}
/* ----------- cursor  ----------- */
canvas { display: block; z-index: 1000; }
#cursor-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}
@media (max-width: 1024px) {
    canvas {display: none;}
}
/* ----------- loader  ----------- */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
#loader.hidden {
    opacity: 0;
    visibility: hidden;
}
.blackbg #loader, .blackbgk {
    background: #000;
}
/* ----------- Menu  ----------- */

.scroll-wrapper {
    position: relative;
    overflow-y: auto;
}
  
.menu-container {
    /* position: sticky; */
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* transition: max-height 0.5s ease-in-out; */
    padding: 10px 30px;
    transition: all 0.5s ease;
    margin: 0;
}
body.scroll .menu-container {
    /* align-items: center; */
}
.banner-section {
    /* margin-top: -4em; */
}
.blog-post .menu-container {
    position: fixed; 
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 15;
    display: flex;
    flex-wrap: wrap;
}
body.scroll .blog-post .menu-container {
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 20px;
}
body.scroll .blog-post .menu-container.black {
    background-color: #000;
}

/* .menu-container.sticky {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
   
  } */
.menu-wrapper {
    display: flex;
    align-items: center;
}
#topNav .pt-10 {
    padding-top: 0 !important;
}
#topNav nav ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}
#topNav nav ul li {
    font-family: 'FuturaPTLight';
    font-weight: 600;
    list-style: none;
    text-align: left;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0;
    /* font-size: 0.8rem; */
    line-height: 1.7;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;    
}

#topNav nav ul li a:hover {
    text-shadow: 0.3px 0 0 currentColor;
}
.top-menu {
    position: relative;
    right: 7rem;
    top: 0;
    /* transition: all 0.5s ease; */
}
body.scroll .top-menu > nav {
    transition: transform 0.5s ease;
    transform: translateY(13px);
}
.menu-container #topNav nav ul li a {
    font-family: "acumin-variable", sans-serif;
}
.menu-container #topNav nav ul li a,
.menu-container.black #topNav nav ul li a,
body.scroll .blog-post .menu-container.black #topNav nav ul li, 
body.scroll .blog-post .menu-container.black #topNav nav ul li a {
    color: #fff;
}

body.scroll .whitebg .menu-container #topNav nav ul li,
body.scroll .whitebg .menu-container #topNav nav ul li a {
    color: #000;
}
#topNav nav ul li a:hover {
    text-decoration: none;
    /* text-underline-offset: 5px;
    text-decoration-thickness: 1px; */
}
#topNav nav ul li.active a {
    opacity: 1;
    /* text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px; */
}


/* body.opened {
    position: fixed;
    width: 100%;
    overflow: hidden;
} */
/* .lockup-image {
    width: 200px;
    height: auto;
    fill: currentColor;
} */
.lockup-img {
    max-width: 210px;
    transition: all 0.5s ease-in-out;
    /* -webkit-transition : -webkit-filter 500ms linear */
}
body.scroll .whitebg .lockup-img {
    /* color: #000000; */
    filter: brightness(0%);
}
.menu-logo {
    z-index: 11;
}
/* space btw logo and sidemenu */
.menu-logo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 25px;
}

/* ----------- burger side menu  ----------- */

#topNav.active {
    right: 0;
    opacity: 1;
    z-index: 4;
}
.lockupimg {
    width: 180px;
}
/* ----------- side menu ----------- */
#sideNav {
    position: fixed;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    /* width: 100%; */
    display: flex;
    align-items: center;
    /* transition: top 1s ease 0s; */
    /* transition: opacity 0.25s ease; */
    /* transition: opacity 0.6s ease-in-out; */
    /* position: absolute;
    z-index: 5;
    top: 22em;
     width: 100%; */
    /* inset: 0;  */
    /* transform: translate(-50%, -50%); */
    /* height: 100%;*/
   
}
body.scroll #sideNav {
    top: 0;
    padding-top: 21em;
    z-index: 10;
}

.side-menu ul {
    list-style: none;
}
.side-menu ul li {
    padding-bottom: 0;
    line-height: 1;
}
.side-menu ul li:not(.mitem) .nav-text {
    font-family: "acumin-variable", sans-serif;
    font-weight: 600;
}
.side-menu ul li .nav-text {
    color: #fff;
    font-size: 19px;
    opacity: 0.6;
    /* mix-blend-mode: difference;  */
}
.side-menu ul li p.nav-text {
    opacity: 0.4;
}

body.scroll .side-menu ul li a:hover {
    opacity: 1;
}

.side-menu ul li a:hover,
body.scroll .whitebg .side-menu ul li a:hover {
    opacity: 1;
    text-decoration: none;
}
.side-menu ul li.active a,
body.scroll .whitebg .side-menu ul li.active a {
    opacity: 1;
}

/* body scroll menu */
a:hover {
    text-decoration: none;
}

/* ----------- hide .com's stuff  ----------- */

.smartbanner, .folder {display: none;}
.header_banner {display: none !important;}
/* .page_header {    
  top: 0;
  position: absolute !important;
  background: transparent;
  box-shadow: none;
  z-index: 200;
  visibility: hidden;
} */
.page_header {
    z-index: 900;
}
body.opened .page_header {
    z-index: 2;
}
.page_header > * {
  /* display: none; */
  /* visibility: hidden; */
}
.page_header-logo, .page_header-nav, .page_header-notification, .page_header-wishlist, .page_header-menu_list, .page_header-burger_menu, .page_header-search, .js-simple-search-trigger {
    display: none !important;
}
   
.page_header-inner {
    background-color: transparent;
    position: fixed;
    width: auto;
    top: 29px;
    right: 0;
    justify-content: flex-end;
    display: flex;
    margin: 0 !important;
    /* margin: 0 !important; */
    padding-right: 31px;
    padding-left: 0;
    transition: all 0.5s ease;
}
body.scroll .page_header-inner  {
    top: 7px;
}

body:not(.scroll) .icon.header_search-icon,
body:not(.scroll) .minicart-icon.icon,
body:not(.scroll) .header_account-icon,
body:not(.scroll) .header_account-icon--dot {
    color: #fff;
    transition: all 0.2s ease;
}
.page_header-search {
    margin-right: 0px;
}

/* end */

/* ----------- film  ----------- */
/* .hero-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

/* .video-default video {
    width: 100%;
    max-width: 960px;
} */
.video-padding-default {
    padding-bottom: 56%;
}
.video-wrapper {
    position: relative;
    cursor: pointer;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.video-wrapper {
    position: relative;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
    width: 25px; 
    height: 25px;
    padding: 0;
    border: none;
    background-size: contain;
    
    cursor: pointer;
    z-index: 2;
    outline: none;
    transition: all 0.3s ease;
}

/* Optional: subtle hover */
.video-wrapper:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.25);
}
.video-play-btn:active {
    outline: none;
}

/* Hide play icon once video starts */
.video-wrapper.is-playing .video-play-btn {
    display: none;
}

.video-lockup img {
    width: 100%;
    max-width: 135px;
}
.vtext-wrapper h4 span {
    line-height: 1.3;
    letter-spacing: 0.2px;
}
.vtext-wrapper h4 span {
    font-size: 12px !important;
}
/* film production */

.default-slide {
    height: calc(var(--vh, 1vh) * 100);
    background-color: #000000;
}
.default-slide .slide-content {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    padding: 2rem;
}
.default-slide:not(.slider-slide) .slide-content {
    height: 100vh;
}
.default-slide .slide-content a {
    color: #fff;
}
.slide-content .main-title {
    line-height: 0;
}
.slide-content .main-title span {
    font-size: 18px;
    line-height: 1.3;
}
/* .default-slide .slide-content .main-title span {
    font-size: 18px;
    color: #fff;
} */
.default-slide .slide-content.default-content img {
    max-height: 50vh;
    max-width: 100%;
    object-fit: contain;
}
.default-slide .slide-content .fullwidth {
    max-height: 60vh;
    max-width: 100%;
    object-fit: contain;
}
 /* inner swiper */
 .slider-slide {
    background-color: #000;
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box; */
}
.slider-slide .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
   
}

.slider-slide .slide-content {
    /* align-items: center;
    justify-content: center;
    display: flex; */
    padding: 2rem;
}
.slider-slide .inner-swiper {
    width: 100%;
    /* margin-top: 2rem; */
    height: auto; 
}

.slider-slide {
    min-height: 500px;
}

.slider-slide img {
    height: auto;
    object-fit: contain;
}
.slide-desc {
    width: 80%;
}

/* ----------- sprout  ----------- */
.item-swiper {
 
}
.slider-slide .inner-swiper.item-swiper {
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    /* padding: 2rem 1rem; */
}
/* .item-swiper .swiper-slide .slide-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */
.item-swiper .swiper-slide {
    padding: 2rem 20px;
    height: 100%;
}
.item-desc {
    padding: 30px 0rem 0;
}
.item-title span {
    font-size: 18px !important;
    font-weight: normal;
}
.item-swiper .swiper-slide img {
    object-fit: contain;
    max-height: 50vh;
    max-width: 100%;
}

/* .item-swiper .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
} */
/* website icons */
.icon.header_search-icon--desktop, .icon.header_search-icon--mobile {
    width: 14px;
    height: 14px;
}
.minicart-quantity {
    top: calc(50% + 2px);
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
}
.header_account {
    width: 18px;
}
.header_account-icon, .minicart-icon.icon {
    width: 16px;
    height: 16px;
}
body.modal-open #menuBtn {
    z-index: 1;
}
/* link */
.link-item {
    display: inline-flex;
    align-items: center;
    margin-left: -0.3rem;
}
.link-item .icon-triangle {
    display: flex;
    width: 16px;
    height: 16px;
}
.link-item svg {
    max-width: 30px;
    width: 100%;
    height: 100%;
}
.link-title {
    padding-left: 6px;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.link-con p {
    /* font-size: 15px; */
}
.link-con a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}
.black-section {
    background-color: #000;
}

.panel .normal {
    padding: 0;
}
/* panel 4 */
.panel4-wrapper, .scroll-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.panel4-left, .scroll-left {  
    pointer-events: none;
}

.panel4-right, .scroll-right {
    height: auto; 
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px !important;
}

/* scroll down */
.scroll-down {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    overflow: visible;
    /* mix-blend-mode: difference; */
    z-index: 999;
}
.scroll-down .arrow {
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjguMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDMpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLDE0LjIzaDBjLS4xNiwwLS4zMi0uMDctLjQ0LS4xOEwyLjM0LDYuODNjLS4yNC0uMjQtLjI0LS42MywwLS44OHMuNjMtLjI0Ljg4LDBsNi43OSw2Ljc5LDYuNzktNi43OWMuMjQtLjI0LjYzLS4yNC44OCwwcy4yNC42MywwLC44OGwtNy4yMiw3LjIyYy0uMTIuMTItLjI3LjE4LS40NC4xOGgtLjAyWiIvPgo8L3N2Zz4=");
    background-size: contain;
}

/* down arrow */
.arrow-down {
    position: fixed;
    z-index: 100;
    /* top: calc(100vh - 50px); */
    bottom: 50px; 
    left: 50%;
    transform: translateX(-50%);
    /* animation: jumpInfinite 1.5s infinite; */
}
.arrow-down img {
   width: 20px;
}
/* padding */
.p-c1{padding: 0px 0 40px !important}
.f-500 span {
    font-weight: 500 !important;
}
@keyframes jumpInfinite {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 4px;
    }
    100% {
      margin-top: 0;
    }
}
.p25 {
    padding: 3em 30px 0 !important;
}
@media (max-width: 1024px) {
 
    .burger-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        -webkit-appearance: none;
        border: 0;
        pointer-events: auto;
        margin-right: 2.3em;
        touch-action: manipulation;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    #menuBtn {
        width: 16px;
        height: 40px;
        text-align: center;
        position: fixed;
        right: 0px;
        top: 30px;
        border-radius: 3px;
        z-index: 901;
        cursor: pointer;
        background: transparent;
        transition: all 0.5s ease;
    }
    body.scroll #menuBtn {
        top: 13px;
    }
    body.scroll .whitebg .burger-button .icon-bar, 
    .whitebg .menu-open .burger-button .icon-bar, 
    body.opened .whitebg .burger-button .icon-bar {
        background: #000000;
    }
    .burger-button .icon-bar {
        display: block;
        width: 19px;
        height: 1px;
        background: #fff;
        transition: 0.3s;
    }
   
    .menu-open .menu-container:not(.black) .burger-button .icon-bar,
    body.scroll .menu-container:not(.black) .burger-button .icon-bar {
        background: #000;
    }
    .burger-button .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .burger-button.close-bm .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .burger-button.close-bm .icon-bar:nth-of-type(1) {
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    .burger-button.close-bm .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .burger-button.close-bm .icon-bar:nth-of-type(3) {
        transform: translate3d(0, -8px, 0) rotate(-45deg);
    }
    /* end burger menu */

    /* side menu */
    /* body.opened  #sideNav {
        top: 200px;
    } */
    body.opened #sideNav.menu-wrapper {
        width: 100%;
        /* max-width: 330px; */
        height: 100%;
        position: absolute;
        right: -330px;
        top: 0% !important; 
        transform: none;
        opacity: 0;
        z-index: 1;
        padding: 7em 0px 0 0px;
        overflow-y: hidden;
        transition: opacity 0.3s ease;
        pointer-events: auto;
    }
    body.opened .side-menu nav ul {
        /* margin-top: 1rem; */
        padding: 0 30px;
        text-align: left;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    body.opened .whitebg .side-menu ul li .nav-text {
        color: #000;
    }
    body.opened .side-menu ul li p.nav-text {
       opacity: 0.5;
    }
    body.opened #sideNav.active {
        right: 0;
        opacity: 1;
        z-index: 4;
        position: fixed;
        transition: opacity 0.5s ease;
    }
    body.opened .menu-open .sidemenu-container {
        height: 100%;
        z-index: 10;
    }    
    body.opened .menu-open .sidemenu-container {
        /* background-color: rgba(255, 255, 255, 0.9);
        transition: all 0.5s ease; */
    }
    body.opened .menu-open .sidemenu-container {
        height: 100%;
        z-index: 10;
        position: fixed !important;
        top: 0;
        margin: 0;
    }    
    body.opened .menu-open .menu-container{
        /* margin-right: auto; */
        z-index: 11;
        height: 30px;
        margin-bottom: auto;
        -webkit-transition : -webkit-filter 500ms linear
    }
    body.opened .whitebg .menu-open .menu-container .menu-logo{
        filter: brightness(0%);
    }
   
    /* .menu-open .menu-container, body.scroll .blog-post .menu-open .menu-container  */
    /* .menu-open #topNav.menu-wrapper,   */
    body.opened .menu-open #sideNav.menu-wrapper {
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
    }
    /* .balckbg .menu-open #topNav.menu-wrapper,  */
    body.opened .blackbg .menu-open #sideNav.menu-wrapper {
        background-color: rgba(0, 0, 0, 0.56);
        /* transition: none; */
    }
    body.scroll.opened .menu-container {
        /* padding-top: 10px; */
    }
    
    body.opened .blackbg .side-menu ul li a {
        color: #fff;
    }
    body.opened #navbar .mitem:not(:last-child) {
        padding-top: 70px;
    }
    body.opened .side-menu ul li.mitem {
        line-height: 1.3;
    }
    body.opened .side-menu ul li.mitem a {
        font-family: "acumin-variable", sans-serif;
        font-weight: normal;
        font-size: 14px;
        opacity: 1;
        letter-spacing: 0.6;
    }

    body:not(.opened) .side-menu ul li.mitem {
        display: none !important;
    }
    body.scroll .top-menu,  body.opened .top-menu {
        display: none !important;
    }
}
@media (max-width: 991px) {
    #menuBtn {
        top: 21px;
    }
}
@media (max-width: 767px) {
    /* .com stuff */
    .page_header-inner {
        top: 9px;
        padding-right: 0;
        right: 42px;
    }
    body.scroll .page_header-inner { 
        top: 8px;
    }
    body.scroll #menuBtn {
        top: 14px;
    }
    /* end */
    body:not(.opened) #sideNav {
        display: none;
    }
    .section-black .menu-open #topNav.menu-wrapper {
        background: rgb(0, 0, 0);
    }
    .menu-bar {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .menu-open {
        height: 100%;
    }
    body.opened .banner-section {
        margin-top: 0;
    }
    body.opened #sideNav.menu-wrapper {
        padding: 5.3em 0px 0 0px;
    }
    body.opened #navbar .mitem:not(:last-child) {
        padding-top: 50px;
    }
    /* navbar */
    #topNav.menu-wrapper {
        width: 100%;
        max-width: 330px;
        height: 100%;
        position: absolute;
        right: -330px;
        top: 0;
        opacity: 0;
        z-index: 1;
        padding: 7em 0px 0 0px;
        overflow-y: hidden;
        transition: opacity 0.3s;
    }
    #topNav.active {
        right: 0;
        opacity: 1;
        z-index: 4;
    }
     #topNav nav ul {
        margin-top: 1rem;
        text-align: center;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
     #topNav nav ul li {
        margin-bottom: 1.2em;
        letter-spacing: 1px;
        padding-bottom: 15px;
    }

    /* side menu */
    .sidemenu-container:not(.black) #topNav nav ul li,
    .sidemenu-container:not(.black) #topNav nav ul li a {
        color: #000;
    }
    .menu-logo {
        line-height: 0;
    }
   
    #topNav.menu-wrapper {
        max-width: 767px;
        right: -767px;
    }
    #topNav.active {
        right: 0;
        opacity: 1;
        z-index: 4;
    }
    #menuBtn {
        top: 15px;
        width: 15px;
    }
    .burger-button .icon-bar {
        width: 18px;
    }
    .burger-button {
        margin-right: 25px;
    }
    .side-menu nav ul {
        padding: 0 30px;
    }
    /* .side-menu ul li a { 
        font-size: 16px;
    } */
    .slide-content.normal { 
        padding-left: 18px;
        padding-right: 18px;
    }
   
}
@media (max-width: 380px) {
    .slide-content.normal { 
        padding: 20px 18px 0px;
    }
}

@media (min-width: 768px) {
    .p-c1{padding: 30px 0 !important;}

    .page_header-inner {
        top: 15px;
        padding-right: 0;
        right: 52px;
    }
    .icon.header_search-icon {
        width: 14px;
        height: 14px;
    }
    .header_account {
        width: 20px;
    }
    .header_account-icon {
        width: 16px;
        height: 16px;
    }
    .minicart-icon.icon {
        width: 17px;
        height: 17px;
    }
    .mlogo-img {
        max-width: 220px;
    }
    .menu-container {
        padding: 20px 30px;
        align-items: flex-start;
    }
    #topNav nav ul li {
        font-size: 12px;
        font-weight: normal;
    }
    #topNav nav ul li:not(:last-child) {
        margin-right: 1.2rem;
    }
    .lockup-img {
        max-width: 280px;
    }
    body.scroll .lockup-img {
        max-width: 200px;
    }
    .banner-section {
        /* margin-top: -4.18em; */
    }
    .lockupimg {
        width: 280px;
    }
    .item-swiper .swiper-slide {
        padding: 2rem 1rem;
    }
    /* .slider-slide .inner-swiper.item-swiper {
        padding: 2rem 0rem;
    } */
    .side-menu ul li .nav-text {
        font-size: 1.4rem;
    }
    .top-menu {
        right: 6.3rem;
    }
    .top-menu > nav {
        transition: transform 0.5s ease;
        transform: translateY(10px);
    }
    #topNav nav ul li {
        letter-spacing: 0.2px;
    }

     /* scroll menu */
    body.scroll .side-menu {
        /* display: none; */
        opacity: 0;
        pointer-events: none;
        /* transform: translateX(-10px); */
        transform: translateY(-30px); /* start above */
        transition: opacity 0.3s ease, transform 0.5s ease;
    }
    /* body.scroll.hover-open .side-menu {
        transition: opacity 0.25s ease, transform 0.25s ease;
    } */

   
    
    /* Staggered effect for menu items */
    .side-menu li  {
        
    }
   
    #navbar {
        padding-right: 10px;
    }
    .slide-desc  {
        max-width: 80%
    }
    .slide-content .main-title span {
        font-size: 20px;
    }
    .video-lockup img {
        max-width: 160px;
    }
    .vtext-wrapper h4 span {
        font-size: 15px !important;
    }
    .default-slide .slide-content.default-content img {
        max-height: 60vh;
    }
    .item-swiper .swiper-slide img {
        max-height: 80vh;
    }
    .p25 {
        padding: 1.5em 0px 0 !important;
    }
}
@media (min-width: 991px) {
    .page_header-inner {
        right: 53px;
    }
    .top-menu {
        right: 6.8rem;
    }
    body.scroll .whitebg .side-menu ul li .nav-text  {
        color: #000;
        opacity: 0.3;
    }
    /*.blog-post:not(#landing) .menu-container {position: sticky} */
}
/* @media (min-width: 991px) {
    #topNav nav ul li {
        font-size: 0.7rem;
    }
} */
@media (min-width: 1023px) {
    .p-c1{padding: 30px 0 !important;}

    .page_header-inner {
        top: 24px;
        padding-right: 0;
        right: 52px;
    }
    .menu-container {
        padding: 30px 40px;
    }
    #topNav nav ul li {
        /* font-size: 0.7rem; */
        letter-spacing: 0.7px;
    }
    #topNav nav ul li:not(:last-child) {
        margin-right: 1.3rem;
    }
    .banner-section {
        /* margin-top: -5.25em; */
    }
   
    .lockupimg {
        width: 300px;
    }
    .side-menu ul li .nav-text {
        font-size: 1.45rem;
    }
    .top-menu {
        right: 7em;  /* 6.6rem */
    }

    body.scroll .page_header-inner  {
        top: 6px;
    }
    .lockup-img {
        max-width: 400px;
    }
    body.scroll .lockup-img {
        max-width: 220px;
    }
    .slide-desc {
        max-width: 80%;
    }
    .video-lockup img {
        max-width: 185px;
    }
  
}

@media (min-width: 1025px) {
    .d-lg-custom {
        display: none!important;
    }
}
@media (min-width: 1141px) {
    .page_header-inner {
        right: 30px;
        top: 24px;
    }
    .top-menu {
        right: 75px; 
    }
    body.scroll .whitebg .side-menu {
        /* backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background: rgba(255,255,255,0.33); */
      
    }
    .overlay-bg {
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(6px);
        z-index: 0;
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    .blackbg .overlay-bg {
        background-color: rgba(0, 0, 0, 0.56);
        backdrop-filter: blur(6px);
    }

    /* scroll menu */
    body.scroll.hover-open .side-menu {
        /* display: block; */
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    /* show when hovering logo */
    body.scroll .menu-container:hover + .sidemenu-container .side-menu {
        display: flex;
    }
    body.scroll.hover-open .overlay-bg {
        z-index: 5;
        opacity: 1;
        transition: opacity 0.5s ease;
    }
     body.scroll .side-menu li {
        opacity: 0;
        transform: translateY(-30px);
        transition: opacity 0.3s cubic-bezier(.22,1,.36,1), transform 0.3s cubic-bezier(.22,1,.36,1);
        /* transition:  transform 0.5s cubic-bezier(.22,1,.36,1); */
    }
    body.scroll.hover-open .side-menu li {
        transition-delay: 0.1s;
        opacity: 1;
        transform: translateY(0);
    }
    body.scroll:not(.hover-open) .side-menu li {
        opacity: 0;
        transform: translateY(-50px);
        transition-delay: 0s;
    }
    /* body.scroll.hover-open .side-menu li:nth-child(1) {
        transition-delay: 0s;
        opacity: 1;
        transform: translateY(0);
    }
    body.scroll.hover-open .side-menu li:nth-child(2) {
        transition-delay: 0.03s;
        opacity: 1;
        transform: translateY(0);
    }
    body.scroll.hover-open .side-menu li:nth-child(3) {
        transition-delay: 0.06s;
        opacity: 1;
        transform: translateY(0);
    }
    body.scroll.hover-open .side-menu li:nth-child(4) {
        transition-delay: 0.09s;
        opacity: 1;
        transform: translateY(0);
    }
    body.scroll.hover-open .side-menu li:nth-child(5) {
        transition-delay: 0.12s;
        opacity: 1;
        transform: translateY(0);
    }
    body.scroll.hover-open .side-menu li:nth-child(6) {
        transition-delay: 0.15s;
        opacity: 1;
        transform: translateY(0);
    } */
    
  
}
@media (min-width: 1280px) {
    .top-menu {
        right: 83px; 
    }
    .top-menu > nav {
        transform: translateY(0);
    }
    /* body.scroll .top-menu {
        top: 11px;
    } */
    .page_header-inner {
        right: 41px;
        top: 16px;
    }
    .page_header-minicart {
        width: 30px;
        margin-right: 10px;
    }
    .header_search-desktop_icon {
        padding: 17px;
    }
    body.scroll .page_header-inner  {
        top: 7px;
    }
    
    .mlogo-img {
        max-width: 298px;
    }
    .lockup-img {
        max-width: 450px;
        transition: max-width 0.4s ease-in-out;
    }
    .lockupimg {
        width: 350px;
    }
    body.scroll .lockup-img {
        max-width: 250px;
    }
   
    #topNav nav ul li {
        font-size: 13px;
    }
    #topNav nav ul li:not(:last-child) {
        margin-right: 1.7rem;
    }
    .banner-section {
        /* margin-top: -5.4em; */
    }
    .slide-desc {
        max-width: 50%;
    }
    .video-lockup img {
        max-width: 170px;
    }
    /* .slider-slide .inner-swiper.item-swiper {
        padding: 2rem 3rem 0;
    }
   */
}

/* ----------- Pin  ----------- */
