
/* banner one */
.banersliderImg .slideOverlay {
    position: absolute;
    top: 70px;
    color: #fff;
    padding: 30px;
}
.banersliderImg .slideOverlay .title {
    font-size: 42.75px;
    text-shadow: -2px 1px black;
    font-weight: 700;
    font-family: 'Roboto';

}
.banersliderImg .slideOverlay .sutitle {
    font-size: 32px;
    text-shadow: -2px 0px 3px black;
    font-weight: 700;
    text-align: start;
    font-family: 'Roboto';
}
@media only screen and (min-width: 769px) {
    .banersliderImg .slideOverlay {
        right: 30px;
    }

    .banersliderImg .slideOverlay.left {

        right: auto;
        left: 30px;
    }

    .banersliderImg .slideOverlay.left.center {
        top: 0;
        bottom: 0;
        margin: auto;
        height: 25%;
    }
}

/* slider and car  */

.top .swiper {
    width: 100%;
    height: 100%;
}

.top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top .download-container {
    text-align: center;
    margin-top: 20px;
}

.top .download-btn {
    display: inline-block;
    padding: 15px 60px;
    background-color: #484848;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
   
    transition: background-color 0.3s ease;
    font-family: "Roboto";
}

.top .swiper-pagination {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.top .download-container {
    position: relative;
    z-index: 2;
    /* margin-bottom: 60px; */
}

.top .swiper-pagination {
    pointer-events: all;
}


.top .swiper-titlee {
    font-size: 0.8rem !important;
    color: #484848;
   

}

.top .titleResponse {
    font-size: 0.5rem !important;
    color: #484848;
   

}

.top .swiper-pagination-bullet {
    background-color: #ff874a;
    margin: 5px;
    opacity: 0.7;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.top .swiper-pagination-bullet-active {
    background-color: #ff874a;
    opacity: 1;
}

/* car color */


/* slider */

.sliderSeven{
    background-color: #ebe9e9 !important;
    /* margin-top: 0.9rem; */
    padding: 100px 30px; 
}
.custom-video-slider .swiper {
    width: 100%;
}
.custom-video-slider .swiper-wrapper {
    display: flex;
    justify-content: space-between; 
}
.custom-video-slider .swiper-slide {
    width: calc(25% - 8px) !important; 
    position: relative;
    background: #000;
    /* border-radius: 8px; */
    overflow: hidden;
}
.custom-video-slider .slide-content {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.custom-video-slider .video-wrapper {
    position: relative;
    width: 100%;
    height: 250px; 
    overflow: hidden;
    /* border-radius: 8px 8px 0 0; */
}

.custom-video-slider .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0.7; */
    transition: opacity 0.3s ease;
}

/* .custom-video-slider .slide-content:hover .slide-image {
    opacity: 0.5;
} */

.custom-video-slider .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; 
    height: 50px;
    /* background: rgba(255, 255, 255, 0.2); */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0.5rem;
    transition: all 0.3s ease;
    border-radius: 100%;
    background: rgba(46, 46, 46, 0.9);

}

/* .custom-video-slider .play-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) scale(1.1);
} */

.custom-video-slider .play-button svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.custom-video-slider .slide-title {
    text-align: center;
    padding: 10px 5px;
    color: #333;
    font-size: 13px;
   

    font-weight: 500;
    background: #fff;
    /* border-radius: 0 0 8px 8px; */
}

.custom-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
}

.custom-video-modal .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
}

.custom-video-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
   

}

.custom-video-modal iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
}

.custom-video-slider .swiper-button-next,
.custom-video-slider .swiper-button-prev {
    color: #000;
}

@media (max-width: 1024px) {
    .custom-video-slider .swiper-slide {
        width: calc(33.333% - 8px) !important;
    }
}

@media (max-width: 768px) {
    .custom-video-slider .swiper-slide {
        width: calc(50% - 8px) !important;
    }
    .custom-video-slider .video-wrapper {
        height: 260px;
    }
    .custom-video-slider .slide-title {
        font-size: 12px;
       

    }
}

@media (max-width: 480px) {
    .custom-video-slider .swiper-slide {
        width: calc(100% - 0px) !important;
    }

    .custom-video-slider .video-wrapper {
        height: 260px;
    }

    .sliderSeven {
        padding: 100px 15px;
    }
}





/*  */


.product-showcase {
    padding: 0px 100px;
    /* background: #f5f6fa; */
    background-image: url(../images/carModel/t2/colorbg.jpg);
    min-height: 100vh;
    padding-top: 60px;
    padding-right: 150px;
}
.product-showcase .specs-slider {
    position: relative;
    overflow: hidden;
}

.product-showcase .specs-slide-container {
    display: flex;
    transition: transform 0.5s ease;
}

.product-showcase .specs-slide {
    min-width: 100%;
    padding: 1rem;
}

.product-showcase .spec-item {
    margin-bottom: 2rem;
}

.product-showcase .spec-item h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #484848;
    margin-bottom: 2rem;
   

}

.product-showcase .spec-item h6 {
    font-size: 1.1rem;
    color: #484848;
    font-weight: 800;
   

}

.product-showcase .spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.product-showcase .spec-text {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 700;
    /* white-space: nowrap; */
    width: 100px;
   




    color: #484848;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    text-align: left;
    font-weight: 800;
}

.product-showcase .progress-container {
    flex: 1;
    height: 4px;
    background-color: #d2d2d2;
    position: relative;
}

.product-showcase .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #ff6b21, #ff8a50);
    transition: width 1s ease;
}

.product-showcase .download-btn {
  display: inline-block;
  padding: 15px 60px;
  background-color: #484848;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
 
  transition: background-color 0.3s ease;
  font-family: "Roboto";
  margin-top: 2rem;
  font-weight: 500;
}

.product-showcase .download-btn:hover {
    background: #333;
}

.product-showcase .slider-dots {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product-showcase .slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-showcase .slider-dot.active {
    background: #ff6b21;
    transform: scale(1.2);
}

.product-showcase .color-option {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
    transition: transform 0.2s ease;
}

.product-showcase .color-option.active {
    border-color: #000;
    transform: scale(1.1);
}

.product-showcase .color-picker {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}


@media (max-width: 768px) {
    .product-showcase {
        padding: 0 20px;
        padding-right: 20px;
        min-height: auto;
    }

    .product-showcase .spec-item h1 {
        font-size: 2rem;
    }

    .product-showcase .spec-item h6 {
        font-size: 0.9rem;
    }

    .product-showcase .spec-row {
        gap: 1rem;
    }

    .product-showcase .spec-text {
        font-size: 0.9rem;
    }

    .product-showcase .progress-container {
        height: 3px;
    }

    /* .product-showcase .download-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    } */

    .product-showcase .slider-dots {
        gap: 0.3rem;
    }

    .product-showcase .slider-dot {
        width: 6px;
        height: 6px;
    }

    /* .product-showcase .color-option {
        width: 30px;
        height: 30px;
    } */

    .product-showcase .color-picker {
        gap: 0.5rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .product-showcase .specs-slide {
        padding: 0.5rem;
    }
}



/*  */
.product-showcase .slider {
    background: linear-gradient(-30deg, #7e8a98, #a3acb6);  
    width: 26rem;
    border-radius: 18px 18px 0 0;
    height: 100vh;
    margin-left: auto;
}

.product-showcase .right {
    position: relative;
}

.product-showcase .product-images {
    position: absolute;
    top: 40%;
    left: 10px;
    width: 100% !important;
}

.product-showcase .logol-car{
    text-align: center;
    margin-left: 10px;
    position: relative;
    top: 100px;
}
.product-showcase .logo-svg {
    fill: white;  
    filter: brightness(0) invert(1); 
    width: 274px;
}

.product-showcase .text-car {
    position: absolute;
    top: 30%;
    right: 30px;
    transform: rotate(90deg);
    transform-origin: top right; 

}

.product-showcase .text-car p {
   color: #fff;
   font-size: 1.1rem;
   font-weight: 700;
  

    
}

.product-showcase .color-name {
  color: #484848;
  font-size: 18px;
  font-weight: 800;
 


  /* display: none; */
   
}

.product-showcase .border-car {
    width: 1.5px; 
    height: 450px; 
    background-color: #fff; 
    position: absolute;
    bottom: 40px;
    right: 42px;
}
@media (max-width: 768px) {
    .product-showcase .slider {
        background: linear-gradient(-30deg, rgb(116, 106, 83), rgb(141, 128, 102));  
        width: 100% !important;  
        height: auto;  
        margin-left: 0;
        margin-right: 0;
        /* padding: 10px; */
        /* background: none !important; */
    }



   
    .product-showcase .triangle-bg { 
        display: none;
    }
    
    .product-showcase .logol-car,
    .product-showcase .text-car,
    .product-showcase .border-car {
        display: none; 
    }

 

    .product-showcase .product-images {
        position: relative;
        top: 0;
        left: 0;
        width: 100%; 
        height: auto;
    }

    .product-showcase .product-images img {
        width: 100%; 
        height: auto;
        margin-top: 0px !important;
        margin-left: 190px !important;
    }

    .product-showcase .slider-dots {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .product-showcase .slider-dot {
        width: 8px;
        height: 8px;
        background-color: #ccc;
        border-radius: 50%;
        cursor: pointer;
    }

    .product-showcase .slider-dot.active {
        background-color: #ff6b21;
    }


    /*  */


    /* .product-showcase .right {
        position: relative;
        width: 75% !important; 
        height: auto; 
    } */

    .product-showcase .slider {
        width: 80% !important;  
        height: 280px;  
    }

    .product-showcase .slider {
  
        border-radius: 18px 18px 18px 18px;
    
    }

    .product-showcase .logol-car{
        margin-left: -350px !important;
        top: 20px !important;
        display: block !important;
    }

    .product-showcase .logo-svg {
       
        width: 82px;
    }

      .product-showcase .product-images {
    
        width: 100% !important;
    }

    .product-showcase .product-images {
        top: -9px !important;
     
    }

    .product-showcase .color-picker {
   
        bottom: -389px !important;
    }

    .product-showcase .color-name {
     
      
        display: none;
         
      }
}

@media (max-width: 768px) {
    .product-showcase .specs-slider {
        order: 1; 
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .product-showcase .color-picker {
        order: 2; 
        margin-top: 1.5rem;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .product-showcase .color-option {
        width: 35px; 
        height: 35px;
    }
    .product-showcase {
      
        position: relative;
        padding-bottom: 146px;
    }


    .product-showcase .color-picker {
        display: flex;
        justify-content: center; 
        gap: 1rem;
        position: absolute;
        bottom: -563px;
        z-index: 100000;
    }
}


@media (min-width: 300px) and (max-width: 767px) { 
    .product-showcase .color-picker {
        display: flex;
        justify-content: center; 
        gap: 1rem;
        position: absolute;
        bottom: -363px;
        z-index: 100000;
    }


    .product-showcase .slider {
        background: linear-gradient(-30deg, rgb(116, 106, 83), rgb(141, 128, 102));  
        width: 100% !important;  
        
    }


    .product-showcase .right {
        width: 72% !important; 
    }

    .product-showcase .slider {
        width: 115% !important;  
        height: 280px;  
    }

    .product-showcase .slider {
  
        border-radius: 18px 18px 18px 18px;
    
    }

    .product-showcase .logol-car{
        margin-left: -111px !important;
        top: 20px !important;
        display: block !important;
    }

    .product-showcase .logo-svg {
       
        width: 82px;
    }

      .product-showcase .product-images {
    
        width: 140% !important;
    }

    .product-showcase .product-images {
        top: -9px !important;
     
    }

    .product-showcase .color-picker {
   
        bottom: -389px !important;
        padding-right: 25px !important;
    }

    .product-showcase .product-images img {
        width: 100%; 
        height: auto;
        margin-top: 50px !important;
        margin-left: 0 !important;
    }
    .product-showcase .color-name {
     
      
        display: none;
         
    }

    .banersliderImg .slideOverlay .sutitle {
       
        text-align: start !important;
        font-size: 1.4rem !important;
    }

    .banersliderImg .slideOverlay .title {
        text-align: start !important;

    
    }


    .product-showcase .spec-item h6 {
        /* font-size: 1.1rem !important; */
        margin-bottom: 0 !important;
    }

    .product-showcase .spec-text {
        /* font-size: 1.2rem !important; */
        margin-bottom: 0 !important;
    }








   
  
   }
@media (min-width: 769px) and (max-width: 1024px) { 

  .product-showcase .slider {
    width: 24rem !important;
    height: 100%;

}

.product-showcase .text-car {

  right: 4px !important;
 
}

.product-showcase .border-car {
  height: 389px !important;
  right: 17px !important;
}

.product-showcase .logo-svg {
 
  width: 241px;
}




 }

 @media (min-width: 1025px) and (max-width: 1439px) { 
  .product-showcase .border-car {
    height: 372px;
    
}

.product-showcase .logo-svg {
 
  width: 249px;
}
 

 }


 @media (min-width: 1040px) and (max-width: 1500px) { 
  
    .product-showcase .download-btn {
        margin-top: 0 !important;
    }
    .product-showcase .color-picker {
        margin-top: 0 !important;
    }
    .product-showcase .slider-dots {
        margin-top: 0 !important;
    }

    .product-showcase .border-car {
        height: 373px;
      
    }
    
  
   }







/* icon bottom btn downlowd */
.product-showcase .color-option {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
}

.product-showcase .color-option .checkmark {
  position: absolute;
  bottom: -10px; 
  right: 0%;
  transform: translateX(-50%);
  width: 20px; 
  height: 20px; 
  background-image: url('../images/carModel/t2/color_on_icon.png');  
  background-size: cover; 
  opacity: 0; 
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-showcase .color-option.active .checkmark {
  opacity: 1; 
  transform: translateX(-50%) scale(1); 
}








  

  