


* {
	padding: 0px;
	margin: 0px;
	/* box-sizing: border-box; */
}


:root{

    --clr-button1: #096D49;  
    --clr-button11:#FFFFFF;
    --clr-button2: #6BA792;
    --clr-button22:#FFFFFF;
    --clr-button3: #FFFFFF; 
    --clr-button4: #043724;
    --clr-button44:#CEE2DB;
    --clr-button4-outline:#6BA792;
    --clr-body-background-color: #FFFFFF;
    --clr-button-primary-color: #096D49;  
    --clr-button-Hover-color: #6BA792;
}





/* FONT Weight Description:

Bold: 700
Medium: 500
Regular: 400  */

@font-face {
    font-family: Satoshi-Bold;
    src: url(/adolesenceFont/Satoshi/Satoshi-Bold.woff);
    /* font-weight: bold; */
  }

@font-face {
  font-family: Satoshi-Medium;
  src: url(/adolesenceFont/Satoshi/Satoshi-Medium.woff);
  /* font-weight: bold; */
}

@font-face {
    font-family: Satoshi-Regular;
    src: url(/adolesenceFont/Satoshi/Satoshi-Regular.woff);
    /* font-weight: bold; */
  }

  @font-face {
    font-family: BalsamiqSans-Bold;
    src: url(/adolesenceFont/Balsamiq_Sans/BalsamiqSans-Bold.ttf);
    /* font-weight: 100; */
  }

  @font-face {
    font-family: BalsamiqSans-BoldItalic;
    src: url(/adolesenceFont/Balsamiq_Sans/BalsamiqSans-BoldItalic.ttf);
    /* font-weight: 400; */
  }


  @font-face {
    font-family: BalsamiqSans-Italic;
    src: url(/adolesenceFont/Balsamiq_Sans/BalsamiqSans-Italic.ttf);
    /* font-weight: bold; */
  }


  @font-face {
    font-family: BalsamiqSans-Regular;
    src: url(/adolesenceFont/Balsamiq_Sans/BalsamiqSans-Regular.ttf);
    /* font-weight: bold; */
  }

/* h1 {
  color: red;
  font-family: BalsamiqSans-Regular;
} */



.navBar{
  width: 100%;
  height: 5vw;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
}


.navBar2{
  width: 100%;
  height: 5vw;
  background-color: transparent;
  margin-bottom: 0.6vw;
}

.handBuggerRapper{
  visibility: hidden;
}

.logoLeftContainer{
  height: 80px;
  width: 150px;
  background-color: transparent;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-left: 3.5vw;
  user-select: none;
}

.logoLeftContainer img{
  height: 4vw;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.linkRightContainer{
  height: auto;
  width: 20%;
  background-color: transparent;
  margin-right: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: BalsamiqSans-Regular;
  font-size: 1.2vw;
  user-select: none;
  visibility: visible;
}

.homeButton{
background-color: transparent;
user-select: none;
cursor: pointer;
color: #1E1E1E;
user-select: none;
margin-right: 20px;
}

.resourcesButton{
  background-color: transparent;
  user-select: none;
  cursor: pointer;
  color: #1E1E1E;
  user-select: none;
  margin-right: 20px;
}

.contactButton{
  background-color: transparent;
  user-select: none;
  cursor: pointer;
  color: #1E1E1E;
  user-select: none;
}

.coverContainer{
  height: auto;
  width: 100%;
  background-color: transparent;
  user-select: none;
  float: left;
  visibility: visible;
}

.coverContainerInner{
  height: auto;
  width: auto;
  background-color: transparent;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  user-select: none;
  
}


.coverContainerInner img{
  height: 38.5vw;
  background-color: transparent;
  position: absolute;
  top: 0vw;
  right: 0vw;
  z-index: 0;
  user-select: none;
}

.titleBackground{
  visibility: visible;
}

.titleBackground2RaPPER img{
  visibility: hidden;
}



.adolescentLogo{
  position: absolute;
  top: 0.4vw;
  width: 20%;
  height: 8vw;
  background-color: transparent;
  z-index: 1000;
  margin-left: 4.5vw;
 
}

.adolescentLogo img{
  height: 3.5vw;
  position: relative;
  top: 1.5vw;
  background-color: transparent;
}


.welcomeToAdolecentLongeTxt{
  background-color: transparent;
  color: white;
  width: 60%;
  position: relative;
  top: 8vw;
  left: 4.5vw;
  font-family: BalsamiqSans-Regular ;
  font-size: 3.5vw;
  user-select: none;
}

.thrivingTogether{
  color: white;
  width: 50%;
  font-family: Satoshi-Bold;
  font-size: 2vw;
  background-color: blyellowack;
  position: relative;
  top: 8.6vw;
  left: 4.5vw;
}

.I_wantToKnowTxtRapper{
  background-color: transparent;
  width: 17%;
  height: 62px;
  position: relative;
  top: 14vw;
  left: 4.7vw;
  user-select: none;
}

.I_wantToKnowTxt{
  width: 100%;
  background-color: transparent;
  color: white;
  font-family: BalsamiqSans-Regular ;
  font-size: 1.4vw;
  user-select: none;
  
}

.financialLiteracyLabel{
  width: 77%;
  background-color: transparent;
  margin-top: 0.6vw;
  font-family: BalsamiqSans-Regular ;
  font-size: 1.4vw;
  color: #F2A900;
  user-select: none;
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  
}

.financialLiteracyLabel img{
  height: 3vw;
  position: relative;
  top: 0px;
  left: 0.9vw;
  user-select: none;
  cursor: pointer;
}

.financialLiteracyLabel span{
 background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
}


.financialLiteracyDropdown{
  width: 82%;
  background-color: #F2A900;
  font-family: BalsamiqSans-Regular ;
  font-size: 0.94vw;
  color: white;
  border-radius: 7px;
  position: relative;
  top: 0.5vw;
  left: 0vw;
  z-index: 500;
  user-select: none;
  
}


.sexualReproductiveHealth{
  width: 95%;
  background-color: transparent;
  padding: 0.35vw;
  border-radius: 7px 7px 0px 0px;
  user-select: none;
  cursor: pointer;
}

.sexualReproductiveHealth:hover{
  width: 95%;
  background-color: #9465bd;
  padding: 0.35vw;
  border-radius: 7px 7px 0px 0px;
  user-select: none;
  cursor: pointer;
}

.mentlaHealth{
  width: 95%;
  background-color: transparent;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.mentlaHealth:hover{
  width: 95%;
  background-color: #9465bd;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.disclosure{
  width: 95%;
  background-color: transparent;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.disclosure:hover{
  width: 95%;
  background-color: #9465bd;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.genderHealth{
  width: 95%;
  background-color: transparent;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.genderHealth:hover{
  width: 95%;
  background-color: #9465bd;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.genderHealth{
  width: 95%;
  background-color: transparent;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.genderHealth:hover{
  width: 95%;
  background-color: #9465bd;
  padding: 0.35vw;
  user-select: none;
  cursor: pointer;
}

.financialLiteracy{
  width: 95%;
  background-color: transparent;
  padding: 0.35vw;
  border-radius: 0px 0px 7px 7px;
  user-select: none;
  cursor: pointer;
}

.financialLiteracy:hover{
  width: 95%;
  background-color: #9465bd;
  padding: 0.35vw;
  border-radius: 0px 0px 7px 7px;
  user-select: none;
  cursor: pointer;
}

.layer2Container{
  width: 100%;
  height: 16.8vw;
  background-color: transparent;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  user-select: none;
  margin-top: 39vw;
  margin-bottom: 30px;
}

.layer2LeftContainer{
  width: 25%;
  height: 16.8vw;
  background-color: transparent;
  margin-left: 2vw;
  justify-content: center;
  align-items: center;
  user-select: none;
}


.layer2LeftContainer img{
  height: 18vw;
  /* margin-top: 0vw; */
  user-select: none;

}

.layer2MiddleContainer{
  width: 45%;
  height: 16.8vw;
  background-color: transparent;
  margin-left: 0px;
  margin-top: 0px;
 
}

.layer2MiddleContainerTopTxt{
  width: 100%;
  height: auto;
  background-color: transparent;
  font-family: BalsamiqSans-Bold ;
  font-size: 2.5vw;
  padding-top: 2.5vw;
  padding-bottom: 1vw; 
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer2MiddleContainerButtomTxt{
 background-color: transparent;
 height: auto;
   line-height: 150%;
  text-align: center;
  font-family: Satoshi-Regular;
  font-size: 1.4vw;
  display: flex;
  justify-content: center;
  padding-top: 0.5vw;
  /* align-items: center; */
}


.layer2RightContainer{
  width: 25%;
   height: 16.8vw;
  background-color: transparent;
  margin-Right: 2vw;
  justify-content: center;
  align-items: center;
  user-select: none;
}


.layer2RightContainer img{
  height: 10vw;
  background-color: transparent;
  margin-top: 4vw;
  margin-left: 7vw;
  user-select: none;
}


.layer3Container{
  width: 100%;
  height: auto;
  background-color: transparent;
  /* margin-top: 10px; */
  /* background-image: url('/adolesenceAsset/3rdLayerBackg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */

  display: flex; 
  /* justify-content: center;  */
  /* align-items: center; */
}

.layer3Container img{

  height: 50vw;
  position: relative;
  margin: 0px auto;
  z-index: 900;



  
}

.weHelpPeopleTxtContainer{
  width: 45vw;
  height: auto;
  background-color: transparent ;
  border-radius: 10px;
  color: white;
  position: absolute;
  top: 74.8vw;
  margin-top: 120px;
  margin-left: 3.2vw;
  /* border: 1px solid yellow; */
 
  z-index: 1000;
}

.weHelpPeopleTxtTop{
  color: white;
  font-family: BalsamiqSans-Bold ;
  font-size: 2.4vw;
  text-align: center;
  background-color:transparent;
  /* margin-top: 9vw; */
  /* position: relative;
  top: 10vw; */

}

.weHelpPeopleTxtBottom{
  color: white;
  font-family: Satoshi-Regular;
  font-size: 1vw;
  text-align: center;
  background-color:transparent;
  margin-top: 1.5vw;
  /* position: relative;
  top: 12vw; */

}

.layer3Image1{
  width: 25%;
  background-color: transparent;
  /* display: flex;
  justify-content: center; */
  position: absolute;
  top: 64vw;
  right: 14vw;
  z-index: 700;
}

.layer3Image1 img{
 height: 26vw;
}

.layer3Image2{
  width: 43%;
  background-color: transparent;
  /* display: flex;
  justify-content: center; */
  position: absolute;
  top: 64rem;
  right: 4vw;
  z-index: 1000;
}

.layer3Image2{
  height: 35vw;
  width: auto;
}

.layer3Image2 img{
  height: 35vw;
  width: auto;
}

.reachOutToUsRapper{
  width: 45vw;
  height: auto;
  background-color: transparent ;
  border-radius: 10px;
  color: white;
  position: absolute;
  /* top: 65.8vw; */
  right: 0px;
  margin-top: 8.3vw;
  margin-right: 9.7vw;
  user-select: none;
  /* border: 1px solid yellow; */
 
  z-index: 1000;
}

.reachOutToUs{
  color: white;
  font-family: BalsamiqSans-Bold ;
  font-size: 2.4vw;
  text-align: center;
  background-color:transparent;
  user-select: none;
}

.reachOutToUsContentTxt{
  color: white;
  font-family: Satoshi-Regular;
  font-size: 1.4vw;
  text-align: center;
  background-color:transparent;
  margin-top: 1.5vw;
  user-select: none;
}

.contactUsBtnRapper{
  width: auto;
  background-color: transparent; 
  margin-top: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.contactUsBtnRapper img{
  height: 5vw;
  cursor: pointer;
 }


 .reachOutToUsImgRapper{
  width: auto;
  background-color: transparent; 
  margin-top: 2vw;
  display: flex;
  align-items: right;
  justify-content: right;
  user-select: none;
 }

 .reachOutToUsImgRapper img{
  height: 5vw;
  margin-left: 28.3vw;
 }


 .fourthLayerContainer{
  background-color: #E2D8EA;
  height: auto;
  width: 100%;
  user-select: none;
  position: relative;
  z-index: 100;
 }

.exploreResourceCenterRapper{
  background-color: transparent;
  height: 9vw;
  color: #1E1E1E;
  font-family: BalsamiqSans-Bold ;
  font-size: 2.8vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  margin-top: 1vw;
}

.resourceCardsRapper{
  background-color: transparent;
  height: 23vw;
  width: 80%;
  margin: 0px auto;
  
  /* color: white;
  font-family: BalsamiqSans-Bold ;
  font-size: 2.8vw;
  text-align: center; */
  display: flex;
  justify-content: space-between;
  user-select: none;
  /* align-items: center; */
}

.sexualReproductiveCardRapper{
  background-color: white;
  color: #1E1E1E;
  height: 100%;
  width: 30%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  position: relative;
}

.sexualReproductiveCardRapper:hover{
  background-color: #6E3D98;
  color: white;
  height: 100%;
  width: 30%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
}

.financialLiteracyCardRapper{
  background-color: white;
  color: #1E1E1E;
  height: 100%;
  width: 30%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  position: relative;
}

.financialLiteracyCardRapper:hover{
  background-color: #6E3D98;
  color: white;
  height: 100%;
  width: 30%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
}

.disclosureCardRapper{
  background-color: white;
  color: #1E1E1E;
  height: 100%;
  width: 30%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  position: relative;
}

.disclosureCardRapper:hover{
  background-color: #6E3D98;
  color: white;
  height: 100%;
  width: 30%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
}

.sexualReproductiveHealthHeader{
  background-color: transparent;
  height: 1.5vw;
  width: 96%;
  font-family: BalsamiqSans-Bold ;
  font-size: 1.5vw;
  text-align: left;
  padding: 1.5vw;
  border-radius: 8px;
}

.sexualReproductiveHealthTxt{
   
  height: 8vw;
  font-family: Satoshi-Regular;
  font-size: 1.2vw;
  text-align: left;
  margin-top: .2vw;
  line-height: 2vw;
  background-color: transparent;
  padding: 1.5vw;
}

.financialLiteracyHeader{
  background-color: transparent;
  height: 1.5vw;
  width: 96%;
  font-family: BalsamiqSans-Bold ;
  font-size: 1.5vw;
  text-align: left;
  padding: 1.5vw;
  border-radius: 8px;
}

.financialLiteracyTxt{
  
  height: 8vw;
  font-family: Satoshi-Regular;
  font-size: 1.2vw;
  text-align: left;
  margin-top: .2vw;
  line-height: 2vw;
  background-color: transparent;
  padding: 1.5vw;
}

.disclosureHeader{
  background-color: transparent;
  height: 1.5vw;
  width: 96%;
  font-family: BalsamiqSans-Bold ;
  font-size: 1.5vw;
  text-align: left;
  padding: 1.5vw;
  border-radius: 8px;
}

.disclosureTxt{
  
  height: 8vw;
  font-family: Satoshi-Regular;
  font-size: 1.2vw;
  text-align: left;
  margin-top: .2vw;
  line-height: 2vw;
  background-color: transparent;
  padding: 1.5vw;
}

.disclosureBottomContainer{
  height: 8.16vw;
  width: 100%;
  position: absolute;
  top: 14.8vw;
  left: 0;
  background: transparent;
  display: block;
  border-radius: 0px 0px 8px 8px;
 
}

#disclosureImageLeft{
  height: 2.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
  z-index: 1000;
}

#disclosureImageLeft2{
  height: 2.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
  z-index: 1700;
}


.financialBottomContainer{
  height: 8.16vw;
  width: 100%;
  position: absolute;
  top: 14.8vw;
  left: 0;
  background: transparent;
  display: block;
  border-radius: 0px 0px 8px 8px;
 
}

.financialBottomContainer img{
  height: 2.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
}


.sexualBottomContainer{
  height: 8.16vw;
  width: 100%;
  position: absolute;
  top: 14.8vw;
  left: 0;
  background: transparent;
  display: block;
  border-radius: 0px 0px 8px 8px;
 
}


.vectorOnCard{
  background: transparent;
  height: 5.4vw;
  margin-top:1vw;
  z-index: 0;
  width: 100%;
}

.vectorOnCard img{
  height: 5vw;
  float: right;
  margin-right: 7vw;
}


.sexualBottomContainer img{
  height: 2.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
}


.disclosureRightContainer{
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  
  ransition: height 0.5s; */
}

#disclosureArrow{
  background-color: transparent;
  height: .8vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
}

#disclosureArrow:hover{
  background-color: transparent;
  height: .8vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
}

#disclosureArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
  
}

#disclosureArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: all height 0.5s; 
  z-index: 50;
  
}


#disclosureArrow2:hover{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
  
}


.disclosureRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 13vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 1vw;
  text-align: left;
}



.financialRightContainer{
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  
  ransition: height 0.5s; */
}


.financialRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 13vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 1vw;
  text-align: left;
}

#financialArrow{
  background-color: transparent;
  height: .8vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
}

#financialArrow:hover{
  background-color: transparent;
  height: .8vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
}

#financialArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
  
}

#financialArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: all height 0.5s; 
  z-index: 50;
  
}


#financialArrow2:hover{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
  
}


.financialRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 13vw;
  transition: height 0.5s; 
  z-index: 40;
}




.sexualRightContainer{
  background-color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  
  ransition: height 0.5s; */
}

.sexualRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 13vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 1vw;
  text-align: left;
}


#sexualArrow{
  background-color: transparent;
  height: .8vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
}

#sexualArrow:hover{
  background-color: transparent;
  height: .8vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
}

#sexualArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
  
}

#sexualArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: all height 0.5s; 
  z-index: 50;
  
}


#sexualArrow2:hover{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
  
}


.sexualRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 13vw;
  transition: height 0.5s; 
  z-index: 40;
}


.sexualReproductiveCardRapper{
  cursor: pointer;
}

.disclosureCardRapper{
  cursor: pointer;
}

.financialLiteracyCardRapper{
  cursor: pointer;
}

.viewResourcesRapper{
  background-color: transparent;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 1vw;
  padding-top: 1vw;
  
}


.viewResourcesRapper span{
  background-color: transparent;
  height: auto;
  font-family: BalsamiqSans-Bold ;
  font-size: 1.1vw;
  text-align: left;
  padding-top: 1.5vw;
  cursor: pointer;

  
}


.viewResourcesRapper img{
  background-color: transparent;
  height: 0.5vw;
  margin-top: 0.4vw;
}


.stayOnTrackRapper{
  height: 40vw;
  width: 100%;
  background-color: transparent;
  display: flex;  
  margin-top: 5vw;
  display: flex;
  justify-content: space-between;
}

.stayOnTrackLeftContainer{
  height: 35vw;
  width: 40%;
  background-color: transparent;
  margin-top: 3.7vw;
  margin-left: 2.5vw;
}

.stayOnTrackRightContainer{
  height: 40vw;
  width: 45%;
  background-color: transparent;
  display: flex;
  justify-content: right;
}


.stayOnTrackRightContainer img{
  margin-right: 3.5vw;
}

.adolescentLogoRaper{
  height: 6vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.adolescentLogoRaper img{
  height: 3.5vw;
  margin-top: 1.5vw;
  padding: 1vw;
  
}

.stayOnTracktxtRapper{
  background-color: transparent;
  height: 12.1vw;
  width: 100%;
  padding: 1vw;
}

.stayOnTracktxtRapper span{
  background-color: white;
  height: 10vw;
  width: 100%;
  font-family: BalsamiqSans-Italic ;
  font-size: 2vw;
  text-align: left;
}


.dottedLineRapper{
  background-color: transparent;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 1.6vw;
 
}
.dottedLineRapper img{
   height: 0.85vw;
}

.adolesenttxtRapper{
  background-color: transparent;
  height: 4.2vw;
  font-family: Satoshi-Regular;
  font-size: 1vw;
  text-align: left;
  padding-left: 1vw;
}

.appButtonRapper{
  height: 4vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content:left;
  align-items: center;
  margin-top: 1vw;
}

.googlePlayButton img{
  height: 2vw;
  margin-left: 1.5vw; 
  cursor: pointer;
}

.AppStoreRapper img{
  height: 2vw;
  margin-left: 1vw; 
  cursor: pointer;
}


.getInTouchRapper{
  height: 40vw;
  width: 100%;
  background-color: transparent;
  margin-top: 5vw;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.getInTouchTitleRapper{
  background-color: transparent;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: BalsamiqSans-Italic ;
  font-size: 2.5vw;
  text-align: left;
}


.getInTouchEnquiryRapper{
  width: 100%;
  height: 5vw;
  background-color: transparent;
  font-family: Satoshi-Regular;
  font-size: 1.2vw;
  text-align: center;
  margin-bottom: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}


.getInTouchEnquiryRapper span{
  width: 50%;
  height: 4vw;
  background-color: transparent;
  font-family: Satoshi-Regular;
  font-size: 1.3vw;
  text-align: center;
  line-height: 2vw;

}


.whatsApp{
  height: auto;
  width: 30vw;
  color: #50CB5E;
  background-color: transparent;
}

.whatsApp img{
  height: 1vw;
  /* position: absolute;
  top: 2vw;
  left: 63.2vw; */
  
}

.getInTouchFormRapper{
  height: 28vw;
  width: 50%;
  margin: 0 auto;
  color: #50CB5E;
  background-color: transparent;
}


.getInTouchFormRowOneRapper{
  height: 2.5vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.yourNameContainer{
  height: auto;
  width: 48%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}


.yourNameContainer input{
  height: 2.4vw;
  width: 91.5%;
  background-color: transparent;
  padding-left: 1vw;
  padding-right: 1vw;
  /* background-color: white; */
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  /* font-style: italic; */
  font-size: 0.9vw;
 
}

.yourNameContainer input:focus{
  outline: none;
}

.yourEmailContainer{
  height: auto;
  width: 48%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yourEmailContainer input{
  height: 2.4vw;
  width: 91.5%;
  background-color: transparent;
  padding-left: 1vw;
  padding-right: 1vw;
  /* background-color: white; */
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  /* font-style: italic; */
  font-size: 0.9vw;
}

.yourEmailContainer input:focus{
  outline: none;
}

::placeholder {
  color: #9A9A9A;
  padding-left: 5px;
  font-family: Satoshi-Regular;
  font-style: italic;
  font-size: 0.9vw;
}

.getInTouchFormRowTwoRapper{
  height: auto;
  width: 99.7%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-top: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  

}


.getInTouchFormRowTwoRapper input{
  height: 2.5vw;
  width: 95.8%;
  padding-left: 1vw;
  padding-right: 1vw;
  background-color: transparent;
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  font-size: 0.9vw;
}

.getInTouchFormRowTwoRapper input:focus{
  outline: none;
}

.getInTouchFormRowThreeRapper{
  height: 12.1vw;
  width: 99.7%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-top: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getInTouchFormRowThreeRapper textarea{
  width: 95.4%;
  height: 10vw;
  padding: 1vw;
  border-radius: 8px;
  outline: none;
  resize: none;
  font-size: 16px;
  border: none;
  font-family: Satoshi-Regular;
  font-size: 0.9vw;
  background-color: transparent;
  border-color: transparent;
}

.getInTouchFormRowThreeRapper textarea:focus{
  outline: none;
}


.sendMessageRapper{
  height: 5.5vw;
  width: 100%;
  background-color: transparent;
  margin-top: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}


.sendMessageRapper img{
  height: 3vw;
  cursor: pointer;
}


.poweredByTitleTxt{
  height: 3vw;
  width: 100%;
  background-color: transparent;
  margin-top: 7vw;
  font-family: Satoshi-Regular;
  font-size: 1vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.poweredByContainer{
  height: 10vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content:  center;
  align-items: center;
  margin-top: 0.5vw;
}

.usaidLogoRapper{
  height: 8vw;
  width: 12%;
  background-color: transparent;
  display: flex;
  justify-content:  center;
  align-items: center;
  margin-left: 2vw;
}

.usaidLogoRapper img{
  height: 3.5vw;
}

.nigerianMapRapper{
  height: 8vw;
  width: 6%;
  background-color: transparent;
  margin-left: 2vw;
  display: flex;
  justify-content:  center;
  align-items: center;
}


.nigerianMapRapper img{
  height: 4vw;
}

.ecewsLogoRapper{
  height: 8vw;
  width: 12%;
  background-color: transparent;
  margin-left: 2.5vw;
  display: flex;
  justify-content:  center;
  align-items: center;
}

.ecewsLogoRapper img{
  height: 4.5vw;
}

.PepfarLogoRapper{
  height: 8vw;
  width: 7%;
  background-color: transparent;
  display: flex;
  justify-content:  center;
  align-items: center;
}

.PepfarLogoRapper img{
  height: 4vw;
}


.footerRapper{
  height: 7vw;
  width: 100%;
  background-color: #6E3D98;
  display: flex;
  justify-content:  space-between;
  align-items: center;
  margin-top: 4vw;
}

.leftContainer{
  font-family: Satoshi-Regular;
  font-size: 1vw;
  margin-left: 4vw;
  color: white;
}


.rightContainer{
  font-family: Satoshi-Regular;
  font-size: 1vw;
  margin-right: 4vw;
  color: white;
}



.toTop{
  background: transparent;
  width: 5vw;
  height: 5vw;
  position: fixed;
  bottom: 23vh;
  right: 0.8vw;
  z-index: 3000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: transparent;
  text-decoration: none;
  opacity: 0;
  /* pointer-events: none; */
  transition: all .4s; 
  cursor: pointer;
}


.toTop img{
  height: 7vh;
  cursor: pointer;
}

 
 /* Make scrol expereience smooth */
 html{
   scroll-behavior:smooth;
 }



 .layer3BackgroundImage2Rapper{
  visibility: hidden;
  position: absolute;
 }

 .layer3BackgroundImage2Rapper img{
  height: 0.1vw;
 }



/* mobile  & Tablet View */
/* @media screen and (max-width: 450px)  */

 @media screen and (max-width: 620px)  {

  .navBar{
    width: 100%;
    height: 16vw;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
  }

  .navBar2{
    width: 100%;
    height: 16vw;
    background-color: white;
  }

  .linkRightContainer{
    height: 41vw;
    width: 100%;
    background-color: #FFFFFF;
    /* background-color: red; */
    position: absolute;
    top: 17vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    box-shadow: 0px 2px 10px 0px #00000029;
    opacity: 0;
    transition: opacity 0.5s linear;
    visibility: hidden;
  }

  
  .homeButton{
    height: 13vw;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Bold;
    font-size: 5vw;
    user-select: none;
    cursor: pointer;
    padding-left: 5vw;
  }

  .homeButton:active{
    height: 13vw;
    width: 100%;
    background-color: #371E4C;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Bold;
    font-size: 5vw;
    user-select: none;
    cursor: pointer;
    padding-left: 5vw;
  }


  .resourcesButton{
    height: 13vw;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Bold;
    font-size: 5vw;
    user-select: none;
    cursor: pointer;
    padding-left: 5vw;
  }

  .resourcesButton:active{
    height: 13vw;
    width: 100%;
    background-color: #371E4C;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Bold;
    font-size: 5vw;
    user-select: none;
    cursor: pointer;
    padding-left: 5vw;
  }


  .contactButton{
    height: 13vw;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Bold;
    font-size: 5vw;
    user-select: none;
    cursor: pointer;
  } 


  .contactButton:active{
    height: 13vw;
    width: 100%;
    background-color: #371E4C;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Bold;
    font-size: 5vw;
    user-select: none;
    cursor: pointer;
  } 

  .logoLeftContainer{
    height: 15vw;
    width: 30%;
    background-color: transparent;
    display: flex;
   justify-content: left;
   align-items: center;
   margin-left: 4vw;
  }

  .logoLeftContainer img{
    height: 10vw;
  }



.handBuggerRapper{
  height: 10vw;
  width: 10%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4vw;
  visibility: visible;
}

.handBuggerRapper img{
  height: 8vw;
}

.coverContainer{
  height: 180vw;
  width: 100%;
  background-color: transparent;

}

.coverContainerInner{
  height: 180vw;
  width: 100%;
  background-color: transparent;
  position: relative;
}


.titleBackground{
  visibility: hidden;
}

/* .titleBackground2RaPPER{
  height: 40vh;
  width: 100%;
  background-color: blue;
} */

.titleBackground2RaPPER img{
  visibility: visible;
  height: 180vw;

  /* position: absolute;
  top: 0vw;
  z-index: 10; */

}



.adolescentLogo{
  position: absolute;
  top: 5vw;
  width: 30%;
  height: 10vw;
  background-color: transparent;
  z-index: 1000;
  margin-left: 4.5vw;
}

.adolescentLogo img{
  height: 8vw;
  position: relative;
  top: 1.5vw;
  background-color: transparent;
}



.welcomeToAdolecentLongeTxt{
  background-color: transparent;
  color: white;
  width: 90%;
  position: relative;
  top: 20vw;
  left: 4.5vw;
  font-family: BalsamiqSans-Regular;
  font-size: 6.5vw;
  user-select: none;
}

.thrivingTogether{
  color: white;
  width: 90%;
  font-family: Satoshi-Regular;
  font-size: 3.8vw;
  background-color: transparent;
  position: relative;
  top: 23vw;
  left: 4.5vw;
}

.I_wantToKnowTxtRapper{
  background-color: transparent;
  width: 55%;
  height: 80px;
  position: relative;
  top: 135vw;
  left: 4.7vw;
  user-select: none;
 

}

.I_wantToKnowTxt{
  width: 100%;
  background-color: transparent;
  color: white;
  font-family: BalsamiqSans-Regular ;
  font-size: 3.4vw;
  user-select: none;
  
}

.financialLiteracyLabel{
  width: 55%;
  background-color: none;
  margin-top: 3.5vw;
  font-family: BalsamiqSans-Regular ;
  font-size: 5vw;
  color: #F2A900;
  user-select: none;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 1vw;
  align-items: center;
  /* cursor: pointer; */
  
}

.financialLiteracyLabel:active{
  /* background-color: #300556; */
  background-color: purple;
}

.financialLiteracyLabel img{
  height: 5vw;
  position: relative;
  top: 0px;
  left: 0.9vw;
  user-select: none;
  cursor: pointer;
}

.financialLiteracyLabel span{
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}


.financialLiteracyDropdown{
  width: 100%;
  background-color: #F2A900;
  font-family: BalsamiqSans-Regular ;
  font-size: 3vw;
  color: white;
  border-radius: 7px;
  position: relative;
  top: 0.5vw;
  left: 0vw;
  z-index: 20000;
  user-select: none;
  
}


.sexualReproductiveHealth{
  width: 95%;
  height: 4vh;
  background-color: transparent;
  padding-left: 2.2vw;
  border-radius: 7px 7px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sexualReproductiveHealth:active{
  width: 95%;
  background-color: #9465bd;
  height: 4vh;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.mentlaHealth{
  width: 95%;
  height: 4vh;
  background-color: transparent;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.mentlaHealth:active{
  width: 95%;
  background-color: #9465bd;
  height: 4vh;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.disclosure{
  width: 95%;
  height: 4vh;
  background-color: transparent;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.disclosure:active{
  width: 95%;
  background-color: #9465bd;
  height: 4vh;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.genderHealth{
  width: 95%;
  height: 4vh;
  background-color: transparent;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.genderHealth:active{
  width: 95%;
  background-color: #9465bd;
  height: 4vh;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.genderHealth{
  width: 95%;
  height: 4vh;
  background-color: transparent;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.genderHealth:active{
  width: 95%;
  background-color: #9465bd;
  height: 4vh;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.financialLiteracy{
  width: 95%;
  height: 4vh;
  background-color: transparent;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.financialLiteracy:active{
  width: 95%;
  background-color: #9465bd;
  height: 4vh;
  padding-left: 2.2vw;
  border-radius: 0px 0px 0px 0px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}



.layer2Container{
  width: 100%;
  height: 40vw;
  background-color: transparent;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  user-select: none;
  margin-top: 39vw;
  margin-bottom: 30px;
  position: relative;
  z-index: 8;
}

.layer2LeftContainer{
  width: 25%;
  height: 16.8vw;
  background-color: transparent;
  margin-left: 2vw;
  justify-content: center;
  align-items: center;
  user-select: none;
  position: absolute;
  z-index: 0;
  visibility: hidden;
}


.layer2LeftContainer img{
  height: 18vw;
  /* margin-top: 0vw; */
  user-select: none;

}

.layer2MiddleContainer{
  width: 80%;
  height: 40vw;
  background-color: transparent;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  z-index: 10;
 
}

.layer2MiddleContainerTopTxt{
  width: 100%;
  height: auto;
  background-color: white;
  font-family: BalsamiqSans-Bold ;
  font-size: 4vw;
  padding-top: 2.5vw;
  padding-bottom: 1vw; 
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer2MiddleContainerButtomTxt{
  background-color: transparent;
  height: auto;
  line-height: 150%;
  text-align: center;
  font-family: Satoshi-Regular;
  font-size: 3.6vw;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 0.5vw;
  /* align-items: center; */
}


.layer2RightContainer{
  width: 25%;
   height: 16.8vw;
  background-color: green;
  margin-Right: 2vw;
  justify-content: center;
  align-items: center;
  user-select: none;
  position: absolute;
  z-index: 0;
  visibility: hidden;
}


.layer2RightContainer img{
  height: 10vw;
  background-color: transparent;
  margin-top: 4vw;
  margin-left: 7vw;
  user-select: none;
}


.layer3Container{
  background-color: white;
  height: 90.3vh;
  width: 100%;
  position: relative;
}


.layer3Container img{
  
  height: 5vh;
  position: absolute;
  z-index: 0;
  
}


.layer3BackgroundImage2Rapper img{
  height: 86vw;
 
}



.reachOutToUsRapper{
  background-color: #48BADA;
  height: 35vh;
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0vw;
  bottom: 0vw;

}

.layer3BackgroundImage2Rapper{
  height: 86vw;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 0;
  visibility: visible;

}


.reachOutToUs{
  background-color: transparent;
  height: 15vh;
  width: 100%;
  font-size: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 2vw;
  z-index: 5;

}


.reachOutToUsImgRapper{

  height: 10vw;
  width: 15%;
  background-color: transparent;
  position: absolute;
  z-index: 5;
  top: 3vw;
  right: 17vw;
}

.reachOutToUsImgRapper img{
  height: 9vw;
}


.reachOutToUs span{

  height: 6vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  position: absolute;
  bottom: 0vw;
  z-index: 2;
  margin-top: 13vw;

}


.reachOutToUsContentTxt{
  height: 13vw;
  width: 100%;
  background-color: transparent;
  font-size: 3.7vw;
  margin-top: 3vw;
}

.contactUsBtnRapper{
  height: 10vw;
  width: 100%;
  background-color: transparent;
  margin-top: 0vw;
}

.contactUsBtnRapper img{
  height: 7vw;
}


/* ......................................... Fourth Level */ 


.fourthLayerContainer{
  background-color: #E2D8EA;
  height: 137vh;
  width: 100%;
  user-select: none;
  position: relative;
  z-index: 100;

 }

.exploreResourceCenterRapper{
  background-color: transparent;
  height: 9vw;
  color: #1E1E1E;
  font-family: BalsamiqSans-Bold ;
  font-size: 4vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  margin-top: 1vw;
}

.resourceCardsRapper{
  background-color: transparent;
  height: 123.4vh;
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  
  /* color: white;
  font-family: BalsamiqSans-Bold ;
  font-size: 2.8vw;
  text-align: center; */
  user-select: none;
  /* align-items: center; */
}



.financialLiteracyCardRapper{
  background-color: white;
  color: #1E1E1E;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.financialLiteracyCardRapper:hover{
  background-color: #6E3D98;
  color: white;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.disclosureCardRapper{
  background-color: white;
  color: #1E1E1E;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.disclosureCardRapper:hover{
  background-color: #6E3D98;
  color: white;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}


.sexualReproductiveCardRapper{
  background-color: white;
  color: #1E1E1E;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  
}

.sexualReproductiveCardRapper:hover{
  background-color: #6E3D98;
  color: white;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}


.sexualReproductiveHealthHeader{
  background-color: transparent;
  height: 5.5vh;
  width: 90%;
  font-family: BalsamiqSans-Bold ;
  font-size: 4vw;
  text-align: left;
  /* padding: 1.5vw; */
  /* border-radius: 0.8vw 0.8vw 0vw 0vw ; */
  display: flex;
  align-items: center;
  margin-top: 2vw;
}

.sexualReproductiveHealthTxt{
   
  height: 15.5vh;
  width: 90%;
  font-family: Satoshi-Regular;
  font-size: 3.5vw;
  text-align: left;
  margin-top: 0.2vw;
  line-height: 6vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  /* padding: 1.5vw; */
 
}



.sexualBottomContainer{
  height: 15.16vh;
  width: 100%;
  position: absolute;  
  top:23vh;
  left: 0vw; 
  background-color: transparent;
  /* display: block; */
  border-radius: 0px 0px 8px 8px;
 
}


.vectorOnCard{
  background: transparent;
  height: 27.4vw;
  /* margin-top:1vh; */
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8vw;
}

.vectorOnCard img{

  height: 17.4vw;

}

.sexualBottomContainer img{
  height: 12.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
}



.sexualRightContainer{
  background-color: transparent;
  height: 40%;
  width: 40%;
  position: relative;
  top: 11vw;
  left: 50vw;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  ransition: height 0.5s; */

  display: flex;
}

.sexualRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 3vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 3vw;
  text-align: left;
}


#sexualArrow{
  background-color: transparent;
  height: 2vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
}

#sexualArrow:active{
  background-color: transparent;
  top: 5.5vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
}

#sexualArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
  visibility: hidden;
  
}


.sexualReproductiveCardRapper{
  cursor: pointer;
}


.financialLiteracyHeader{
  background-color: transparent;
  height: 5.5vh;
  width: 90%;
  font-family: BalsamiqSans-Bold ;
  font-size: 4vw;
  text-align: left;
  /* padding: 1.5vw; */
  /* border-radius: 0.8vw 0.8vw 0vw 0vw ; */
  display: flex;
  align-items: center;
  margin-top: 2vw;
}

.financialLiteracyTxt{
  
  height: 15.5vh;
  width: 90%;
  font-family: Satoshi-Regular;
  font-size: 3.5vw;
  text-align: left;
  margin-top: 0.2vw;
  line-height: 6vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  /* padding: 1.5vw; */
}

.disclosureHeader{
  background-color: transparent;
  height: 5.5vh;
  width: 90%;
  font-family: BalsamiqSans-Bold ;
  font-size: 4vw;
  text-align: left;
  /* padding: 1.5vw; */
  /* border-radius: 0.8vw 0.8vw 0vw 0vw ; */
  display: flex;
  align-items: center;
  margin-top: 2vw;
}

.disclosureTxt{
  
  height: 15.5vh;
  width: 90%;
  font-family: Satoshi-Regular;
  font-size: 3.5vw;
  text-align: left;
  margin-top: 0.2vw;
  line-height: 6vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  /* padding: 1.5vw; */

}

.disclosureBottomContainer{
  height: 15.16vh;
  width: 100%;
  position: absolute;  
  top:23vh;
  left: 0vw; 
  background-color: transparent;
  /* display: block; */
  border-radius: 0px 0px 8px 8px;
 
}



#disclosureImageLeft{
  height: 2.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
  z-index: 1000;
}

#disclosureImageLeft2{
  height: 12.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
}


.financialBottomContainer{
  height: 15.16vh;
  width: 100%;
  position: absolute;  
  top:23vh;
  left: 0vw; 
  background-color: transparent;
  /* display: block; */
  border-radius: 0px 0px 8px 8px;
 
}

.financialBottomContainer img{
  height: 12.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
}



.disclosureRightContainer{
  background-color: transparent;
  height: 40%;
  width: 40%;
  position: relative;
  top: 11vw;
  left: 50vw;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  ransition: height 0.5s; */

  display: flex;
}

#disclosureArrow{
  background-color: transparent;
  height: 2vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
}

#disclosureArrow:hover{
  background-color: transparent;
  height: .8vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
}

#disclosureArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
  
}

#disclosureArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: all height 0.5s; 
  z-index: 50;
  visibility: hidden;
  
}


.disclosureRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 3vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 3vw;
  text-align: left;
}



.financialRightContainer{
  background-color: transparent;
  height: 40%;
  width: 40%;
  position: relative;
  top: 11vw;
  left: 50vw;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  ransition: height 0.5s; */

  display: flex;
}


.financialRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 3vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 3vw;
  text-align: left;
}

#financialArrow{
  background-color: transparent;
  height: 2vw;
  position: absolute;
  top: 5.5vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 500;
}



#financialArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: height 0.5s; 
  z-index: 50;
  
}

#financialArrow2{
  background-color: transparent;
  height: .9vw;
  position: absolute;
  top: 5.4vw;
  left: 18vw;
  transition: all height 0.5s; 
  z-index: 50;
  visibility: hidden;
  
}



.disclosureCardRapper{
  cursor: pointer;
}

.financialLiteracyCardRapper{
  cursor: pointer;
}

.viewResourcesRapper{
  background-color: transparent;
  height: 9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 1vw;
  padding-top: 1vw;
  
}


.viewResourcesRapper span{
  background-color: transparent;
  height: auto;
  font-family: BalsamiqSans-Bold ;
  font-size: 3vw;
  text-align: left;
  padding-top: 1.5vw;
  cursor: pointer;

  
}


.viewResourcesRapper img{
  background-color: transparent;
  height: 2vw;
  margin-top: 0.4vw;
}



.getInTouchRapper{
  height: 80vw;
  width: 100%;
  background-color: transparent;
  margin-top: 5vw;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.getInTouchTitleRapper{
  background-color: transparent;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: BalsamiqSans-Italic ;
  font-size: 6vw;
  text-align: left;
}


.getInTouchEnquiryRapper{
  width: 100%;
  height: 20vw;
  background-color: transparent;
  margin-bottom: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getInTouchEnquiryRapper span{
  width: 57%;
  height: 20vw;
  background-color: transparent;
  font-family: Satoshi-Regular;
  font-size: 3.3vw;
  line-height: 5vw;
  text-align: center;
}

.whatsApp{
  height: auto;
  width: 30vw;
  color: #50CB5E;
}

.whatsApp img{
  height: 3vw;
  /* position: absolute;
  top: 2vw;
  left: 63.2vw; */
  
}

.getInTouchFormRapper{
  height: 46.5vw;
  width: 57%;
  margin: 0 auto;
  color: #50CB5E;
  background-color: transparent;
}


.getInTouchFormRowOneRapper{
  height: 6.5vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.yourNameContainer{
  height: 6.5vw;
  width: 48%;
  background-color: transparent;
  border-radius: 0.7vw;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}


.yourNameContainer input{
  height: 6.5vw;
  width: 91.5%;
  background-color: transparent;
  padding-left: 1vw;
  padding-right: 1vw;
  /* background-color: white; */
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  /* font-style: italic; */
  font-size:2.2vw;
 
}

.yourNameContainer input:focus{
  outline: none;
}

.yourEmailContainer{
  height: 6.5vw;
  width: 48%;
  background-color: transparent;
  border-radius: 0.7vw;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yourEmailContainer input{
  height: 6.5vw;
  width: 91.5%;
  background-color: transparent;
  padding-left: 1vw;
  padding-right: 1vw;
  /* background-color: white; */
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  /* font-style: italic; */
  font-size:2.2vw;
}

.yourEmailContainer input:focus{
  outline: none;
}

::placeholder {
  color: #9A9A9A;
  padding-left: 0vw;
  font-family: Satoshi-Regular;
  font-style: italic;
  font-size: 2.2vw;
}

.getInTouchFormRowTwoRapper{
  height:  6.5vw;
  width: 99.7%;
  background-color: transparent;
  border-radius: 0.7vw;
  border: 1px solid #D9D9D9;
  margin-top: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


.getInTouchFormRowTwoRapper input{
  height: 6.5vw;
  width: 95.8%;
  padding-left: 1vw;
  padding-right: 1vw;
  background-color: transparent;
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  font-size: 2.2vw;
}

.getInTouchFormRowTwoRapper input:focus{
  outline: none;
}

.getInTouchFormRowThreeRapper{
  height: 21.1vw;
  width: 99.7%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-top: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getInTouchFormRowThreeRapper textarea{
  width: 95.4%;
  height: 18.1vw;
  padding: 1vw;
  border-radius: 8px;
  outline: none;
  resize: none;
  font-size: 16px;
  border: none;
  font-family: Satoshi-Regular;
  font-size: 2.2vw;
  background-color: transparent;
  border-color: transparent;
}

.getInTouchFormRowThreeRapper textarea:focus{
  outline: none;
}


.sendMessageRapper{
  height: 5.5vw;
  width: 100%;
  background-color: transparent;
  margin-top: 4.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}


.sendMessageRapper img{
  height: 6vw;
  cursor: pointer;
}


.poweredByTitleTxt{
  height: 4vw;
  width: 100%;
  background-color: transparent;
  margin-top: 7vw;
  font-family: Satoshi-Regular;
  font-size: 2.8vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.poweredByContainer{
  height: 14vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content:  center;
  align-items: center;
  margin-top: 0.5vw;
}

.usaidLogoRapper{
  height: 14vw;
  width: 19%;
  background-color: transparent;
  display: flex;
  justify-content:  center;
  align-items: center;
  margin-left: 2vw;
}

.usaidLogoRapper img{
  height: 5.5vw;
}

.nigerianMapRapper{
  height: 14vw;
  width: 19%;
  background-color: transparent;
  margin-left: 2vw;
  display: flex;
  justify-content:  center;
  align-items: center;
}


.nigerianMapRapper img{
  height: 8vw;
}

.ecewsLogoRapper{
  height: 14vw;
  width: 19%;
  background-color: transparent;
  margin-left: 2.5vw;
  display: flex;
  justify-content:  center;
  align-items: center;
}

.ecewsLogoRapper img{
  height: 7.5vw;
}

.PepfarLogoRapper{
  height: 14vw;
  width: 19%;
  background-color: transparent;
  display: flex;
  justify-content:  center;
  align-items: center;
}

.PepfarLogoRapper img{
  height: 8vw;
}


.footerRapper{
  height: 7vw;
  width: 100%;
  background-color: #6E3D98;
  display: flex;
  justify-content:  space-between;
  align-items: center;
  margin-top: 4vw;
}

.leftContainer{
  font-family: Satoshi-Regular;
  font-size: 1vw;
  margin-left: 4vw;
  color: white;
}


.rightContainer{
  font-family: Satoshi-Regular;
  font-size: 1vw;
  margin-right: 4vw;
  color: white;
}




.footerRapper{
  height: 20vh;
  width: 100%;
  background-color: #6E3D98;
  display: flex;
  justify-content:  center;
  flex-direction: column;
  align-items: center;
  margin-top: 0vw;
}

.leftContainer{
  height: 5vh;
  width: 100%;
  background-color: transparent;
  font-family: Satoshi-Regular;
  font-size: 4vw;
  margin-left: 0vw;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}


.rightContainer{
  height: 5vh;
  width: 100%;
  background-color: transparent;
  font-family: Satoshi-Regular;
  font-size: 3.5vw;
  margin-left: 0vw;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}








































.toTop{
  background: transparent;
  width: 5vw;
  height: 5vw;
  position: fixed;
  bottom: 29vh;
  right: 7vw;
  z-index: 3000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: transparent;
  text-decoration: none;
  opacity: 0;
  /* pointer-events: none; */
  transition: all .4s; 
  cursor: pointer;
}


.toTop img{
  height: 7vh;
  cursor: pointer;
}




 }







/* Mobile View Only */

 @media screen and (max-width: 450px)  {


  .fourthLayerContainer{
    background-color: #E2D8EA;
    height: 134vh;
    width: 100%;
    user-select: none;
    position: relative;
    z-index: 100;
  
   }

  .layer3Container{
    background-color: white;
    height: 76vh;
    width: 100%;
    position: relative;
  }


  .reachOutToUsRapper{
    background-color: #48BADA;
    height: 35vh;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0vw;
    bottom: 0vw;
  
  }


  .reachOutToUs{
    background-color: transparent;
    height: 15vh;
    width: 100%;
    font-size: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 6vw;
    z-index: 5;
  
  }

  

  .reachOutToUs span{

    height: 10vw;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6vw;
    position: absolute;
    bottom: 0vw;
    z-index: 2;
    margin-top: 13vw;
  
  }

  .contactUsBtnRapper img{
    height: 10vw;
  }
  



  .reachOutToUsContentTxt{
    height: 13vw;
    width: 100%;
    background-color: transparent;
    font-size: 3.7vw;
    margin-top: 7vw;
  }
  
/* ............................... */


.sexualReproductiveCardRapper{
  background-color: white;
  color: #1E1E1E;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  
}

.sexualReproductiveCardRapper:hover{
  background-color: #6E3D98;
  color: white;
  height: 148.5vh;
  width: 100%;
  border-radius: 8px;
  user-select: none;
  /* padding: 2vw; */
  /* position: relative; */
  margin-bottom: 3vh;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}


.sexualReproductiveHealthHeader{
  background-color: transparent;
  height: 5.5vh;
  width: 90%;
  font-family: BalsamiqSans-Bold ;
  font-size: 4vw;
  text-align: left;
  /* padding: 1.5vw; */
  /* border-radius: 0.8vw 0.8vw 0vw 0vw ; */
  display: flex;
  align-items: center;
  margin-top: 2vw;
}

.sexualReproductiveHealthTxt{
   
  height: 15.5vh;
  width: 90%;
  font-family: Satoshi-Regular;
  font-size: 3.5vw;
  text-align: left;
  margin-top: 0.2vw;
  line-height: 6vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  /* padding: 1.5vw; */
 
}



.sexualBottomContainer{
  height: 17.16vh;
  width: 100%;
  position: absolute;  
  top:21vh;
  left: 0vw; 
  background-color: transparent;
  /* display: block; */
  border-radius: 0px 0px 8px 8px;
 
}


.vectorOnCard{
  background: transparent;
  height: 5.4vw;
  /* margin-top:1vh; */
  z-index: 0;
  width: 100%;
}

.vectorOnCard img{
  height: 5vw;
  float: right;
  margin-right: 9vw;
}


.sexualBottomContainer img{
  height: 17.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
}

.financialBottomContainer img{
  height: 17.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;

}

#disclosureImageLeft2{
  height: 17.5vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: height 0.5s;
}

.sexualRightContainer{
  background-color: transparent;
  height: 40%;
  width: 45%;
  position: relative;
  top: 23vw;
  left: 46vw;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  ransition: height 0.5s; */

  display: flex;
}

.financialRightContainer{
  background-color: transparent;
  height: 40%;
  width: 45%;
  position: relative;
  top: 18vw;
  left: 46vw;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  ransition: height 0.5s; */

  display: flex;
}


.financialRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 3vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 3.5vw;
  text-align: left;
}

.disclosureRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 3vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 3.5vw;
  text-align: left;
}


.disclosureRightContainer{
  background-color: transparent;
  height: 40%;
  width: 45%;
  position: relative;
  top: 18vw;
  left: 46vw;
  z-index: 2;
  border-radius: 0px 0px 8px 8px;
  /* t
  ransition: height 0.5s; */

  display: flex;
}

.sexualRightContainer span{
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  top: 5.1vw;
  left: 3vw;
  transition: height 0.5s; 
  z-index: 40;
  color: black;
  font-family: BalsamiqSans-Regular ;
  font-size: 3.5vw;
  text-align: left;
}


#sexualArrow{
  background-color: transparent;
  height: 3vw;
  position: absolute;
  top: 5.5vw;
  left: 19vw;
  transition: height 0.5s; 
  z-index: 500;
}

.vectorOnCard{
  background: transparent;
  height: 27.4vw;
  /* margin-top:1vh; */
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7vw;
}

.vectorOnCard img{

  height: 18.4vw;

}


#disclosureArrow{
  background-color: transparent;
  height: 3vw;
  position: absolute;
  top: 5.5vw;
  left: 19vw;
  transition: height 0.5s; 
  z-index: 500;
}


#financialArrow{
  background-color: transparent;
  height: 3vw;
  position: absolute;
  top: 5.5vw;
  left: 19vw;
  transition: height 0.5s; 
  z-index: 500;
}


.sexualReproductiveCardRapper{
  cursor: pointer;
}


.getInTouchRapper{
  height: 93vw;
  width: 100%;
  background-color: transparent;
  margin-top: 5vw;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.getInTouchTitleRapper{
  background-color: transparent;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: BalsamiqSans-Italic ;
  font-size: 7vw;
  text-align: left;
}


.getInTouchEnquiryRapper{
  width: 100%;
  height: 28vw;
  margin-bottom: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getInTouchEnquiryRapper span{
  width: 80%;
  height: 27vw;
  background-color: white;
  font-family: Satoshi-Regular;
  font-size: 4.6vw;
  line-height: 6.5vw;
  text-align: center;
 
}

.whatsApp{
  height: auto;
  width: 30vw;
  color: #50CB5E;
}

.whatsApp img{
  height: 4vw;
  /* position: absolute;
  top: 2vw;
  left: 63.2vw; */
  
}

.getInTouchFormRapper{
  height: 46.5vw;
  width: 80%;
  margin: 0 auto;
  color: #50CB5E;
  background-color: transparent;
}


.getInTouchFormRowOneRapper{
  height: 6.5vw;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.yourNameContainer{
  height: 6.5vw;
  width: 48%;
  background-color: transparent;
  border-radius: 0.7vw;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}


.yourNameContainer input{
  height: 6.5vw;
  width: 91.5%;
  background-color: transparent;
  padding-left: 1vw;
  padding-right: 1vw;
  /* background-color: white; */
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  /* font-style: italic; */
  font-size:3.2vw;
 
}

.yourNameContainer input:focus{
  outline: none;
}

.yourEmailContainer{
  height: 6.5vw;
  width: 48%;
  background-color: transparent;
  border-radius: 0.7vw;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yourEmailContainer input{
  height: 6.5vw;
  width: 91.5%;
  background-color: transparent;
  padding-left: 1vw;
  padding-right: 1vw;
  /* background-color: white; */
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  /* font-style: italic; */
  font-size:3.2vw;
}

.yourEmailContainer input:focus{
  outline: none;
}

::placeholder {
  color: #9A9A9A;
  padding-left: 0vw;
  font-family: Satoshi-Regular;
  font-style: italic;
  font-size: 3.2vw;
}

.getInTouchFormRowTwoRapper{
  height:  6.5vw;
  width: 99.7%;
  background-color: transparent;
  border-radius: 0.7vw;
  border: 1px solid #D9D9D9;
  margin-top: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


.getInTouchFormRowTwoRapper input{
  height: 6.5vw;
  width: 95.8%;
  padding-left: 1vw;
  padding-right: 1vw;
  background-color: transparent;
  border-radius: 7px;
  border: none;
  font-family: Satoshi-Regular;
  font-size: 3.2vw;
}

.getInTouchFormRowTwoRapper input:focus{
  outline: none;
}

.getInTouchFormRowThreeRapper{
  height: 21.1vw;
  width: 99.7%;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-top: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.getInTouchFormRowThreeRapper textarea{
  width: 95.4%;
  height: 18.1vw;
  padding: 1vw;
  border-radius: 8px;
  outline: none;
  resize: none;
  font-size:  3.2vw;
  border: none;
  font-family: Satoshi-Regular;
  background-color: transparent;
  border-color: transparent;
}

.getInTouchFormRowThreeRapper textarea:focus{
  outline: none;
}


.sendMessageRapper{
  height: 5.5vw;
  width: 100%;
  background-color: transparent;
  margin-top: 4.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}


.sendMessageRapper img{
  height: 8vw;
  cursor: pointer;
}


.poweredByTitleTxt{
  height: 4vw;
  width: 100%;
  background-color: transparent;
  margin-top: 7vw;
  font-family: Satoshi-Regular;
  font-size: 3vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}




.footerRapper{
  height: 20vh;
  width: 100%;
  background-color: #6E3D98;
  display: flex;
  justify-content:  center;
  flex-direction: column;
  align-items: center;
  margin-top: 0vw;
}

.leftContainer{
  height: 5vh;
  width: 100%;
  background-color: transparent;
  font-family: Satoshi-Regular;
  font-size: 5vw;
  margin-left: 0vw;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}


.rightContainer{
  height: 5vh;
  width: 100%;
  background-color: transparent;
  font-family: Satoshi-Regular;
  font-size: 4vw;
  margin-left: 0vw;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

















 }