/* General Reset */
* {
  box-sizing: border-box;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1425px !important;
    }
}

@font-face {
  font-family: 'Aeonik Trial Light';
  src: url('../fonts/AeonikTRIAL-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Aeonik Trial';
  src: url('../fonts/AeonikTRIAL-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
background-color: #00315f05 !important;
}

p {
  font-family: 'Aeonik Trial';
  color: #818491;
}

h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
}

h3 {
  font-size: 40px;
}

.hero-section {
     background: url(../images/img_bg_1.webp);
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

li.nav-item {
    padding: 0px 25px;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px !important;
}
section.hero-section::before {
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.subtitle {
  font-family: 'Aeonik Trial Light' !important;
 font-weight: 300;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;

}

.hero-title {
 font-family: DM Serif Display;
font-weight: 400;
font-style: Regular;
font-size: 90px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

}

.hero-date {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
}

.hero-date .day {
  font-size: 2.5rem;
  font-weight: 800;
}
 

/* Navbar Brand Logo */
.navbar-brand {
  font-family: 'DM Serif Display', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}

.pt-120 {
    padding-top: 120px;
}



.ptb-80 {
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}



.black-church img{
    display: inline-flex;
    height: 800px;
    align-items: center;
    flex-shrink: 0;
    object-fit: cover;
    object-position: 100% 100%;
}

.black-church1 img{
    display: inline-flex;
    height: 800px;
    align-items: center;
    flex-shrink: 0;
    object-fit: cover;   
}

.pt-80{
  padding-top: 80px;
}



.timeline-title {
    color: #121F38;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 100px;
}



.pe-100 {
    padding-right: 100px;
}
.ps-100 {
    padding-left: 100px;
}


h3.timeline-heading {
    color: #121F38;
    text-align: right;
    font-family: "DM Serif Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.184px;
}


.timeline-heading2{
color: #121F38;

font-family: "DM Serif Display";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 67.5% */
letter-spacing: 0.184px;
margin-bottom: 30px;
}


.mt-80{
  margin-top: 80px;
}


.card-box{
  background: #FFF;

box-shadow: 0px 0px 100px 0px #D3DEE3;
}


.info-section{
  position: relative;
}

.info-section::before {
    background-image: url(../images/6.webp);
    position: absolute;
    content: "";
    width: 100%;
    height: 570px;
    z-index: -1;
    bottom: 0;
    background-position: center 60%;
    background-repeat: no-repeat;
}















.hero-desc {
    font-family: 'Aeonik Trial';
    font-size: 29px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
    display: block;
    margin-bottom: 50px;
}

.hero-section p{
   font-family: 'Aeonik Trial';
}
.nav-link{
  font-family:'Aeonik Trial';
font-weight: 400;
font-size: 20px;
line-height: 100%;
color: #FFFFFF;
padding: 10px 25px;
}



.date-box {
     font-family: 'Aeonik Trial';
    color: #ffffff;
    font-size: 30px;
    display: flex;
    margin-bottom: 50px;
}

.date-box .day {
font-weight: 700;
font-size: 90px;    
    line-height: 22px;
letter-spacing: 0%;

}

.date-box .divider {
  color: #ffffff;
  opacity: 0.6;
  font-size: 24px;
}

.highlight-text, .info-text {
font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;

}

.space-para{
  padding: 0px 125px;
}

.navbar-toggler{
  padding: 0px;
  border: none;
}

/* Initial navbar style */
.navbar {
  transition: all 0.3s ease;
}

/* After scroll */
.navbar.scrolled {
  background-color: #000000 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-link {
  color: #fff !important;
}

.navbar.scrolled .navbar-brand {
  color: #fff !important;
}















@media only screen and (max-width: 600px) {
  
    .space-para{
    padding: 0px 20px;
  }

  .hero-overlay{
    padding-top: 50px;
   }

   .navbar-brand{
    font-size: 20px;
   }

   .subtitle, .hero-desc, .highlight-text, .info-text{
    font-size: 16px;
   }

   .date-box{
    font-size: 18px;
   }

   .container-1530{
    width: 100% !important;
   }

   .img-padding{
    padding: 1rem;
   }

   .card-1{
    margin-left: 38px !important;
    width: 82% !important;
    margin-top: -76px;

  }

  .card-2 {
    margin-left: 37px !important;
    z-index: 1;
    position: relative;
    width: 82% !important;
    margin-top: -76px;
  }

  .card-title{
    text-align: center;
  }

  .card-main-title{
    text-align: center;
    font-size: 30px;
  }

  .justified-text{
     text-align: justify;
  }

  .small-para, .highlight-para{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    padding: 10px 16px !important;
  }
  .timeline-heading{
    font-size: 20px;
    text-align: center;
  }
  .timeline-content-left{
    padding-right: 0px;
    padding-left: 20px !important;
  }
  .icon-img-first{
    left: 83.2% !important;
  }
  .icon-img{
    left: 2.2% !important;
  }
  .highlight-text-colored{
    font-size: 18px !important;
  }
  .timeline-content-sm-right{
        padding-left: 30px;
  }
  .timeline::before {
    display: none;
  }
  .space-paragraph{
    width: 100% !important;
    text-align: justify !important;
  }
  .small-d-flex{
    flex-direction: row !important;
  }

  .translate-middle-y{
    transform: none!important;
  }
  .bottom-img{
    top: 50px;
  }
 .footer-text{
  font-size: 40px !important;
 }









}

@media only screen and (max-width: 600px) {



  .bottom-img{
 position: relative;
        top: 280px;
  }
  .info-section{
    padding-bottom: 17rem !important;
  }

}



  .small-d-flex{
    display: flex;
  }


.container-1530{
     width: 1530px;
    margin: 0 auto;

}
.card-1{
    margin-left: -76px;
        width: 90%;
}

.card-2{
  margin-left: 146px;
    z-index: 1;
    position: relative;
    width: 90%;
}

.text-orange{
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #CB9D55;
}

.small-para, .highlight-para{
  font-size: 16px;
   font-weight: 400;
}

.highlight-para{
    color: #CB9D55;
}

@media (min-width: 768px) {
    .p-md-5 {
        padding: 38px !important;
    }
  }
  @media (max-width:961px) {
      .card-2 {
      margin-left: 41px;
      z-index: 1;
      position: relative;
      width: 84%;
      margin-top: -65px;
  }
.img-padding {
    padding: 1rem;
}
.card-1 {
    margin-left: 52px;
    z-index: 1;
    position: relative;
    width: 84%;
    margin-top: -65px;
}
  .container-1530 {
    width: 720px;
  }

}


.timeline {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.timeline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #6084A1;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.timeline::after {
content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #6084A1;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #6084A1;
    border-radius: 50%;
    z-index: 2;
}



.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 94%;
  background: #CEE0EF;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  position: relative;
  z-index: 1;
}

.section-heading{
  font-size: 50px;
}

.highlight-text-colored{
    color: #C78665;
    text-align: right;
    font-family: "DM Serif Display";
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.101px;
}

.timeline-text{
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: justify;

}

.timeline-content-left{
      padding-left: 76px;
}

.icon-img-first{
  position: absolute;
  left: 48.2%;
}

.timeline-photo {
  width: 260px;
  height: 260px;
  background-color: #fff; /* white background */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* optional for shadow */
  margin: auto; /* center inside parent */
  border: 1px dashed #86A0B6;
  border-style: dashed;
  border-color: #86A0B6;
  border-width: 1px;
  border-radius: 50%; /* optional if it's a circle */
  background-color: #ffffff; /* white background if needed */
}

.timeline-img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;    
    object-position: 100% 100%;
}

.timeline-content-right {
    padding-right: 76px;
}

.timeline-spacer {
  height: 140px; /* adjust height as needed */
}

.timeline-spacer-1 {
    height: 90px;
}

.timeline-spacer-3{
  height: 280px;
}



.timeline-spacer-wine{
  height: 90px;
}

.mb-90{
margin-bottom: 90px;
}

.icon-up1{

    position: relative;
    bottom: 4px;

}

.icon-first-1 {
    top: 75px;
}

.mt-75{
  margin-top: 75px;
}


.top-img{
  
  margin-left: auto;
  margin-right: 100px;
 
}

.left-img {
  margin-left: 100px;
} 


.tilted-img-left {
      transform: rotate(20deg);
    top: 54px;
    left: -165px;
        border-radius: 0;
    position: absolute;
}

.tilted-img-right {
  transform: rotate(20deg);
    top: 54px;
    right: -135px;
       border-radius: 0;
    position: absolute;
     
}

.space-paragraph{
  width: 64%;
  margin: 0 auto;
      padding: 50px 0px;
}

.images-row{
  position: relative;
  margin-top: -130px;
  z-index: 2;
}

  /* Map Section */
    .map-section {
      position: relative;
      background-color: #e7f1f8;
      padding: 60px 0;
    }

    .map-embed {
      width: 100%;
      height: 750px;
      border: none;
    }

    .map-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      padding: 1.5rem;
      max-width: 700px;
      position: absolute;
      top: 79%;
      right: 14%;
      transform: translateY(-50%);
    }

   
    /* Scroll-to-top Button */
    .scroll-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background: #6084A1;
      color: white;
      border: none;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
      display: none;
      z-index: 999;
    }

    .scroll-top:hover {
      background: #0056b3;
    }

    @media (max-width: 767px) {
      .map-card {
        position: static;
        transform: none;
        margin: 1rem auto 0;
      }
    }

    .contact-text-colored{
      color: #6084A1;
      font-size: 24px;
    }


    .directions-box ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .directions-box li {
      display: flex;
      align-items: flex-start; /* aligns icon top-left with multiline text */
      gap: 10px;
      margin-bottom: 15px;
    }

    .directions-box li img {
      width: 16px;
      height: auto;
      margin-top: 3px; /* aligns better vertically */
    }

    .directions-box li span {
      display: block;
      line-height: 1.6;
      color: #6084A1;
      font-family: 'Aeonik Trial';
      font-size: 16px;
    }

  .contact-section {
      background-color: #EDF3F8;
      padding-top: 130px;
      text-align: center;
    }

    .contact-box {     
      padding: 20px;
      max-width: 500px;
      margin: 0 auto;
    }

   
    .contact-info {
      text-align: left;
      padding-left: 50px;
    }

    .contact-info h6 {
      margin: 5px 0;
      font-family: 'Aeonik TRIAL';
      font-weight: 700;
      font-style: Bold;
      font-size: 20px;
      line-height: 100%;
      color: #6084A1;

    }

    .contact-info p {
      margin: 0 0 10px;
        font-family: 'Aeonik TRIAL';
      font-weight: 700;
      font-style: Bold;
      font-size: 20px;
      line-height: 100%;
      color: #6084A1;
    }

    @media (max-width: 576px) {


      .contact-info {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
      }
    }
    .footer h2{
        
      font-size: 60px;
      
    }
    .footer{
      background-color: #EDF3F8;
    }
   


section.timeline-mobile {
    display: none;
}


.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
}




/* Responsive */


@media (max-width: 768px)

 {


section#Story .col-lg-6 {
    padding: 0;
}

nav.navbar {
    display: none;
}





p.hero-desc {
    margin-bottom: 50px;
}

.date-box {
    margin-bottom: 50px !important;
}

.navbar.scrolled {
    background-color: #000000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}


.navbar-toggler {
    padding: 0px;
    border: none;
    display: none;
}



section.timeline-mobile {
    display: block;
}


.navbar-brand{
   display: none;
}




  
  .hero-title {
    font-size: 40px;
  }

  .hero-date .day {
    font-size: 2rem;
  }

  .hero-content {
    padding: 1rem;
  }



.pt-120 {
    padding-top: 0px;
}

.black-church img {
    display: inline-flex;
    height: 370px;
    align-items: center;
    flex-shrink: 0;
    object-fit: cover;
    object-position: 100% 100%;
}

.ptb-80 {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 2rem;
}

.black-church1 img {
    display: inline-flex;
   height: 370px;
    align-items: center;
    flex-shrink: 0;
    object-fit: cover;
}

.timeline::after{
  display: none;
}

.left-img{
   margin-left: auto;
}





.timeline-title
 {
    color: #121F38;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 50px;
}


h3.timeline-heading {
    color: #121F38;
    text-align: right;
    font-family: "DM Serif Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.184px;
    margin-top: 25px;
    text-align: center;
}

.ps-100 {
    padding-left: 20px;
}

.timeline-item {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}


.highlight-text-colored {
    color: #C78665;
    text-align: right;
    font-family: "DM Serif Display";
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.101px;
    width: 100%;
}

.timeline-spacer-3 {
    height: 0;
}

/* .m-left-icon {
    position: absolute;
    left: 20px !important;
} */


.timeline-content-right {
    padding-right: 20px;
    padding-left: 70px;
}
.m-left-icon {
    left: 20px;
}


#Timeline{
  display: none;
}

.space-paragraph {
    width: 64%;
    margin: 0 auto;
    padding: 0;
}

.map-embed {
    width: 100%;
    height: 400px;
    border: none;
}



.contact-box {
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
}


.contact-section {
    background-color: #EDF3F8;
    padding-top: 60px;
    text-align: center;
}
.card-main-title br {
  display: none;
}


.highlight-text, .info-text {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 !important;
}


    .mb-90{
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 2rem;
  }



    .info-section {
        padding-bottom: 20rem !important;
    }

.images-row {
    position: relative;
    margin-top: -75px;
    z-index: 2;
}

.contact-text-colored {
    color: #6084A1;
    font-size: 20px;
}
    body .tilted-img-left {
        width: 50%;
        height: auto;
        bottom: -190px !important;
        left: 0px !important;
        transform: rotate(360deg) !important;
        padding-right: 11px;
        top: auto;
    }

    body .tilted-img-right {
        width: 50%;
        height: auto;
        top: auto;
        right: 0px !important;
        transform: rotate(360deg) !important;
        padding-left: 11px;
         bottom: -190px !important;
    }

    .bottom-img {
        position: relative;
        top: 250px;
    }










}






/* timeline mobile */



.timeline-mobile {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:50px;
}
.time-line-img-new {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 50px;

}
.time-title-new span{
color: #121F38;
text-align: center;
font-family: "DM Serif Display";
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin-bottom: 50px;
}
.img-border{
width: 262px;
    height: 262px;
    flex-shrink: 0;
    border-radius: 262px;
    border: 1px dashed #86A0B6;
    background: #FFF;
    text-align: center;
    justify-content: center;
    display: flex
;
    align-items: center;
}
.time-line-img-new img{
  width: 240px;
height: 240px;
flex-shrink: 0;
border-radius: 240px;
    object-fit: cover;
}

.timeline-sub-main-title span{
  color: #121F38;
text-align: center;
font-family: "DM Serif Display";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.11px;
margin-bottom: 35px;
display: block;

}

.after-arrival h5{
color: #C78665;
text-align: right;
font-family: "DM Serif Display";
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 27px; /* 150% */
letter-spacing: 0.083px;
}

.after-arrival .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: right;
    flex-flow: row-reverse;
    margin-top: 15px;
}
.after-arrival p{
color: #818491;
text-align: justify;
font-family: "Aeonik TRIAL";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.after-arrival .media-body {
    padding-right: 15px;
    }
.mt-30{
  margin-top: 30px;
}
.mt-60{
  margin-top: 60px;
}
.after-arrival.after-5 .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: start;
    flex-flow: row;
    margin-top: 15px;
}
.after-arrival.after-5 .media-body {
    padding-left: 15px;
}
.after-arrival.after-5 h5 {
    color: #C78665;
    text-align: left;
    font-family: "DM Serif Display";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.083px;
}

