* {
        margin: 0;
        font-family: sans-serif;
        padding: 0;
    }
 html {
    scroll-behavior: smooth;
     text-rendering: optimizeLegibility;
     shape-rendering:  optimizeLegibility;
 }
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.containertop{
    width: 100%;
    height: 20px;
    position: sticky;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: right;
    align-content: normal;
         padding: 10px 10px;
         background: #77C044;
         color: white;

}
#top1 {
     color: white;
  font-size: 1em;
  text-align: center;
  margin-right: 20px;

}
#top2 {
     color: white;
  font-size: 1em;
  text-align: center;
  margin-left:25px;

}
a {
    color: white;
    margin-right: 7px;
    text-decoration: none;
    font-size: 18px;
}
    nav{
  background: white;
  position: sticky;
            font-family: sans-serif;
            z-index: 1;
            top: 0;
  height: 80px;
  width: 100%;
    text-decoration: none;


  box-sizing: border-box;
    list-style: none;
}
 .logo {
        display: inline-block;
        margin-left: 60px;
        justify-content: left;
        align-items: center;
        margin-top:15px;
    }
 
    .logo img {
        width: 250px;
        border-radius: 0px;
    }
nav ul{
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-right: 80px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color:#77C044;
  font-size: 17px;
  padding: 7px 20px;
  border-radius: 3px;
}
a.active,a:hover{
  background:#77C044;
  transition: .5s;
  color: white;
}
.checkbtn{
  font-size: 10px;
  color:#77C044 ;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  margin-top: 10px;
  align-items: center;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 968px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 875px){
  .checkbtn{
    display: block;
  }
  nav ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background:#77C044 ;
    color: white;
    top: 130px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
    background:#77C044 ;
    color: white;
  }
  a:hover, a.active{
    background: white;
    color: #77C044;
  }
  #check:checked ~ ul{
    left: 0;
  }
}

 .bg-image{
    background: url("../img/paint2.jpg");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

 }
 .myhead {
    width: 100%;
    color: #404040;
        font-family: ubuntu;
        font-weight: bold;
    margin-top: 0rem;
    line-height: 70px;
    font-size: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
        color: white;
 }
   @media screen and (max-width: 821px) {  
    .myhead {
    text-align: center;
    font-family: ubuntu;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-rendering:optimizeLegibility;;
    } 
     .bg-image{
    background: url("../img/paint2.jpg");
    height: 70vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;

 }
}

 .text {
    text-align: center;
    font-family: ubuntu;
    font-size: 40px;
    padding: 10px 0;
    display: flex;
    justify-content: left;
    color: white;
    font-weight: bold;
    stroke: solid green;
    text-rendering:optimizeLegibility;
 }
 #form1
{
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: left;
    min-height: 80vh;
    background:white;
    font-size: 20px;
    color: tomato;   


}

.responsive {
  width: 100%;
  height: auto;
}
 .content{
    background: green;
    text-align: center;
    font-family: ubuntu;
    font-size: 30px;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    color: white;
    font-weight: bold;
    stroke: solid green;
}
.containerd {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    gap:100px 100px;

}
.containerd .drop
{
    position: relative;
    padding: 50px;
    width: 350px;
    height: 350px;
    box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05),
    25px 35px 20px rgba(0,0,0,0.05),
    25px 30px 30px rgba(0,0,0,0.05),
    inset -20px -20px 25px rgba(255,255,255,0.9);
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerd .drop:nth-child(1)
{
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}
.containerd .drop:nth-child(2)
{
    border-radius: 61% 39% 52% 48% / 44% 59% 41% 56%;
}
.containerd .drop:nth-child(5)
{
    border-radius: 73% 27% 59% 41% / 57% 59% 41% 43%;
}
.containerd .drop:nth-child(4)
{
    border-radius: 61% 39% 52% 48% / 44% 59% 41% 56%;
}
.containerd .drop:hover
{
    border-radius: 30%;
}

.containerd .drop .context
{
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 15px;
gap: 15px;

}

.containerd .drop .context .head 
{
    position: relative;
    padding: 12px 30px;
    font-size: 20px;
    background: var(--clr);
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0, 0, 0,0.025);
    opacity: 0.75;

}
#mask {
    text-align: center;
     font-family: sans-serif;
    font-size: 18px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    color: black;
    font-weight:30px ;
    stroke: solid green;
}
@media screen and (max-width: 821px){
    #form1
{
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: left;
    margin-top: 0px;
    min-height: 50vh;
    background:white;
    font-size: 20px;
    color: tomato;   


}
.containerd {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    gap:50px 0px;

}

}
#form2
{
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: left;
    min-height: 50vh;
    background:white;
    font-size: 20px;
    color: tomato;   


}
.wrapper {
   position: relative;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 50px;
    gap:100px 100px;
}
.containerb {
  width: 28vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  background-color: black;
  border-bottom: 10px solid #77C044;
}
#plus
{
   text-align: center;
     font-family: sans-serif;
    font-size: 2em;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #77C044;
    font-weight:600px ;
    stroke: solid green;
}
i {
  color: #77C044;
  font-size: 2.5em;
  text-align: center;
}
span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
span.text1 {
  color: #e0e0e0;
  font-size: 1.5em;
  text-align: center;
  padding: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}


@media screen and (max-width: 1024px) {
  .wrapper {
    width: 85vw;
  }
  .containerb {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .containerb {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    gap: 15px;
  }
  .containerb {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
}
.down-footerrr {
    width: 100%;
    color: #404040;
    margin-top: 0px;
    display: flex;
    text-align: left;
    align-items:center;
    justify-content: left;
    margin-left: 30px;
        color: white;
    }

ul li {
 display: inline-flex;
}

#footer {
    width: 100%;
    padding-top:2rem;
    background-color:rgb(32,30,30) ;
}
.upper-footer {
    display: flex;
    justify-content: space-around;
}
.up-left {
    width: 700px;
    display: flex;
}
.image {
    width: 200px;
    position: relative;

}
.up-left img{
    position: absolute;
    width: 100%;
}
.contents {
    width: 400px;
    margin-left: 3rem;

}
p {
     font-family: sans-serif;
    font-size: 15px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    color: white;
    font-weight:20px ;
    stroke: solid green;
}
.footer-heading {
    color:#404040;
    font-size: 1.2rem;
    margin-bottom: .6rem;
        color: white;
    text-transform: uppercase;
}
.up-right ul {
    display:flex;
    list-style: none;

}
.up-right ul li{
    height: 40px;
    width: 40px;
    padding: 6px;
    font-size: 1.4rem;
    border-radius: 5px;
    margin: 0 0.8rem 0 0 ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.up-right ul li a{
    color: white;
    background:rgb(32,32,30) ;
}
.facebook {
font-size: 12px;
color: green;

}
.instagram{
font-size: 12px;color: green;
}
.youtube{
font-size: 12px;color: green;
}
.down-footer {
    width: 100%;
    color: #404040;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
        color: white;

}
.footer-li {
    display: flex;
    list-style: none;
        color: white;
}
.footer-li li{
    padding: 0 1rem;
        color: white;
        line-height: 40px;
        
}
.footer-li li a{
    color: white;
    text-decoration: none;
    background:rgb(32,32,30) ;
}
.footer-li li a:hover{ 
      color: #77C044;
        background: rgb(32,32,30) ;
}
.leftpara
{
    color: white;
}
.rightpara
{
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#lastd {
    color: #77C044;
}
#lastd:hover{
    background:rgb(32,30,30) ;
}
hr {
       height: 3vh;
       width: 0px;
       margin-left: 130px;
       justify-content: center;
       align-items: center;
}
@media screen and (max-width: 821px) {
hr {
     height: 3vh;
     justify-content: center;
          align-items: center;
          margin-right: 130px;
}
    .up-left {
        width:100%;
    }
    .upper-footer, .down-footer, .up-left {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .image {
        margin: 2rem 0;
    }
    .contents {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .footer-heading {
        margin: 1rem 0;
        text-align: center;
    }
    .down-footer {
        flex-wrap: column-reverse;
    }

.down-footer .leftpara{
    margin-top: 1rem;
        color: white;
    }
    .footer-li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 25px;
        margin: 1rem auto;
            color: white;
    }
    p {
        text-align: center;
     font-family: sans-serif;
    font-size: 15px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    color: white;
    font-weight:20px ;
    stroke: solid green;
}
.footer-heading {
    color:#404040;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
        color: white;
    text-transform: uppercase;
}
    .down-footerrr {
         width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 10px;
        margin: 1rem auto;
            color: white;
    }
    .myhead {
             width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        line-height: 70px;
            color: white;
    } 

}
  