body {
  font-family: 'Nunito', sans-serif;
        font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #fbfbfd;
    
}
#video-container {
  flex: 1;
  height: 100vh; 
overflow: hidden;

}
.excon-banner {
  width: 100%;
  background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
  color: #fff;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  
  /* Fixed at the top */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.highlight {
  color: #FCEA38; /* bright yellow */
  font-weight: 700;
}
.mainvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  margin: 0;
  opacity: 1;
}

.navi {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
  z-index: 100;
  text-align: center;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}

.navi a {
  color: black;
 margin-right: 60px;
  text-decoration: none;
  display: inline-block;
}

.navi_button{
  margin-left: 100px;
}
.navi a:hover {
  text-decoration: underline; /* Add underline on hover */
}

 .fixed {
  position: fixed;
  top: 110px;
  left: 0;
}

.heading1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.accordion-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.image-container {
  position: relative;
  width: 100%;
}
.image-container img {
  width: 100%;
  display: block;
}



.product_color_container{
  background-color: #F8F3FF;
}

.product_video{
  width: 100%;
  border-radius: 12px;
}


.accordion-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.image-container {
  position: relative;
  width: 100%;
}
.feature_image{
  width: 100%;
  display: block;
}
.toggle-button {
  position: absolute;
   color: #fff;
  cursor: pointer;
  border-radius: 5px;

}

.plus_image{
  height: 40px;
  width: 40px;
}



.product_color_container{
  background-color: #F8F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.accordion-content {
  display: none;
  position: absolute;
  background: white;/* semi-transparent background */
  box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);

  padding: 10px;
  border-radius: 5px;
  max-width: 300px;
  z-index: 1; /* Ensure it appears above other content */
}
.accordion-content.active {
  display: block;
}

.togglebutton1{
  top: 35%;
   left: 48%

}


.togglebutton2{
  top: 60%; 
  left: 35%;
  
}


.togglebutton3{
  top: 65%; 
  left: 60%
}

#accordion-content-1 {
  top: 15%; 
  left: 18%; 
}
#accordion-content-2 {
  top: 57%; 
  left: 1%; 
}

#accordion-content-3 {
  bottom: 40%;
  left: 65%; 
}

#accordion-content-4 {
  top: 10%;
  left: 65%; 
}
#accordion-content-5 {
  bottom: 30%;
  left: 5%; 
}
#toggle-button-1 {
  top: 50px; /* Adjust this value to place the button outside the image */
  left: 30%; /* Adjust this value to place the button outside the image */
}

.specbutton {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */          /* Full viewport height to center the button vertically */
}

.specs_sheet {
  height: 48px;
  width: 250px;
  color: #fbfbfd;
  font-size: 16px;
  background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
  border-radius: 8px;
  box-shadow: none;
  margin-right: 15px;
  padding: 0;
  border: none;
  line-height: normal;
  cursor: pointer;
  overflow: visible;
  outline: none;
  margin-bottom: 0px;
}

.specs_sheet:hover {
  background-color: #0056b3;
}



.calc{
  display: flex;
  flex-direction: row;
}
.txt{
  font-size: 24px;
}




.customerlike{
    display: flex;
    border-radius: 8px;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      
  }
  .savings1{
    width: 360px;  
      display: flex;
      height: 420px;
        flex-direction: column;
        
        margin-bottom: 10px;
        border-radius: 12px;
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); 
      background-color: white;
    
      }

      .sliderimage{
        height: 300;
        width: 100%;
      border-top-left-radius: 12px;  
      border-top-right-radius: 12px;
      
      }
      
      .slidertext{
        margin: 0;
        margin-top: 20px;
        margin-left: 20px;
        font-size: 32px;
        font-weight: 900;
        color: #141414;
        letter-spacing: 3px; 
        text-transform: uppercase;
      }
      
      .orderbtn{
        height: 36px;
    width: 140px;
    color: #fbfbfd;
    font-size: 14px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%); 
    border-radius: 6px;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
    letter-spacing: 3px; 
    text-transform: uppercase;
      }
  
  
  @media screen and (max-width: 1600px) {
    .sliderimage{
      height: 300;
      width: 100%;
    border-top-left-radius: 12px;  
    border-top-right-radius: 12px;
    
    }
    
    .slidertext{
      margin: 0;
      margin-top: 20px;
      margin-left: 20px;
      font-size: 24px;
      font-weight: 900;
      color: #141414;
      letter-spacing: 3px; 
      text-transform: uppercase;
    }
  
    .specs_sheet {
      height: 42px;
      width: 220px;
      color: #fbfbfd;
      font-size: 12px;
      margin-top: 20px;
      background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
      border-radius: 8px;
      box-shadow: none;
      margin-right: 15px;
      padding: 0;
      border: none;
      line-height: normal;
      cursor: pointer;
      overflow: visible;
      outline: none;
      margin-bottom: 0px;
    }
    .navi a {
      color: black;
     margin-right: 40px;
      text-decoration: none;
      display: inline-block;
    }
    
    .navi_button{
      margin-left: 60px;
    }
    .orderbtn{
      height: 36px;
      width: 140px;
      color: #fbfbfd;
      font-size: 12px;
      background: linear-gradient(to left, #57115E 1%, #A100B1 100%); 
      border-radius: 6px;
      box-shadow: none;
      margin: 0;
      padding: 0;
      border: none;
      line-height: normal;
      cursor: pointer;
      overflow: visible;
      outline: none;
      letter-spacing: 3px; 
      text-transform: uppercase;
    }

    #accordion-content-1 {
      top: 8%; 
      left: 18%; 
    }
    #accordion-content-2 {
      top: 57%; 
      right: 650px; 
    }
    
    #accordion-content-3 {
      bottom: 60%;
      left: 65%; 
    }
    
    #accordion-content-4 {
      top: 10%;
      left: 65%; 
    }
    #accordion-content-5 {
      bottom: 30%;
      left: 5%; 
    }



}
@media screen and (max-width: 1440px) {

#accordion-content-1 {
  top: 8%; 
  left: 18%; 
}
#accordion-content-2 {
  top: 57%; 
  right: 600px; 
}

#accordion-content-3 {
  bottom: 60%;
  left: 65%; 
}

#accordion-content-4 {
  top: 10%;
  left: 65%; 
}
#accordion-content-5 {
  bottom: 30%;
  left: 5%; 
}
}

@media screen and (max-width: 1250px) {
.savings1{
  width: 260px;  
    display: flex;
    height: 310px;
      flex-direction: column;
      
      margin-bottom: 10px;
      border-radius: 12px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); 
    background-color: white;
  
    }

    .sliderimage{
      height: 200;
      width: 100%;
    border-top-left-radius: 12px;  
    border-top-right-radius: 12px;
    
    }
    .slidertext{
      margin: 0;
      margin-top: 20px;
      margin-left: 20px;
      font-size:18px;
      font-weight: 900;
      color: #141414;
      letter-spacing: 3px; 
      text-transform: uppercase;
    }
    
    #accordion-content-1 {
      top: 8%; 
      left: 18%; 
    }
    #accordion-content-2 {
      top: 57%; 
      right: 500px; 
    }
    
    #accordion-content-3 {
      bottom: 60%;
      left: 70%; 
    }
    
    #accordion-content-4 {
      top: 10%;
      left: 65%; 
    }
    #accordion-content-5 {
      bottom: 30%;
      left: 5%; 
    }
  }
  @media screen and (max-width: 1024px) {

  #accordion-content-1 {
    top: 2%; 
    left: 18%; 
  }
  #accordion-content-2 {
    top: 57%; 
 right:420px;
  }
  
  #accordion-content-3 {
    bottom: 60%;
    left: 75%; 
  }
  
  #accordion-content-4 {
    top: 10%;
    left: 65%; 
  }
  #accordion-content-5 {
    bottom: 30%;
    left: 5%; 
  }
  }
  

  @media screen and (max-width: 950px) {
  .navi{
    display: none;
    }
    .plus_image{
      height: 30px;
      width: 30px;
    }
    #accordion-content-1 {
      top: 2%; 
      left: 18%; 
    }
    #accordion-content-2 {
      top: 57%; 
   right:520px;
    }
    
    #accordion-content-3 {
      bottom: 60%;
      left: 65%; 
    }
    
    #accordion-content-4 {
      top: 10%;
      left: 65%; 
    }
    #accordion-content-5 {
      bottom: 30%;
      left: 5%; 
    }
  }
  @media screen and (max-width: 834px) {
    #video-container {
      flex: 1;
      height: 50vh; 
    overflow: hidden;
    
    }
    .mainvideo {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: 40vh;
      object-fit: cover;
      z-index: -1;
      margin: 0;
      opacity: 1;
    }
    #accordion-content-1 {
      top: 1%; 
      left: 18%; 
    }
    #accordion-content-2 {
      top: 47%; 
      right: 450px; 
    }
    
    #accordion-content-3 {
      bottom: 60%;
      left: 70%; 
    }
    
    #accordion-content-4 {
      top: 10%;
      left: 65%; 
    }
    #accordion-content-5 {
      bottom: 30%;
      left: 5%; 
    }
    
    }
@media screen and (max-width: 768px) {

            .excon-banner {
    text-align: center;
    padding: 10px 20px;
    font-size: 0.85rem;
    margin: 0;
    padding: 0;
  }
  .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 18px;
}
  }
  @media screen and (max-width: 650px) {
    .customerlike{
        display: flex;
        margin-bottom: 20px;
          flex-direction: column;
        }
        #accordion-content-1 {
          top: 2%; 
          left: 18%; 
        }
        #accordion-content-2 {
          top: 5%; 
       right:1%;
        }
        
        #accordion-content-3 {
          bottom: 10%;
          left: 70%; 
        }
        
        #accordion-content-4 {
          top: 10%;
          left: 65%; 
        }
        #accordion-content-5 {
          bottom: 30%;
          left: 5%; 
        }
  }

  @media screen and (max-width: 480px) {
         .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
        .mainvideo {
          position: absolute;
          top: 90px;
          left: 0;
          width: 100%;
          height: 35vh;
          object-fit: cover;
          z-index: -1;
          margin: 0;
          opacity: 1;
        }
        #video-container {
          flex: 1;
          height: 45vh; 
      overflow: hidden;
      
        }
  }