body {
  margin: 0px;
  padding: 0px;
}
* {
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  color: #444444;
  text-decoration: none;
}
button:hover{
  cursor: pointer;
}
h2 {
  text-align: center;
  font-size: 36px;
}

#topFundsForMedical {
  display: flex;
  margin-bottom: 200px;
}
#topFundsForMedical > div:first-child {
  width: 60%;
}
#topFundsForMedical > div:last-child {
  width: 40%;
  margin-top: 30px;
  margin-left: -5%;
}
#topFundsForMedical h2 {
  text-align: left;
}
#topFundsForMedical > div:nth-child(2) > div p,
#topFundsForMedical > div:nth-child(2) > div span {
  color: #039695; 

}
#topFundsForMedical > div > div {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topFundsForMedical > div > div > div > h3:first-child {
  font-size: 26px;
  margin-bottom: 0px;
  color: #039695;
  font-weight: bold;
}
#topFundsForMedical > div > div > div > h3:last-child {
  font-size: 17px;
  margin-top: 0px;
  color: #999999;
  font-weight: bold;
}
#topFundsForMedical > div > div:nth-child(3) {
  font-size: 20px;
  color: #039695;
}
#topFundsForMedical button {
  background-color: #01bfbd;
  color: white;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgb(1 191 189 / 30%);
  border: none;
  border-radius: 4px;
  padding: 20px 16px;
}

#overlapImg {
  width: 45%;
  margin: auto;
  display: flex;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* gap: 4%; */
  padding-left: 2%;
  border: 1px solid #01bfbd;
  position: absolute;
  bottom: 12%;
  left: 25%;
  background-color: white;
  justify-content: space-between;
}
#overlapImg > div:nth-child(1) {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#overlapImg > div:nth-child(2) {
  width: 50%;
}
#overlapImg > div:nth-child(3) {
  width: 15%;
  margin-left: 5%;
}
#overlapImg img {
  height: 138px;
  margin-left: -15px;
  object-fit: cover;
  background-clip: padding-box;
  width: 112px;
  height: 100%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
#overlapImg button {
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  background-color: #204b6b;
  color: white;
  font-size: 17px;
}
#overlapImg h3 {
  color: #204b6b;
  font-size: 19px;
  margin-bottom: 5px;
}
#overlapImg p {
  font-size: 14px;
  color: #22222266;
  margin-top: 0px;
}

#trendHead{
  text-align: center;
  margin-bottom: 60px;

}
#trendHead h2{
  margin-bottom: 0px;
}
#trendHead p{
  margin-top: 0px;
  font-size: 17px;
  color: #777777;
}

#trendingFund{
  width: 70%;
  margin:auto;
  display: flex;
  justify-content: space-between;
}
#trendingFund >div{
  width: 27%;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
#trendingFund >div>div:nth-child(2){
  padding: 2%;
  padding-left: 5%;
}
#trendingFund img{
  width: 100%;
}
.txt{
  font-size: 15px;
  color:#999999;
}

#DaysSupporters{
  display: flex;
  /* gap: 35px; */
  justify-content: space-around;
}
#trendingButtondiv{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#trendingFund button{
  width: 135px;
  height: 40px;  
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
}

#shareButtonTrending{ 
  background: #FFFFFF;
  color: #3b5998;
  border: 1px solid #3B5998;
}
#shareButtonTrending::before{
  font: var(--fa-font-brands);
  content: ' 	\f082   ';
}
#donateButtonTrending{  
  background: #01bfbd;
  border: 1px solid #01bfbd;
  color: white;
}
#supporters::before{  
  content: '\f004';
  font: var(--fa-font-solid);
  color: red;

}
#daysLeft::before{
  content: '\f017';
  font: var(--fa-font-regular);
}

.prevTrending,.nextTrending{
  cursor: pointer;
  position: absolute;
  width: auto;  
  padding: 16px;
  margin-top: -250px;
  color: #01bfbd;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  font-weight: 600;
}
.prevTrending{
  left:10%
}
.nextTrending{
  right: 10%;
}

#fund3SimpleSteps {
  width: 65%;
  margin: auto;
  display: flex;
  gap: 5%;
}
#fund3SimpleSteps > div:nth-child(1) {
  width: 10%;
  margin-top: 5.5%;
}
#fund3SimpleSteps > div:nth-child(2) {
  width: 40%;
  margin-left: -5%;
}
#fund3SimpleSteps > div:nth-child(3) {
  width: 30%;
}
#fund3SimpleSteps img {
  height: 500px;
}
#fund3SimpleSteps > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#fund3SimpleSteps > div:nth-child(2) p + p {
  font-size: 12px;
}
#fund3SimpleSteps h4 {
  color: #01bfbd;
  margin-bottom: 5px;
}

#fund3SimpleSteps video {
  width: 110%;
  border: none;
}

#fund3SimpleSteps + div {
  width: 45%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  gap: 35px;
}

#fund3SimpleSteps + div > button {
  width: 290px;
  height: 50px;
}
#fund3SimpleSteps + div > button:nth-child(1) {
  border: 2px solid #01bfbd;
  background-color: #01bfbd;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}
#fund3SimpleSteps + div > button:nth-child(1):hover {
  cursor: pointer;
  background-color: #039695;
}

#fund3SimpleSteps + div > button:nth-child(2) {
  border: 2px solid #01bfbd;
  background-color: white;
  color: #01bfbd;
  border-radius: 4px;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}
#fund3SimpleSteps + div > button:nth-child(2):hover {
  background-color: #01bfbd;
  color: white;
  cursor: pointer;
}

#fund3SimpleSteps + div + div {
  width: 65%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#fund3SimpleSteps + div + div button {
  width: 172px;
  height: 50px;
  padding: 7px;
  font-weight: bold;
  border-radius: 42px;
  border: none;
  color: white;
  text-align: center;
  font-size: 17px;
}
#fund3SimpleSteps + div + div > div > button:nth-child(1) {
  background-color: #354f84;
  margin-right: 10px;
}
#fund3SimpleSteps + div + div > div > button:nth-child(1):hover {
  cursor: pointer;
  background-color: #2a406d;
}
#fund3SimpleSteps + div + div > div > button:nth-child(2) {
  background-color: #13cb6a;
}
#fund3SimpleSteps + div + div > div > button:nth-child(2):hover {
  cursor: pointer;
  background-color: #0c8646;
}

#GoogleAndAppleStore {
  display: flex;
  width: 70%;
  margin: auto;
  margin-top: 100px;
  justify-content: space-around;
  gap: 75px;
  padding: 50px 75px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
}

#GoogleAndAppleStore > div:nth-child(1) img {
  width: 300px;
}

#GoogleAndAppleStore > div:nth-child(2) h2 {
  text-align: left;
}

#GoogleAndAppleStore > div:nth-child(2) > div > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
}
#GoogleAndAppleStore > div:nth-child(2) > div > div {
  font-size: 20px;
  margin-bottom: 0px;
}
#GoogleAndAppleStore > div:nth-child(2) > div p {
  margin-top: 0px;
}
#GoogleAndAppleStore > div:nth-child(2) > div img {
  width: 40%;
  margin-bottom: 0px;
}
#GoogleAndAppleStore > div:nth-child(2) > div:last-child img {
  width: 25%;
  margin-right: 10px;
}

#midSectionHead {
  width: 36%;
  margin: auto;
  margin-top: 100px;
  text-align: center;
}

#midSectionHead p {
  color: #777777;
}

#imgSubs > div {
  width: 70%;
  margin: auto;
  margin-top: 30px;
  background-image: url("../media/imgSub-bg.png");
  height: 150px; 
  max-width: 100%;
  display: flex;
}
#imgSubs > div > div {
  width: 180px;
  background-image: url("../media/cause-sprite-vector.png");
  background-size: 790px 108px;
  position: relative;
  padding-right: 10px;
  border: 10px solid white;
}
#imgSubs h3{
  color: white;
  font-size: 17px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 100px;
}
#imgSubs > div > div:nth-child(1) {  
  background-position: 20px 0px;
}
#imgSubs > div > div:nth-child(2) { 
  background-position: 290px 3px;
}
#imgSubs > div > div:nth-child(3) {  
  background-position: 420px 0px;
}
#imgSubs > div > div:nth-child(4) {  
  background-position: 550px 7px;
}
#imgSubs > div > div:nth-child(5) {  
  background-position: -110px 7px;
}
#imgSubs > div > div:nth-child(6) {  
  background-position: 160px 7px;
}

#whyKetto {
  width: 70%;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 50px;
}
#whyKetto > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  gap: 30px;  
}
#whyKetto img{
  display: block;
  margin: auto;
  width: 100px;
  margin-bottom: 0px;
  height: 100px;
}
#whyKetto > div>div{
  width:80%
}
#whyKetto > div>div p{
  text-align: center;
}
#sucessStories>div {
  width: 70%;
  margin: auto;
  margin-top: 75px;  
  display: flex;
  gap: 30px;
  border-radius: 15px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#sucessStories > div>div{
  margin-bottom: -5px;
}
#sucessStories > div img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
 
}
#sucessStories >div> div:last-child {
  padding: 13px 70px;
  line-height: 2em;
}

.prevSuccess,.nextSuccess{
  cursor: pointer;
  position: absolute;
  width: auto;  
  padding: 16px;
  margin-top: -225px;
  color: #01bfbd;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  font-weight: 600;
}
.prevSuccess{
  left:10%
}
.nextSuccess{
  right: 10%;
} 

#sucessStories >div> div:last-child>div:last-child{
display: flex;
gap: 10px;
}
#sucessStories button{
  border: 1px solid #25d366;
  width: 137px;
  margin: 13px;
  color: #25d366;
  background-color: white;
  font-size: 17px;
  border-radius: 20px;
}


#sucessStories + div {
  width: 60%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
}

#sucessStories + div > button {
  width: 290px;
  height: 51px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  border: none;
}
#sucessStories + div > button:first-child {
  background: #01bfbd;
  color: #fff;
}
#sucessStories + div > button:first-child:hover {
  cursor: pointer;
  background-color: #039695;
}
#sucessStories + div > button:last-child {
  background: white;
  border: 2px solid #01bfbd;
  color: #01bfbd;
}
#sucessStories + div > button:last-child:hover {
  cursor: pointer;
  background: #01bfbd;
  color: white;
}


.featuredIn{
  display: flex;
  width: 70%;
  margin: auto;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.featuredIn>div{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.featuredIn img{
  display: block;
  max-width:150px;
  max-height:60px;
}

.prevFeatured,.nextFeatured{
  cursor: pointer;
  position: absolute;
  width: auto;  
  padding: 16px;
  color: #01bfbd;
  font-size: 35px;
  border-radius: 0 3px 3px 0;
  font-weight: 600;
  margin-top: -125px;
}
.prevFeatured{
  left:10%
}
.nextFeatured{
  right: 10%;
}

