:root{
    --white:  #fff;
    --black:  #000;
    --grey:#313131;
    --primary-color: #E9693B;
    
    --heading-color:#D74528;
}


body.p-0.m-0.smooth-scroll {
    overflow-x: hidden;
     font-family: "Nunito", sans-serif;
}
body{
         font-family: "Nunito", sans-serif;
         background: #fdf2e9;
}
ul{


    list-style: none;
}
 h1 span{
    display: block;

}
.whishlist UL LI + LI {
    display: none;
}
.Sec-03 .title{
    font-size: 50px;
}
/* our-approach css */

/* ===== Scrollbar CSS ===== */
/* Firefox */


/* Chrome, Edge, and Safari */

#scrollBtn{
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #E9693B;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 999;
}
a{
    text-decoration: none !important;
}


h1 ,h2 ,h3, h4, h5, h6{
     font-family: "Sour Gummy", sans-serif;
   
     text-transform: capitalize;
}

p{
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
}

.sectionamazon .sec-03 {
    padding-bottom: 31px;
    background-image
: url('../images/bg-3.png');
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
h2 , h3{
       font-family: "Sour Gummy", sans-serif;
       font-size: 22px;
       font-weight: 800;
}
html.smooth-scroll {
  scroll-behavior: smooth;
}
.contentmain h5{
    color: var(--black);
    font-size: 20px;
}
.contentmain h3{
    color: var(--black);
    font-size: 50px;
}
.custombtn{
    border-radius: 73px;
    background: var(--primary-color);
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    position: relative;
    transition: all 0.7s ease;
    z-index: 2;
    overflow: hidden;
    font-weight: 500;
    padding: 12px 40px;
    display: flex;
    max-width: fit-content;
    text-transform: uppercase;
    align-items: center;
    /* margin-left: 20px; */
}


.custombtn:hover:after{
    transition: all 0.7s ease;
    background: var(--yellow);
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
     position: absolute;
}

/* HEADER CSS START */
.ml9 {
  position: relative;
  font-weight: 600;
  font-size: 4em;
  color: var(--heading-color);
  margin: 0;
  line-height: 62px;
  text-transform: capitalize;

  text-shadow: 0px 4px 0px #7f1707;
}

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

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 10px;
}
.navbar-nav {
    gap: 40px !important;
}

a.nav-link {
    padding: 0px 0px !important;
    color: #4A2B20 !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.Headermain {
    padding: 20px 0px 30px;
    transition: all 0.6s ease;
    background: #FEF1E5;
}
.content-01 h2{
    margin-bottom: 19px;
    line-height: 45px;
    color: var(--heading-color);
    font-size: 55px;
    font-weight: 600;
    /* color: #df4a24; */

  /* cartoon border */
    /* -webkit-text-stroke: 1px #a41600; */

  /* smooth rounded look */
    letter-spacing: 2px;

  /* extra depth */
    text-shadow:
    0px 2px 0px #7f1707,
    0px 4px 0px #7f1707;
}
.content-01 h4{
    margin-bottom: 18px;
    line-height: 30px;
    color: var(--heading-color);
    font-size: 76px;
    font-weight: 600;

    text-shadow: 0px 4px 0px #7f1707;
    text-transform: capitalize;
    font-family: "Sour Gummy", sans-serif;
}
.Section-01 {
    padding: 40px 0px 200px;
    background-image: url('../images/bg-1.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 4;
    position: relative;
}

.content-01 p{
     font-family: "Sour Gummy", sans-serif;
     color: #484848;
     font-size: 22px;
     line-height: 32px;
     font-weight: 400;
     word-spacing: 8px;
}

/* 
.topimg{
    height: 600px;
    width: 600px;
    object-fit: cover;
} */

.topimage {
    perspective: 1000px; /* 3D depth ke liye */
    display: flex;
    justify-content: center;
    align-items: center;
}

.topimg {
    height: 550px;
    width: auto; 
    object-fit: contain;
  
    transform-style: preserve-3d;
    filter: drop-shadow(20px 20px 50px rgba(0,0,0,0.2));
}

.buttonflex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.buttonflex a {
    padding: 13px 50px;
    border-radius: 28px;
}

.btn-white {
    background: transparent;
    color: var(--grey);
    border: 2px solid var(--grey);
}



/* SECTION-02 CSS START */

.author-section {
  padding: 160px 0 50px;
  overflow: hidden;
  margin-top: -112px;
  background: #FEF1E5;
}

/* IMAGE AREA */
.image-wrapper {
  position: relative;
}

.main-img {
 
  position: relative;
  z-index: 2;
   
}

/* FADED BACK IMAGE */
.bg-img {
  position: absolute;
  left: -290px;
  top: -80px;
  width: 630px;
  /* opacity: 0.08; */
  transform: scale(1.1);
  z-index: 1;
}
.sec-03{
    align-items: baseline;
    background: #fcf1ce;
}
.author-section {
    position: relative;
    z-index: 1;
}
.bottom-img{
    position: absolute;
    bottom: 0;
    z-index: 6;
}
.bottom-img img{
    width: 1900px;
    height: 206px;
}
/* CONTENT */
.sub-title {
    margin-bottom: 0;
    line-height: 35px;
    color: #232323;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.title {
   
font-weight: 600;
   
font-size: 53px;
   
color: var(--heading-color);
   
margin: 0;
   
line-height: 58px;
   
padding-bottom: 15px;
}

.desc {
 
color: #797979;
 
font-size: 16px;
 
font-weight: 500;
 
word-spacing: 2px;
 
text-align: justify;
 
padding-top: 15px;
 
width: 100%;
 
font-family: "Sour Gummy", sans-serif;
}

.btn-read {
  display: inline-block;
  padding: 12px 30px;
  background: var(--primary-color);
  color: #fff;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
}
.custombtn:after{
     position: absolute;
    content: "";
    background: var(--primary-color);
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease-in;
}
.btn-read:before {
    position: absolute;
    content: "";
    background: var(--grey);
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease-in;
}
.btn-read:hover {
    transition: all 0.6s ease;
    color: #fff !important;
}

.btn-read:hover:before {
    transition: all 0.5s ease;
    width: 100%;
}

/* RESPONSIVE */
@media(max-width: 992px){
  .title {
    font-size: 32px;
  }

  .bg-img {
    left: -30px;
    top: 20px;
  }

  .image-col {
    margin-bottom: 40px;
  }
}
.h5custom{
        margin-bottom: 0;
    line-height: 45px;
    color: var(--grey);
  
    font-size: 27px;
    font-weight: 600;
  
    letter-spacing: 6px;
}
.content-01 {
    text-align: center;
}

.content-01 h6 {
    color: #232323;
    font-size: 37px;
    font-family: "Sour Gummy", sans-serif;
    font-weight: 600;
}

section.Section-01 .buttonflex {
    justify-content: center;
}
/* MOUSE MOVE ANIMATION */

.animation11 {
    animation: animation1 6s linear infinite;
}

.animate_aboutServices1 .animate_about_icon1, .animate_about_icon1 {
    right: 0;
    top: 5%;
}
.animate_about_icon1, .animate_about_icon2, .animate_about_icon3, .animate_about_icon4 {
    position: absolute !important;
    width: 80px;
}
.animate_about_icon4 {
    bottom: -4%;
    left: 5%;
    position: absolute;
    top: -378px !important;
    z-index: 46;
}

.animate_about_icon1 {
    bottom: 12%;
    right: 4%;
    position: absolute;
    top: 658px !important;
    z-index: 46;
    width: 42px;
}

.animate_about_icon3 {
   bottom: 12%;
    right: 34%;
    position: absolute;
    top: 258px !important;
    z-index: 46;
    width: 92px;
}

.animate_about_icon5 {
    bottom: 15%;
    left: 17%;
    z-index: 4444444;
}
/* .animate_about_icon4 {
    right: 25%;
    top: 10%;
} */

.animation11 {
    animation: animation1 6s linear infinite
}

@keyframes animation1 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}


.animate_about_icon4 {
    bottom: -4%;
    left: 1%;
    position: absolute;
    top: 348px !important;
    z-index: 46;
}
/* MOUSE MOVE ANIMATION END*/


.author-section .container{
    max-width: 1330px;
}
figure.BOOK_IMG {
    display: flex;
    justify-content: end;
    animation: UpDown 2s linear infinite;
    position: relative;
    z-index: -1;
}
figure.BOOK_IMG img {
    width: 87%;
   
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}


.sec-02{
  position: relative;
  text-align: center;
  padding: 61px 0px 142px;
  background: #fdf2e9;
}
section.sec-02 .desc {
    font-size: 20px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 22px;
}
.bgimg{
    position: absolute;
    top: 0;
}

.bgimg img {
    width: 86%;
    margin: auto;
}

section.sec-02 .title {
    padding-bottom: 0px;
}

.box-content {
    text-align: center;
}

.box-content h5 {
    font-size: 30px;
    color: #070000;
    font-weight: 400;
}

.box-content p {
    font-family: "Sour Gummy", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}

.figurebox img {
    width: 100%;
     transition: all 0.6s ease;
}

.figurebox {
    z-index: 1;
    position: relative;
    transition: all 0.6s ease-in;
    padding: 10px 10px;
}

.figurebox:before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    top: 0;
    right: 0;
    background: #e9693b;
    z-index: -1;
    border-radius: 0px;
    transition: all 0.7s ease;
}

.figurebox:hover:before {
    height: 100%;
    transition: all 0.7s ease;
    border-radius: 35px;
}

.figurebox:hover img {
    filter: drop-shadow(2px 4px 6px black);
    transition: all 0.5s ease;
    transform: translate(4px, 6px);
    
}

.figurebox:hover h5 {
    color: #fff;
    transition: all 0.6s ease;
}

.figurebox:hover p {
    color: #fff;
}


.py-80{
    padding:80px 0;
}

.section-mini-title{
    display:block;
    font-size:38px;
    font-weight:700;
    color:#6d8b47;
    margin-bottom:15px;
    line-height:1.2;
}

.section-heading h2{
    font-size:48px;
    font-weight:800;
    color:#d54b1a;
    margin-top:10px;
}

p{
    font-size:17px;
    line-height:1.8;
}

/* VIDEO SECTION */

.video-box-wrapper{
    background:#fff3e8;
    border-radius:25px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.video-thumbnail{
    overflow:hidden;
    border-radius:20px;
}

.video-thumbnail img{
    width:100%;
    transition:.5s;
}

.video-thumbnail:hover img{
    transform:scale(1.08);
}

.video-play-btn{
    width:90px;
    height:90px;
    background:#ff5c35;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    text-decoration:none;
    animation:pulse 2s infinite;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(255,92,53,.7);
    }
    70%{
        box-shadow:0 0 0 30px rgba(255,92,53,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(255,92,53,0);
    }
}

.theme-btn{
    display:inline-block;
    background: #e73f02;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
    text-decoration:none;
    border:none;
}

.theme-btn:hover{
    background:#d94822;
    color:#fff;
    transform:translateY(-3px);
}

/* TESTIMONIAL */

.testimonial-card{
    border: 2px solid #f9d6ba;
    background: #f4ddcb94;
    border-radius:20px;
    padding: 25px 30px;
    margin:15px;
    text-align:center;
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.stars{
    color:#ffb400;
    margin-bottom:15px;
    font-size:20px;
}

.testimonial-card h5{
    font-size: 21px;
    font-weight:700;
    margin-top:20px;
    color: #4A2B20;
}

/* CONTACT */

.contact-wrapper{
    background:#fff3e8;
    border-radius:25px;
    /* padding:50px; */
}

.form-control{
    height:60px;
    border-radius:15px;
    border: 1px solid #e73f026b;
    box-shadow:none !important;
    background: #e73f020a;
}

textarea.form-control{
    height:auto;
}

.form-control:focus{
    border-color:#ff5c35;
}

/* MODAL */

.video-modal .modal-content{
    border:none;
    border-radius:20px;
    overflow:hidden;
}

.video-close{
    position:absolute;
    top:-10px;
    right:-10px;
    z-index:99;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#ff5c35;
    color:#fff;
    border:none;
    opacity:1;
}

/* RESPONSIVE */

@media(max-width:991px){

    .section-mini-title{
        font-size:30px;
    }

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

}

@media(max-width:767px){

    .py-80{
        padding:60px 0;
    }

    .section-mini-title{
        font-size:26px;
    }

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

    .video-box-wrapper,
    .contact-wrapper{
        padding:25px;
    }

}


span.section-subtitle {
    color: #6A8D55;
    font-size: 28px;
    font-weight: 400;
    font-weight: 400;
    font-style: italic;
    font-family: "Sour Gummy", sans-serif;
}

.video-content p {
    font-family: "Sour Gummy", sans-serif;
    color: #4A2B20CC;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
    padding: 8px 0px;
}

.testimonial-card p {
    font-size: 17px;
    line-height: 23px;
    color: #4A2B20CC;
    font-family: "Sour Gummy", sans-serif;
}

section.testimonial-section.py-80 .container {
    max-width: 1350px;
}

section.testimonial-section.py-80 .section-mini-title {
    color: #232323;
    margin-bottom: 0;
    font-size: 29px;
}

section.testimonial-section.py-80 .section-heading h2 {
    font-weight: 700;
    font-size: 41px;
    margin-top: 0;
    margin-bottom: 41px;
}
.newdiv {
    position: absolute;
    left: -88px;
     animation: UpDown 2s linear infinite;
    z-index: 5;
}
section.testimonial-section.py-80 {
    position: relative;
}

section.testimonial-section.py-80 .newdiv {
    left: 56px;
    top: 310px;
}



/* FOOTER */
.footer {
  background: url('../images/bg-footer.png');
  color: #000;
  margin-top: 43px;
  position: relative;
  padding: 72px 0 6px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Sour Gummy", sans-serif;
}

.footer h6, .footer h5 {
  margin-bottom: 29px;
  font-size: 26px;
  color: #221b0b;
  font-weight: 600;
}

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

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

.subscribe-box {
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-box input {
  border: none;
  padding: 10px;
  flex: 1;
  background: #B4B4B433;
  color: white;
}
.contact-section  .container{
    max-width: 1350px;
}



.subscribe-box button {
  background: #e9693b;
  border: none;
  padding: 10px 15px;
  color: #fff;
}

.copyright {
  text-align: center;
  margin-top: 80px;
  font-size: 15px;
  color: #000;
}
.sliderimg{
    /* width: 115px; */
    /* background-color: red; */
    /* height: 50px; */
}

.contenttest {
    background: #FFFEE0;
    padding: 35px 25px;
}


.d-flex {
    justify-content: center;
    margin-top: 45px;
}
.contact-section textarea.form-control {
    resize: none;
}
.footer ul li a {
    color: #000;
    font-size: 15px;
}
.footer:after{position: absolute;content: "";background: #e7c881;height: 1px;width: 100%;bottom: 75px;}
.contact-section label {
    margin-bottom: 0;
    margin-top: 30px;
    color: #BFBFBF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.ft-text p {
    font-weight: 500;
    color: #000;
    margin-top: 31px;
    font-size: 15px;
    line-height: 23px;
}

p.spra {
    color: #000;
    font-size: 16px;
    padding: 21px 0px 0;
}
section{
    overflow: hidden;
}

.Headermain.sticky a {
    color: #fff;
}

.sec-03 .row {
    align-items: center;
}

.Headermain.sticky a.nav-link {
    /* color: #fff; */
}

figure.book-imgn img {
    width: 100%;
}

figure.book-imgn {
    display: flex;
    justify-content: center;
}
section.author-section .content-col {
    position: relative;
    z-index: 6;
}

.bg-t {
    position: absolute;
    right: -129px;
    bottom: 0;
}

.contact-content p {
    font-family: "Sour Gummy", sans-serif;
    line-height: 24px;
    font-size: 16px;
}

section.contact-section span {
    font-family: "Sour Gummy", sans-serif;
}