*{
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    
  }

  html{
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
   font-family: 'Rajdhani', sans-serif;
  }

  .section{
    position: fixed;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  .container {
    display: flex;
    flex-direction: column;
    font-weight: lighter;
    /* height: 100%; */
    width: 100%;
    background-image: url('image/back7.jpg');
    background-size:auto;
    background-repeat: repeat;
    /* min-height: 105vh; */
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    padding-top: 59px;
 }

  .navbar {
    display: flex;
    background-color: rgba(0, 0, 0, 0.601);
    justify-content: space-between;
    align-items: center;
    color: white;
    height: 50px;
    padding: 3px;
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
  }
  
  .navbar-coming-soon {
    display: flex;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 20px; /* align the navbar-coming-soon to the right side of the navbar container */
    transform: translateY(-50%);
    letter-spacing: 5px;
    
    
  }
  
  .navbar-coming-soon span {
    margin-right: 10px;
  }
  
 .logocont{
    
    margin: 20px;

 }

@media (max-width: 400px) {
  .second {
    margin-left: 50px;
    margin-top: 100px;
  }
}
.navbar-social {
  
  height: 50px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  
}
.navbar-social a img{
  margin-top:5px;
  margin-bottom: 5px;
  padding: 1.5px;
  
  
}
#copyr {
  color: rgb(0, 0, 0);
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
 
}
button {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  background-color: transparent;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}

/* Hover styles */
button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 15px;
  background-color: rgba(2, 146, 179, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  
}
button:hover {
  transform: scale(1.1);
}

.footer{
  
  background-color: black;
  justify-content: space-between;
  position:relative;
}
/* For screens smaller than 576px (Extra small screens) */
@media only screen and (max-width: 514px) {
  .container{
    background-size: 5000px;
  }
  .second h1 {
    font-size: 60px;
  }
  
  /* adjust margins for smaller screens */
  
  .navbar-coming-soon {
    font-size: 16px;
  }
  
 
  .navbar-coming-soon {
    letter-spacing: 2px;
  }
  .navbar-social p{
    margin-left: 150px;
  }
  
  #backbtn{
    padding: 10px;
    border-radius: 50%;
    background-size: cover;
    
  }
  .backbtn{
    margin-bottom:60px;

  }
  .navbar{
    height: 50px;
  }
  #imgback{
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-left: 10px
  }
  .footer a img{
    height: 90%;
    width: 90%;
    
  }
  .footer img{
    height: 43px;
    width: 30x;
  }
  #copyr{
   display: none;
  
}

}

/* For screens between 576px and 768px (Small screens) */
@media only screen and (min-width: 528px) and (max-width: 767px) {
 
    /* adjust font size for smaller screens */
    .second h1 {
      font-size: 4vmax;
    }
    
    /* adjust margins for smaller screens */
    .second {
      margin-left: 55px;
      margin-top:100 px;
    }
    .second h1{
      font-size: 50px;

    }
    
    /* adjust navbar height for smaller screens */
    .navbar {
      height: 60px;
    }
    
    /* adjust navbar-coming-soon font size for smaller screens */
    .navbar-coming-soon {
      font-size: 16px;
    }
    
    /* adjust navbar-coming-soon letter spacing for smaller screens */
    .navbar-coming-soon {
      letter-spacing: 2px;
    }
    
    /* adjust navbar-social height for smaller screens */
    .navbar-social {
      height: 40px;
    }
    
    /* adjust navbar-social img size for smaller screens */
    .navbar-social img {
      width: 35px;
      height:35px;
      margin-left: 3px;
    }
    
    /* adjust footer margin-top for smaller screens */
    .footer {
      margin-top: 80px;
      font-size: 13px;
    }
    .navbar-social p{
      margin-left: 150px;
    }
    #copyr{
      position: fixed;
    bottom: 10px;
    left: 60%;
    transform: translateX(-50%);
    
  }
  }

/* For screens between 768px and 992px (Medium screens) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .second h1{
    font-size: 70px;
  
  }
  .navbar-social img{
    margin-left: 10px;
  }
  .navbar-social p{
    margin-left: 150px;
  }
  .card{
    margin-bottom: 9px;
  }
  #copyr{
    position: fixed;
  bottom: 10px;
  left: 70%;
  transform: translateX(-50%);
  }
  .navbar-social {
    margin-left: 10px;
    
    height: 40px;
    
  }
}

/* For screens between 992px and 1200px (Large screens) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .second h1{
    font-size: 75px;
    

  }
  #backbtn{
    margin-left: 500px
    
  }
  
}

/* For screens larger than 1200px (Extra large screens) */
@media only screen and (min-width: 1200px) {

 .backbtn{
  display: flex;
  margin-left: 230px; }
  }

  .cardscont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    margin-top:27px;
    
  
}
.card {
  display: flex;
  align-items: center;
  max-width: 200px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 11px #102a388f;
  margin: 40px 40px 90px;
  flex-direction: column;
  width: 100%;
}


.profile {
  text-align: center;
}

.profile img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

.profile p {
  font-size: 20px;
  font-weight:1000;
  margin: 0;
  color: #102a38;
}

.buttons {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  
}

.buttons a {
  font-weight: 1000;
  background-color: #406797;
  border-radius: 10px;
  text-decoration: none;
  color: rgb(206, 255, 133);
  line-height: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 18px
  

}

.profile img{
  
  box-shadow: 0 0 13px #102a387d;
 
}

#cardstitle{
  display: grid;
  place-items: center;
  color: azure;
  font-size: 7vh;


}
.map{
  display: grid;
  place-items: center;
  margin-bottom:4rem ;
  
}

#imgback{
  margin-left: 10%;
  height: 50px ;
  width: 50px;
  
  border-radius: 50%;
}

#cardstitle{
color: #102a38;
}
.navbar-social  img{
  margin-top:5px;
}
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  background-color: #102a38;
  text-align: center;
  color: #b0d4ff;
}
.navbar-social {
  height: 50PX;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.background-image {
  background-image: url('your-image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
display: flex;
flex-direction: column;
}

.content{
min-height: calc(100% - 50px); /* Adjust the value based on the footer height */
margin-bottom: -50px;
}

.footer {
  
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
background-color: #102a38;
text-align: center;
color: #b0d4ff;
}