@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
*{
    margin: 0;
    padding:0;
    font-family: 'Poppins',sans-serif;
}

.home{
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
/*nav bar styling*/
nav{
    display:flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    font-family:'ubuntu',sans-serif

}

.logo{
    color:#fff;
    font-size: 35px;
    font-weight:600;
    letter-spacing:4px;
    cursor: pointer;
    text-decoration: none;

}
.logo span{
  color: crimson;
  transition: 5s linear;
}
.logo:hover span:nth-child(1){
  margin-right: 5px
}
.logo:hover span:nth-child(1):after{
  content: "";
}
.logo:hover span:nth-child(2){
  margin-left: 30px
}
.logo:hover span{
  color: #fff;
  text-shadow: 0 0 10px #fff,
               0 0 20px #fff, 
               0 0 40px #fff;
}
.nav-links{
  flex: 1;
  text-align: right;
}
.nav-links ul li{
    list-style: none;
    display:inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13PX;

}

.nav-links ul li:hover::after{
  width: 100%;

}
.nav-links ul li::after{
  content: '';
  width:0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.nav-links li:hover{
  font-weight:500;
  border: 1px solid #f44;
  background-color: #f44336;
  transition: 1s;
  border-radius: 5px;
}
.text-box{
  width: 90%;
  color: #fff;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.text-box h1{
  font-size: 62px;
}
.text-box p{
  margin: 10px 0 40px;
  font: 24px;
  color: #fff;
}
/* fixed header */
.sticky {
  position:fixed;
  width: 100%;
}




/* content */
.content{
  background-color: #fff;
}
.mainheading{
  font-size:30px;
  font-weight:700px;
  color: #000;
  font-family: 'roboto condensed',sans-serif;
  position: relative;
  text-align: center;
  font-display: center;
  line-height: 1.8;
  padding: 25px;
}
.sideheading{
  font-size: 24px;
  font: weight 400px;
  font-family: 'roboto condensed',sans-serif;
  padding:10px;

}
p{
 padding-left: 10px;
}
.content p{
  font-size:1rem;
  font-weight:400;
  font-family: 'roboto condensed', sans-serif;
  letter-spacing: 0.05rem;
  line-height: 2;
}
.content .aim p{
padding-left:60px ;
}


.objective ol li{
  font-size: 1rem;
  font-weight: 400;
  font-family: 'roboto condensed',sans-serif;
  padding-left: 60px;
  letter-spacing: 0.05rem;
  line-height: 2;
}
.objective ol li{
  list-style:none;
}
.objective ol li::before{
  content: "\00BB";
}


/* copy */
.delineation-row{
  display: flex;
  width: 100%;
  padding-top:10px;
}

.card {
  width: 33.3%;
  height: 300px;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  justify-items: center;
}

.card {
  transition: 0.3s ease all;
}

.card img {
  margin: 0;
  width: 360px;
  height: 224px;
  object-fit: cover;
  display: block;

}

.card h3 {
  margin: 0;
  padding: 12px 12px 48px 3px;
  line-height: 32px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.card .focus-content {
  display: block;
  padding: 8px 12px;
}

.card p {
  margin: 0;
  line-height: 1.5;
}

.card:hover img, .card:focus-within img {
  margin-top: -80px;
  transition: .6s;
  z-index: 99;
}

.card:hover h3, .card:focus-within h3 {
  padding: 8px 12px 0;
}
/* slide styling */
.home-row{
  display: flex;
}
.swiper{
  flex: 50%;
  display: none;
}

.container{
  width: 100%;
  height: 100vh;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;

}
.swiper {
  width: 80%;
  height:fit-content;
}
.swiper-slide img{
  width: 100%;
}




/* Abourt */


.Geo{
  background-color: #fff;
  
}
.about h2{
  font-size: 40px;
  font-weight: 666;
  text-align: center;
  font-display: center;
  font-family: 'roboto condensed',sans-serif;
  padding: 10px;
  margin: 10px;


}
/* .row{
  display: flex;
  
} */
.Geo{
  justify-content:center;
  display: flex;
  
}
.Geo ul img{
  width:150px;
  height:150px;
  margin: 10px;
  padding:0px 50px;
}
.Geo ul{
  font-family: 'roboto condensed',sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  justify-content: center;
  align-items: center;

}
.Geo ul li{
  padding: 10px;
  list-style: none;
}
.Geo ul li span{
  font-weight: 666;
  font-size:18px;
  font-family: 'roboto condensed',sans-serif;
  color: #1b1b1b;
}
.profile{
  flex:75%;
  padding: 10px;
  margin: 10px;
}
.profile p{
  font-size: 1rem;
  font-weight:400;
  font-family: 'roboto condensed' sans-serif;
  padding:10px 10px 10px 10px;
  justify-content: center;
  align-items: center;
}

.profile p span{
  font-weight:666;
  font-size: 18px;
  color: #1b1b1b;
}
/* team section */
.team-section{
  width: 100%;
  height: 140vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.main{
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c5db9;
}
.main1{
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-card{
  position: relative;
  font-family: 'roboto condensed',sans-serif;
  width: 180px;
  height: 200px;
  background: #fff;
  padding: 30px;
  border-radius:50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 0 25px;
}
.profile-card:hover{
  border-radius: 10px;
  height: 260px;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}
.img img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
.profile-card:hover .img{
  transform: translateY(-65px);
}

.profile-card:hover img{
  border-radius: 10px;
}
.caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}
.profile-card:hover .caption{
  opacity: 1;
}
.caption h3{
  font-size: 21px;
  font-family: 'roboto condensed',sans-serif;
}
.caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: 'roboto condensed',sans-serif;
  margin: 2px 0 9px 0;
}
.caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.social-links a:hover{
  color: #0c52a1;
}


 /* pre-footer */
 .row{
   display: flex;
 }
 .pre-footer{
  background-color: #262626;
  height: 50vh;
  width: 100%;
}
.college{
  font-family:'roboto condensed',sans-serif ;
  font-size: 16px;
  font-weight: 400;
  color: #C5C5C5;
  margin: 0px 0px 20px;
  flex: 35%;
}
.college ul li{
  padding:5px;
  display: flex;
}
.college ul li i{
  width: 42px;
  height: 42px;
  margin: 0px 0px 0px 0;
}
.college li a{
  text-align: center;
  color: #C5C5C5;
  text-decoration: none;
}
img{
  vertical-align: middle;
  border-style: none;
  padding-top: 5%;
}
.quick_links{
  font-family:'roboto condensed',sans-serif ;
  flex:30%;
}
.quick_links .list li{
  list-style: none;
}
.quick_links .list li::before{
  content: "\00BB";
}
.quick_links h3{
  padding-top: 5%;
  color:  #C5C5C5;
}
.quick_links ul li{
  padding: 10px 0px 8px 0px;
  font-size: 16px;
  margin: 0%;
  letter-spacing: 1px;
}
.quick_links ul li a{
  text-decoration: none;
  color: #C5C5C5;
}
.quick_links ul li a:hover{
  color: #fd7e14;
  font-size:20px;
  transition: .6s;
}
.comment-box{
  flex: 35%;
}
.comment{
  position: absolute;
}
.comment-box h3{
  font-size:30px;
  font-weight: 666;
  padding: 5px 5px;
  margin: 5px;
  color: #C5C5C5;
  font-family:'roboto condensed',sans-serif
}
.comment-box input{
  width: 80%;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #86b0b6;
}
.comment-box textarea{
  width: 80%;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #86b0b6;
  padding:10px 15px;
}
.comment-box textarea :focus{
  border: 1px solid #000;
  outline: 0;
}
.comment-box button{
  border: 0;
  padding: 5px 10px;
  background: #86b0b6;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
}
.comment-box button:hover{
  background-color: #718a83;
}


/* ====footer section==== */
.footer{
  display:flex;
  text-align: center;
  justify-content: center;
  background-color: #1b1b1b;
  padding:1% 1%;
}
.footer span{
  font-size: 18px;
  font-weight: 300;
  font-family: 'roboto condensed',sans-serif;
}
.footer span a{
  text-decoration: none;
}
