
@keyframes bubble {
    0% {
      transform: translateY(0px);
    }
    50% {
        transform: translateY(4px);
    }
    100% {
      transform: translateY(0px);
    }
  }
@keyframes bottle {
    0% {
      transform: translateY(0px);
    }
    50% {
        transform: translateY(12px);
    }
    100% {
      transform: translateY(0px);
    }
  }

  .display-none{
    display: none !important;
  }
  .rotate-359{
    transform: rotateY(359deg);
    -webkit-transform: rotateY(359deg);
    transition: .85s ease-out !important;
  }
  .right-wing-transform{
    transform: translate(6px,-3%) rotate(25deg);
    -webkit-transform: translate(6px,-3%) rotate(25deg);
  }
  .left-wing-transform{
    transform: translate(-6px,-9%) rotate(-25deg);
    -webkit-transform: translate(-6px,-9%) rotate(-25deg);
  }
  .move-paint-spray{
    right: calc(50% - 80px) !important;
    }
    .flip-image{
        transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
    }

:root{
    --black-color:#202022;
    /* --yellow-color:#f6af05; */
    --yellow-color:#FFC107;
}
/* custom styles */
.link-active{
    position: relative;
    color: var(--yellow-color) !important;
}
.link-active::after{
    content: '';
    position: absolute;
    left: 10px;
    bottom: -4px;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
}
.hide-product-tip{
    transform: translate(-210%, 100%);
    -webkit-transform: translate(-210%, 100%);
}
/* order btn */
.text .order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 135px;
    height: 45px;
    border-radius: 25px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
    background-color: var(--yellow-color);
    color: var(--black-color);
    transition: .35s;
    text-transform: uppercase;
    font-weight: bold;
}
.order-btn:hover {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
}
/* download datasheet pdf */
.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 200px;
    height: 45px;
    padding: 5px .75rem;
    margin: 0 auto;
    border-radius: 25px;
    text-decoration: none;
    padding: 0;
    font-size: 17px;
    border: none;
    background-color: var(--black-color);
    color: var(--yellow-color);
    transition: .35s;
    /* text-transform: uppercase; */
    font-weight: 500;
    margin-top: .75rem;
}
.download-btn:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}
.download-btn img {
    width: 20px;
    margin: 0 10px;
    transition: .3s;
}
.gmaps{
    width: 100%;
    margin-top: 1rem;
}
.gmaps iframe{
    width:100%;
}
/* global */
html{
    scroll-behavior: smooth;
}
body{
    position: relative;
    margin: 0;
    border: none;
    background-color: lightyellow;
    overflow-x: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.splitter{
    margin: 1rem auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.splitter img{
    width: 80px;
    position: relative;
}
.splitter::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 10%;
    height: 2px;
    background-color: var(--yellow-color);
    transform: translateX(calc(-100% - 10px));
}
.splitter::after{
    content: '';
    position: absolute;
    right: 50%;
    bottom: 7px;
    width: 10%;
    height: 2px;
    background-color: var(--yellow-color);
    transform: translateX(calc(100% + 10px));
}
/* main head lines */
.main-headline{
    font-size: 30px;
    font-weight: bold;
    color: var(--yellow-color);
    width: 100%;
    text-align: center;
}
/* nano ceramic */
.nano-ceramic{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nano-ceramic .image{
    width: 100%;
    overflow: hidden;
    border-radius:4px;
    position: relative;
}
.nano-ceramic .image img{
    width: 100%;
}
.nano-ceramic .image .layout{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.400);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}
.nano-ceramic .bottom {
    display: flex;
    overflow: hidden;
}
.nano-ceramic .bottom .text{
    width: 50%;
    padding: 0 .75rem;
    box-sizing: border-box;
    align-self: flex-start;
    margin-top: 1rem;
    padding-inline-start: 5%;
}
.nano-ceramic .bottom .bottle{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.nano-ceramic .bottom .bottle::before{
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    width: 300%;
    height: 120%;
    max-height: 350px;
    max-width: 380px;
    background-color: var(--yellow-color);
    /* border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; */
    border-radius: 50%;
    transform: translate(-35%,24%) rotate(-30deg);
}
.nano-ceramic .bottom .bottle img{
    height: 100%;
    animation: bottle 2.1s infinite ease;
}
@media screen and (max-width: 772px) {
    .nano-ceramic {
        overflow: hidden;
    }
    .nano-ceramic .image {
        height: 150px;
    }
    .nano-ceramic .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 100%;
    }
    .nano-ceramic .image .layout{
        font-size: 22px;
        text-align: center;
        padding: .75rem;
        box-sizing: border-box;
    }
    .nano-ceramic .bottom {
        flex-direction: column;
        overflow: hidden;
    }
    .nano-ceramic .bottom .text{
        width: 90%;
        margin-bottom: -1.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}
/* work vid */
.work-vid{
    position: relative;
    width: 100%;
    height: fit-content;
    height: 100vh;
    overflow: hidden;
}
.work-vid video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:772px) {
    .work-vid{
        height: 40vh;
    }
}
/* header */
header.main-header{
    width: 100%;
    background-color: black;
    display: flex;
    padding: .5rem 1rem;
    box-sizing: border-box;
}
header.main-header .logo{
    width: 90px;
}
header.main-header .logo img{
    width: 100%;
    height: 100%;
}
header.main-header .nav-links{
    margin-left: 4rem;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8.5%;
}
/* header.main-header .nav-links{
    margin-left: 4rem;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-9%);
} */
header.main-header .nav-links a{
    white-space: nowrap;
    margin: 0 1rem;
    text-decoration: none;
    color: #ffffff;
    transition: .3s ease-out;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
header.main-header .nav-links a:hover{
    color: var(--yellow-color);
}
header.main-header .nav-links ul::before{
    content: '';
    width: 1rem;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 1rem;
    background-color: rgba(0, 0, 0, 0.55);
}
header.main-header .nav-links ul{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 4;
    padding: .75rem;
    padding-left: 1.75rem;
    border-radius: 4px;
    top: calc(100% + 1rem);
    left: -1rem;
    color: #ffffff;
}
header.main-header .nav-links ul li{
    cursor: pointer;
}
header.main-header .nav-links ul li:hover{
    color: var(--yellow-color);
}
@media screen and (max-width:772px) {
    header.main-header .nav-links{
        display: none;
    }
}

/* pages */
/* home page */
.home-main{
}
.home-main header .nav-links ul::before{
    content: '';
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -10px;
    left: 50%;
}
.home-main header .nav-links ul{
    position: absolute;
    width: 88%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    padding: .75rem;
    padding-left: 1.75rem;
    border-radius: 4px;
    top: calc(100% - 1rem);
    left: -1rem;
    color: #ffffff;
}
.home-main header .nav-links ul li{
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
}
.home-main header .nav-links ul li:hover{
    color: var(--yellow-color);
}
.home-main .home-banner{
    width: 100%;
    height: 100vh;
    max-height: 1000px;
}
.home-main .home-banner .background{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.home-main .home-banner .background .image-box{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.home-main .home-banner .background .image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.home-main .home-banner .background .car-demo{
    position: absolute;
    z-index: 1;
    width: 61vw;
    display: flex;
    top: 100%;
    left: 5%;
    transform: scaleX(1) rotate(-2deg) translate(0, -119%);
    -webkit-transform: scaleX(1) rotate(-2deg) translate(0, -119%);
    max-width: 1000px;
}
.home-main .home-banner .background .car-demo img{
    width: 100%;
    height: 100%;
}
.home-main .home-banner .background .car-demo .info-lines{
    position: absolute;
    width: 80%;
    height: 80%;
    /*  */
    display: none;
}
.home-main .home-banner .background .car-demo .info-lines .line{
    width: 200px;
    position: relative;
}
.home-main .home-banner .background .car-demo .info-lines .line .arm{
    position: absolute;
    width: 10px;
    height: 100px;
    left: 40%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px transparent solid;
    border-left-color:#ffffff;
    border-bottom-color:#ffffff;
}
.home-main .home-banner .background .car-demo .info-lines .line-one{
    left: 21%;
    top: 2.5%;
}
.home-main .home-banner .background .car-demo .info-lines .line-two{
    left: 81%;
    top: -16%;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}
.home-main .home-banner .background .car-demo .info-lines .line-two .arm{
    height: 80px;
    transform: scaleX(-1) translateX(50%);
    -webkit-transform: scaleX(-1) translateX(50%);
}
.home-main .home-banner .background .car-demo .info-lines .line .tip{
    color: var(--yellow-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.home-main .home-banner .background .light-ray{
    position: absolute;
    width:150px;
}
.home-main .home-banner .background .light-ray img{
    width: 100%;
    height: 100%;
}
.home-main .home-banner .background .logo{
    width: 120px;
    position: absolute;
    left: 1rem;
    top: .5rem;
    z-index: 3;
}
.home-main .home-banner .background .logo img{
    width: 100%;
    height: 100%;
}

.menu-btn{
    display: none;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 999;
    cursor: pointer;
    margin-top: -.5rem;

}
.menu-btn .container {
    display: inline-block;
  }

  .menu-btn .bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: var(--yellow-color);
    margin: 6px 0;
    transition: 0.4s;
  }

  .menu-btn .change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
    -webkit-transform: translate(0, 9px) rotate(-45deg);
  }

  .menu-btn .change .bar2 {opacity: 0;}

  .menu-btn .change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
    -webkit-transform: translate(0, -9px) rotate(45deg);
  }
.home-main .home-banner .background  .nav-links{
    position: absolute;
    left: 15%;
    display: flex;
    margin-top: 1rem;
    margin-inline-start: -10px;
    z-index: 3;
    user-select: none;
    -webkit-user-select: none;
}
.home-main .home-banner .background  .nav-links a{
    margin-inline-start: 2rem;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s ease-out;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.home-main .home-banner .background  .nav-links a:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    color: var(--yellow-color);
}
.home-main .home-banner .background  .text-parent{
    position: absolute;
    width: 75%;
    z-index: 3;
    right: 1%;
    top: 6rem;
    color: #ffffff;
}
.home-main .home-banner .background  .text-parent .mobile-products{
    display: none;
}
.home-main .home-banner .background  .text-parent .text{
    position: absolute;
    right: 0;
    width: fit-content;
    width: 50%;
    max-width: 400px;
}
.home-main .home-banner .background  .text h2{
    width: 80%;
    font-size: 45px;
}
.home-main .home-banner .background  .text h4{
    width: 80%;
    font-size: 20px;
}
.home-main .home-banner .background  .text p{
    width: 80%;
    font-size: 16px;
}
.home-main .home-banner .background  .text a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: var(--yellow-color);
    color: var(--black-color);
}
.home-main .home-banner .background  .text .our-products{
    color: #ffffff;
}
.home-main .home-banner .background  .text .our-products .title{
    color: var(--yellow-color);
    margin-bottom: 0;
    margin-top: 1rem;
    text-transform: uppercase;
}
.home-main .home-banner .background  .text .our-products ul{
    margin-top: .25rem;
    padding-inline-start: .75rem !important;
}
.home-main .home-banner .background  .text .our-products ul li{
    font-weight: 600;
}

@media screen and (max-width:992px) {
    .home-main .home-banner .background .nav-links {
        display: none;
    }
    .home-main .home-banner .background .text-parent {
        width: 100%;
    }
    .home-main .home-banner .background .text-parent .text{
        width:65%;
        right: 50%;
        top: 10%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
    .home-main .home-banner .background .text-parent .text h2,
    .home-main .home-banner .background .text-parent .text h4,
    .home-main .home-banner .background .text-parent .text p
    {
        text-align: center;
        width: 100%;
        margin: .35rem auto;
    }
    .home-main .home-banner .background .text-parent .text h4{
        font-size: 22px;
    }
    .home-main .home-banner .background .text-parent .text a
    {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .home-main .home-banner .background  .text .our-products{
        margin: 1rem auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .home-main .home-banner .background .car-demo {
        width: 80vw;
        top: calc(100% + 115px);
        left: 1%;
    }
}
@media screen and (max-width:900px) {
    .home-main .home-banner .background .car-demo {
        width: 90vw;
        top: calc(100% + 115px);
    }
    .home-main .home-banner .background .logo-fill img{
        max-width: 100%
    }
}
@media screen and (max-width:992px) and (min-height:900px) {
    .home-main .home-banner .background .car-demo {
        top: 100%;
    }
}
@media screen and (max-width:772px) {
    /* .home-main .home-banner .background .car-demo .info-lines{
        display: none;
    } */
    .menu-btn{
        display: initial;
    }
    .home-main .home-banner .background{
        overflow: hidden;
    }
    .home-main .home-banner .background .text-parent .mobile-products{
        display: block;
        position: absolute;
        top: 12%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #ffffff;
    }
    .home-main .home-banner .background .text-parent .mobile-products .title{
        color: var(--yellow-color);
        margin-bottom: 0;
        font-size: 20px;
    }
    .home-main .home-banner .background .text-parent .mobile-products ul{
        margin-top: 2rem;
    }
    .home-main .home-banner .background .text-parent .text h4{
        display: none;
    }
    .home-main .home-banner .background  .text .our-products{
        display: none;
    }
    .home-main .home-banner .background .car-demo {
        width: 89vw;
        top: calc(100% + 45px);
    }
    .home-main .home-banner .background .logo{
        width: 90px;
        top: 1rem;
        left: 20px;
    }
}
@media screen and (max-width:610px) {
    .home-main .home-banner .background .car-demo .info-lines .line-two {
        left: 78%;
        top: -22%;
    }
    .home-main .home-banner .background .car-demo .info-lines .line-one {
        top: -10%;
    }
    .home-main .home-banner .background .car-demo {
        width: 101vw;
        top: calc(100% + 15px);
    }
}
@media screen and (max-width:550px) {
    .home-main .home-banner .background .logo-fill{
        width: 175px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 13%;
        z-index: 3;
    }
    .home-main .home-banner .background .logo-fill img{
        width: 100%;
        height: 100%;
    }
    .home-main .home-banner .background .text-parent {
        height: 84%;
    }
    .home-main .home-banner .background .text-parent .text {
        top: calc(100% - 200px);
    }
    .home-main .home-banner .background .car-demo .info-lines .line-two {
        left: 78%;
        top: -30%;
    }
    .home-main .home-banner .background .car-demo .info-lines .line-one {
        top: -17%;
        left: 14%;
        }
        .home-main .home-banner .background .car-demo {
            top: 78%;
        }
}
@media screen and (max-width:490px) {
    .home-main .home-banner .background .car-demo {
        top: 78%;
    }
    .home-main .home-banner .background .text-parent .text{
        width: 85%;
        margin-top: 1rem;
    }
    .home-main .home-banner .background .text-parent .text h2{
        font-size: 40px;
        text-align: center;
    }
    .home-main .home-banner .background .car-demo .info-lines .line-two {
        left: 74%;
        top: -39%;
    }
    .home-main .home-banner .background .car-demo .info-lines .line-one {
        top: -24%;
        left: 14%;
        }
}
@media screen and (max-width:400px) {
    .home-main .home-banner .background .car-demo {
        top: 78%;
    }
    .home-main .home-banner .background .car-demo .info-lines .line-two {
        left: 71%;
        top: -38%;
        }
    .home-main .home-banner .background .car-demo .info-lines .line-two .arm{
        height: 60px;
    }
    .home-main .home-banner .background .car-demo .info-lines .line-one {
        top: -35%;
        }
}
@media screen and (max-width:350px) {
    .home-main .home-banner .background .text-parent .text .h2{
        font-size: 30px;
    }
    .home-main .home-banner .background .car-demo .info-lines  {
        display: none;
        }
}
/* nav-menu */
.nav-menu-layout {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
}
.nav-menu-layout .nav-menu{
    width: 45%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    transition: .3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.nav-menu-layout .nav-menu .logo{
    width: 65px;
    border-radius: 50%;
    align-self: center;
    margin:2rem 0 3rem 0;
}
.nav-menu-layout .nav-menu .logo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.nav-menu-layout .nav-menu .menu-links{
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.nav-menu-layout .nav-menu .menu-links h3{
    color: #607D8B;
    margin-top: 0;
    text-transform: capitalize;
}
.nav-menu-layout .nav-menu .menu-links .link{
    font-size: 18px;
    font-weight: 500;
    width: 85%;
    margin-bottom: 1rem;
    display: flex;
}
.nav-menu-layout .nav-menu .menu-links .link:hover a{
    color: var(--yellow-color);
}
.nav-menu-layout .nav-menu .menu-links .link .point{
    width: 30px;
    height: 20px;
    border-radius: 50%;
}
.nav-menu-layout .nav-menu .menu-links .link .point img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.nav-menu-layout .nav-menu .menu-links .link a{
    display: block;
    margin: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
@media screen and (max-width: 551px) {
    .nav-menu-layout .nav-menu{
        width: 70%;
    }
}
/* who we are */
.who-we-are{
    position: relative;
    /* z-index: 4; */
    width: 100%;
    /* background-color: var(--black-color); */
}
.who-we-are .center-logo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}
.who-we-are .center-logo img{
    width: 50%;
    max-width: 250px;
    transition: .85s ease-out;
}
.who-we-are .center-logo .wing{
    position: absolute;
    width: 50%;
    max-width: 250px;
    transition: 1.25s ease-out;
}
.who-we-are .logo-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--yellow-color);
    text-transform: uppercase;
}
.who-we-are .xpel-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.who-we-are .xpel-logo img {
    width: 120px;
}
.who-we-are .body{
    display: flex;
    justify-content: space-around;
    margin-top: -45px;
}
.who-we-are .body .image{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
    margin-top: 0;
}
.who-we-are .body .image:hover img{
    transform: translate(20px,-10px);
    -webkit-transform: translate(20px,-10px);
}
.who-we-are .body .image img{
    width: 60%;
    max-width: 450px;
    transition: 1.15s;
}
.who-we-are .body .image .shape-egg {
    position: absolute;
    z-index: -1;
    display: block;
    width: 20%;
    height: 49%;
    max-height: 350px;
    max-width: 380px;
    background-color: var(--yellow-color);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transform: translate(-45%,24%) rotate(-30deg);
}
.who-we-are .body .text {
    width: 50%;
    margin: 0 2rem 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.who-we-are .body .text .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    word-spacing: 5px;
}
.who-we-are .body .text .headline {
    font-size: 35px;
    margin-top: 10px;
}
.who-we-are .body .text .description {
    font-size: 16px;
    margin-top: 0;
    width: 80%;
}
.who-we-are .body .text .order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 135px;
    height: 45px;
    border-radius: 25px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
    background-color: var(--yellow-color);
    color: var(--black-color);
    transition: .35s;
    text-transform: uppercase;
    font-weight: bold;
}
.order-btn:hover {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
}
@media screen and (max-width:992px) {
    .who-we-are .body .image img{
        min-width: 300px;
    }
    .who-we-are .body .image .shape-egg {
            width: 200px;
            height: 270px;
        }
    }
@media screen and (max-width:772px) {
    .who-we-are .body{
        flex-direction: column-reverse;
        margin-top: 2rem;
    }
    .who-we-are .body .image img{
        width: 85%;
    }
    .who-we-are .body .text{
        width: 100%;
        margin: 1.5rem auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .who-we-are .body .text .description{
        width: 85%;
    }
    .who-we-are .body .text .order-btn{
        width: 50%;
    }
}
/* products */
.home-main .products{
    width: 100%;
    margin-top: 3rem;
}
.home-main .products .main-headline{
    width: 100%;
    margin-top: 3rem;
    font-size: 40px;
    /* text-decoration: underline; */
    text-align: center;
    text-transform: capitalize;
    color: var(--yellow-color);
}
.home-main .products .product{
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-main .products .product-reversed{
    flex-direction: row-reverse;
}
.home-main .products .product .image{
    width: 50%;
    height: fit-content;
    position: relative;
    margin-inline-start: 1rem;
}
.home-main .products .product .image .car{
    width: 75%;
    display: flex;
    position: relative;
}
.home-main .products .product .image .car img{
    width: 100%;
    height: 100%;
}
.home-main .products .product .image .shape{
    position: absolute;
    z-index: -2;
    display: block;
    width: 60%;
    height: 114%;
    background-color: var(--yellow-color);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    top: -16%;
}
.home-main .products .product .image .tip{
    position: absolute;
    z-index: -1;
    width: 16%;
    top: 5px;
    right: 7%;
    display: flex;
    transition: .35s ease-out;
    /* transform: translate(-179%, 100%); */
}
.home-main .products .product .image .tip img{
    width: 100%;
    height: 100%;
}
.home-main .products .product .image .tip img.demo-image{
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    width: 200%;
    height: 150%;
}
.home-main .products .product .text{
    width: 50%;
    margin-inline-start: 4rem;
    margin-inline-end: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-main .products .product .text .headline {
    font-size: 35px;
    margin-top: 10px;
}
.home-main .products .product .text .description {
    font-size: 16px;
    margin-top: 0;
    width: 80%;
}
.home-main .products .product .text .order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 135px;
    height: 45px;
    border-radius: 25px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
    background-color: var(--yellow-color);
    color: var(--black-color);
    transition: .35s;
    text-transform: uppercase;
    font-weight: bold;
}
@media screen and (max-width:992px) {
    .home-main .products .product .image{
        width: 60%;
    }
    .home-main .products .product:not(.product-reversed) .text{
        margin-inline-start: 0;

    }
    .home-main .products .product-reversed .text{
        margin-inline-end: 0;
    }
}
@media screen and (max-width:772px) {
    .home-main .products .product{
        flex-direction: column;
    }
    .home-main .products .product .image,
    .home-main .products .product .text{
        width: auto;
        margin: 1.5rem 1rem;
    }
    .home-main .products .product .text{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .home-main .products .product .text .order-btn{
        width:50%
    }
}
.home-main .work-vid .cover-layout{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 4px);
    background-color: rgba(0, 0, 0, 0.4);
}
/* Other services */
.home-main .other-services{
    width: 100%;
}
.home-main .other-services h2.main-headline{
    width: 100%;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
    color: var(--yellow-color);
}

/* color change */
.home-main .other-services .service{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.home-main .other-services .service{
    position: relative;
}
.home-main .other-services .color-change .image{
    width: 75%;
    max-width: 600px;
}
.home-main .other-services .window-tint .image{
    max-width: 600px;
}

.home-main .other-services .service img:not(.spray-gun){
    width: 100%;
    height: 100%;
}
.home-main .other-services .service .spray{
    display: none;
    position: absolute;
    top: 0;
    width: 75%;
    height:70%;
    max-width: 600px;
}
.home-main .other-services .service .spray .spray-gun{
    width: 80px;
    position: absolute;
    right: -20px;
    top: 50%;
    transition: .6s ease-out;
    /* right: calc(50% - 80px); */
}
.home-main .other-services .service .shape{
    position: absolute;
    z-index: -2;
    display: block;
    width: 60%;
    height: 114%;
    max-height: 500px;
    max-width: 650px;
    background-color: var(--yellow-color);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    bottom: 35px;
    left: 30%;
}
.home-main .other-services .service .text{
    width: 50%;
    margin-inline-start: 4rem;
    margin-inline-end: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-main .other-services .service .text .headline {
    font-size: 35px;
    margin-top: 10px;
}
.home-main .other-services .service .text .description {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    width: 80%;
}
.home-main .other-services .service .text .order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 135px;
    height: 45px;
    border-radius: 25px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
    background-color: var(--yellow-color);
    color: var(--black-color);
    transition: .35s;
    text-transform: uppercase;
    font-weight: bold;
}
.home-main .reviews{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    margin-bottom: 3rem;
    padding: 0 2rem;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}
.home-main .reviews .review{
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    box-sizing: border-box;
}
.home-main .reviews .review.center-review{
    margin-top: -6rem;
}
.home-main .reviews .review .stars{
    width: 45%;
}
.home-main .reviews .review .stars img{
    width: 100%;
    height: 100%;
}
.home-main .reviews .review .profile{
    width: 100%;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home-main .reviews .review .profile .image{
    width: 70%;
    border-radius: 50%;
}
.home-main .reviews .review .profile .image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.home-main .reviews .review .profile .name{
    font-size: 20px;
    margin-bottom: 2rem;
    color: var(--yellow-color);
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.home-main .reviews .review .text{
    color: var(--black-color);
    font-size: 18px;
    text-align: center;
    max-width: 90%;
}
@media screen and (max-width:992px) {
    .home-main .reviews .review.center-review{
        margin-top: -3rem;
    }
}
@media screen and (max-width:772px) {
    .home-main .other-services .service .text  {
        width: 70%;
    }
    .home-main .other-services .service{
        overflow: hidden;
    }
    .home-main .other-services .service .shape{
        max-height: 440px;
    }
}
@media screen and (max-width:552px) {
    .home-main .reviews{
        flex-direction: column;
        margin-bottom: 0;
    }
    .home-main .reviews .review{
        margin: 2rem;
        width: 80%;
        margin-top: -3rem;
    }
    .home-main .other-services .service .shape{
        max-height: 350px;
        width: 75%;
        bottom: 20%;
    }
    .home-main .other-services .service .spray .spray-gun{
        width: 55px;
        top: 28%;
    }
}
@media screen and (max-width:350px) {
    .home-main .other-services .service .shape{
        max-height: 260px;
        bottom: 40%;
    }
    .home-main .other-services .service .spray .spray-gun{
        width: 50px;
        top: 110px;
    }
}
/* product */
.product-main{
    width: 100%;
    height: 100%;
}
.product-main .product-banner{
    width: 100%;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: relative;

}
.product-main .product-banner .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--black-color);
}
.product-main .product-banner .background .yellow-line-one{
    /* background-color: var(--yellow-color);
    width: 45%;
    height: 160%;
    transform: translateX(-90%) rotate(-25deg);
    position: absolute;
    left: 100%;
    top: -35%; */
    /* background-color: var(--yellow-color); */
    background-color: #ffffff;
    width: 60px;
    height: 200%;
    transform: translateX(-175%) rotate(-310deg);
    position: absolute;
    left: 100%;
    top: -50%;
}
.product-main .product-banner .background .yellow-line-two{
    /* background-color: var(--yellow-color); */
    background-color: #ffffff;
    width: 60px;
    height: 200%;
    transform: translateX(calc(-175% - 170px)) rotate(-310deg);
    position: absolute;
    left: 100%;
    top: -50%;
}

.product-main .product-banner .image{
    width: 45%;
    align-self: flex-end;
    position: relative;
    margin-inline-start: auto;
    margin-inline-end: 3.5rem;
}
.product-main .product-banner .image .car-img{
    width: 100%;
    height: 100%;
    margin-top: 2rem;
}
.product-main .product-banner .image .floating-bubble{
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    /* border: 5px solid rgba(249, 124, 124, 0.814); */
    /* border: 5px solid rgba(0, 0, 0, 0.21); */
    transition: 2.5s;
}
.product-main .product-banner .image .no-dust{
    top: 1rem;
    left: 15%;
    animation: bubble 2.5s ease infinite;
    border: 5px solid rgba(141, 153, 90, 0.21);
}
.product-main .product-banner .image .no-water{
    bottom: 1rem;
    right: 70%;
    animation: bubble 2.5s ease 1s infinite;
    overflow: hidden;
    border: 5px solid rgba(148, 142, 210, 0.5);
}
.product-main .product-banner .image .no-fire{
    top: 1.25rem;
    right: 17%;
    animation: bubble 2.5s ease .7s infinite;
    overflow: hidden;
    border: 5px solid rgba(200, 78, 78, 0.616);
}
.product-main .product-banner .image .no-water img{
    object-fit: cover;
    overflow: hidden;
}
.product-main .product-banner .image .floating-bubble img{
    width: 100%;
    height: 100%;
}
.product-main .product-banner .image .floating-bubble img.no{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product-main .product-banner .text{
    position: absolute;
    z-index: 2;
    color: #ffffff;
    margin-inline-start: 2rem;
    margin-top: 1rem;
    max-width: 50%;
}
.product-main .product-banner .text{
    position: absolute;
    z-index: 2;
    color: #ffffff;
    margin-inline-start: 2rem;
    max-width: 48%;
}
.product-main .product-banner .text h1{
    font-size: 35px;
    color: var(--yellow-color);
}
.product-main .product-banner .text h4{
    font-size: 20px;
}
.product-main .product-banner .text .description{
    font-size: 14px;
    line-height: 1.5;
}
@media screen and (max-width:992px) {
    .product-main .product-banner .text{
        margin-top: 0;
        max-width: 46.5%;
    }
    .product-main .product-banner .text h1{
        font-size: 30px;
    }
    .product-main .product-banner .text h4{
        display: none;
    }
}
@media screen and (max-width:772px) {
    .product-main .product-banner .image{
        width: 65%;
        margin-inline-end: -2rem;
    }
    .product-main .product-banner .text{
        margin-top: 0;
        max-width: 35%;
    }
    .product-main .product-banner .text h1{
        margin-bottom: 16px;
        font-size: 22px;
    }
    .product-main .product-banner .text .description{
        font-size: 12px;
        line-height: 1.25;
    }
}
@media screen and (max-width:552px) {
    .product-main .product-banner .image{
        width: 99%;
        margin-inline-end: 0;
        margin-top: 10rem;
    }
    .product-main .product-banner .text{
        margin-top:60px;
        min-width: 195px;
        margin-inline-start: 1rem;
        margin-top: 1rem;
        max-width: 95%;
    }
    .product-main .product-banner .text .description{
        line-height: 1.5;
        font-size: 15px;
        font-weight: 500;
    }
    .product-main .product-banner .background .yellow-line-one{
        width: 50px;
        transform: translateX(100%) rotate(-310deg);
        left: 100%;
        top: -50%;
    }
    .product-main .product-banner .background .yellow-line-two{
        /* display: none; */
        width: 50px;
        transform: translateX(calc(100% - 120px)) rotate(-310deg);
        left: 100%;
        top: -50%;
    }
    .product-main .product-banner .image {
        margin-top: 12rem;
    }
    .product-main .product-banner .image .car-img {
        margin-top: 4rem;
    }
}
@media screen and (max-width:400px) {
    .product-main .product-banner .background .yellow-line-one{
        background-color: var(--yellow-color);
    }
    .product-main .product-banner .background .yellow-line-two{
        background-color: var(--yellow-color);
    }
}
.product-main  .order-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 135px;
    height: 45px;
    border-radius: 25px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
    background-color: var(--yellow-color);
    color: var(--black-color);
    transition: .35s;
    text-transform: uppercase;
    font-weight: bold;
    margin: 2rem auto;
}
.order-btn:hover {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
}
/* product description */
.product-main .product-description{
    margin-inline-end: auto;
    color: black;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-main .product-description .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    z-index: -1;
}
.product-main .product-description .background .yellow{
    background-color: var(--yellow-color);
    width: 45%;
    height: 160%;
    transform: translateX(-75%) rotate(30deg);
    -webkit-transform: translateX(-75%) rotate(30deg);
    position: absolute;
    left: 100%;
    top: -35%;
}
.product-main .product-description h2{
    max-width: 60%;
    margin-inline-start: 1.5rem;
}
.product-main .product-description .main-text{
    font-size: 17px;
    font-weight: 500;
    max-width: 60%;
    margin-inline-start: 1.5rem;
}
.product-main .product-description .benefits{
    max-width: 50%;
}
/* .product-main .product-description .benefits ul{
    max-width: 50%;
} */
.product-main .product-description .order-btn{
    margin-inline-start: 1.5rem;
}
@media screen and (max-width:552px) {
    .product-main .product-description .main-text {
        max-width: 90%;
    }
    .product-main .product-description .benefits {
        max-width: 90%;
    }
    .product-main .product-description .order-btn{
        background-color: var(--black-color);
        color: #ffffff;
    }
}
/* products sliders */
/* first slider */
.product-main .sliders .headline{
    font-size: 30px;
    color: var(--yellow-color);
    width: 100%;
    text-align: center;
}
.product-main .sliders .first-slider,
.product-main .sliders .second-slider
{
    overflow: hidden;
    margin-top: 2rem;
    justify-content: center;
    margin-inline-start: 2rem;
}
.product-main .sliders .first-slider img,
.product-main .sliders .second-slider img{
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    margin: 0 auto;
}

 .order-now{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 .order-now h2{
    font-size: 25px;
}
 .order-now input,
.order-now select{
    padding: .75rem;
    box-sizing: border-box;
    width: 40%;
    border-radius: 20px;
    border: 1px solid var(--black-color);
    background-color: rgb(245, 245, 193);
    margin: .75rem 0;
    font-size: 16px;
}
 .order-now input[type = "submit"]{
    background-color: var(--yellow-color);
    color: var(--black-color);
    border: none;
    width: 20%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
}
 .order-now input[type = "submit"]:hover{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
@media screen and (max-width:772px) {
     .order-now input,
    .order-now select{
        width:75%
    }
     .order-now input[type = "submit"]{
        width:55%
    }
     .order-now input[type = "submit"]:hover{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}
/* email-sent page */
.mail-sent-main{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mail-sent-main .vector{
    width: 60%;
    max-width: 250px;
    display: flex;
}
.mail-sent-main .vector img{
    width: 100%;
    height: 100%;
}
.mail-sent-main .text{
    width: 80%;
    text-align: center;
}
.mail-sent-main .text .headline{
    color: var(--yellow-color);
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.mail-sent-main .text .message{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: .75rem;
    max-width: 60%;
    margin: 0 auto;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.mail-sent-main .text .message strong{
    color: var(--yellow-color);
}
.mail-sent-main .text .address{
    width: fit-content;
    margin: 2rem auto;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
}
.mail-sent-main .text .address .address-headline{
    text-align: center;
    margin-bottom: .5rem;
    margin-top: 1.25rem;
}
.mail-sent-main .text .address a{
    color: var(--black-color);
    text-decoration: none;
}
.mail-sent-main .text .address a:hover{
    color: var(--yellow-color) !important;
}
.mail-sent-main .link{
    width: 20%;
    max-width: 200px;
    min-width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--black-color);
    border-radius: 25px;
    font-size: 18px;
    font-size: 500;
    transition: .35s;
}
.mail-sent-main .link:hover{
    transform: scale(1.07);
}

@media screen and (max-width: 772px) {
    .mail-sent-main .text{
        max-width: 90%;
    }
    .mail-sent-main .text .message {
        max-width: none;
    }
}
/* gallery */
    main.gallery-main,
    main.videos-main{
        width: 100%;
        height: 100%;
    }
    main.gallery-main .nav-bar,
    main.videos-main .nav-bar{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }
    main.gallery-main .nav-bar .nav,
    main.videos-main .nav-bar .nav{
        width: 120px;
        height: 40px;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--black-color);
        color: #ffffff;
        margin: 0 .75rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: 500;
        transition: transform .2s;
    }
    main.gallery-main .nav-bar .nav img,
    main.videos-main .nav-bar .nav img{
        width: 25px;
        height: 25px;
        margin-inline-start: .5rem;
    }
    main.gallery-main .nav-bar .nav:hover,
    main.videos-main .nav-bar .nav:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    main.gallery-main .locator,
    main.videos-main .locator{
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }
    main.gallery-main .locator strong,
    main.videos-main .locator strong{
        font-size: 30px;
        color: var(--yellow-color);
    }
    .gallery-main .gallery-body{
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 2rem;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
        padding-top: 1rem;
    }
    .gallery-main .gallery-body .gallery-image{
        max-width: 50%;
        min-width: 22%;
        flex-grow: 1;
        height: 200px;
        margin: 1rem .6rem;
        cursor: pointer;
        border: 2px solid var(--yellow-color);
        border-radius: 2px;
        position: relative;
    }
    .gallery-main .gallery-body .gallery-image:hover img{
        transform: scale(1.35);
        -webkit-transform: scale(1.35);
        position: relative;
        z-index: 1;
    }
    .gallery-main .gallery-body .gallery-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .35s;
        border-radius: 2px;
    }
    .gallery-main .gallery-body .gallery-image .description{
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        margin: .75rem 0;
        position: absolute;
        bottom: -.5rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: linear-gradient(#000000ab,#00000060);
    }
    @media screen and (max-width: 992px) {
        .gallery-main .gallery-body .gallery-image{
            max-width: none;
            min-width: none;
        }
    }
    @media screen and (max-width: 772px) {
        .gallery-main .gallery-body{
            padding: 2rem .75rem;
        }
        .gallery-main .gallery-body .gallery-image:hover img{
            transform: none;
            -webkit-transform: none;
        }
    }
    .gallery-main .gallery-show{
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        user-select: none;
        -webkit-user-select: none;
        z-index: 2;
    }
    .gallery-main .gallery-show button{
        width: 70px;
        height: 45px;
        border-radius: 20px;
        background-color: var(--black-color);
        color: var(--yellow-color);
        font-size: 30px;
        position: absolute;
        cursor: pointer;
        border: none;
        transition: .2s;
    }
    .gallery-main .gallery-show .left-btn{
        left: 10%;
        box-shadow: -2.5px 2px 1px;
    }
    .gallery-main .gallery-show .right-btn{
        right: 10%;
        box-shadow: 2.5px 2px 1px;
    }
    .gallery-main .gallery-show .right-btn:hover{
        transform: translateX(8px);
    }
    .gallery-main .gallery-show .left-btn:hover{
        transform: translateX(-8px);
    }
    .gallery-main .gallery-show .show-image{
        height: 75%;
        max-width: 89%;
        border: 1px solid var(--yellow-color);
        border-radius: 2px;
    }
    .gallery-main .gallery-show .show-image .description{
        display: none;
    }
    .gallery-main .gallery-show .show-image img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 2px;
    }
    /* videos */
    .videos-main .videos-body{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 2rem;
        padding-top: 0;
        /* min-height: 100vh; */
        display: flex;
        align-items: flex-end;
    }
    .videos-main .videos-body .side-navigator{
        width: 25%;
        height: calc(100vh);
        /* margin-top: -5.75rem; */
    }
    .videos-main .videos-body .side-navigator .video-thumbnail{
        display: flex;
        width: 95%;
        height: 250px;
        border-radius: 12px;
        border: 2px solid #000;
        cursor: pointer;
        position: relative;
    }
    .videos-main .videos-body .side-navigator .video-thumbnail img:not(.play){
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .videos-main .videos-body .side-navigator .video-thumbnail .play-layout{
        position: absolute;
        width:100%;
        height: 100%;
        background-color: #0000007a;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        border-radius: 10px;
    }
    .videos-main .videos-body .side-navigator .video-thumbnail .play-layout img{
        width: 22px;
        margin: 1rem;
    }
    .videos-main .videos-body .video-show{
        width: 75%;
        /* height: calc(100% - 4px); */
        border: 2px black solid;
        border-radius: 8px;
        overflow: hidden;
        background-color: #000;
        border-bottom: 0;
        position: relative;
    }
    .videos-main .video-show .locator{
        position: absolute;
        top: 0rem;
        left: 50%;
        transform: translateX(-50%);
        padding-top: .5rem;
        padding-bottom: .75rem;
        color: #ffffff;
        background: linear-gradient(#000000ab,#00000060);
    }
    .videos-main .videos-body .video-show video{
        width: 100%;
        border-radius: 3px;
        overflow: hidden;
        max-height: 90vh;
    }
    @media screen and (max-width: 992px) {
        .videos-main .videos-body{
            flex-direction: column;
            padding-left: 0;
            padding-right: 0;
        }
        .videos-main .videos-body .side-navigator{
            width: 100%;
            margin-top: 0;
            margin-bottom: 1rem;
            height: auto;
        }
        .videos-main .videos-body .video-show{
            width: calc(100% - 2rem);
            display: flex;
            justify-content: center;
            align-items: center;
            margin: auto;
        }
    }
    /* about us */
    .about-main{
        width:100%;
    }
    .about-main .about-banner{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 2.5rem;
        background-color: var(--black-color);
        box-sizing: border-box;
        justify-content: space-between;
    }
    .about-main .about-banner .text{
        color: #ffffff;
        width: 48%;
        margin-bottom: 1rem;
    }
    .about-main .about-banner .text .headline{
        color: var(--yellow-color);
        font-size: 30px;
    }
    .about-main .about-banner .text p{
        color: #ffffff;
        width: 75%;
        font-size: 16px;
        line-height: 1.5;
    }
    .about-main .about-banner .image{
        width: 45%;
        margin: 0;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        /* margin-right: 2.5rem; */
    }
    .about-main .about-banner .image img{
        width: 100%;
    }
    @media screen and (max-width:992px) {
        .about-main .about-banner{
            flex-direction: column-reverse;
        }
        .about-main .about-banner .image{
            width: 90%;
            margin: 1rem auto;
            margin-bottom: .5rem;
        }
        .about-main .about-banner .text{
            width: 90%;
            margin: 1rem auto;
            margin-top: 0;
            margin-bottom: 1.5rem;
        }
        .about-main .about-banner .text p{
            width: 100%;
        }
    }
    @media screen and (max-width:768px) {
        .about-main .about-banner{
            padding: 0 1rem;
        }
        .about-main .about-banner .image{
            width: 95%;
        }
        .about-main .about-banner .text{
            width: 95%;
        }
    }
    /* about vision */
    .about-main .about-visions{
        background-color: transparent;
        color: var(--black-color);
    }
    .about-main .about-visions h2{
        color: var(--black-color) !important;
        margin-inline-start: 1.5rem;
        font-size: 35px !important;
    }
    .about-main .about-visions p{
        color: var(--black-color) !important;
        font-weight: 500;
        width: 100% !important;
        margin-inline-start: 1.5rem;
    }
    .about-main .about-visions ul li{
        color: #000;
    }
/* footer */
    footer:not(.footer){
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-top: 7rem;
    }
    .footer {
        position: relative;
        width: 100%;
        /* background: #3586ff; */
        background: #000;
        min-height: 80px;
        padding: .75rem 1rem;
        display: flex;
        align-items: flex-start;
        padding-bottom: 2rem;
      }

      .social-icon{
        padding-left: 0;
      }
      .social-icon,
      .menu {
        position: relative;
        display: flex;
        justify-content: center;
        margin: 10px 0;
        flex-wrap: wrap;
        /* align-self: flex-start; */
      }
      .menu {
        flex-direction: column;
        color: #ffffff;
        margin-top: 3.1rem;
      }
      .menu h2{
        color: #ffffff;
        opacity: .7;
        font-size: 22px;
        color: var(--yellow-color);
        position: relative;
      }
      .footer .menu h2::after {
        content: '';
        width: 85%;
        height: 2px;
        background-color: white;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

      .social-icon__item,
      .menu__item {
        list-style: none;
      }

      .social-icon__link {
        font-size: 2rem;
        color: #ffffff;
        opacity: .7;
        margin: 0 10px;
        display: inline-block;
        transition: 0.35s;
      }
      .social-icon__link:hover {
        transform: translateY(-7px);
        color: var(--yellow-color);
      }

      .menu__link {
        font-size: 1.2rem;
        color: #ffffff;
        margin: .25rem 0px;
        display: inline-block;
        transition: 0.35s;
        text-decoration: none;
        opacity: 0.75;
      }

      .menu__link:hover {
        opacity: 1;
        color: var(--yellow-color);
        transform: translateX(10px);
      }

      .footer p {
        position: absolute;
        right: 1rem;
        bottom: 10px;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 500;
        justify-content: flex-end;
        margin: 0;
        padding: 0 1rem;
        text-align: center;
        width: 100%;
        padding-top: 10px;
        border-top: 2px solid rgba(255, 255, 255, 0.515);
        box-sizing: border-box;
      }
      footer .logo{
        margin: 1rem;
        margin-inline-end: 4rem;
        /* margin-top: 0; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      footer .logo img{
        width: 140px;
      }
      footer .logo .text{
        font-size: 20px;
        font-weight: bold;
        color: black;
        text-align: center;
        margin-top: -.5rem;
      }
      .footer .car-33{
        width: 22%;
        max-width: 400px;
        align-self: flex-end;
        justify-self: flex-end;
        margin: 4rem;
        margin-top: 4.5rem;
      }
      .footer .car-33 img{
        width: 100%;
        height: 100%;
      }
      .footer .pagination{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
      }
      @media screen and (max-width: 992px) {
        .footer{
            flex-direction: column;
        }
        .footer .menu{
            margin-top: 0;
        }
        .footer .car-33{
            width: 80%;
            margin: 0 auto;
            margin-bottom: 1rem;
            max-width: 500px;
        }
      }
      @media screen and (max-width: 552px) {
          .footer .logo{
              margin:1rem;
              align-self: center;
              justify-self: center;
            }
            .footer .pagination{
                width: 100%;
        }
        .footer .menu{
            padding: .75rem;
            margin-bottom: 0rem;
            padding-bottom: .5rem;
        }
        .footer .menu h2{
            font-size: 18px;
            position: relative;
        }
        .footer .menu__link {
            font-size: 14px;
        }
        .footer p{
            right: 50%;
            transform: translateX(50%);
            width: 100%;
        }
        .footer p span{
            display: none;
        }
    }
    @media screen and (max-width: 365px) {
        .footer .car-33{
            margin-bottom: 3rem;
        }
    }
    .wave {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100px;
        background: url("/images/wave.png");
        background-size: 1000px 100px;
      }

      .wave#wave1 {
        z-index: 10;
        opacity: 1;
        bottom: 0;
        animation: animateWaves 4s linear infinite;
      }

      .wave#wave2 {
        z-index: 9;
        opacity: 0.5;
        bottom: 10px;
        animation: animate 4s linear infinite !important;
      }

      .wave#wave3 {
        z-index: 10;
        opacity: 0.2;
        bottom: 15px;
        animation: animateWaves 3s linear infinite;
      }

      .wave#wave4 {
        z-index: 9;
        opacity: 0.7;
        bottom: 20px;
        animation: animate 3s linear infinite;
      }

      @keyframes animateWaves {
        0% {
          background-position-x: 1000px;
        }
        100% {
          background-positon-x: 0px;
        }
      }

      @keyframes animate {
        0% {
          background-position-x: -1000px;
        }
        100% {
          background-positon-x: 0px;
        }
      }
