body {
    color: #7B7B7B;
    line-height: 1.5;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #333232;
}

a {
    list-style-type: none;
    color: #fff !important;
    text-decoration: none;
}

.fs11 {
    font-size: 11px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs35 {
    font-size: 35px;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.fs60 {
    font-size: 60px;
}

.fs70 {
    font-size: 70px;
}

.fs80 {
    font-size: 80px;
}

.fs90 {
    font-size: 90px;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.color1 {
    color: #333232 !important;
}

.color2 {
    color: #7B7B7B !important;
}

.color3 {
    color: #A28968 !important;
}

.color4 {
    color: #eed1a5 !important;
}

.gradient-color {
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-lightgrey {
    background: #EFEFEF;
}

.bg-darkgrey {
    background: #2B2B2B;
}

.bg-gold {
    background: #AA8F6A;
}

.bg-gradient {
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
}

.normal-btn {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transform: scale(1);
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.normal-btn:hover {
    transform: scale(1.02);
}

.normal-btn:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.normal-btn::before,
.normal-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.normal-btn:hover::before,
.normal-btn:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.normal-btn:hover::before {
    transform: translate3d(40%, 0, 0) scale(0.9);
}

.normal-btn:hover::after {
    transform: translate(59%, 0) scale(1.3);
}

.normal-btn span {
    display: inline-block;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    transition: ease 0.4s;
}

/* ******************************************* */

.grad-btn {
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.grad-btn:hover {
    transform: scale(1.02);
}

.grad-btn:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.grad-btn::before,
.grad-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.grad-btn:hover::before,
.grad-btn:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.grad-btn:hover::before {
    transform: translate3d(40%, 0, 0) scale(0.9);
}

.grad-btn:hover::after {
    transform: translate(59%, 0) scale(1.3);
}

.grad-btn span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    border-radius: 0px 10px 10px 0px;
    transition: ease 0.4s;
}




/* ******************** Popup Css End ******************************** */


.modal-content .btn-close {
    position: absolute;
    right: 15px;
    top: -17px;
    opacity: 1;
    color: #bfa37c !important;
    background: #fff;
    z-index: 9999999999;
    padding: 6px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 12px;
    border: 3px solid #c6aa82;
}

.modal-body {
    padding: 0;
}

div#popupform .modal-dialog img {
    width: 100%;
}

.modal .form-div input {
    height: 40px;
    background: #F1F1F1;
    border-radius: 10px;
    border: 2px solid transparent;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.modal .form-div textarea {
    width: 100%;
    height: 85px;
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 13px;
    border: 2px solid transparent;
    resize: none;
}

div#popupform .modal-dialog {
    --bs-modal-width: 900px;
}

.modal-body {
    padding: 10px 20px 10px 0px;
}

.modal .form-div input:focus,
.modal .form-div input:focus-visible,
.modal .form-div textarea:focus,
.modal .form-div textarea:focus-visible {
    border: 2px solid #957E5C;
    outline: none;
}

.modal .form-div button.grad-btn {
    width: 40%;
    height: 40px;
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    letter-spacing: 2px;
}

div#popupform {
    z-index: 9999;
}

/* ******************** Popup Css ******************************** */




.header .navbar-brand img {
    width: 260px;
}

.header li a {
    color: black !important;
    padding: 0 40px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.t-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: 55px;
    color: white !important;
    background: #ff0000;
    padding: 0 30px !important;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s;
    font-size: 17px !important;
}

.banner-sec .t-btn:hover {
    background: #fff;
    color: black !important;
}

.t-btn:hover {
    background: black;
}

.header li.nav-item a.t-btn {
    color: white !important;
    padding: 0 30px !important;

}

.header .navbar-brand {
    color: #ff0000 !important;
    font-size: 45px;
    text-transform: uppercase;
}

.banner-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 690px;
    background: linear-gradient(90deg, #ff0000, #ff6666);
}

.banner-sec .text h1 {
    color: white;
    font-size: 55px;
}

.banner-sec .text p {
    color: white;
    margin-top: 20px;
    font-size: 17px;
}

.banner-sec .t-btn {
    background: #000000;
    margin: 10px 0 0;
}

.banner-sec .img-box img {
    width: 69%;
    float: right;
}

.author-sec {
    padding: 80px 0;
}

.author-sec-01 {
    padding: 80px 0 80px;
}

.text h2 {
    font-size: 50px;
}

.text h2 span {
    color: #ff0000;
}

span {
    color: #ff0000;
}

.text h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.text p {
    font-size: 16px;
    margin: 20px 0 20px;
    font-weight: 600;
}

.author-sec .img-box img {
    width: 90%;
    border-radius: 10px;
}

.logo-slide {
    padding: 30px 0;
    background: linear-gradient(90deg, #ff0000, #ff6666);
}

.logo-slide .img-div img {
    width: 260px;
    margin: 0 auto;
}

.logo-slide .slick-dots li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    border-radius: 60px;
    background: white;
    border: none;
}

.logo-slide .slick-active button {
    background: black !important;
}

.logo-slide .slick-dots li {
    margin-right: 10px;
}


.logo-slide ul.slick-dots {
    text-align: center;
    margin: 15px 0 0;
}

.author-book-sec {
    background-image: url("../img/bg-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.bk-sty .img-box img {
    width: 100%;
}

.bk-sty {
    background: white;
    padding: 0 40px 0px 0px;
}

.testi-box {
    padding: 40px 20px;
    box-shadow: 0px 0px 30px #d7d7d7;
    margin: 0 10px;
    min-height: 305px;
}

.testi-slider .slick-track {
    margin: 30px 0px;
}

.testi-box p {
    font-size: 16px;
    margin: 20px 0 20px;
    text-align: center;
    line-height: 2;
}

.testi-box h3 {
    font-size: 20px;
    text-align: center;
    margin: 25px 0 0;
}

.test-sec {
    padding: 80px 0;
}

.test-sec img {
    margin: -70px 0 30px;
}

.testi-slider .slick-arrow {
    position: absolute;
    right: -60px !important;
    width: 52px !important;
    top: 45%;
    z-index: 9;
    background: 0 0;
    border: none;
    font-size: 25px;
    color: #ff0000;
}

.next {
    left: -60px !important;
}

.ready-sec {
    background-image: url(../img/ready-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: center;
}

.ready-sec .text h2,
.ready-sec .text p {
    color: white;
}

.footer-main {
    padding: 70px 0 20px;
    background: linear-gradient(90deg, #ff0000, #ff6666);
}

.main-logo a {
    color: #fff !important;
    font-size: 45px;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-main .container {
    max-width: 1100px;
}

.main-logo p {
    color: #dddddd;
    font-size: 15px;
    font-weight: 600;
}

.main-link h5 {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.main-link li a {
    font-size: 17px;
    color: #dddddd ! IMPORTANT;
    font-weight: 600;
}

.main-link li {
    display: block;
    margin: 0 0 20px;
}

.copy-right p {
    color: #dddddd;
    font-size: 16px;
    text-align: center;
    padding: 20px 0 0;
    border-top: 1px solid white;
    margin-top: 55px;
    font-weight: 600;
}



.main-soc a i {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid white;
    color: white !IMPORTANT;
    align-items: center;
    border-radius: 50px;
}

ul.main-soc {
    display: flex;
}

.inner-sec {
    background: linear-gradient(90deg, #ff0000, #ff6666);
    padding: 70px 0;
    text-align: center;
}

.inner-sec .text h1 {
    color: white;
    font-size: 50px;
    text-transform: uppercase;
}

.contact-form {
    padding: 100px 0;
}

.head-div li {
    display: block;
    margin: 0 0 20px;
}

.trade-form input,
.trade-form textarea {
    width: 100%;
    border: none;
    height: 60px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #00000047;
    margin: 0 0 20px;
}

.trade-form textarea {
    height: 150px !important;
    padding-top: 20px;
}

.head-div li a {
    font-size: 18px;
    color: #1e1e1d !important;
    font-weight: 600;
}

.head-div li a i {
    font-size: 18px;
    color: #ff0000;
    margin-right: 8px;
}

.contact-form .head-div h2 {
    margin-bottom: 40px;
}

.trade-form button {
    color: #fff;
}


.trade-form {
    box-shadow: 0px 0px 20px #c5c5c5;
    padding: 40px 30px;
}

.trade-form button {
    border: none;
    border-radius: 10px;

}



.about-author {
    padding-bottom: 90px;
}

.book-slide img {
    width: 300px;
    height: 400px;
}




.book-slide .slick-dots li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    border-radius: 60px;
    background: red;
    border: none;
}

.book-slide .slick-active button {
    background: rgb(255, 255, 255) !important;
}

.book-slide .slick-dots li {
    margin-right: 10px;
}

.about-author ul.slick-dots {
    z-index: 999;
    position: relative;
    left: 90px;
    right: 0;
    margin: 0 auto;
    top: -40px;
}


.banner-sec .text li {
    display: block;
    color: white;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
}

.banner-sec .text li:after {
    position: absolute;
    content: "";
    left: -16px;
    width: 8px;
    height: 8px;
    background: #fff;
    bottom: 8px;
    border-radius: 40px;
}

.banner-sec .text ul {
    padding-left: 15px;
}



.book-img img {
    width: 70%;
    float: right;
}

.box-book img {
    width: 230px;
    margin: 0 auto 20px;
    display: table;
}
.box-book {
    text-align: center;
}

section.book-sec {
    padding: 100px 0px;
}

.box-book p {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.box-book h4 {
    font-size: 28px;
}

.main-logo img {
    width: 320px;
}

.blog-sec {
    padding: 80px 0px 100px;
}

.blog-sec .img-box img {
    width: 100%;
    margin: 20px 0 0;
}

































