:root {
    --main-font: "Poppins", sans-serif;
    --primary-color: #e26b45;
    --cta-color-blue: #222733;
    --secondary-color: #222733;
    --third-color: #f8f3ed;
    --input-border-color: #d3d3d3;
    --paragraph-color: #777777;
    --bg-color: #eeeeee;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-radius-blog-btn: 30px;
    --border-radius-blog-img: 8px;
    --blog-letter-spacing: -.03em
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    overflow-x: hidden
}

body {
    font-family: var(--main-font) !important
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-end: 0px !important
}

@media (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important
    }
}

.sp {
    width: 100%;
    height: 200px
}

.cta {
    font-size: 15px;
    background-color: #191919;
    color: var(--white-color);
    border-radius: 50px;
    text-decoration: none;
    border: var(--cta-color-blue)
}

.a-tag {
    color: initial;
    text-decoration: none
}

.display-hidden {
    display: none
}

.text-pri-color {
    color: var(--primary-color)
}

.sub-heading {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -.02em
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sub-heading {
        font-size: 30px
    }
}

@media only screen and (max-width: 768px) {
    .sub-heading {
        font-size: 24px
    }
}

.paragraph {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -.02em;
    margin-inline: auto
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .paragraph {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (max-width: 768px) {
    .paragraph {
        font-size: 14px;
        line-height: 20px
    }
}

.nav-sticky {
    z-index: 200
}

.main-logo-width {
    width: 175px
}

.navbar-sp {
    padding-block: 0;
    background-color: var(--white-color);
    transition: background-color .3s
}

.navbar-sp .navbar-collapse-C {
    display: contents
}

.navbar-sp .navbar-collapse-C .navbar-nav .nav-item .nav-text {
    font-size: 15px;
    font-weight: 500;
    padding-inline: 20px;
    padding-block: 40px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .navbar-sp .navbar-collapse-C .navbar-nav .nav-item .nav-text {
        font-size: 14px;
        padding-inline: 9px
    }
}

.navbar-sp .navbar-collapse-C .nav-btn {
    padding: 12px 23px;
    background-color: #191919
}

.navbar-sp .navbar-collapse-C .nav-btn img {
    margin-right: 9px
}

.navbar-sp .navbar-hemp-icon {
    width: 30px;
    background-color: transparent;
    border: none
}

.navbar-sp.top {
    background-color: #ffffff
}

.overlay-mob-menu {
    transition: all .2s ease-in-out
}

.menu-overlayshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1
}

.nav-border {
    border-bottom: 2px solid var(--white-color)
}

.book-writing-menu-sp {
    width: auto;
    max-width: 1054px;
    height: 0px;
    position: absolute;
    top: 84px;
    background-color: var(--third-color);
    z-index: 101;
    border-radius: 0 0 20px 20px;
    transition: all .3s ease-in-out;
    overflow: hidden
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .book-writing-menu-sp {
        width: 900px
    }
}

.book-writing-menu-sp .book-writing-wrap {
    display: flex;
    gap: 24px;
    padding: 20px 30px 40px
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box {
    border-right: 1px solid #d3d3d3;
    width: 350px
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box .book-writing-box-title {
    font-size: 18px;
    font-weight: 600
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box .book-writing-box-list {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
    margin-top: 10px;
    overflow-y: auto;
    scrollbar-width: none;
    max-height: 423px
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box .book-writing-box-list li {
    padding-block: 3px
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box .book-writing-box-list li a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box-img-wrap {
    width: 350px
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box-img-wrap .book-writing-box-img img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 5px
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box-img-wrap .book-writing-box-img .book-writing-box-img-text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px
}

.book-writing-menu-sp .book-writing-wrap .book-writing-box-img-wrap .book-writing-box-img .book-writing-box-img-text-2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px
}

.book-writing-menu-show {
    height: 520px;
    box-shadow: 0 9px 12.7px 1px #0000000d
}

.footer-sp {
    background-color: #191919;
    padding-block: 60px 20px
}

.footer-sp .footer-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.footer-sp .footer-wrap .footer-wrap-info {
    color: var(--white-color)
}

.footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-details {
    margin-top: 40px;
    gap: 12px
}

.footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-details .footer-wrap-info-details-box .footer-wrap-info-details-box-text {
    font-size: 13px;
    font-weight: 400
}

.footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-details .footer-wrap-info-details-box .footer-wrap-info-details-box-text a {
    color: var(--white-color);
    text-decoration: none
}

.footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-social-icon {
    gap: 16px;
    margin-top: 22px
}

.footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-social-icon .footer-wrap-info-social-icon-box {
    border: 1px solid var(--white-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-sp .footer-wrap .footer-wrap-usefull-links-wrap {
    color: var(--white-color)
}

.footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links-title {
    font-size: 22px;
    font-weight: 500
}

.footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links-divider {
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    margin-block: 18px 20px
}

.footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links li {
    padding-bottom: 5px
}

.footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links li a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400
}

.footer-sp .footer-divider {
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    margin-top: 80px
}

.footer-sp .sub-footer-wrap {
    color: var(--white-color);
    margin-top: 20px
}

.footer-sp .sub-footer-wrap .sub-footer-title {
    font-size: 16px;
    font-weight: 400
}

.footer-sp .sub-footer-wrap .sub-footer-title a {
    color: var(--white-color)
}

.footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-1,
.footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-2 {
    font-size: 16px;
    font-weight: 400
}

.footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-1 a,
.footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-2 a {
    color: var(--white-color);
    text-decoration: none
}

.footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-1 {
    border-right: 1px solid var(--white-color);
    padding-right: 8px;
    margin-right: 8px
}

.mob-menu-sp {
    width: 100%;
    max-width: 450px;
    background-color: var(--white-color);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translate(-100%);
    transition: all .4s ease-in-out;
    padding: 25px 20px;
    overflow: auto
}

.mob-menu-sp .mob-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    padding: 3px 10px;
    width: 30px
}

.mob-menu-sp .mob-menu-close:hover {
    background-color: var(--primary-color);
    border-radius: 50px
}

.mob-menu-sp .mob-menu-close:hover img {
    filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(26deg) brightness(106%) contrast(101%)
}

.mob-menu-sp .mob-menu-close img {
    width: 100%
}

.mob-menu-sp .mob-menu-logo img {
    width: 150px;
    height: auto
}

.mob-menu-sp .mob-menu-content {
    margin-top: 25px
}

.mob-menu-sp .mob-menu-content .mob-menu-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.mob-menu-sp .mob-menu-content .mob-menu-list li {
    padding-block: 6px
}

.mob-menu-sp .mob-menu-content .mob-menu-list li a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}

.mob-menu-sp .mob-menu-content .mob-menu-list li button {
    background-color: transparent;
    border: none;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    cursor: pointer
}

.mob-menu-sp .mob-menu-content .mob-menu-list li .dropdown-mob-menu {
    list-style: none;
    padding-left: 15px;
    margin-top: 10px;
    overflow-y: auto;
    max-height: 300px;
    height: 100%
}

.mob-menu-sp .mob-menu-content .mob-menu-list li .dropdown-mob-menu li {
    padding-block: 4px
}

.mob-menu-sp .mob-menu-content .mob-menu-list li .dropdown-mob-menu li a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400
}

.mob-menu-sp-show {
    transform: translate(0)
}

.offerPopupModal .modal-body {
    padding: 0
}

.offerPopupModal .modal-body .offer-popup {
    background: #222733;
    color: var(--white-color);
    padding: 30px 20px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 15px var(--secondary-color);
    text-align: center
}

.offerPopupModal .modal-body .offer-popup .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: 0 0;
    color: var(--white-color);
    width: 20px;
    height: 20px;
    line-height: 13px;
    border: 2px solid var(--white-color);
    border-radius: 20px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: .3s ease-in-out
}

.offerPopupModal .modal-body .offer-popup .close-btn:hover {
    color: var(--primary-color);
    border: 2px solid var(--primary-color)
}

.offerPopupModal .modal-body .offer-popup .offer-popup-sub-heading {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--primary-color)
}

.offerPopupModal .modal-body .offer-popup .offer-popup-heading {
    font-size: 20px !important;
    line-height: 19px !important;
    color: var(--white-color);
    margin: 0 0 10px !important;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left
}

.offerPopupModal .modal-body .offer-popup .offer-popup-heading span {
    font-size: 60px;
    line-height: 92px;
    font-weight: 700;
    display: block;
    margin: 0 10px 0 0
}

.offerPopupModal .modal-body .offer-popup .offer-form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.offerPopupModal .modal-body .offer-popup .offer-form input:focus,
.offerPopupModal .modal-body .offer-popup .offer-form textarea:focus {
    outline: none;
    border-color: var(--primary-color) !important
}

.offerPopupModal .modal-body .offer-popup .offer-form input,
.offerPopupModal .modal-body .offer-popup .offer-form textarea {
    padding: 10px;
    border: 1px solid var(--white-color);
    border-radius: 4px;
    background: transparent;
    color: var(--white-color);
    font-size: 14px
}

.offerPopupModal .modal-body .offer-popup .offer-form input::-moz-placeholder,
.offerPopupModal .modal-body .offer-popup .offer-form textarea::-moz-placeholder {
    color: var(--white-color)
}

.offerPopupModal .modal-body .offer-popup .offer-form input::placeholder,
.offerPopupModal .modal-body .offer-popup .offer-form textarea::placeholder {
    color: var(--white-color)
}

.offerPopupModal .modal-body .offer-popup .offer-form textarea {
    resize: none;
    height: 80px
}

.offerPopupModal .modal-body .offer-popup .offer-form .submit-btn {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

.offerPopupModal .modal-body .offer-popup .offer-form .submit-btn:hover {
    background: var(--primary-color)
}

.offerPopupModal .modal-body .offer-popup .offer-form .checkbox-area {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    text-align: left;
    font-size: 11px
}

.offerPopupModal .modal-body .offer-popup .offer-form .checkbox-area input[type=checkbox] {
    margin-right: 8px;
    margin-top: 3px
}

.offerPopupModal .modal-body .offer-popup .offer-form .checkbox-area label {
    color: var(--white-color)
}

.call-bar {
    background-color: #f6f9fc;
    box-shadow: 0 0 6px #0000001a;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 11155;
    transition: all .6s ease-in
}

.call-bar .side-display-tag-call {
    position: absolute;
    width: 115px;
    transform: rotate(-90deg);
    right: -81px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #191919;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    text-decoration: none
}

.call-bar .side-display-tag-call .discount-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 11px 14px 14px 11px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-sp {
        padding-block: 0;
        background-color: var(--white-color);
        transition: background-color .3s
    }

    .navbar-sp .navbar-brand img {
        width: 150px
    }

    .navbar-sp .navbar-collapse-C .navbar-nav .nav-item .nav-text {
        font-size: 13px;
        font-weight: 500;
        padding-inline: 10px;
        padding-block: 40px
    }

    .navbar-sp .navbar-collapse-C .nav-btn {
        padding: 12px 23px;
        background-color: var(--primary-color)
    }

    .navbar-sp .navbar-collapse-C .nav-btn img {
        margin-right: 9px
    }

    .nav-border {
        padding-block: 20px
    }

    .footer-sp {
        padding-block: 40px 20px
    }

    .footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-details {
        margin-top: 22px
    }

    .footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-details .footer-wrap-info-details-box .footer-wrap-info-details-box-text {
        font-size: 12px
    }

    .footer-sp .footer-wrap .footer-wrap-info .footer-wrap-info-social-icon {
        gap: 10px
    }

    .footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links-title {
        font-size: 19px
    }

    .footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links-divider {
        margin-block: 14px 15px
    }

    .footer-sp .footer-wrap .footer-wrap-usefull-links-wrap .footer-wrap-usefull-links li a {
        font-size: 13px
    }

    .footer-sp .footer-divider {
        margin-top: 52px
    }

    .footer-sp .sub-footer-wrap {
        margin-top: 20px
    }

    .footer-sp .sub-footer-wrap img {
        width: 235px
    }

    .footer-sp .sub-footer-wrap .sub-footer-title {
        font-size: 13px
    }

    .footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-1,
    .footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-2 {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    .navbar-sp .navbar-brand img {
        width: 150px
    }

    .nav-border {
        padding-block: 10px
    }

    .offerPopupModal .offer-popup-sub-heading {
        font-size: 28px !important;
        padding-top: 15px
    }

    .call-bar {
        right: 49px
    }

    .call-bar .side-display-tag-call {
        width: 50px;
        right: -51px;
        height: 46px;
        padding: 15px;
        border-radius: 10px 10px 0 0
    }

    .call-bar .side-display-tag-call .discount-text {
        margin: 0
    }

    .footer-sp {
        padding-block: 40px 20px
    }

    .footer-sp .footer-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px
    }

    .footer-sp .footer-divider {
        margin-top: 40px
    }

    .footer-sp .sub-footer-wrap {
        gap: 20px
    }

    .footer-sp .sub-footer-wrap .sub-footer-title {
        font-size: 14px;
        text-align: center
    }

    .footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-1,
    .footer-sp .sub-footer-wrap .sub-footer-privacy .sub-footer-privacy-text-2 {
        font-size: 14px
    }
}