.poppins_regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins_regular_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins_extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins_extrabold_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.russo-one-regular {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.txt_grey {
    color: #bbbbbb;
}

.txt_grey_indrak {
    color: #9fa4b9;
}

.color_brand {
    color: Orange;
}

.color_yellow {
    color: #ffc526;
}

.color_red {
    color: #ff2a26;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0%;
}

.cursorPointer {
    cursor: pointer;
}

@media (max-width: 500px) {
    .m_txt_center {
        text-align: center;
    }
}

#HeroSection {
    position: relative;
    overflow: hidden;
    background: url(../images/Vetical_Track_Orange_Right.png) #24033c no-repeat;
    background-position: center;
    background: url(../images/Vnix_BG_without_Car.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#HeroSection .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#HeroSection .container {
    position: relative;
    z-index: 2;
}

[data-title*="Section"] {
    padding-top: 10vw !important;
    padding-bottom: 10vw !important;
    position: relative;
}

#LocationContact {
    position: relative;
    overflow: hidden;
    background-repeat: repeat repeat !important;
    background-position: center bottom !important;
    background: url("../images/Location-Puchong.png") #000;
    background-size: contain;
    z-index: 1;
}

#LocationContact .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

[data-title*="Upage"] {
    padding-top: 0px !important;
    padding-bottom: 10vw !important;
}

@media (min-width: 768px) {
    [data-title*="Upage"] {
        padding-top: 0 !important;
        padding-bottom: 45px !important;
    }
}

@media (min-width: 992px) {
    [data-title*="Upage"] {
        padding-top: 45px !important;
        padding-bottom: 90px !important;
        background-size: cover !important;
    }

    [data-title*="Section"] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #LocationContact {
        padding: 80px 0px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*="Section"] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

[data-title*="cf-vimeo-video"] .elVideo {
    border-radius: 15px;
}

[data-title*="cf-vimeo-video"] .fluid-width-video-wrapper {
    padding-top: 56.25%;
    border-radius: 15px;
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px;
}

@media (max-width: 500px) {
    [data-title*="Upage"] {
        background-size: cover !important;
    }

    [data-title*="cf-vimeo-video"] .elVideo {
        border-radius: 0px;
    }

    [data-title*="cf-vimeo-video"] .fluid-width-video-wrapper {
        border: none;
        background-color: transparent;
        border-radius: 0px;
    }

    .fluid-width-video-wrapper iframe {
        border-radius: 0px;
    }
}

.txt_uppercase {
    text-transform: uppercase;
}

.txt_capitalize {
    text-transform: capitalize;
}

.txt_white {
    color: #fff;
}

.txt_black {
    color: black;
}

@media (max-width: 500px) {
    .m_txt_uppercase {
        text-transform: uppercase;
    }

    .m_txt_capitalize {
        text-transform: capitalize;
    }

    .m-txt_white {
        color: #fff;
    }
}

.elButton span {
    pointer-events: none;
}

.elButton i {
    margin-right: 10px;
}

@media (max-width: 500px) {
    .elButton {
        font-weight: 400;
    }

    .elButtonMain {
        font-weight: 600;
        letter-spacing: 1px;
    }

    .elButton i {
        margin-right: 5px;
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0;
    list-style-type: none;
}

.elBulletListNew li {
    position: relative;
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 1.6em;
}

.elBulletListNew li i {
    position: absolute;
    top: 0;
    left: 0;
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute;
}

.elBulletListNew li img {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px;
}

@media (max-width: 500px) {
    .elBulletList {
        padding-left: 0;
        margin-bottom: 0;
    }

    .elBulletListNew li {
        margin-bottom: 0;
        padding-left: 33px;
        padding-bottom: 10px;
        font-size: 16px !important;
        line-height: 24px;
    }

    .elBulletListNew li i {
        margin-left: -20px;
    }

    .elBulletList li:before {
        left: 10px !important;
    }

    .elBulletListNew li img {
        top: 1px;
    }
}

.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../images/big-play-button.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 12%;
    background-position: center;
}

@media (max-width: 500px) {
    .video-sound-overlay {
        background-size: 16%;
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

@media (min-width: 700px) {
    .fluid-width-video-wrapper {
        /* box-shadow: 0 0 20px 0 rgb(233 233 233/8%) !important; */
        overflow: hidden;
    }

    .ultv-video__play-icon {
        width: 75px;
    }

    .ultv-video__play-icon.subtract {
        width: 65px;
    }
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 56.25%;
    border-radius: 15px;
}

.ultv-video__outer-wrap:before {
    opacity: 0.1;
}

.whatsAppButton {
    border-radius: 80px;
    padding: 13px 55px 13px 40px;
    display: inline-flex;
    color: #ffffff !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(92.29deg, #05858e 7.71%, #12a9b4 21.77%, #16c5d1 38.91%, #22b6c0 58.51%, #1097a0 80.56%, #067a82 96.54%);
    background: rgb(255 112 44);
}

.whatsAppButton.blackShadow {
    box-shadow: 0px 4px 23px 0px #00000040;
}

.whatsAppButton.whiteShadow {
    box-shadow: 0px 4px 19px 0px rgb(239 239 239 / 33%);
}

.whatsAppButton i {
    font-size: 46px;
    line-height: 58px;
    margin-right: 15px;
    pointer-events: none;
}

.whatsAppButton .text {
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.whatsAppButton .text .maintitle {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}

.whatsAppButton .text .subtitle {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

img.Country_Line {
    margin-top: -10px;
}

@media(min-width: 1100px){
    .swiper_heroThree {
        width: 95%;
        margin: 55px auto 15px;
    }
}

@media(min-width: 2200px){
    .swiper_heroThree {
        width: 80%;
    }
}

@media(max-width: 500px){
    .swiper_heroThree {
        margin: 4vw auto 2vw;
    }
    
    .swiper_heroThree .swiper-slide {
        width: 70%;
    }
}

.hero_HighGlossProtect,
.hero_ColorShiftWrapping,
.hero_ColorShiftPPF {
    position: relative;
}

.hero_HighGlossProtect .Lambo_Car,
.hero_ColorShiftWrapping .Lambo_Car,
.hero_ColorShiftPPF .Lambo_Car {
    padding: 15% 0px 0px;
    width: 98%;
    margin: 0px auto;
}

.hero_HighGlossProtect .layerCover {
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/Transparent_Layer.png);
    background-size: cover;
    mix-blend-mode: screen !important;
    aspect-ratio: 2408/1158;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.hero_HighGlossProtect .protection {
    position: absolute;
    top: 35%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 31%;
}

.hero_ColorShiftWrapping .layerCover {
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/color_shift_Wrap_layer.png);
    background-size: cover;
    aspect-ratio: 2408 / 1158;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.hero_ColorShiftPPF .layerCover {
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/color_shift_PPF_layer.png);
    background-size: cover;
    mix-blend-mode: screen !important;
    aspect-ratio: 2408/1158;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.hero_ColorShiftPPF .protection {
    position: absolute;
    top: 35%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 31%;
}

.hero_HighGlossProtect .layerCover img,
.hero_HighGlossProtect .Lambo_Car img,
.hero_HighGlossProtect .protection img,
.hero_ColorShiftWrapping .Lambo_Car img,
.hero_ColorShiftPPF .Lambo_Car img,
.hero_ColorShiftPPF .layerCover img,
.hero_ColorShiftPPF .protection img {
    display: block;
    width: 100%;
}

.heroppflogos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 45px 0px;
}

.heroppflogos .left {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    color: white;
    width: 26%;
    display: flex;
    align-items: center;
}

.heroppflogos .left span {
    display: inline-block;
    padding: 0px 20px;
}

.heroppflogos .right {
    width: 75%;
}

.heroppflogos .right .mixLogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heroppflogos .right .mixLogo .list {
    width: 23%;
}

.heroppflogos .right .mixLogo .list img {
    display: block;
    width: 100%;
}

.heroppflogos .right .mixLogo .list:nth-child(1) img {
    width: auto;
    height: 85px;
}

#GotYourNewCar {
    position: relative;
    padding: 100px 0px;
    background: url(../images/Vnix_BG.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#GotYourNewCar .cover {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0f0c21, #24033c);
    opacity: 0.5;
}

.ManyQuestion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ManyQuestion .list {
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
}

.swiper_TextQuestion {
    width: 75%;
    height: 430px;
    margin: 90px auto;
}

.swiper_TextQuestion .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper_TextQuestion .swiper-slide {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0.35;
    transition: opacity 0.5s ease, color 0.5s ease;
}

.swiper_TextQuestion .swiper-slide-active {
    color: white;
    opacity: 1;
}

.arrow_down {
    width: 90px;
}

.arrow_down.small {
    width: 65px;
}

#IntroducingVnixPPF {
    padding: 100px 0px 115px;
    background: url('../images/Vnix_BG_without_Car.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.High_GlossProtect {
    position: relative;
    margin: 50px 0px 0px;
}

.High_GlossProtect .Lambo_Car {
    padding: 195px 0px 0px;
    width: 98%;
    margin: 0px auto;
}

.High_GlossProtect .Lambo_Car img {
    display: block;
    width: 100%;
}

.High_GlossProtect .layerCover {
    /* background-blend-mode: screen; */
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/Transparent_Layer.png);
    background-size: cover;
    mix-blend-mode: screen;
    aspect-ratio: 2408/1158;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.High_GlossProtect .layerCover img {
    display: block;
    width: 100%;
}

.High_GlossProtect .protection {
    position: absolute;
    top: 35%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 31%;
}

.High_GlossProtect .protection img {
    display: block;
    width: 100%;
}

#IntroducingVnixPPFBelow {
    padding: 100px 0px 115px;
    background: url('../images/Vnix_BG.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.MaterialsBrand {
    background: white;
    border-radius: 35px;
    padding: 55px 45px 70px;
    box-sizing: border-box;
    position: relative;
    margin: 75px auto 0px;
    width: 70%;
    box-shadow: 0px 0px 20px 6px rgb(206 137 255 / 55%);
}

.MaterialsBrand .rag {
    border-radius: 50px;
    background: linear-gradient(45deg, #0096b1, #6c00cf);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    padding: 10px 5px;
    margin: 0px auto 0px;
    width: 71%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.MaterialsBrand .logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 9%;
    row-gap: 30px;
    justify-content: center;
    align-items: center;
}

.MaterialsBrand .logos .list {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MaterialsBrand .logos .list:nth-child(1) {}

.MaterialsBrand .logos .list:nth-child(2) {}

.MaterialsBrand .logos .list:nth-child(3) {}

.MaterialsBrand .logos .list:nth-child(4) {}

.MaterialsBrand .logos .list img {
    display: block;
    width: auto;
}

.MaterialsBrand .logos .list:nth-child(1) img {
    height: 173px;
}

.MaterialsBrand .logos .list:nth-child(2) img {
    height: 111px;
}

.MaterialsBrand .logos .list:nth-child(3) img {
    height: 100px;
}

.MaterialsBrand .logos .list:nth-child(4) img {
    height: 61px;
}

.INDUSTRYGIANTS {
    background: linear-gradient(90deg, #fffc00 0%, #ffae00 20%, #ff0042 38%, #a200ff 59%, #00c0ff 79%, #003cff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

#WhynotBoth {
    padding: 115px 0px;
    background: url('../images/Vnix_BG2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.CmpareBrand {
    display: flex;
    margin: 130px auto 100px;
    width: 68%;
    justify-content: center;
    align-items: center;
}

.CmpareBrand .list {
    position: relative;
    width: 33.33%;
}

.CmpareBrand .list:nth-child(1) {
    height: calc(100% - 25px);
    width: 30.33%;
}

.CmpareBrand .list:nth-child(2) {
    background: linear-gradient(90deg, #0096b1, #6c00cf);
    padding: 6px;
    border-radius: 25px;
    width: 39.33%;
    transform: scale(1.03);
    position: relative;
    z-index: 1;
}

.CmpareBrand .list:nth-child(3) {
    height: calc(100%);
    width: 30.33%;
}

.CmpareBrand .list .inner {
    background: white;
    padding: 0px 0px 10px;
}

.CmpareBrand .list:nth-child(1) .inner {
    padding: 0px 0px 10px 10px;
    border-radius: 25px 0px 0px 25px;
}

.CmpareBrand .list:nth-child(2) .inner {}

.CmpareBrand .list:nth-child(3) .inner {
    padding: 0px 10px 10px 0px;
    border-radius: 0px 25px 25px 0px;
}

.CmpareBrand .list.brand .inner {
    background: white;
    border-radius: 20px;
    padding: 0px 10px 10px;
}

.CmpareBrand .list .floatHead {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.CmpareBrand .list .floatHead .title {
    background: #666;
    border: 3px solid white;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CmpareBrand .list .floatHead .title span {
    font-size: 26px;
    text-align: center;
    line-height: 26px;
    color: white;
}

.CmpareBrand .list .floatHead img {
    width: 150px;
}

.CmpareBrand .list .include {
    height: 470px;
    padding: 110px 0px 55px;
    gap: 22px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.CmpareBrand .list .include .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CmpareBrand .list .include .list-item .icon {
    background-size: cover;
    width: 39px;
    height: 38px;
    display: block;
}

.CmpareBrand .list .include .list-item .icon.check {
    background: url(../images/green_check.png);
    background-size: cover;
    aspect-ratio: 103 / 97;
    width: 40px;
    height: 38px;
}

.CmpareBrand .list .include .list-item .icon.wrong {
    background: url(../images/red_wrong.png);
    background-size: cover;
    aspect-ratio: 88/85;
    width: 39px;
    height: 38px;
}

.CmpareBrand .list .include .list-item .text {
    position: relative;
    font-size: 23px;
    line-height: 29px;
    font-weight: 500;
    display: block;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

.CmpareBrand .list .include .list-item .text .strikeLine {
    display: block;
    position: absolute;
    width: calc(100% + 10px);
    height: 2px;
    background: #dc0d0d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-2deg);
}

.CmpareBrand .list .suggest {
    background: #666666;
    border-radius: 25px;
    color: white;
    text-align: center;
    padding: 8% 19%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.CmpareBrand .list:nth-child(1) .suggest {
    border-radius: 25px 0px 0px 25px;
}

.CmpareBrand .list:nth-child(2) .suggest {
    background: linear-gradient(45deg, #0096b1, #6c00cf);
    border-radius: 15px;
    padding: 10% 15% 10%;
    font-size: 24px;
    line-height: 32px;
}

.CmpareBrand .list:nth-child(3) .suggest {
    border-radius: 0px 25px 25px 0px;
}

.CmpareBrand .list .thumbsup_icon {
    position: absolute;
    width: 120px;
    bottom: -6%;
    right: -5%;
    transform: translate(0%, 0%);
}

#ColorShiftCarWrapping {
    padding: 100px 0px 0px;
    background: url(../images/Vnix_BG_without_Car.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ColorShift_CarWrap {
    position: relative;
    margin: 50px 0px 0px;
}

.ColorShift_CarWrap .Lambo_Car {
    padding: 195px 0px 0px;
    width: 98%;
    margin: 0px auto;
}

.ColorShift_CarWrap .Lambo_Car img {
    display: block;
    width: 100%;
}

.ColorShift_CarWrap .layerCover {
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/color_shift_Wrap_layer.png);
    background-size: cover;
    aspect-ratio: 2408 / 1158;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

img.lightMM {
    display: inline-block;
    height: 40px;
    margin-top: -4px;
}

.heroHalfPrice {
    display: inline-block;
    height: 46px;
    margin-top: -12px;
    margin-left: 8px;
}

#ColorShiftCarWrappingBelow {
    background: url(../images/Vnix_BG_without_Car_v2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 65px;
}

.howWrapping {
    margin: 0px auto;
}

.howWrapping .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.howWrapping .inner .list {
    width: 32%;
    margin-right: 1.33%;
    margin-bottom: 55px;
}

.howWrapping .inner .list:nth-child(3),
.howWrapping .inner .list:nth-child(5) {
    margin-right: 0%;
}

.howWrapping .inner .list a {}

.howWrapping .inner .list a .title {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    height: 108px;
    width: 92%;
    margin: 0px auto 20px;
}

.howWrapping .inner .list a img {
    display: block;
    width: 100%;
}

#MaterialSupply {
    position: relative;
    padding: 100px 0px 30px;
    background: url(../images/Horizontal_Track_Purple_Blurred.png) #ffffff no-repeat;
    background-position: center 60%;
    background-size: 100% 60%;
}

#MaterialSupply .cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-backdrop-filter: saturate(150%) blur(16px);
    backdrop-filter: saturate(150%) blur(16px);
}

.MaterialSupply {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 80px auto;
}

.MaterialSupply .list {
    width: 25%;
    padding: 0% 2%;
}

.MaterialSupply .list img {
    display: block;
    width: 100%;
}

.MaterialSupply .list:nth-child(1) img {}

.MaterialSupply .list:nth-child(2) img {
    width: 57%;
}

.MaterialSupply .list:nth-child(3) img {
    width: 82%;
}

.MaterialSupply .list:nth-child(4) img {}

#HundredColors {
    background: #1b002e;
    padding: 100px 0px;
}

.hundredColors {
    margin-bottom: -35px;
}

.bestSellColors {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
    margin: 30px 0px 0px;
}

.bestSellColors .list {}

.bestSellColors .list img {
    display: block;
    width: 100%;
}

.mfp-title {
    line-height: 22px;
    color: #f3f3f3;
    padding-right: 0px;
    text-align: center;
}

.ConceptClick {
    background: linear-gradient(45deg, #0096b1, #6c00cf);
    position: relative;
    border-radius: 20px 20px 0px 0px;
    margin: 0px auto;
    display: block;
}

.ConceptClick .group {
    padding: 30px 100px;
    text-align: center;
    color: white;
}

.ConceptClick .group .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    padding: 10px 0px 10px;
}

.misconceptAnswer {
    width: 100%;
    margin: 0px auto;
    box-shadow: 0px 0px 20px 6px rgb(206 137 255 / 55%);
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(90deg, #0096b1, #6c00cf);
    padding: 0px 5px 5px 5px;
}

.misconceptAnswer .inner {
    background-color: white;
    padding: 50px 20px;
    border-radius: 0px 0px 15px 15px;
}

.accordion-button::after {
    position: absolute;
    display: inline;
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    right: 0%;
    transform: translate(-18%, -50%);
    transition: all 0.5s;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: cover;
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: translate(-18%, -50%);
}

#ColorShiftPPF {
    padding: 100px 0px;
    background: url(../images/Vnix_BG_without_Car.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ColorShiftPPFProtect {
    position: relative;
    margin: 50px 0px 0px;
}

.ColorShiftPPFProtect .Lambo_Car {
    padding: 195px 0px 0px;
    width: 98%;
    margin: 0px auto;
}

.ColorShiftPPFProtect .Lambo_Car img {
    display: block;
    width: 100%;
}

.ColorShiftPPFProtect .layerCover {
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/color_shift_PPF_layer.png);
    background-size: cover;
    mix-blend-mode: screen;
    aspect-ratio: 2408/1158;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.ColorShiftPPFProtect .layerCover img {
    display: block;
    width: 100%;
}

.ColorShiftPPFProtect .protection {
    position: absolute;
    top: 35%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 31%;
}

.ColorShiftPPFProtect .protection img {
    display: block;
    width: 100%;
}

#BestDecision {
    padding: 100px 0px;
    background: url(../images/Vetical_Track_Orange.png) #1b002e no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#Workmanship {
    background: #48197e;
    padding: 100px 0px 100px;
}

.workmanShip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin: 60px 0px 80px;
}

.workmanShip .list a img {
    display: block;
    width: 100%;
}

#LocationContact {
    background: #00829A;
    padding: 100px 0px 30px;
}

/* LocationContact */
@media(min-width:1400px) {
    #LocationContact .col-md-5 {
        padding: 0px 70px;
    }
}

#LocationContact .social {
    display: flex;
    justify-content: flex-end;
}

#LocationContact .social .icon:not(:last-child) {
    margin-right: 22px;
}

#LocationContact .social .icon img {
    display: block;
    width: 40px;
}

.LocationMap {}

.LocationMap iframe {
    height: 500px;
}

.addressGoogle {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
    width: 55%;
    margin: 30px auto 0px;
}

.MapsDual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0px 0px;
}

.MapsDual .list {
    margin: 0px 15px;
}

.MapsDual .list a {
    display: flex;
    background: white;
    padding: 5px 20px 9px 12px;
    width: 210px;
    border-radius: 45px;
    justify-content: flex-start;
    align-items: center;
}

.MapsDual .list a img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0px;
}

.MapsDual .list a.google img {
    margin-top: -23px;
}

.MapsDual .list a.waze img {
    margin-top: -23px;
    margin-right: -14px;
}

.MapsDual .list a .text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: black;
    width: 125px;
    text-align: center;
}

.businessHours {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: white;
    margin-top: 60px;
}