
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}
h1 {
font-size: 60px;
line-height: 64px;
color: #222;;
}
h2{
    font-size:40px;
    line-height: 64px;
    color: #222;
}
h4{
    font-size: 20px;
    color: #222;
}
h6{
    font-weight: 700;
   font-size: 12px;
}
p {
    font-size: 16px; 
    color: #222;
    margin: 15px 0 20px 0;
}
    
.section-p1 {
    padding: 40px 80px;
}
    
.section-m1 {    
    margin: 40px 0;
}
    
body {
    width: 100%;
} 
button{
    background-color: #82bbe4 ;
    color:rgb(0, 89, 255);
    border:#8a6ed7 ;
}

.search {
    --padding:14px  60px;
    width: max-content;
    display: flex;
    align-items: center;
    padding: var(--padding);
    border-radius:30px;
    background-color:#cfbdff;
    
}
.search-input{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    margin-left: var(--padding);
    outline:rgb(255, 255, 255);
    border:rgb(255, 255, 255);
    background: transparent;
   

}

/*header*/
#header {
    display: flex;
    align-items: center;
    justify-content: space-between ;
    padding: 20px 80px;
    background: #8a6ed7;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
    position:relative;
    
}

#navbar {
  display: flex;
  align-items: center;
  justify-content: center;  
}

#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}
#navbar li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;   
    background-color: #8a6ed7; 
}
#navbar li a:hover,
#navbar li a:active{
    color: #0cded0;
}
#navbar li a:active::after,
#navbar li a:hover::after {
    width: 30%;
    height: 2px;
    background: #0cded0;
    position: absolute;
    bottom: -4px;
    left: 20px;
}
/* home page */
#hero {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    
    border: 1px solid #ccc;
    align-items: center;
   background-color: #ffffff;
    
}

.text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 45%;
    
}

#hero h4 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
}

#hero h2 {
    color: black;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#hero h1 {
    color: black;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#hero button {
    background-color: crimson;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 25px;
    border-radius: 5px;
    margin-top: 10px;
}

#hero button:hover {
    color: darkred;
    
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: black;
    font-size: 25px;
    font-weight: 300;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display:table-column;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
#feature{
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    flex-wrap: wrap;
    background-color: #ffffff;
    border: 1px solid #ccc;

}

#feature .fe-box{
    width:215px ;
    text-align: center;
    padding: 1px 1px ;
    box-shadow: 20px 40px 44px rgba(0, 0, 0, 0.03) ;
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 15px 0;
    background-color: #8a6ed7;
}

#feature h6{
    color: #8a6ed7;
    font-size: medium;
}
#feature .fe-box:hover{
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1) ;
}
#feature .fe-box h6{
    display: inline-block;
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    background-color: #ffffff;

}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color:  #ffffff;
    font-family: Arial, sans-serif;
    color: #333;
}

#products {
    width: 80%;
    max-width: 1200px;
    text-align: center;
    padding: 20px;
    background: #8a6ed7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #ccc;
}

#products h2 {
    margin-bottom: 20px;
    color: #333;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.product-item {
   
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s;
}

.product-item:hover {
    transform: translateY(-10px);
}

.product-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

.product-item h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: black;
}

.product-item p {
    font-size: 1.1em;
    color: black;
}


#banner {
    width: 100%;; /* fallback color */
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

.banner-content {
    max-width: 800px;
    margin: 0 auto;
}

#banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}


#banner h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

#banner p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: crimson;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.banner-btn:hover {
    background-color: darkred;
}

#footer {
    display: flex;
    flex-wrap:initial;
    justify-content:center;
    border: 1px solid #ccc;
   }
  
   #footer .col {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    margin-bottom: 20px;
    padding: 50px;
    cursor: pointer;
  
   }
  
   #footer .logo{
    margin-bottom: 30px;
   }
  
   #footer h4 {
    font-size: 14px;
    padding-bottom: 20px;
   }
   
   #footer p {
    font-size: 13px;
    margin: 0 0 8px 0;
   }
  
   #footer a {
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
   }
   #footer .follow {
    margin-top: 20px;
   }
   #footer .follow i {
    color: #465652;
    padding-right: 4px;
    cursor: pointer;
   }
  
   #footer .form {
    display:contents;
    width: 40px;
    cursor: pointer;
    text-align:center
   }
  
   #footer .normal {
    display:flex;
    width: 110px;
    text-align:center;
    cursor: pointer;
  
   }
  
   #footer input {
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px soild transparent;
    border-radius: 4px;
    outline: none;
   }
  
   #footer button {
    background-color: #ffffff;
    color: #080808;
    display:flex;
    white-space:nowrap;
    text-align:center;
    cursor: pointer;
    
    padding-left: 130px;
    padding-right: 170px;
    border-radius: 4px;
    border: 1px #000;
    outline: none;
   }
  
   #final {
    display: flex;
    align-items: center;
    padding-left: 480px;
   
  
   }