
 /* Cascading Style Sheets */

*{
    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);
}

h1{
    font-family: italic;
}

body{
    font-family: bold;
    cursor:default;
}

    /* 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;
    }
	

  /* Testimonials */
    .testimonials { background:#fff; padding:3rem 0;padding-top:30px; text-align:center; }
    .testimonial-grid { display:grid; gap:1.5rem; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); }
    .testimonial { background:#f4f4f4; padding:1rem; border-radius:10px; font-style:italic; }
.column {
      padding: 50px;
      margin: 50px 0;
	  
	  
    } 
	
	#column1 {
    }#column2 {
    }#column3 {
    }#column4 {
    }#column5 {
    }

.color{
	background:rgba(255,255,255,0.5);
	color:black;
	text-align:left;
	justify-content:left;
	border-radius:20px;
	
	
}
.header{
	
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(3,9,10,0.2),rgba(3,9,10,1)),url(../11.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
	border-radius: 10px;
	
	
}	
.head{
	
    min-height: 200vh;
    width: 100%;
    background-image: linear-gradient(rgba(3,9,10,0.2),rgba(3,9,10,1)),url(../11.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
	border-radius: 10px;
	
	
}	


student-nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
*{
	box-sizing:border-box;
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 200px;
}
.nav-links{
    flex: 1;
    text-align: bottom(left);
    background-color:rgba(3,50,50,10);
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    
}
.nav-links a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background:orange;
    display: block;
    margin: auto;
    transition: 0.5s;

	
    
}
.nav-links ul li:hover::after{
    width: 100%;
    
}
.text-box{
    width: 90%;
    color: #fff;
    position:relative;
  bottom:50%;
  right:40%;
    
    left: 50%;
    transform: translate(-50%,50%);
    text-align: center;
}
.text-box h1{

    font-size: 62px;
    font-weight: bold;

}
.text-box p{
    margin: 5px 0 10px;
    font-size: 14px;
    color: #fff;
    
}
.pin{
  width: 90%;
    color: #fff;
    position:relative;
    top: 30%;
	font-size: 60px;
    left: 50%;
    transform: translate(-50%,50%);
    text-align: bottom;
	
}
.hero-btn{
    display: inline-block;
    text-decoration: italic;
    color: yellow;
    border: 2px solid orange;
    padding: 7px 14px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.hero-btn:hover{
    color: black;
    border: 2px solid orange;
    background:orange;
    transition: 0.5s;
}
.hero-bt{
    display: inline-block;
    text-decoration: italic;
    color: black;
    border: 2px solid orange;
    padding: 7px 14px;
    font-size: 13px;
    background: orange;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
	gap:space-between;
	margin-right:10px;
}
.hero-bt:hover{
    color: black;
    border: 2px solid orange;
    background:white;
    transition: 0.5s;
}

.her-btn{
    display: inline-block;
    text-decoration: italic;
    color: black;
    border: 2px solid black;
    padding: 7px 14px;
    font-size: 13px;
    background: white;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.her-btn:hover{
    color: white;
    border: 2px solid black;
    background:black;
    transition: 0.5s;
}
 /* Basic styling for social media icons */
        .social-icons {
			justify-content:center;
			font-size:32px;
            list-style: none;
            padding: 0;
            display: flex;
            gap: 15px;
        }

        .social-icons li {
            display: inline;
        }

        .social-icons a {
            text-decoration: none;
            font-size: 40px;
            color: white;
            transition: color 0.3s ease;
        }

        .social-icons a:hover {
            color: #007bff; /* Change to desired hover color */
        }
.icon{
    display:none;
}

/* Course */

 .course{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 300;
}
p{
    color:#777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
	
}
.course-col{
	    width: 80%;
    flex-basis: 30%;
    background: white;
    border-radius: 10px;
    margin-bottom:2%;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: 0.5s;
}



h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0px;
}
.course-col:hover{
    box-shadow: 20px 20px 10px 5px rgba(3,5,3,0.6);
}


    /*Campus*/


.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campus-col img{
    width: 100%;
    display: block;
}
.layer{
    background: transparent;
    height: 150%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 0.5s;
}

.layer:hover{
    background: rgba(255, 165, 0,0.5);

    /* rgba(253, 0, 0, 0.7); */
}

.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.prince{
	
	padding:20px 30px;
	margin-left:40px;
	margin-top:10px;
	 text-align:center;
    background-size: cover;
    position: relative;
	border-radius: 10px;
	min-height: 400px;
    width: 30%;
	background-color:rgba(255, 154, 134, 0.1);
}
.layer:hover h3{
    opacity: 1;
    bottom: 49%;
}

/* Facilities */

.facilities{
    width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
	
}

.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;

}
.col img{
    width: 100%;
    border-radius: 10px;
    transition: 0.5s;
}
.facilities-col p{
    padding: 0%;
}

.facilities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.facilities-col img:hover{
    box-shadow: 3.5px 5px 15px 10px rgba(0, 0, 0, 0.308);
}
.facilities-col h1{
	margin-top:16px;
	margin-bottom:15px;
	text-align:center;
	position:center;
}

/* Call To Action */

.ctn{
		background-color:white;

    margin: 100px auto;
    width: 80%;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    text-align: center;
    padding: 20px 0;
    transition: 0.5s;
}
.ctn h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}
.ctn:hover{
	background-color:white;
    margin: 100px auto;
    width: 80%;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
    padding: 20px 0;
	
    box-shadow: 10px 10px 24px 0px rgba(0, 0, 0, 0.664);
}
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-top: -50px;
	background-color:black;

}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
	color:white;
} 
.foot{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-top: 200px;
	background-color:black;

}

.foot h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
	color:white;
} 

/* Footer */


/* Media query for responsive */

@media (max-width: 700px) {

    *{
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    
    }
    #logo-img{
        padding: 10px;
    }
    .text-box h1{
       font-size: 30px;
       font-weight: bold;
    }
    .text-box p{
        font-size: 12px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0%;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .icon{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 25px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }

    /*Course in Media query*/
   
    .course-col{
        margin: 10px 10px;
    }
    .row{
        flex-direction: column;  
    }   
    .course-col:hover{
        box-shadow: 3px 3px 0.5px 0.5px rgba(0, 0, 0, 0.486);
    }
        /* Facilities */
    .facilities-col img:hover{
        box-shadow:none;
    }

    /* Call To Action in Media query*/
    .ctn h1{
        font-size: 70px;
    }
}

/* Media query is Close*/
/*slide show for course*/
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height:500px;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.course-box {
  display: inline-block;
  width: 250px;
  margin: 10px;
  vertical-align: top;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.course-box {
  width: 300px;
  height:300px;
  margin: 0 15px;
  background-color:white;
  border-radius: 10px;
  padding: 20px;
  color: black;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0s;
}

.course-box img {
  border-radius: 10px;
  margin-bottom: 10px;
}

/*everything slide up*/
/* Fade-up animation */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Common animation class */
.fade-up {
  opacity: 1;
  transform: translateY(30px);
  animation: fadeUp 3s ease-out forwards;
}

.bptc{
	width:78%;
	background-color:transparent;
	background-color:white;
	background-position:left;
	margin-top:40px;
	margin-left:140px;
	border-radius:10px;
	padding:20px 30px;
	
}
.bptc img{
	 border-radius: 10px;
  margin-bottom: 30px;
  margin-left: 30px;
   width:200px;
   height:150px;
   background-position:right;
}

.faculty-pad{
	margin-top:110px;
}
.map{
				 width:600px;
				 height:450px ;
				 border:0;
				 padding:30px;
				 align-items:center;
				 position:sticky;
}
.map-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
	transition:0.5s;
}
.map-col :hover{
    box-shadow: 3.5px 5px 15px 10px rgba(0, 3, 8, 3);
}
    /* Navbar */
	
    .navbar {   background-color:rgba(87, 136, 161,0.4);height:100px; color:#fff;top:0; z-index:1000; padding:0.8rem 0;border:2px;border-radius:20px;}
    .nav-flex { display:flex; justify-content:space-between; align-items:center; }
    .logo { font-size:1.5rem; font-weight:700; color:#ff914d;color:black; }
    .nav-links { display:flex; gap:1rem; }
    .nav-links a { color:#fff; font-weight:500; }
    .nav-links a:hover { color:#ff914d; }
    .menu-toggle { display:none; background:none; border:none; color:#fff; font-size:1.5rem; }
	   

 /* Responsive */
    @media(max-width:768px){
      .nav-links{ display:none; flex-direction:column; background:#222; position:absolute; top:60px; right:0; width:200px; padding:1rem;}
      .nav-links.active{ display:flex;}
      .menu-toggle{ display:block; }
    }
	.container { width:90%; max-width:1200px; margin:auto; }
    a { text-decoration:none; color:inherit; }