*{
    margin: 0;
    padding: 0;
}
.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: background 0.3s ease;
}
.navbar.scrolled {
    background-color: white ;  
    box-shadow: 0 0 5px gray;
}
.navbar li a{
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    color: grey;
    font-weight: 500;
}
.navbar li a:hover{
    text-decoration: underline ;
    color: black;
    transition: 5s ease;
}
.icon{
    color: orange;
}
.navbar .btn{
    background-color: #1E83Ec;
    border-radius: 25px;
    margin-left: 10px ;
    font-size: 15px;
}
.section1{
    height: 250px;
    width: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.section1 h2{
    color: #1E83Ec;
    font-size: 40px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.section1 p{
    color: rgb(8, 6, 6);
    font-size: 20px;
    font-weight: 400;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.section2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;     
  gap: 20px;                
}
.section2 div {
  width: 250px;              
  height: 450px;             
  border-radius: 10px;      
  overflow: hidden;          
}

.section2 div img {
  width: 100%;
  height: 100%;
  object-fit: cover;      
  display: block;
}
.heading{
    text-align: center;
    font-size: 50px;
    color: #1E83Ec;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 60px;
}
.section3 {
  display: flex;
  flex-wrap: wrap;    
  gap: 20px;
  justify-content: center;
  padding-top: 30px;
}

.section3 > div {
  flex: 1 1 250px;     
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.section3 div h2{
    color: rgb(224, 144, 39);
    font-weight: 500;
    font-size: 50px;
}
.section3 div h2 i{
    font-size: 30px;

}
.section3 div p{
    font-size: 15px;
}
.h11{
    text-align: center;
    font-size: 50px;
    color: #1E83Ec;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 80px;
    font-weight: bolder;

}
.container{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding-top: 30px;

}
.card-body a{
    text-decoration: none;
    text-align: center;
}
.card-body .underline:hover{
    text-decoration: underline;
}
.card-body h3 a{
    color: black;
    text-decoration: none;
    text-align: center;
}
.card-body p a{
    color: black;
    text-decoration: none;
}
.card img{
    transition: transform 0.4s ease;
}
.card img:hover{
     transform: scale(1.1);
}
.card1{
    height: 450px;
}
.card2{
    height: 475px;
}
.card3{
    height: 500px;
}
.container2{ 
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
}
.card {
  width: 22rem;
}
.card1st .card3rd{
    height: 500px;
}
.card2nd{
    height: 450px;
}
.event{
    text-align: center;
    font-size: 50px;
    color: #1E83Ec;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 80px;
    font-weight: bolder;
}
.container3 .btn{
    border-radius: 20px;
    border: solid 2px black;
}
.head{
    text-align: left;
    font-size: 40px;
    color: #1E83Ec;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 80px;
    font-weight: bolder;
    margin-left: 20px;
}
.img{
     width: 350px;
    height: 350px;
    object-fit: cover;
    margin-right: 20px;
}
.clearfix p{
    padding-top: 20px;
    font-size: 20px;
    margin-left: 20px;
}
.clearfix .btn{
    font-size: 20px;
    margin-left: 20px;
    border: 2px solid black;
}
.custom-input{
     border: none;                  
    border-bottom: 2px solid #ccc; 
    border-radius: 0;             
    box-shadow: 0 4px 6px -2px rgba(0,0,0,0.1); 
    transition: 0.3s;

}
.btn-outline-primary{
    border-radius: 25px;
}
.head1{
    text-align: center;
    font-size: 40px;
    color: #1E83Ec;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 80px;
    font-weight: bolder;
    margin-left: 20px;

}
.foot{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 90px;
    
}
.get a{
    text-decoration: none;
    color: black;
}
.get a:hover{
    text-decoration: underline;
    color: black;
}
.get{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 120px;
}
.Site a{
    text-decoration: none;
    color: black;

}
.Site a:hover{
    text-decoration: underline;
    color: black;
}
.icons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(59, 53, 53);
    height: 150px;
    color: white;
}




























