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

body{
font-family:'Poppins',sans-serif;
background:#000;
overflow-x:hidden;
}
.widget-new h4{
    color: #d4a12a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget-new ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-new ul li{
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    transition: all .3s ease;
}

.widget-new ul li::before{
    content: "✦";
    position: absolute;
    left: 0;
    top: 5px;
    color: #d4a12a;
    font-size: 12px;
}

.widget-new ul li:hover{
    color: #d4a12a;
    transform: translateX(5px);
}
.custom-navbar{position:absolute;top:0;left:0;width:100%;z-index:999;background:#c9932f;padding:15px 0;transition: 2s ease-in;}

.logo{
  font-family: "Anton", sans-serif;
font-size:34px;
font-weight:700;
color:#000;
}

.nav-link{
color:#222;
font-size:14px;
margin:0 10px;
font-weight:500;
}

.header-icons{
display:flex;
align-items:center;
gap:15px;
}

.purchase-btn{background:#222;color:#fff;padding:12px 25px;border-radius:5px;text-decoration:none;font-size:14px;text-decoration: none!important;}
.purchase-btn:hover{
    background:#fff;color:#222; 
    transition:all 0.7s ease;}

.hero-section{position:relative;/* min-height:100vh; */background:url('../images/bg.png');background-size:cover;background-position:center;overflow:hidden;padding: 110px 0 50px;height: 749px;}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.45);
}

.hero-title{
position:relative;
z-index:2;
  font-family: "Anton", sans-serif;
font-size:90px;
font-weight:700;
line-height:.95;
color:white;
text-transform:uppercase;
}

.gold-text{
color:#c9932f;
}

.hero-line{
width:80%;
height:2px;
background:#c9932f;
margin:25px 0;
}

.hero-desc{color:white;font-size: 17px;max-width: 94%;position:relative;z-index:2;}


.hero-buttons{
display:flex;
gap:15px;
margin-top:30px;
flex-wrap:wrap;
}

.trailer-btn{
border:2px solid #c9932f;
color:white;
padding:14px 30px;
}

.book-btn{
background:#c9932f;
color:#000;
padding:14px 30px;
font-weight:600;
}

.book-wrapper{
perspective:1000px;
}

.book-img{width: 750px;transition:.25s ease;will-change:transform;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5));position: relative;margin-left: -98px;}

.hero-title span{
display:inline-block;
opacity:0;
transform:translateY(100px);
animation:letterAnimation .7s forwards;
}

@keyframes letterAnimation{

to{
opacity:1;
transform:translateY(0);
}

}

@media(max-width:991px){

.hero-title{
font-size:60px;
text-align:center;
}

.hero-desc{
text-align:center;
margin:auto;
}

.hero-buttons{
justify-content:center;
}

.book-img{
margin-top:50px;
max-width:540px;
}

.header-icons{
display:none;
}

}

@media(max-width:576px){

.hero-title{
font-size:42px;
}

.logo img{width: 51%;}

}



.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.ml16 {
   position:relative;
z-index:2;
  font-family: "Anton", sans-serif;
font-size:90px;

line-height:.95;
color:white;
text-transform:uppercase;
    letter-spacing: 0;
    overflow: hidden;
}


.ml10 {
   position:relative;
z-index:2;
  font-family: "Anton", sans-serif;
font-size:80px;

line-height:.95;
color:white;
text-transform:uppercase;
    letter-spacing: 0;
    overflow: hidden;
}

.ml16 .letter {
    display: inline-block;
    line-height: 1em;
    color: #fff;
}







.about-author-section{
    position:relative;
    padding:120px 0;
    background:url(images/about-bg.jpg);
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.about-author-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.78);
}

.about-author-section .container{
    position:relative;
    z-index:2;
}

/* LEFT */

.small-title{
    color:#d4a23b;
    font-size:40px;
    font-family:cursive;
}

.author-content h2{
    color:white;
    font-size:65px;
      font-family: "Anton", sans-serif;
    margin-bottom:25px;
}

.author-content p{
    text-align: justify;
    color:#cfcfcf;
    line-height: 24px;
    margin-bottom:25px;
    font-size: 14px;
}

.author-sign{
    color:white;
    font-family:cursive;
    margin-bottom:30px;
}

.learn-btn{
    display:inline-block;
    color:white;
    text-decoration:none;
    border:2px solid #d4a23b;
    padding:15px 40px;
    border-radius:10px;
    transition:.4s;
}

.learn-btn:hover{
    background:#d4a23b;
    color:black;
}

/* IMAGE */

.author-image-wrapper{
    perspective:1000px;
}

.author-img{
    border:2px solid #d4a23b;
    border-radius:15px;
    max-width:100%;
    transition:.4s ease;
    box-shadow:0 0 35px rgba(212,162,59,.25);
}

.author-img:hover{
    transform:scale(1.03);
}

/* TIMELINE */

.author-timeline{
    position:relative;
    padding-left: 51px;
}

.author-timeline::before{
    content:'';
    position:absolute;
    left: 12px;
    top:0;
    width:2px;
    height:100%;
    background:rgba(212,162,59,.25);
}

.timeline-item{
    position:relative;
    margin-bottom:40px;

    opacity:0;
    transform:translateY(70px);

    transition:1s;
}

.timeline-item.show{
    opacity:1;
    transform:translateY(0);
}

.timeline-dot{
    position:absolute;
    left:-60px;
    top:0;

    width:40px;
    height:40px;

    border-radius:50%;
    border:2px solid #d4a23b;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#111;
    overflow:hidden;
}

.timeline-dot::before{
    content:'';
    position:absolute;
    inset:0;
    background:#d4a23b;

    transform:scale(0);
    transition:.5s;
}

.timeline-item.show .timeline-dot::before{
    transform:scale(1);
}

.timeline-dot i{
    color:white;
    position:relative;
    z-index:2;
}

.timeline-content h5{
    color:#d4a23b;
    margin-bottom:8px;
        font-size: 17px;
}

.timeline-content p{
    color:#bdbdbd;
    font-size: 13px;
    line-height:1.7;
}

/* MOBILE */

@media(max-width:991px){

.author-content{
text-align:center;
margin-bottom:50px;
}

.author-image-wrapper{
margin-bottom:60px;
}

.author-content h2{
font-size:48px;
}

.author-timeline{
margin-top:40px;
}

}

@media(max-width:576px){

.author-content h2{
font-size:38px;
}

.small-title{
font-size:28px;
}

}

.container{
    max-width: 1250px;
}


.feature-item .content{
opacity:0;
transform:translateX(30px);
}

.item1 .content{
animation:textReveal 1s infinite;
animation-delay:.4s;
}

.item2 .content{
animation:textReveal 1s infinite;
animation-delay:1.4s;
}

.item3 .content{
animation:textReveal 1s infinite;
animation-delay:2.4s;
}

.item4 .content{
animation:textReveal 1s infinite;
animation-delay:3.4s;
}

.item5 .content{
animation:textReveal 1s infinite;
animation-delay:4.4s;
}

.item6 .content{
animation:textReveal 1s infinite;
animation-delay:5.4s;
}

@keyframes textReveal{

0%{
opacity:0;
transform:translateX(30px);
}

100%{
opacity:1;
transform:translateX(0);
}

}

.feature-item .line{
    width:0;
    height:2px;
    background:#c89b3c;
}
.book-showcase{
position:relative;
padding:90px 0 80px;
background:url('../images/bg-2.png') center center/cover no-repeat;
overflow:hidden;
}

.book-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.30);
}

.book-showcase .container{
position:relative;
z-index:2;
max-width:1400px;
}

/* =====================
HEADING
===================== */

.section-heading{
text-align:center;
margin-bottom:20px;
}

.about-script{
display:block;
color:#c89b3c;
font-size:42px;
line-height:1;
font-family:cursive;
margin-bottom:5px;
}

.section-heading h2{color:#fff;font-size: 81px;line-height:1;margin:0;font-family: "Anton", sans-serif;}

.section-heading p{
color:#d5d5d5;
font-size:11px;
margin-top:10px;
}

/* =====================
STAGE
===================== */

.book-stage{
position:relative;
height:620px;
max-width:1300px;
margin:auto;
}

/* =====================
BOOK
===================== */

.book-center{
position:absolute;
left:50%;
top:48%;
transform:translate(-50%,-50%);
z-index:5;
}

.book-image{width: 360px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.45));}

/* =====================
FEATURES
===================== */

.feature{position:absolute;display:flex;align-items: baseline;}

.feature-text{top: 5px;width: 247px;position: relative;}

.feature-text h4{color:#fff;font-size: 21px;margin-bottom:5px;/* font-weight:600; */font-family: "Oswald", sans-serif;}

.feature-text p{color:#d6d6d6;font-size: 16px;line-height:1.5;}

.feature-node{position: relative;width: 65px;height: 65px;border-radius:50%;border:2px solid #c89b3c;display:flex;justify-content:center;align-items:center;color:#c89b3c;background:rgba(0,0,0,.4);margin: 0 18px;transition:.4s;}

.feature-node.red{
border-color:#ff5f45;
color:#ff5f45;
}

.feature-node i{
font-size:14px;
}

.feature-line{width: 94px;height: 30px;background:url('../images/l-1.png');position: absolute;}

/* =====================
LEFT SIDE
===================== */

.feature-1{left: 20px;top:110px;}

.feature-2{left: 23px;top: 270px;}

.feature-3{left: 23px;top: 454px;}

.feature-1 .feature-text,
.feature-2 .feature-text,
.feature-3 .feature-text{
text-align:right;
}

/* =====================
RIGHT SIDE
===================== */

.feature-4{right: 34px;top: 105px;}

.feature-5{right: 29px;top: 259px;}

.feature-6{right: 24px;top: 421px;}

/* =====================
ACTIVE
===================== */

.feature.active .feature-node{
background:#c89b3c;
color:#fff;
box-shadow:
0 0 15px #c89b3c,
0 0 30px #c89b3c,
0 0 60px rgba(200,155,60,.6);
}

.feature.active .feature-text h4{
color:#c89b3c;
}

.feature.active .feature-line{
 width: 100px;
 transition: all 0.6s ease;
 background: url('../images/l-11.png');
}

/* =====================
MOBILE
===================== */

@media(max-width:991px){

.book-stage{
height:auto;
display:flex;
flex-direction:column;
align-items:center;
gap:25px;
}

.book-center{
position:relative;
left:auto;
top:auto;
transform:none;
order:-1;
}

.book-image{
width:240px;
}

.feature{
position:relative;
left:auto!important;
right:auto!important;
top:auto!important;
justify-content:center;
}

.feature-line{
display:none;
}

.feature-text{
width:140px;
}

.feature-1 .feature-text,
.feature-2 .feature-text,
.feature-3 .feature-text{
text-align:left;
}

.section-heading h2{
font-size:42px;
}

.about-script{
font-size:30px;
}

}
.feature-1 .feature-line{

right: -100px;

top: 39px;
}

.feature-2 .feature-line{
    
right: -90px;
    
top: 20px;
    
transform: rotate(-14deg);
}

.feature-3 .feature-line{
    
right: -99px;
    
transform: rotate(-35deg);
    
top: -1px;
}

.feature-4 .feature-line{
    
transform: rotate(142deg);
    
left: -86px;
    
bottom: 35px;
}

.feature-5 .feature-line{
    
transform: rotate(141deg);
    
left: -90px;
    
bottom: 35px;
}

.feature-6 .feature-line{
    
transform: rotate(142deg);
    
left: -86px;
    
bottom: 35px;
}

.video-section{
    position:relative;
    padding:100px 0;
    background:url('../images/bg-3.png') center center/cover;
}

.video-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.video-section .container{
    position:relative;
    z-index:2;
}

.video-heading{
    margin-bottom:40px;
}

.video-heading h2{
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color:#fff;
  font-size: 57px;
  line-height:.95;
  margin-bottom:20px;
}

.video-heading p{
    color:#cfcfcf;
    max-width:700px;
    margin:auto;
    font-size:14px;
}

.custom-video-wrapper{
    position:relative;
    max-width:900px;
    margin:auto;
    border-radius:25px;
    overflow:hidden;

    box-shadow:
    0 0 30px rgba(0,255,170,.15);
}

.custom-video{
    width:100%;
    display:block;
    border-radius:25px;
}

/* PLAY BUTTON */
.custom-video-wrapper:hover{
    transform:translateY(-4px);
    transition:.4s;
}
.play-btn{
    position:absolute;
    left: 50.7%;
    top: 47.7%;
    transform:translate(-50%,-50%);
    width:120px;
    height:120px;
    border: 2px solid rgba(255,255,255,.9);
    border-radius:50%;
    background:rgba(0,0,0,.35);
    backdrop-filter:blur(6px);
    cursor:pointer;
    transition:.4s;
    z-index:5;
}

.play-btn:hover{

    transform:
    translate(-50%,-50%)
    scale(1.08);

    box-shadow:
    0 0 25px rgba(255,255,255,.5);

}

.play-btn span{
    position:absolute;
    left:53%;
    top:50%;

    transform:
    translate(-50%,-50%);

    width:0;
    height:0;

    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left:32px solid white;
}

.play-btn.hide{
    opacity:0;
    pointer-events:none;
}

/* MOBILE */

@media(max-width:768px){

.video-heading h2{
font-size:42px;
}

.play-btn{
width:80px;
height:80px;
}

.play-btn span{
border-top:12px solid transparent;
border-bottom:12px solid transparent;
border-left:20px solid white;
}

}
/* ==========================
   PODCAST SECTION
========================== */

.podcast-section{
    position:relative;
    padding:100px 0;
    background:#060606;
    overflow:hidden;
}

.podcast-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 20% 50%,
    rgba(208,160,58,.08),
    transparent 40%),

    radial-gradient(circle at 80% 50%,
    rgba(208,160,58,.08),
    transparent 40%);
}

.podcast-section .container{
    position:relative;
    z-index:2;
}

/* ==========================
   LEFT CONTENT
========================== */

.podcast-content h2{
    font-family:'Oswald',sans-serif;
    font-size:72px;
    line-height:.95;
    color:#fff;
    margin-bottom:25px;
    text-transform:uppercase;
}

.podcast-content p{
    color:#9d9d9d;
    font-size:14px;
    line-height:1.8;
    max-width:500px;
    margin-bottom:35px;
}

.main-listen-btn{
    border:none;
    background:#d0a03a;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    transition:.4s;
}

.main-listen-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(208,160,58,.35);
}

.main-listen-btn i{
    margin-left:10px;
}

/* ==========================
   GRID
========================== */

.podcast-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

/* ==========================
   CARD
========================== */

.podcast-card{
    background:#070707;
    border:1px solid rgba(255,255,255,.2);
    border-radius:18px;

    padding:35px 20px;

    text-align:center;

    cursor:pointer;

    transition:.4s ease;

    position:relative;

    overflow:hidden;
}

.podcast-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
    135deg,
    rgba(208,160,58,.15),
    transparent
    );

    opacity:0;
    transition:.4s;
}

.podcast-card:hover::before{
    opacity:1;
}

.podcast-card:hover{
    transform:translateY(-8px);
    border-color:#d0a03a;

    box-shadow:
    0 0 20px rgba(208,160,58,.20);
}

.podcast-card img{
    width:85px;
    height:85px;
    object-fit:contain;
    margin-bottom:20px;
}

.podcast-card h4{
    color:#fff;
    font-size:18px;
    margin-bottom:20px;
    font-family:'Oswald',sans-serif;
}

.podcast-card button{
    border:1px solid rgba(255,255,255,.4);
    background:transparent;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-size:12px;
    transition:.3s;
}

.podcast-card button:hover{
    background:#d0a03a;
    border-color:#d0a03a;
}

/* ==========================
   ACTIVE CARD
========================== */

.active-card{

    border-color:#d0a03a;

    box-shadow:
    0 0 15px rgba(208,160,58,.35),
    0 0 35px rgba(208,160,58,.20);

    animation:pulseCard 2s infinite;
}

@keyframes pulseCard{

0%{
transform:scale(1);
}

50%{
transform:scale(1.02);
}

100%{
transform:scale(1);
}

}

/* ==========================
   FLOATING PLAYER
========================== */

.floating-player{
    position:fixed;
    bottom:25px;
    right:25px;

    background:#111;

    border:1px solid #d0a03a;

    border-radius:60px;

    padding:15px 25px;

    display:flex;
    align-items:center;
    gap:15px;

    z-index:9999;

    backdrop-filter:blur(10px);

    box-shadow:
    0 0 25px rgba(208,160,58,.25);
}

#playPause{
    width:45px;
    height:45px;

    border:none;

    border-radius:50%;

    background:#d0a03a;

    color:#fff;

    cursor:pointer;
}

/* ==========================
   WAVEFORM
========================== */

.waveform{
    display:flex;
    align-items:flex-end;
    gap:4px;
}

.waveform span{
    width:4px;
    background:#d0a03a;
    border-radius:10px;
    animation:wave 1s infinite;
}

.waveform span:nth-child(1){
height:10px;
}

.waveform span:nth-child(2){
height:20px;
animation-delay:.1s;
}

.waveform span:nth-child(3){
height:28px;
animation-delay:.2s;
}

.waveform span:nth-child(4){
height:18px;
animation-delay:.3s;
}

.waveform span:nth-child(5){
height:12px;
animation-delay:.4s;
}

@keyframes wave{

0%,100%{
transform:scaleY(.5);
}

50%{
transform:scaleY(1.4);
}

}

.player-title{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

.podcast-content{
    text-align:center;
    margin-bottom:50px;
}

.podcast-content h2{
    font-size:50px;
}

.podcast-content p{
    margin:auto auto 30px;
}

}

@media(max-width:768px){

.podcast-grid{
    grid-template-columns:1fr;
}

.podcast-content h2{
    font-size:38px;
}

.floating-player{

    left:15px;
    right:15px;
    bottom:15px;

    justify-content:center;
}

}


.floating-player{
opacity:0;
visibility:hidden;
transform:translateY(30px);
transition:.4s ease;
}

.floating-player.show-player{
opacity:1;
visibility:visible;
transform:translateY(0);
}



.testimonial-section{
    background:#000;
    padding:50px 0 70px;
}

.testimonial-title{
    text-align:center;
    color:#fff;
    font-family:'Oswald',sans-serif;
    font-size:58px;
    margin-bottom:60px;
}

.testimonialSwiper{
    padding:30px 0 60px;
}

.testimonial-card{

background:#fff;

border-radius: 0;

padding: 26px;

min-height: 230px;

transition:.5s ease;

position:relative;
}

.swiper-slide-active .testimonial-card{

    background:#c8963e;

    color:#fff;

    transform:
    translateY(-15px);

    box-shadow:
    0 20px 50px rgba(200,150,62,.4);

}

.testimonial-card::after{
/* "â"; */
content:"❝";

position:absolute;

right:20px;

bottom: -24px;

font-size:70px;

color:#c8963e;
}

.swiper-slide-active .testimonial-card::after{
    color:#fff;
}

.swiper-pagination-bullet{
    background:#666;
}

.swiper-pagination-bullet-active{
    background:#c8963e;
}


.swiper-slide-active .profile-img{
    animation:rotateGlow 3s linear infinite;
}

@keyframes rotateGlow{

0%{
transform:rotate(0deg);
}

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

}


.swiper-slide-active .testimonial-card{
    position:relative;
}

.swiper-slide-active .testimonial-card::before{

content:'';

position:absolute;

inset:-2px;

background:
linear-gradient(
45deg,
#c8963e,
transparent,
#c8963e
);

filter:blur(20px);

z-index:-1;
}

.review-user{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 21px;
}
.review-user h4{
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Oswald',sans-serif;
    color: #000;
}

.review-user span{
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
}


.swiper-slide-active .testimonial-card h4{
    color: #fff;
}

.swiper-slide-active .testimonial-card span{
    color: #fff;
}
.testimonial-content p{
    font-size: 14px;
}



.footer{
    position:relative;
    overflow:hidden;
    background: #060606;
    padding: 66px 0px 0px;
}


.footer::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;

    background:
    radial-gradient(
    rgba(200,155,60,.12),
    transparent 70%);

    left:-200px;
    top:-150px;
}

.footer-logo{
    color:#fff;
    font-family:'Oswald',sans-serif;
    font-size:42px;
    margin-bottom:20px;
}

.footer-widget p{
    color:#bcbcbc;
    line-height:1.9;
    font-size:14px;
}

.footer-widget h4{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    font-family:'Oswald',sans-serif;
}

.footer-widget ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget ul li a{
    color:#d5d5d5;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#c89b3c;
    padding-left:6px;
}

.footer-contact li{
    color:#d5d5d5;
}

.footer-contact i{
    color:#c89b3c;
    width:22px;
}

.footer-social{
    margin-top:20px;
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#fff;

    transition:.4s;
}

.footer-social a:hover{
    background:#c89b3c;
    border-color:#c89b3c;

    transform:translateY(-5px);
}

.footer-bottom{
    margin-top:60px;
    background:#c89b3c;
    color:#111;
    text-align:center;
    padding:16px;
    font-weight:600;
    font-size:14px;
}


/* ==========================
   RESPONSIVE FOOTER
========================== */

@media (max-width: 991px){

    .footer{
        padding-top:60px;
    }

    .footer-logo{
        font-size:34px;
    }

    .footer-widget{
        text-align:center;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-contact li{
        justify-content:center;
    }

}

@media (max-width: 767px){

    .footer{
        padding-top:50px;
    }

    .footer-logo{
        font-size:30px;
        margin-bottom:15px;
    }

    .footer-widget{
        margin-bottom:25px;
        text-align:center;
    }

    .footer-widget h4{
        font-size:20px;
        margin-bottom:18px;
    }

    .footer-widget p{
        font-size:13px;
        line-height:1.8;
    }

    .footer-widget ul li{
        margin-bottom:10px;
    }

    .footer-social{
        justify-content:center;
        gap:10px;
    }

    .footer-social a{
        width:40px;
        height:40px;
    }

    .footer-bottom{
        font-size:13px;
        padding:14px 10px;
    }

}

@media (max-width: 575px){

    .footer-logo{
        font-size:26px;
    }

    .footer-widget h4{
        font-size:18px;
    }

    .footer-widget p{
        max-width:320px;
        margin:auto;
    }

    .footer-social a{
        width:38px;
        height:38px;
        font-size:14px;
    }

    .footer-bottom{
        font-size:12px;
    }

    a.navbar-brand.logo {
    width: 201px;
}

.custom-navbar {
    padding: 0px;
}
.ml10{
    font-size: 25px;
}
.ml16{
    font-size: 25px;
}

}



.custom-navbar.sticky {
    width: 100%;
    background: #fcf1ce;
    position: fixed;
    top: 5px;
    transition: all ease-in-out .7s;
    z-index: 5;
    padding: 0;
}

/* INNER SEC CSS START */

.Inner-Banner {
    display: flex;
    align-items: center;
    height: 450px;
    padding-top: 125px;
    background: url('../images/ab-banner.png');
}

section.hero-section.Inner-Banner .book-img {
    width: 630px;
}


/* ====================================
   CONTACT SECTION
==================================== */

.contact-section{
    position:relative;
    background:#050505;
    padding:120px 0;
    overflow:hidden;
}

/* Floating Dots */

.floating-dot{
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:linear-gradient(-1deg, #c6913e, #c6913e);
    animation:floatDot 5s ease-in-out infinite;
}

.dot-1{
    top:60px;
    left:50px;
}

.dot-2{
    top:120px;
    right:120px;
    animation-delay:2s;
}

@keyframes floatDot{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

}

/* ========================= */

.contact-top{
    margin-bottom:80px;
}

.contact-label-wrap{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:30px;
}

.contact-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:linear-gradient(-1deg, #c6913e, #c6913e);
}

.contact-label{
    color:#fff;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
}

.contact-line{
    width:70px;
    height:1px;
    background:#777;
}

/* ========================= */

.contact-title{
    color:#fff;
    font-size:92px;
    line-height:.95;
    font-weight:700;
    margin:0;
    letter-spacing:-3px;
}

.title-shape{
    position:relative;
    display:inline-block;
}

.shape-box{
    width:28px;
    height:28px;
    background:linear-gradient(-1deg, #c6913e, #c6913e);
    display:inline-block;
    margin-left:8px;
    transform:rotate(45deg);
}

/* ========================= */

.contact-description{
    color:#b7b7b7;
    font-size:15px;
    line-height:1.8;
    max-width:340px;
    margin-left:auto;
}

/* ========================= */

.contact-meta{
    margin-top:50px;
    display:flex;
    justify-content:space-between;
    color:#9f9f9f;
    font-size:14px;
}

/* ========================= */

.contact-card{
    background:#111;
    border-radius:24px;
    overflow:hidden;
    transition:.4s;
}

.contact-card:hover{
    transform:translateY(-6px);
    box-shadow:
    0 25px 70px rgba(255,91,46,.12);
}

/* ========================= */

.map-wrapper{
    position:relative;
    height:100%;
    min-height:620px;
}

.map-wrapper iframe{
    width:100%;
    height:100%;
    border:none;
}

/* Pulse Pin */

.map-pulse{
    position:absolute;
    left:50%;
    top:55%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(-1deg, #c6913e, #c6913e);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.map-pulse::before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:50%;
    border:2px solid linear-gradient(-1deg, #c6913e, #c6913e);
    animation:pulse 2s infinite;
}

@keyframes pulse{

0%{
transform:scale(1);
opacity:1;
}

100%{
transform:scale(2);
opacity:0;
}

}

/* ========================= */

.contact-form-box{
    padding:60px;
}

.contact-form-box h3{
    color:#fff;
    margin-bottom:35px;
    font-size:34px;
    font-weight:700;
}

/* ========================= */

.form-group{
    margin-bottom:24px;
}

.form-group label{
    display:block;
    margin-bottom:10px;
    color:#d9d9d9;
    font-size:14px;
}

.form-control{
    background:#242424 !important;
    border:none !important;
    border-radius:10px !important;
    color:#fff !important;
    height:58px;
    transition:.3s;
}

textarea.form-control{
    height:150px !important;
    resize:none;
}

.form-control:focus{
    background:#2b2b2b !important;
    box-shadow:
    0 0 0 2px rgba(255,91,46,.25) !important;
}

/* ========================= */

.send-btn{
    width:100%;
    height:62px;
    border:none;
    border-radius:50px;
    background:linear-gradient(-1deg, #c6913e, #c6913e);
    color:#fff;
    font-weight:600;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.send-btn:hover{
    background:linear-gradient(-1deg, #c6913e, #c6913e);
    transform:translateY(-3px);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:1200px){

.contact-title{
    font-size:72px;
}

}

@media(max-width:991px){

.contact-section{
    padding:90px 0;
}

.contact-title{
    font-size:58px;
    margin-bottom:25px;
}

.contact-description{
    margin-left:0;
}

.map-wrapper{
    min-height:450px;
}

.contact-form-box{
    padding:40px;
}

.contact-meta{
    flex-direction:column;
    gap:10px;
}

}

@media(max-width:767px){

.contact-section{
    padding:70px 0;
}

.contact-title{
    font-size:42px;
    letter-spacing:-1px;
}

.shape-box{
    width:18px;
    height:18px;
}

.contact-form-box{
    padding:25px;
}

.contact-form-box h3{
    font-size:26px;
}

.map-wrapper{
    min-height:320px;
}

.contact-meta{
    display:none;
}

.contact-label-wrap{
    justify-content:center;
}

.contact-top{
    text-align:center;
}

.contact-description{
    margin:auto;
}

}


/* ====================================
   PRIVACY POLICY PAGE
==================================== */

.policy-hero{
    position:relative;
    padding:180px 0;
    background:url('images/bg1.png') center center/cover no-repeat;
    overflow:hidden;
    text-align:center;
}

.policy-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.82);
}

.policy-hero .container{
    position:relative;
    z-index:2;
}

.breadcrumb-nav{
    margin-bottom:25px;
}

.breadcrumb-nav a,
.breadcrumb-nav span{
    color:#bdbdbd;
    text-decoration:none;
    font-size:14px;
}

.breadcrumb-nav a:hover{
    color:#c89b3c;
}

.policy-tag{
    display:block;
    color:#c89b3c;
    letter-spacing:4px;
    font-size:13px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.policy-hero h1{

    font-family:'Oswald',sans-serif;

    font-size:120px;

    line-height:.9;

    text-transform:uppercase;

    background:
    linear-gradient(
    180deg,
    #ffffff,
    #c89b3c);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    margin-bottom:25px;

}

.policy-hero p{
    max-width:800px;
    margin:auto;
    color:#d2d2d2;
    font-size:17px;
    line-height:1.9;
}

/* ====================================
   CONTENT
==================================== */

.policy-content{

    position:relative;

    background:
    radial-gradient(circle at top,
    rgba(200,155,60,.08),
    transparent 40%),
    #050505;

    padding:120px 0;

}

.policy-content::before{

    content:'';

    position:absolute;

    left:50%;

    top:0;

    width:2px;

    height:100%;

    background:
    linear-gradient(
    transparent,
    rgba(200,155,60,.5),
    transparent);

}

/* ====================================
   BLOCKS
==================================== */

.policy-block{

    position:relative;

    width:48%;

    background:#101010;

    border-radius:20px;

    padding:50px;

    margin-bottom:80px;

    transition:.4s ease;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.05);

}

.policy-block:nth-child(odd){
    margin-right:auto;
}

.policy-block:nth-child(even){
    margin-left:auto;
}

.policy-block::before{

    content:'';

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    135deg,
    rgba(200,155,60,.08),
    transparent 60%);

    opacity:0;

    transition:.4s;

}

.policy-block:hover::before{
    opacity:1;
}

.policy-block:hover{

    transform:
    translateY(-10px);

    box-shadow:

    0 20px 60px rgba(200,155,60,.15),

    0 0 30px rgba(200,155,60,.08);

}

/* ====================================
   NUMBER
==================================== */

.policy-number{

    position:absolute;

    right:25px;

    top:10px;

    font-size:90px;

    font-weight:900;

    color:rgba(200,155,60,.08);

    line-height:1;

}

/* ====================================
   HEADING
==================================== */

.policy-block h2{

    color:#fff;

    font-size:38px;

    font-family:'Oswald',sans-serif;

    text-transform:uppercase;

    margin-bottom:20px;

    position:relative;

}

.policy-block h2::after{

    content:'';

    display:block;

    width:70px;

    height:3px;

    background:#c89b3c;

    margin-top:12px;

}

.policy-block p{

    color:#d0d0d0;

    line-height:2;

    font-size:15px;

    position:relative;

    z-index:2;

}

/* ====================================
   CTA
==================================== */

.policy-cta{

    position:relative;

    padding:140px 0;

    text-align:center;

    background:url('images/bg1.png')
    center center/cover;

}

.policy-cta::before{

    content:'';

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.86);

}

.policy-cta .container{
    position:relative;
    z-index:2;
}

.policy-cta h2{

    color:#fff;

    font-size:60px;

    font-family:'Oswald',sans-serif;

    margin-bottom:20px;

}

.policy-cta p{

    color:#cfcfcf;

    max-width:700px;

    margin:0 auto 35px;

    line-height:1.8;

}

.policy-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 45px;

    background:#c89b3c;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    letter-spacing:1px;

    transition:.4s;

    box-shadow:
    0 0 25px rgba(200,155,60,.35);

}

.policy-btn:hover{

    transform:
    translateY(-4px);

    color:#fff;

    box-shadow:
    0 15px 35px rgba(200,155,60,.35);

}

/* ====================================
   RESPONSIVE
==================================== */

@media(max-width:991px){

.policy-hero{
padding:120px 0;
}

.policy-hero h1{
font-size:70px;
}

.policy-content::before{
display:none;
}

.policy-block{
width:100%;
margin-left:0 !important;
margin-right:0 !important;
}

.policy-cta h2{
font-size:42px;
}

}

@media(max-width:767px){

.policy-hero{
padding:90px 0;
}

.policy-hero h1{
font-size:46px;
}

.policy-hero p{
font-size:14px;
}

.policy-content{
padding:70px 0;
}

.policy-block{
padding:25px;
margin-bottom:30px;
}

.policy-number{
font-size:55px;
}

.policy-block h2{
font-size:24px;
}

.policy-block p{
font-size:14px;
line-height:1.8;
}

.policy-cta{
padding:90px 0;
}

.policy-cta h2{
font-size:30px;
}

.policy-btn{
width:100%;
max-width:280px;
}

}


.story-intro{

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.96);

    z-index:999999;

    display:flex;
    justify-content:center;
    align-items:center;

    opacity:0;
    visibility:hidden;

    transition:.5s;
}

.story-intro.active{

    opacity:1;
    visibility:visible;

}

.story-content{

    width:900px;
    max-width:95%;

    text-align:center;
    position:relative;

}

#typeText{
be
    color:#c89b3c;
    font-size:70px;
    font-family:'Oswald',sans-serif;
    margin-bottom:30px;

}

#trailerVideo{

    width:100%;
    border-radius:15px;

    display:none;

}

.close-story{

    position:absolute;
    top:-50px;
    right:0;

    color:#fff;
    font-size:40px;
    cursor:pointer;

}