@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*   font-family: "Barlow", sans-serif; */
/*   font-family: "Poppins", sans-serif; */



#button_top i {
    color: #fff;
    line-height: 47px;
}

#button_top.show {
    visibility: visible;
    right: 51px;
}

#button_top {
    background: #000;
    width: 48px;
    height: 48px;
    border-radius: 82px;
    position: fixed;
    transition: 0.4s ease-in-out;
    opacity: 1;
    visibility: hidden;
    z-index: 1016;
    bottom: 81px;
    right: -70px;
    cursor: pointer;
    text-align: center;
}



html {
    scroll-behavior: smooth;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}

p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

a,
button {
    margin: 0;
    padding: 0;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: "Poppins", sans-serif;
}


main {
    overflow: hidden;
}

a,
button,
input,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #F4001A;
    border: 1px solid #fff
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.form-group input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.container-fluid {
    padding: 0 50px;
}

.heading-one {
    font-size: 70px;
    line-height: 78px;
}

.heading-two {
    font-size: 47px;
    line-height: 56px;
}

.heading-three {
    font-size: 50px;
    line-height: 56px;
}

.heading-four {
    font-size: 32px;
    line-height: 40px;
}

.heading-five {
    font-size: 19px;
    line-height: 32px;
}

.heading-six {
    font-size: 22px;
    line-height: 28px;
}

.heading-seven {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}

li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
    font-family: "Poppins", sans-serif;
}

.website-main-buttons {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons a.popup-btn,
.website-main-buttons a.call-btn {
    font-size: 16px;
    font-weight: 400;
    width: 220px;
    height: 50px;
    border-radius: 13px;
    border: none;
    box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
    padding: 5px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all 0.25s ease-out;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.website-main-buttons button.chat-btn {
    background: transparent;
    color: #161616;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    border: none;
    padding: 0;
    margin: 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.website-main-buttons button.chat-btn:hover {
    color: #005153;
    transform: translateY(-5px);
}

.website-main-buttons button.chat-btn::after {
    content: '';
    position: absolute;
    left: 47px;
    bottom: 2px;
    width: 75px;
    height: 2px;
    background: #005153;
}

.website-main-buttons button.chat-btn img {
    margin: 0 10px 0 0;
}

header {
    background: transparent;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all .3s ease-in-out;
}

header.sticky {
    background: #F4F3E8;
    box-shadow: 0 10px 40px -25px #1c1c1c;
}

header nav.navbar {
    padding: 20px 0;
    align-items: center;
    position: relative;
}

header nav.navbar .navbar-brand {
    width: 270px;
    padding: 0;
    margin: 0;
}

header .navbar-toggler {
    background-color: #F75511;
}

header .navbar-toggler .navbar-toggler-icon {
    filter: invert(1) contrast(1) brightness(5);
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-collapse .navbar-main-nav {
    display: flex;
    align-items: center;
    width: 100%;
}

header .navbar-main-nav .navbar-main-center {
    width: 100%;
}

header .navbar-main-center ul.navbar-nav {
    justify-content: center;
    margin: 0 10px 0;
}

header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 20px;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    color: #000533;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 4px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease-in-out;
    font-weight: 500;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link.active {
    color: #F75511;
}

header .navbar-main-center ul.navbar-nav li.nav-item:hover a.nav-link {
    color: #F75511;
}

header ul.navbar-nav .nav-item.dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header ul.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    content: "";
    border-width: 5px 5px 0px 5px;
    border-color: #EFF0EB transparent transparent transparent;
    border-style: solid;
    margin: 0 0 0 5px;
    transition: all .3s ease-in-out;
    opacity: 0;
    display: none;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    background: #000;
    top: 50px;
    left: 0;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0px 30px -15px #202020;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    width: 280px;
    display: grid;
    flex-wrap: nowrap;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-double-menu {
    width: 275px;
    display: flex;
    flex-wrap: wrap;
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
    width: 280px;
    padding: 0;
    margin: 0;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    font-family: "Poppins", sans-serif;
    background: transparent;
    color: #EFF0EB;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    margin: 0;
    border-bottom: 1px solid #312c2c;
    border-right: 1px solid #312c2c;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a:hover {
    color: #F75511;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a i {
    color: #F75511;
    font-size: 20px;
    margin: 0 5px 0 0;
    transition: all .3s ease-in-out;
}

header .navbar-main-nav .navbar-buttons a.popup-btn {
    font-family: "Poppins", sans-serif;
    background: #F75511;
    color: #fff;
    border: none;
    font-size: 18px;
    width: 200px;
    height: 50px;
    border-radius: 13px;
    padding: 5px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all 0.4s;
    transition-timing-function: cubic-bezier(0.5, 3, 0, 1);
    position: relative;
}

header .navbar-main-nav .navbar-buttons a.popup-btn:hover {
    background: #fff;
    transform: skewX(-15deg);
    color: #000;
}



section.sec-home-banner {
    padding: 150px 0 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #F4F3E8;
}


section.sec-home-banner.books,
section.sec-home-banner.about,
section.sec-home-banner.contact,
section.sec-home-banner.poems {
    padding: 150px 0 50px;
}

.banner-inner-image img {
    padding: 0;
    margin: 0;
    width: 100%;
}


.sec-home-banner .banner-deatils {
    margin: 0 0 50px;
    padding: 0;
}

.sec-home-banner .banner-deatils .heading-one {
    font-weight: 700;
    margin: 0 0 30px;
    letter-spacing: 3px;
}

.sec-home-banner .banner-deatils .heading-one span {
    color: #F75511;
}


.sec-home-banner .banner-deatils p {
    color: #6D6D6D;
    margin: 0 0 30px;
    font-weight: 400;
    width: 90%;
}

.sec-home-banner .website-main-buttons a.read-more-btn {
    background: #F75511;
    color: #fff;
}


.sec-home-banner .website-main-buttons a.read-more-btn:hover {
    background: #fff;
    transform: skewX(-15deg);
    color: #000;
}


section.sec-main-author {
    position: absolute;
    top: 85%;
    left: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
}

.sec-main-author .author-slider-inner {
    display: block;
}


.sec-main-author .author-inner-box {
    padding: 28px 30px;
    margin: 0 18px;
    border-radius: 20px;
    width: auto;
    min-height: 320px;
    max-height: 320px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.sec-main-author .author-inner-box.box1 {
    background: linear-gradient(180deg, #E7FEE9 0%, #AEFFB7 100%);
}

.sec-main-author .author-inner-box.box2 {
    background: linear-gradient(180deg, #E7FEFB 0%, #AEFFF4 100%);
}

.sec-main-author .author-inner-box.box3 {
    background: linear-gradient(180deg, #E7F3FE 0%, #AED1FF 100%);
}

.sec-main-author .author-inner-box.box4 {
    background: linear-gradient(180deg, #F6E7FE 0%, #BEAEFF 100%);
}

.sec-main-author .author-inner-box.box5 {
    background: linear-gradient(180deg, #FDE7FE 0%, #E7AEFF 100%);
}

.sec-main-author .author-inner-box p {
    min-height: 110px;
    max-height: 110px;
    overflow: auto;
    color: #6D6D6D;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.sec-main-author .author-inner-box .heading-five {
    color: #000533;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px;
}

.sec-main-author .author-inner-box .website-main-buttons a.read-more-btn {
    background: #F75511;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
}

.sec-main-author .author-inner-box .website-main-buttons a.read-more-btn:hover {
    background: #fff;
    transform: skewX(-15deg);
    color: #000;
}



section.sec-about-author {
    position: relative;
    z-index: 9;
    padding: 100px 0;
    margin: 300px 0 0;
    overflow: hidden;
    background: linear-gradient(180deg, #E1FDF900 0%, #E1FDF9 100%) no-repeat;
}


section.sec-about-author.about {
    margin: 0;
    background: 0;
}


.sec-about-author .about-author-info .heading-two {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 20px;
}

.sec-about-author .about-author-info span {
    color: #F75511;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.sec-about-author .about-author-info p {
    color: #6D6D6D;
    font-weight: 400;
    margin: 0 0 25px;
}


.sec-about-author .about-author-info .website-main-buttons a.read-more-btn {
    background: #F75511;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
}

.sec-about-author .about-author-info .website-main-buttons a.read-more-btn:hover {
    background: #fff;
    transform: skewX(-15deg);
    color: #000;
}


section.sec-cta {
    background: linear-gradient(90deg, rgba(2, 5, 45, 0.5) 0%, rgba(2, 5, 45, 0.5) 100%), url(../images/cta-bg.png) no-repeat;
    background-size: cover;
    background-position: 30% 30%;
    position: relative;
    z-index: 9;
    padding: 30px 0 0;
    height: auto;
}

.sec-cta .cta-inner-details {
    margin: 0 0 70px;
    padding: 0;
}

.sec-cta .cta-inner-details span {
    color: #F75511;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.sec-cta .cta-inner-details .heading-two {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 20px;
    color: #FFFFFF;
}

.sec-cta .cta-inner-details p {
    color: #F2F2F2;
    font-weight: 400;
}

.sec-cta .cta-inner-image img {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}


.sec-cta .cta-inner-details .website-main-buttons a.read-more-btn {
    background: #F75511;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
}


.sec-cta .cta-inner-details .website-main-buttons a.read-more-btn:hover {
    background: #fff;
    transform: skewX(-15deg);
    color: #000;
}



section.author-books {
    padding: 50px 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.author-books .author-main-book img {
    width: 80%;
    position: relative;
    right: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    object-fit: cover;
    object-position: center;
}

.author-books .author-book-details span {
    color: #F75511;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.author-books .author-book-details .heading-two {
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 20px;
    color: #000533;
}

.author-books .author-book-details p {
    color: #6D6D6D;
    font-weight: 400;
}

.author-books .author-book-details p strong {
    color: #000;
    margin: 0 12px 0 0;
}


.author-books .author-book-details .website-main-buttons a.read-more-btn {
    background: #F75511;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    margin: 0 20px 0 0;
}


.author-books .author-book-details .website-main-buttons a.read-more-btn:hover {
    background: #000533;
    transform: skewX(-15deg);
    color: #fff;
}


.author-books .author-book-details .website-main-buttons a.popup-btn {
    background: #000533;
    color: #fff;
    border-radius: 12px;

}

.author-books .author-book-details .website-main-buttons a.popup-btn:hover {
    background: #F75511;
    transform: skewX(-15deg);
    color: #fff;
}

.client-testimonials {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

.testimonails-title span {
    color: #F75511;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.heading-two {
    font-size: 50px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 58px;
    color: #000533;
}

.testimonails-title p {
    color: #777;
    margin: 0 auto 50px;
}

.inner-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.inner-image video {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

.bottom-info {
    margin-top: 15px;
}



.client-testimonials .inner-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 350px; 
}

.client-testimonials .inner-image video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


.inner-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.inner-image img {
    width: 100%;
    display: block;
}



.sec-contact {
    padding: 100px 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.contact-small {
    color: #ff4a00;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact-left .heading-two {
    font-size: 42px;
    font-weight: 800;
    color: #0b1236;
    margin-bottom: 40px;
}

.contact-left label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #000533;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.contact-left input,
.contact-left textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 14px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.contact-left textarea {
    resize: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ddd;
}

textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #ddd;
}

input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ddd;
}

.submit-btn {
    background: #ff4a00;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #e53e00;
}

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

.contact-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #ff4a00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 14px 0 0;
    font-size: 16px;
}

.contact-box h6 {
    font-weight: 700;
    color: #0b1236;
    margin-bottom: 5px;
}

.contact-box p {
    margin: 0;
    color: #777;
    font-size: 14px;
}



.review-section {
  background: #f8f9fa;
}

.review-card {
  border-left: 4px solid #000;
}

.review-card p {
  line-height: 1.7;
  font-size: 15px;
}


section.sec-poems {
    padding: 50px 0;
    background: url(../images/poems-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}


.sec-poems .poems-details {
    text-align: center;
}

.sec-poems .poems-details span {
    color: #F75511;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


.sec-poems .poems-details .heading-two {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 20px;
}

.sec-poems .website-main-buttons{
    justify-content: center;
}

.sec-poems .website-main-buttons{
    justify-content: center;
}

.sec-poems .website-main-buttons a.read-more-btn {
    background: #F75511;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
}


.sec-poems .website-main-buttons a.read-more-btn:hover {
    background: #fff;
    transform: skewX(-15deg);
    color: #000;
}


.sec-poems .poems-details p {
    color: #6D6D6D;
    font-weight: 400;
    margin: 0 0 25px;
}


.sec-footer {
    background: #020a3a;
    padding-top: 80px;
    color: #fff;
}

.footer-logo-area p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    max-width: 320px;
}

.footer-logo img {
    margin: 0 0 20px 0;
}

.footer-logo-area span {
    color: #ff4600;
}

.footer-logo-area .heading-six{
    margin: 20px 0 0;
    line-height: 38px;
    font-size: 25px;
}

.footer-links h4,
.footer-contact h4 {
    color: #ff4a00;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

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

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

.footer-links ul li a:hover {
    color: #ff4a00;
}

.footer-contact p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.footer-btn {
    display: inline-block;
    background: #ff4a00;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
}

.footer-btn:hover {
    background: #e33f00;
}

.footer-bottom {
    background: #ff4a00;
    text-align: center;
    padding: 15px 0;
    margin-top: 60px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}