/* //navbar styles */
.nav-link {
  color: #cce5ff;
}
html {
  scroll-behavior: smooth;
}

#nav-links {
  font-family: 'Quicksand', sans-serif;
  color: #45A0FF;
}


/* page one styles */
.hero-container {
  position: relative;
}

.heroBanner {
  position: /;
  width: 100%;
  max-height: 100%;
}

.hero-text {
  background-color: rgb(255, 230, 204, 0.5);
  position: absolute;
  height: 45%;
  width: 50%;
  top: 12%;
  left: 1%;
}

.hero-text h1 {
  color: white;
  font-size: 7vw;
  font-family: 'Fjalla One', sans-serif;
}

.hero-text h2 {
  color: white;
  font-size: 4vw;
  font-family: 'Fjalla One', sans-serif;
}

/* common questions section */

.devider-line-three hr{
  width:96%;
  border: 1px solid black;
  margin-left: 2%;
  margin-top: 80px;
  margin-bottom: -22px;
}


.line-title-wraper{
  display:flex;
  flex-direction:row;
  align-items: center;
}

.line{
  flex-grow:1;
  height: 1px;
  background-color: #9f9f9f;
  margin-bottom: 1.8%;
  margin-left: 2%;
  margin-right: 2%;
}

.mytextdiv{
  display:flex;
  flex-direction:row;
  align-items: center;
}


.divider{
  flex-grow:1;
  height: 1px;
  background-color: #9f9f9f;
}





.main-question{
  margin-top: 80px;
  align-items: center;
  margin-bottom: 20px;
}

.main-question h3 {
  font-size: 35px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  color: #ABD4FF;
  margin-bottom: 40px;
}

.main-question p{
  margin-left: 15%;
  margin-right: 15%;
  font-size: 20px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}


.block-question-section{
  margin: 2%;
  margin-top: 3%;
  background-color: rgb(255, 230, 204, 0.20);
}

.card-body h5{
  font-family: 'Quicksand', sans-serif;
  color: #FF8200;
  font-size: 25px;
  margin-bottom: 30px;
}

.card-body p{
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
}


#question-section-ids{

  border-width: 1px;
  border-style: none none solid none;
  padding-bottom: 40px;
}


/* about me section */

.about-me-section{
  background-color: rgb(203, 228, 255, 0.5);
  margin: 2%;
}


#about-me-section h5{
   color: #45A0FF;
   font-size: 28px;
}

.face{
  align-content: center;
  max-width: 80%;
  margin-left: 10%;
  margin-bottom: 10px;
}

.devider-line hr {
  width:96%;
  border: 1px solid black;
  margin-left: 2%;
}

/* get-in-touch-section */

#form-name{
  color: black;
  text-align: center;
  padding: 20px;
  border-width: 1px;
  border-style: none none solid none;
}

h3{
  font-size: 35px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  color: #ABD4FF;
  margin-bottom: 40px;
}

#left-contact{
  float: left;
}
#right-contact{
  float: right;
}

.form-control{
    border-style: none ;
}

#form-inputs{
  font-family: 'Quicksand', sans-serif;
  border-width: 3px;
  border-style: solid ;
  border-color: #ABD4FF;
  border-radius: 20px;
  padding: 7px;
}

#form-button{
  margin-left: 34%;
  padding-left: 50px;
  padding-right: 50px;
  font-family: 'Quicksand', sans-serif;
  border-width: 3px;
  border-style: solid ;
  border-color: #ABD4FF;
  background-color: rgb(171, 212, 255, 0.2);
}

/* map custom css */
#map {
  height: 43vh;
  max-width: 100%;
  width: 73vh;
}

.leaflet-popup-content-wrapper {
  width: 100%;
}


/* footer section */

.footer{
  background-color: rgb(255, 230, 204, 0.16);
}

#footer-ids h5{
  color: #FF8200;
  font-size: 20px;
}

#footer-ids p{
  margin-top: -22px;
  font-size: 15px;
  align-items: center;
}



/* animation class and keyframes */
.overflow-hidden {
 overflow: hidden;
}

#reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

#reveal.active{
  transform: translateY(0);
  opacity: 1;
}

@keyframes drop-in {
 from {
  animation-delay: 3s;
  opacity: 0;
  transform: translateY(-100px);

 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}

.navbar-nav0 li{
  display: inline-block;
  float: right;
}


/* media quears */
@media screen and (max-width: 991px) {

.navbar-nav0 li{
  margin-top: 10px;
  display: inline-block;
  float: right;
  font-size:  2vw;
}

.navbar{
  padding: 10px;
}

}

@media screen and (max-width: 487px) {

.navbar-nav0 li{
  display: inline-block;
  float: right;
  font-size:  2vw;
  margin: none;
  padding: none;
}

.line-title-wraper h3{
  font-size: 20px
}


#form-button{
  display: flex;
  align-self: center;
  margin: auto;
}

}
