* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'SreeKrushnadevaraya';
    src: url('fonts/SreeKrushnadevaraya-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'SreeKrushnadevaraya', serif;
    font-size: 60px;
    font-weight: 700;
    text-align: center!important;
}
h2{
    font-family: 'SreeKrushnadevaraya', serif; 
    text-align: center;
    font-size: 40px;
}

.navbar {
    background-color: #5fc2ff;
}

a.nav-link {
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px !important;
}

.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
}
.navbar-toggler-icon{
background-color: white;
border:2px solid black;
}
/***************************/
.overlay-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 10;
    color: white;
  }

  .overlay-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
  }

  .form-container {
    
    padding: 20px;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .overlay-container {
      width: 90%;
      top: 40%;
    }
    .hide-part{
        display: none!important;
    }
    .form-container{
margin-top: 3em;
    }
  }
/****************************/
.welcome-part {
    background-image: linear-gradient(180deg, #1CA9FE 28%, #0A4366 79%);
}

.submit-btn {
    background-color: #1CA9FE;
    color: #e0f5e0;
    border: none;
    border-radius: 5px;
    padding: 0.4rem;
    width: 100%;
    font-weight: 600;
    font-size: 20px;

}
a{
    text-decoration: none;
}
h1{
    margin-top: 5rem!important;
}
.gap-part{
    margin-top: 5.5em;
}
.gap-part p{
   text-align: justify;
   font-size: 20px;
   margin-top: .5em;
}
