*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

.active{
    /* background: #1F52DD; */
    background: #0d6efd;
    color: white !important;
    /*text-align: center;*/
    border-radius: 4px;
}

.navbar{
     background-color: rgb(36, 143, 250); 
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 25%);
}

.nav-link{
    margin: 0px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.logo{
width: 100px;
height: 100px;
}


/* Navabar Strat  */

/* .navbar{
  height: 8rem;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  position: fixed;
  z-index: 10;
} */

/*Styling logo*/
.logo{
  padding:1vh 1vw;
  text-align: center;
}
.logo img {
  height: 7rem;
  width: 7rem;
}

/*Styling Links*/
.nav-links{
  display: flex;
  list-style: none;
  width: 88vw;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.nav-links li
{
  margin: 0px 15px;
}
.nav-links li a{
  text-decoration: none;
  margin: 0 0.7vw;
  padding: 10px 10px;
}

.nav-links li {
  position: relative;
}

.nav-links li a:hover::before{
  width: 80%;
}

/*Styling Buttons*/
.login-button{
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  margin-left: 2vw;
  font-size: 1rem;
  cursor: pointer;

}
.login-button:hover {
  color: #131418;
  background-color: #f2f5f7;
  border:1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}
.join-button{
  color: #131418;
  background-color: #0d6efd;
  border: 1.5px solid #0d6efd;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  cursor: pointer;
}
.join-button:hover {
  color: #f2f5f7;
  background-color: transparent;
  border:1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
  width: 30px;
  height:3px;
  background: #000000 !important;
  margin: 5px;
  transition: all 0.3s ease;
}
.hamburger{
  display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
  .navbar{
    position: fixed;
    z-index: 3;
    width: 100%;
    top:0;
  }
  .hamburger{
      display:block;
      position: absolute;
      cursor: pointer;
      right: 5%;
      top: 50%;
      transform: translate(-5%, -50%);
      z-index: 2;
      transition: all 0.7s ease;
  }

  .nav-links{
      position: fixed;
      background: #0d6efd;
      height: 100vh;
      width: 100%;
      flex-direction: column;
      clip-path: circle(50px at 90% -20%);
      -webkit-clip-path: circle(50px at 90% -10%);
      transition: all 1s ease-out;
      pointer-events: none;
      color: white;
      /* justify-content: space-evenly; */
  }



.nav-links li a{
  color: white  !important;
}
  .nav-links.open{
      clip-path: circle(1000px at 90% -10%);
      -webkit-clip-path: circle(1000px at 90% -10%);
      pointer-events: all;
  }
  .nav-links li{
      opacity: 0;
  }

  li.fade {
  margin: 15px 0px;
}
  .nav-links li:nth-child(1){
      transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2){
      transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3){
      transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4){
      transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5){
      transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6){
      transition: all 0.5s ease 0.9s;
  }
  .nav-links li:nth-child(7){
      transition: all 0.5s ease 1s;

  }
  li.fade{
      opacity: 1 !important;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
  transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
  transition: all 0.7s ease;
  width:0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px,-6px);
}
/* Navbar End */
.head-txt{
    color: #0d6efd;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Patua One', cursive;
}

.ab-text{
    text-align: justify;
    color: black;
}



.main-btn button{
    background-color: #0d6efd;
    border: none;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 4px;
}

.ph-gall img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

.ab-img img{
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

}

/* Footer Menu Strat  */

.footer-clr{
  background: #0d6efd;
    /* background: #021832; */
    /* background-color: #000000; */
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
      /* border-radius: 120px 0px 0px 0px; */
      /* border-top: 4px solid #1F52DD; */
  }

  .foot-l ul li{
    margin: 15px 0px;
    list-style: none;
  }

  .foot-l ul li a{
    color: white;
    font-size: 16px !important;
  }
  .f-add{
    color: white;
    color: white;
    font-size: 16px;
    font-weight: 400;
  }

  .footer-clr h5{
    font-size: 24px;
    color: white;
      /* color: #1F52DD; */
      font-weight: 600;
  }

  .facebook{
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
      padding-top: 11px;
  }

  .facebook a i{
    font-size: 22px;
    color: #1F52DD;
  }

  .instagram{
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
      padding-top: 9px;
  }

  .instagram a i{
    font-size: 22px;
    color: #1F52DD;
  }

  .whatsapp{
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
      padding-top: 9px;
  }

  .whatsapp a i{
    font-size: 22px;
    color: #1F52DD;
  }

  .w-t{
    margin-top: 18px;
  }

  .w-t a{
    color: white;
    font-size: 17px;
  }

  footer{
    /* background-color: #1F52DD; */
    background: #021832;
    color: white;
    text-align: center;
    padding: 5px;
  }

  footer a{
color: white;

}

footer a:hover{
    color: rgb(0, 0, 0);

    }


    .bg-yll{
      background-color: #FAFA33;
      padding: 50px 0px;
    }


    /* Common button  */


    .btn button{
      color: #444;
      background: #fff;
      font-family: 'Questrial', sans-serif;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 11px 25px 10px;
      border: none;
      border-radius: 30px;
      box-shadow: 0 15px 35px rgba(0,0,0,0.2);
      position: relative;
      z-index: 1;
      transition: all 0.3s ease 0s;
      outline: none !important;
      margin-top: 5px;
  }
  .btn button:hover{
      color: #fff;
      background: transparent;
      outline: none !important;
      box-shadow: none;
  }
  .btn button:before,
  .btn button:after{
      content: "";
      background: #0d6efd;
      width: 30px;
      height: 7px;
      border-radius: 10px 10px;
      box-shadow: 0 0 5px #0d6efd;
      transform: translateX(-50%);
      position: absolute;
      left: 50%;
      top: -4px;
      z-index: -1;
      transition: all 0.3s;
  }
  .btn button:after{
      top: auto;
      bottom: -4px;
  }
  .btn button:hover:before,
  .btn button:hover:after{
      top: 0;
      height: 50%;
      width: 100%;
      border-radius: 30px;
      transition-delay: 0.1s;
  }
  .btn button:hover:after{
      top: auto;
      bottom: 0;
  }
  @media only screen and (max-width: 991px){
      .btn button:{ margin-bottom: 30px; }
      
      .active {
    color: black !important;
     text-align: strat; 
    border-radius: 4px;
    background: transparent !important;
    
}


  }
  
  
   @media only screen and (max-width: 768px){
      .btn button:{ margin-bottom: 30px; }
      
      .active {
    color: black !important;
     text-align: strat; 
    border-radius: 4px;
    background: transparent !important;
    
}

.mt-147{
    margin-top: 157px;
}

.mt-140{
    margin-top:170px;
}

 .mt-70{
     margin-top:100px;
 }


  }



  /* Download page  */


  .dwn button{
    width: 100%;
    border: none;
    background: #055160;
    color: white;
    padding: 5px;
  }


  .head-txt:before{
    content: url(/assets/images/About/);
    position: absolute;
    left:-20px;
    top: -20px;
}

.dwn-nt-img img{
  height: 250px;
  width: 100%;
}

.mt-127{
  margin-top: 129px;
}

/**************************************/

.bg-gallery{
  background: linear-gradient(45deg, hsl(236, 100%, 80%,.4), rgba(205,155,225,.3));
  background: #714942;
  background: #212529;
}

.gallery {
  --anim-time--hi: 266ms;
  --anim-time--med: 400ms;
  --anim-time--lo: 600ms;

  display: flex;
  place-content: center;
  /* max-width: clamp(30rem, 95%, 50rem); */
  /* width: max(22.5rem, 100%); */
  min-height: 100vh;
  margin-inline: auto;
  padding: clamp(0px, (30rem  - 100vw) * 9999, 1rem);

}

.gallery__content--flow {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 1rem;
}

.gallery__content--flow > *  {
  flex-grow: 1;
  flex-basis: calc((30rem - 100%) * 999);
}

figure {
  display: flex;
  /* min-width: 14rem; */
  /* max-height: 16rem; */
  position: relative;
  border-radius: .35rem;
  box-shadow:
  rgb(40, 40, 40, 0.1) 0px 2px 3px,
  rgb(20, 20, 20, 0.2) 0px 5px 8px,
  rgb(0, 0, 0, 0.25) 0px 10px 12px;
  overflow: hidden;
  transition: transform var(--anim-time--med) ease;
  height:250px
}

figure::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to top,
      hsla(0, 0%, 0%, 0.8) 0%,
      hsla(0, 0%, 0%, 0.7) 12%,
      hsla(0, 0%, 0%, 0.2) 41.6%,
      hsla(0, 0%, 0%, 0.125) 50%,
      hsla(0, 0%, 0%, 0.01) 59.9%,
      hsla(0, 0%, 0%, 0) 100%
  );
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: var(--anim-time--med), var(--anim-time--med);
  transition-timing-function: ease, ease;
    z-index: 4;
}

.header__caption {
  z-index: 10;
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  gap: 0.5rem;
  padding: 1rem;
  justify-content: center;
  text-align: center;
  transform: translateY(100%);
  transition: transform var(--anim-time--hi) linear,
  opacity var(--anim-time--hi) linear;
}

figure:hover::before {
  opacity: 0.8;
}

figure:hover .header__caption {
  transform: translateY(0);
  opacity: 1;
}
figure:hover img{
  transform: scale(1);
}
.title {
  color: #fff;

}

.title--primary {
  font-size: 1.25rem;
  font-weight: bold;
}

.title--secondary {
  text-transform:uppercase;
  font-weight: bold;
}

figure img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
transform: scale(1.15);
  aspect-ratio: 16 / 13;
  transition: 400ms ease-in-out;
}




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

.active {
    color: white !important;
     text-align: strat; 
    border-radius: 4px;
    background: transparent !important;
    
}

.mt-147{
    margin-top: 147px;
}

}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0 !important;
     box-shadow: none !important; 
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    border: none !important;
}



.gallery__content--flow {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

