@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz@12..24&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family:  "Hedvig Letters Serif", serif; 
    background-color: #fff !important;
}

/* Slider Css */
.carousel-item {
  position: relative;
}

video {
  height: 100vh;
  object-fit: cover;
}

/* Dark Overlay */
.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 77%);
  z-index: 1;
}

/* Center Content */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.overlay-logo {
  width: auto;
  margin-bottom: 20px;
}

.video-overlay h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
}

.video-overlay p {
  font-size: 14px;
  margin-top: 10px;
}

/* Scroll Icon */
.scroll-icon {
  margin-top: 70px;
  cursor: pointer;
}

.scroll-icon img {
  width: 40px;
  animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}


span.Admissions-bx {
    color: #FDC700;
    border: 1px solid #FDC700;
    border-radius: 28px;
    padding: 7px 10px;
    display: inline-block;
    background: #524d4d7a;
    font-size: 14px;
    font-weight: 500;
}
.carousel-caption h1 {
    font-weight: 700;
    font-size: 50px;
    padding: 16px 0 0 0;
}
.carousel-caption h1 span {
    color: #FDC700;
}
.carousel-caption p {
    width: 76%;
    font-size: 17px;
}
a.btn-admission {
    background: #FDC700;
    text-decoration: none;
    color: #000;
    padding: 8px 12px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #FDC700;
    transition: all 0.5s;
    margin-top: 5px;
    display: inline-block;
}
a.btn-admission:hover {
    border: 1px solid #FDC700;
    background: transparent;
    color: #ffff;
}
a.btn-admission:hover img {
    filter: invert(1);
}

/* .pope-section */
.pope-section{
    text-align:center;
    padding:60px 20px 80px;
}

.pope-section h1{
    color:#c40000;
    font-size:48px;
    letter-spacing:1px;
    margin-bottom:20px;
    font-weight:normal;
}
.pope-card{
    display:inline-block;
    background:#fff;
    border-radius:4px;
    width: 100%;
}

.pope-card img{
    width:480px;
    height:auto;
    display:block;
    margin: auto;
}

.pope-name{
    margin-top:10px;
    font-size:14px;
    font-style:italic;
    color:#000;
}



/* Accordion Css */
.accordion{
    width:100%;
}

.accordion-header{
    background: linear-gradient(to bottom, #ff6a6a, #cc0000, #800000);
    color:#f4c542;
    padding:20px 60px 20px 20px;
    font-size:28px;
    cursor:pointer;
    position:relative;
    transition:0.3s;
    text-align: center;
    text-transform: uppercase;
}
.accordion-header::after{
    content:"\2193";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border:2px solid #f4c542;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#f4c542;
    transition:0.3s;
}


.accordion-header.active::after{
    transform:translateY(-50%) rotate(180deg);
}

.accordion-content{
    max-height:0;
    overflow:hidden;
    background:#ffffff;
    transition:max-height 0.4s ease;
    padding:0 20px;
}
.accrd-box{
    padding: 20px 0;
}

.accordion-content p {
    padding: 6px 0 8px 0;
    margin: 0;
    font-size: 16px;
    color: #333;
}
.accrd-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
    padding: 16px 0 4px 0;
}
.accordion-content h2{
    color:#c40000;
    font-size:48px;
    letter-spacing:1px;
    margin-bottom:10px;
    font-weight:normal;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}
.accordion-content h3{
    color:#c40000;
    font-size:38px;
    letter-spacing:1px;
    margin-bottom:20px;
    font-weight:normal;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;  
    font-family: "Playfair Display", serif;
}
ul.curriculum-li {
    font-size: 16px;
    list-style: disc;
    padding: 0;
    margin: 0;
}
ul.curriculum-li li{
    line-height: 30px;
}

footer{
    background: url('../images/footer-bg.jpg');
    width: 100%;
    height: 900px;
    background-size: cover;
    padding: 40px 0px;
}
.footer-bg {
    background-image: url('../images/footer-img.png');
    width: 100%;
    height: 411PX;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 52px 60px;
}
.quick-link h4 {
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 14px 0;
    text-align: left;
    font-family: 'Hedvig Letters Serif';
}
.quick-link ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.quick-link ul li {
    background-image: url('../images/bg-link.png');
    background-size: 12px;
    padding: 0 0 0 25px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.quick-link ul li a {
    text-decoration: none;
    padding: 0px;
    color: #1e1717;
    font-size: 18px;
    font-family: auto;
    font-weight: 400;
    transition: all 0.5s;
    line-height: 32px;
    
}
.quick-link ul li a:hover {
    color: #d50b0f;
}
.accordion-content.coat-bg {
 position: relative;
 min-height: auto;
}
.accordion-content.coat-bg::after {
    background: url('../images/coat-bg.jpeg');
    width: 100%;
    height: 445px;
    background-size: cover;
    content: '';
    position: absolute;
    top: 268px;
    left: 0;
}
.logo-inillo {
    text-align: center;
    margin: 36px 0 30px 0;
    z-index: 99;
    position: relative;
}
.logo-inillo.img-coat {
    text-align: center;
    margin: 36px 0 300px 0;
    z-index: 99;
    position: relative;
}
/* Responsive */
@media(max-width:768px){
    .accordion-header{
        font-size:20px;
        padding:15px 55px 15px 15px;
    }

    .accordion-header::after{
        width:32px;
        height:32px;
        font-size:16px;
    }
}


ul.top-headul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    justify-content: end;
    list-style: none;
}
ul.top-headul li {
    padding:0 14px;
    border-right: 1px solid #2309af;
}
ul.top-headul li:last-child{
    border-right: none;
}
ul.top-headul li a {
    color: #707070;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}