 *{
    margin: 0;
    padding: 0;
    /* border: 1px solid yellow; */
}

@font-face {
    font-family: myFirstFont;
    src: url(../Poppins/Poppins-Regular.ttf);
}
    @font-face {
    font-family: italic;
    src: url(../Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: secound;
    src: url(../Poppins/Poppins-Bold.ttf);
}

    /* Website Scrollerbar */
    body::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
    }
    body::-webkit-scrollbar-track {
        background: #3838387c !important;
    }
    body::-webkit-scrollbar-thumb {
        background-color: #e0120ba4 !important;
        border: 1px solid #ff020279 !important;
        border-radius: 1px !important;
    }
 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: black;
    }
	
    
	 .hed {
	 height:95vh;
  font-family: 'Segoe UI', sans-serif;
  color: white;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
              url('college3.JPG') no-repeat center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}


    .box-container {
      display: flex;
      justify-content: center;
      gap: 20px;
      position: relative;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      flex-wrap: wrap;
    } 
	.box-contain {
      display: flex;
      justify-content: center;
      gap: 20px;
      position: relative;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      flex-wrap: wrap;
    }

    .info-box {
      background-color: #FFD580;
      color: #003366;
      border: 2px solid #003366;
      padding: 15px 20px;
      border-radius: 8px;
      width: 280px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	  
    
   
    }
	.inf-box {
      background-color:white;
      color: #003366;
      border: 2px solid #003366;
      padding: 15px 20px;
      border-radius: 8px;
      width: 100%;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);   
    
    }
	.in-box {
      background-color:white;
      color: #003366;
      border: 2px solid #003366;
      padding: 15px 20px;
      border-radius: 8px;
      width: 100%;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);   
    
    }
	.cour-col{
	    
    flex-basis: 30%;
    
    border-radius: 10px;
    margin-bottom:2%;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: 0.5s;
}

.cour-col:hover{
    box-shadow: 20px 20px 10px 5px rgba(3,5,3,0.6);
}

    
	.info-box h3 {
      margin-top: 0;
      font-size: 20px;
      color: #002244;
    }
	.inf-box h3 {
      margin-top: 0;
      font-size: 20px;
      color: #002244;
    }
	
	.in-box h3 {
      margin-top: 0;
      font-size: 20px;
      color: #002244;
    }
	.main-content h2 {
      margin-top: 0;
      font-size: 20px;
      color: #002244;
    }

    .main-content {
      max-width: 1200px;
      margin: 100px auto 40px;
      padding: 20px;
      background-color: white;
    }

    .map-container {
      position: fixed;
      bottom: 10px;
      right: 10px;
      width: 300px;
      height: 200px;
      border: 2px solid #003366;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    @media (max-width: 768px) {
      .box-container {
        flex-direction: column;
        align-items: center;
      }
      
    }
	
	
	h3{
		padding-top:10px;
		font-size:30px;
		color:white;
		text-align:center;}
		
		h2{
				padding-top:100px;
			padding-bottom:10px;
	font-size:70px;
		color:white;
		text-align:center;
		}
		h4{
				padding-top:20px;

	font-size:10px;
		color:white;
		text-align:center;
		}
		.foot{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-top: 70px;
	background-color:black;

}

.foot h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
	color:white;
} 

