* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

@font-face {
  font-family: Arial;
  src: url(../Fonts/Arial.ttf);
}

@font-face {
  font-family: Baskerville;
  src: url(../Fonts/Baskerville.ttf);
}

@font-face {
  font-family: Footlight;
  src: url(../Fonts/Footlight.ttf);
}

.font_Baskerville {
  font-family: Baskerville;
}

.font_Footlight {
  font-family: Footlight;
}



a {
  text-decoration: none;
  color: inherit;
}


.navybluebg {
  background-color: #292941;
}

.darkgreenbg {
  background-color: #183a29;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1920px;
  margin: auto;
  padding: 40px 0;
}

.navbar h5 {
  font-size: 30px;
  font-family: Baskerville;
}

.logo {
  max-width: 110px;
}

.sponsur-logo {
  max-width: 150px;
}

.sponsur {
  font-size: 13px;
}

.commonheader {
  margin: auto;
  margin-bottom: 50px;
  overflow: hidden;
  width: 90% !important;
  display: block;
}


.headerNavbar {
  background-color: rgb(41, 41, 65, 0.7);
  transition: all 0.4s ease;
}

.headerNavbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation: slideDown 0.4s ease;
  height: 100px;
}

.sticky .navbar {
  padding: 20px 0 !important;
  padding-top: 22px !important;
}

.sticky .logo {
  width: 50px !important;
}

.sticky .sponsur-logo {
  width: 70px !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.mxwidth {
  max-width: 1920px;
  margin: auto;
}

#singleSlide .splide__slide,
.commonheader {
  width: 100%;
  height: 80vh;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.commonheader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar a {
  transition: 0.3s ease-in-out;
}

.navbar a:hover {
  scale: 1.1;
}


.commonheader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 0.5 black overlay */
  z-index: 100;
}

/* Keep content above overlay */
.commonheader>* {
  position: relative;
  z-index: 2;
}

.events_box {
  height: auto;
  border-left: 1px solid white;
  padding-left: 20px;
  margin-top: 30px;
}

.event_button {
  min-width: 150px;
  height: 40px;
  border: 1px solid white;
  background-color: transparent;
  font-size: 9px;
  color: white;
  font-family: Arial;
  letter-spacing: 1px;
  margin-left: 20px;
  margin-top: 20px;
  transition: 0.5s ease-in-out;
}

.event_button:hover {
  background-color: white;
  color: #292941;
  font-size: 10px;
}

.contactBtn {
  min-width: 100px;
  height: 40px;
  border: 1px solid white;
  background-color: transparent;
  font-size: 9px;
  color: white;
  font-family: Arial;
  letter-spacing: 1px;
  transition: 0.5s ease-in-out;
}

.contactBtn:hover {
  background-color: white;
  color: #292941;
  font-size: 10px;
}

.events_box span {
  font-size: clamp(15px, 22px, 3vw);
}

#singleSlide {
  width: 90%;
  max-width: 1920px;
  height: 85vh;
  /* display: block; */
  margin: auto;
}

.header_slide {
  width: 100%;
  height: 85vh;
  max-width: 1920px;
  position: relative;
}

.header_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_slide span,
.commonheader span {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-family: Baskerville;
  z-index: 100;
}

.cards_section,
.tours_main_wrap {
  width: 80%;
  max-width: 1920px;
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}

.recentTour_main_wrap,
.aboutUs_main_wrap,
.lectureWrap,
.contactWrap {
  width: 80%;
  max-width: 1920px;
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}

.recentTour_main_wrap {
  justify-content: center;
}

.lectureWrap {
  width: 70%;
  max-width: 1920px;
}

.contactWrap {
  width: 90%;
  max-width: 1920px;
}

.lectureImageBox {
  width: 100%;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
}

.lectureImageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.contactheading {
  font-size: 3rem;
}

.contact_main_heading {
  font-size: 3.75vw;
  font-family: Baskerville;
}



.lectureWrap p {
  font-size: 35px;
  margin: 0px;
  text-align: center;
  color: white;
  font-family: Footlight;
  margin-top: 15px;
}

.contactWrap p {
  /* font-size: 20px; */
  font-family: Footlight;
  margin-top: 20px;
}

.contactText {
  transition: 0.3s ease-in-out;
}

.contactText:hover {
  scale: 1.01;
}


.lectureImageBox:hover img {
  scale: 1.1;
}

.about-description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.recentTour_main_wrap p {
  font-size: clamp(16px, 22px, 5vw);
  max-width: 570px;
}

.aboutUs_main_wrap p {
  font-size: clamp(16px, 22px, 3vw);
  max-width: 600px;
  text-align: start;
  /* display: block;
  margin: auto; */
  /* margin-bottom: 15px; */
}

.centerLine {
  width: 1px;
  height: 180px;
  background-color: white;
  display: block;
  margin: auto;
}

.sliderCard {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.sliderCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

.sliderCard:hover img {
  scale: 1.1;
}

#tourSlider {
  height: 300px !important;
  /* overflow: hidden; */
}

.cardbox {
  min-width: 300px;
  width: 21vw;
  height: auto;
  text-align: center;
  color: white;
  font-family: Footlight;
  font-size: 25px;
}

.cardbox img {
  width: 100%;
  min-height: 200px;
  height: 30vh;
  object-fit: cover;
  margin-bottom: 10px;
}

.upcomingHeading,
.aboutusheading,
.tourHeadingss {
  font-size: clamp(30px, 45px, 8vw) !important;
}

.toursTextnew {
  font-size: 22px !important;
}

.font_Baskerville {
  font-family: Baskerville;
}

.font_Footlight {
  font-family: Footlight;
}

audio {
  width: 100%;
}

.shortsContent p {
  font-family: Footlight;
  max-width: 100% !important;
  font-size: clamp(16px, 20px, 3vw);
}

.shortsContent h3 {
  font-family: Baskerville;
  margin-top: 40px;
}

.lecturesLongContent p {
  font-family: Footlight;
  max-width: 100% !important;
  font-size: clamp(16px, 20px, 3vw);
}

.lecturesLongContent strong {
  font-family: Baskerville;
  max-width: 100% !important;
  margin-top: 20px !important;
  font-weight: 400 !important;
  font-size: clamp(23px, 28px, 4vw);
  letter-spacing: 1px;
}

.docs_links a {
  font-size: clamp(17px, 22px, 3vw);
  font-family: Footlight;
  color: white;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.docs_links a:hover {
  scale: 1.1;
}

/* Target paragraphs that contain strong tags */
.lecturesLongContent p:has(strong) {
  margin-top: 40px !important;
}


.aboutusheading {
  margin-bottom: 0.8rem;
}

.recntTourHeading {
  font-size: clamp(35px, 42px, 5vw);
}

.cardbox p {
  margin: 0;
  font-size: 35px;
}

.footer_padding {
  padding: 40px 0 !important;
}

.footer {
  width: 90%;
  max-width: 1920px;
  margin: auto;
  background-color: #183a29;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.footer h3 {
  font-family: Baskerville;
}

.footer a {
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.3s ease-in-out;
}

.footer a:hover {
  scale: 1.1;
}

.footer img {
  max-width: 180px;
}

.footer_line {
  width: 90%;
  max-width: 1920px;
  height: 1px;
  background-color: white;
  display: block;
  margin: auto;
  margin-top: 40px;
}

.footerLast {
  width: 90%;
  max-width: 1920px;
  margin: auto;
  margin-top: 25px;
  color: white;
}

.pl20 {
  padding-left: 20px;
}

.TourImage {
  max-width: 100%;
  height: 400px;
  overflow: hidden;
}

.TourImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.TourImage:hover img {
  width: 100%;
  height: 100%;
  scale: 1.1;
}

.navbar h5 {
  font-size: 25px;
}


.toursPaddingBottom {
  padding-bottom: 80px !important;
}

.LogosImg {
  max-width: 150px !important;
  max-height: 150px;
}

.apppleLogo {
  max-width: 50px;
  max-height: 50px;
}


@media (max-width:1199px) {

  .logo {
    max-width: 100px;
  }

  .sponsur-logo {
    max-width: 140px;
  }

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

  .navbar a {
    font-size: 14px;
  }

  .sponsur {
    font-size: 11px;
  }

  .cards_section {
    width: 90%;
    display: flex;
    gap: 10px;
  }

  .footer h3 {
    font-size: 25px;
  }

  .footer a {
    font-size: 14px;
  }

  .footer img {
    max-width: 100px;
  }

}

@media (min-width:992px) {

  .upcomingHeading,
  .events_box span {
    text-wrap: nowrap !important;
  }

  .statsImage {
    height: 682px;
  }

  .contactText {
    font-size: 25px;
  }

}



@media (max-width:992px) {

  .lectureWrap {
    width: 90%;
  }



  .footer a {
    font-size: 16px;
  }

  .footer {
    width: 90%;
    margin: auto;
    background-color: #183a29;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .mobileMenu {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    color: white !important;
    transition: height 0.5s ease, padding 0.3s ease;
    background-color: #292941;
  }

  .cards_section {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    padding-bottom: 20px;
  }

  .logo {
    max-width: 70px;
  }

  .sponsur-logo {
    max-width: 100px;
  }

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

  .navbar a {
    font-size: 16px;
  }

  .sponsur {
    font-size: 10px;
  }

  .toggle_menu {
    font-size: 25px;
  }

  .navbar {
    padding: 20px 0;
  }
}

@media (max-width:768px) {
  .events_box span {
    font-size: 16px;
  }

  .sliderCard img,
  .lectureImageBox img {

    object-fit: contain;

  }

  .contactheading {
    font-size: 8vw;
  }

  .contact_main_heading {
    font-size: 2.5rem;
  }




  .events_box {
    border-left: 1px solid transparent;

  }

  #singleSlide,
  .header_slide,
  #singleSlide .splide__slide {
    height: 500px !important;
  }

  #singleSlide {
    margin-bottom: 30px;
  }

  .cardbox {
    min-width: 300px;
    width: 90vw;
  }

  .cardbox img {
    object-fit: cover;
  }

  .cardbox p {
    margin: 0;
    font-size: 28px;
  }

  .tours_main_wrap {
    width: 90%;
    padding: 40px 0;
  }

  .recentTour_main_wrap,
  .aboutUs_main_wrap,
  .lectureWrap,
  .contactWrap {
    width: 90%;
    padding: 30px 0;
  }

  .footer {

    padding: 15px 0;

  }


  .recentTour_main_wrap {
    padding: 20px 0;
  }

  .toursPaddingBottom {
    padding-bottom: 35px !important;
  }

  .footerLast {
    text-align: center;
  }

  .centerLine {
    width: 100%;
    height: 1px;
    background-color: white;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}

.w-90{
  max-width: 90% !important;
  width: 90% !important;
}