@charset "UTF-8";
/* CSS Document */

html, body {
  overflow-x: hidden;
}

.hero {
  height: 150vw;
  width: 100vw;
  background: #D7EBF9;
  margin-top: -6px;
  border-bottom-left-radius: 4vw;
  border-bottom-right-radius: 4vw;
}

.herocircle {
	width: 300px;
	height: 300px;
	background: #3795D9;
	clip-path: circle();
	position: absolute;
	z-index: 1;
	margin: 60vw 0vw 0vw 70vw; 
}

.herotitle {
  text-align: center;
  font-family: 'poppins';
  font-weight: 600;
  font-size: 6vw;
  z-index: 2;
  position: relative;
  padding-top: 18vw;
}

.herotitletwo {
  text-align: center;
  font-family: "alisha";
  font-size: 12vw;
  margin-top: -5vw;
  z-index: 2;
  position: relative;
}

.heropara {
  text-align: center;
  font-family: 'poppins';
  font-size: 4vw;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw;
}

.herobutton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: #1060AA;
  width: 30vw;
  height: 8vw;
  border-radius: 30px;
  transition: background 0.3s ease;
  color: white;
  padding-top: 2px;
  margin-top: 10vw;
}

.herobutton a {
	color: white;
	font-size: 3vw;
    font-family: 'poppins';
}

.herobutton:hover {
  background: #3795D9;
}


.infosection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100vw;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 10vw 0;
}

.infosection-overlay,
.infosection-overlaytwo {
    background: white;
    padding: 6vw 4vw;
    border-radius: 20px;
    width: 85vw;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    z-index: 3;
    position: absolute;
}

.infosection-overlaytwo {
	margin-top: 10vw;
}

.infosection-overlay {
  top: -85vw;
}

.infosection-overlaytwo {
	top: -90vw;
	display: none;
}
.infosection-title {
  font-family: 'poppins';
  font-size: 6vw;
  font-weight: 600;
  margin-bottom: 4vw;
  color: #222;
}

.infosection-para {
  font-family: 'poppins';
  font-size: 4vw;
  color: #444;
  margin-bottom: 6vw;
}

.infosection-button {
  background: #22865C;
  border: none;
  border-radius: 30px;
  width: 40vw;
  height: 8vw;
  transition: background 0.3s ease;
}

.infosection-button a {
  color: white;
  font-family: 'poppins';
  font-size: 3.5vw;
	height: 100%;
}

.infosection-button:hover {
  background: #9BFFBA;
}

.supportsection {
	margin-top: -15vw;
}

.supporttitle {
	font-family: 'Poppins';
	text-align: left;
	font-size: 6vw;
	position: relative;
	top: 10px;
	padding-left: 5vw;
}

.supportlisttite, .supportlisttitletwo {
	font-family: 'poppins';
	font-size: 4vw;
	padding-left:  5vw; 
}

.supportlisttite {
	margin-top: 4vw;
}
.supportlisttitletwo {
		padding-top: 10vw;

}

.supportlistpara {
	padding-left: 5vw;
	width: 93vw;
	font-family: "poppins";
	padding-top: 2vw;
	font-weight: lighter;
	font-size: 3vw;
}

.supportspacing {
	height: 10vw;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
	
  .hero {height: 130vw; }
	
	.herobutton {width: 22vw; height: 6vw; font-size: 2.5vw;}
	
  .infosection {gap: 5vw; padding: 5vw;}

  .infosection-overlay { top: -65vw;}
	
  .infosection-overlaytwo { top: -60vw;}

  .infosection-overlay, .infosection-overlaytwo, .infosection-overlaythree {width: 80vw; padding: 6vw; margin-top: 0vw;}

  .infosection-title {font-size: 4vw;}

  .infosection-para {font-size: 2.8vw;}

  .infosection-button {font-size: 2.5vw; width: 60%; height: 6vw;}
	
  .supporttitle {margin-top: 8vw;}
}

@media screen and (min-width: 769px) {
  
  .hero {height: 80vw;}
	
	.herotitle {padding-top: 10vw;}
	
  .herobutton {width: 18vw; height: 4vw; font-size: 1.4vw; margin-top: 2vw;}
	
	.herobutton a {font-size: 1.8vw; font-family: 'Poppins';}
	
  .herocircle {margin-left: 80vw; margin-top: 30vw;}
	
	.infosection {margin-top: 0vw; height: 0vw;}
	
	.infosection-overlay, .infosection-overlaytwo {width: 40vw; height: 35vw; position: relative; margin-top: 110vw;}
	
	.infosection-overlay a {font-size: 1.6vw; font-family: 'Poppins';}
	
	.infosection-overlaytwo {top: -170vw;}
	
	  .infosection-title {font-size: 3vw; width: 40vw; margin-left: -4vw; margin-top: -4vw;}

  .infosection-para {font-size: 1.5vw;}
	
	.infosection-button {width: 15vw; height: 3vw; font-size: 1.4vw; padding-top: 0.2vw;}
	
	.supporttitle {font-size: 4vw;}
	
	.supporttitle br {display: none;}
	
	.supportlisttite {font-size: 2.2vw}
	
	.supportlistpara {font-size: 1.6vw;}
	
	.supportspacing {height: 5vw;}

}
