:root{
   
    --white:  #fff;
     --black:  #000;
     --heading:#454545;
    --primary-color:  #B78A49;
    
}
body.p-0.m-0.smooth-scroll {
    overflow-x: hidden;
}
ul{
    list-style: none;
}
 h1 span{
    display: block;

}
.whishlist UL LI + LI {
    display: none;
}
/* our-approach css */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {

    scrollbar-color: #B78A49 #f0f0f0;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #2C599D 0%, #B78A49 100%);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);;
    border-radius: 10px;
    border: 3px solid var(--primary-color);;
}
#scrollBtn{
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #2c599d;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 999;
}
a{
    text-decoration: none !important;
}
.container{
    max-width: 1250px;
}
body{
      font-family: "Poppins", sans-serif;
}
h1{
      font-family: "Inter", sans-serif;
      text-transform: uppercase;
      color: var(--black);
      font-size: 35px;
}
h2 , h3{
      font-family: "Inter", sans-serif;
      text-transform: uppercase;
}
p{
    font-size: 16px;
    font-weight: 400;
    color: var(--heading);
}
h5{
      font-family: "Inter", sans-serif;
      font-size: 40px;
      font-weight: 800;
      color: var(--heading);
      text-transform: uppercase;
}
h6{
    color: var(--heading);
    font-size: 22px;
}
h5 span{
    color: var(--primary-color);
}
html.smooth-scroll {
  scroll-behavior: smooth;
}
.contentmain h5{
    color: var(--black);
    font-size: 20px;
}
.contentmain h3{
    color: var(--black);
    font-size: 50px;
}
.custombtn{
    background: var(--primary-color);
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    position: relative;
    transition: all 0.7s ease;
    z-index: 2;
    font-weight: 500;
    padding: 10px 30px;
    display: flex;
    max-width: fit-content;
    text-transform: capitalize;
    align-items: center;
    /* margin-left: 20px; */
}

.custombtn:after{
    transition: all 0.7s ease;
    /* border: 2px solid var(--yellow); */
    content: "";
    width: 100%;
    height: 100%;
    right: -24px;
    position: absolute;
    z-index: -2;
    display: none;
}
.custombtn:hover:after{
    transition: all 0.7s ease;
    background: var(--yellow);
    content: "";
    width: 100px;
    height: 100%;
    right: 0;
     position: absolute;
}

/* HEADER CSS START */

.navbar-brand{
   
}
.navbar-brand span{
   
}

#txt{
   display:flex;
   align-items:center;
   justify-content:center;
   flex:1;
   font-family:sans-serif;
   letter-spacing:3.5px;
   font-size:3.5rem;
   font-weight:700;
   position:relative;
   transform-style:preserve-3d;
   perspective:100px;
   -webkit-transform-style:preserve-3d;
   -webkit-perspective:100px;
}
#txt>b{
   height:3.5rem;
   box-shadow:0 .4rem .3rem -.3rem #aaa;
   color:#979c9f;
   background:linear-gradient(#aaf,#acf,#afc);
   background-clip:text;
   text-fill-color:transparent;
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   transform-origin:bottom;
   transform:rotateX(-85deg);
   -webkit-transform-origin:bottom;
   -webkit-transform:rotateX(-85deg);
   animation:getUp 7s infinite;
}
#txt>b:nth-child(2){
   animation-delay:.25s;
}
#txt>b:nth-child(3){
   animation-delay:.5s;
}
#txt>b:nth-child(4){
   animation-delay:.75s;
}
#txt>b:nth-child(5){
   animation-delay:1s;
}
#txt>b:nth-child(6){
   animation-delay:1.25s;
}
#txt>b:nth-child(7){
   animation-delay:1.5s;
}
#txt>b:nth-child(8){
   animation-delay:1.75s;
}
@keyframes getUp{
   10%,50%{
      transform:rotateX(0);
   }
   0%,60%,100%{
      transform:rotateX(-85deg);
   }
}

.navbar-brand:after {
    position: absolute;
    content: "";
    height: 180px;
    width: 170px;
    right: -24px;
    top: -70px;
    z-index: -1;
    /* background: #fff; */
    border-radius: 100px;
    display: none;
}

.nav-link {
    padding: 0px  !important;
    color: #e9e9e9 !important;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.whishlist ul {
    padding-left: 0;
    display: flex;
    margin: 0;
    gap: 25px;
    align-items: center;
}

.whishlist ul a {
    background: transparent;
    position: relative;
    color: #000;
}

.whishlist ul a span {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 4;
}
.whishlist ul a i {
    font-size: 23px;
    position: relative;
    top: 3px;
}
.Headermain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 30px;
    z-index: 999;
    /* background: #fff; */
    transition: all 0.4s ease;
}
/* menu css */
.Headermain.fixed {
    background: #524a3b;
    position: fixed;
    top: 10px;
    transition: all ease-in-out .7s;
}
header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}
.Headermain.fixed nav.navbar {
    /* background: #fff; */
    /* border-radius: 8px; */
    /* padding: 16px 10px 20px; */
}

.Headermain.fixed nav.navbar .nav-link.active {
    color: #fff;
}

.Headermain.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: var(--primary-color);
}

.Headermain.fixed nav.navbar .navbar-brand {
    color: white;
}
/* Scroll ke baad */

.navbar-brand {
    transition: all 0.4s ease;
}

/* .Headermain {
    position: absolute;
    z-index: 1;
    padding: 30px 0px;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
} */
ul.navbar-nav {
    /* margin-left: 130px !important; */
    margin: 0px auto;
    gap: 38px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.form-inline .form-control {
    border-radius: 57px !important;
    border-color: #000;
    width: 130px;
    margin-right: 10px;
    height: 44px;
}

.form-inline .input-group {
    position: relative;
    width: fit-content;
}

.form-inline .input-group span.input-group-text {
    padding: 0;
    border: 0;
    position: absolute;
    right: 21px;
    z-index: 1;
    top: 13px;
    background: transparent;
}

.whishlist {
    display: flex;
  
}

/* SEction-01 css start */

.Section-01{
    background-attachment: fixed !important;
    position: relative;
    background: url('../images/banner.png');
    background-position: center;
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-1 h1{
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    font-size: 62px;
    line-height: 71px;
    font-family: "Inter", sans-serif;
    word-spacing: 15px;
}
.content-1 h2{
     margin: 29px 0px;
     color: var(--white);
     text-transform: uppercase;
     font-size: 22px;
}
.content-1 p{
    line-height: 35px;
    font-size: 17px;
    color: var(--white);
    width: 95%;
    margin-bottom: 35px;
}

.content-1 h1 span {
    /* display: block; */
    color: var(--primary-color);
    display: unset;
}

.whishlist .custombtn {
    padding: 10px 10px;
    margin-left: 17px;
}
.content-1 h5 {
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 33px;
}
/* animation */
figure.hero-girl img {
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}


@keyframes ball2 {
    0% {
        transform: translate(-30px, 0px);
        /* filter: drop-shadow(2px 4px 6px #0000) saturate(1.3); */
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


.hero.inner-banner .hero-girl {
    max-width: 320px;
    top: unset;
    bottom: -130px;
}
.hero-girl {
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 99;
    width: 465px;
}
/* SECTION-02 css end */



/* SECTION-02 css start */
.Section-01 .content-1 {
    padding-top: 45px;
}
.mainrow{

position: relative;

z-index: 1;
}
.section-02 {
    padding: 135px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-02 .content-1 p {
    width: 97%;
    font-size: 15px;
}

.author {
    width: 90%;
     animation: scroll-left 3s linear infinite;
    position: relative;
    margin-top: -47px;
    margin-left: 43px;
}
@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.authorbook {
    position: relative;
    /* background: red; */
}

.mainrow:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 94%;
    width: 100%;
    background: var(--primary-color);
    left: 0;
    top: 10px;
}

.content-about {
    padding: 70px 5px;
}

.content-about .content-1 h5 {
    margin-bottom: 15px;
}

.mainrow .custombtn {
    color: var(--primary-color);
    background: var(--white);
}
.about-content p {
    font-size: 15px;
    line-height: 28px;
}

.Aboutsec {
    padding: 70px 0;
}
/* SECTION 02 css end */



.button-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.button-item .custombtn {
    padding: 15px 55px;
    font-size: 17px;
}

.whitebutton {
    background: transparent;
    border: 1px solid #ffff;
}
.book-content p {
    text-align: justify;
    line-height: 29px;
}

.book-content h6 {
    color: var(--primary-color);
    margin-bottom: 4px;
    font-size: 19px;
}
.Book-sec {
    padding: 50px 0px;
    background: #DFDFDF;
}

.Book-sec .whitebutton {
    color: #000;
    border-color: #000;
}

.book-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* full screen center */
    perspective: 1200px;
    background: #0f172a; /* optional dark bg */
}

.bookimg {
    width: 220px;
    height: 320px;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    animation: float 4s ease-in-out infinite;
}

.bookimg {
    width: 100%;
    height: 100%;
    /* border-radius: 12px; */
    /* box-shadow: 0 25px 50px rgba(0,0,0,0.5); */
    z-index: 2;
}

/* 🔥 Hover 3D Effect */
.bookimg:hover {
    transform: rotateY(-25deg) rotateX(8deg) scale(1.05);
}

/* Glow */
.bookimg:hover img {
    /* box-shadow: 0 40px 80px rgba(0,0,0,0.8); */
}

/* ✨ Floating Animation */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}
.Book-sec {
    position: relative;
    overflow: hidden;
}

.shape {
    position: absolute;
    right: 0;
    top: 90px;
}   


.videosec{
    background: url('../images/banner1.png');
    padding: 200px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
section.videosec h5 {
    color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* Main Button */
.play-btn {
  position: relative;
  width: 90px;
  height: 90px;
}

/* Center Circle */
.icon {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #d4a24c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  box-shadow: 0 0 25px rgba(212,162,76,0.6);
}

.icon i {
  color: #fff;
  font-size: 28px;
}

/* Ripple Layers */
.ripple {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(212,162,76, 0.4);
  animation: rippleAnim 2s infinite;
}

/* Different delays for 3 layers */
.ripple1 {
  animation-delay: 0s;
}

.ripple2 {
  animation-delay: 0.5s;
}

.ripple3 {
  animation-delay: 1s;
}

/* Animation */
@keyframes rippleAnim {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .icon i {
    font-size: 22px;
  }
}
/* Modal Background */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

/* Show modal */
.video-modal.active {
  display: flex;
}

/* Video Box */
.video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
}

/* Iframe */
.video-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}



/* Card */
.card {
  position: relative;
  background: #E4E4E4;
  padding: 47px 25px 44px;
  border-radius: 12px;
}

/* Speech bubble tail */
.card::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  border-width: 15px;
  border-style: solid;
  border-color: #e9e9e9 transparent transparent transparent;
}

/* Quote icon */
.quote {
  position: absolute;
  top: -100px;
  right: 8px;
  font-size: 130px;
  color: #c79a4b;
}

/* Text */
.card p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 48px;
}

/* Bottom section */
.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* User */
.user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.user h4 {
  font-size: 17px;
  margin: 0;
}

.user span {
  font-size: 12px;
  color: #777;
}

/* Stars */
.stars {
  color: #c79a4b;
  font-size: 14px;
}

/* Responsive */


.Testimonialsec {
    padding: 25px 0;
}

.swiper.mySlider.swiper-initialized.swiper-horizontal {
    padding: 72px 0px;
}

.Booksec{
    background: url(../images/cta-1.png);
    padding: 65px 0 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}


section.Booksec .content-1 h1 {
    font-size: 55px;
}

.booksec {
    position: absolute;
    top: 27px;
    z-index: 1;
}

.custombtn.whitebutton {}

.Booksec .custombtn.whitebutton {
    background: var(--primary-color);
    border-color: var(--primary-color);
}


 .contact-section {
      position: relative;
      background-color: #f5f5f5;
      padding: 0 0;
    }

    /* Book Image */
    .book-img {
      max-width: 100%;
      transform: rotate(-8deg);
    }

    /* Heading */
    .contact-title {
      margin-bottom: 25px;
      font-weight: 700;
      font-size: 45px;
    }

    .contact-title span {
      color: #c89b5e;
    }

    /* Form */
    .form-control {
      border-radius: 6px;
      margin-bottom: 15px;
      padding: 23px;
      border: 1px solid #d1d1d1;
    }

    textarea.form-control {
      height: 140px;
      resize: none;
    }

    /* Footer */
    .footer {
      background: #2c1f1a;
      color: #fff;
      padding: 50px 0 0px;
      text-align: center;
    }

    .footer h4 span {
      color: #c89b5e;
    }

    .footer p {
      font-size: 14px;
      color: #ccc;
      max-width: 700px;
      margin: 15px auto;
      padding: 26px 0px;
    }

    .footer-links a {
      color: #ccc;
      margin: 0 10px;
      text-decoration: none;
      font-size: 14px;
    }

    .footer-links a:hover {
      color: #c89b5e;
    }

    .footer-bottom {
      border-top: 1px solid #5a463f;
      margin-top: 45px;
      padding-top: 28px;
      font-size: 13px;
      color: #aaa;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-title {
        text-align: center;
      }

      .book-img {
        margin-bottom: 30px;
        transform: rotate(0deg);
      }
    }


    .shape-1 {
    position: absolute;
    left: 0;
    top: 247px;
}

.cn-book img {
    /* width: 100%; */
}

.cn-book {
    margin-left: -153px;
}


.copyrightsec {
    background: var(--primary-color);
    color: #fff;
    padding: 20px 0px;
    margin-top: 33px;
}

.copyrightsec h6 {
    color: #fff;
    font-size: 14px;
}

.innersec {}

.innersec .hero-girl {
    top: -54px;
    width: 410px;
}


section.Book-sec.pt-5 {
    margin-top: 140px;
    background: transparent;
    padding-bottom: 100px;
}

.inner-testi .card{
    margin-bottom: 45px;
}

.inner-testi {
    margin-top: 140px;
}