@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Special+Elite');

*,
*::after,
*::before {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #168ba0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0e6a7a;
} 

/* ############## utility classes ###################  */

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.btn {
  display: inline-block;
  border: none;
  padding: 0.7em 2em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font: 500;
}
.btn-primary {
  color: #fff;
  background-color: #168ba0;
  transition: background-color 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #0e6f72;
}
/*############################ navbar styling ##############################################*/

/* for desktop */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  /* box-shadow: 0 5px 10px 0 #aaa; */
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  color: rgb(0, 0, 0);
  opacity: 0.90;
  z-index: 999;
}
.logo {
  font-size: 2.8rem;
  order: 1;
}
.logo:hover {
  color: rgb(7, 7, 7);
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}
.navbar-container2 {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.navbar .menu-items li {
  list-style: none;
  margin-left: 1.5rem;
}
.navbar .menu-items2 li {
  list-style: none;
  margin-left: 1.5rem;
}
.navbar .menu-items {
  display: flex;
  order: 2;
  font-size: 1.5rem;
}
.navbar .menu-items2 {
  display: flex;
  order: 2;
  font-size: 1.5rem;
}

.navbar a {
  color: rgb(15, 15, 15);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.navbar a:hover {
  color: #0e6f72;
}

#responsiveul{
  display: none;
}

/* showcase section */

.video-area {
    height: 92vh;
    position: relative;
    /* border: 2px solid rebeccapurple; */
    overflow:hidden;
    clip-path: inset(0);
  }

#myvid{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
}

/* qoute */
.qoute{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0, 0, 0, 0.062);
  padding: 10px;
  width: fit-content;
  border-radius: 30px;
  
}
blockquote {
  font-family: 'Special Elite', cursive;
	font-weight: 100;
	font-size: 2.4rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0 auto;
	padding: .5rem;
  text-align: center;
  color: white;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

cite {
	line-height: 3;
	text-align: center;
  color: white;
  display: block;
  font-size: 1.4rem;
}

.navbar2{
  position: sticky;
  top: 0%;
  background-color: #023039;
}

.st{
  justify-content: center;
}

.sticky-container{
  justify-content: space-around;
  width: 80%;
}

.sticky-container li a{
  color: #ffffff;
}


/* overview section */

.overview{
  background: url("./imgs/bg-pattern.jpg");
  padding: 10rem 0px;
}

.overview-container {
  display: flex;
  flex-wrap: wrap;
}

.overview-container span {
  display: inline-block;
  font-weight: 700;
  font-size: 3rem;
  color: #666;
  margin-bottom: 2rem;
}

.overview-text p {
  font-size: 1.6rem;
  color: #555;
}

.overview-img {
  flex: 1 1 400px;
  padding: 30px;
  margin: auto 0;
}


.overview-text {
  flex: 1 1 400px;
  padding: 30px;
  margin: auto;
}

.overview-img img {
  display: block;
  height: 400px;
  max-width: 100%;
  object-fit: cover;
  margin: auto;
  object-position: right;
  border-radius: 5px;
}

/* question section */

.question{
  background: #fff;
  padding: 2rem 0px;
}

/* slides */

.matters{
  padding: 10rem 0;
  background: url("./imgs/bg-pattern.jpg");
}

.matters h2{
  font-weight: 700;
  font-size: 3rem;
  color: rgb(79, 79, 79);
  margin-bottom: 4rem;
  text-align: center;
}

/* Slideshow container */

.slideshow-container {
  max-width: 1200px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img{
  width: 100%;
  height:400px;
  object-fit:cover;
  object-position: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.mySlides .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  /* border: 2px solid rebeccapurple; */
  background-color: rgba(0, 0, 0, 0.44);
}
.mySlides .text h3{
  font-weight: 500;
  margin-bottom: 10px;
}
.mySlides .text p{
  text-align: center;
  padding: 0 12rem;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* ################ what we are doing #################### */

.wedoing{
  background-color: #d7d7d7;
  padding: 4rem 0px;
}

.wedoing-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wedoing-container span {
  display: inline-block;
  font-weight: 700;
  font-size: 3rem;
  color: #666;
  margin-bottom: 2rem;
}

.wedoing-text p {
  font-size: 1.6rem;
  color: #555;
}

.wedoing-img {
  width: 100%;
  padding: 20px;
  margin: auto 0;
  order: 1;
}


.wedoing-text {
  flex: 1 1 400px;
  padding: 30px;
  margin: auto;
  order: 2;
}

.wedoing-img img {
  display: block;
  height: 400px;
  width: 100%;
  object-fit:cover;
  margin: auto;
  object-position:top;
  border-radius: 5px;
}

/*############## impact ########################*/

#impact{
  background-color: rgba(207, 207, 207, 0.521);
}

#impact .impact-heading{
  display: block;
  text-align: center;
}

#impact .impactBox-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:0 5rem;
  margin-top:3rem;
  margin-bottom:5rem;

}


#impact .impactBox-container div{
  border-top:5px solid #080065;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.349);
  padding: 4rem 2rem;
  margin: 10px;
  color: #444;
  border-radius: 5px;
}

#impact .impactBox-container div:nth-child(2){
  border-top:5px solid #005f09;
}
#impact .impactBox-container div:nth-child(3){
  border-top:5px solid #700045;
}
#impact .impactBox-container div:nth-child(4){
  border-top:5px solid #868b00;
}

#impact .impactBox-container div h2{
  margin-bottom: 6px;
  text-align: center;
  font-size: 2.4rem;
}

#impact .impactBox-container div p{
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}

#impact .impact-text{
  text-align: center;
}


/* float btn */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99; 
  border: none; 
  outline: none; 
  transition: all 0.4s ease-in-out;
  background-color: #168ba0;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

#myBtn:hover {
  background-color:#0e6a7a;
}
i{
  transition: all 0.4s ease-in-out;
}

#myBtn:hover i{
  transform: rotate(360deg);
}


/* ####################### footer ######################### */

.footer{
  background: rgba(231, 231, 231, 0.179);
  padding: 50px;
  padding-bottom:15px;
  margin-top: 3rem;
}

.footer .fbox-container{
  display: flex;
  justify-content: center;
}

.footer .fbox-container .fbox{
  margin-right: 8rem;
}

.footer .fbox-container .fbox:nth-child(1){
    width: 40%;
}

.footer .fbox-container .fbox h3{
  font-size: 2.5rem;
  color:black;
  padding:1rem 0;
}

.footer .fbox-container .fbox h3 i{
  color:#0e6a7a;
}

.footer .fbox-container .fbox .links{
  display: block;
  font-size: 1.5rem;
  color:gray;
  padding:1rem 0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.footer .fbox-container .fbox .links i{
  color:#0e6a7a;
  padding-right: .5rem;
}

.footer .fbox-container .fbox .links:hover{
  font-size: 1.6rem;
  text-decoration: underline;
  color:rgb(79, 79, 79);
}

.footer .fbox-container .fbox .link:hover{
  font-size: 1.5rem;
  text-decoration: none;
  color:gray;

}

.footer .fbox-container .fbox p{
  line-height: 1.8;
  font-size: 1.5rem;
  color:gray;
  padding:1rem 0;
}

.footer .fbox-container .fbox .share a{
  height:4rem;
  width:4rem;
  line-height:4rem;
  border-radius: .5rem;
  font-size: 2rem;
  color:black;
  margin-right: .2rem;
  background: #eee;
  text-align: center;
}

.footer .fbox-container .fbox .share a:hover{
  background: #0e6a7a;
  color: #fff;
}

.footer .fbox-container .fbox .email{
  width: 100%;
  margin:.7rem 0;
  padding:1rem;
  border-radius: .5rem;
  background: #eee;
  font-size: 1.6rem;
  color:black;
  text-transform: none;
}

.footer .fbox-container .fbox .payment-img{
  margin-top: 2rem;
  height: 3rem;
  display: block;
}

.footer .credit{
  text-align: center;
  margin-top: 2rem;
  padding:1rem;
  padding-top: 2.5rem;
  font-size: 2rem;
  color:black;
  border-top: rgb(39, 39, 39);
  background-color: rgba(210, 210, 210, 0.193);
}

.footer .credit span{
  color:#0e6a7a;
}


/* ############# media queries ############### */

@media (max-width: 768px) {
  .navbar {
    opacity: 0.95;
  }
  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }
  .navbar-container {
    display: block;
    position: relative;
  }
  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 40px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }
  .navbar-container .hamburger-lines {
    display: block;
    height: 25px;
    width: 35px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background-color: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: all 0.4s ease-in-out;
  }
  .navbar-container .hamburger-lines .line2 {
    transition: all 0.4s ease-in-out;
  }
  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: all 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background-color: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translateX(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding: 50px;
    transition: transform 0.4s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
  }

  .navbar .menu-items li:first-child {
    margin-top: 35px;
  }
  .navbar .menu-items li {
    /* display: none; */
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 500;
  }
  .logo {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 3rem;
  }

  .navbar input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0%);
  }
  .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(40deg);
  }
  .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-40deg);
  }

  #not-responsiveul{
    display: none;
  }
  #responsiveul{
    display: flex;
  }

  #myvid{
    width: auto;
  }

.footer .fbox-container .fbox{
  margin-right: 0;
}

.footer .fbox-container .fbox .share{
  margin: 2rem 0;
}

.footer .fbox-container .fbox h3{
    margin-top: 5rem;
}

  .footer .fbox-container{
    flex-direction: column;
  }

  .footer .fbox-container .fbox:nth-child(1){
    width: 100%;
  }
}

/* ########### small screen ############ */
@media (max-width: 500px) {
  html {
    font-size: 50%;
  }
  .form-container {
    width: 90%;
  }
  .contact-container {
    flex-direction: column;
  }

  .contact-img {
    width: 90%;
    margin: 3rem auto;
  }

  .main-title {
    font-size: 4.5rem;
  }

  .main-title ~ p {
    font-size: 2.1rem;
  }


}

/* ######## landscape mode ########### */

@media (orientation: landscape) and (max-width: 500px) {
  .showcase-area {
    height: 70vh;
  }
}

.logo-container {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-image {
  width: 145px; /* Adjust this value to resize the logo */
  height: auto;
  margin-right: 10px;
}

.logo-text {
  font-size: 2.8rem;
  color: #000;
  transition: all 0.4s ease-in-out;
}

.logo-text:hover {
  color: rgb(7, 7, 7);
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .logo-container {
      position: absolute;
      top: 10px;
      right: 15px;
  }

  .logo-image {
      width: 40px; /* Slightly smaller on mobile */
  }

  .logo-text {
      font-size: 2.4rem; /* Slightly smaller on mobile */
  }
}