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

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

.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: 40%;
  left: 50%
}

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

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

#accordion-content-2 {
  top: 57%; 
  left: 5%; 
}

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

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

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

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

#toggle-button-1 {
  top: 50px; 
  left: 30%;
}

.specbutton {
  display: flex;
  justify-content: center; 
  align-items: center;   
}

.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: 40%;
       left: 46%
      }

    #accordion-content-1 {
      top: 28%; 
      left: 12%; 
    }
    
    .togglebutton2{
      top: 60%; 
      left: 35%; 
    }

    #accordion-content-2 {
      top: 57%; 
      left: 1%; 
    }
    
    .togglebutton3{
      top: 45%; 
      left: 60%
    }
    
    #accordion-content-3 {
      bottom: 60%;
      left: 62%; 
    }
  }

      @media screen and (max-width: 1440px) {
        .navi a {
          color: black;
          margin-right: 40px;
          text-decoration: none;
          display: inline-block;
        }

        .togglebutton1{
          top: 40%;
           left: 46%
        }

        #accordion-content-1 {
          top: 28%; 
          left: 20%; 
          max-width: 200px;
        }
        
        .togglebutton2{
          top: 60%; 
          left: 35%;
        }

        #accordion-content-2 {
          top: 57%; 
          left: 10%; 
          max-width: 200px;
        }
        
        .togglebutton3{
          top: 45%; 
          left: 60%
        }
        
        #accordion-content-3 {
          bottom: 60%;
          left: 62%; 
          max-width: 200px;
        }
      }

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

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

            .togglebutton1{
              top: 40%;
              left: 46%
            }

            #accordion-content-1 {
              top: 28%; 
              left: 12%; 
            }
            
            .togglebutton2{
              top: 60%; 
              left: 35%;
            }

            #accordion-content-2 {
              top: 57%; 
              left: 1%; 
            }
            
            .togglebutton3{
              top: 45%; 
              left: 60%
            }
            
            #accordion-content-3 {
              bottom: 60%;
              left: 62%; 
            }
          }
  @media screen and (max-width: 950px) {
                
    .navi{
      display: none;
      }
    }
  
  @media screen and (max-width: 834px) {
  
    .plus_image{
      height: 30px;
      width: 30px;
    }
    .togglebutton1{
      top: 40%;
       left: 45%
    
    }
    #accordion-content-1 {
      top: 20%; 
      left: 6%; 

    }
    
    .togglebutton2{
      top: 60%; 
      left: 35%;
      
    }
    #accordion-content-2 {
      top: 57%; 
      left: -5%; 

    }
    
    .togglebutton3{
      top: 45%; 
      left: 60%
    }
    
    #accordion-content-3 {
      bottom: 60%;
      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;
    }

  #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;  
    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;
    height: 310px;
  
    }

    .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;
    }
    .mainvideo {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: 40vh;
      object-fit: cover;
      z-index: -1;
      margin: 0;
      opacity: 1;
    }
    #video-container {
    flex: 1;
    height: 50vh; 
overflow: hidden;
  
    }
    
  }
  @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%;
           left: 48%
        
        }
        #accordion-content-1 {
          top: 10%; 
          left: 1%; 
        }
        
        .togglebutton2{
          top: 60%; 
          left: 35%;
          
        }
        #accordion-content-2 {
          top: 60%; 
          left: 1%; 
        }
        
        .togglebutton3{
          top: 45%; 
          left: 60%
        }
        
        #accordion-content-3 {
          bottom: 20%;
          left: 62%; 
        }
        .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;
      
        }
  }