

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

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}


button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color:#000000;
  font-size: 18px;
}

img {
  max-width: 100%;
}
html{
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  scroll-behavior: smooth;
  margin: 0;
  cursor: default;
}
.smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  padding-top: 146px;
}
input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.navbar-brand img {
  height:40px;
}

.navbar-nav li a {
  color:#000000;
  font-size: 16px;
  padding:5px 8px !important;
  margin: 0px 13px;
  border-bottom: 2px solid transparent;
  position: relative;
  font-weight:400;
  border-bottom:2px solid transparent;
}
.navbar-nav li:hover a, .navbar-nav li.active a {
  color:#000000;
}
.nav-link {
  position: relative;
  display: inline-block;
  color: black;
  text-decoration: none;
  padding: 8px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.4s ease;
}

.nav-link:hover::after, .nav-item.active .nav-link::after {
  width: 100%;
}
.animate-swipe-right.swipe {
  animation: swipeRight 0.5s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1.5s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1.5s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}




header{
  height: auto;
  z-index: 5;
  left: 0px;
  right: 0px;
  background:white;
  z-index:2;
  position: relative;
}
.navbar-brand{
  padding-right: 20px;
  border-right:1px solid rgba(255,255,255,0.2);
  padding: 0px 10px 0px 0px;
}
.navbar-brand img{
  height:56px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.navbar-collapse{
  display: flex;
  justify-content:center;
}

.header-top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #BC9B6A;
  padding: 13px 0px;
}
.social a{
  color: #ffffff;
  font-size:20px;
  display: inline-block;
  padding: 0px 6px;
}
.social a {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1);
  display: inline-block; 
}

.social a:hover {
  transform: scale(1.4); 
}
.header-top-right{
  color:#ffffff;
}
.header-top-right a{
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 0px 10px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1);
}
.header-top-right a:hover{
  transform: scale(1.2); 
}
.header-search{
  width: 300px;
  height: 28px;
  display: inline-block;
  border-bottom:1px solid #ffffff;
  background: none;
}
.header-search input{
  background: none;
  border: none;
  display: block;
  font-size: 16px;
  width: 100%;
  height:27px;
  padding-left:26px;
  background-image: url('../images/Search.png');
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
  background-size: 17px;
}
.header-search input::placeholder{
  color: #ffffff;
}
.navbar{
  padding: 20px 0px;
}
.navbar-collapse{
  justify-content: start;
}

.burger-menu {
  width:50px;
  height:50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  cursor: pointer;
  gap: 6px;
  padding: 10px;
  border:1px solid #000000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all .3s;
}

.burger-menu div {
  height: 2px;
  background-color: black;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.burger-menu div:nth-child(1) {
  width: 100%;
}

.burger-menu div:nth-child(2) {
  width: 75%;
}

.burger-menu div:nth-child(3) {
  width: 50%;
}

/* Hover effect */
.burger-menu:hover div:nth-child(1) {
  width:100%;
  transform: translateX(0px);
  background-color: #ffffff;
}

.burger-menu:hover div:nth-child(2) {
  width: 100%;
  transform: translateX(0px);
  background-color: #ffffff;
}

.burger-menu:hover div:nth-child(3) {
  width: 100%;
  transform: translateX(0px);
  background-color: #ffffff;
}
.burger-menu:hover{
  background: #000000;
}

.banner .banner-img{
  border-radius: 30px;
}
.rounded-brown{
  background: #BC9B6A;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 30px;
  font-size: 16px;
  /* transition: all 0.3s ease; */
}
/* .rounded-brown:hover{
  background: #000000;
} */
.sqaure-black{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:15px 20px;
  font-size: 14px;
  font-weight: 500;
  background: #000000;
  color:#ffffff;
  border:none;
  height: auto;
  /* transition: all 0.3s ease; */
}
/* .sqaure-black:hover{
  background: #BC9B6A;
} */
.sqaure-brown{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:15px 20px;
  font-size: 14px;
  font-weight: 500;
  background: #BC9B6A;
  color:#ffffff;
  border:none;
  height: auto;
  transition: all 0.3s ease;
}
.sqaure-brown:hover{
  background: #000000;
}
.outline-square{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:15px 20px;
  font-size: 14px;
  font-weight: 500;
  color:#000000;
  border:none;
  height: auto;
  background: none;
  border:2px solid #000000;
  transition: all 0.3s ease;
}
.outline-square:hover{
  background: #000000;
  color:#ffffff;
}
.outline-rounded{
  border-radius:50px;
  -webkit-border-radius:50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:15px 20px;
  font-size: 14px;
  font-weight: 500;
  color:#000000;
  border:none;
  height: auto;
  background: none;
  border:2px solid #000000;
  transition: all 0.3s ease;
}
.outline-rounded:hover{
  background: #000000;
  color:#ffffff;
}
.rounded-black{
  border-radius:30px;
  -webkit-border-radius:30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding:15px 20px;
  font-size: 14px;
  font-weight: 500;
  background: #000000;
  color:#ffffff;
  border:none;
  height: auto;
  line-height: initial;
  /* transition: all 0.3s ease; */
}
/* .rounded-black:hover{
  background-color:#BC9B6A;
} */
.banner-content{
  max-width: 900px;
  position: absolute;
  top:auto;
  z-index: 1;
  text-align: center;
}
.banner-content h1{
  color:#ffffff;
  font-size: 96px;
  display: block;
  margin-bottom: 20px;
}


.slider {
  position: relative;
  width: 100%;
  height:calc(90vh - 140px);
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
}
.slide.second-slide, .slide.third-slide{
  background-position: right;
}

.slide.active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 1;
}

.banner-content h1 {
  font-size:96px;
  margin-bottom: 20px;
  animation: fadeInUp 1.2s ease forwards;
}

.rounded-brown {
  display: inline-block;
  padding: 10px 22px;
  background-color: #BC9B6A;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  animation: fadeInUp 1.5s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: white;
}


.tags{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap:10px;
  border-bottom: 1px solid #CCCCCC;
}
.tags li{
  display: inline-block;
}
.tags a{
  background: #000000;
  color:#ffffff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  font-size: 17px;
  font-weight: 500;
  padding:5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.links{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap:10px;
  padding: 0px;
  margin-top: 20px;
}
.links li{
  display: inline-block;
}
.links a, .links button{
  border:1px solid #000000;
  color:#000000;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  font-size: 17px;
  font-weight: 500;
  padding:5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.links a:hover, .links button:hover{
  background: #000000;
  color:#ffffff;
}
section.section{
  padding:40px 0px;
}
.rounded-corner{
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.three-category span{
  position: absolute;
  left:60px;
  bottom:20px;
  color:#ffffff;
  font-size: 40px;
  line-height: 50px;
  font-family: "Work Sans", sans-serif;
}

.three-category img{
  width: 100%;
}

.three-category span{
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1);
  display: inline-block; 
}

.three-category a:hover span{
  transform: scale(1.1); 
}


.subtitle{
  font-size: 64px;
  display: flex;
  margin-bottom: 20px;
  /* justify-content: space-between; */
}
.subtitle > span{
  flex:1;
}
.video-outer a{
  position: absolute;
  left:calc(50% - 45px);
  top:calc(50% - 45px);
}
.slider-arrows{
  display: flex;
  align-items: center;
}
.slider-arrows a{
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  display: inline-block;
  margin-right: 15px;
}
.buttons-outer{
  background: none;
  border:none;
  display: flex;
}
.buttons-outer button{
  color:#000000;
  background: none;
  border:none;
  font-size: 20px;
  padding:8px;
  display: inline-block;
}
.latest-video{
  background-color: #444444;
  background-image: url('../images/slider-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.latest-video h2{
  color: #ffffff;
}
.latest-video a, .latest-video button{
  color: #ffffff;
}
.slider-item{
  border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  width: 270px;
  padding: 10px;
  background: #D9D9D9;
}
.slider-item:hover{
  background-color: #ffffff;
}
.slider-item img{
  width: 100%;
  border-radius:16px;
  -webkit-border-radius:16px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
.slider-item h5{
  margin-bottom: 10px;
  display: block;
  color: #000000;
}
.slider-item p{
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}
.slider-item span{
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.slider-item {
  min-width: 300px;
  flex: 0 0 auto;
  margin: 0 15px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}


.slider-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slider-item {
  flex: 0 0 auto;
  min-width: 300px;
  margin: 0 11px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.slider-item img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.slider-item h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.slider-item p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.slider-item span {
  font-size: 13px;
  color: #000000;
}
.blog-outer{
  position: relative;
}
.overlay-content{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  padding:30px;
}
.overlay-content > a{
  display: inline-block;
}
.overlay-content span{
  background: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 16px;
  color:#000000;
}
.overlay-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-title{
  font-size: 36px;
  color:#ffffff;
  display: block;
  line-height: normal;
  padding-right: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.arrow-read-more {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #BC9B6A;
  color: #ffffff;
  border-radius: 50px;
  font-size: 25px;
  transition: all 0.3s ease;
  transform: scale(1);
}

.arrow-read-more:hover {
  /* background: #000000; */
  transform: scale(1.3);
}
.arrow-read-more i{
  /* transition: all 0.3s ease; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-read-more i:hover{
  /* margin-right: -5px;
  margin-top: -5px; */
}
.blog-date{
  color:#ffffff;
  font-size: 30px;
  flex:1;
  font-weight: 300;
}
.small-size-blog .blog-title{
  font-size: 20px;
}
.small-size-blog .blog-date{
  font-size: 16px;
}
.blog-outer img{
  height: 660px;
  object-fit: cover;
}
.blog-outer.small-size-blog img{
  height: 312px;
}
.join-category{
  background-image: url('../images/join.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:50px !important;
  background-attachment: fixed;
}
.join-category span{
  color: #000000;
  position: static;
}
.join-category a {
  background-color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.join-category a i{
  transition: all 0.3s ease;
}

.join-category a:hover {
  background-color: #BC9B6A;
}
.join-category a:hover i{
  margin-right: -5px;
  margin-top: -5px;
}
.three-category-content{
  position: absolute;
  left: 60px;
  bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  right:60px;
  align-items: end;
  display: flex;
}
footer{
  margin-top: 50px;
}
footer .social a {
  color: #000000;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(1);
  display: inline-block; 
}

footer .social a:hover {
  color: #BC9B6A;
  transform: scale(1.2); 
}
footer h6{
  font-size:18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
footer a{
  display: block;
  color:#888888;
  font-size: 15px;
  padding: 4px 0px;
  transition: all 0.3s ease;
  position: relative;
}
footer a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #BC9B6A;
  transition: width 0.4s ease;
}

footer a:hover::after{
  width: 100%;
}
footer a:hover{
  color:#000000;
}
.newsletter{
  width: 100%;
  display: flex;
  border-bottom:1px solid #888888;
  padding: 5px 0px;
  margin-top:20px;
}
.newsletter input{
  font-size: 14px;
  flex:1;
  border:none
}
.newsletter-btn{
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all 0.3s ease;
  border:none;
}
.newsletter-btn:hover{
  background: #BC9B6A;
}
footer p{
  font-size: 16px;
  color:#888888;
}
.copyright{
  border-top:1px solid #000000;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  color:#000000;
  padding-top: 20px;
  font-weight: 300;
}
.copyright a{
  color:#000000;
  /* text-decoration: underline; */
  display: inline-block;
  font-weight:500;
}
.copyright a:hover{
  color:#BC9B6A;
}


    .back-to-top {
      position: fixed;
      right: 30px;
      bottom: 30px;
      width: 60px;
      height: 60px;
      background: #333;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-decoration: none;
      opacity: 0;
      pointer-events: none;
      transform: translateY(100px);
      transition: all 0.4s ease;
      z-index: 999;
    }

    .back-to-top svg {
      position: absolute;
      transform: rotate(-90deg);
    }

    .back-to-top.show {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .back-to-top i {
      z-index: 1;
      font-size: 22px;
    }

    circle {
      fill: none;
      stroke: #fff;
      stroke-width: 4;
      stroke-dasharray: 157;
      stroke-dashoffset: 157;
      transition: stroke-dashoffset 0.3s linear;
    }

    .back-to-top:hover {
      background-color: #555;
    }


.burger-menu{
  background: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 1000;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Sidebar (popup) */
.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  /* box-shadow: -2px 0 10px rgba(0,0,0,0.3); */
  transition: right 0.4s ease;
  z-index: 1001;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar.active {
  right: 0;
}

.close-btn {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}
.quick-link{
  margin-bottom: 20px;
}
.quick-link .card-img{
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}
.quick-link img{
  height:150px!important;
  width: 100%;
  border-radius:20px;
  -webkit-border-radius:20px;
  display: block;
  object-fit: cover;
  margin-bottom: 15px;
}
.quick-link .arrow-read-more{
  background: #000000;
}
.quick-link-outer{
  overflow-y: auto;
  overflow-x: hidden;
}
.contact-btn{
  background: #000000;
  color: #ffffff;
  width: 100%;
  display: flex;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  /* padding: 10px 0px; */
  line-height: 10px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.sidebar .social{
  display: flex;
  justify-content: space-between;
}
.sidebar .social a{
  color:#000000;
}
.sidebar h2{
  font-size: 25px;
}
.navbar-nav{
  width: 100%;
  padding-top:5px;
}
.submenu{
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  list-style: none;
  padding: 10px;
  position: absolute;
  top: 100%;
  width: auto;
  z-index: 2;
  display: none;
  pointer-events: none; /* Prevent clicking when hidden */
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(10px);
}
.navbar-nav .submenu li a{
  color: #ffffff;
  margin: 0px;
  display: block;
  white-space: nowrap;
  pointer-events: auto;
}

.navbar-nav .submenu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width 0.4s ease;
}

.navbar-nav .submenu li a:hover::after{
  width: 100%;
}

.inner-banner{
  margin-bottom: 70px;
}
.inner-banner .banner-content{
  text-align: center;
  width: 100%;
  max-width: 100%;
  top: 0px;
  right: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner-banner .banner-content h1{
  margin-bottom: 10px;
}
.breadcrumb{
  text-align: center;
  display: inline-flex;
  border-bottom:1px solid #ffffff;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding-bottom: 5px;
}
.breadcrumb a{
  color:rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding:0px 8px;
}
.breadcrumb a:first-child{
  padding-left:0px;
}
.breadcrumb span{
  color: #ffffff;
  display: inline-block;
  padding: 0px 8px;
}
.breadcrumb span:last-child{
  padding-right: 0px;
}

.get-started{
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/get-started.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.get-started-content{
  text-align: center;
  max-width:660px;
  margin: auto;
}
.get-started-content h2, .get-started-content p{
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.get-started-content p{
  font-size: 32px;
}
.get-started-content p u{
  font-weight: 500;
}
.get-started-content a{
  font-weight: 500;
  text-decoration: underline;
  color:#ffffff;
}
.team-card img{
  border-radius: 25px;
  -webkit-border-radius: 25px;
  display: block;
  height: 340px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  margin-bottom: 15px;
}
.team-card span{
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.team-card p{
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 20px;
}
.three-category-content span{
  position: static;
  flex:1;
}
.inner-banner img{
  min-height:300px;
  object-fit: cover;
}
.more-about-us .three-category-content{
  left: 30px;
  right: 30px;
}
.content-vision{
  font-size: 37px;
}
.our-mission{
  background-image: url('../images/our-mission.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.our-mission h2, .our-mission p{
  color: #ffffff;
}
.big-text{
  font-size: 37px;
}
.belief-title{
  font-size: 40px;
  display: block;
  font-weight:600;
  margin-bottom: 10px;
}
.belief-content{
  margin-bottom:80px;
}
.belief-content p{
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}



.accordion {
  background-color: #fff;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.accordion-button {
  background-color: #fff;
  font-weight: 500;
  padding-right: 40px;
  position: relative;
  box-shadow: none !important;
}

/* Remove default arrow */
.accordion-button::after {
  display: none;
}

/* Custom plus/minus icon */
.accordion-button::before {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease, content 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
  content: '−'; /* minus */
}

.accordion-body {
  background-color: #fff;
  padding: 15px 20px;
  transition: all 0.4s ease;
}
.accordion-button, .accordion-body{
  padding-left: 0px;
  padding-right: 0px;
}
.accordion-button{
  padding-right:30px;
}
.accordion-body p{
  color: rgba(0, 0, 0, 0.5);
}
.accordion-button:focus {
  outline: none;
}

.accordion-button:not(.collapsed), .accordion-button{
  background-color: initial;
  color:#000000;
  font-size: 20px;
  font-weight: 500;
}

.value-card{
  border:1px solid #D9D9D9;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding:40px;
  text-align: center;
  height: 100%;
}
.value-card span{
  background: #BC9B6A;
  width: 118px;
  height: 118px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.value-card span img{
  height:70px;
}
.value-card h4{
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  color:#000000;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.value-card ul{
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding-left: 15px;
  margin-top: 20px;
  text-align: left;
}
.custom-card{
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border:1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  padding: 15px;
  height: 100%;
  position: relative;
}
.custom-card img.card-img{
  border-radius:15px;
  -webkit-border-radius:15px;
  display: block;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}

.card-content{
  flex: 1;
}
.card-title{
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color:#000000;
  display: block;
  margin-bottom: 10px;
  line-height: initial;
}
.card-content p, .content-with-readmore p{
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.content-with-readmore p{
  padding-right: 20px;
}
.content-with-readmore{
  display: flex;
  flex-direction: row;
  align-items: end;
}
.readmore-dark{
  background-color: black;
}
.light-text{
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
.btn-sm{
  padding: 6px 30px!important;
  font-size: 16px!important;
  font-weight: normal;
}

footer.py-5{
  padding-top: 0px!important;
}
footer .container{
  border-top:1px solid #000000;
  padding-top:80px;
  margin-top: -1px;
}
.watch-card{
  border:none;
  border-bottom:1px solid #CCCCCC;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.watch-card img.card-img{
  height: 344px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
}
.watch-card p{
  font-size: 18px;
}
.watch-card .card-title{
  font-size: 30px;
  padding-right: 20px;
}


.dont-miss{
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/get-started.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}
.dont-miss h2{
  font-size: 100px;
  font-weight: 500;
  display: block;
  color: #ffffff;
  line-height: normal;
}
.dont-miss p{
  font-size: 22px;
  display: block;
  color: #ffffff;
}
.podcasts{
  display: inline-block;
  padding: 0px 50px;
}
.podcasts img{
  width: 144px;
  display: inline-block;
  margin-bottom: 20px;
}
.podcasts label{
  font-size: 22px;
  color:#ffffff;
  display: block;
  text-align: center;
}
.location-services h3{
  font-size: 36px;
  font-weight: bold;
}
.location-services p{
  font-size: 24px;
}
.map-address h5, .map-address a{
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color:#000000;
}
.map-address a:hover{
  color:#BC9B6A;
}
.map-address p{
  font-size: 16px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.title-info{
  font-size: 32px;
  color:#000000;
  display: block;
  margin-bottom:0px;
}
.lead-pastor-title{
  font-size: 48px;
}
.page-title{
  font-size:70px;
  font-weight:600;
}
.locations-td{
  font-weight: bold;
  text-decoration: underline;
}
.locations-td a{
  color:#000000;
}
.locations-td a:hover{
  color:#BC9B6A;
}
.location-table td{
  border:none;
  padding: 15px 0px;
  font-size: 18px;
}
.location-table th{
  padding: 15px 0px;
  font-size: 24px;
}
.get-direction{
  color:#BC9B6A;
  text-decoration: underline;
  font-size: 16px;
}
.light-peragraph{
  color: rgba(0, 0, 0, 0.5);
}
.growth-path{
  border:1px solid #000000;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding:30px;
  height: 100%;
}
.growth-path > span{
  font-size:35px;
  display: block;
}
.growth-path > h3{
  font-size:35px;
  font-weight:600;
  display: block;
  margin-bottom: 20px;
}
.growth-path p{
  color: rgba(0, 0, 0, 0.5);
}
.growth-arrow{
  font-size: 40px;
}
.get-involved p{
  min-height:100px;
}
.form-input{
  background: #F5F5F5;
  border:1px solid #CCCCCC;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  font-size: 14px;
}
textarea.form-input{
  height: 125px;
  resize:none;
  padding: 10px;
}
.form-label, .form-check-label{
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.connect-sigup p{
  font-size: 16px;
}
.give-ul{
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  display: block;
  padding-left:5px;
}
.give-ul li{
  display: block;
}
.give-ul li a{
  color:#FB00FF;
}
.text-link{
  text-decoration: underline;
  font-weight:600;
  color: rgba(0, 0, 0, 0.5)!important;
}
.login-banner .slider{
  border-radius: 0px;
}
.login-banner{
  margin-top: -92px;
  min-height:calc(100vh);
  background-image: url('../images/login-bg.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  position: relative;
  padding-bottom:30px;
  min-height: 880px;
}
.login-box{
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 444px;
  padding:40px;
  margin-left: auto;
  position: relative;
  top:160px;
  z-index: 1;
}
.login-box .input-group{
  width:100%;
}
.login-box .input-group button{
  flex:1;
  border:1px solid #BC9B6A;
  color:#BC9B6A;
} 
.input-group button:first-child{
  border-radius: 50px 0px 0px 50px;
}
.input-group button:last-child{
  border-radius: 0px 50px 50px 0px;
}
.input-group button:hover{
  background: #BC9B6A;
  color:#ffffff;
}
.dont-have-account{
  text-align: center;
  font-size: 14px;
  display: block;
  margin-top:8px;
}
.dont-have-account a{
  color:#BC9B6A;
  text-decoration: underline;
}
.forgot-password{
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.keep-logged-in{
  flex:1;
}
.contact-form{
  background: #EDEDED;
  padding: 50px 100px;
}
.contact-form form{
  
  height: 100%;
}
.connect{
  padding-left:68px;
  position: relative;
  background-image: url('../images/divider.svg');
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
}
.connect i {
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 51px;
  color:#212529;
}
.connect span{
  font-size: 24px;
  font-weight:600;
  color:#212529;
}
.bg-none{
  background: none;
}
.checkout-bg{
  background-image: url('../images/checkout.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.stay-connect{
  background-image: url('../images/contact/contact-d.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding:80px 50px;
  text-align: center;
}
.connect-wrapper{
  width: 622px;
  margin: auto;
  max-width: 90%;
}
.stay-connect p{
  color:#ffffff;
  display: block;
  margin-bottom: 20px;
}
.stay-connect input{
  width:400px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
.WhatsApp-text{
  font-size: 48px;
}
.calendar-date{
  width: 100%;
  height: 200px;
  background-size: cover;
  background-image: url('../images/join-bg.png');
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom:10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calendar-date h3{
  font-size: 48px;
}
.calendar-date h4{
  font-size: 32px;
}

.header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
header.active{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.3s ease;
  position: fixed;
  top:0px;
  width: 100%;
}
header.active .header-top{
  display: none;
}
footer .social a::after{
  display: none;
}


.three-category img, .quick-link img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
  display: block;
}


.three-category .position-relative{
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.three-category .position-relative img, .quick-link img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.quick-link:hover img{
  transform: scale(1.2);
}


.team-card, .custom-card{
  -webkit-transition: .3s ease-in-out!important;
  transition: .3s ease-in-out!important;
}
.team-card:hover, .custom-card:hover{
  transform: scale(1.05)!important;
}
.custom-card:hover{
  background: #fbf3e8;
}
.custom-card.animate-swipe-up, .team-card.animate-swipe-up{
  animation:initial;
}

.card-img{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.card-img img{
  -webkit-transition: .3s ease-in-out!important;
  transition: .3s ease-in-out!important;
}
.three-category .position-relative:hover .card-img img{
  transform: scale(1.2)!important;
}


.team-card img{
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}

.team-card img:hover {
  filter: grayscale(0%);
}

.video-outer{
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.video-outer img{
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.video-outer img:hover{
  transform: scale(1.5);
}
.tags a{
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 6px 12px;
}

.tags a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #BC9B6A;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}

.tags a:hover::after {
  width: 100%;
}


.rounded-black, .rounded-brown, .sqaure-black, .outline-square, .outline-rounded{
  position: relative;
  overflow: hidden;
}
.rounded-black *, .rounded-brown *, .sqaure-black *, .outline-square *, .outline-rounded *{
  z-index: 1;
}
.rounded-black:after, .rounded-brown:after, .sqaure-black:after, .outline-square:after, .outline-rounded:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}
.rounded-black:hover{
  background: none;
  border:1px solid #BC9B6A;
}
.rounded-black:hover::after{
  background-color: #BC9B6A;
  width: 100%;
}

.rounded-brown:hover{
  background: none;
  border:1px solid #000000;
}
.rounded-brown:hover::after{
  background-color: #000000;
  width: 100%;
}


.sqaure-black:hover{
  background: none;
  border:1px solid #BC9B6A;
}
.sqaure-black:hover::after{
  background-color: #BC9B6A;
  width: 100%;
}


.outline-rounded:hover, .outline-square:hover{
  background: none;
  border:2px solid #000000;
}
.outline-rounded:hover::after, .outline-square:hover::after{
  background-color: #000000;
  width: 100%;
}

.contact-form .sqaure-black{
  transition: all 0.3s ease;
}
.contact-form .sqaure-black:hover{
  background: #BC9B6A;
}



.subtitle {
  position: relative;
}
.subtitle.animate-line::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height:8px;
  width: 0%;
  background: #BC9B6A;
  animation: widthize70 1.2s ease-in-out 0.3s forwards;
  max-width:110px;
}

@keyframes widthize70 {
  0% { width: 0%; }
  100% { width: 70%; }
}
.subtitle.text-center::after, .subtitle.justify-content-center::after, .get-started-content h2::after{
  display: none;
}
.get-started{
  background-attachment: fixed;
}
.animate-line.no-line::after{
  display: none;
}
/* .quick-link .arrow-read-more:hover{
  transform:initial;
} */
.watch-card.custom-card:hover{
  /* transition:initial!important; */
  transform: scale(1) !important;
}
.footer-category{
  margin-bottom: -51px;
}
.footer-links{
  list-style: none;
  padding-left: 0px;
}
.footer-links li{
  display: block;
}
.footer-links li a{
  display: inline-block;
}
.latest-videos{
  padding: 50px 0px;
}
.w-narrow{
  max-width: 90%;
}
.accordion-body a{
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  padding: 3px 0px;
  margin-top:2px;
  margin-bottom:2px;
  display: inline-block;
}
.accordion-body a:hover{
  color: #BC9B6A;
}
.accordion-body p{
  margin-bottom: 10px;
  display: block;
}


.map-container {
  position: relative;
  width: 100%;
  padding-top: 66.6%; /* Maintain aspect ratio (height / width * 100) */
}

.map-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-dot {
  position: absolute;
  width: 50px;
  height:50px;
  background: black;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-family: sans-serif;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.map-dot:hover{
  color: #BC9B6A;
}

/* Dot positions based on % relative to image size */
.AUH { top: 77%; left: 23.3%; }
.DXB { top: 46%; left: 49.3%; }
.SHJ { top: 36%; left: 46%; }
.AJM { top: 39%; left: 58%; }
.UAQ { top: 25.4%; left: 51.9%; }
.RAK { top: 15.4%; left: 68.9%; }
.FHJ { top: 49.2%; left: 76.6%; }
.AAN { top: 88.3%; left: 59.5%; }

.connect-title p{
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.login-box .sqaure-black{
  padding: 10px 30px !important;
  
}

.login-box .input-group button{
  color: rgba(0, 0, 0, 0.5);
}
.login-box .input-group button.active  {
  color: #BC9B6A;
  background: none;
  font-weight: bold;
}
.login-box .input-group button:hover{
  background: #BC9B6A;
  color:#ffffff;
}

.slider-item h5, .blog-outer .blog-title, .join-category .three-category-content{
  transition: transform 0.3s ease, color 0.3s ease;
}
.slider-item:hover h5, .blog-outer:hover .blog-title, .join-category .position-relative:hover .three-category-content{
  transform: scale(1.05);
}

.char{
  white-space: pre;
}

.word{
  display: inline-flex;
}

.subtitle.d-flex.justify-content-center span{
  flex:initial;
}
.join-category .subtitle.text-light span{
  display: inline;
  color:#ffffff;
  font-size: 64px;
}


/* Initial hidden state */
.main-banner .banner-content {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 0.3s;
}

/* Animate in when slide is active */
.slide.active .banner-content {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: stagger heading and button */
.banner-content h1 {
  transition: all 1s ease;
  transition-delay: 0.4s;
}

.banner-content a {
  display: inline-block;
  /* margin-top: 15px; */
  transition: all 1s ease;
  transition-delay: 0.6s;
}

/* Optional smoother appearance */
.rounded-brown {
  transform: translateY(20px);
  opacity: 0;
}

.slide.active .rounded-brown {
  transform: translateY(0);
  opacity: 1;
}



.btn_3{
    display:block;
    background-color:0;
    color:white;
    position:relative;
    font-weight:400;
    transition:0.5s;
}

.btn_3:before{
    content:"";
    border-radius:50%;
    background-color:rgba(255,255,255,0.2);
    position:absolute;
    left:-15px;
    top:50%;
    width:40px;
    height:40px;
    transition:0.5s;
    transform:translate(0%, -50%);
}
.btn_3:hover:before{
    border-radius:40px;
    width:calc(100% + 30px);
    background-color: #BC9B6A;
    color:#ffffff;
}
.btn_3:hover span{
  color:#ffffff!important;
  position: relative;
}

.card-img {
  position: relative;
}

.card-img::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(188, 155, 106, 0.5); /* optional: for visible effect */
  transition: all 0.4s ease-in-out;
}

.position-relative:hover .card-img::after {
  width: 100%;
}




@-webkit-keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.floating {
  transform: translateY(0px);
  -webkit-animation: float 10s ease-in-out infinite;
  animation: float 10s ease-in-out infinite;
}

@-webkit-keyframes float-reverse {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-reverse {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}

.floating-reverse {
  transform: translateY(0px);
  -webkit-animation: float-reverse 10s ease-in-out infinite;
  animation: float-reverse 10s ease-in-out infinite;
}





.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}
.cursor::before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:block;
  background-image:url(http://mirkozeppieri.emanuelepapale.com/wp-content/uploads/2018/07/project-hover-cursor.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius: 100%;
  opacity:0;
}
.cursor.active {
  opacity: 0.5;
  transform: scale(0);
}
.cursor.active2 {
  opacity: 1;
  transform: scale(12);
}
.cursor.active2::before {
  opacity: 1;
}
.cursor.hovered {
  opacity: 0.08;
}
.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px, 5px);
}
.cursor-follower.active {
  opacity: 0.7;
  transform: scale(3);
}
.cursor-follower.active2 {
  opacity: 0.3;
  transform: scale(0);
}
.cursor-follower.hovered {
  opacity: 0.08;
}
.portfolio-item{
  width:100%;
  max-width:600px;
  display:flex;
  flex-wrap:wrap;
  position:relative;
}
.portfolio-thumb{
  width:300px;
  height:300px;
  position:relative;
  overflow:hidden;
  transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
}
.portfolio-thumb img{
  max-width:300px;
  opacity:0.4;
  transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
  transform-origin:90% center;
}
.portfolio-description{
  width:50%;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  flex-direction:column;
  padding:0 2rem;
}
.portfolio-description h3{
  margin-top:0;
  margin-bottom:.5rem;
  font-size:2.5rem;
  line-height:1;
  text-transform:uppercase;
  font-weight:800;
  width:140%;
  position:relative;
  display:inline-block;
  left:-40%;
  transition: all .85s cubic-bezier(0.25, 1, 0.33, 1);
}
.portfolio-description p{
  opacity:0.8;
  line-height:2;
  margin:0;
}
.portfolio-description .read-more{
  text-transform:uppercase;
  opacity:1;
  letter-spacing:1px;
  font-weight:700;
  margin-top:1.5rem;
  position:relative;
  padding-left:2.5rem;
}
.portfolio-description .read-more::before{
  content:'';
  width:2rem;
  height:1px;
  display:block;
  position:absolute;
  top:50%;
  left:0;
  background-color:#fff;
}
.portfolio-item .portfolio-link{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.portfolio-item:hover .portfolio-thumb{
  transform:translateX(-1.75rem);
}
.portfolio-item:hover .portfolio-thumb img{
  opacity:0.7;
  transform:scale(1.2);
}
.portfolio-item:hover .portfolio-description h3{
  transform:translateX(1.75rem);
}
.other-links{
  width:100%;
  box-sizing:border-box;
  padding:2rem;
  position:absolute;
  left:0;
  bottom:0;
  text-align:center;
  font-size:13px;
  letter-spacing:1px;
}
.other-links a{
  text-decoration:none;
  color:#fff;
  text-transform:uppercase;
  opacity:1;
  display:inline-block;
  margin:0 10px;
  font-weight:600;
  opacity:0.7;
  transition:all 0.2s ease-in;
}
.other-links a:hover{
  transform:translateY(-3px);
  opacity:1;
}


 .moving-img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    animation: wander 8s ease-in-out infinite alternate;
  }
  @keyframes wander {
    0%   { object-position: 50% 50%; }
    20%  { object-position: 60% 45%; }
    40%  { object-position: 40% 55%; }
    60%  { object-position: 55% 60%; }
    80%  { object-position: 45% 40%; }
    100% { object-position: 50% 50%; }
  }

  .moving-img-reverse {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  animation: wander-reverse 8s ease-in-out infinite alternate;
}

@keyframes wander-reverse {
  0%   { object-position: 50% 50%; }
  20%  { object-position: 45% 55%; }
  40%  { object-position: 55% 45%; }
  60%  { object-position: 40% 40%; }
  80%  { object-position: 60% 60%; }
  100% { object-position: 50% 50%; }
}


.custom-cursor,
    .custom-cursor-follower {
      position: fixed;
      top: 0;
      left: 0;
      pointer-events: none;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      z-index: 9999;
    }

    .custom-cursor {
      width: 8px;
      height: 8px;
      background: black;
      
    }

    .custom-cursor-follower {
      width: 30px;
      height: 30px;
      border: 2px solid black;
      background-color: rgba(255, 255, 255, 0.5);
      transition: border-color 0.3s ease;
      
    }

    .custom-cursor-follower.active {
      border-color: #966722;
    }
     .custom-cursor.active{
      background:#966722 ;
    }

    .custom-cursor.white {
  background-color: white;
}

.custom-cursor-follower.white {
  border-color: white;
}
.has-submenu{
  position: relative;
}
.nav-item{
  position: relative;
}
.nav-item.has-submenu > .nav-link {
  position: relative;
  padding-right: 20px;
}

.dropdown-toggle-icon {
  font-family: 'bootstrap-icons';
  content: '\F229';
  position: absolute;
  top: 7px;
  right: 2px;
  font-size: 14px;
  cursor: pointer;
  display: none;
}

.dropdown-toggle-icon::before {
  content: '\F229'; /* Bootstrap Icon: chevron-down */
}

.nav-item.active .dropdown-toggle-icon::before {
  content: '\F235'; /* Bootstrap Icon: chevron-up (optional) */
}

.line-child {
  display: block;
  overflow: hidden;
}

.line-inner {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}
.custom-card .card-content{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kid-related .three-category-content{
      display: flex !important;
    top: 0px;
    flex-direction: column;
    padding: 40px 0px 20px;
    align-items: start;
}
.simple-link{
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.global-ministry-links a{
  padding: 6px 20px !important;
  font-size: 14px !important;
}
.online-social-media a{
    color: #000000;
    display: inline-flex;
    align-items: center;
}
.online-social-media a i{
  color: #000000;
  font-size: 24px;
  display: inline-block;
  margin-right:5px;
}
.links .nav-link::after{
  display: none;
}
.links .nav-link.active{
  background: #000000;
  color:#ffffff;
}

.banner-content-2{
  text-align: left;
  width:90%;
}
.banner-content-2 h2{
  font-size: 36px;
  font-weight: bold;
  display: block;
  color:#ffffff;
}
.banner-content-2 h1{
  font-weight: bold;
  color:#ffffff;
  display: block;
  margin-bottom: 20px;
}
.banner-content-2 p{
  font-size: 26px;
  color:#ffffff;
}
.banner-content-2 h2{
  font-size: 36px;
  font-family: "Inter", sans-serif;
}
.banner-content-2 h1{
  font-size: 70px;
  font-family: "Inter", sans-serif;
}


.hero-video{
  width:100%;
  height:100%;
  object-fit:cover;   /* crop to fill without distortion */
  display:block;
}
.video-outer{ position:relative; }
.video-thumb,
.video-outer .hero-video{
  width:100%; height:550px; object-fit:cover; border-radius:12px; display:block;
}

.video-outer .hero-video{
  position:absolute; inset:0;
  opacity:0; pointer-events:none;
  transition:opacity .3s ease;
  z-index:1;
}
.video-outer.playing .hero-video{ opacity:1; pointer-events:auto; }
.video-outer.playing .video-thumb{ opacity:0; }

.play-btn{
  position:absolute; left:50%; top:50%;
  transform:translate(-50%,-50%);
  border:0; background:transparent; padding:0; cursor:pointer;
  z-index:2; transition:transform .15s ease, opacity .2s ease;
}
.play-btn:hover{ transform:translate(-50%,-50%) scale(1.06); }
.video-outer.playing .play-btn{ opacity:0; pointer-events:none; }

.modal .contact-form{
  padding: 0px;
  background: none;
}
.modal .contact-form .form-label{
  color:#000000;
  margin-bottom: 0px;
}
.modal .contact-form .form-input{
  background: #ffffff;
}
.modal .contact-form .form-check-label{
  color:#000000;
}
#videoModal .btn-close{
  background-color: #ffffff;
  z-index: 2;
  border-radius: 50px;
  padding: 12px;
  right: -32px !important;
  opacity: 1;
  top: -28px !important;
  font-size: 15px;
}
.form-check-input:checked{
  background-color: #BC9B6A;
    border-color: #BC9B6A;
}
.form-check-input:focus{
  box-shadow: initial;
}

.quick-link.quick-slider-item{
  box-shadow: initial;
  padding: 0px;
  background:none;
}
.quick-link.quick-slider-item{
  width:95%;
  min-width:initial;
}
.quick-link.quick-slider-item p{
  margin-bottom: 0px;
}
.quick-slider-item {
  margin-bottom:20px;
  display: block;
}
.quick-slider-item h5{
  font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #000000;
}
.quick-slider-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}
.quick-slider-item span {
    font-size: 13px;
    color: #000000;
        display: inline-block;
    font-weight: bold;
}