body {
    margin: 0px;
    color: #000000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: normal;
    padding: 0px;
    scroll-behavior: smooth;
}

body * {
    box-sizing: border-box;
    max-width: 100%;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #000;
    line-height: normal;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 22px;
    letter-spacing: 6px;
}

hr {
    margin: 10px 0px;
    border: 0px;
    border-bottom: 1px dashed #828282;
}

p,
ul,
ol {
    margin: 0px;
    line-height: 22px;
    padding: 0px;
}

ul *,
ol * {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    padding-left: 25px;
}

ul {
    display: block;
    list-style: none;
}

ul li {
    line-height: 30px;
}

b,
strong {
    font-weight: 700;
}

a img {
    border: 0px;
}

p,
ul,
ol {
    margin-bottom: 18px;
}

.clr {
    display: block;
    float: none;
    clear: both;
}

.c {
    overflow: hidden;
    float: none;
}

.underline {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
select,
textarea {
    background: #ecf1f4;
    border: 1px solid #ecf1f4;
    color: #000;
    font-size: 14px;
    padding: 12px 15px;
    resize: vertical;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    height: 57px;
}

textarea {
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
    font-family: "Poppins", sans-serif;
    background: #7da341 none repeat scroll 0 0;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    min-width: 120px;
    padding: 12px 15px;
    min-width: 150px;
    vertical-align: top;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    height: 52px;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
    background-color: #ffe221;
    color: #000;
    outline: 0;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 0 0;
    height: auto;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a {
    /* color: #000; */
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

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

.cfx::after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #000;
}

.navigation-box {
    position: absolute;
    padding: 15px;
    width: 100%;
}

.logo-nav {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.navigation {
    margin-left: auto;
}

.navigation ul {
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 15px;
    padding: 0;
    margin: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
}

.navigation ul li a {
    display: block;
    color: #fff;
    padding: 5px 16px;
    text-decoration: none;
}

.navigation ul li.stay a {
    background: #ee4923;
}

.navigation ul li:hover>a {
    color: #ee4923;
}

.navigation ul li.stay:hover>a {
    background: #3f509e;
    color: #fff;
}

.banner-image {
    margin-bottom: 60px;
}

.i-do {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #f00;
    border-left-width: 0;
    border-right-width: 0;
    padding: 80px 30px;
    justify-content: space-between;
    margin-bottom: 100px;
}

.i-do .text-area {
    align-self: center;
    text-align: left;
    color: #098F82;
    font-size: 64px;
}

.i-do .text-area .first-head {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.i-do .text-area .second-head {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.i-do .book-area {
    width: 570PX;
}

.books-sold {
    width: 1400px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    color: #098F82;
    text-align: center;
    padding: 0 15px 100px;
}

.books-sold .sold-head {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;

}

.books-sold .sold-sec {
    padding-top: 30px;
    font-size: 24px;
}

.books-sold .sold-sec .links {
    width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

.books-sold .sold-sec .links a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    margin: 10px;
    background-color: #EE4923;
    text-transform: uppercase;
    color: #fff;
}

.footer-section {
    background: #e95c1c;
    padding: 20px 0px;
}

.footer-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-left: 30px;
    margin-right: 30px;
}

.footer-section .f-nav {
    font-size: 14px;
    color: #fff;
}

.footer-section p {
    margin-bottom: 0;
}

.footer-section p a {
    color: #fff;
    text-decoration: underline;
}

.media-inq {
    padding: 50px 0px;
    padding-bottom: 70px;
    text-align: center;
    color: #098f82;
    font-size: 30px;
}

.media-inq .container {
    margin: 0 15px;
}

.media-inq h2 {
    color: #ee4923;
    line-height: normal;
    margin-bottom: 28px;
}

.media-inq p {
    line-height: 35px;
    margin-bottom: 25px;
}

.media-inq p em {
    word-wrap: break-word;
}

.media-inq p a {
    color: #098f82;
}

.signup-section {
    background: #098f82;
    color: #fff;
    position: relative;
    z-index: 10;
}

.signup-section::before {
    content: "";
    width: 48%;
    height: 100%;
    background-image: url(../images/signup-bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
    z-index: -1;
}



.signup-section .signup-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.signup-section .img-sec {
    width: 580px;
}



.signup-section .cont-sec {
    width: calc(100% - 580px);
    text-align: center;
    padding: 50px;
}

.signup-section h2 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 30px;
}

.signup-section h3 {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 30px;
}

.signup-section p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
}


.signup-section .form-box {
    display: flex;
    width: 750px;
    justify-content: center;
    margin: 0 auto 40px;
}

.signup-section table {
    margin: 0px;
}


.signup-section .sub-bx {
    width: 250px;
}

.signup-section .sub-bx .signup-btn {
    cursor: pointer;
}

.signup-section .mail-bx {
    width: calc(100% - 250px);
}

.signup-section input[type="email"] {
    background: #fff;
    border-color: #fff;
    color: #000;
    padding: 10px 15px;
    border-radius: 0;
    height: 65px;
}

.signup-section input[type="submit"] {
    background: #e95c1c;
    padding: 12px 15px;
    color: #fff;
    font-size: 20px;
    min-width: 250px;
    height: 65px;
}

.signup-section .signup-bottom {
    text-align: center;
    font-size: 12px;
    max-width: 560px;
    margin: 0 auto;
}

.signup-section .signup-bottom p {
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
}

.signup-section .signup-bottom p a {
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
}

.keep-up {
    padding: 50px 15px;
}



.keep-up h2 {
    color: #ee4923;
    text-align: center;
    margin-bottom: 30px;

}

.keep-up .keep-bx {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto 50px;
}

.keep-up .kp-img {
    width: calc(33.3% - 30px);
}



.keep-up .keep-link {
    text-align: center;
}

.keep-up h3 {
    color: #ee4923;
}

.keep-up .btm-link {
    display: flex;
    justify-content: center;
    gap: 20px;
}


.about-authr {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 220px;
}


.about-authr h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 64px;
}


.about-authr h3 {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    text-align: center;

}

.about-authr p {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
}

@media only screen and (max-width:1360px) {
    .signup-section h2 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .signup-section h3 {
        margin-bottom: 15px;
    }

    .signup-section p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .signup-section .form-box {
        margin-bottom: 20px;
    }

    .signup-section .cont-sec {
        padding: 30px;
    }

    .signup-section input[type="submit"] {
        min-width: 200px;
    }

    .signup-section .mail-bx {
        width: calc(100% - 200px);
    }

    .signup-section .sub-bx {
        width: 200px;
    }
}

@media only screen and (min-width:1230px)and (max-width:1319px) {
    .i-do .text-area {
        font-size: 56px;
    }
}

@media only screen and (max-width:1260px) {
    .about-authr {
        padding: 50px 90px;
    }
}

@media only screen and (min-width:1199px)and (max-width:1229px) {
    .i-do .text-area {
        font-size: 52px;
    }

    .i-do .book-area {
        width: 500PX;
    }
}

@media only screen and (min-width:1024px)and (max-width:1198px) {
    .i-do .text-area {
        font-size: 46px;
    }

    .i-do .book-area {
        width: 470PX;
    }
}

@media only screen and (max-width:1040px) {
    .signup-section::before {
        background-image: none;
    }

    .signup-section .signup-cont {
        display: block;
    }

    .signup-section .img-sec {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .signup-section .signup-cont .img-sec img {
        width: 400px;
    }

    .signup-section .cont-sec {
        width: 100%;
    }
}

@media only screen and (max-width:1023px) {
    .logo img {
        width: 80%;
    }

    .navigation ul {
        font-size: 15px;
        gap: 10px;
    }

    .navigation ul li a {
        padding: 5px 8px;
    }

    .i-do .text-area {
        font-size: 40px;
    }

    .i-do .book-area {
        width: 380PX;
    }
}

@media only screen and (max-width:991px) {
    .media-inq h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .media-inq {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .about-authr h2 {
        font-size: 50px;
        margin-bottom: 0;
    }

    .about-authr h3 {
        font-size: 35px;
    }

    .about-authr p {
        font-size: 25px;
        line-height: 35px;
    }
}

@media only screen and (max-width:868px) {
    .i-do {
        flex-direction: column;
        text-align: center;
        padding: 60px 15px;
        margin-bottom: 50px;
    }

    .i-do .book-area {
        width: 100%;
        padding-top: 30px;
    }

    .i-do .book-area img {
        max-width: 280px;
    }

    .i-do .text-area {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .keep-up h2 {
        font-size: 35px;
    }

    .keep-up h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width:679px) {
    .navigation-box {
        position: relative;
        background: #d9703d;
        padding-bottom: 10px;
    }

    .logo-nav {
        padding: 0px;
    }

    .logo img {
        width: 70%;
    }

    .navigation ul {
        display: block;
        text-align: right;
    }

    .navigation ul li {
        line-height: 18px;
    }

    .navigation ul li.stay a {
        display: inline;
    }

    .books-sold .sold-sec .links {
        width: 100%;
    }

    .books-sold .sold-head {
        font-size: 32px;
    }

}

@media only screen and (max-width:640px) {
    .signup-section .signup-cont .img-sec img {
        width: 350px;
    }

    .signup-section .mail-bx {
        width: calc(100% - 150px);
    }

    .signup-section input[type="submit"] {
        min-width: 150px;
    }

    .signup-section .sub-bx {
        width: 150px;
    }

    .keep-up .keep-bx {
        gap: 15px;
        margin-bottom: 20px;
    }

    .keep-up .kp-img {
        width: calc(33.3% - 15px);
    }

    .keep-up {
        padding: 30px 15px;
    }

    .keep-up h2 {
        font-size: 26px;
    }

    .keep-up h3 {
        font-size: 26px;
    }

    .keep-up .keep-bx {
        display: block;
    }

    .keep-up .kp-img {
        width: 100%;
        text-align: center;
    }

    .about-authr h2 {
        font-size: 30px;
    }

    .about-authr h3 {
        font-size: 25px;
    }

    .about-authr p {
        font-size: 20px;
        line-height: 26px;
    }

    .about-authr {
        padding: 30px 15px;
    }
}

@media only screen and (max-width:480px) {
    .footer-section .container {
        display: block;
        text-align: center;
    }

    .footer-section .f-logo {
        width: 200px;
        margin: 0 auto 15px;
    }

    .footer-section .f-nav {
        width: auto;
        text-align: center;
    }
}

@media only screen and (max-width:400px) {
    .logo img {
        width: 55%;
    }

    .navigation ul {
        font-size: 13px;
        font-weight: 400;
    }

    .i-do .text-area {
        font-size: 30px;
    }

}