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

/***** General CSS *****/

body {
    word-break: break-word;
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

a {
    text-decoration: underline;
    color: #0000f0;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

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

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 20px;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-sec {
    position: relative;
    background-color: #ffffff;
}

.header-sec-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-book-covers {
    margin-top: 20px;
    justify-content: space-between;
    padding: 0 12px;
}

.header-book-img,
.header-book-img a {
    width: 150px;
    height: 220px;
    object-fit: cover;
}


/* Introduction Section */

.intro-sec {
    /* margin-top: 610px; */
    padding: 20px 0;
    background-color: #ffffff;
}

.intro-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
}

.intro-text {
    margin-bottom: 10px;
    font-size: 18px;
}

.intro-video {
    max-width: 420px;
    margin: 0;
}


/* Book Sections */

.book-sec {
    padding: 25px 0;
}

.book-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.book-subtitle {
    margin-bottom: 20px;
}

.book-img {
    width: 222px;
    height: 321px;
}

.book-content {
    padding-left: 30px;
}

.book-video {
    max-width: 420px;
    margin: 20px 0;
}

.book-buttons {
    margin-top: 20px;
}

.book-btn {
    margin-right: 20px;
}


/* Author Section */

.author-sec {
    padding: 40px 0 0;
    background-color: #ffffff;
}

.author-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.author-text {
    margin-bottom: 30px;
}


/* Links Section */

.links-sec {
    padding: 30px 0 40px 0;
    background-color: #ffffff;
}

.links-interview-img {
    width: 525px;
    height: 224px;
    margin-bottom: 20px;
}

.links-social {
    margin: 20px 0;
}

.social-icon {
    width: 56px;
    height: 56px;
    margin: 0 10px;
}

.youtube-icon {
    width: 52px;
    height: 56px;
}

.author-badge {
    width: 160px;
    height: 45px;
    margin: 0 10px;
}

.email-icon {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.logo-img {
    width: 262px;
    height: 138px;
    margin: 20px auto;
    display: block;
}


/* Animation */

.blink a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #e60000;
    text-decoration: none;
    animation: blinkZoom 1.5s infinite;
}

.header-book-covers .col-auto {
    padding: 0;
}

@keyframes blinkZoom {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        color: green;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.container {
    max-width: 1150px !important;
}

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

.logo-img~p {
    text-align: center;
}

.sec-border {
    position: relative;
    z-index: 1;
}

.sec-border::before {
    position: absolute;
    content: '';
    width: 72%;
    height: 1px;
    background: #9a9a9a;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
    z-index: -1;
}