
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');

    * {
      box-sizing: border-box;
      margin:0;
      padding:0;
      font-family: "Teachers", sans-serif;
      font-weight: 600;

    }

    body{
        background: #fdfdfd;
    }

    #hero {
      background:url(../Phoros/Assets/rie9.jpg);
      background-position: center;
      background-size: cover;
      padding: 25px 0;
      color:#000;
      font-weight: 600;
      width: 150%;
    }

    nav {
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(10px);
      max-width: 100%;
      margin-bottom: 15px;
      position: sticky;
      top: 0;
      z-index: 999;
      border-radius: 5px;
      color: white;
      padding: 0 25px;
      border-bottom: 1px solid #000f30;
      transition: 0.5s ease;
    }

    nav ul {
      display: flex;
      max-width: 100%;
      /* justify-content: space-between; */
      align-items: center;
      /* flex-wrap:wrap; */
      list-style: none;
      padding:30px 0;
      justify-content: center;
    }

    

    .text-box {
  width: 70%;
  margin: auto;
  color: #002e92;
  text-align: center;
  text-align: center;
  font-weight: 600;
}
.christ-logo{
  margin-bottom: 35px;
}

.lawitally{
  font-style: italic;
  margin-bottom: 28px;
  margin-top: 12px;
}

.org{
  margin-top: 12px;
  font-size: 28px;
}

.law {
  /* margin-bottom: 65px; */
  font-weight: 200;
  font-size: 30px;

}

.h2{
  font-size: 30px;
}

.i-conf
 {
  margin-top: 27px;
  margin-bottom: 10px;
  font-size: 30px;
}
.i-conf-1{
  margin-top: 12px;
  font-weight: 300;
  position: relative;
}


.hyb {
  color: rgb(0, 0, 0);
  font-size: 30px;
  margin-top: 27px;
}

nav {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  margin-bottom: 15px;
  z-index: 1000;
  padding: 25px;
  border-bottom: 1px solid #000f30;
}

.fa-bars,
.fa-times {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}

.nav-links ul li {
  position: relative;
}

.nav-links ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px 20px;
  font-weight: 600;
  transition: background 0.3s;
}

.nav-links ul li a:hover {
  background: #051f57;
  color: #fff;
}

.has-submenu .dropdown_sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.dropdown_sub_menu li a {
  padding: 10px;
  display: block;
  color: #000;
}

.has-submenu:hover .dropdown_sub_menu {
  display: block;
}

/* Mobile styles */
@media (max-width: 768px) {
  .fa-bars,
  .fa-times {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links ul {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .dropdown_sub_menu {
    position: static;
    box-shadow: none;
    display: none;
  }

  .has-submenu.active .dropdown_sub_menu {
    display: block;
  }
}


nav .fa {
  display: none;
}

#second{
    max-width: 75%;
    margin:auto;
    margin-top:15px;
}

.hero-section-container{
    display:flex;
    justify-content: center;
    gap:15px;
}

.about-section{
    flex-basis: 30%;
}

.about-section .heading{
    padding:20px 0px;
    border-bottom:1px solid black;
}

.image-section{
    flex-basis: 55%;
    background-position: center;
  background-size: cover;
  position: relative;
  animation: animate 8s ease-in-out infinite;
  height:450px;
}

.about-head{
    text-align: center;
}
.important-date-section{
    /* border: 1px solid black; */
    flex-basis: 30%;
    /* padding:10px 15px; */
    overflow: hidden; 
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    height:450px;
    
}
.heading{
    margin:0;
    flex-basis: 10%;
    background: #ffffff;
}

.important-date-section .data-container{
    display:flex;
    flex-direction: column;
    text-align: justify;
}

.important-date-section .data-container h2{
    position: sticky;
    top:0;
    z-index: 999;
    margin:0;
    flex-basis: 10%;
    background-color: #ffffff;
    padding:20px;
    border-bottom: 1px black solid;
}

.important-date-section .data-container .paragraph{
    flex-basis: 90%;
    animation:myAnimate 12s infinite ease-in-out;
    padding:0 10px;
}

.important-date-section .data-container p{
 font-size: 16px;;
}
.important-date-section h2{
    /* border-bottom: 1px solid rgb(255, 124, 76); */
    color:#002e92;
    text-align: center;
    margin-bottom: 8px;
}

.about-section{
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    height:450px
}

.about-section h1{
    text-align: center;
    color:#002e92
}

.about-section .date-container{
    padding:10px 25px;
}

 .date-container p{
    font-size: 13px;
    padding-bottom: 10px;
    
}

.date-container p span{
    color:rgb(153, 0, 0);
    font-weight: 600;
}


#about-university{
   width: 75%;
    margin: auto;
    margin-top: 3%;
}

#about-university h1{
    color:#002e92;
    border-bottom: 2px solid #2751ac;
    padding-bottom: 15px;
}

#about-university .description{
    margin-top: 10px;
    color:#4e4e4e;
    line-height: 1.75em;
    text-align: justify;
}



footer{
  background: #001d3f;
  color:#dfdede;
  margin-top: 25px;
}

footer h1{
  padding:25px 0;
}
footer p{
  font-weight: 400;
}
footer a{
  color:#FFF;
  text-decoration: none;
}

footer a:hover{
  color: #d0e8ff;
}
.footer-container{
  display:flex;
  max-width: 90%;
  margin:auto;
  gap:55px;
  margin-bottom: 25px;
}

.footer-container col{
  flex-basis: 24%;
  width:30%;
}

.footer-container p{
  line-height: 1.3em;
}

.f-sec{
  background: #0e3057;
  padding:15px 0;
}

.f-sec p{
  text-align: center;
}

.f-sec span{
  color:#bfe0ff;
  font-weight: 600;
}







@keyframes animate {
    0% {
      background-image: url(./Assets/Christ.jpeg);
    }
  
    50% {
      background-image: url(./Assets/Christ1.jpg);
    }
  
    100% {
      background-image:  url(./Assets/Christ2.png);
    }
  
  }

@keyframes myAnimate {
    from{
        transform: translateY(100%);
    }
    to{
        transform: translateY(-100%);
    }
}




















@media (max-width: 768px) {
  .nav-links ul li {
    display: block;
  }

  .nav-links {
    position: absolute;
    background: #fffffff3;;
    width: 200px;
    top: 0;
    right: 0;
    text-align: left;
    z-index: 2;
    transition: 1s;
    overflow: hidden;
    height:100vh;
    transition: 0.2s ease;

  }

  .h1 {
    font-size: 15px;
  }

  nav img {
    width: 90px;
  }

  .sdg {
    width: 30px;
    margin-left: 5px;
  }
  nav .fa {
    display: block;
    color: #000000;
    margin: 16px;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul{
    display: block;
  }
  .nav-links ul li{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .hero-section-container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap:15px;
}
.image-section{
    flex-basis: 48%;
    background-position: center;
  background-size: cover;
  position: relative;
  animation: animate 8s ease-in-out infinite;
  height:500px;
}

.text-box {
  width: 90%;
}

#second{
  max-width: 95%;
}

#about-university{
  width: 95%;
  margin-top: 25px;
}
.footer-container{
  display:flex;
  flex-direction: column;
  max-width: 85%;
  margin:auto;
  gap:10px;
}
footer h1{
  padding:25px 0;
  font-size: 22px;
}
footer p{
  font-weight: 400;
  font-size: 12px;
}
footer a{
  color:#FFF;
  font-size: 14px;
}
.f-sec p{
font-size: 10px;
}
@keyframes animate {
    0% {
      background-image: url(Christ.jpeg);
    }
  
    50% {
      background-image: url(Christ1.jpg);
    }
  
    100% {
      background-image:  url(Christ2.png);
    }
  
  }
}

@media (max-width:1500px){
  .nav-links ul li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 600;
  background-color: #051f5700;
  padding:25px;
}

}

@media (max-width:1380px){
  .nav-links ul li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background-color: #051f5700;
  padding:5px;
}

}


