@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;500;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
  --title: 'Montserrat', sans-serif;
  --para: 'Roboto', sans-serif;
}

.navbar-nav{
  margin-right: 1%;
}


.navbar-logo{
  width: 75px;
  margin-left: 3px;
}

.navbar-nav{
  margin-right: 1%;
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 50px;
}

.navbar-brand {
  font-weight: bold;
}

nav{
  background-color: #32cd32;
}
.nav-link {
  border-bottom: 4px solid #32cd32;

  transition: .5s ease;
  padding: 5px;
}
.nav-link {
color: white !important;
padding-right: 40px;
}
.nav-link:hover {
  color: black;
  border-bottom: 2px solid white;
}
 .active a {
  color: white !important;
  font-weight: 600;
  border-bottom: 2px solid white;
}
.nav-link{
padding-right: 30px;
font-weight: 300;
color:white;
font-size: 1em;
font-family: 'Roboto';
}
i {  
    margin-right: 10px;  
}  
nav{
  display: flex;
  justify-content:space-around ;
  background-color: #32cd32;
}





.wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card{
    min-height: 250px;
    background: #02b875;
    padding: 30px;
    box-sizing: border-box;
    color: #FFF;
    margin:20px;
    box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.75);
    transition: 0.6s;
}


.card a{
    color: #fff;
}

.card:nth-child(1){
   background: #3B5998;
   max-width: 350px !important;
}
.card:nth-child(2){
   background: #4181ee;
   max-width: 350px !important;
}
.card:last-child{
   background: #673ab7;
    width: 300px !important;
}
.card-title{
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.card-content{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.card-btn{
    all: unset;
    display: block;
    margin-left: auto;
    border: 2px solid #FFF;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 1.2px;
}
.card-btn:hover{
   color:#02b875;
   background: #FFF;
}

.card:nth-child(1) .card-btn{
    margin-top: -12px;
}

.card:nth-child(1) .card-btn:hover{
    color: #3B5998;
    background: #FFF;
}

.card:nth-child(2) .card-btn:hover{
   color:#4181ee;
   background: #FFF;
}
.card:last-child .card-btn:hover{
   color:#673ab7;
   
    background: #FFF;
}

.card:hover{
    transform: scale(1.1);
    transition: 0.6s;
}


#contact {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-box {
    width: clamp(100px, 90%, 1000px);
    margin: 80px 50px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .contact-links, .contact-form-wrapper {
    width: 50%;
    padding: 8% 5% 10% 5%;
  }
  
  
  .contact-links {
    background-color: rgba(60, 95, 95, 0.671);
    opacity: 80%;
    background:
      radial-gradient(
        circle at 55% 92%, #299617 0 12%, transparent 12.2%
      ), 
      radial-gradient(
        circle at 94% 72%, #299617 0 10%, transparent 10.2%
      ), 
      radial-gradient(
        circle at 20% max(78%, 350px), #299617 0 7%, transparent 7.2%
      ), 
      radial-gradient(
        circle at 0% 0%, #299617 0 40%, transparent 40.2%
      ), 
      #33d833;
    border-radius: 10px 0 0 10px;
  }
  
  .contact-form-wrapper {
    background-color: #32cd32;
    border-radius: 0 10px 10px 0;
  }
  
  @media only screen and (max-width: 800px) {
    .contact-links, .contact-form-wrapper {
      width: 100%;
    }
    
    .contact-links {
      border-radius: 10px 10px 0 0;
    }
    
    .contact-form-wrapper {
      border-radius: 0 0 10px 10px;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .contact-box {
      width: 95%;
      margin: 8% 5%;
    }
  }
  
  h2 {
    font-family: 'Arimo', sans-serif;
    color: #fff;
    font-size: clamp(30px, 6vw, 60px);
    letter-spacing: 2px;
    text-align: center;
    transform: scale(.95, 1);
  }
  
  .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
  }
  .navbar-logo{
    margin-left: 1%;
  }
  .link {
    margin: 10px;
    cursor: pointer;
  }
  
  img {
    width: 45px;
    height: 45px;
  
    transition: 0.2s;
    user-select: none;
  }
  
  img:hover {
    transform: scale(1.1, 1.1);
  }
  
  img:active {
    transform: scale(1.1, 1.1);
    filter: 
      hue-rotate(220deg)
      drop-shadow(2px 4px 4px #222)
      sepia(0.3);
  }
  
  .form-item {
    padding-bottom: 5%;
    position: relative;
  }

  .phone-number{
      padding-bottom: 5%;
  }
  
  label, input, textarea {
    font-family: 'Poppins', sans-serif;
  }
  
  label {
    position: absolute;
    top: 10px;
    left: 2%;
    color: #999;
    font-size: clamp(14px, 1.5vw, 18px);
    pointer-events: none;
    user-select: none;
  }
  
  input, textarea {
    width: 100%;
    outline: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
    font-size: clamp(15px, 1.5vw, 18px);
  }
  
  input:focus+label, 
  input:valid+label, 
  textarea:focus+label, 
  textarea:valid+label {
    font-size: clamp(13px, 1.3vw, 16px);
    color: #777;
    top: -20px;
    transition: all .225s ease;
  }
  
  .submit-btn {
    background-color: #299617;
    filter: drop-shadow(2px 2px 3px #0003);
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: clamp(16px, 1.6vw, 18px);
    display: block;
    padding: 12px 20px;
    margin: 2px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
  }
  
  .submit-btn:hover {
    transform: scale(1.1, 1.1);
  }
  
  .submit-btn:active {
    transform: scale(1.1, 1.1);
    filter: sepia(0.5);
  }
  
  @media only screen and (max-width: 800px) {
    h2 {
      font-size: clamp(40px, 10vw, 60px);
    }
  }
  
  @media only screen and (max-width: 400px) {
    h2 {
      font-size: clamp(30px, 12vw, 60px);
    }
    
    .links {
      padding-top: 30px;
    }
    
    img {
      width: 38px;
      height: 38px;
    }
  }
  



  ul {
    margin: 0px;
    padding: 0px;
}

















.footer {
    background: linear-gradient(120deg,#32cd32 ,#61dd61);
    padding-top: 20px;
    padding-bottom: 10px;
  }
  
  address{
  color: #fff;
  font-weight: 400;
  }
  
  /*END FOOTER SOCIAL DESIGN*/
  
  @media only screen and (max-width:768px) { 
  .single_footer{margin-bottom:30px;}
  }
  .single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
  }
  .single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
  }
  .single_footer p{color:#fff;}
  .single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .single_footer ul li a:hover { color: #ff3666; }
  
  
  .single_footer_address ul li{color:#fff;}
  .single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
  }
  .contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  
  /*START SOCIAL PROFILE CSS*/
  .social_profile {margin-top:40px;
  }
  .social_profile ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  .social_profile ul li{float:left;}
  .social_profile ul li a {
    text-align: center;
  
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px ;
  text-decoration: dashed;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
    
  }
  @media only screen and (max-width:768px) { 
  .social_profile ul li a{margin-right:10px;margin-bottom:10px;}
  }
  @media only screen and (max-width:480px) { 
  .social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
  padding-top: 10px;
  }
  }
  
  
  .social_profile ul li a:hover{
  background:#ff3666;
  border: 1px solid #ff3666;
  color:#fff;
  border:0px;
  }
  /*END SOCIAL PROFILE CSS*/
  .copyright {
    margin-top: 10px;
    padding-top: 10px;
    color:#fff;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
  }
  .copyright a{text-decoration: none; color:#332d4f;transition: all 0.2s ease 0s;}
  .copyright a:hover{color:#ff3666;}