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;

}
.mainvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  margin: 0;
  opacity: 1;
}


.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;
}
.navi {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);

  text-align: center;
  padding: 10px 0;
  z-index: 100;
  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%;
}
.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%;
  right: 30%;

}
#accordion-content-1 {
  top: 35%;
  right: -5%;
}

.togglebutton2{
  top: 25%;
  right: 30%;
  
}
#accordion-content-2 {
  top: 1%;
  right: 3%;
}

.togglebutton3{
  top: 50%; 
  left: 45%
}

#accordion-content-3 {
  bottom: 20%;
  left: 30%;
}

#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;
}

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


.customerlike{
    display: flex;
    border-radius: 8px;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      
  }
  .savings1{
    width: 360px;  
    height: 420px;
      display: flex;
        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) {

    .togglebutton1{
      top: 35%;
    right: 30%;
    
    }
    #accordion-content-1 {
      top: 45%;
    right: 5%; 
    }
    
    .togglebutton2{
      top: 20%;
    right: 30%;
      
    }
    #accordion-content-2 {
     top: 10%;
    right: -8%; 
    }
    
    .togglebutton3{
      top: 50%;
    left: 45%;
    }
    
    #accordion-content-3 {
    bottom: 20%;
    left: 25%;
    }


      }

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

        .togglebutton1{
      top: 35%;
    right: 30%;
    
    }
    #accordion-content-1 {
      top: 35%;
    right: -25%; 
    }
    
    .togglebutton2{
top: 20%;
    right: 30%;
      
    }
    #accordion-content-2 {
     top: 10%;
    left: -20%; 
    }
    
    .togglebutton3{
      top: 50%;
    left: 45%;
    }
    
    #accordion-content-3 {
    bottom: 5%;
    left: 25%;
    }
    
    
          }

          @media screen and (max-width: 1024px) {
        .togglebutton1{
      top: 35%;
    right: 35%;
    
    }
    #accordion-content-1 {
    top: 25%;
    right: -12%;
    }
    
    .togglebutton2{
    top: 20%;
    right: 30%;
      
    }
    #accordion-content-2 {
     top: 10%;
    left: -10%; 
    }
    
    .togglebutton3{
      top: 50%;
    left: 45%;
    }
    
    #accordion-content-3 {
    bottom: 5%;
    left: 25%;
    }
        
        
              }
  
  @media screen and (max-width: 834px) {
    .plus_image{
      height: 30px;
      width: 30px;
    }
    .togglebutton1{
      top: 65%;
       left: 26%
    
    }
           .togglebutton1{
      top: 35%;
    right: 35%;
    
    }
    #accordion-content-1 {
    top: 25%;
    right: -12%;
    }
    
    .togglebutton2{
    top: 20%;
    right: 30%;
      
    }
    #accordion-content-2 {
     top: 10%;
    left: -10%; 
    }
    
    .togglebutton3{
      top: 50%;
    left: 45%;
    }
    
    #accordion-content-3 {
    bottom: 5%;
    left: 25%;
    }

    .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;
    }

  #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;
  }

.savings1{
  width: 260px;  
  height: 310px;
    display: flex;
      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;
    }

  }

  @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;
}
  .navi{
    display: none;
    }
    .togglebutton1{
      top: 65%;
       left: 26%
    
    }
            .togglebutton1{
      top: 35%;
    right: 35%;
    
    }
    #accordion-content-1 {
    top: 25%;
    right: -12%;
    }
    
    .togglebutton2{
    top: 20%;
    right: 30%;
      
    }
    #accordion-content-2 {
     top: 10%;
    left: -10%; 
    }
    
    .togglebutton3{
      top: 50%;
    left: 45%;
    }
    
    #accordion-content-3 {
    bottom: 5%;
    left: 25%;
    }
  }
  @media screen and (max-width: 480px) {
         .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
    .customerlike{
        display: flex;
        margin-bottom: 20px;
          flex-direction: column;
        }

                .togglebutton1{
top: 35%;
    right: 10%;
    
    }
    #accordion-content-1 {
    top: 25%;
    right: -12%;
    }
    
    .togglebutton2{
    top: 10%;
    right: 30%;
      
    }
    #accordion-content-2 {
     top: 10%;
    left: -10%; 
    }
    
    .togglebutton3{
      top: 60%;
    left: 45%;
    }
    
    #accordion-content-3 {
    bottom: 5%;
    left: 25%;
    }
            .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;
      
        }
  }