html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Arial CE';
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;  
    color: #000;
    overflow-x: hidden;
  
}

@font-face {
    font-family: 'Arial CE';
    src: url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial CE';
    src: url('../fonts/ArialCE.woff2') format('woff2'),
        url('../fonts/ArialCE.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial CE';
    src: url('../fonts/ArialCE-BoldItalic.woff2') format('woff2'),
        url('../fonts/ArialCE-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial CE';
    src: url('../fonts/ArialCE-Italic.woff2') format('woff2'),
        url('../fonts/ArialCE-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial CE MT';
    src: url('../fonts/ArialCEMTBlack-Regular.woff2') format('woff2'),
        url('../fonts/ArialCEMTBlack-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-Bold.woff2') format('woff2'),
        url('../fonts/Gelasio-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gelasio-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-Italic.woff2') format('woff2'),
        url('../fonts/Gelasio-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-Medium.woff2') format('woff2'),
        url('../fonts/Gelasio-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gelasio-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-Regular.woff2') format('woff2'),
        url('../fonts/Gelasio-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-SemiBold.woff2') format('woff2'),
        url('../fonts/Gelasio-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Gelasio-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Amsterdam Handwriting';
    src: url('../fonts/AmsterdamHandwriting-Regular.woff2') format('woff2'),
        url('../fonts/AmsterdamHandwriting-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}







ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    font-family: 'Arial CE';
   
}

p {
    font-family: 'Arial CE';
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
    /* border-radius: 8px; */
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #000;
    font-family: 'Arial CE';
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Gelasio';
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/*css start*/


.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #f0d248;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.navbar-nav .nav-link:hover::after{
    transform: scaleX(1);
    transform-origin: left;
}


.navpage-header {
    position:absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;   
    background-size: cover;
    background-repeat: no-repeat;
}


/* STICKY STYLES */
.navpage-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(238 230 230 / 23%);
    padding: 0px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
    background: #00000054;
    z-index: 9999;
    color: #000;
}

.navpage-header.is-sticky .logo-box img {
    max-width: 70%;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

i.fa.fa-bars {
    color: #000;
}

.navbar-toggler {
    background-color: #000;
}

.navbar {
    align-items: center;
    padding: 0;
    border-top: 0px solid #afc8ad;
    text-align: center;
    justify-content: center;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: start;
    padding-left: 30px;
    padding-top: 60px;
}

.btn-secondary {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

.navbar .nav-link {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    position: relative;
    padding: 0;
}

.nav-item {
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    color: #ffffff;
    border-radius: 100px;
    background: transparent;
    transition: 0.6s ease-in-out;
}



.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-item {
    padding: 8px;
    position: relative;
}


.dropdown-menu li:hover {
    background: #00589c;
    transition: 0.7s ease-in-out;
}

.dropdown-menu li:hover a {
    color: #fff;
    transform: translateX(5px);
    transition: 0.3s ease-in-out;
}

.btn-secondary:focus {
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.dropdown-menu {
    padding: 0;
}


@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);

    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        margin-top: 0;
    }
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
}



.nav-link:hover {
    color: #f0d248;
}

.nav-links.social-links {
    padding-left: 50px;
}
.nav-num.text-end {
    padding-right: 50px;
}


.social-title{
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
}

.social-links ul li i {
    color: #fff;
    font-size: 25px;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    margin-right: 5px;
    transition: 0.5s ease-in-out;
}
.social-links ul {
    align-items: center;
    gap: 20px;
    justify-content: end;
    padding-right: 50px;
    padding-top: 60px;
}
.social-links ul li a{ color: #fff;}
.social-links ul li i:hover{
transition: 0.5s ease-in-out;
color: #f0d248;
}
.social-links ul li a {
    color: #fff;
}
.social-links ul li a span:hover{
      color: #f0d248;
}
.navbar-brand {  padding-top: 1rem;}
.social-header {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 20px;
}


/* ------------home-page-css------------- */


.banner-title {
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 11;
    background: linear-gradient(90deg, #BE861B 0%, #D8A928 20%, #FAE356 50%, #D8A928 80%, #BE861B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}
.main-top {
    font-size: 60px;
    color: #fff;
    margin-bottom: 110px;
    font-weight: bold;
}
.main-top span {
    font-size: 80px;
    font-family: 'Amsterdam Handwriting';
    color: #f7de51;
    padding-left: 20px;
    font-weight: 400;
}
.home-banner-content {
    position: absolute;
    bottom: 5%;
    width: 44%;
    left: 50px;
    z-index: 9;
}

.home-banner-section{
    position: relative;
    z-index: 1;
       
}
.baner-iil{ display: flex; margin-bottom: 20px;}
.baner-iil li{ display: flex; color: #fff; padding: 0px 15px 0px 0px;   border-right: 2px solid #fff; font-size: 18px;}
.baner-iil li:last-child {  border: 0px solid #fff;}
.baner-iil li a{ display: flex; color: #fff; padding: 0px 0px 0px 15px; }
/* #bannerslider {
    display: block !important;
    min-height: 845px; 
    overflow: hidden;
}

#bannerslider .item {
    min-height: 845px;
}

#bannerslider img {
    width: 100%;
    height: 845px;
    object-fit: cover;
} */

.banner-img{
    position: relative;
    z-index: -1;
}

 .banner-img::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../images/banner-overlay.webp);
    width: 100%; 
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
} 


.nav-num a {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.nav-num a:hover {
    color: #f47620;
}
.nav-num img {
    padding-right: 15px;
}



.cmn-btn {
    background-color: #b8962e;
    border-radius: 50px;
    /* box-shadow: #0c93c5 0px 6px 0 0, #0c93c5 -4px 5px 0 1px; */
    /* box-shadow: #b55615 0px 4px 0 0, #b55615 -4px 5px 0 2px; */
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 13px 30px;
    text-align: center;
    transition: 0.5s ease-in-out;
}

.cmn-btn:focus {
  text-decoration: none;
}

.cmn-btn:hover {
    transition: 0.5s ease-in-out;
    color: #fff;
   background: #7a32bb;
}





.banner-btn {
    padding-top: 15px;
    display: flex;
    gap: 20px;
}


.home-title {
    color: #093717;
    font-size: 55px;
    font-weight: 400;   
}


.inner-main-container {
    padding: 50px 50px;
    background: #ddedd9;
    margin: 100px 50px;
    border-radius: 10px;
    overflow: hidden;
}

.img-r img{
    border-radius: 10px;
    overflow: hidden;
}

.img-r{
    border-radius: 10px;
    overflow: hidden;
}




/* -----scrolling image-css-------- */


.container-inview.hide {
    display: none;
}

.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}




/* ------------------------counter-section--------------------- */


.counter-section{
    background:#fff;
    padding:100px 0px 100px;
}

.counter-box{
    border-right:1px solid #d8d8d8;
    padding:0 20px;
    height:100%;
}

.counter-box h2{
    font-size:80px;
    font-weight:bold;
    color:#b8962e;
    
    line-height:1;
    margin-bottom:18px;
}

.counter-box p{
    font-size:20px;
    color:#000;
    line-height:1.6;
    margin:0;
    font-weight:500;
}

.border-none{
    border-right:none;
}


/* ----------------------------podcast-section--------------------------------- */

.podcast-section{
    padding:0px 0;
    background:#fff;
}

.podcast-wrapper{
    background:#4b1d8e;
    border-radius:28px;
    padding:60px;
}

.podcast-img img{
    width:100%;
    border-radius:22px;
    display:block;
}

.podcast-content{
    padding-left:40px;
}

.podcast-content h2{
    color:#fff;
    font-size:48px;
    font-weight:bold;
    line-height:1.2;
    margin-bottom:35px;
    
}

.podcast-content ul{
    padding-left:22px;
    margin:0;
}

.podcast-content ul li {
    color: #fff;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 8px;
    list-style: disc;
}

.podcast-content ul li::marker{
    color:#fff;
    font-size:20px;
}

.podcast-content strong{
    font-weight:bold;
}




/*=============================
Business Ecosystem Section
==============================*/

.ecosystem-section {
    padding: 180px 0;
    position: relative;
    background-image: url(../images/home2-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 720px;
    background-size: 100%;

}


.ecosystem-content{
    background:#59289D;
    border-radius:20px;
    padding:60px;
    position:relative;
    z-index:2;
}

.ecosystem-content h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0;
}

.ecosystem-image{
    text-align:center;
    z-index:2;
}

.ecosystem-image img {
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    right: 10%;
}




.build-section{
    background:#5b2599;
    padding:90px 0;
}
.build-section .section-title h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}
.section-title{
    margin-bottom:55px;
}



.service-box{
    background:#c59e2f;
    border-radius:12px;
    padding:35px 30px;
    height:100%;
    transition:.3s;
}

.service-box:hover{
    transform:translateY(-5px);
}

.service-box h3{
    color:#fff;
    font-size:30px;
    font-weight:bold;
    line-height:1.3;
    margin-bottom:18px;
    
}

.service-box p{
    color:#fff;
    font-size:18px;
    line-height:1.8;
    margin:0;
    font-family:'Poppins', sans-serif;
}

.service-btn{
    display:inline-block;
    background:#c59e2f;
    color:#fff;
    padding:16px 60px;
    border-radius:50px;
    font-size:20px;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
}

.service-btn:hover{
    background:#fff;
    color:#5b2599;
}



/* -------------------------------------books-section----------------------------- */

.books-section {
    padding: 90px 50px;
}

.book-title{
    font-size:48px;
    color:#562497;
    font-weight:bold;
    
    margin-bottom:50px;
}

.author-img img{
    width:100%;
    border-radius:20px;
}

.book-box{
    background:#562497;
    border-radius:20px;
    padding:35px;
    text-align:center;
    height: 745px;
}

.book-box h3{
    color:#fff;
    font-size:28px;
    
    margin-bottom:20px;
    text-align:left;
}

.book-box p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 25px;
    min-height: 70px;
}
.book-image {
    text-align: center;
    margin: 0px 0 5px;
    position: relative;
}
.award {
    position: absolute;
    top: -20px;
    left: 15%;
}
.books-section .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}

.book-btn{
    display:inline-block;
    background:#c79c2d;
    color:#fff;
    padding:14px 40px;
    border-radius:40px;
    text-decoration:none;
    font-size:18px;
}

.book-btn:hover{
    background:#fff;
    color:#562497;
}

/* Owl */

.books-slider .owl-stage{
    display:flex;
}

.books-slider .owl-item{
    display:flex;
}

.books-slider .book-box{
    width:100%;
}

.books-slider .owl-dots {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.books-slider .owl-dot span {
    width: 15px;
    height: 15px;
    background: #c79c2d !important;
    border-radius: 50%;
}
.books-slider .owl-dot.active span{
    background:#562497!important;
}

.author-img,
.book-box{
    transition:all .45s ease;
    transform-style:preserve-3d;
    border-radius:20px;
}

.author-img:hover,
.book-box:hover{
    transform:perspective(1000px) rotateX(4deg) rotateY(-4deg) scale(1.02);
    box-shadow:0 30px 50px rgba(0,0,0,.20);
}

















.podcast-section2{
    padding:100px 0;
    background:#fff;
}

.podcast-wrapper2 {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .12);
    padding: 40px 60px 40px 0px;
    overflow: visible;
    width: 1050px;
    margin: auto;
    margin-left: 300px;
}
/* Phone */

.phone-img{
    position:absolute;
    left:-120px;
    top:-45px;
    z-index:10;
}

.phone-img img{
    width:320px;
    transition:.5s;
}

.phone-img:hover img{
    transform:rotate(-4deg) translateY(-8px);
}

/* Heading */

.podcast-content2 h2 {
    font-size: 34px;
    color: #55259a;
    
    font-weight:bold;
    margin-bottom: 0px;
}
.podcast-content2 p{ color: #000;}
.podcast-content2 h5{
    font-size:24px;
    margin:20px 0;
}

.podcast-content2 p{
    font-size:18px;
    line-height:1.9;
}

.podcast-content2 h3 {
    font-size: 26px;
    color: #55259a;
    margin: 10px 0 20px;
    
}

/* Platform */

.platforms img{
    height:50px;
    margin-right:12px;
    transition:.4s;
}

.platforms img:hover{
    transform:translateY(-6px);
}

/* Buttons */

.podcast-btn{
    margin-top:30px;
}

.podcast-btn a{
    display:inline-block;
    background:#c59e2d;
    color:#fff;
    padding:15px 40px;
    border-radius:40px;
    text-decoration:none;
    margin-right:15px;
    transition:.4s;
        font-size: 18px;
}

.podcast-btn a:hover{
    background:#55259a;
    transform:translateY(-5px);
}

/* Mic */

.mic-img{
    position:absolute;
    right:25px;
    bottom:0;
    width:90px;
    transition:.5s;
}

.podcast-wrapper2:hover .mic-img{
    transform:translateY(-8px);
}





/* --------------------end-css----------------------------- */



.testimonial-section{
    background:#54259A;
    padding:90px 0;
}

.testimonial-title{
    font-size:48px;
    font-weight:bold;
    color:#fff;
    margin-bottom:60px;
}

.testimonial-box {
    background: #C6A02F;
    border-radius: 10px;
    padding: 40px 15px;
    text-align: center;
    min-height: 340px;
    transition: .4s;
}

.testimonial-box:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.35);
}

.stars{
    color:#fff;
    font-size:42px;
    letter-spacing:3px;
    margin-bottom:10px;
}
.stars ul li i{ font-size: 30px;}
.testimonial-box p{
    color:#fff;
    font-size:18px;
    line-height:1.8;
    margin-bottom:10px;
}

.testimonial-box h4 {
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    line-height: 1.5;
    font-family: 'Arial CE';
}

/* Owl */

.testimonial-slider .owl-stage{
    display:flex;
}

.testimonial-slider .owl-item{
    display:flex;
}

.testimonial-slider .owl-dots {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.stars ul{ justify-content: center;}

.testimonial-slider .owl-dot span{
    width:16px;
    height:16px;
    background:#fff;
    display:block;
    border-radius:50%;
    margin:5px;
    transition:.3s;
}

.testimonial-slider .owl-dot.active span{
    background:#C6A02F;
}

.testimonial-slider .owl-dot:hover span{
    background:#C6A02F;
}

/* --------------------end-css----------------------------- */


.cta-section{
    padding:80px 0;
    background:#fff;
}

.cta-box{
    background:#57279b;
    border-radius:22px;
    padding:70px 30px;
    text-align:center;
}

.cta-box h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}
.cta-contact{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
}

.cta-contact a{
    color:#fff;
    font-size:23px;
    text-decoration:none;
    transition:.3s;
}

.cta-contact a:hover{
    color:#c8a335;
}

.cta-contact span{
    color:#fff;
    font-size:28px;
}




/* --------------------------end-css-------------------------- */


.footer-section{
    padding:70px 0 35px;
    background:#fff;
}

.footer-links,
.footer-contact{
    text-align:left;
}

.footer-logo {
    text-align: center;
    position: relative;
    padding: 20px;
}

.footer-logo::before,
.footer-logo::after{
    content:"";
    position:absolute;
    top:0;
    width:1px;
    height:100%;
    background:#ddd;
}

.footer-logo::before{
    left:0;
}

.footer-logo::after{
    right:0;
}

.footer-logo img{
    max-width:220px;
}

/* Heading */

.footer-links h3, .footer-contact h3 {
    font-size: 24px;
    font-weight: bold;
    color: #4f248f;
    margin-bottom: 20px;
    
}

/* Links */

.footer-links ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links ul li{
    margin-bottom:12px;
}

.footer-links ul li a{
    color:#000;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.footer-links ul li a:hover{
    color:#c7a12f;
    padding-left:8px;
}

/* Contact */

.footer-contact{
    text-align:right;
}

.footer-contact p{
    font-size:18px;
    color:#000;
    margin-bottom:10px;
    line-height:1.6;
}

.footer-contact a{
    display:block;
    color:#000;
    text-decoration:none;
    font-size:18px;
    margin-bottom:8px;
    transition:.3s;
}

.footer-contact a:hover{
    color:#c7a12f;
}

/* Social */

.social-icons{
    margin:25px 0;
}

.social-icons a{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    margin-left:10px;
    color:#000;
    font-size:34px;
    text-decoration:none;
    transition:.35s;
}

.social-icons a:hover{
    color:#c7a12f;
    transform:translateY(-6px);
}

/* Crafted */

.crafted{
    font-size:18px;
    color:#000;
}

.crafted span{
    color:red;
    font-size:30px;
    margin:0 5px;
}

/* Copyright */

.copyright{
    margin-top:30px;
    font-size:18px;
    color:#000;
}

.crafted {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}





/* ----------------------banner-title-inner------------------ */
.home-banner-content2{ width: 100%;  bottom: 15%;}
.banner-title-inner{ font-size: 60px; color: #fff;}
.home-banner-content2 h4{ font-size: 20px; font-weight: bold; color: #fff; font-family: 'Arial CE';}


/* -------------------------------------story-section------------------------------------------ */

.story-section{ background-image:url(../images/about-bg.png);  background-repeat:no-repeat; background-position:center bottom; background-size:100%;  padding:90px 0;}
.story-section h2{ color:#4c2397; font-size:48px; text-align:center; font-weight:700; margin-bottom:10px;}
.subtitle{  text-align:center; font-size:24px; margin-bottom:60px; color: #000;}
.story-grid{  display:grid;  grid-template-columns:repeat(2,1fr);   gap:20px;}
.story-box{  background:#52239b; color:#fff;  padding:35px; border-radius:10px;}
.story-box h3 { font-size: 28px; margin-bottom: 20px; font-weight: bold;}
.story-box p{  margin-bottom:15px; font-size:18px;}
.full{ margin-top:20px;}
.bottom-content { text-align: center;  max-width: 1100px;  margin: 80px auto 0;}
.bottom-content h2 { font-size: 40px; margin-bottom: 25px; font-weight: bold;}
.bottom-content p{  font-size:18px; line-height:1.8; color:#000; margin-bottom:40px;}
.bottom-content h3 { font-size: 36px; color: #4c2397;font-style: italic;  max-width: 800px;  margin: auto;}
.story-box{ background:#52239b; color:#fff; padding:35px;border-radius:12px; transition:all .45s ease;  position:relative;  overflow:hidden; border:1px solid transparent;}
.story-box:hover {  background: #b8962e;  color: #fff;}
.story-box:hover{ transform:translateY(-12px) scale(1.02);  box-shadow:0 20px 45px rgba(82,35,155,.35);  border-color:#d8c3ff;}

/* -----------------------------architect-section--------------------------------- */

.architect-section{
    padding:100px 0px 0px;
}

.architect-wrapper{
    display:flex;
    align-items:center;
    gap:40px;
}

.architect-img{
    flex:1;
}

.architect-img img{
    width:100%;
    border-radius:10px;
    display:block;
}

.architect-content{
    flex:1;
}

.architect-content h2{
    
    font-size:48px;
    line-height:1.15;
    color:#4f2598;
    margin-bottom:25px;
    font-weight:bold;
}

.architect-content p{
    font-size:18px;
    color:#000;
}

.architect-content h3 {
    font-size: 30px;
    color: #4f2598;
    font-style: italic;
    margin: 25px 0;
    font-weight: bold;
}

.role-boxes{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
    margin-top:60px;
}

.role-box{
    background:#5626a2;
    color:#fff;
    padding:14px 25px;
    border-radius:8px;
    font-size:18px;
    font-weight:500;
    min-width:240px;
    text-align:center;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.role-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(86,38,162,.35);
    background:linear-gradient(135deg,#6b33cb,#4f2598);
}

.role-box::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:50%;
    height:100%;
    background:rgba(255,255,255,.25);
    transform:skewX(-25deg);
    transition:.8s;
}

.role-box:hover::before{
    left:150%;
}

.architect-img{
    overflow:hidden;
    border-radius:12px;
}

.architect-img img{
    width:100%;
    display:block;
    border-radius:12px;
    transition:all .6s ease;
}

.architect-img:hover img{
    transform:scale(1.08);
    filter:brightness(1.05);
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}

/* ------------------------------faith-section--------------------------- */

.faith-section{  padding:0px 0;}
.faith-box{ background:#bc9929; border-radius:10px;  padding:70px 80px;  text-align:center; transition:all .5s ease; cursor:pointer;}
.faith-box{ position:relative; overflow:hidden;}
.faith-box::before{ content:""; position:absolute; top:0; left:-120%; width:45%; height:100%; background:linear-gradient(  120deg, transparent,  rgba(255,255,255,.35), transparent    ); transform:skewX(-25deg);  transition:.8s;}
.faith-box:hover::before{ left:150%;}
.faith-box h2 { font-size: 30px; font-style: italic; color: #fff;  line-height: 1.45; max-width:1060px; margin: 0 auto 35px; font-weight: bold;}
.call-btn {  display: inline-flex; align-items: center; justify-content: center;  gap: 14px; min-width: 200px; color: #fff; text-decoration: none; border: 1.5px solid rgba(255, 255, 255, .8);
    border-radius: 50px; transition: .4s ease; padding: 15px 40px; font-size: 20px;}
.call-btn i{ font-size:20px;}

.call-btn:hover{ background:#fff; color:#bc9929;  transform:translateY(-5px); box-shadow:0 15px 35px rgba(0,0,0,.18);}

/* --------------------------contact-section2-------------------------- */
.contact-section2 {  padding: 100px 0;  border-bottom: 1px solid #ccc;}
.contact-wrapper{  display:flex;  gap:40px;    align-items:flex-start;}
/* LEFT */
.video-area{  flex:1.2;}
.video-area h2{ font-size:48px; color:#4d2498; margin-bottom:15px; font-weight: bold;}
/* RIGHT */
.contact-form{ flex:1;}
.contact-form h2{ font-size:48px; color:#4d2498; margin-bottom:10px; font-weight: bold;}
.contact-form p{ font-size:18px;  line-height:1.8; margin-bottom:25px; color:#000;}
/* FORM */
.form-row{ display:flex; gap:15px; margin-bottom:18px;}
.form-group{ flex:1;}
.form-group label{  display:block;  font-size:18px; margin-bottom:8px; color:#000;}
.form-group input,
.form-group select,
.form-group textarea{  width:100%; padding:13px 15px;  border:1px solid #ddd; border-radius:5px; outline:none; font-size:18px; transition:.3s;}
.form-group textarea{  height:160px; resize:none;}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{  border-color:#5425a2;  box-shadow:0 0 8px rgba(84,37,162,.15);}
.submit-btn{ margin-top:12px; background:#be9b2d;  color:#fff; border:none;  padding:15px 50px;  border-radius:40px;  font-size:18px; cursor:pointer; transition:.4s;}
.submit-btn:hover{  background:#5425a2;  transform:translateY(-5px);  box-shadow:0 15px 30px rgba(84,37,162,.25);}



/* ------------------------------rose-section------------------------------------- */


.rose-section{ padding:90px 0;}
.rose-content{ text-align:center; margin:auto;}
.rose-content h2{ font-size:48px; color:#4c2397; font-weight:bold; margin-bottom:30px; line-height:1.2;}
.rose-content p{ font-size:18px; color:#000; }
.rose-content h3{  font-size:30px; color:#4c2397;  font-weight:bold; margin-top:25px;}

/* --------------------------host-section------------------------------- */

.host-section{

background:#55239a;
padding:90px 0;

}



.host-wrapper{

display:flex;
gap:35px;
align-items:flex-start;

}

.host-image{

flex:1;

overflow:hidden;
border-radius:8px;

}

.host-image img{

width:100%;
display:block;
transition:.7s;

}

/* Image Hover */

.host-image:hover img{

transform:scale(1.08) rotate(1deg);
filter:brightness(1.08);

}

.host-content{

flex:1;

}

.host-content h2{
font-size:48px;
color:#fff;
margin-bottom:20px;
font-weight: bold;

}

.host-content p{
font-size:18px;
color:#fff;
}

/* Cards */

.host-card-wrapper{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
margin-top:40px;

}

.host-card{

background:#c39b2d;
padding:28px 18px;
border-radius:8px;
text-align:center;
transition:.45s;
position:relative;
overflow:hidden;

}

.host-card img{

width:75px;
margin-bottom:15px;
transition:.4s;

}

.host-card h4{

font-size:18px;
font-weight:500;
color:#fff;
line-height:1.5;
font-family: 'Arial CE';

}

/* Hover */

.host-card:hover{

transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.host-card:hover img{

transform:scale(1.2) rotate(8deg);

}

.host-card::before{

content:"";
position:absolute;
top:0;
left:-120%;
width:50%;
height:100%;
background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,.35),
transparent
);

transition:.8s;

}

.host-card:hover::before{

left:150%;

}




/* -----------------------------------------phoenix-section------------------------------------------------- */



.phoenix-section{
    padding:90px 0;
}
.phoenix-section p{ font-size: 18px; color: #000;}
.section-title{
    text-align:center;
    margin-bottom:45px;
}

.section-title h2{
    font-size:48px;
    color:#4f2498;
    margin-bottom:15px;
    font-weight: bold;

}

.section-title p{
    font-size:18px;
    line-height:1.8;
    max-width:700px;
    margin:auto;

}

/* Boxes */

.cycle-box{
    display:flex;
    background:#fff;
    border:1px solid #e7e7e7;
    transition:.45s;
    overflow:hidden;

}

.cycle-box+.cycle-box{
    margin-top:-1px;
}

.number {
    width: 100px;
    background: #5726a2;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .45s;
}
.content{
    flex:1;
    padding:28px;
    transition:.45s;
}

.content h3 {
    color: #51239d;
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: bold;
}

.content h4 {
    color: #c29322;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Arial CE';
}
.content p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0px;
}
/* Hover */

.cycle-box:hover{
    transform:translateY(-6px) scale(1.01);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
    z-index:10;
    position:relative;
}

.cycle-box:hover .number{
    background:#c49d2c;
    transform:scale(1.05);
}

.cycle-box:hover .content{
    background:#faf7f1;
}

.cycle-box:hover h3{
    color:#c49d2c;
}

.cycle-box:hover h4{
    color:#5726a2;
}

/* Shine Effect */

.cycle-box{
    position:relative;
}

.cycle-box::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:40%;
    height:100%;
    background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.45),
    transparent);
    transition:.8s;
}

.cycle-box:hover::before{  left:150%;
}

/* --------------------------------------season-section-------------------------------------- */


.season-section{
    padding:80px 0;
    background: #4b1d8e;
}

/*==========================
    Heading
==========================*/

.section-heading{
    text-align:center;
    margin-bottom:45px;
}

.section-heading h2{
       font-size:48px;
    color:#fff;
    margin-bottom:15px;
    font-weight:bold;
}

.section-heading p{
    max-width:760px;
    margin:auto;
    color:#fff;
    font-size:16px;
    line-height:1.8;
}

/*==========================
      Table
==========================*/

.season-table{
    width:100%;
    border:1px solid rgba(255,255,255,.15);
}

/* Header */

.table-head{
    background:#c49a2c;
    color:#fff;
    font-weight:600;
    font-size:15px;
}

/* Rows */

.table-row{
    display:grid;
    grid-template-columns:90px 280px 1fr;
    border-bottom:1px solid rgba(255,255,255,.12);
    transition:.45s ease;
}

.col-ep{
    background:#c49a2c;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    font-weight:700;
    padding:25px 10px;
    transition:.4s;
}

.table-head .col-ep,
.table-head .col-title,
.table-head .col-desc{
    padding:15px;
    font-size:18px;
}

.table-head .col-ep{
    justify-content:center;
}

.col-title, .col-desc {
    padding: 20px 15px;
    color: #fff;
}

.col-title{
    border-right:1px solid rgba(255,255,255,.12);
}

.col-title h3 {
    
    font-size: 22px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: bold;
}

.col-title span {
    display: block;
    color: #c49a2c;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Arial CE';
}

.col-title p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

.col-desc p{
    font-size:18px;
    margin-bottom: 0px;
}

/*==========================
    Hover Effects
==========================*/

.table-row:not(.table-head):hover{
    transform:translateY(-6px) scale(1.01);
    background:#6a32bb;
    box-shadow:0 20px 40px rgba(0,0,0,.20);
    position:relative;
    z-index:2;
}

.table-row:hover .col-ep{
    background:#fff;
    color:#5a28a3;
}

.table-row:hover .col-title h3{
    color:#ffd86b;
}

.table-row:hover .col-title span{
    color:#fff;
}

.table-row:hover .col-desc{
    background:rgba(255,255,255,.04);
}

/* Shine Effect */

.table-row{
    overflow:hidden;
    position:relative;
}

.table-row::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:35%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );
    transition:.8s;
}

.table-row:hover::before{
    left:150%;
}

/* Footer */

.table-footer{
    text-align:center;
    margin-top:20px;
}

.table-footer p{
    color:#fff;
    font-size:18px;
}



/* -----------------------podcast-section--------------------------- */

.podcast-section3{
    padding:90px 0;
    text-align:center;
}

.podcast-section3 h2 {
    font-size: 48px;
    color: #4f2498;
    margin-bottom: 35px;
    font-weight: bold;
}


.podcast-platforms{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:35px;
}

.platform-card{

    width:280px;
    background:#fff;

    border:1px solid #bfbfbf;
    border-radius:12px;

    padding:16px;

    display:flex;
    align-items:center;
    gap:15px;

    text-decoration:none;

    transition:.45s;
    position:relative;
    overflow:hidden;
}

.platform-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.platform-card::before{

    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:45%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.5),
        transparent
    );

    transition:.8s;

}

.platform-card:hover::before{

    left:150%;

}

.platform-icon{

    width:55px;
    height:55px;

    border-radius:12px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#fff;
    font-size:30px;

    transition:.4s;

}

.platform-card:hover .platform-icon{

    transform:rotate(10deg) scale(1.1);

}

.apple{
    background:#8d4b92;
}

.youtube{
    background:#ff0000;
}

.spotify{
    background:#1ed760;
}

.amazon{
    background:#6fd6dc;
    color:#000;
}



.platform-text{
    text-align:left;
}

.platform-text span {
    display: block;
    color: #000000;
    font-size: 18px;
}

.platform-text h4 {
    font-size: 20px;
    color: #222;
    margin-top: 3px;
    font-weight: bold;
    font-family: 'Arial CE';
}
/*=====================
 Content
======================*/

.podcast-content3{

    max-width:760px;
    margin:auto;

}

.podcast-content3 p{
    color: #000;
    font-size:18px;
    margin-bottom:0px;

}

/*=====================
 Button
======================*/

.subscribe-btn{
    display:inline-block;
    margin-top:25px;
    padding:18px 55px;
    background:#c49b2d;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:20px;
    transition:.4s;

}

.subscribe-btn:hover{
    color: #fff;
    background:#4f2498;
    transform:translateY(-6px);
    box-shadow:0 20px 35px rgba(79,36,152,.25);

}



/* ---------------------chair-section----------------------- */

.chair-section{

    background:#54269d;
    padding:90px 0;

}

.chair-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;

}

.chair-content{
    flex:1;
}

.chair-section h2{
    color:#fff;
    font-size:48px;
    margin-bottom:35px;
    font-weight: bold;
    text-align: center;

}

.chair-content p{
    color:#fff;
    font-size:18px;

}

.contact-info{
    margin:0px 0;
}

.contact-info p{

    margin-bottom:2px;

}

.social-icons2 {
    display: flex;
    gap: 5px;
    margin: 15px 0;
}

.social-icons2 a{
    width:55px;
    height:55px;
    background:#fff;
    color:#000000;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:25px;
    transition:.4s;
}

.social-icons2 a:hover{
    background:#c79d2d;
    color:#fff;
    transform:translateY(-8px) rotate(10deg);
}

.newsletter{
    margin-bottom:35px;
}

.chair-btn{
    display:inline-block;
    padding:18px 40px;
    background:#c79d2d;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:20px;
    transition:.4s;
}

.chair-btn:hover{
    background:#fff;
    color:#54269d;
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.25);
}

.chair-image{
    flex:1;
    text-align:center;
    overflow:hidden;
    border-radius:14px;
}

.chair-image img{
    width:100%;
    max-width:470px;
    border-radius:14px;
    transition:.6s;
}

.chair-image:hover img{
    transform:scale(1.08) rotate(1deg);
}

/* Shine Effect */

.chair-image{
    position:relative;
}




/* -------------------------------------services-sec----------------------------------------------- */


.services-sec{  padding: 90px 0px;}
.services-sec .testimonial-title { font-size: 48px; font-weight: bold;  color: #4b1d8e;  margin-bottom: 30px;}
.sercices-box-text { background: #4b1d8e; padding: 30px; height: 100%; border-radius: 20px; transition: all .45s ease;}
.sercices-box-text:hover { background: #c79d2d; height: 100%; transform: translateY(-12px) scale(1.02);  box-shadow: 0 20px 45px rgba(82, 35, 155, .35);}
.sercices-box-text h3{ color: #fff; font-size: 28px; font-weight: bold;}
.sercices-box-text p{ color: #fff; font-size: 18px;}
.sercices-box-text h5{ color: #fff; font-size: 18px; font-weight: bold; font-family: 'Arial CE';}
.sercices-box-text h5 a{ color: #fff;}
.sercices-box-text h5 a:hover{ color: #fff; }




.guest-section {
    padding: 100px 0 50px;
}

.guest-content{
    padding-right:40px;
}

.guest-content h2{
        font-size: 48px;
    color: #4f2498;
    margin-bottom: 35px;
    font-weight: bold;
}



.guest-content p{
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
}

.feature-box{
    margin-top:30px;
}

.feature-item{
    display:flex;
    align-items:center;
    margin-bottom:18px;
}

.feature-item i{
    width:45px;
    height:45px;
    background:#b56b39;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    font-size:18px;
}

.form-card{
    background:#fff;
    border-radius:20px;
    padding:20px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.form-card h3{
     font-size: 48px;
    color: #4f2498;
    margin-bottom: 35px;
    font-weight: bold;
}

.form-card label{
    font-weight:600;
    margin-bottom:8px;
    display:block;
}

.form-control{
    height:52px;
    border-radius:10px;
    border:1px solid #ddd;
    box-shadow:none;
}

textarea.form-control{
    height:auto;
    resize:none;
}

.form-control:focus{
    border-color:#b56b39;
    box-shadow:0 0 0 .15rem rgba(181,107,57,.2);
}

.form-check-label{
    color:#666;
}

.submit-btn{
        display: inline-block;
    padding: 18px 40px;
    background: #c79d2d;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
    transition: .4s;
}

.submit-btn:hover{
    background:#4f2498;
    color:#fff;
    transform:translateY(-3px);
}

.submit-btn i{
    margin-left:8px;
}

.default-sec .inner-banner-title {
    padding-top: 100px;
}
.default-sec .banner-title {
    font-size: 70px;}

/* ----------------------blog-listing-css-------------------------- */

.default-sec {
    background: #000000;
    padding: 200px 0px 100px;
}

.inner-main-title {
    text-align: center;
    font-size: 60px;
}

.home-blog-img a{
    display: block;
}
.blog-section{
    padding: 100px 0px 70px;   
}
.blog-text {
    padding: 15px 20px 20px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 0px 0px 20px 20px;
}
.blog-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}
.inner-blog-card {
    background: #fff;
    border-radius: 30px;
}
.inner-blog-card video {
    border-radius: 30px;
}
.blog-img a {
    width: 100%;
}

.blog-search .blog-submit{
   position: absolute;
   right: 0px;
   top: 0px;
}
.home-blog-button a {
    margin: 0;
}
.blog-title{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.blog-search button {
    background: #b8962e;;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0px 20px;
    transition: 0.5s ease-in-out;
}
.blog-search button:hover {
    background: #000;
    color: #fff;
    transition: 0.5s ease-in-out;
}
 .blog-listing-title{
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.blog-listing-button .book-btn{
    margin: 0;
}
 .inner-blog-card-text{
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box{
    box-shadow: 0px 0px 20px #ccc;
    background: #ffff !important;
    padding: 20px 25px 140px 25px;
   
}
.blog-search-box .categories-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    justify-content: start;
}
.blog-search-box .categories-list li{ list-style: none; width: 100%;}
.blog-search input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-right: 10px;
}
.blog-search .form-control {
    max-width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
}

.blog-submit{
    border-radius: 10px;
    background-color: #6ccff6;
    padding: 15px 20px;
   font-weight: 600;
}

.categories ul li {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid #9f9f9f;
    padding: 10px 0px 10px 0px;
    position: relative;
}

.categories ul li a{
display:inherit !important;
transition: 0.5s ease-in-out;
}

.categories  a:hover{
color: #6ccff6;
transition: 0.5s ease-in-out;
}
.categories ul li i {
    position: absolute;
    left: 0;
    top: 18px;
}
.search-icon {
    right: 10px;
    position: absolute;
    top: 14px;
    font-size: 18px;
}
.blog-main-form textarea{
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    height: 180px;
}

.blog-text p {
    color: #000;
}

/* -----------------blog-detail-csss------------------- */

.blog-banner-text{
    margin: 30px 0px;
}
.blog-detail-title {
    color: #000;
    font-size: 36px;
    font-weight: 500;
}

.blog-contact-title{
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-form .form-check{
    margin: 10px ;
}

.blog-contact-form .form-check label{
  font-size: 18px;
}
.blog-contact-form .contact-button{
text-align: start;
}
.blog-contact-form{
   box-shadow: 0px 0px 20px #ccc;
   padding: 40px 30px;
   height: auto;
   margin: 0;
   position: relative;
}
.blog-banner-text p {
    color: #000;
}

/* -------------------end---------------------- */




/* -------------------------error-page---------------------- */

.no-banner-pad {
    padding: 0px 0px 140px 0px;
    position: relative;
}
.no-banner-pad::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background: #000;
}
.error-title {
     color: #000;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    margin-top: 30px;
   
}
  .error {
    text-align: center;
    padding: 40px;
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 4px 8px 40px 8px rgb(250 180 133);
    margin-top: 380px;
   
  }
.error > .code {
    font-size: 13rem;
    margin: 0;
    line-height: 180px;
    letter-spacing: 25px;
    font-weight: bold;
    color:#4d2498;
    text-shadow: 0px 0px 12px #ceeef3;
}
  .error > p {
    font-weight: 500;
    font-size: 26px;
    padding-bottom: 20px;
    color: #000;
}

 

/* --------------thanku-page-css---------------- */

.message {
    padding: 40px;
    text-align: center;
    max-width: 700px;
    margin: auto;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 4px 8px 40px 8px rgb(250 180 133);
    margin-top: 380px;
}
.thanku-text {
    font-size: 80px;
    color:#4d2498;
    font-weight:bold;
}

.message p{
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
    letter-spacing: 2px;
}

















@media (max-width: 1600px) {
.banner-title { font-size: 30px;  margin-bottom: 10px;}
.home-banner-content p{ font-size: 16px;}
.baner-iil li {  font-size: 16px;}
.main-top {  font-size: 50px; color: #fff; margin-bottom:80px; font-weight: bold;}
.main-top span { font-size: 60px;}
.cmn-btn { font-size: 18px;}
a.navbar-brand img {  width: 200px;}
.navbar .nav-link { font-size: 20px;}
.counter-box p { font-size: 18px;}
.counter-box h2 {font-size: 70px;}
.counter-section { padding: 90px 0px 90px;}
.podcast-content h2 { font-size: 40px; margin-bottom: 10px;}
.podcast-content ul li { font-size: 18px; margin-bottom: 0px;}
.ecosystem-section { padding: 150px 0;  height: 600px;}
.ecosystem-image img { width: 380px;}
.ecosystem-content h2 { font-size: 40px;}
.ecosystem-content { padding: 50px;}
.section-title h2 {  font-size: 40px;}
.service-box h3 {  font-size: 26px; font-weight: bold; margin-bottom: 10px;}
.service-box p {  font-size: 17px;  line-height: 30px;}
.build-section {  padding: 80px 0;}
.book-title { font-size: 40px; }
.book-box h3 { font-size: 24px;}
.book-box p { font-size: 17px;}
.book-image {  width: 300px;  margin: auto;}
.book-box {  height: 610px;}
.book-box h3 { margin-bottom: 5px;}
.books-section {  padding: 70px 50px 20px;}
.podcast-content2 h5 { font-size: 22px; margin: 10px 0;}
.podcast-content2 p { font-size: 17px; line-height: 30px;}
.testimonial-box p { font-size: 17px;  line-height: 30px;}
.testimonial-box { padding: 20px 15px;}
.cta-box h2 { font-size: 40px;}
.cta-contact a { font-size: 20px;}
.cta-box { padding: 60px 30px;}
.footer-section {  padding: 0px 0 25px;}
.footer-links ul li a { font-size: 17px;}
.footer-contact p { font-size: 17px;}
.copyright { font-size: 17px;}
.crafted { font-size: 17px;}
.social-icons a { width: 40px; height: 40px;  margin-left: 10px; font-size: 30px;}
.cta-contact a { font-size: 18px; }
.stars ul li i {  font-size: 24px;}
.stars {  margin-bottom: 0px;}
.testimonial-box { min-height: 310px;}
.testimonial-title { font-size: 40px; margin-bottom: 50px;}
.stars ul li i { font-size: 20px; }
.navbar-expand-lg .navbar-collapse { padding-top: 40px;}
.social-links ul { padding-top: 40px;}
.banner-title-inner { font-size: 50px;}
.home-banner-content2 h4 { font-size: 19px;}
.services-sec .testimonial-title { font-size: 40px; margin-bottom: 10px;}
.sercices-box-text p { font-size: 17px;}
.sercices-box-text h5 { font-size: 17px;}
.services-sec {  padding: 70px 0px 30px;}
.story-section { padding: 70px 0;}
.story-section h2 { font-size: 40px;}
.subtitle { font-size: 20px;}
.video-area h2 { font-size: 40px;}
.story-box h3 { font-size: 26px; margin-bottom: 10px;}
.bottom-content h2 { font-size: 40px; margin-bottom: 10px;}
.bottom-content h3 { font-size: 30px;}
.architect-content h2 { font-size: 40px;  margin-bottom: 15px;}
.architect-content p { font-size: 17px;}
.contact-form h2 { font-size: 40px;}
.form-group label { font-size: 17px; margin-bottom: 2px;}
.footer-section { padding: 70px 0 25px; }
.faith-box { padding: 60px 80px;}
.platform-card { width: 250px; padding: 10px; gap: 10px;}
.platform-icon {  width: 50px; height: 50px;}
.podcast-section3 h2 { font-size: 40px;  margin-bottom: 25px;}
.podcast-section3 { padding: 70px 0;}
.chair-btn { padding: 15px 30px; font-size: 18px;}
.col-title h3 { font-size: 20px;}
.table-head .col-ep, .table-head .col-title, .table-head .col-desc { font-size: 16px;}
.section-heading h2 { font-size: 40px;}
.section-heading { margin-bottom: 30px;}
.col-ep { font-size: 18px;}
.chair-content p { font-size: 17px;}
.platform-text h4 { font-size: 18px;}
.platform-text span {  font-size: 17px;}
.footer-section {  padding: 70px 0 15px; }
.build-section .section-title h2 { font-size: 40px;}
.host-content h2 { font-size: 40px;}
.rose-content h2 { font-size: 40px; margin-bottom: 20px;}
.rose-content p { font-size: 17px;}
.chair-section h2 { font-size: 40px; margin-bottom: 25px;}
.guest-content h2 { font-size: 40px; margin-bottom: 25px;}
.guest-content p { line-height: 30px;  margin-bottom: 18px;}
.form-card h3 { font-size: 40px;}
.submit-btn { padding: 15px 30px;  font-size: 18px;}
}



@media (max-width: 1440px) {
.home-banner-content { width: 50%;}
.banner-btn { padding-top: 5px;}
.banner-title { font-size: 28px;}
.home-banner-content p {  font-size: 16px; line-height: 28px; }
.main-top span { font-size: 50px; }
.main-top { font-size: 40px;  margin-bottom: 70px;}
.cmn-btn { font-size: 17px; }
.podcast-content {  padding-left: 20px;}
.ecosystem-section { padding: 150px 0; height: 540px; }
.ecosystem-content h2 { font-size: 35px; }
.service-btn { font-size: 17px;}
.service-box {  padding: 30px 30px;}
.book-box p {  font-size: 16px; }
.book-image {  width: 240px; }
.book-box {  height: 540px; }
.book-btn { font-size: 17px;}
.podcast-content2 h3 { font-size: 20px;}
.mic-img {  width: 50px;}
.phone-img img {  width: 290px;}
.podcast-wrapper2 {  width: 940px; margin-left: 250px;}
.podcast-btn a { font-size: 17px;}
.testimonial-section {  padding: 70px 0;}
.cta-contact a { font-size: 17px; }
.navbar-expand-lg .navbar-nav .nav-link {  padding: 0px !important;  }
.podcast-content h2 { font-size: 35px; }
.podcast-content ul li { font-size: 17px; }
.book-title {font-size: 40px; margin-bottom: 2rem !important; }
.testimonial-box h4 { font-size: 17px;}
.testimonial-box { min-height: 280px; }
.award { left: 0%;}
.cta-box h2 {  margin-bottom: 20px;}
.cta-section {  padding: 80px 0 50px;}
.home-banner-content2 {  width: 100%; bottom: 15%;}
.architect-content h2 { font-size: 35px; }
.architect-content h3 { font-size: 22px; margin: 15px 0;}
.architect-content p {font-size: 17px; line-height: 30px;}
.counter-box h2 { font-size: 60px; }
.faith-box { padding: 50px 80px; }
.call-btn {  min-width: 200px; padding: 12px 30px;}
.contact-section2 { padding: 80px 0;}
.platform-card { width: 230px; }
.platform-icon { width: 45px; height: 45px; font-size: 25px; }
.social-icons2 a {  width: 50px; height: 50px;}
.rose-section { padding: 70px 0;}
.rose-content h3 { font-size: 26px;}
.host-content p { font-size: 16px; line-height: 28px;}
.host-card h4 {  font-size: 17px;}
.host-card {  padding: 25px 15px;}
.phoenix-section {  padding: 70px 0;}
.season-section { padding: 70px 0;}
.col-desc p { font-size: 17px;}
.guest-section {  padding: 80px 0 50px;}







}




@media (max-width: 1366px) {
.navbar .nav-link { font-size: 17px; }
.navbar-nav {  padding-left: 50px;}
.social-links ul li i { font-size: 20px;}
a.navbar-brand img { width: 150px; }
.banner-title { font-size: 24px; }
.main-top span {font-size: 40px; }
.cmn-btn {font-size: 16px; }
.counter-box p { font-size: 16px;}
.counter-box h2 { font-size: 60px; }
.podcast-content h2 { font-size: 32px; margin-bottom: 0px; }
.podcast-content ul li { font-size: 16px; }
.podcast-wrapper { padding: 40px;}
.ecosystem-content h2 { font-size: 32px; }
.ecosystem-section { height: 510px; }
.section-title h2 { font-size: 36px; }
.section-title { margin-bottom: 30px;}
.service-box h3 {font-size: 24px; margin-bottom: 10px;}
.service-box p { font-size: 16px; line-height: 28px; }
.book-title {  font-size: 36px; margin-bottom: 2rem !important;  }
.book-box { padding: 25px; height:510px;}
.award { top: -20px; left: 0%; width: 60px !important;}
.book-btn { padding: 10px 30px; font-size: 16px;}
.podcast-content2 h5 {  font-size: 20px; }
.podcast-content2 h3 { font-size: 20px;}
.podcast-content2 p { font-size: 16px; line-height: 28px; }
.testimonial-title {font-size: 36px; margin-bottom: 2rem !important; }
.testimonial-slider .owl-dot span {width: 14px; height: 14px;}
.cta-box h2 { font-size: 36px; margin-bottom: 30px;}
.navbar-expand-lg .navbar-collapse { padding-top: 30px; }
.social-links ul { padding-top: 30px; }
.home-banner-content { bottom: 8%;}
.cmn-btn {  padding: 12px 30px;}
.counter-section { padding: 70px 0px 70px;}
.build-section .section-title h2 { font-size: 36px; }
.service-box { padding: 20px 20px;}
.service-btn { padding: 12px 30px; font-size: 16px;}
.section-heading h2 { font-size: 36px; }
.col-title h3 {font-size: 17px;}
.col-title span {  font-size: 16px;}
.col-title p { font-size: 16px;}
.rose-content h2 { font-size: 36px;}
.rose-content p { font-size: 16px;}
.host-content h2 { font-size: 36px;}
.host-section { padding: 70px 0;}
.section-title p { font-size: 16px;}
.content p { font-size: 16px;}
.chair-section h2 { font-size: 36px;  margin-bottom: 15px;}
.chair-section { padding: 70px 0;}
.chair-content p {font-size: 16px; }
.chair-btn { padding: 12px 30px; font-size: 16px; }
.banner-title-inner { font-size: 40px; }
.home-banner-content2 h4 { font-size: 17px; }
.home-banner-content { bottom: 14%; }
.services-sec .testimonial-title { margin-bottom: 0rem !important; }
.sercices-box-text h3 {font-size: 24px;}
.sercices-box-text p { font-size: 16px; line-height: 30px; }
.guest-content h2 { font-size: 36px; margin-bottom: 20px; }
.services-sec { padding: 60px 0px 30px; }
.form-card h3 { font-size: 36px; }
.guest-content p { font-size: 17px;}
.form-control { height: 46px;}
.submit-btn { font-size: 16px;}
.subscribe-btn { margin-top: 25px; padding: 12px 30px; font-size: 16px;}
.platform-text h4 { font-size: 16px;}
.podcast-content3 p {font-size: 16px; margin-bottom: 0px; line-height: 30px;}
.podcast-platforms { margin-bottom: 30px;}
.podcast-section3 h2 { font-size: 36px; margin-bottom: 25px;}
.col-desc p { font-size: 16px; line-height: 30px;}





}


