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


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

.navi a:hover {
  text-decoration: underline; /* Add underline on hover */
}

.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: 24%;
   left: 38%

}
#accordion-content-1 {
  top: 10%; 
  left: 10%; 
}

.togglebutton2{
top: 55%;
  left: 30%;
  
}
#accordion-content-2 {
  top: 32%; 
  left: 6%; 
}

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

#accordion-content-3 {
  bottom: 50%;
  left: 52%; 
}

#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;
      }
      .upcoming {
        display: flex;
        flex-direction: column; /* Stack cards vertically */
        align-items: center; /* Center cards horizontally */
        width: calc(100% - 40px); /* Ensure the upcoming container takes full width minus margins */
        margin: 0 auto; /* Center the upcoming container horizontally */
      }
      
      .procard {
        width: 100%; /* Make cards take full width of the upcoming container */
        height: auto; /* Set the height of the card */
        padding: 20px;
        border-radius: 12px; /* Adjust border radius as desired */
        display: flex;
        flex-direction: column; /* Make cards act as containers for text and image */
        margin: 10px 0; /* Add spacing between cards */
        box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
      }
      .procard-content{
        text-align: left;
      }
      
      
      .procard img {
        width: 100%; /* Set image width to 1/4 of the card */
        height: auto; /* Maintain image aspect ratio */
      }

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

    .togglebutton1{
      top: 22%;
       left: 36%
    
    }
    #accordion-content-1 {
      top: 20%; 
      left: 45%; 
    }
    
    .togglebutton2{
      top: 50%; 
      left: 30%;
      
    }
    #accordion-content-2 {
      top: 32%; 
      left: 1%; 
    }
    
    .togglebutton3{
      top: 52%; 
      left: 60%
    }
    
    #accordion-content-3 {
      bottom: 50%;
      left: 65%; 
    }


      }

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

        .togglebutton1{
          top: 24%;
           left: 40%
        
        }
        #accordion-content-1 {
          top: 10%; 
          left: 5%; 
        }
        
        .togglebutton2{
          top: 45%; 
          left: 40%;
          
        }
        #accordion-content-2 {
          top: 55%; 
          left: 1%; 
        }
        
        .togglebutton3{
          top: 52%; 
          left: 60%
        }
        
        #accordion-content-3 {
          bottom: 50%;
          left: 62%; 
        }
    
    
          }

          @media screen and (max-width: 1024px) {
            .togglebutton1{
              top: 20%;
               left: 36%
            
            }
            #accordion-content-1 {
              top: 15%; 
              right: 70%; 
            }
            
            .togglebutton2{
              top: 45%; 
              left: 35%;
              
            }
            #accordion-content-2 {
              top: 60%; 
              left: 6%; 
            }
            
            .togglebutton3{
              top: 50%; 
              left: 60%
            }
            
            #accordion-content-3 {
              bottom: 50%;
              left: 72%; 
            }
        
        
              }
  

    
  @media screen and (max-width: 834px) {
    .plus_image{
      height: 30px;
      width: 30px;
    }
    #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;
    }
    
    .togglebutton1{
      top: 25%;
       left: 36%
    
    }
    #accordion-content-1 {
      top: 10%; 
      left: 5%; 
    }
    
    .togglebutton2{
      top: 45%; 
      left: 30%;
      
    }
    #accordion-content-2 {
      top: 55%; 
      left: 1%; 
    }
    
    .togglebutton3{
      top: 52%; 
      left: 60%
    }
    
    #accordion-content-3 {
      bottom: 50%;
      left: 62%; 
    }

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

.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: 20%;
       left: 36%
    
    }
    #accordion-content-1 {
      top: 10%; 
      left: 1%; 
    }
    
    .togglebutton2{
      top: 45%; 
      left: 25%;
      
    }
    #accordion-content-2 {
      top:55%; 
      left: 6%; 
    }
    
    .togglebutton3{
      top: 50%; 
      left: 60%
    }
    
    #accordion-content-3 {
      bottom: 50%;
      left: 52%; 
    }
  }
  @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: 20%;
           left: 35%
        
        }
        #accordion-content-1 {
          top: 10%; 
          left: -10%;
        }
        
        .togglebutton2{
          top: 45%;
          left: 25%;
          
        }
        #accordion-content-2 {
          top: 60%; 
          left: 1%; 
        }
        
        .togglebutton3{
          top: 50%; 
          left: 60%
        }
        
        #accordion-content-3 {
          bottom: 1%;
          left: 45%; 
        }
                .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;
      
        }
  }
