*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --fresh-mint: #0bf7a1;
    --dark-fresh-mint: #5cdb95;
    --banana-skin: #ffd3b6;
    --pure-white: #ffffff;
    
    --rose-white: #ffaaa5;
}

nav {
    display: flex;
}
.flex {
    display: flex;
}
ul li {
    list-style: none;

}

ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    
    margin: 0 10px;
}
ul li a:hover{
    color: #00221d !important;
}
.logo {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-weight: bold;
}
header {
    background-color: rgb(0,89,74);
  
    
}
.secound {
  display: none ;
}

#showNav{
    display: none;
    color: white;
    font-size:20px ;
    

}
.sec {
    background-color:  rgb(0,89,74);
}
.secound.active {
  display: block!important;
}
.secound {
    background-color: yellow;
    margin: 0 auto;
    width: 40%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}
.section1 {
    color: white;
    background-color: rgb(0,89,74);
    min-height: 115vh;
    position: relative;
    border-radius: 0 0 30px 30px;
}
.section1 h1 {
    font-size: 18vw;
    font-weight: bold;
    letter-spacing: -1rem;
   
}
.section1 .wavy {
    width: 100%;
   position: absolute;
    bottom: 90px;
  
    left: 0;
    
}
.section1 .green {
    
    width: 50%;
    left: 22%;
    top: 22%;
   transform: rotate(-20deg);
    margin: auto;
    position: absolute;
 
}
.section1 .hero {
    position: absolute;
    top: 50%;
}
.section1 .text {
    position: absolute;
    right: 7%;
    width: 25%;
    color: black;
   margin-top: 90px;
    

}
.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: yellow;
    position: absolute;
    top: -40px;
    left: 60px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle .tex {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 0.9;
    transform: rotate(-25deg);
    margin-left: 50px;
    text-shadow: .3rem .3rem#ffffff ;
    letter-spacing: 0.01rem;
    
    text-transform: uppercase;
}

.discount {
    position: absolute;
 
    left: 0;
    width: 100%;
    background-color: yellow;
    
    border-radius: 50px;
    bottom: 10px;
    color:  rgb(0,89,74);
    white-space: nowrap;
    }
    .discount h2 {
        font-size: 50px;
        font-weight: bold;
        overflow: hidden;
        /* overflow-y: hidden;
        display: flex; */
    }
    .section2 h2 {
        margin: 20px auto;
        font-size: 70px;
        font-weight: bold;
        color:  rgb(0,89,74);
    }
 .pick {
  background-color: yellow;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  color: rgb(0, 89, 74);
  margin-top: 90px;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
}

.pick1 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.pick1 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 2px;
  object-fit: cover;
  background: #fff;
}

.pick1 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.pick .btn button {
  background-color: rgb(0, 89, 74);
  color: white;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pick .btn button:hover {
  background-color: #fff;
  color: rgb(0, 89, 74);
}

    .purple {
        width: 80px;
        
    }
    .text1 h1 {
        color: #00594a;
        font-size: 50px;
        font-weight: bold;
        
    }
    .img-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* or space-between */
  gap: 20px;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.img-sec img.shoe1 {
  width: 250px; /* or use percentage for responsiveness */
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.sec1 {
  background-color: rgb(243,235,232);
  width: 250px;
  height: auto;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px rgb(161, 157, 157);

}
.sec1 button {
background-color: yellow;
outline: none;
border: 2px solid white;
color: black;
border-radius: 10px;
opacity: 0;
font-size: 20px;
font-weight: bold;
padding: 10px;
margin-left:50px ;
 transition: opacity 0.3s ease-in-out;

}
.sec1 button:hover {
    background-color: yellowgreen;
}
.sec1:hover button {
    opacity: 1;
}
.section4 {
    background-color: #077865;
    color: white;
     padding: 10px;
}
.section4 h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    font-family: 'Courier New', Courier, monospace;
}
.prod {
    display: flex;
    width: 100%;
    background-color: #00221d;
   border-radius: 50px;
   margin: 20px 0;
}
.prod p{
    font-size: 30px;
    font-weight: bold;
    margin: 7px 30px

}
.prod i {
    position: absolute;
    right: 25px;
    margin-top: 10px;
    padding: 10px;
    background-color: yellow;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
}
.contact-us {
  background-color: #f9f9f9;
  color: #333;
}

.contact-us h2 {
  font-weight: bold;
  color: #0bf7a1; /* match your --fresh-mint */
}

.contact-us form input,
.contact-us form textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 12px;
}

.contact-us form button {
  padding: 10px 25px;
  background-color: #0bf7a1;
  border: none;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contact-us form button:hover {
  background-color: #5cdb95;
}

.contact-us i {
  color: #0bf7a1;
  margin-right: 8px;
}
.footer {
  background-color: #222;
  color: #fff;
  font-size: 16px;
}

.footer .social-icons i {
  font-size: 20px;
  transition: color 0.3s ease;
}

.footer .social-icons a:hover i {
  color: #0bf7a1; /* fresh-mint hover effect */
}


    
@media screen and (max-width: 768px) {
    .img-sec {
        flex-direction: column;
    }
    .section1 h1 {
        width: 100%;
        position: absolute;
        left: 10%;
        text-align: center;
        letter-spacing: -0.5rem;
    }
     .section1 .text {
        color: rgb(255, 255, 255) !important;
        position: absolute;
        width: 50%;
        top: 10%;
        left: 25%;
        text-align: center;
    }
    .section1 .green {
    
    width: 50%;
    left: 22%;
    top: 50%;
   transform: rotate(-20deg);
    margin: auto;
    position: absolute;
 
}
.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: yellow;
    position: absolute;
    top: 40px;
    left: 60px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle .tex {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 0.9;
    transform: rotate(-25deg);
    margin-left: 50px;
    text-shadow: .3rem .3rem#ffffff ;
    letter-spacing: 0.01rem;
    
    text-transform: uppercase;
}
.discount {
    position: absolute;
 
    left: 0;
    width: 100%;
    background-color: yellow;
    
    border-radius: 50px;
 bottom: 5px;
    color:  rgb(0,89,74);
    white-space: nowrap;
    }
    .discount h2 {
        font-size: 50px;
        font-weight: bold;
        overflow: hidden;
        /* overflow-y: hidden;
        display: flex; */
    }

   .flex {
    display: none;
   }
    #showNav {
        display: block;
        position: absolute;
        right: 10%;
       
    }
    .logo {
        left: 10%;
        position: absolute;
    }
    header{
        padding: 15px;
    }
    .secound {
        transition: all 0.5s ease-in-out;
    }
}
@media screen and (max-width: 594px) {
    .sec {
        padding: 0;
        width: 100%;
    }
   
    .section1 {
        min-height: 135vh;
        }
    .section1 h1 {
        
        position: absolute;
        left: 0;
        text-align: center;
        letter-spacing: -0.5rem;
    }
   .section1 .wavy {
    width: 100%;
   position: absolute;
    top: 100px;
  
    left: 0;
    
}
     .section1 .text {
        color: rgb(255, 255, 255) !important;
        position: absolute;
        width: 50%;
        top: 10%;
        left: 25%;
        text-align: center;
    }
    .section1 .green {
    
    width: 50%;
    left: 35%;
    top: 50%;
   transform: rotate(-20deg);
    margin: auto;
    position: absolute;
 
}
.section2 h2{
       width: 100%;
   

}
.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: yellow;
    position: absolute;
    top: 40px;
    left: 40px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle .tex {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 0.9;
    transform: rotate(-25deg);
    margin-left: 50px;
    text-shadow: .3rem .3rem#ffffff ;
    letter-spacing: 0.01rem;
    
    text-transform: uppercase;
}
.discount {
    position: absolute;
 
    left: 0;
      width: 100%;
    background-color: yellow;
    
    border-radius: 50px;
 bottom: 5px;
    color:  rgb(0,89,74);
    white-space: nowrap;
    }
    .discount h2 {
        font-size: 50px;
        font-weight: bold;
        overflow: hidden;
        /* overflow-y: hidden;
        display: flex; */
    }

   .flex {
    display: none;
   }
    #showNav {
        display: block;
        position: absolute;
        right: 10%;
       
    }
    .logo {
        left: 10%;
        position: absolute;
    }
    header{
        padding: 15px;
           width: 100%;
    }
    .secound {
        transition: all 0.5s ease-in-out;
    }
    .section1{
           width: 100%;
    }
}
@media screen and (max-width: 532px) {
    .sec {
        padding: 0;
        width: 100%;
    }
   
    .section1 {
        min-height: 135vh;
        }
    .section1 h1 {
        
        position: absolute;
        left: 0;
        text-align: center;
        letter-spacing: -0.5rem;
    }
   .section1 .wavy {
    width: 100%;
   position: absolute;
    top: 150px;
  
    left: 0;
    
}
     .section1 .text {
        color: rgb(255, 255, 255) !important;
        position: absolute;
        width: 50%;
        top: 10%;
        left: 25%;
        text-align: center;
    }
    .section1 .green {
    
    width: 50%;
    left: 35%;
    top: 50%;
   transform: rotate(-20deg);
    margin: auto;
    position: absolute;
 
}
.section2 h2{
       width: 100%;
   

}
.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: yellow;
    position: absolute;
    top: 40px;
    left: 40px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle .tex {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 0.9;
    transform: rotate(-25deg);
    margin-left: 50px;
    text-shadow: .3rem .3rem#ffffff ;
    letter-spacing: 0.01rem;
    
    text-transform: uppercase;
}
.discount {
    position: absolute;
 
    left: 0;
      width: 100%;
    background-color: yellow;
    
    border-radius: 50px;
 bottom: 5px;
    color:  rgb(0,89,74);
    white-space: nowrap;
    }
    .discount h2 {
        font-size: 50px;
        font-weight: bold;
        overflow: hidden;
        /* overflow-y: hidden;
        display: flex; */
    }

   .flex {
    display: none;
   }
    #showNav {
        display: block;
        position: absolute;
        right: 10%;
       
    }
    .logo {
        left: 10%;
        position: absolute;
    }
    header{
        padding: 15px;
           width: 100%;
    }
    .secound {
        transition: all 0.5s ease-in-out;
    }
    .section1{
           width: 100%;
    }
}
@media screen and (max-width: 442px) {
    .sec {
        padding: 0;
        width: 100%;
    }
   
    .section1 {
        min-height: 135vh;
        }
    .section1 h1 {
        
        position: absolute;
        left: 0;
        text-align: center;
        letter-spacing: -0.5rem;
    }
   .section1 .wavy {
    width: 100%;
   position: absolute;
    top: 200px;
  
    left: 0;
    
}
     .section1 .text {
        color: rgb(255, 255, 255) !important;
        position: absolute;
        width: 50%;
        top: 10%;
        left: 25%;
        text-align: center;
    }
    .section1 .green {
    
    width: 50%;
    left: 45%;
    top: 50%;
   transform: rotate(-20deg);
    margin: auto;
    position: absolute;
 
}
.section2 h2{
       width: 100%;
   

}
.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: yellow;
    position: absolute;
    top: 40px;
    left: 40px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle .tex {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 0.9;
    transform: rotate(-25deg);
    margin-left: 50px;
    text-shadow: .3rem .3rem#ffffff ;
    letter-spacing: 0.01rem;
    
    text-transform: uppercase;
}
.discount {
    position: absolute;
 
    left: 0;
      width: 100%;
    background-color: yellow;
    
    border-radius: 50px;
 bottom: 5px;
    color:  rgb(0,89,74);
    white-space: nowrap;
    }
    .discount h2 {
        font-size: 50px;
        font-weight: bold;
        overflow: hidden;
        /* overflow-y: hidden;
        display: flex; */
    }

   .flex {
    display: none;
   }
    #showNav {
        display: block;
        position: absolute;
        right: 10%;
       
    }
    .logo {
        left: 10%;
        position: absolute;
    }
    header{
        padding: 15px;
           width: 100%;
    }
    .secound {
        transition: all 0.5s ease-in-out;
    }
    .section1{
           width: 100%;
    }
}