@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    scroll-behavior: smooth;
}
#all-content{
    display: none;
}
marquee{
    background-color: black;
    color: white;
    z-index: 999;
    position: relative;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
video{
    margin-top: -75px;
    margin-left: -30px;
    width: 320px;
    height: 240px;
}
hr{
    margin-top: -75px;
}
i{
    transition: 0.3s;
}
i:hover{
    transform: scale(1.1);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 8px #020202;
}
.icons button{
    color: black;
    font-size: 20px; 
    text-align: right;
    margin-left: 8px;
}
.icons{
    margin-right: 20px;
    margin-top: 25px;   
}
.menu-icon{
    display: none;
}
.input-group input{
    width: 426px;
    outline: none;
}
#searchField{
    border: 1px solid black;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.modal-footer button{
    display: block;
}
.modal-header button{
    display: block;
    transition: 0.7s;
}
.modal-header button:hover{
    transform: rotate(360deg);
}
.modal-header{
    display: flex;
    flex-direction: column;
    font-family: "Kanit", sans-serif;

}
.modal-header i{
    font-size: 90px;
}
.modal-body button{
    border: 1px solid rgb(255, 255, 255);
    width: 90%;
    margin: 20px;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    margin-top: 30px;
    color: white;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    transition: 0.3s ease;
}
.modal-body button:hover{
    background-color: transparent;
    border: 1px solid black;
    color: black;
}
.modal-body p{
    font-size: 18px;
    font-family: "Kanit", sans-serif;
    text-align: center;
    
}
.modal-body h6{
    position: absolute;
    left: 40px;
}
.form .form-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form .form-content input{
    margin-bottom: 15px;
    padding-left: 6px;
    width: 90%;
    border: none;
    border-bottom: 1px solid black;
}
.form a{
    margin-left: 30px;
}
.loading-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.navbar{
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    background-color: #c2c2c2;
    margin-top: -20px;
    padding-top: 30px;
}
.nav_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    height: 5.5vh;
    margin-top: -25px;
   margin-bottom: 1px;
}
.item{
    display: flex;
    justify-content: center;
}
.nav_items li{
    list-style: none;
    padding: 1em;
    font-size: 13px;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
    letter-spacing: 1px;
    color: black;
}
.nav_items li a{
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
    letter-spacing: 2px;
    color: black;
    
}
.nav_items li::after{
    content: '';
    width: 0;
    height: 2px;
    background-color: rgb(4, 4, 4);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav_items li:hover::after{
    width: 100%;
}
.nav_menu{
    display: none;
}


.dropdown-content{
    display: none;
    font-family: "Kanit", sans-serif;
    position: absolute;
    top: 25px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(225, 225, 225);
    box-shadow: #f9f9f9;
    z-index: 999;
    transition: all 1s ease-in-out;
    width: 250px;
    margin-left: -50px;
}

.dropdown-content a{
    color: #fff;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a::after{
    
    content: '';
    width: 0;
    height: 2px;
    background-color: rgb(4, 4, 4);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.dropdown-content a:hover::after{
    width: 100%;
}
.dropdown:hover .dropdown-content{
    display: flex;
    margin-top: 15%;
} 
.side-navbar{
    display: none;
}
.answer{
    display: flex;
    flex-direction: column;
}


.slider{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .list .item .title{
    position: absolute;
    top: 20%;
    width: 1170px;
    max-width: 80%;
    left: 7%;
    font-family: "kanit" , "sans-serif";
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #ffffff;
    text-shadow: 0 5px 10px #0004;
    font-size: 5em;
    font-weight: bold;
    line-height: 1.3em;
}
.slider .list .item:nth-child(1) .title{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.slider .list .item:nth-child(1) .title{
    animation-delay: 0.4s !important;
}
.slider.prev .list .item:nth-child(2) .title{
    animation: contentOut 1.5s linear 1 forwards!important;
}
@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}

.thumbnail .item{
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}

.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}

.nextPrevArrows{
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.nextPrevArrows button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000cb;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
}
.nextPrevArrows button:hover{
    background-color: #fff;
    color: #000;
}

.slider .list .item:nth-child(1){
    z-index: 1;
}

.slider.next .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}

@keyframes showImage{
    to{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.slider.next .thumbnail .item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.slider.prev .list .item img{
    z-index: 100;
}


@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}


.slider.next .thumbnail{
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}

.slider.prev .list .item:nth-child(2){
    z-index: 2;
}

.slider.prev .list .item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}
@keyframes outFrame{
    to{
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.slider.prev .thumbnail .item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.slider.next .nextPrevArrows button,
.slider.prev .nextPrevArrows button{
    pointer-events: none;
}


.slider.prev .list .item:nth-child(2) .content .title,
.slider.prev .list .item:nth-child(2) .content .type,
.slider.prev .list .item:nth-child(2) .content .description,
.slider.prev .list .item:nth-child(2) .content .buttons
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

#heading p{
    font-family: "kanit" , "sans-serif";
    font-weight: 300;
    letter-spacing: 1.4px;
}
.title-head{
    margin-top: 60px;
    letter-spacing: 2px;
    font-family: "kanit" , "sans-serif";
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    column-gap: 2px;
}
.title-head::before, .title-head::after{
    content: "";
    height: 2px;
    background-color: black;
    display: block;
}
#heading-1{
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: rgb(128, 128, 128, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
#heading-1 p{
    font-family: "kanit" , "sans-serif";
    font-weight: 300;
    margin-top: 10px;
    letter-spacing: 1.4px;
}
#heading-1 h3{
    font-size: 24px;
    font-weight: 350;
}
#heading-1 h4{
    font-family: "kanit" , "sans-serif";
    margin-bottom: -40px;
    font-size: 20px;
}
.title-head-1{
    margin-top: 60px;
    letter-spacing: 2px;
    font-family: "kanit" , "sans-serif";
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    column-gap: 2px;
}
.title-head-1::before, .title-head-1::after{
    content: "";
    height: 2px;
    background-color: black;
    display: block;
}



.image {
    display: flex;
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 70vh;
    width: 90%;
    background-color: lightgray;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 10px 0 15px rgb(141, 141, 141);
}
.text {
    margin-left: -60%;
    margin-top: 15%;
    width: 300px;
    transform: translateY(-50%);
    font-size: 4rem;
    font-weight: bold;
    color: #333;
    z-index: 5;
    text-shadow: 0 5px 10px #0004;
    font-family: "Kanit", sans-serif;
    letter-spacing: 2px;
}
.card-img{
    display: flex;
    width: 350px;
    height: 350px;
    margin-top: 5%;
    margin-left: 35%;
    border-radius: 0.5rem;
    transform-origin: center center;
    transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-duration: 0.5s;
    position: absolute;
    top: 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
}
.view-more-btn button{
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    padding: 10px;
    color: white;
    background-color: rgb(0, 0, 0);
    font-family: "Kanit", sans-serif;
    letter-spacing: 2px;
    position: absolute;
    top: 200%;
    left: 62%;
    z-index: 999;
    transition: 0.5s ease;
    font-size: 14px;
}
.view-more-btn button:hover{
    background-color: transparent;
    border: 2px solid rgb(0, 0, 0);
    text-decoration: underline;
    background-color: white;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
.card-img * {
    pointer-events: none;
}

.card-img--left {
    transform: scale(0.75) translate(-335px, 0px) perspective(750px) rotateY(10deg);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
#heading
.card-img--center {
    transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.card-img--right {
    transform: scale(0.75) translate(335px, 0px) perspective(750px) rotateY(-10deg);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.card-img__icon {
    width: 30%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img__icon:before {
    content: attr(data-icon);
    font-size: 3rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
}

.card-img__detail {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.main-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
    gap: 20px; 
    flex-wrap: wrap; 
}
.more-cards {
    display: none; 
    
}
.main-card-two{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}
#view-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #000000;
    z-index: 9999;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s ease;
  }
  
  #view-more:hover {
    background-color: transparent;
    border: 1px solid black;
    color: black;
  }
.main {
    margin-bottom: 20px;
}

.mirror-card {
    width: 300px;
    height: 400px;
    position: relative; 
    overflow: hidden;
    cursor: pointer;
}

.mirror-card .mirror-img {
    position: relative;
    width: 100%;
    height: 300px; 
    overflow: hidden; 
}

.mirror-card .mirror-img img {
    width: 100%;  
    height: 100%; 
    object-fit: cover; 
    transition: all 1s linear;
}

.mirror-card .mirror-img img.hover {
    position: absolute; 
    top: 0;
    left: 0;
    opacity: 0; 
    z-index: 2; 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.mirror-card .mirror-img:hover img {
    opacity: 0; 
}

.mirror-card .mirror-img:hover img.hover {
    opacity: 1;
    transform: scale(1.1); 
}

.mirror-card .mirror-content {
    text-align: center;
    font-family: "kanit", "sans-serif";
    padding: 10px;
    position: relative; 
}

.mirror-card .mirror-content h3 {
    font-size: 16px;
    font-family: "kanit", "sans-serif";
    margin-bottom: 5px;
}

.mirror-card .mirror-content p {
    margin-bottom: -2px;
    font-size: 14px;
    color: #555;
}

.mirror-card .mirror-content span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.mirror-card .mirror-content i {
    position: absolute;
    left: 87%;
    top: 53%;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.mirror-card i {
    position: absolute;
    top: 88%;
    left: -20px;
    float: right;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s linear;
    opacity: 0;
}
.mirror-card:hover i {
    
    position: absolute;
    left: 45px;
    opacity: 1;
}
.mirror-card:hover .mirror-content i {
    
    position: absolute;
    left: 80%;
    opacity: 1;
}
.mirror-card .mirror-content i#details-icon{
    font-size: 18px;
    padding: 15px 10px;
    position: absolute;
    top: -255%;
    z-index: 99;
    background-color: white;
}
.mirror-card:hover .mirror-content i#details-icon {
    text-shadow: none;
    position: absolute;
    left: 85%;
    opacity: 1;
}


.smart-mirror{
    background-color: lightgray;
    margin-bottom: 20px;
    margin-top: 70px;
    width: 1200px;
}
.smart-mirror .row .smart-img img{
    width: 700px;
    height: 700px;
    margin-left: -11px;
}
.smart-mirror .row .smart-carousel{
    margin-top: 80px;
    margin-left: -10px;
}
.smart-carousel .carousel .carousel-control-prev{
    margin-left: -50px;
    color: black;
}
.smart-carousel .carousel .carousel-control-next{
    margin-right: 20px;
}
.smart-carousel .carousel .carousel-control-prev .carousel-control-prev-icon{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg);
}
.smart-carousel .carousel .carousel-control-next .carousel-control-next-icon{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg);
}
.smart-carousel .carousel .carousel-inner .carousel-item img{
    width: 300px;
    height: 300px;
}
.smart-carousel .carousel-inner {
    text-align: center;
    font-family: "kanit", "sans-serif";
    position: relative; 
}
.smart-carousel .carousel-item {
    text-align: center;
    font-family: "kanit", "sans-serif";
    position: relative; 
}
.smart-carousel .carousel-item h3 {
    font-size: 16px;
    font-family: "kanit", "sans-serif";
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: -80px;
}

.smart-carousel .carousel-item p {
    margin-bottom: -2px;
    margin-top: 10px;
    margin-left: -80px;
    font-size: 14px;
    color: #555;
}

.smart-carousel .carousel-item span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: -80px;
}
.smart-carousel .carousel-item i#details-icon{
    position: absolute;
    top: 10px;
    left: 80%;
    background-color: white;
    z-index: 999;
    padding: 15px 10px;
    transition: 0.3s linear;
    opacity: 0;
}
.smart-carousel h2{
    font-family: "kanit" , "sans-serif";
    font-size: 28px;
    margin-left: 40px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.carousel-item:hover i#details-icon {
    text-shadow: none;
    color: black;
    position: absolute;
    left: 68%;
    opacity: 1;
}
.carousel-item i#heart-icon {
    position: absolute;
    top: 88%;
    left: -20px;
    float: right;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    transition: 0.3s linear;
    opacity: 0;
}
.carousel-item:hover i#heart-icon {
    
    position: absolute;
    left: 45px;
    opacity: 1;
}
.carousel-item i#cart-icon {
    position: absolute;
    top: 88%;
    right: 20px;
    float: right;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    transition: 0.3s linear;
    opacity: 0;
}
.carousel-item:hover i#cart-icon { 
    position: absolute;
    right: 115px;
    opacity: 1;
}
#smart-product{
    display: flex;
    font-family: "kanit" , "sans-serif";
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}
#smart-product #name{
    display: flex;
}
#smart-product h3{
    border-bottom: 2px solid black;
    margin-bottom: -1px;
}
#smart-product h4{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 350;
    margin-top: 9px;
    cursor: pointer;
    margin-left: 30px;
}
#smart-product h4 i:hover{
    text-shadow: none;
    color: black;
}
#Bluetooth-mirror{
    display: none;
}
#Bluetooth-mirror .mirror-card{
    margin-right: 30px;
}
#Decorative-mirror{
    display: none;
}
#Decorative-mirror .mirror-card{
    margin-right: 30px;
}
#LED-mirror{
    display: flex;
    justify-content: space-between;
}















.footer-logo p{
    font-size: 15px;
    font-family:"Nunito sans ",Arial, Helvetica, sans-serif ;
    color: #202020;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
    margin-top: -50px;
}
.footer-logo a img{
    margin-top: -100px;
}
.footer-logo a{
    text-decoration: none;
}
.footer-logo video{
    mix-blend-mode: multiply;
    max-width: 100%;
    margin-top: -100px;
    margin-left: -50px;
}
.footer-logo ul{
    padding-left: 0px;
    
}
input:focus{
    outline: none;
}
a:hover
a:focus{
    text-decoration: none;
    outline: none ;
    color: #ffffff;
}

.footer{
    background-color: #d3d3d3;
    padding-top: 70px;
    font-family: "Kanit", sans-serif;
}
.footer-about{
    margin-bottom: 30px;
}
.footer-about .footerlogo{
    margin: 30px;
}
.footer-about p{
    color:  #353434;
    margin-bottom: 30px;
}
.footer-widget{
    margin-bottom: 30px;
}
.footer-widget h6{
    color:  #444343;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.footer-widget ul li{
    line-height: 36px;
    list-style: none;

}
.footer-widget ul li a{
    color: #6a6a6a;
    font-size: 15px;
    margin-left: -30px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-widget ul li a:hover{
    color:  rgb(255, 255, 255);
    padding-left: 5px;
}
.footer-widget .footer-newsletter p{
    color: #353434;

}
.footer-widget .footer-newsletter form{
    position: relative;

}
.footer-widget .footer-newsletter form input{
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    background: transparent;
    border: none;
    padding: 15px 0;
    border-bottom:  2px solid #ffffff;
}
.footer-widget .footer-newsletter form input::placeholder{
    color:  #817f7f;
}
.footer-widget .footer-newsletter form a{
    color: #b7b7b7;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
    margin-top: 20px;
}
.footer-copyright-text{
    border-top: 2px solid rgba(31, 30, 30, 0.3);
    padding: 20px 0;
    margin-top: 40px;
    font-family: "Kanit", sans-serif;
}
.footer-copyright-text a{
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-family: "Kanit", sans-serif;
}
.footer-copyright-text p{
    color: #353434;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.footer-copyright-text p i{
    color: rgb(0, 0, 0);
}
.footer-copyright-text  i{
    color: #e53637;
}

.social-links a{
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: rgba(8, 8, 8, 0.2);
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    margin-top: 20px;
    margin-left: 10px;
}
.social-links a:hover{
    transform: scale(1.1);
    box-shadow: 0 0 25px rgb(0, 0, 0);
    color: #000000;
    background-color: #fffefb;
}
.social-links a i:hover{
    color: black;
}

::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(0, 0, 0);
}
::-webkit-scrollbar-track{
    background-color: rgb(115, 115, 115);
    width: 50px;
}






@media screen and (max-width: 1441px) {
    .nav_items{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        height: 5.5vh;
        margin-top: -25px;
       margin-bottom: 7px;
    }
    .slider .list .item .title{
        position: absolute;
        top: 20%;
        width: 1140px;
        max-width: 80%;
        left: 10%;
        transform: translateX(-50%);
        padding-right: 30%;
        box-sizing: border-box;
        color: #fff;
        text-shadow: 0 5px 10px #0004;
        font-size: 5em;
        font-weight: bold;
        line-height: 1.3em;
    }
    .image {
        display: flex;
        margin-top: 4%;
        margin-left: 4%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 95vh;
        width: 90%;
        background-color: lightgray;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 10px 0 15px rgb(141, 141, 141);
    }
    .card-img{
        margin-top: 2%;
    }
    .view-more-btn button{
        border: 2px solid black;
        border-radius: 4px;
        padding: 10px;
        background-color: rgb(0, 0, 0);
        color: white;
        font-family: "Kanit", sans-serif;
        letter-spacing: 2px;
        position: absolute;
        top: 227%;
        left: 60%;
        z-index: 999;
        transition: 0.5s ease;
        font-size: 14px;
    }
}
@media screen and (max-width: 1025px) {
    .title-head{
        font-size: 24px;
    }
    .text {
        margin-left: 33%;
        margin-top: -25%;
        width: 800px;
        transform: translateY(-50%);
        font-size: 3rem;
        font-weight: bold;
        color: #333;
        z-index: 5;
        text-shadow: 0 5px 10px #0004;
    
    }
    .image {
        height: 105vh;
    }
    .card-img{
        display: flex;
        width: 300px;
        height: 300px;
        margin-top: 13%;
        margin-left: 3%;
        border-radius: 0.5rem;
        transform-origin: center center;
        transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg);
        transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        transition-duration: 0.5s;
        position: absolute;
        top: 0;
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
        z-index: 3;
        cursor: pointer;
        overflow: hidden;
    }
    .view-more-btn button{
        border: 2px solid black;
        border-radius: 4px;
        padding: 10px;
        background-color: rgb(0, 0, 0);
        color: white;
        font-family: "Kanit", sans-serif;
        letter-spacing: 2px;
        position: absolute;
        top: 226%;
        left: 44%;
        z-index: 999;
        transition: 0.5s ease;
        font-size: 14px;
    }
    .card-img * {
        pointer-events: none;
    }
    
    .card-img--left {
        transform: scale(0.75) translate(-335px, 0px) perspective(750px) rotateY(10deg);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }
    
    .card-img--center {
        transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg);
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
    
    .card-img--right {
        transform: scale(0.75) translate(335px, 0px) perspective(750px) rotateY(-10deg);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }
    
    .card-img__icon {
        width: 30%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .card-img__icon:before {
        content: attr(data-icon);
        font-size: 3rem;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background: rgba(255, 255, 255, 1);
    }
    
    .card-img__detail {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mirror-card{
        margin-left: 60px;
        margin-right: 60px;
    }
    #LED-mirror{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #Bluetooth-mirror{
        display: none;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #Decorative-mirror{
        display: none;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    
    
}

@media screen and (max-width: 768px) {
    .input-group input{
        width: 250px;
    }
    .icons a{
        margin-left: 10px;
    }
    .loading-logo div video{
        margin-left: 20px;
    }
    .nav_items{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        height: 5.5vh;
        margin-top: -25px;
       margin-bottom: 5px;
    }
    marquee{
        animation-duration: 15s;
    }
    .slider .list .item .title{
        position: absolute;
        top: 15%;
        width: 1140px;
        max-width: 80%;
        left: 10%;
        transform: translateX(-50%);
        padding-right: 30%;
        box-sizing: border-box;
        color: #000000;
        text-shadow: 0 5px 10px #0004;
        font-size: 3em;
        font-weight: bold;
        line-height: 1.3em;
    }
    #heading p{
        font-size: 14px;
    }
    .title-head{
        font-size: 23px;
    }
    .image {
        display: flex;
        margin-top: 4%;
        margin-left: 4%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 108vh;
        width: 90%;
        background-color: lightgray;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 10px 0 15px rgb(141, 141, 141);
        flex-direction: column;
    }
    .text {
        margin-left: -36%;
        margin-top: 8%;
        width: 400px;
        transform: translateY(-50%);
        font-size: 3rem;
        font-weight: bold;
        color: #333;
        z-index: 5;
        text-shadow: 0 5px 10px #0004;
    
    }
    .card-img {
        margin-top: 14%;
        margin-left: 50%;
        display: flex;
        width: 250px;
        height: 250px;
    }
    .view-more-btn button{
        border: 2px solid black;
        border-radius: 4px;
        padding: 10px;
        background-color: rgb(0, 0, 0);
        color: white;
        font-family: "Kanit", sans-serif;
        letter-spacing: 2px;
        position: absolute;
        top: 190%;
        left: 22%;
        z-index: 999;
        transition: 0.5s ease;
        font-size: 14px;
    }
    .card-img--left {
        transform: scale(0.75) translate(0px, -150px) perspective(750px) rotateY(0) rotateX(-10deg) translateZ(-5px);
    }

    .card-img--center {
        transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg) rotateX(0deg) translateZ(5px);
    }

    .card-img--right {
        transform: scale(0.75) translate(0px, 150px) perspective(750px) rotateY(0) rotateX(10deg) translateZ(-5px);
    }

    .card-img__icon:before {
        transform: scale(0.75);
    }
    .mirror-card{
        margin-left: 0px;
        margin-right: 0px;
    }
    #smart-product{
        display: flex;
        flex-direction: column;
        font-family: "kanit" , "sans-serif";
        border-bottom: 1px solid gray;
        margin-bottom: 10px;
    }
    #smart-product h3{
        border-bottom: 2px solid black;
        margin-bottom: -1px;
    }
    
}
@media screen and (max-width: 426px) {
    #input-group{
        display: none;
    }
    .icons button{
        display: none;
    }
    .icons{
        margin-right: 15px;
        margin-top: 25px;   
    }
    .menu-icon{
        display: block;
        margin-top: 32px;
        margin-right: 10px;
    }
    .menu-icon i{
        font-size: 18px;
    }
    video{
        margin-top: -75px;
        margin-left: -45px;
        width: 320px;
        height: 240px;
    }
    .navbar{
        display: none;
    }
    .side-navbar{
        display: block;
    }
    .accordian {
          max-width: 560px;
          width: 90%;
          height: 250vh;
          position: absolute;
          left: 10%;
          top: 0;
          z-index: 999;
          background-color: #c2c2c2;
          border-radius: 10px;
          padding-top: 20px;
          display: none;
          box-shadow: 10px 10px solid black;
        }
        .icon{
            padding-bottom: 20px;
        }
        .faq {
          list-style: none;
          padding-left: 40px;
          padding-right: 20px;
          
        }
        
        .faq li {
            font-family: "Kanit", sans-serif;
          margin-bottom: 20px;
        }
        
        .faq li.active .answer {
          max-height: 275px!important;
          padding-bottom: 25px;
          transition: max-height 0.5s ease, padding-bottom 0.5s ease;
        }
        .faq .question{
            font-size: 16px;
        }
        .faq .answer {
          max-height: 0px;
          overflow: hidden;
          transition: max-height 0.5s ease, padding-bottom 0.5s ease;
        }
        .modal-footer button{
            display: block;
        }
        .modal-header button{
            display: block;
            transition: 0.7s;
        }
        .modal-header button:hover{
            transform: rotate(360deg);
        }
        #search-bar-side{
            border-radius: 20px;
            border: 1px solid black;
            width: 250px;
            display: block;
        }
        #search-btn-side{
            background-color: transparent;
            border: none;
            transition: 0.3s;
        }
        #search-btn-side:hover{
            transform: scale(1.1);
        
        }
        .slider .list .item .title{
            position: absolute;
            top: 15%;
            width: 1140px;
            max-width: 80%;
            left: 10%;
            transform: translateX(-50%);
            padding-right: 30%;
            box-sizing: border-box;
            color: #ffffff;
            text-shadow: 0 5px 10px #0004;
            font-size: 3em;
            font-weight: bold;
            line-height: 1.3em;
        }
        #heading p{
            margin-bottom: 20px;
            font-size: 11px;
            letter-spacing: 1px;
        }
        .title-head{
            margin-top: 40px;
            font-size: 13px;
        }
        .image {
            display: flex;
            margin-top: 4%;
            margin-left: 4%;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            position: relative;
            height: 100vh;
            width: 90%;
            background-color: lightgray;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 10px 0 15px rgb(141, 141, 141);
            flex-direction: column;
        }
        .text {
            margin-left: -40%;
            margin-top: 9%;
            width: 200px;
            transform: translateY(-50%);
            font-size: 2rem;
            font-weight: bold;
            color: #333;
            z-index: 5;
            text-shadow: 0 5px 10px #0004;
        
        }
        .view-more-btn button{
            border: 2px solid black;
            border-radius: 4px;
            padding: 7px;
            background-color: rgb(0, 0, 0);
            color: white;
            font-family: "Kanit", sans-serif;
            letter-spacing: 2px;
            position: absolute;
            top: 175%;
            left: 9%;
            z-index: 999;
            transition: 0.5s ease;
            font-size: 12px;
        }
        .card-img {
            margin-top: 32%;
            margin-left: 40%;
            display: flex;
            width: 150px;
            height: 150px;
        }
    .main{
        margin-left: 50px;
    }
        .card-img--left {
            transform: scale(0.75) translate(0px, -150px) perspective(750px) rotateY(0) rotateX(-10deg) translateZ(-5px);
        }
    
        .card-img--center {
            transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg) rotateX(0deg) translateZ(5px);
        }
    
        .card-img--right {
            transform: scale(0.75) translate(0px, 150px) perspective(750px) rotateY(0) rotateX(10deg) translateZ(-5px);
        }
    
        .card-img__icon:before {
            transform: scale(0.75);
        }
        #smart-product{
            width: 380px;
        }
        #smart-product h4{
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 350;
            margin-top: 9px;
            cursor: pointer;
            margin-left: 8px;
        }
        .product-img #LED-mirror .mirror-card{
            margin-left: 50px;
        }
        .product-img #Bluetooth-mirror .mirror-card{
            margin-left: 50px;
        }
        .product-img #Decorative-mirror .mirror-card{
            margin-left: 50px;
        }
        
}
@media screen and (max-width: 376px) {
    .icons button{
        display: none;
        
    }
    .accordian {
          max-width: 560px;
          width: 100%;
          height: 170vh;
          position: absolute;
          left: 0%;
          top: 0;
          z-index: 999;
          background-color: #c2c2c2;
          border-radius: 10px;
          padding-top: 20px;
          display: none;
          box-shadow: 10px 10px solid black;
        }
        .modal-footer button{
            display: block;
        }
        .modal-header button{
            display: block;
            transition: 0.7s;
        }
        .modal-header button:hover{
            transform: rotate(360deg);
        }
        .image {
            display: flex;
            margin-top: 4%;
            margin-left: 4%;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            position: relative;
            height: 90vh;
            width: 90%;
            background-color: lightgray;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 10px 0 15px rgb(141, 141, 141);
            flex-direction: column;
        }
        #heading p{
            margin-bottom: 20px;
            font-size: 10px;
            letter-spacing: 0.5px;
        }
        .title-head{
            margin-top: 40px;
            font-size: 11px;
        }
        .text {
            margin-left: -60%;
            margin-top: 15%;
            width: 100px;
            transform: translateY(-50%);
            font-size: 1.5rem;
            font-weight: bold;
            color: #333;
            z-index: 5;
            text-shadow: 0 5px 10px #0004;
        
        }
         .card-img {
            margin-top: 32%;
            margin-left: 40%;
            display: flex;
            width: 150px;
            height: 150px;
        }
        .view-more-btn button{
            border: 2px solid black;
            border-radius: 4px;
            padding: 7px;
            background-color: rgb(0, 0, 0);
            color: white;
            font-family: "Kanit", sans-serif;
            letter-spacing: 2px;
            position: absolute;
            top: 172%;
            left: 12%;
            z-index: 999;
            transition: 0.5s ease;
            font-size: 12px;
        }
        .card-img--left {
            transform: scale(0.75) translate(0px, -150px) perspective(750px) rotateY(0) rotateX(-10deg) translateZ(-5px);
        }
    
        .card-img--center {
            transform: scale(1) translate(0px, 0px) perspective(750px) rotateY(0deg) rotateX(0deg) translateZ(5px);
        }
    
        .card-img--right {
            transform: scale(0.75) translate(0px, 150px) perspective(750px) rotateY(0) rotateX(10deg) translateZ(-5px);
        }
    
        .card-img__icon:before {
            transform: scale(0.75);
        }
        .main{
            margin-left: 25px;
        }
        .product-img #LED-mirror .mirror-card{
            margin-left: 25px;
        }
        .product-img #Bluetooth-mirror .mirror-card{
            margin-left: 25px;
        }
        .product-img #Decorative-mirror .mirror-card{
            margin-left: 25px;
        }
}
@media screen and (max-width: 321px) {
    .accordian {
          max-width: 560px;
          width: 100%;
          height: 170vh;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 999;
          background-color: #c2c2c2;
          border-radius: 10px;
          padding-top: 20px;
          display: none;
          box-shadow: 10px 10px solid black;
        }
        .modal-footer button{
            display: block;
        }
        .modal-header button{
            display: block;
            transition: 0.7s;
        }
        .modal-header button:hover{
            transform: rotate(360deg);
        }
        #heading p{
            margin-bottom: 30px;
            font-size: 7px;
            letter-spacing: 0.5px;
        }
        .title-head{
            margin-top: 30px;
            font-size: 8px;
        }
        .image{
            height: 105vh;
        }
        .text{
            margin-top: -130%;
            margin-left: 1%;
            width: 250px;
            text-align: center;
        }
        .view-more-btn button{
            border: 2px solid black;
            border-radius: 4px;
            padding: 7px;
            background-color: rgb(0, 0, 0);
            color: rgb(255, 255, 255);
            font-family: "Kanit", sans-serif;
            letter-spacing: 2px;
            position: absolute;
            top: 215%;
            left: 35%;
            z-index: 999;
            transition: 0.5s ease;
            font-size: 12px;
        }
        .card-img {
            margin-top: 60%;
            margin-left: 4%;
            display: flex;
            width: 150px;
            height: 150px;
        }
        .main{
            margin-left: 1px;
        }
        #smart-product{
            width: 300px;
        }
        #smart-product h4{
            text-transform: uppercase;
            font-size: 7px;
            font-weight: 350;
            margin-top: 9px;
            cursor: pointer;
            margin-left: 8px;
        }
        .product-img #LED-mirror .mirror-card{
            margin-left: 5px;
        }
        .product-img #Bluetooth-mirror .mirror-card{
            margin-left: 5px;
            margin-right: -2px;
        }
        .product-img #Decorative-mirror .mirror-card{
            margin-left: 5px;
            margin-right: -2px;
        }
}
















@media (max-width: 1025px) {
    .smart-mirror {
        width: 960px;
    }

    .smart-mirror .row {
        display: flex;
        justify-content: space-between;
    }

    .smart-mirror .row .smart-img img {
        width: 550px;
        height: 550px;
    }

    .smart-carousel .carousel .carousel-inner {
        font-size: 14px; 
    }
    .smart-carousel .carousel .carousel-control-prev{
        margin-left: -85px;
        margin-top: -70px;
    }
    .smart-carousel .carousel .carousel-control-next{
        margin-right: -5px;
        margin-top: -60px;
    }
    .smart-carousel .carousel-inner {
        margin-left: -40px; 
    }
    .smart-carousel h2{
        margin-top: -40px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .smart-carousel .carousel-item h3 {
        margin-left: 10px;
    }
    
    .smart-carousel .carousel-item p {
        margin-left: 10px;
    }
    
    .smart-carousel .carousel-item span {
        margin-left: 10px;
    }
    .smart-carousel .carousel-item i#details-icon{
        position: absolute;
        top: 10px;
        left: 100%;
        transition: 0.3s linear;
        opacity: 0;
    }
    .carousel-item:hover i#details-icon {
        position: absolute;
        left: 86%;
        opacity: 1;
    }
    .carousel-item i#heart-icon {
        position: absolute;
        top: 88%;
        left: -20px;
    }
    .carousel-item:hover i#heart-icon {
        position: absolute;
        left: 35px;
        opacity: 1;
    }
    .carousel-item i#cart-icon {
        position: absolute;
        top: 88%;
        right: 0px;
    }
    .carousel-item:hover i#cart-icon { 
        position: absolute;
        right: 40px;
    }
    #heading-1 p{
        font-size: 14px;
    }
    #heading-1 h3{
        font-size: 18px;
    }
}
@media (max-width: 769px) {
    .smart-mirror {
        width: 700px;
    }

    .smart-mirror .row {
        display: flex;
        justify-content: space-between;
    }

    .smart-mirror .row .smart-img img {
        width: 400px; 
        height: 400px;
    }

    .smart-carousel .carousel .carousel-inner {
        font-size: 14px;
    }
    .smart-carousel .carousel .carousel-control-prev{
        margin-left: -65px;
        margin-top: -70px;
    }
    .smart-carousel .carousel .carousel-control-next{
        margin-right: 2px;
        margin-top: -70px;
    }
    .smart-carousel .carousel-inner {
        margin-left: -27px; 
    }
    .smart-carousel .carousel .carousel-inner .carousel-item img {
        width: 200px; 
        height: 200px;
    }
    .smart-carousel h2{
        margin-top: -50px;
        margin-left: 8px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .smart-carousel .carousel-item h3 {
        margin-left: 0;
        font-size: 13px;
    }
    
    .smart-carousel .carousel-item p {
        margin-left: 0;
        font-size: 13px;
    }
    
    .smart-carousel .carousel-item span {
        margin-left: 0;
        font-size: 13px;
    }
    .smart-carousel .carousel-item i#details-icon{
        position: absolute;
        top: 10px;
        left: 100%;
        padding: 10px 5px;
        font-size: 10px;
        transition: 0.3s linear;
        opacity: 0;
    }
    .carousel-item:hover i#details-icon {
        position: absolute;
        left: 82%;
        opacity: 1;
    }
    .carousel-item i#heart-icon {
        font-size: 14px;
        position: absolute;
        top: 88%;
        left: -20px;
    }
    .carousel-item:hover i#heart-icon {
        position: absolute;
        left: 25px;
        opacity: 1;
    }
    .carousel-item i#cart-icon {
        font-size: 14px;
        position: absolute;
        top: 88%;
        right: 0px;
    }
    .carousel-item:hover i#cart-icon { 
        position: absolute;
        right: 30px;
    }
    #heading-1{
        margin-top: 30px;
        margin-bottom: 20px;
        background-color: rgb(128, 128, 128, 0.3);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    #heading-1 p{
        font-size: 12px;
    }
    #heading-1 h3{
        font-size: 12px;
    }
    #heading-1 h4{
        font-size: 18px;
    }
    .title-head-1{
        column-gap: 1px;
    }
}
@media (max-width: 480px) {
    .smart-mirror {
        width: 400px;
        margin-top: 40px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .smart-mirror .row {
        flex-direction: column;
    }

    .smart-mirror .row .smart-img img {
        width: 400px;
        height: auto;
        margin-left: 0;
    }

    .smart-carousel {
        width: 300px;
        margin-top: 10px;
        position: relative;
        left: 27%;
        margin-bottom: 20px;
    }

    .smart-carousel .carousel .carousel-inner .carousel-item img {
        width: 250px; 
        height: 250px;
    }

    .smart-carousel h2 {
        font-size: 24px;
        margin-left: 8px;
    }

    .smart-carousel .carousel-item h3,
    .smart-carousel .carousel-item p,
    .smart-carousel .carousel-item span {
        margin-left: -20px;
    }
    .smart-carousel .carousel-item i#details-icon{
        position: absolute;
        top: 10px;
        left: 100%;
        padding: 15px 10px;
        font-size: 14px;
        transition: 0.3s linear;
        opacity: 0;
    }
    .carousel-item:hover i#details-icon {
        position: absolute;
        left: 76%;
        opacity: 1;
    }
    .carousel-item i#heart-icon {
        font-size: 18px;
        position: absolute;
        top: 88%;
        left: -20px;
    }
    .carousel-item:hover i#heart-icon {
        position: absolute;
        left: 25px;
        opacity: 1;
    }
    .carousel-item i#cart-icon {
        font-size: 18px;
        position: absolute;
        top: 88%;
        right: -5px;
    }
    .carousel-item:hover i#cart-icon { 
        position: absolute;
        right: 40px;
    }
    .smart-carousel .carousel .carousel-control-prev{
        margin-left: -71px;
        margin-top: -70px;
    }
    .smart-carousel .carousel .carousel-control-next{
        margin-right: 8px;
        margin-top: -70px;
    }
    #heading-1 p{
        font-size: 10px;
    }
    #heading-1 h3{
        font-size: 12px;
    }
    #heading-1 h4{
        font-size: 14px;
    }

}
@media (max-width: 376px) {
    .smart-mirror {
        width: 350px;
        margin-left: 13px;
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .smart-mirror .row {
        flex-direction: column;
    }

    .smart-mirror .row .smart-img img {
        width: 350px;
        height: auto;
        margin-left: 0;
    }

    .smart-carousel {
        width: 295px;
        margin-top: 10px;
        position: relative;
        left: 23%;
        margin-bottom: 20px;
    }

    .smart-carousel .carousel .carousel-inner .carousel-item img {
        width: 250px; 
        height: 250px;
    }
    .smart-carousel .carousel .carousel-control-prev{
        margin-left: -68px;
        margin-top: -70px;
    }
    #smart-product{
        width: 370px;
    }
    #heading-1 p{
        font-size: 8px;
    }
    #heading-1 h3{
        font-size: 9px;
    }
    #heading-1 h4{
        font-size: 14px;
    }
}
@media (max-width: 321px) {
    .smart-mirror {
        width: 300px;
        margin-left: 8px;
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .smart-mirror .row {
        flex-direction: column;
    }

    .smart-mirror .row .smart-img img {
        width: 300px;
        height: auto;
        margin-left: 0;
    }

    .smart-carousel {
        width: 240px;
        margin-top: 10px;
        position: relative;
        left: 27%;
        margin-bottom: 20px;
    }
    .smart-carousel h2 {
        font-size: 20px;
        margin-left: -7px;
    }
    .smart-carousel .carousel .carousel-inner .carousel-item img {
        width: 200px; 
        height: 200px;
    }
    .smart-carousel .carousel .carousel-control-prev{
        margin-left: -65px;
        margin-top: -70px;
    }
    .smart-carousel .carousel .carousel-control-next{
        margin-right: 8px;
        margin-top: -70px;
    }
    .smart-carousel .carousel-item i#details-icon{
        position: absolute;
        top: 10px;
        left: 100%;
        padding: 10px 5px;
        font-size: 10px;
        transition: 0.3s linear;
        opacity: 0;
    }
    .carousel-item:hover i#details-icon {
        position: absolute;
        left: 79%;
        opacity: 1;
    }
    .carousel-item i#heart-icon {
        font-size: 14px;
        position: absolute;
        top: 88%;
        left: -20px;
    }
    .carousel-item:hover i#heart-icon {
        position: absolute;
        left: 25px;
        opacity: 1;
    }
    .carousel-item i#cart-icon {
        font-size: 14px;
        position: absolute;
        top: 88%;
        right: -5px;
    }
    .carousel-item:hover i#cart-icon { 
        position: absolute;
        right: 40px;
    }
    #smart-product{
        width: 318px;
    }
    #heading-1 p{
        font-size: 8px;
    }
    #heading-1 h3{
        margin-left: -15px;
        margin-right: -15px;
        font-size: 9px;
    }
    #heading-1 h4{
        font-size: 14px;
    }
}

.modal-body .alert{
    display: none;
}

#heading h4{
    font-family: "kanit" , "sans-serif";
    margin-bottom: -55px;
    font-weight: 250;
    letter-spacing: 2px;
}
#frame-heading{
    margin-top: 180px;
    margin-bottom: -200px;
}

#mirror-frame .frame-img img{
    border: 2px solid black;
    padding: 4px;
    margin-top: 40px;
    margin-left: 60px;
    border-radius: 4px;
}


:root {
    --card-height: 400px;
    --card-width: calc(var(--card-height) / 1.5);
  }
  .card-3d {
    width: var(--card-width);
    height: var(--card-height);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 36px;
    perspective: 2500px;   
    
  }
  .card-3d i{
    color: rgb(0, 0, 0);
    position: relative;
    top: -235px;
    opacity: 0;
    transition: 0.5s;
  }
  .card-3d:hover i{
    font-size: 18px;
    transform: translateY(-30px);
    opacity: 1;
  } 
  .cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .wrapper-3d {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  
  .card-3d:hover .wrapper-3d {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  }
  
  .wrapper-3d::before,
  .wrapper-3d::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all 0.5s;
    position: absolute;
    left: 0;
  }
  .wrapper-3d::before {
    top: 0;
    height: 100%;
    background-image: linear-gradient(
      to top,
      transparent 46%,
      rgba(12, 13, 19, 0.5) 68%,
      rgba(12, 13, 19) 97%
    );
  }
  .wrapper-3d::after {
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(
      to bottom,
      transparent 46%,
      rgba(12, 13, 19, 0.5) 68%,
      rgba(12, 13, 19) 97%
    );
  }
  
  .card-3d:hover .wrapper-3d::before,
  .wrapper-3d::after {
    opacity: 1;
  }
  
  .card-3d:hover .wrapper-3d::after {
    height: 120px;
  }
  .title-3d {
    width: 100%;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: "kanit" , "sans-serif";
    font-size: 15px;
    letter-spacing: 2px;
    transition: transform 0.5s;
    border-radius: 5px;
    width: 300px;
    font-weight: 500;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
  }
  .card-3d:hover .title-3d {
    color: rgb(255, 255, 255);
    transform: translate3d(0%, -50px, 100px);
  }
  
  .character {
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
  }
  
  .card-3d:hover .character {
    opacity: 1;
    transform: translate3d(0%, -30%, 100px);
  }
  #frame-product-image{
   margin-top: -150px;
    margin-bottom: 50px;
    margin-left: 75px;
}




#Wooden-frame{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Wooden-frame .card-3d{
    margin-left: 50px;
}
#Archylic-frame{
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Archylic-frame .card-3d{
    margin-left: 50px;
}
#Metal-frame{
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Metal-frame .card-3d{
    margin-left: 50px;
}








* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}





.navigation {
    position: relative;
    width: 100%;
    height: 120px;
    background: rgb(106, 106, 106, 0.7);
    display: flex;
    justify-content: left ;
    align-items: left;
    margin-top: 250px;
    margin-bottom: 100px;
    border-radius: 10px;
}

.navigation ul {
    display: flex;
    flex-direction: row;
    width: 350px;
    margin-left: 80px;
}
.navigation  p{
    font-family: "kanit" , "sans-serif";
    font-size: 22px;
    margin-top: 40px;    
    margin-left: 20px;
}
.navigation ul li {
    position: relative;
    list-style: none;
    width: 150px;
    height: 70px;
    z-index: 1;
}

.navigation ul li #side-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}

.navigation ul li #side-2 .icon {
    position: relative;
    display: block;
    line-height: 75px;
    font-size: 1.5em;
    text-align: center;
    transition: 0.5s;
    color: var(--chumbo);
    rotate: 90deg;
    cursor: pointer;
    margin-top: 10px;
}

.navigation ul li.active #side-2 .icon {
    transform: translateX(55px);
    color: white;
    
}

.navigation ul li #side-2 .text {
    position: absolute;
    color: var(--chumbo);
    font-weight: 400;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(-20px);
    margin-left: 10px;
    margin-top: -10px;
}

.navigation ul li.active #side-2 .text {
    opacity: 1;
    transform: translateY(3px);
}

.indicator {
    position: absolute;
    top: 71%;
    left: 21.7%;
    width: 70px;
    height: 70px;
    background: rgb(6, 6, 6);
    border-radius: 50%;
    border: 6px solid white;
    transition: 0.5s;
    rotate: 180deg;
}

.indicator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 1px -10px 0 0 rgb(255, 255, 255);
    
}

.indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: -1px -10px 0 0 rgb(255, 255, 255);
}

.navigation ul li:nth-child(1).active~.indicator {
    transform: translateX(calc(-106px * 0));
}

.navigation ul li:nth-child(2).active~.indicator {
    transform: translateX(calc(-106px * 1));
}

.navigation ul li:nth-child(3).active~.indicator {
    transform: translateX(calc(-106px * 2));
}

.navigation ul li:nth-child(4).active~.indicator {
    transform: translateX(calc(-106px * 3));
}

.navigation ul li:nth-child(5).active~.indicator {
    transform: translateX(calc(-70px * 4));
}




@media (max-width: 1025px) {
    #mirror-frame .frame-img img{
        width: 500px;
        height: 500px;
    }
    .frame .swiper{
        
        width: 480px;
        height: 380px;
        margin-left: 43%;
    }
    .slider-wrapper .cardlist .card-item img{
        width: 200px;
        height: 200px;
        margin-left: 10px
    }
    .frame .swiper p{
        width: 400px;
        font-size: 14px;
        margin-top: 8px;
    }
    .frame .swiper h4{
        
        font-size: 20px;
        margin-top: 8px;
    }
    
    .frame .swiper .slider-wrapper{
        max-width: 450px;
        margin: -10px 0;
    }
    #frame-heading{
        margin-top: 80px;
    }
    .navigation ul li #side-2 .text{
        margin-left: -30px;
        margin-top: 10px;
    }
    #frame-product-image{
        margin-left: 0px;
    }
    .indicator{
        position: absolute;
        left: 29.8%;
    }
}
@media (max-width: 769px) {
    #mirror-frame .frame-img img{
        margin-left: -10px;
    }
    .frame .swiper{
        width: 480px;
        height: 380px;
        margin-top: -63%;
        margin-left: 33%;
    }
    .indicator{
        position: absolute;
        left: 39.8%;
    }
    #frame-product-image{
        margin-left: 5px;
    }
    
}
@media (max-width: 426px) {
    #mirror-frame .frame-img img{
        margin-left: 10px;
        width: 380px;
        height: 380px;
    }
    .frame .swiper{
        width: 380px;
        height: 380px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .frame .swiper .slider-wrapper{
        max-width: 380px;
    }
    .frame .swiper p{
        width: 380px;
        margin-left: 5px;
    }
    .frame .swiper h4{
        margin-left: 5px;
    }
    #frame-heading{
        margin-top: 40px;
    }
    #frame-heading #heading h4{
        margin-bottom: -30px;
    }
    #frame-heading #heading h1{
        font-size: 14px;
    }
    .navigation ul li{
        width: 70px;
    }
    
    .navigation  p{
        font-size: 18px;
        margin-top: 40px;    
        margin-left: 10px;
        width: 200px;
    }
    .navigation ul{
        width: 300px;
        margin-left: 40px;
    }
    .navigation ul li #side-2{
        margin-top: 0;
        margin-left: -60px;
    }
    .navigation ul li #side-2 .text{
        margin-left: 20px;
    }
    .indicator{
        position: absolute;
        left: 36%;
    }
    .navigation ul li:nth-child(1).active~.indicator {
        transform: translateX(calc(-70px * 0));
    }
    
    .navigation ul li:nth-child(2).active~.indicator {
        transform: translateX(calc(-70px * 1));
    }
    
    .navigation ul li:nth-child(3).active~.indicator {
        transform: translateX(calc(-70px * 2));
    }
    
    .navigation ul li:nth-child(4).active~.indicator {
        transform: translateX(calc(-70px * 3));
    }
    .navigation ul li.active #side-2 .icon {
        transform: translateX(60px);
    }
    
}
@media (max-width: 376px) {
    #mirror-frame .frame-img img{
        margin-left: 2px;
        width: 350px;
        height: 350px;
    }
    .frame .swiper{
        width: 350px;
        height: 370px;
        margin-top: 10px;
        margin-left: 2px;
    }

    .frame .swiper .slider-wrapper{
        max-width: 350px;
    }
    .frame .swiper p{
        width: 340px;
        margin-left: 5px;
    }
    #frame-heading #heading h4{
        font-size: 14px;
    }
    #frame-heading #heading h1{
        font-size: 10px;
    }
    #frame-product-image{
        margin-left: -10px;
    }
    .navigation  p{
        margin-top: 30px;
    }
    .navigation ul li #side-2{
        margin-left: -30px;
    }
}
@media (max-width: 321px) {
    #mirror-frame .frame-img img{
        margin-left: 0px;
        width: 300px;
        height: 300px;
    }
    .frame .swiper{
        width: 300px;
        height: 390px;
        margin-top: 10px;
        margin-left: 0px;
    }
    .frame .swiper .slider-wrapper{
        max-width: 300px;
    }
    .frame .swiper p{
        width: 290px;
        margin-left: 5px;
    }
    #frame-heading #heading h4{
        font-size: 14px;
    }
    #frame-heading #heading h1{
        font-size: 10px;
    }
    #frame-product-image{
        margin-left: -40px;
    }
    .navigation ul li{
        width: 70px;
    }
    .navigation{
        width: 320px;
        
    }
    .navigation  p{
        font-size: 18px;
        margin-top: 40px;    
        margin-left: 10px;
        width: 100px;
    }
    .navigation ul{
        width: 290px;
        margin-left: 10px;
    }
    .navigation ul li #side-2{
        margin-top: 0;
    }
    .navigation ul li #side-2 .text{
        margin-left: 20px;
    }
    .indicator{
        position: absolute;
        left: 30%;
    }
   
}



.slider-wrapper{
    overflow: hidden;
    max-width: 1200px;
    margin: 0 70px 55px;
}
.swiper{
    font-family: "kanit" , "sans-serif";
    margin-top: -47%;
    margin-left: 46%;
    height: 470px;
    background-color: #878787;
    padding: 10px;
    border-radius: 3px;
    width: 690px;
}
.swiper h4{
    color: white;
    margin-left: 40px;
    margin-top: 20px;
}
.swiper p{
    font-weight: 200;
    width: 600px;
    color: white;
    margin-left: 40px;
    margin-top: 20px;
}
.cardlist .card-item{
    color: #fff;
    user-select: none;
    padding: 22px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.cardlist .card-item .user-image{
    width: 250px;
    height: 250px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 3px solid #fff;
    padding: 4px;
}


.slider-wrapper.swiper-pagination-bullet{
    background: #000000;
    height: 15px;
    width: 15px;
}


@media (max-width:768){
    .slider-wrapper{
        margin: 0 10px 40px;
    }

    
    .slider-wrapper .swiper-slide-button{
        display: none;
    }
}






@media (max-width: 992px) {
    .modal-body{
        height: 200vh;
    }
    .modal-body .product-one{
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }
    .modal-header button{
        position: absolute;
        left: 91%;
        top: 22px;
        z-index: 99;
    }
    .modal-body .product-one .product-content{
        margin-top: 100px;
    }
    .modal-body .product-one .product-content h3{
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .modal-body .product-one .product-image .mirror-img{
        width: 475px;
        height: 100%;
        margin-left: -4px;
        padding-top: 10px;
    }
    .modal-body .product-one .product-image .mirror-img img {
        width: 475px;
        height: 475px;
    }
    .modal-body .product-one .wrapper{
        margin-left: -250px;
        margin-top: 80px;
    }
    .modal-body .product-one .product-button{
        margin-top: 103px;
    }
    .modal-body .product-one div.line{
        margin-top: 260px;
        margin-left: -46%;
        width: 500px;
    }
    .modal-body .buy-btn{
        margin-top: 100px;
        margin-left: -52%;
    }
    .modal-body .buy-btn button{
        width: 470px;
    }
    .modal-body .product-one .cate{
        margin-top: 250px;
        margin-left: -47%;
    }
}
@media (max-width: 426px) {
    .modal-body{
        height: 170vh;
    }
    .modal-body .product-one .product-content h3{
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .modal-body .product-one .product-image .mirror-img{
        width: 370px;
        height: 100%;
        margin-left: -4px;
        padding-top: 10px;
    }
    .modal-body .product-one .product-image .mirror-img img {
        width: 370px;
        height: 370px;
    }
    .modal-body .product-one .wrapper{
        margin-left: -250px;
        margin-top: 80px;
    }
    .modal-body .product-one .product-button{
        margin-top: 103px;
    }
    .modal-body .product-one div.line{
        margin-top: 205px;
        margin-left: -45%;
        width: 500px;
    }
    .modal-body .buy-btn{
        margin-top: 80px;
        margin-left: -52%;
    }
    .modal-body .buy-btn button{
        width: 360px;
    }
    .modal-body .product-one .cate{
        margin-top: 200px;
        margin-left: -47%;
    }
}
@media (max-width: 376px) {
    .modal-body{
        height: 150vh;
    }
    .modal-body .product-one .product-content h3{
        margin-top: -10px;
        margin-left: -20px;
        margin-bottom: -20px;
    }
    .modal-body .product-one .product-content p{
        margin-left: -20px;
    }
    .modal-body .product-one .product-image .mirror-img{
        width: 320px;
        height: 100%;
        margin-left: -4px;
        padding-top: 10px;
    }
    .modal-body .product-one .product-image .mirror-img img {
        width: 320px;
        height: 320px;
    }
    .modal-body .product-one .wrapper{
        margin-left: -240px;
        margin-top: 80px;
    }
    .modal-body .product-one .product-button{
        position: absolute;
        top: 45.5%;
        left: 30%;
        
    }
    .modal-body .product-one div.line{
        margin-top: 175px;
        margin-left: -50%;
        width: 500px;
    }
    .modal-body .buy-btn{
        margin-top: 50px;
        margin-left: -52%;
    }
    .modal-body .buy-btn button{
        width: 310px;
    }
    .modal-body .product-one .cate{
        margin-top: 170px;
        margin-left: -47%;
    }
} 
@media (max-width: 321px) {
    .modal-body{
        height: 150vh;
    }
    .modal-header button{
        position: absolute;
        left: 87%;
        top: 22px;
        z-index: 99;
    }
    .modal-body .product-one .product-content h3{
        margin-top: -10px;
        margin-left: -20px;
        margin-bottom: -20px;
    }
    .modal-body .product-one .product-content p{
        margin-left: -20px;
    }
    .modal-body .product-one .product-image .mirror-img{
        width: 265px;
        height: 100%;
        margin-left: -4px;
        padding-top: 10px;
    }
    .modal-body .product-one .product-image .mirror-img img {
        width: 265px;
        height: 265px;
    }
    .modal-body .product-one .wrapper{
        margin-left: -240px;
        margin-top: 80px;
    }
    .modal-body .product-one .product-button{
        position: absolute;
        top: 47%;
        left: -9%;
    }
    .modal-body .product-one div.line{
        margin-top: 175px;
        margin-left: -60%;
        width: 25px;
    }
    .modal-body .buy-btn{
        margin-top: 50px;
        margin-left: -52%;
    }
    .modal-body .buy-btn button{
        width: 250px;
    }
    .modal-body .product-one .cate{
        margin-top: 170px;
        margin-left: -52%;
    }
}
.wrapper{
  height: 40px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a1a1a1;
  margin-top: 90px;
  margin-left: -32%;
}
.wrapper span{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.wrapper span.num{
  font-size: 14px;
  border-right: 2px solid rgba(0,0,0,0.2);
  border-left: 2px solid rgba(0,0,0,0.2);
  pointer-events: none;
}


.modal-body .product-one div.line{
    border-top: 1px solid gray;
    padding: 3px;
    width: 310px;
    position: absolute;
    left: 54%;
    top: 43%;
}
.modal-body .product-one .mirror-img {
    position: relative;
    width: 400px;
    height: 400px;
    margin-top: -45px;
    overflow: hidden; 
}

.modal-body .product-one .mirror-img img {
    width: 100%;  
    height: 100%; 
    object-fit: cover; 
    transition: all 1s linear;
}

.modal-body .product-one .mirror-img img.hover {
    position: absolute; 
    top: 0;
    left: 0;
    opacity: 0; 
    z-index: 2; 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.modal-body .product-one .mirror-img:hover img {
    opacity: 0; 
}

.modal-body .product-one .mirror-img:hover img.hover {
    opacity: 1;
    transform: scale(1.1); 
}
.modal-body .product-one{
    display: flex;
    border-bottom: 2px solid rgb(128, 128, 128,);
}
.modal-body .product-one .product-content{
    font-family: "kanit" , "sans-serif";
    margin-left: 20px;
    margin-top: -20px;
}
.modal-body .product-one .product-content h3{
    font-size: 20px;
    font-weight: 300;
}
.modal-body .product-one .product-content p{
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin-top: 30px;
    text-align: left;
}
.modal-body .buy-btn{
    position: absolute;
    top: 78%;
    left: 51%;
    font-weight: 350;
    width: 50%;
}
.modal-body .product-one .product-button button{
    position: relative;
    top: 26%;
    left: 10%;
    width: 170px;
    font-weight: 250;
    background-color: #333;
    margin-top: 0;
}
.modal-body .product-one .product-button button:hover{
    background-color: transparent;
}
.modal-body .product-one .cate{
    position: absolute;
    left: 55%;
    top: 46%;
}
.modal-body .product-one .cate h6{
    font-size: 14px;
    font-family: "kanit" , "sans-serif";
    margin-bottom: 5px;
    margin-left: -40px;
    font-weight: 300;
}
.modal-body .product-one .cate p{
    font-size: 14px;
    font-weight: 300;
}
.modal-body .product-one .cate p i{
    margin-left: 7px;
    font-size: 15px;
}

/* --------------- */


@media (max-width:769px) {
    #modal-body .modal-body{
        height: 100%;
    }
    .modal-body form .row{
        display: block;
    }
    .modal-body form .row{
        width: 400px;
    }
    .modal-body form .button-check {
        width: 400px;
    }
}
@media (max-width:426px) {
    #modal-body .modal-body{
        height: 100%;
    }
    .modal-body form .row{
        display: block;
    }
    .modal-body form .row{
        width: 330px;
    }
    .modal-body form .button-check {
        margin-left: -50px;
    }
}
@media (max-width:376px) {
    #modal-body .modal-body{
        height: 100%;
    }
    .modal-body form .row{
        display: block;
    }
    .modal-body form .row{
        width: 300px;
    }
    .modal-body form .button-check {
        width: 350px;
        margin-left: -50px;
    }
}
@media (max-width:321px) {
    #modal-body .modal-body{
        height: 100%;
    }
    .modal-body form .row{
        display: block;
    }
    .modal-body form .row{
        width: 250px;
    }
    .modal-body form .button-check {
        width: 350px;
        margin-left: -50px;
    }
    .modal-body form .button-check input{
        width: 180px;
    }
    .modal-body form .button-check .back-btn{
        width: 70px;
    }
    .modal-body form .row .col .inputBox input{
        margin-top: -10px;
    }
    
}
.modal-body form{
    margin-top: -20px;
    margin-left: 20px;
    width: 700px;
    font-family: "kanit" , "sans-serif";
}
.modal-body form .row{
    flex-wrap: wrap;
    gap:15px;
}

.modal-body form .row .col{
  flex:1 1 250px;
}

.modal-body form .row .col .title{
  font-size: 20px;
  color:#333;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.modal-body form .row .col .inputBox{
  margin: 15px 0;
}
.modal-body form .row .col #Payment{
    margin-top: -10px;
}

.modal-body form .row .col input,
.modal-body form .row .col label{
    margin-top: 5px;
}
.modal-body form .row .col .inputBox span{
  margin-bottom: 10px;
  display: block;
}

.modal-body form .row .col .inputBox input{
  width: 100%;
  border: none;
  outline: none;
  border-bottom:1px solid #ccc;
  padding:10px 15px;
  font-size: 15px;
  text-transform: none;
  transition: 0.3s all linear;
}

.modal-body form .row .col .inputBox input:focus{
  border-bottom:1px solid #000;
}

.modal-body form .row .col .flex{
  display: flex;
  gap:15px;
}

.modal-body form .row .col .flex .inputBox{
  margin-top: 5px;
}

.modal-body form .row .col .inputBox img{
  height: 24px;
  margin-top: 5px;
  filter: drop-shadow(0 0 1px #000);
}

.modal-body form .submit-btn{
  height: 45px;
  text-align: center;
  width: 50%;
  padding:8px;
  font-size: 17px;
  border-radius: 4px;
  background: #000000;
  color:#fff;
  margin-top: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-body form .submit-btn:hover{
  background: transparent;
  color: black;
}
.modal-body form .button-check{
    display: flex;
    margin-top: 15px;
}
.modal-body form .button-check button{
    height: 45px;
  width: 50%;
  padding:8px;
  font-size: 17px;
  border-radius: 4px;
  background: #000000;
  color:#fff;
  margin-top: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.modal-body form button:hover{
    background: transparent;
    color: black;
  }


.modal-body form .row .col #ship{
    display: none;
}

.modal-body form .row .col #ship-2{
    display: none;
}
.modal-body form .row .col #ship-3{
    display: none;
}
.modal-body form .row .col #ship-4{
    display: none;
}
.modal-body form .row .col #ship-5{
    display: none;
}
.modal-body form .row .col #ship-6{
    display: none;
}



 .p1{
    text-decoration: line-through;
    color: lightgray;
    font-weight: 200;
}

.mirror-card .mirror-img span{
    position: absolute;
    left: 0%;
    background-color: rgb(0, 0, 0);
    padding: 8px;
    width: 80px;
    text-align: center;
    font-family:  "kanit" , "sans-serif";
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    z-index: 99;
}
.card-3d span{
    position: absolute;
    left: 0;
    top: 35%;
    background-color: rgb(0, 0, 0);
    padding: 8px;
    width: 80px;
    text-align: center;
    font-family:  "kanit" , "sans-serif";
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    z-index: 99;
    transition: 0.5s;
}
.card-3d:hover span {
    top: 36%;
    left: 10px;
    z-index: -1;
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  }
.product-content p del{
    font-size: 18px;
    font-weight: 200;
    color: lightgray;
}

.scroll-up{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; 
    transition: 0.5s;
    z-index: 99;
  }
  
  .scroll-up a {
    color: white;
    text-decoration: none;
  }
  .all-button button{
    border-bottom: 1px solid black;
    margin-left: 20px;
  }
  .scroll-up i {
    font-size: 24px;
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 7px 0 10px rgb(141, 141, 141);

    cursor: pointer;
  }
  @media (max-width: 321px) {
    .scroll-up{
        position: fixed;
    bottom: 20px;
    right: 85px;
    display: none; 
    transition: 0.5s;
    z-index: 99;
    }
    .scroll-up i{
        font-size: 18px;
    }
  }

#content p{
    font-family: "kanit" , "sans-serif";
    letter-spacing: 1px;
    font-weight: 250;
    margin-top: 25px;
}
#content hr{
    margin-top: 50px;
}
.row .col-6{
    margin-top: 50px;
    font-family: "kanit" , "sans-serif";
    border-left: 1px solid lightgray;
    margin-bottom: 50px;
}
.row .col-6 span,
.row .col-6 input{
    margin-left: 150px;
}
.row .col-6 .email{
    margin-top: 40px;
}
.row{
    width: 100%;
}
.row .col-6 .mail{
    width: 300px;
    border: none;
    border-bottom: 1px solid rgb(72, 72, 72);
    padding: 6px;
    font-weight: 200;
    letter-spacing: 1px;
}
.row .col-6 .submit{
    width: 100px;
    padding: 6px;
    margin-top: 20px;
    background-color: black;
    color: white;
    text-transform: uppercase;
    transition: 0.3s;
}
.row .col-6 .submit:hover{
    background-color: transparent;
    color: black;
}
.row .col-6 button{
    padding: 6px;
    margin-top: 50px;
    background-color: black;
    color: white;
    text-transform: uppercase;
    transition: 0.3s;
}
.row .col-6 button:hover{
    background-color: transparent;
    color: black;
}
.row .col-6 #alert{
    width: 90%;
    display: none;
}
.row .col-6 #alert i{
    font-size: 13px;
    border-radius: 50%;
    border: 2px solid;
    padding: 5px 9px;

}
@media (max-width: 769px) {
    .row .col-6 .mail{
        width: 90%;
    }
    .row .col-6 .email span,
    .row .col-6 .email input{
    margin-left: 10px;
    }
}
@media (max-width: 426px) {
    .row .col-6 h5{
        font-size: 16px;
    }
    .row .col-6 p{
        font-size: 14px;
    }
    .row .col-6 button,
    .row .col-6 .submit{
        font-size: 14px;
    }
}
@media (max-width: 321px) {
    .row .col-6 h5{
        font-size: 13px;
    }
    .row .col-6 p{
        font-size: 10px;
    }
    .row .col-6 button,
    .row .col-6 .submit{
        font-size: 10px;
    }
    .row .col-6 .mail{
        width: 90%;
    }
}



