html {
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(1px);
}

body {
    background-color: #000;
}

@keyframes infinite-loop {
    50% {
        background-position-x: 100%;
    }
    100% {
        background-position-x: 0%;
    }
}

i,
i::after,
i::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: revert;
}


.footer-container {
    margin-top: 0;
}

.home-4by4-item {
    text-align: center;
    /* padding-top: 35px; */
    padding-top: 60px;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    display: block;
    height: 89vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.home-4by4-section {
    padding: 0;
    /* background: #000; */
    /* position: relative; */
    margin-bottom: 70px;
}

.home-4by4-section-vp-container {   

}

.home-4by4-item h2, 
.home-4by4-item p, 
.map-section p, 
.wholesale-page-section-bottom-title  {
    color: #fff;
}

.home-4by4-item h2{
    /* font-weight: 500; */
    /* font-size: 80px; */
    margin-bottom: 0;
    line-height: 1.3;
}


.home-4by4-item .section-text {
    width: 100%
}

.home-4by4-item p, 
.map-section p, 
.wholesale-page-section-bottom-title {
    font-size: 1.33333rem;
    font-weight: 400;
}

sup {
    font-size: 0.3em !important;
    top: -1.5em !important;
}

p>sup, .copyright>sup {
    font-size: 0.5em !important;
    top: -0.6em !important;
}

.home-4by4-item img{
    width: 50%;
    /* width: 33%; */
    max-width: 1000px;
}

.home-4by4-item-4{
    display: flex;
    justify-content: space-between;
}

.home-4by4-item-4 img{
    width: 32%;
}

.map-section {
    text-align: center;
    padding-inline: 30rem;
    max-width: 1180px;
    padding-inline: 8px ;
    padding: 60px 22px;
    padding-bottom: 0;
}

.map-section h2{
    /* font-weight: 500; */
    /* font-size: 30px; */
    margin-bottom: 30px;
    line-height: 1.3;
    color: #fff;
}

.map-section {
    width: 100%;
}

.home-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-section img{
    width: 100%;
}

.home-about {
    background-color: #121212;
    border-radius: 30px;
    color: #fff;
    padding: 40px;
    text-align: center;
    margin-block: 30px;
    max-width: 1180px;
    width: 100%;
}

.home-about h2 {
    font-weight: 600;
}

.home-about p:nth-child(2) {
    font-weight: 600;
}

.home-about p {
    font-size: 1.1rem;
}

.home-fps {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    color: #fff;
    max-width: 1180px;
    width: 100%;
    margin-bottom: 60px;
    /* height: 60vh !important; */
}

.about-us-text-2 {
    transition: 400ms linear;
}

.fps-left-section, .fps-right-section {
    position: relative;
    opacity: 0;
}

.fps-left-section.open, .fps-right-section.open {
    position: relative;
    opacity: 1;
    
}

.fps-tag-content-1, 
.fps-tag-content-2, 
.fps-tag-content-3{
    opacity: 0;
}

.fps-left-section.open .fps-tag-content-1 {
    opacity: 0;
    animation: fadeInFpsText1 00ms ease-out 400ms;
    animation-fill-mode: forwards;
}

.fps-right-section.open .fps-tag-content-2 {
    opacity: 0;
    animation: fadeInFpsText1 200ms ease-out 800ms;
    animation-fill-mode: forwards;
} 

.fps-right-section.open .fps-tag-content-3{
    opacity: 0;
    animation: fadeInFpsText1 200ms ease-out 1000ms;
    animation-fill-mode: forwards;
}

@keyframes fadeInFpsText1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInFpsText2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInFpsText3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blue-text {
    color: #0071e3;
    font-weight: inherit;
}

.fps-left-section .fps-tag-content-1 {
    display: flex;
    max-width: 245px;
    line-height: 1.5;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 156px;
    right: -29px;
}

.fps-left-section .fps-tag-content-1 img{
    width: 50px;
    margin-bottom: 10px;
}

.fps-left-section .fps-tag-content-1 p{
    margin: 0;
    font-weight: 500;
}
.fps-left-section .fps-tag-content-1 svg{
    position: absolute;
    right: -50px;
    top: 94%;
}

.fps-right-section .fps-tag-content-2 {
    max-width: 259px;
    line-height: 1.5;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 38px;
    left: -45px;
}

.fps-right-section .fps-tag-content-2 svg{
    position: absolute;
    left: -74px;
    top: -51px;
    rotate: 19deg;
}

.fps-right-section .fps-tag-content-2 p{
    margin: 0;
    font-weight: 500;
}

.fps-right-section .fps-tag-content-3 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: -18px;
    bottom: 78px;
    display: flex;
    flex-direction: column;
}

.fps-right-section .fps-tag-content-3 p{
    margin: 0;
    font-weight: 500;
    padding-bottom: 10px;
}

.fps-right-section .fps-tag-content-3 svg{
    position: absolute;
    left: -57px;
    top: 35px;
    rotate: 18deg;
}

.fps-right-section .fps-tag-content-3 .fps-tag-3-items {
    font-size: 14px;
    display: flex;
    line-height: 1.1;
}

.fps-tag-content-3 .fps-tag-3-item{
    width: 112px;
}

.fps-tag-content-3 .fps-tag-3-item:last-child{
    width: 110px;
}

.fps-tag-content-3 .fps-tag-3-item img{
    width: 65px;
}

.home-fps .fps-text {
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-fps .fps-text h2 {
    font-weight: 600;
    text-align: left;
}

.home-fps .fps-text p {
    font-size: 1.1rem;
}

.fps-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fps-phone-box {
    position: relative;
    height: 500px;
    width: 400px;
}

.fps-phone-box img{
    position: absolute;
    transition: all 500ms ease-in-out;
}

.fps-phone-box img:first-child{
    top: 111px;
    left: 0;
    z-index: 20;
    max-width: 418px;
}

.fps-phone-box img:nth-child(2){
    top: 156px;
    left: 50px;
    z-index: 15;
    max-width: 342.1px;
}

.fps-phone-box img:nth-child(3){
    top: 164px;
    left: 18px;
    max-width: 397.1px;
    z-index: 10;
}

.fps-phone-box img:last-child{
    top: 148px;
    left: 0;
    z-index: 5;
    max-width: 418px;
}


.fps-phone-box.open img:first-child{
    top: 0;
    left: 0;
    z-index: 20;
    max-width: 418px;
}

.fps-phone-box.open img:nth-child(2){
    top: 156px;
    left: 50px;
    z-index: 15;
    max-width: 342.1px;
}

.fps-phone-box.open img:nth-child(3){
    top: 204px;
    left: 18px;
    max-width: 397.1px;
    z-index: 10;
    opacity: 1;
}

.fps-phone-box.open img:last-child{
    top: 290px;
    left: 0;
    z-index: 5;
    max-width: 418px;
}

.home-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-image {
    position: relative;
}

.map-image img:last-child{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: blinkAnimation 1.5s both infinite;
}

@keyframes blinkAnimation {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.video-section {
    max-width: 1180px;
    padding-inline: 8px ;
    width: 100%;
    color: #fff;
}

.video-section h2{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.video-section .videos {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.video-section .videos .person {
    width: 25%;
    transition: width 1s ease;
}

.video-section .videos .image-section {
    height: 70vh;
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}


.video-section .videos .person:not(.show)  .image-section img{
    height: 110%;
    transition: height 0.3s linear, opacity 400ms linear;
    opacity: 0.7;
}

.video-section .videos .person:not(.show) .image-section:hover img{
    height: 100%;
    opacity: 1;
    transition: height 2s linear(0 0%, 0.39 27.63%, 0.84 85.22%, 1.01 100%), opacity 500ms linear;
}


.person-text {
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    text-align: left;
}

.person-text h3{
    font-weight: 500;
    font-size: 28px;
    margin: 0;
    line-height: 1.3;
}

.person-text p{
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #b5b5b5;
}

.button-icon {
    width: 50px;
    color: #ffffffba;
    border-radius: 100%;
    position: absolute;
    opacity: 0;
}

.video-section .videos .person {
   position: relative;
   overflow: hidden;
}

.video-section .videos .person::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    box-shadow: 0px -2px 39px 67px rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 3;
}

.video-section .videos .person video{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    object-fit: cover;
}


.video-section .videos .person:hover video{
    transition: opacity 0.4s 0.01s;
}

.video-section .videos .person img{
    transition: opacity 0.4s;
}


.video-section .videos .person.show video{
    opacity: 1;
    transition: opacity 0.4s;
    z-index: 0;
}

.video-section .videos .person.show img{
    opacity: 0;
    transition: opacity 0.4s 0s;
    z-index: 1;
    max-height: 100%;

}


.video-section .videos .person:not(.show) .image-section:hover .button-icon{
    opacity: 1;
}


.view-all-btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 160px;
    padding: 10px 35px;
    border-radius: 98px;
    background: #0071e3;
    color: #fff !important;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    text-decoration: none;
}

.read-more-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.readmore-btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    padding: 10px 35px;
    border-radius: 98px;
    background: #0071e3;
    color: #fff !important;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    text-decoration: none;
}

.home-about-carousel {
    color: #fff;
    max-width: 1180px;
    width: 100%;
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 30px;
    padding-inline: 8px ;
}

.home-about-carousel .carousel-title{
    padding: 15px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.home-about-carousel .carousel-title i{
    transition: all 0.3s ease-out;
    position: absolute;
    right: 30px;
}

.home-about-carousel .carousel-title h2{
    margin: 0;
    /* font-weight: 500;
    font-size: 40px; */
    line-height: 1;
}

.home-about-carousel .about-body{
    height: auto;
    overflow: hidden;
}

.home-about-carousel .about-body .content-container {
    padding: 0 0 0 0;
    font-size: 15px;
    text-align: center;
}


.home-about-carousel .about-body .content-container p{
    /* margin-bottom: 25px; */
    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    /* color: #bdc3c7; */
    color: #fff;
}

.home-about-carousel .about-body .content-container p:last-child{
    font-size: 20px;
}

.wholesale-section {
    max-width: 1180px;
    padding-inline: 8px ;
    text-align: center;
    margin-bottom: 60px;
}

.wholesale-section video{
    width: 80%;
}

.wholesale-section .section-title h2{
    /* font-size: 56px; */
    color: #fff;
    text-align: left;
    /* font-weight: 500; */
    line-height: 1;
    padding-bottom: 15px;
}

.wholesale-section .section-body{
    line-height: 1.5;
    display: flex;
    color: #a1a9ae;
    text-align: left;
    font-size: 18.6px;
    gap: 55px;
    text-align: justify;
}

.wholesale-section .section-body > *{
    width: 50%;
    flex: 50%;
}

.youtube-video-section {
    max-width: 1180px;
    width: 100%;
    aspect-ratio: 16 / 8.4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 8px;
    /* margin-bottom: 70px; */
}

.youtube-video-section video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: ease-in-out 0.3s opacity;
    border-radius: 50px;
}

.youtube-video-section.playing video{
    opacity: 1;
    
}

.youtube-video-section .button-icon{
    opacity: 1;
    transition: ease-in-out 0.3s opacity;
}

.youtube-video-section.playing .button-icon{
    opacity: 0;
}

@media only screen and (max-width:1230px) { 
    .map-section {
        padding-inline: 22px;
    }
    .video-section {
        padding-inline: 22px;
    }
    .home-about-carousel {
        padding-inline: 22px;
    }
    .wholesale-section {
        padding-inline: 22px;
    }
}

@media only screen and (max-width: 499.98px) {
    /* .fps-phone-box.open img:first-child {
        max-width: 250px !important;
    }
    .fps-phone-box.open img:nth-child(2) {
        top: 95px !important;
        max-width: 200px !important;
    } */
}
@media only screen and (max-width:1200px) { 

    .home-fps .fps-text p {
        font-size: 14px;
    }

    .home-about p {
        font-size: 14px;
    }

    .home-content {
        padding: 10px;
    }


    .fps-phone-box {
        position: relative;
        height: 369px;
        width: 300px;
    }
    
    .fps-phone-box img{
        position: absolute;
        transition: all 500ms ease-in-out;
    }
    
    .fps-phone-box img:first-child{
        top: 116px;
        left: 0;
        z-index: 20;
        max-width: 300px;
    }
    
    .fps-phone-box img:nth-child(2){
        top: 123px;
        left: 39.3px;
        z-index: 15;
        max-width: 245px;
    }
    
    .fps-phone-box img:nth-child(3){
        top: 147px;
        left: 14.17px;
        max-width: 284.3px;
        z-index: 10;
    }
    
    .fps-phone-box img:last-child{
        top: 141px;
        left: 0;
        z-index: 5;
        max-width: 300px;
    }
    
    
    .fps-phone-box.open img:first-child{
        top: 0;
        left: 0;
        z-index: 20;
        max-width: 300px;
    }
    
    .fps-phone-box.open img:nth-child(2){
        top: 112px;
        left: 39.3px;
        z-index: 15;
        max-width: 245px;
    }
    
    .fps-phone-box.open img:nth-child(3){
        top: 152px;
        left: 14.17px;
        max-width: 284.3px;
        z-index: 10;
        opacity: 1;
    }
    
    .fps-phone-box.open img:last-child{
        top: 212px;
        left: 0;
        z-index: 5;
        max-width: 300px;
    }

    .fps-left-section .fps-tag-content-1 {
        max-width: 183px;
        font-size: 14px;
        bottom: 120px;
        right: -100px;
    }

    .fps-left-section .fps-tag-content-1 img {
        width: 40px;
    }

    .fps-left-section .fps-tag-content-1 svg{
        width: 80px;
        right: -20px;
    }

    .fps-right-section .fps-tag-content-2 {
        font-size: 14px;
    }

    .fps-right-section .fps-tag-content-3 {
        bottom: 32px;
    }

    .fps-right-section .fps-tag-content-2 {
        max-width: 218px;
        line-height: 1.5;
        flex-direction: column;
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        top: 0;
        left: -57px;
    }

    .fps-right-section .fps-tag-content-2 svg{
        width: 80px;
        left: -76px;
        top: -22px;
    }

    .fps-right-section .fps-tag-content-3 {
        bottom: 32px;
        left: -57px;
        font-size: 14px;
    }

    .fps-right-section .fps-tag-content-3 svg{
        position: absolute;
        left: -60px;
        top: 15px;
    }

    .fps-right-section .fps-tag-content-3 .fps-tag-3-items {
        font-size: 12px;
        display: flex;
        line-height: 1.1;
    }

    .fps-tag-content-3 .fps-tag-3-item {
        width: 102px;
    }

    .fps-tag-content-3 .fps-tag-3-item:last-child {
        width: 95px;
    }
}


@media only screen and (min-width:1200px) { 

    .home-fps .fps-text p {
        font-size: 14px;
    }

    .home-about p {
        font-size: 14px;
    }
}

@media only screen and (min-width:1500px) { 
    .fps-phone-box {
        position: relative;
        height: 542px;
        width: 429px;
    }
    
    .fps-phone-box img{
        position: absolute;
        transition: all 500ms ease-in-out;
    }
    
    .fps-phone-box img:first-child{
        top: 108px;
        left: 0;
        z-index: 20;
        max-width: 462px;
    }
    
    .fps-phone-box img:nth-child(2){
        top: 156px;
        left: 50px;
        z-index: 15;
        max-width: 379.5px;
    }
    
    .fps-phone-box img:nth-child(3){
        top: 164px;
        left: 18px;
        max-width: 440.1px;
        z-index: 10;
    }
    
    .fps-phone-box img:last-child{
        top: 148px;
        left: 0;
        z-index: 5;
        max-width: 462px;
    }
    
    
    .fps-phone-box.open img:first-child{
        top: 0;
        left: 0;
        z-index: 20;
        max-width: 462px;
    }
    
    .fps-phone-box.open img:nth-child(2){
        top: 172px;
        left: 50px;
        z-index: 15;
        max-width: 379.5px;
    }
    
    .fps-phone-box.open img:nth-child(3){
        top: 219px;
        left: 18px;
        max-width: 440.1px;
        z-index: 10;
        opacity: 1;
    }
    
    .fps-phone-box.open img:last-child{
        top: 317px;
        left: 0;
        z-index: 5;
        max-width: 462px;
    }

    .fps-right-section .fps-tag-content-2 {
        width: 259px;
        top: 43px;
        left: -22px;
    }

    .fps-right-section .fps-tag-content-3 {
        left: -8px;
        bottom: 102px;
    }

}

@media only screen and (max-width: 992px) {
    .home-fps {
        padding: 0px 50px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-fps .fps-text p {
        font-size: 14px;
    }

    .home-fps .fps-text { 
        text-align: center;
    }
    .home-fps .fps-text h2{ 
        text-align: center;
        margin-bottom: 10px;
    }

    .video-section .videos {
        flex-wrap: wrap;
    }

    .video-section .videos .person {
        width: 50%;
        transition: width 1s ease;
    }

    .video-section .videos .person img{
        display: none;
    }

    .video-section .videos .image-section {
        height: auto;
    }

    .video-section .videos .person video{
        position: relative;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        object-fit: contain;
    }

    .video-section .videos .person.show img{
        height: 100%;
        opacity: 0;
        transition: none;
        z-index: 1;
        max-height: 100%;
    }

    .video-section .videos .person:not(.show)  .image-section img{
        height: 100%;
        transition: none;
        opacity: 0;
    }
    
    .video-section .videos .person:not(.show) .image-section:hover img{
        height: 100%;
        opacity: 0;
        transition: none;
    }

    .video-section .videos .person:not(.show) .image-section:hover video{
        height: 100%;
        opacity: 1;
        transition: opacity 0.4s linear;
    }

    .button-icon {
        opacity: 1;
    }


    .video-section .videos .person.show .image-section:hover .button-icon{
        opacity: 0;
    }

    .video-text h3{
        font-size: 16px;
    }
    
    .video-text p{
        font-size: 13px;
    }

    .play-button-section, .stop-button-section {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity 0.5s ease-in-out;
    }
    
    .video-box:not(.playing) .play-button-section {
        opacity: 1;
    }
    
    .button-icon {
        width: 50px;
        color: #ffffffba;
        box-shadow: none;
        border-radius: 100%;
    }

    .fps-left-section {
        display: none;
    }
    
    .fps-right-section {
        display: none;
    }

    .section-body {
        line-height: 1.2 !important;
        font-size: 20px !important;
        gap: 50px !important;
        text-align: justify;
    }

    .home-about-carousel .about-body .content-container p{
        font-size: 20px !important;
    }

    /* .home-about-carousel .carousel-title h2 {
        font-size: 40px;
    } */

    .wholesale-section .section-title h2 {
        font-size: 40px;
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .video-section h2 {
        font-size: 40px;
    }

    /* .map-section h2{
        font-size: 30px;
    } */


}


@media only screen and (max-width:1990px) { 
    html {
        font-size: 13px;
    }

    .home-4by4-item p, 
    .map-section p, 
    .wholesale-page-section-bottom-title {
        font-size: 23px;
    }
}

@media only screen and (max-width:1750px) { 
    html {
        font-size: 11px;
    }

    .home-4by4-item p, 
    .map-section p, 
    .wholesale-page-section-bottom-title {
        font-size: 20px;
    }
}

@media only screen and (max-width:1500px) { 
    html {
        font-size: 12px;
    }
    .home-4by4-item .section-text {
        top: 10%;
    }
    .home-4by4-item p, 
    .map-section p, 
    .wholesale-page-section-bottom-title  {
        font-size: 20px;
    }
}

@media only screen and (max-width:1200px) { 
    html {
        font-size: 10px;
    }

    /* .home-4by4-item h2 {
        font-size: 24px;
    } */

    .home-4by4-item {
        height: 71vh;
    }

    /* .home-4by4-item h2,
    .banner-title {
        font-size: 40px;
    } */

    .home-4by4-item p, 
    .map-section p, 
    .wholesale-page-section-bottom-title {
        font-size: 20px;
        padding-inline: 20px;
    }
}

@media only screen and (max-width:1000px) { 
    .home-4by4-item {
        height: 65vh;
    }

    html {
        font-size: 10px;
    }
}

@media only screen and (max-width:1000px) { 
    html {
        font-size: 10px;
    }
}


@media only screen and (max-width:810px) { 
    html {
        font-size: 10px;
    }

    .home-4by4-section {
        padding-inline: 0;
    }

    .home-4by4-item {
        height: 75vh;
    }

    /* .home-4by4-item h2, 
    .banner-title {
        font-size: 40px;
    } */

    .home-4by4-item p, 
    .map-section p, 
    .wholesale-page-section-bottom-title  {
        font-size: 20px;
        padding-inline: 20px;
    }
    
    .home-4by4-item img {
        width: 100%;
        max-width: 100%;
    }

    .home-banner .banner-section::before {
        content: "";
        height: 0;
        width: 100%;
        position: absolute;
        z-index: 4;
        box-shadow: 0px 0px 47px 117px rgb(0 0 0);
        top: 0;
        display: none;
    }
}

@media only screen and (max-width:600px) { 
    html {
        font-size: 10px;
    }

    .home-auction-image {
        width: 100% !important;
    }
    .home-4by4-section {
        padding-inline: 0;
    }

    .home-4by4-item {
        height: 60vh;
    }

    .about-us-text-2 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .home-about-carousel .about-body .content-container {
        padding: 0 !important;
    }

    .home-about-carousel {
        margin-bottom: 0 !important;
    }

    /* .home-4by4-item h2, 
    .banner-title {
        font-size: 40px;
    } */

    .home-4by4-item p, 
    .map-section p, 
    .wholesale-page-section-bottom-title  {
        font-size: 20px;
        padding-inline: 20px;
    }
    
    .home-4by4-item img {
        width: 100%;
        max-width: 100%;
    }

    .home-banner .banner-section::before {
        content: "";
        height: 0;
        width: 100%;
        position: absolute;
        z-index: 4;
        box-shadow: 0px 0px 47px 117px rgb(0 0 0);
        top: 0;
        display: none;
    }

    .home-4by4-item img {
        width: 100%;
        max-width: 1000px;
    }

    home-fps {
       margin-block: 0;
    }

    .home-content {
        gap: 50px;
        margin-bottom: 50px;
    }

    .wholesale-section {
        display: none;
    }

    .section-body {
        position: relative;
        overflow: hidden;
        --coverHeight: 100%;
    }


    .section-body::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: var(--coverHeight);
        background: rgb(0, 0, 0);
        z-index: 4;
    }

    .home-4by4-section {
        padding: 0;
        margin-bottom: 0;
    }

    .section-body {
        flex-wrap: wrap;
        gap: 0 !important;
        font-size: 25px !important;
        line-height: 1 !important;
        text-align: justify !important;
    }

    .wholesale-section .section-title h2 {
        line-height: 1;
    }

    .wholesale-text-1 {
        margin-bottom: 32px;
    }

    .section-body > * {
        width: 100% !important;
        flex: 100% !important;
    }

    .video-section .videos .person {
        width: 100%;
        transition: width 1s ease;
    }
}

@media only screen and (max-width:768px) { 
    .home-4by4-item img {
        /* width: 70%; */
        max-width: 1000px;
    }
    .home-4by4-item {
        height: 90vh;
    }
    .home-phone-image {
        width: 70% !important;
    }
    .home-parts-image {
        width: 80% !important;
    }
    .home-accessory-image {
        width: 70%;
    }
    .home-auction-image {
        width: 60%;
    }
}

@media only screen and (max-width:500px) { 
    html {
        font-size: 10px;
    }

    .home-4by4-section {
        padding-inline: 0;
        padding-bottom: 20px;
    }

    .home-fps {
        padding: 10px;
        padding-top: 0;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-about {
        margin: 0;
        padding: 2rem;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .home-about p{
        font-size: 15px;
    }

    .map-section {
        /* display: none; */
        padding: 0px 22px 40px 22px !important; 
    }

    .home-4by4-item {
        /* height: 60vh; */
        height: 50vh;
    }

    /* .home-4by4-item h2, 
    .banner-title {
        font-size: 40px;
    } */

    .home-4by4-item p, 
    .map-section p, 
    .wholesale-page-section-bottom-title  {
        font-size: 20px;
        padding-inline: 20px;
    }
    
    .home-4by4-item img {
        width: 100%;
        max-width: 100%;
    }

    .home-banner .banner-section::before {
        content: "";
        height: 0;
        width: 100%;
        position: absolute;
        z-index: 4;
        box-shadow: 0px 0px 47px 117px rgb(0 0 0);
        top: 0;
        display: none;
    }

}

@media (min-width: 576px) and (max-width:1200px) {
    .container {
        max-width: 1000px;
    }
}

@media (min-width: 1500px) {
    .d-xxl-none {
        display: none!important;
    }
    .d-xxl-block {
        display: block!important;
    }
}


.modal-preorder {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    width: 100%; /* Full width */
    height: auto; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0); /* Black w/ opacity */
    box-shadow: none;
    z-index: 50;
    max-width: 1000px !important;

  }
  body.modal-open { overflow: hidden !important; }
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    opacity: 1 !important;
    /* max-width: 1500px; */
  }
  
  /* Caption of Modal Image */
  .modal-caption {
    margin: auto;
    display: block;
    width: 100%;
    /* max-width: 1200px; */
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
  }
  
  /* The Close Button */
  .modal-preorder > .modal-close {
    right: 0;
      border-radius: 50%;
      padding: 0.5em;
      width: 30px;
      height: 30px;
      border: 2px solid #c7cbd3;
      color: #c7cbd3;
      position: absolute;
      margin-top: 20px;
      margin-right: 50px;
  }
  
  
  .modal-preorder > .modal-close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  .modal-preorder > .modal-close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    height: 2px;
    top:12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
  }
  .modal-preorder > .modal-close:hover::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #655f5f;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  .modal-preorder > .modal-close:hover::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #655f5f;
    height: 2px;
    top:12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
  }
  .modal-preorder > .modal-close:hover {
    color: #655f5f !important;
    border: 2px solid #655f5f !important;
  }
  #modal_pre_order_1 > .modal-close, 
  #modal_pre_order_4 > .modal-close {
    color: #000;
    border: 2px solid #000;
  }

  #modal_pre_order_1 > .modal-close::before, 
  #modal_pre_order_4 > .modal-close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #000;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  #modal_pre_order_1 > .modal-close:hover::before, 
  #modal_pre_order_4 > .modal-close:hover::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #655f5f !important;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  #modal_pre_order_1 > .modal-close::after,
  #modal_pre_order_4 > .modal-close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #000;
    height: 2px;
    top:12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
  }
  #modal_pre_order_1 > .modal-close:hover::after,
  #modal_pre_order_4 > .modal-close:hover::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #655f5f;
    height: 2px;
    top:12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
  }



  .modal-preorder > .modal-close:hover
  {
    color: #655f5f !important;
    border: 2px solid #655f5f !important;
  }
  
  .modal-preorder > .modal-close:hover,
  .modal-preorder > .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .is-blurred {
    filter: blur(20px) !important;
    -webkit-filter: blur(20px) !important;
    backdrop-filter: blur(20px) contrast(60%);
    -webkit-backdrop-filter: blur(20px) contrast(60%);
    -webkit-backdrop-filter: blur(20px); /* Add this line first, it fixes blur for Safari*/
    backdrop-filter: blur(20px);
    z-index: 9;
  }
  .is-blurred::before {
    filter: blur(20px) !important;
    -webkit-filter: blur(20px) !important;
    backdrop-filter: blur(20px) contrast(60%);
    -webkit-backdrop-filter: blur(20px) contrast(60%);
    -webkit-backdrop-filter: blur(20px); /* Add this line first, it fixes blur for Safari*/
    backdrop-filter: blur(20px);
  }
  .modal-text-right-container {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 20%;
      width: 45%;
      margin-right: 70px;
  }
  .modal-text-right-container > .row > div > .header.black {
      font-weight: 500;
      /* font-size: 55px; */
      text-align: left;
      margin: -40px 0;
      font-size: 56px;
      line-height: 1.0014285714;
      
  }
  .modal-text-right-container > .row > div > .subheader.black {
      margin-top: 50px;
      /* font-size: 24px; */
      text-align: left;
      /* line-height: 100%; */
      font-size: 19px;
      line-height: 1.4211;
  }
  .modal-text-right-container > .row > div > .header.white {
      font-weight: 500;
      /* font-size: 55px; */
      text-align: left;
      margin: -40px 0;
      font-size: 56px;
      line-height: 1.0014285714;
      color: #fff;
  }
  .modal-text-right-container > .row > div > .subheader.white {
        margin-top: 50px;
        /* font-size: 24px; */
        text-align: left;
        /* line-height: 100%; */
        font-size: 19px;
        line-height: 1.4211;
        color: #fff;
  }
  
  .modal-text-top-container {
      position: absolute;
      /* top: 0;
      right: 0; */
      margin-top: 8%;
      width: 90%;
      margin-left: 2%;
      /* background: #cecece; */
      text-align: center;
      /* margin-right: 70px; */
  }
  .modal-text-top-container > .row > div > .header.white {
      font-weight: 500;
      /* font-size: 55px; */
      text-align: left;
      /* margin: -40px 0; */
      font-size: 56px;
      line-height: 1.0014285714;
      color: #fff;
      text-align: center;
  }
  .modal-text-top-container > .row > div > .subheader.white {
      /* margin-top: 50px; */
      font-size: 19px;
      line-height: 1.4211;
      text-align: center;padding: 0 132px;
      color: #fff;
  }
  .modal-text-top-container > .row > div > .header.black {
      font-weight: 500;
      font-size: 55px;
      text-align: left;
      /* margin: -40px 0; */
      line-height: 100%;
      text-align: center;
  }
  .modal-text-top-container > .row > div > .subheader.black {
    font-size: 19px;
    line-height: 1.4211;
    text-align: center;padding: 0 132px;
  }

@media (max-width: 503px) {

    /* The Close Button */

  /* The Close Button */
  .modal-preorder > .modal-close {
    right: 0;
      border-radius: 50%;
      padding: 0.5em;
      width: 20px;
      height: 20px;
      border: 2px solid #c7cbd3;
      color: #c7cbd3;
      position: absolute;
      margin-top: 10px;
      margin-right: 30px;
  }
  
  .modal-preorder > .modal-close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    width: 2px;
    left: 7px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  .modal-preorder > .modal-close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    height: 2px;
    top: 7px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
  }
  
  .modal-preorder > .modal-close:hover,
  .modal-preorder > .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }


    .modal-text-right-container {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 22%;
        width: 65%;
        text-align: center;
        /* margin-right: 40px; */
    }
    .modal-text-right-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        margin: -40px 0;
        line-height: 102%;
    }
    .modal-text-right-container > .row > div > .subheader.black {
        margin-top: 50px;
        font-size: 12px;
        text-align: center;
        line-height: 102%;
        margin-bottom: -10px;
    }
    .modal-text-right-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        margin: -40px 0;
        line-height: 102%;
        color: #fff;
    }
    .modal-text-right-container > .row > div > .subheader.white {
        margin-top: 50px;
        font-size: 12px;
        text-align: center;
        line-height: 102%;
        margin-bottom: -10px;
        color: #fff;
    }
    
    .modal-text-top-container {
        position: absolute;
        width: 88%;
        margin-left: 2%;
        text-align: center;
    }
    .modal-text-top-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        margin-top: 25px;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .subheader.white {
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #fff;
        padding: 0;
    }
    .modal-text-top-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .modal-text-top-container > .row > div > .subheader.black {
        font-size: 12px;
        line-height: 100%;
        text-align: center;
    }
}

@media (min-width: 504px) and (max-width: 600px){


    /* The Close Button */
    .modal-preorder > .modal-close {
        right: 0;
        border-radius: 50%;
        padding: 0.5em;
        width: 20px;
        height: 20px;
        border: 2px solid #c7cbd3;
        color: #c7cbd3;
        position: absolute;
        margin-top: 10px;
        margin-right: 30px;
    }
    
    .modal-preorder > .modal-close::before {
        content: " ";
        position: absolute;
        display: block;
        background-color: #c7cbd3;
        width: 2px;
        left: 7px;
        top: 5px;
        bottom: 5px;
        transform: rotate(45deg);
    }
    .modal-preorder > .modal-close::after {
        content: " ";
        position: absolute;
        display: block;
        background-color: #c7cbd3;
        height: 2px;
        top: 7px;
        left: 5px;
        right: 5px;
        transform: rotate(45deg);
    }
    
    .modal-preorder > .modal-close:hover,
    .modal-preorder > .modal-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


    .modal-text-right-container {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 20%;
        width: 45%;
        margin-right: 40px;
    }
    .modal-text-right-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 28px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
    }
    .modal-text-right-container > .row > div > .subheader.black {
        margin-top: 50px;
        font-size: 16px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
    }
    .modal-text-right-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 28px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
        color: #fff;
    }
    .modal-text-right-container > .row > div > .subheader.white {
        margin-top: 50px;
        font-size: 16px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
        color: #fff;
    }
    
    .modal-text-top-container {
        position: absolute;
        width: 90%;
        margin-left: 2%;
        text-align: center;
    }
    .modal-text-top-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        margin-top: -15px;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .subheader.white {
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        margin-top: -15px;
    }
    .modal-text-top-container > .row > div > .subheader.black {
        font-size: 12px;
        line-height: 100%;
        text-align: center;
    }
}

@media (min-width: 601px) and (max-width: 700px){


  /* The Close Button */
  .modal-preorder > .modal-close {
    right: 0;
      border-radius: 50%;
      padding: 0.5em;
      width: 20px;
      height: 20px;
      border: 2px solid #c7cbd3;
      color: #c7cbd3;
      position: absolute;
      margin-top: 10px;
      margin-right: 30px;
  }
  
  .modal-preorder > .modal-close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    width: 2px;
    left: 7px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  .modal-preorder > .modal-close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    height: 2px;
    top: 7px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
  }
  
  .modal-preorder > .modal-close:hover,
  .modal-preorder > .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
    .modal-text-right-container {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 20%;
        width: 45%;
        margin-right: 60px;
    }
    .modal-text-right-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 30px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
    }
    .modal-text-right-container > .row > div > .subheader.black {
        margin-top: 50px;
        font-size: 18px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
    }
    .modal-text-right-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 30px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
        color: #fff;
    }
    .modal-text-right-container > .row > div > .subheader.white {
        margin-top: 50px;
        font-size: 18px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
        color: #fff;
    }
    
    .modal-text-top-container {
        position: absolute;
        width: 90%;
        margin-left: 2%;
        text-align: center;
    }
    .modal-text-top-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .subheader.white {
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
    }
    .modal-text-top-container > .row > div > .subheader.black {
        font-size: 18px;
        line-height: 100%;
        text-align: center;
    }
}

@media (min-width: 701px) and (max-width: 770px){


  /* The Close Button */
  .modal-preorder > .modal-close {
    right: 0;
      border-radius: 50%;
      padding: 0.5em;
      width: 20px;
      height: 20px;
      border: 2px solid #c7cbd3;
      color: #c7cbd3;
      position: absolute;
      margin-top: 10px;
      margin-right: 30px;
  }
  
  .modal-preorder > .modal-close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    width: 2px;
    left: 7px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  .modal-preorder > .modal-close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #c7cbd3;
    height: 2px;
    top: 7px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
  }
  
  .modal-preorder > .modal-close:hover,
  .modal-preorder > .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
    .modal-text-right-container {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 20%;
        width: 45%;
        margin-right: 60px;
    }
    .modal-text-right-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 40px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
    }
    .modal-text-right-container > .row > div > .subheader.black {
        margin-top: 50px;
        font-size: 18px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
    }
    .modal-text-right-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 40px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
        color: #fff;
    }
    .modal-text-right-container > .row > div > .subheader.white {
        margin-top: 50px;
        font-size: 18px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
        color: #fff;
    }
    
    .modal-text-top-container {
        position: absolute;
        margin-top: 8%;
        width: 90%;
        margin-left: 2%;
        text-align: center;
    }
    .modal-text-top-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 40px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .subheader.white {
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 40px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
    }
    .modal-text-top-container > .row > div > .subheader.black {
        font-size: 18px;
        line-height: 100%;
        text-align: center;
    }
}

@media (min-width: 771px) and (max-width: 850px){

    .modal-text-right-container {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 18%;
        width: 45%;
        margin-right: 60px;
    }
    .modal-text-right-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 48px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
    }
    .modal-text-right-container > .row > div > .subheader.black {
        margin-top: 50px;
        font-size: 18px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
    }
    .modal-text-right-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 48px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
        color: #fff;
    }
    .modal-text-right-container > .row > div > .subheader.white {
        margin-top: 50px;
        font-size: 18px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
        color: #fff;
    }
    
    .modal-text-top-container {
        position: absolute;
        margin-top: 8%;
        width: 90%;
        margin-left: 2%;
        text-align: center;
    }
    .modal-text-top-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 45px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .subheader.white {
        font-size: 20px;
        text-align: left;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 45px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
    }
    .modal-text-top-container > .row > div > .subheader.black {
        font-size: 20px;
        text-align: left;
        line-height: 100%;
        text-align: center;
    }
}

@media (min-width: 851px) and (max-width: 939px){

    .modal-text-right-container {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 18%;
        width: 45%;
        margin-right: 70px;
    }
    .modal-text-right-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 48px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
    }
    .modal-text-right-container > .row > div > .subheader.black {
        margin-top: 50px;
        font-size: 22px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
    }
    .modal-text-right-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 48px;
        text-align: left;
        margin: -40px 0;
        line-height: 102%;
        color: #fff;
    }
    .modal-text-right-container > .row > div > .subheader.white {
        margin-top: 50px;
        font-size: 22px;
        text-align: left;
        line-height: 102%;
        margin-bottom: -10px;
        color: #fff;
    }
    
    .modal-text-top-container {
        position: absolute;
        margin-top: 8%;
        width: 90%;
        margin-left: 2%;
        text-align: center;
    }
    .modal-text-top-container > .row > div > .header.white {
        font-weight: 500;
        font-size: 50px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .subheader.white {
        font-size: 20px;
        text-align: left;
        line-height: 100%;
        text-align: center;
        color: #fff;
    }
    .modal-text-top-container > .row > div > .header.black {
        font-weight: 500;
        font-size: 50px;
        line-height: 100%;
        text-align: center;
        margin-top: -20px;
    }
    .modal-text-top-container > .row > div > .subheader.black {
        font-size: 20px;
        text-align: left;
        line-height: 100%;
        text-align: center;
    }
}

.youtube-video-section .youtube-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: ease-in-out 0.3s opacity;
    border-radius: 50px;
}

.subheader-text-theme {
    color: var(--theme-color) !important;
}

@media (max-width: 686px) {
    .wholesaleText1Br {
        display: none;
    }
}

.cta-btn-2 {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 160px;
    padding: 10px 35px;
    border-radius: 98px;
    background: #0071e3;
    color: #fff !important;
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    text-decoration: none;
}
.cta-btn-2:hover {
    color: var(--theme-color) !important;
    background: #fff !important;
}
.italic {
    font-style: italic;
}



@media screen and (min-width: 851px) {
    .shop-container-with-box {
      margin-bottom: -190px !important;
    }
    .choose-box-icon-content {
      width: 62%;
    }
}
@media (min-width: 501px) and (max-width: 850.98px) {
    .shop-container-with-box {
      margin-bottom: -168px !important;
    }
    .choose-box-icon-content {
      width: 75%;
    }
}
@media screen and (max-width: 500px) {
    .shop-container-with-box {
      margin-bottom: -85px !important;
    }
    .choose-box-icon-content {
      width: 90%;
    }
}

/* @media (max-width: 600px) {
    .home-about-us-stats-grid-mobile {
        margin-left: 5% !important;
    }
} */
@media (min-width: 600px) {
    .home-about-us-stats-grid  {
        /* margin-bottom: -35px; */
        margin-bottom: 0px;
    }
}


@media (max-width: 724.98px) {

    .home-about-h2 {
        text-align: center;
    }
    .home-about-p {
        text-align: center !important;
    }
    .home-about-container-right {
        display: none;
    }
    .home-about-us-stats-grid {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        gap: 30px 40px;
        /* margin-left: 15px; */
    }
    .home-about-us-stats-grid-mobile {
        display: block;
        gap: 40px;
        margin-bottom: 20px;
        flex-direction: row;
        /* justify-content: flex-start; */
        margin-left: 0;
    }
    /* .home-about-us-stats-grid-mobile .third-row {
        grid-column: 1 / 3;
        justify-self: center;
    } */
}

@media (min-width: 725px) and (max-width: 1199.98px) {

    .home-about-h2 {
        text-align: center;
    }
    .home-about-p {
        text-align: center !important;
    }
    .home-about-container-right {
        display: none;
    }
    .home-about-us-stats-grid {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        /* gap: 30px 40px; */
        gap: 10px 40px;
        margin-left: 15px;
    }
    .home-about-us-stats-grid-mobile {
        display: block;
        gap: 40px;
        margin-bottom: 20px;
        flex-direction: row;
        /* justify-content: flex-start; */
        margin-left: 0;
    }
    /* .home-about-us-stats-grid-mobile .third-row {
        grid-column: 1 / 3;
        justify-self: center;
    } */
}

@media screen and (min-width: 1200px) {
    .home-about-container {
        display: flex;
    }
    .home-about-container-left {
        width: 60%;
    }
    .home-about-container-right {
        width: 40%; 
        display: flex; 
        align-items: center;
    }
    .home-about-h2 {
        text-align: left;
    }
    .home-about-p {
        text-align: left !important;
    }
    .home-about-container-mobile {
        display: none;
    }
}



@media screen and (max-width: 509.98px) {
    .ifa-event-button-container {
        margin-top: 20px; 
        z-index: 1;
    }
}
@media screen and (min-width: 510px) {
    .ifa-event-button-container {
        margin-top: -60px; z-index: 1;
    }
}

@media screen and (max-width: 972px) {
    .home-box-content-bottom {
     margin-top: -80px;
    }
}







.testimonials-card-container {
    position: relative;
    cursor: pointer;
}
.testimonials-card-container > .view-all-label { 
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100%;
    font-size: 16px;
    color: #fff;
}
.testimonials-card-container > .view-all-card { 
    filter: blur(4px);
}


.testimonials-card-container > .view-all-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4);  */
  background: #14141466; /* background color overlay */
  border-radius: 32px;
}
.testimonials-card-container:hover > .view-all-card::after {
  background: #221f1f66 !important;
  transition: ease-in-out 0.3s background;
}



.testimonials-card-container > .testimonials-card-image::after, 
.testimonials-card-container > .testimonials-card-long-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4);  */
  border-radius: 32px;
}
.testimonials-card-container:hover > .testimonials-card-image::after,
.testimonials-card-container:hover > .testimonials-card-long-video::after {
  transition: ease-in-out 0.3s background;
}

.testimonials-card-container > .testimonials-card-content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    color: #fff;
}


.testimonials-card-container:hover .testimonial-img {
    opacity: 0;
}
.testimonials-card-container:hover .testimonial-video {
    opacity: 1;
}
.testimonials-card-image, 
.testimonials-card-long-video {
    position: relative;
}
.testimonial-img,
.testimonial-video{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 32px;
    object-fit: cover;
}
.testimonial-img {
    opacity: 1;
    z-index: 2;
}
.testimonial-video {
    opacity: 0;
    z-index: 3;
    pointer-events: auto;
}
.testimonial-youtube-iframe {
    opacity: 1;
    z-index: 4;
    pointer-events: auto;

    position: relative;
    top: 0;
    left: 0;
    border-radius: 32px;
    object-fit: cover;
}

.hide-long-video {
    display: none;
}
.show-long-video {
    display: block;
    position: relative;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 10;
    /* background: rgba(0,0,0,0.85); */
}



.testimonial-img {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.3s;
}
.testimonial-video {
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s;
}

/* Hover: fade video in, image out */
.testimonials-card-container:hover .testimonial-img {
    opacity: 0;
}
.testimonials-card-container:hover .testimonial-video {
    opacity: 1;
}

/* Long video hidden by default */
.testimonials-card-long-video {
    display: none;
}
.show-long-video {
    display: block;
}

.testimonials-card-container > .view-all-label {
    text-transform: uppercase;
}

@media screen and (min-width: 931px) {
    .testimonials-card-container.first-layer {
        /* margin-left: calc(100% - 600px); */
        margin-left: 1550px;
    }
    .testimonials-card-container,
    .testimonials-card-image, 
    .testimonials-card-long-video, 
    .testimonial-img,
    .testimonial-video,
    .testimonial-youtube-iframe,
    .view-all-card > img {
        height: 500px;
        width: 281.3px;
        border-radius: 32px;
    }

    .testimonials-card-container.list,
    .testimonials-card-image.list, 
    .testimonials-card-long-video.list, 
    .testimonial-img.list,
    .testimonial-video.list, 
    .testimonial-youtube-iframe.list,
    .view-all-card.list > img {
        height: 400px !important;
        width: 100% !important;
        border-radius: 12px !important;
    }
    
    .testimonials-card-container > .testimonials-card-content {
        /* padding: 30px; */
        padding: 15px;
    }

    .testimonials-card-content-company {
        font-size: 15px; 
        line-height: 18px; 
        margin-bottom: 10px; 
        letter-spacing: 1px; 
        font-weight: 400;
    }
    .testimonials-card-content-title {
        font-size: 18px; 
        line-height: 18px; 
        margin-bottom: 8px;
        letter-spacing: 0.5px; 
        font-weight: 400;
    }
    .testimonials-card-content-owner {
        font-size: 15px; 
        line-height: 21px; 
        font-weight: 500; 
        letter-spacing: 0.5px; 
        margin-bottom: 12px;
    }
    .testimonials-card-content-location {
        font-size: 14px; 
        color: #e0e0e0;
    }

    .div-testimonial-card-container {
        margin-bottom: 30px;
    }
}
@media (min-width: 775px) and (max-width: 930.98px) {
    .testimonials-card-container.first-layer {
        /* margin-left: calc(100% - 600px); */
        margin-left: 1700px;
    }
    .testimonials-card-container,
    .testimonials-card-image, 
    .testimonials-card-long-video, 
    .testimonial-img,
    .testimonial-video,
    .testimonial-youtube-iframe,
    .view-all-card > img {
        height: 500px;
        width: 281.3px;
        border-radius: 32px;
    }
    
    .testimonials-card-container.list,
    .testimonials-card-image.list, 
    .testimonials-card-long-video.list, 
    .testimonial-img.list,
    .testimonial-video.list, 
    .testimonial-youtube-iframe.list,
    .view-all-card.list > img {
        height: 400px !important;
        width: 100% !important;
        border-radius: 12px !important;
    }

    .testimonials-card-container > .testimonials-card-content {
        /* padding: 30px; */
        padding: 15px;
    }
    
    .testimonials-card-content-company {
        font-size: 15px; 
        line-height: 18px; 
        margin-bottom: 10px; 
        letter-spacing: 1px; 
        font-weight: 400;
    }
    .testimonials-card-content-title {
        font-size: 18px; 
        line-height: 18px; 
        margin-bottom: 8px;
        letter-spacing: 0.5px; 
        font-weight: 400;
    }
    .testimonials-card-content-owner {
        font-size: 15px; 
        line-height: 21px; 
        font-weight: 500; 
        letter-spacing: 0.5px; 
        margin-bottom: 12px;
    }
    .testimonials-card-content-location {
        font-size: 14px; 
        color: #e0e0e0;
    }

    .div-testimonial-card-container {
        margin-bottom: 30px;
    }
}

@media (min-width: 587px) and (max-width: 774.98px) {
    .testimonials-card-container.first-layer {
        /* margin-left: calc(100% - 600px); */
        margin-left: 1900px;
    }
    .testimonials-card-container,
    .testimonials-card-image, 
    .testimonials-card-long-video, 
    .testimonial-img,
    .testimonial-video,
    .testimonial-youtube-iframe,
    .view-all-card > img {
        height: 500px;
        width: 281.3px;
        border-radius: 32px;
    }
    
    .testimonials-card-container.list,
    .testimonials-card-image.list, 
    .testimonials-card-long-video.list, 
    .testimonial-img.list,
    .testimonial-video.list, 
    .testimonial-youtube-iframe.list,
    .view-all-card.list > img {
        height: 400px !important;
        width: 100% !important;
        border-radius: 12px !important;
    }

    .testimonials-card-container > .testimonials-card-content {
        /* padding: 30px; */
        padding: 15px;
    }

    .testimonials-card-content-company {
        font-size: 15px; 
        line-height: 18px; 
        margin-bottom: 10px; 
        letter-spacing: 1px; 
        font-weight: 400;
    }
    .testimonials-card-content-title {
        font-size: 18px; 
        line-height: 22px; 
        margin-bottom: 8px;
        letter-spacing: 0.5px; 
        font-weight: 400;
    }
    .testimonials-card-content-owner {
        font-size: 15px; 
        line-height: 21px; 
        font-weight: 500; 
        letter-spacing: 0.5px; 
        margin-bottom: 12px;
    }
    .testimonials-card-content-location {
        font-size: 14px; 
        color: #e0e0e0;
    }

    .div-testimonial-card-container {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        padding: 0 8px;
    }
}
@media screen and (max-width: 586.98px) {
    .testimonials-card-container,
    .testimonials-card-image, 
    .testimonials-card-long-video, 
    .testimonial-img,
    .testimonial-video, 
    .testimonial-youtube-iframe,
    .view-all-card > img {
        height: 355px;
        width: 220px;
        border-radius: 12px;
    }

    .testimonials-card-container.list,
    .testimonials-card-image.list, 
    .testimonials-card-long-video.list, 
    .testimonial-img.list,
    .testimonial-video.list, 
    .testimonial-youtube-iframe.list,
    .view-all-card.list > img {
        height: 298px !important;
        width: 100% !important;
        border-radius: 12px !important;
    }

    .testimonials-card-container > .testimonials-card-content {
        /* padding: 15px; */
        padding: 7px;
    }


    .testimonials-card-content-company {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .testimonials-card-content-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
        letter-spacing: 0.5px;
        font-weight: 400;
    }
    .testimonials-card-content-owner {
        font-size: 13px;
        line-height: 21px;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
    }
    .testimonials-card-content-location {
        font-size: 12px; 
        color: #e0e0e0;
    }

    .div-testimonial-card-container {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        padding: 0 8px;
    }
    .testimonial-title {
        margin-top: 30px;
    }
    .testimonial-header-title {
        display: block !important;  
    }
}
.testimonial-header-title {
    display: none;  
}
#testimonial-modal-overlay {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.85);
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 110vh;
    justify-content: center;
    align-items: center;
}
#testimonial-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: #858585;
    padding: 13px 15px;
    border-radius: 32px;
}
.testimonials-modal-container {
    position:relative; 
    width:90vw; 
    max-width:480px; 
    aspect-ratio:9/16; 
    display:flex; 
    align-items:center; 
    justify-content:center;
    background: #858585;
    border-radius: 32px;
    margin-top: -180px;
}



@media screen and (max-width: 499.98px) {
    /* .coolmix-hero-banner-morocco {
        transform: translateX(0%);
    } */
}
@media (min-width: 500px) and (max-width: 699.98px) {
    /* .coolmix-hero-banner-morocco {
        transform: translateX(-3%);
    } */
}
@media (min-width: 700px) and (max-width: 874.98px) {
    /* .coolmix-hero-banner-morocco {
        transform: translateX(-10%);
    }
    .coolmix-hero-banner-morocco.ltr {
        transform: translateX(10%) !important;
    } */
}
@media (min-width: 875px) and (max-width: 1129.98px) {
    /* .coolmix-hero-banner-morocco {
        transform: translateX(-16%);
    }
    .coolmix-hero-banner-morocco.ltr {
        transform: translateX(16%) !important;
    } */
}
@media (min-width: 1130px) and (max-width: 1399.98px) {
    /* .coolmix-hero-banner-morocco {
        transform: translateX(-25%);
    } */
}

@media screen and (min-width: 1400px) {
    /* .coolmix-hero-banner-morocco {
        transform: translateX(11%);
    }
    .coolmix-hero-banner-morocco.ltr {
        transform: translateX(-9%) !important;
    } */
}

.home-about-us-details-summary-card {
    margin-bottom: 0px;
    width: 100%;
    translate: 0px;
    opacity: 1;
    background: #1a1a1a;
    padding-top: 25px !important;
    padding-bottom: 15px !important;
    border-radius: 12px;
}
@media screen and (min-width: 560px) {
    .home-about-us-details-summary-container {
        width: 50% !important;
    }
}
@media screen and (max-width: 559.98px) {
    .home-about-us-details-summary-container {
        width: 100% !important;
    }
}
.testimonials-card-content-location-container {
    display: flex; 
    gap: 8px; 
    align-items: center; 
    background-color: rgb(0 0 0 / 31%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
    padding: 3px 7px; 
    border-radius: 8px;
}
@media screen and (max-width: 394px) {
    .testimonials-card-content-location-container {
        padding: 3px 5px !important; 
    }
}