

* {
  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;
}

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: 14px;
  padding: 5px 4px !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;
  /* border-bottom:2px solid #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;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  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: rgba(255, 255, 255, 0.5);
  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: 10px 0px;
}
.social a{
  color: #ffffff;
  font-size:20px;
  display: inline-block;
  padding: 0px 6px;
}
.header-top-right{
  color:#ffffff;
}
.header-top-right a{
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 0px 10px;
}
.header-search{
  width: 300px;
  height: 30px;
  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: 30px;
  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.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{
  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{
  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%;
}
.subtitle{
  font-size: 64px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.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-image: url('../images/slider-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.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 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;
}
.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 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;
}
.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;
  -webkit-border-radius: 50px;
  font-size: 25px;
  transition: all 0.3s ease;
}
.arrow-read-more:hover{
  background: #000000;
}
.arrow-read-more i{
  transition: all 0.3s ease;
}
.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;
}
.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 .social a{
  color: #000000;
  transition: all 0.3s ease;
}
footer .social a:hover{
  color:#BC9B6A;
}
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: 1px;
  background-color: black;
  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{
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #BC9B6A;
  color:#ffffff;
  font-size: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  position: fixed;
  right: 20px;
  bottom:20px;
  transition: all 0.3s ease;
}
.back-to-top:hover{
  background-color: #000000;
}
.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 img{
  height:150px;
  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: auto;
}
.contact-btn{
  font-size: 16px;
  background: #000000;
  color:#ffffff;
  width: 100%;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  padding: 10px 0px;
}
.sidebar .social{
  display: flex;
  justify-content: space-between;
}
.sidebar .social a{
  color:#000000;
}
.sidebar h2{
  font-size: 25px;
}
.navbar-nav{
  width: 100%;
  padding-top: 20px;
}
.submenu{
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  list-style: none;
  padding: 10px;
  position: absolute;
  top: 100%;
  width: 130px;
  z-index: 2;
  opacity: 0;
  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;
}
.nav-item{
  position: relative;
}
.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%;
}
.navbar-nav .nav-item:hover .submenu{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.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:655px;
  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;
}
.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: 24px;
}
.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{
  height:300px;
}
.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;
}
.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%;
}
.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;
}
.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{
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.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;
}
.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;
}
.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.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom:30px;
}
.login-box{
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 444px;
  padding:40px;
  margin-left: auto;
  position: relative;
  top:130px;
  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{
  padding: 50px 100px;
  background: #EDEDED;
  height: 100%;
}
.connect{
  padding-left:60px;
  position: relative;
  background-image: url('../images/divider.svg');
  background-repeat: no-repeat;
  background-position: right top;
}
.connect i{
  position: absolute;
  left: 0px;
  top:0px;
  font-size:40px;
}
.connect span{
  font-size: 24px;
  font-weight:600;
}
.bg-none{
  background: none;
}
.checkout-bg{
  background-image: url('../images/contact/contact-c.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.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;
}