@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.featuresec{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    background-size: cover;
}

.featuresec .content{
    max-width: 800px;
    text-align: center;
}

.featuresec .content h2{
    font-size: 32px;
    font-weight: 500;
    color: black;
    font-weight: 500;
    margin-top: 10vh;
}

.containerfeat{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
 }

 .containerfeat .featureinfo{
     width: 100%;
     display: flex;
     flex-direction: column;
 }

 h3{
     text-transform: uppercase;
 }

 .containerfeat .featureinfo .box{
     position: relative;
     padding: 20px 0;
     display: flex;
 }

 .containerfeat .featureinfo .box .icon{
     min-width: 50px;
     height: 50px;
     background: black;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     font-size: 22px;
     color: white;
 }

 .containerfeat .featureinfo .box .text{
     display: flex;
     margin-left: 20px;
     font-size: 16px;
     color: black;
     flex-direction: column;
     font-weight: 400;
 }

 .containerfeat .featureinfo .box .text h3{
    font-weight: 500;
    color: green;
 }

 .containerfeat a{
     color: black;
     text-decoration: none;
 }

 .containerfeat a:hover{
    color: green;
} 

.box .text li{
    list-style: circle;
}

.btn-sup{
    width: 10vw;
    text-transform: uppercase;
    font-weight: 400;
    background: linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
    color: white;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    font-size: 90%;
    margin-top: 2vh;
    margin-bottom: 3vh;
    text-decoration: none;
  }

#breg .btn-rg{
    width: 150px;
    text-transform: uppercase;
    font-weight: 400;
    background: green;
    color: white;
    border: 2px solid green;
    border-radius: 15px;
    margin-top: -10px;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
    
    margin-bottom: 3vh;
    display: block;
    text-decoration: none;
}

#join .btn-lg{
   width: 120px;
   text-transform: uppercase;
   font-weight: 400;
   background: green;
   color: white;
   border: 2px solid green;
   border-radius: 25px;
   cursor: pointer;
   padding: 12px;
   font-size: 18px;
   margin: 0 auto;
   margin-bottom: 3vh;
   display: block;
   text-decoration: none;
}

#join .btn-lg:hover{
   background-color: green;
 }

 #join h1{
     text-align: center;
     margin-top: 3vh;
     margin-bottom: 3vh;
 }

 /*-----------------------------------------------BOTTOM SECTION------------------------------------------------*/


#join{
    background-color: white;
    padding-top: 4vh;
    padding-bottom: 5vh;
  }
  
  .bottominput{
   
    width: 100%;
    margin-top: -2vh;
    margin-bottom: 2vh;
    display: inline-block;
    text-align: center;
  }
  
  .bottominput input{
  height: 5vh;
  border-radius: 5px;
  margin-right: 5px;
  text-align: center;
  }
  
  .bottom{
    margin: 0 auto;
  }
  
  #join .btn-trial2{
    width: 15vw;
    text-transform: uppercase;
    font-weight: 400;
    background: linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
    color: white;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    font-size: 90%;
  
    margin-bottom: 3vh;
    text-decoration: none;
  }
  
  
  #join h1{
    font-size: 26px;
      text-align: center;
      margin-top: 3vh;
      margin-bottom: 3vh;
      text-transform: uppercase;
      font-weight: 500;
  }
  


@media (max-width: 991px) {

    .contactsec{
       padding: 50px;
    }

    .containerCon{
        flex-direction: column;
    }

    .containerCon .contactInfo{
        margin-bottom: 40px;
    }

    .containerCon .contactInfo, .contactForm{
       width: 100%;
   }

   #join .btn-trial2{
       width: 230px;
   }

   .btn-sup{
    width: 150px;
   }

   
}

@media (max-width: 600px) {

    #join .btn-trial2{
        margin-top: 2vh;
    }
}