@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-logo{
  margin-left: 1%;
}


.navbar-nav{
  margin-right: 1%;
}

.navbar-logo{
  margin-left: 1%;
}

.navbar-logo{
  width: 75px;
}

.navbar-brand {
  font-weight: bold;
}
.navbar-brand img {
  width: 50px;
}



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;
}

.home:before {
  content: "";
  top: -4px;
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url('./background/Home-background.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.home {
  min-height: 80vh;
  position: relative;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  padding-top: 30px;
  font-size: 1.5em;
  color: white;
  font-weight: 700;
  text-shadow: 2px 2px #000;
}
.content {
position: absolute;
left: 0;
right: 0;
z-index: 0;
text-align: center;
padding-top: 30px;
font-size: 1.5em;
color: white;
font-weight: 700;
text-shadow: 2px 2px #000;
}
a {
text-decoration: none;
color: white;
}

/* .home{
  background: url(./background/Home-background.jpg);
  z-index: 1;
    background-size: cover;
    width: 100%;
    -webkit-backdrop-filter: blur(5px); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
    /* backdrop-filter: blur(5px); 
    height: 100vh;
} */ */



.card {
  z-index: -1;
  position: relative;
  width: 80%;
  max-width: max-content;
  max-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  }
  
  .card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
  transition: 0.5s;
  }
  
  
  .card__title {
    padding-top: 0.5%;
  margin: 0 auto;
  font-family: 'Montserrat';
  grid-row: 2/4;
  font-weight: 400;
  font-size: 4rem;
  color: #fff;
  }
  
  .card__apply {
  grid-row: 4/5;
  align-self: center;
  }
  
  .card-1 {
    margin: 0 auto;
    width: 70%;
    height: 10vh;
  opacity: 80%;
  background: radial-gradient( #32cd32,  #32cd32);
  transition: 0.5s;
  }

  .center-image{
    margin-top: 2%;
    width: 75%;
    min-width: 420px;

  }
  
@media  all and (min-width: 1300px) and (max-width: 1625px){
  .card__title{
    padding-top: 1%;
    font-size: 5.5vh;
  }
}
@media  all and (min-width: 1172px) and (max-width: 1300px){
  .card__title{
    padding-top: 2%;
    font-size: 4.5vh;
  }
}
@media  all and (min-width: 1020px) and (max-width: 1172px){
  .card__title{
    padding-top: 3%;
    font-size: 3.5vh;
  }
}
@media  all and (min-width: 800px) and (max-width: 1020px){
  .card__title{
    padding-top: 3%;
    font-size: 3vh;
  }
}
@media  all and (min-width: 568px) and (max-width: 800px){
  .card__title{
    padding-top: 3%;
    font-size: 2.5vh;
  }
  .card-1{
    height: 7vh;
  }
}
@media  all and (min-width: 320px) and (max-width: 568px){
  .card__title{
    padding-top: 3%;
    font-size: 1.8vh;
  }
  .card-1{
    height: 5vh;
  }
  .center-image{
    width: 50% !important;
    min-width: 310px;
  }
  .tele{
    font-size: medium;
  }
}


.glassContainer{
  position: relative;
  transition: 0.4s;
  }
  .glassContainer .circle{
  position: absolute;
  box-shadow: 10px 10px 30px rgb(0 0 0 /46%);
  border-radius: 50%;
  background: radial-gradient(circle at 20% 20%, #32cd32 0%,  #297529 65%, rgba(16, 134, 89, 0.397) 100%);
  }
  .glassContainer .circle:nth-child(1){
  width: 80px;
  height: 80px;
  top: -15px;
  right: -45px;
  }
  .glassContainer .circle:nth-child(2){
  width: 100px;
  height: 100px;
  top: 105px;
  left: -80px;
  z-index: 2;
  }
  .glassContainer .circle:nth-child(3){
  width: 60px;
  height: 60px;
  bottom: 35px;
  right: -30px;
  z-index: 2;
  }
  .glassContainer .circle:nth-child(4){
  width: 70px;
  height: 70px;
  bottom: 35px;
  left: -30px;
  z-index: 2;
  }
  .glassContainer .circle:nth-child(5){
  width: 50px;
  height: 50px;
  top: -15px;
  left: -27px;
  }
  .glassContainer .circle:nth-child(6){
  width: 85px;
  height: 85px;
  top: 165px;
  right: -57px;
  }
  .content-box{
  position: relative;
  padding: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  }
  .content-box::after{
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 20px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
  }
  


.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;}
.tele{
  background-color: #32cd32;
  width: 57%;
  border-radius: 4px;
  margin: 0 auto;
}