/*
Theme Name: C2 Developer Zone
Version: 1.0
Author: Team C2 Developer Zone
Author URI: https://c2developerzone.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{scroll-behavior: smooth;}
a.nav-link:hover {
    cursor: pointer;
}
body {
    color: #444444;
    font-family: "Monda", sans-serif;
    background: #fff;
}
p {
    color: #635f5f;
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: -0.1px;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: "Monda", sans-serif;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #07132b;
      font-family: "Marcellus", serif;
}
a.theme-btn {
  margin: 2rem auto 0.5rem;
  display: inline-flex;
  color: #ffffff;
  padding: 0.9rem 1.5rem 0.9rem 1.5rem;
  border-radius: 10px;
  border: solid 2px rgb(255 255 255);
  transition: 0.3s ease;
  background: linear-gradient(91deg, rgb(71 87 154) 11%, rgb(73 188 141) 127%);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2px;
}
section{
  position:relative;
}
.pd{
  padding: 0;
}
.pd-left{
  padding-left:0;
}
.pd-right{
  padding-right:0;
}
.owl-nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    position: relative;
}
button.owl-prev, button.owl-next {
  border-radius: 100px;
  width: 44px;
  height: 44px;
  background: #47579a !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 33px !important;
  position: relative;
  border: solid 3px #ffffff !important;
  box-shadow: 0 0 0 2px #47579a;
}
button.owl-prev span, button.owl-next span {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 5px;
  font-weight: 400;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47579a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*Topbar Sec*/

section.topbar-sec {
    padding: 10px 0;
    background: #4C4AB2;
    width: 90%;
    margin: auto;
    border-radius: 0 0 20px 20px;
}
.topbar-left a {
    padding: 2px 5px;
    display: inline-block;
    margin-right: 8px;
    font-family: "Monda", sans-serif;
}
.topbar-left a img {
    margin-right: 5px;
    height: 20px;
}
.topbar-left a:first-child {
    border-right: solid 1px #fff;
    padding-right: 16px;
}
.social-link {
    text-align: right;
}
.social-link a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4c4ab2;
    border: solid 1px #fff;
    margin: 0 3px;
    background: #fff;
    border-radius: 7px;
    font-size: 20px;
}
.topbar-left {
    display: flex;
    align-items: center;
    height: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
}
header .container {
    position: relative;
}
.header-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgb(20 24 41);
  top: 0;
  width: 100%;
  border-radius: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}
#header .logo img {
    width: 157px;
    top: 7px;
}
#header.header-scrolled .logo img {
    width: 135px;
    top: 0;
}
a.logo:before {
	display:none;
    content: "";
    position: absolute;
    top: calc(0% - clamp(28px, 1.58vw, 30px));
    bottom: calc(0% - clamp(45px, 3.42vw, 65px));
    right: calc(0% - clamp(20px, 1.58vw, 30px));
    left: calc(0% - clamp(28px, 2.1vw, 40px));
    background-color: #ffae31;
    clip-path: polygon(23.853% -62.128%, 23.853% -62.128%, 25.154% -69.256%, 26.501% -75.412%, 27.924% -80.649%, 29.451% -85.021%, 31.112% -88.582%, 32.938% -91.387%, 34.957% -93.49%, 37.2% -94.944%, 39.695% -95.803%, 42.473% -96.123%, 42.473% -96.123%, 48.384% -94.64%, 53.914% -90.241%, 59.087% -83.422%, 63.931% -74.678%, 68.469% -64.506%, 72.727% -53.401%, 76.73% -41.858%, 80.503% -30.374%, 84.072% -19.444%, 87.461% -9.564%, 87.461% -9.564%, 90.012% -2.284%, 92.484% 5.333%, 94.768% 13.245%, 96.758% 21.413%, 98.347% 29.793%, 99.426% 38.347%, 99.89% 47.032%, 99.63% 55.808%, 98.54% 64.634%, 96.512% 73.468%, 96.512% 73.468%, 93.216% 82.481%, 89.152% 89.645%, 84.505% 94.939%, 79.462% 98.346%, 74.209% 99.844%, 68.932% 99.416%, 63.818% 97.041%, 59.053% 92.702%, 54.822% 86.377%, 51.313% 78.049%, 51.313% 78.049%, 49.202% 71.93%, 47.238% 66.923%, 45.338% 62.965%, 43.42% 59.992%, 41.399% 57.941%, 39.193% 56.746%, 36.719% 56.345%, 33.894% 56.673%, 30.635% 57.667%, 26.858% 59.263%, 26.858% 59.263%, 22.58% 60.972%, 18.758% 61.918%, 15.363% 62.078%, 12.367% 61.431%, 9.743% 59.955%, 7.462% 57.628%, 5.496% 54.429%, 3.817% 50.336%, 2.397% 45.326%, 1.208% 39.379%, 1.208% 39.379%, 0.528% 34.322%, 0.184% 29.309%, 0.154% 24.364%, 0.416% 19.508%, 0.948% 14.764%, 1.728% 10.154%, 2.734% 5.7%, 3.943% 1.424%, 5.335% -2.651%, 6.885% -6.504%, 6.885% -6.504%, 10.221% -14.198%, 12.928% -20.553%, 15.107% -25.893%, 16.855% -30.543%, 18.272% -34.828%, 19.456% -39.071%, 20.508% -43.599%, 21.525% -48.734%, 22.607% -54.802%, 23.853% -62.128%);
    width: 212px;
    height: 106px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: "Lexend", sans-serif;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
  color: #ff8200;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ea1826;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #13192b;
    letter-spacing: -0.2px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ea1826;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ea1826;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ea1826;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}



@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 75px 0 70px;
    overflow: hidden;
}
.theme-heading-sec {
  margin-bottom: 1.8rem;
}
.theme-heading-sec h2 {
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0.6rem;
    letter-spacing: -0.2px;
    font-family: "Marcellus", serif;
    position: relative;
    padding-bottom: 1rem;
}
.theme-heading-sec h2:before {
    content: "";
    width: 70px;
    height: 1px;
    background: #ffae31;
    position: absolute;
    left: 0;
    top: 90%;
    transform: translateY(-48%);
}
.theme-heading-sec h2:after {
    content: "";
    width: 30px;
    height: 4px;
    background: #ffae31;
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-radius: 1px;
    top: 90%;
    transform: translateY(-50%);
}
.theme-heading-sec h5 {
    color: #ff8200;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Marcellus", serif;
    border: solid 2px #ff8200;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 100px;
    margin-bottom: 18px;
}


/*Banner*/

#demo {
    /* background: #292c31; */
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: #141829;
}
div#demo:before {
    background: hsl(260.78deg 100% 50% / 56%);
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -7rem;
    right: -7rem;
    border-radius: 100%;
    filter: blur(100px);
    opacity: 0.3;
}
#demo:after{
    content: "";
    background: hsl(30.94deg 100% 50% / 60%);
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    border-radius: 100px;
    filter: blur(100px);
    opacity: 0.5;
    left: -7%;
}
.carousel-inner{
  position: relative;
  z-index: 1;
}
.carousel-item {
    padding: 0rem 0 0rem;
    height: 97vh;
    display: flex !important;
    align-items: end;
}
div#demo .container-fluid {
  padding: 0;
}
.banner-heading {
    padding-right: 3rem;
}
.banner-heading a.theme-btn {
  margin: 0;
}
.banner-heading h1 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0.05px;
    line-height: 63px;
    text-transform: capitalize;
    padding-left: 0px;
    word-spacing: -5px;
    color: #fff;
      font-family: "Lexend", sans-serif;
}
.banner-heading h1 span {
    color: #ffae31;
    display: block;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.9px;
}
.banner-heading p {
    color: #f1f6ff;
    font-size: 14px;
    line-height: 24px;
    margin: 1.8rem 0 0rem;
    letter-spacing: 0.4px;
    font-weight: 200;
    font-family: "Lexend", sans-serif;
    border-left: 2px solid #ff8200;
    padding-left: 13px;
}
.ban-col{
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.banner-rt-col {
    position: relative;
}
.banner-rt-col:before {
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #e74b0d2e;
    z-index: -1;
    transform: translateX(-50%);
}
.carousel-indicators {
    justify-content: center;
    margin-right: 7%;
    margin-left: 7%;
}
.carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  margin-left: 4px;
  opacity: .5;
  border-radius: 100%;
  border: solid 5px #ffffff;
  box-shadow: 0px 0px 0px 1px #b4b5b5;
  background: #b4b5b5;
}
.carousel-indicators .active {
  opacity: 1;
  box-shadow: 0px 0px 0px 1px #39af91;
  background: #39af91;
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}
.age-wrap {
    display: flex;
    justify-content: space-between;
    border: dashed 1px gray;
    padding: 1.5rem 1rem 0.6rem;
    position: relative;
    margin: 2.4rem 0 0;
    background: #4c322a1a;
    border-radius: 15px;
}
.age-wrap:before {
    content: "Owner Of";
    position: absolute;
    top: -15px;
    background: #fffa31;
    padding: 4px 15px 4px;
    font-size: 12px;
    font-weight: 300;
    font-family: "Lexend", sans-serif;
    color: #292c31;
    border-radius: 100px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: dashed 1px #e3d5d5;
}
.wrapper1 {
    flex: 1;
    position: relative;
    border-right: solid 1px #ffae313d;
    padding-left: 1rem;
}
.age-wrap .wrapper1:last-child {
    border: none;
}
.age-wrap .wrapper1:last-child:after {
    display: none;
}
.age-wrap p {
    margin: 0 0 5px;
    color: #ff9835;
    font-weight: 300;
    font-size: 13px;
    padding-left: 6px;
    line-height: 16px;
}
.age-wrap h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.banner-rt-col svg {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 14%;
    transform: translateY(-50%);
    left: 2.5rem;
    opacity: 0.9;
}
.banner-rt-col svg path{
    fill: #fffa31 !important;
}
svg.blw {
    left: unset;
    right: 18px;
    bottom: 37%;
    top: unset;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
/*About Section*/

section.about-sec {
  padding-bottom: 5rem;
}
section.about-sec .theme-heading-sec {
    margin-bottom: 1.2rem;
}
.about-img {
    position: relative;
    width: 86%;
    height: 100%;
    background: #4c322a;
    border-radius: 300px 300px 300px 0;
	overflow:hidden;
}
.about-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.exp {
    position: absolute;
    background: #4c322a;
    border-radius: 100px;
    padding: 0.6rem 1.5rem 0.6rem 0.6rem;
    display: inline-flex;
    align-items: center;
    border: solid 2px #FF8200;
    bottom: 3rem;
    right: 3rem;
}
.exp h3 {
    margin: 0;
    background: #FF8200;
    border-radius: 100px;
    padding: 7px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.exp h5 {
    font-family: "Marcellus", serif;
    color: #fff;
    line-height: 26px;
    text-align: left;
    padding-left: 0.8rem;
    font-size: 24px;
}
section.about-sec p {
    margin: 0 0 1rem;
}
section.about-sec h6 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin: 1rem 0;
}
.abt-rt-col {
    padding: 0 2rem 0 1.5rem;
}
.abt-rt-col p{
    text-align: justify;
}
.counter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 20px;
    position: relative;
}
.counter-box {
  position: relative;
	text-align:center;
	    width: 100%;
}
.counter-box:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #493028;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.counter-wrap .counter-box:last-child:after {
  display: none;
}
.counter-box h4 {
    font-weight: 700;
    font-size: 22px;
    color: #12161c;
	position:relative;
}
h4.count.percent:after {
    content: "+";
}
.counter-box p {
    margin: 0 !important;
    text-align: center;
}

/*Service Sec*/


/*Footer Top*/

footer.footer-top {
  padding: 23rem 0 7rem;
  position: relative;
  overflow: hidden;
  background-color: #1e243d;
  background-image: url(assets/img/footer-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.footer-middle {
  padding: 0 4rem;
  border-left: solid 1px rgb(255 255 255 / 22%);
  border-right: solid 1px rgb(255 255 255 / 22%);
}
.logo-wrap {
  padding-right: 1.8rem;
}
.logo-wrap img {
  width: 105px;
}
.footer-contact-wrapper p {
    position: relative;
    color: #cbd0e3;
    font-size: 15px;
    padding-left: 1.8rem;
}
.footer-contact-wrapper p i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #49bc8d;
  font-size: 17px;
}
.footer-wrapper h4 {
  color: #fff;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
}
ul.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.footer-nav li {
    display: inline-block;
    width: calc(100% / 2 - 5px);
}
ul.footer-nav li a {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #cbd0e3;
  font-size: 15px;
  font-weight: 300;
  font-family: "Monda", sans-serif;
}
ul.footer-nav a:before {
    content: "\F285";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    top: 0px;
    color: #49bc8d;
}
.logo-wrap p {
  color: #cbd0e3;
  font-size: 15px;
  margin: 1rem 0 1.7rem;
  font-weight: 300;
  line-height: 25px;
}
.footer-contact-wrapper {
  padding-left: 1.8rem;
}


/*Services*/

section.bs-srv-sec {
    overflow: unset;
    background: #141829;
}
/* section.bs-srv-sec:before {
    content: "";
    width: 100%;
    height: 108%;
    position: absolute;
    bottom: -11rem;
    background-position: center;
    background-image: url(https://biswajitsahoo.in/wp-content/uploads/2025/10/cd-shape1.png);
}
section.bs-srv-sec:after {
    content: "";
    background: #141829;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 49% 84%, 0 60%);
    z-index: -1;
} */
/* section.bs-srv-sec:before {
    content: "";

    width: 95%;
    height: 510px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 18px;
} */
section.bs-srv-sec .container {
    position: relative;
}
section.bs-srv-sec img {
    width: 95%;
    margin: auto;
    display: table;
}
.bs-srv-lt-col{
  padding-right:5rem;
    display: flex;
    align-items: center;
}
.bs-srv-rt-col {
    padding-left: 5rem;
    display: flex;
    align-items: center;
}
.bs-srv-sec .theme-heading-sec h2 {
    color: #fff;
}
section.bs-srv-sec ul, .bstune-srv-sec ul, .devotional-srv-sec ul {
    list-style: none;
    padding: 0;
}
section.bs-srv-sec ul li, .bstune-srv-sec ul li, .devotional-srv-sec ul li {
    color: #fff;
    font-family: "Lexend", sans-serif;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin: 0 0 1rem;
    position: relative;
    padding-left: 2.5rem;
}
section.bs-srv-sec li span, .bstune-srv-sec li span, .devotional-srv-sec li span {
    font-family: "Marcellus", serif;
    color: #f19836;
    display: block;
}
section.bs-srv-sec ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #ffae31;
    border-radius: 100px;
    position: absolute;
    top: 8px;
    left: 3px;
    box-shadow: 0px 0px 0px 0px rgb(193 146 74 / 50%);
	animation: myfade 2s infinite;
}
@keyframes myfade {
  0% {box-shadow: 0px 0px 0px 0px rgb(193 146 74 / 50%);}
  100% {box-shadow: 0px 0px 0px 14px rgb(193 146 74 / 0%);}
}
.srv-img-col {
    position: relative;
    padding: 4rem;
}
.srv-img-col:after {
    content: "";
/*     background: linear-gradient(180deg, rgb(20 24 41 / 0%) -2%, rgb(20 24 41) 100%); */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 221px;
}
.bstune-srv-sec ul li{
color: #635f5f;
	font-weight:300;
}

/*devotional service*/

section.devotional-srv-sec {
    overflow: unset;
    padding: 40px 0;
}
/* section.devotional-srv-sec:before {
    background-image: url(https://biswajitsahoo.in/wp-content/uploads/2025/10/devotional-bg.png);
    background-size: contain;
    background-position: right center;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: 0.8;
    bottom: -12rem;
} */
.devotional-srv-sec ul li {
    color: #635f5f;
	font-weight: 300;
}
.devotional-srv-sec ul li:before,
.bstune-srv-sec ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #ffae31;
    border-radius: 100px;
    position: absolute;
    top: 8px;
    left: 3px;
    box-shadow: 0px 0px 0px 0px rgb(193 146 74 / 50%);
	animation: myfade 2s infinite;
}
.devotional-lt-col{
	padding: 3rem;
}
.devotional-rt-col{
	display: flex;
    align-items: center;
    padding: 1rem 3rem;
}

/*Bs tune service*/

.bs-wrap {
    border: solid 1px #f3f3f3;
    border-radius: 12px;
    padding: 2rem;
    background: #fff;
	position:relative;
}
section.bs-sr-sec:after {
    content: "";
    background: #141829;
    position: absolute;
    top: 0;
    left: 50%;
    width: 96%;
    max-height: 285px;
    height: 100vh;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 15px;
}
section.bs-sr-sec .theme-heading-sec {
    text-align: center;
	margin-bottom: 3rem;
}
section.bs-sr-sec .theme-heading-sec h2:before {
	left: 50%;
    transform: translate(-48%, -50%);
}
section.bs-sr-sec .theme-heading-sec h2:after {
    left: 50%;
    transform: translate(-50%, -50%);
}
section.bs-sr-sec .theme-heading-sec h2 {
    color: #fff;
}
.bs-wrap span {
    font-size: 60px;
    font-weight:700;
    position: absolute;
    right: 16px;
    top: 0;
    color: rgb(29 35 39 / 8%);
    letter-spacing: -3px;
}







section.bstune-srv-sec {
    padding-bottom: 0;
}
.loan-col {
    padding: 8rem 0 2.5rem 4rem;
}
.bstune-srv-sec img {
    width: 100%;
}
.appcol {
    position: relative;
}
.appcol-box {
    background: #141829;
    height: 100%;
    position: absolute;
    width: 123%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}
.bs-col {
    padding-right: 3rem;
}
/*Review*/

.review-section .theme-heading-sec h2 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
.review-section .theme-heading-sec h2:before {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
.review-section .theme-heading-sec h2:after {
    left: 50%;
    transform: translateX(-50%);
    top: 97%;
}
.reviews-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin: 20px 0;
}
.marquee-container {
  overflow: hidden;
}
.marquee-track {
  display: inline-flex;
  gap: 40px;
  animation: scroll-left 60s linear infinite;
}

.marquee-from-right .marquee-track {
  animation: scroll-right 60s linear infinite;
}

.review-desig {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 0 2rem;
}
section.review-section.male-reviews, section.review-section.female-reviews {
/*     background: radial-gradient(circle, #8f3864 -66%, #0e0814 74%); */
    background: #141829;
}
section.review-section:before {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    border-radius: 100px;
    filter: blur(100px);
    opacity: 0.5;
    left: -7%;
    background: hsl(30.94deg 100% 50% / 60%);
}
.review-desig img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.review-desig h5 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.review-desig h5 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #ffae31;
}

/* Animation */
@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/*Footer*/

footer {
    /* background: radial-gradient(circle, #8f3864 -66%, #0e0814 74%); */
    background: #141829;
    padding: 60px 0 0;
    border-top: solid 1px #dbd3c612;
	position:relative;
	overflow: hidden;
}
footer:before {
    background: hsl(260.78deg 100% 50% / 56%);
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -7rem;
    right: -7rem;
    border-radius: 100%;
    filter: blur(100px);
    opacity: 0.3;
}
.copyright-wrap {
    display: flex;
    justify-content: center;
    padding: 17px;
    gap: 3px;
    border-top: dashed 1px #5a575d;
}
.copyright-wrap p {
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.2px;
}
.copyright-wrap p a {
    color: #ffae31;
    font-weight: 200 !important;
    font-family: "Lexend", sans-serif;
}
.info-img {
    width: 65px;
    height: 65px;
    background: #2c2e3c;
    border-radius: 100px;
    padding: 0.9rem;
    border: solid 1px #494949;
	position:relative;
}
.info-img img {
    filter: brightness(0) invert(1);
}
.info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0rem 0 0rem 3rem;
    border-left: solid 1px #ff9e3a54;
    margin-bottom: 3rem;
    max-height: 92px;
    height: 100vh;
}
.info-wrapper.brdr-none{
	border:none;
}
.info-cont {
    flex: 1;
}
.info-cont h4{
    color: #ffae31;
    margin: 0 0 10px;
}
.info-cont a {
    font-weight: 200 !important;
    font-family: "Lexend", sans-serif;
    letter-spacing: 0.1px;
    font-size: 15px;
	text-align:center;
	    padding: 6px;
	    border-radius: 8px;
	border: solid 1px transparent;
}
.info-cont a:hover {
    color: #ffae31;
}
.info-cont img {
    width: 20px;
    filter: brightness(0) invert(1);
}
.social-links{
    display: flex;
    gap: 4px;
}
.info-cont a p {
    display: inline;
    font-size: 11px;
    color: #a18f72;
}
.info-cont a:hover {
    border: solid 1px hsl(36.41deg 100% 59.61% / 40%);
}


@media screen and (max-width: 767px) {
	.carousel-item .row {
    flex-direction: column-reverse;
}
	.carousel-item {
    padding: 5rem 0rem 2rem;
		height:auto;
}
.banner-rt-col:before {
    width: 385px;
    height: 385px;
	}
.carousel-item .row .ban-col:first-child {
    width: 95%;
    margin: auto;
    padding: 1.5rem 1rem 2rem;
    text-align: center;
    background: linear-gradient(180deg, #1b2035 0%, rgb(20 24 41) 100%);
    border-radius: 40px 40px 0 0;
}
	.banner-heading {
    padding-right: 0rem;
}
	.banner-heading h1 {
    font-size: 38px;
    line-height: 54px;
}
	.banner-heading h1 span {
    font-size: 48px;
}
div#demo:before {
    width: 300px;
    height: 300px;
    z-index: 9;
}
.wrapper1 {
    padding-left: 0rem;
}
.age-wrap p {
    padding-left: 0px;
    border-left: none;
}
	.age-wrap {
		padding: 1.5rem 0rem 0.2rem;
		align-items: center;
	}	
	.age-wrap h4 {
    font-size: 14px;
}
	
/*About Us*/
	
.about-img {
    width: 100%;
}
section.about-sec .theme-heading-sec {
    margin: 3.2rem 0 0rem;
}	
.abt-rt-col {
    padding: 0 1rem 0 1rem;
}
	
/*Service*/
	
.srv-img-col {
    padding: 0 1rem;
}
.bs-srv-lt-col {
    padding: 2rem;
}
	section.bs-srv-sec .row:last-child {
    flex-direction: column-reverse;
}
.bs-srv-rt-col {
    padding: 2rem;
}
.bs-wrap {
    margin: 5px 0;
}
	
/*Devotional*/
	
.devotional-lt-col {
    padding: 1rem;
}
.devotional-rt-col {
    padding: 2rem 2rem 0;
}
	
.loan-sec .row {
    flex-direction: column-reverse;
}
	
/*Footer*/

	footer {
    padding: 20px 0 0;
}
.info-wrapper {
    display: block;
    padding: 1rem 0 1rem 0rem;
    border-top: solid 1px #ff9e3a54;
	border-left:none;
    margin-bottom: 1rem;
    max-height: unset;
    height: auto;
    text-align: center;
}
.info-img {
    margin: 0.5rem auto 1.2rem;
}
.social-links {
    justify-content: center;
}
.info-cont br {
    display: none;
}
.copyright-wrap {
    display: block;
    text-align: center;
}
}




