@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
    box-sizing: border-box;
}

:root {
    --primary: #fb6108;
    --secondary: #1e1e1e;
    --white: #ffffff;
    --black: #000;
    --btn-grad: linear-gradient(to top, #ffbb00, #ff9c00);
    --grad-: linear-gradient(to left, #f6b300, #fa7020);
    --transition: 0.3s all ease;
    --light-yellow: #ffeab0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "poppins";
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

.site-btn {
    display: inline-block;
    border: 3px solid var(--white);
    text-decoration: none;
    border-radius: 30px;
    background: var(--btn-grad);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    padding: 13px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: 0.3s all ease;
    cursor: pointer;
    min-width: 135px;
    overflow: hidden;
}

.site-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--white);
    transition: 0.3s all ease;
    z-index: -1;
}

.site-btn:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.site-btn:hover::before {
    height: 100%;
}

.btn-wrape {
    position: relative;
    z-index: 1;
    width: max-content;
    margin: auto;
}

.btn-wrape::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    background: #ff6000;
    width: 100%;
    height: 90%;
    bottom: -6px;
    left: 0;
    z-index: -1;
}

.site-btn.outline {
    background: white;
    color: #fa7020;
}

h3.big {
    color: var(--primary);
    font-size: 26px;
    font-weight: 400;
}

h2,
h1 {
    font-size: 50px;
    font-weight: bold;
    color: var(--secondary);
}

/* header */

.header {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 10px;
}

.header .btn-wrape::before {
    bottom: 2px;
}

.anker {
    color: var(--primary);
    text-decoration: underline;
}

/* banner */

.section-1 {
    background-color: #ffeebf;
    z-index: 1;
    position: relative;
    padding-top: 120px;
}

.section-1 img {
    position: relative;
    bottom: -25px;
}

.section-1 h1 {
    font-size: 50px;
    font-weight: 700;
    color: var(--secondary);
}

.section-1 p {
    color: var(--secondary);
    font-weight: 300;
    max-width: 593px;
    line-height: 1.7;
    margin: 10px auto 25px;
}

/* section2 */

.section-2 {
    padding: 100px 0;
}

.section-2 input {
    border-radius: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 16px;
    padding: 10px 7px;
    width: 100%;
    color: rgba(97, 97, 97, 0.7);
    max-width: 389px;
}

.section-2 .btn-wrape {
    width: 100%;
    margin: 0;
    max-width: 389px;
}

.section-2 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 231, 198, 0.3);
    padding: 80px 0px;
    border-radius: 20px;
}

.section-2 ::placeholder {
    color: rgba(97, 97, 97, 0.7);
}

.section-2 button {
    width: 100%;
    margin-top: 10px;
}

.section-2 img {
    max-width: 379px;
}

.section-2 h2 {
    max-width: 430px;
    margin-bottom: 29px;
}

@media (min-width: 992px) {
    .section-2 .col-lg-5 {
        width: 34.666667%;
    }
}

@media (min-width: 992px) {
    .section-2 .col-lg-6 {
        width: 43%;
    }
}

/* section-3 */

.section-3 {
    background: url(/assets/images/sec-3-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 50px;
    position: relative;
}

.section-3 img {
    max-width: 786px;
}

.section-3 p {
    font-size: 18px;
    max-width: 310px;
    margin: 17px auto 0;
    color: rgba(1, 19, 54, 0.8);
}

.section-3 .img2 {
    max-width: 100%;
    position: absolute;
    bottom: -7%;
    left: 0;
}

/* section4 */

.section-4 {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.section-4 .colmn-1 {
    max-width: 146px;
    background-color: #000;
    max-height: 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding: 4px 0 7px 0;
}

.section-4 .colmn-1 img {
    max-width: 69px;
}

.section-4 .colmn-2 {
    max-width: 178px;
    max-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px 13px;
}

.section-4 .colmn-1 p {
    font-size: 10px;
    font-weight: 500;
    color: var(--white);
}

.section-4 .colmn-2 img {
    max-width: 28px;
}

.section-4 .colmn-2 p {
    font-size: 10px;
    font-weight: 500;
    color: #000000;
}

.section-4 .colmn-2 h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.section-4 .text > p {
    margin: 12px 0 41px;
    max-width: 420px;
    font-size: 18px;
    color: #334257;
    line-height: 1.8;
}

.section-4 .img {
    max-width: 433px;
    position: relative;
}

.section-4 .img::before {
    content: "";
    background: #fffaec;
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 20px;
    top: 30%;
    z-index: -1;
    border-radius: 30px;
}

.section-4 {
    position: relative;
    z-index: 1;
}

.section-4 .aurrow {
    position: absolute;
    z-index: -1;
    top: 15%;
    left: 0;
    width: 100%;
}

.amazon-btn {
    max-width: 146px;
}

.history-btn {
    max-width: 178px;
}

/* section5 */

.section-5 {
    padding: 100px 0;
}

.section-5 p {
    font-size: 18px;
    line-height: 1.8;
    color: #334257;
    max-width: 501px;
    margin: 11px 0 29px;
}

.section-5 img {
    max-width: 390px;
}

.section-5 .img {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.section-5 .img::before {
    content: "";
    background: #fffaec;
    position: absolute;
    width: 73%;
    bottom: 0;
    left: 13%;
    top: 20%;
    z-index: -1;
    border-radius: 30px;
}

.section-5 .btn-wrape {
    margin: 0;
}

/* setion6 */

.section-6 .wrapper1 {
    background: linear-gradient(272deg, #f6b300, #fa7020);
    border-radius: 18px;
    padding: 30px 0 40px 54px;
    position: relative;
    z-index: 1;
}

.section-6 .wrapper1::before {
    content: "";
    position: absolute;
    right: 2%;
    top: 3%;
    width: 13%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    z-index: -1;
}

.section-6 .wrapper1::after {
    content: "";
    position: absolute;
    right: 16%;
    bottom: 0;
    width: 26%;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    z-index: -3;
}

.section-6 .wrapper1 .site-btn {
    padding: 13px 40px;
}

.section-6 {
    position: relative;
    z-index: 1;
}

.section-6::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #d2e5f4;
    width: 100%;
    bottom: 0;
    height: 90%;
}

.section-6 .rock-btn {
    display: flex;
    align-items: center;
}

.section-6 .text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    margin: 6px 0 26px;
}

.section-6 .img1 {
    max-width: 370px;
}

.section-6 .img {
    position: relative;
    z-index: 1;
}

.section-6 .img {
    position: absolute;
    z-index: -1;
    bottom: -19%;
    right: -5%;
    width: 53%;
    height: auto;
}

.section-6 .wrapper2 .col-md-3.logo-card {
    width: 20%;
}

.section-6 .wrapper2 {
    padding-top: 70px;
}

.section-6 .logos {
    padding-bottom: 70px;
}

.section-6 .plan-icon {
    background-color: var(--white);
    border-radius: 12px;
    padding: 28px 15px;
    margin-top: 24px;
    height: 177px;
    position: relative;
    z-index: 1;
}

.section-6 .plan-icon img {
    width: auto;
    max-height: 100%;
}

.text-logo p {
    font-size: 18px;
    font-weight: 500;
    color: #334257;
    margin-top: 10px;
}

.section-6 .upper-wave {
    margin-top: 50px;
}

/* Hover Content */

.plan-icon .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 33px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s all ease;
}

.plan-icon:hover .hover-content {
    opacity: 1;
    transition: 0.3s all ease;
}

.plan-icon .hover-content h4 {
    color: var(--white);
}

.plan-icon .hover-content .site-btn {
    min-width: 176px;
    border-radius: 28px;
    padding: 9px 15px;
    border-color: #fff;
    background: var(--white);
    color: #fa7020;
}

.plan-icon .hover-content {
    background: rgba(250, 112, 32, 0.5) !important;
}

.plan-icon .hover-content.site-btn {
    color: #f8931d !important;
}

.plan-icon .hover-content.site-btn::before {
    background: #f8931d !important;
}

/* section 7 */

.section-7 .wrapper {
    padding-top: 50px;
}

.section-7 .tittle h2 {
    margin-bottom: 40px;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--primarycolor);
    background-color: var(--white);
}

.faq .accordion-item {
    border-radius: 12px !important;
    border: none;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.faq .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 22px;
    font-weight: 500;
    color: #434343;
    padding: 18px 22px;
}

.faq .accordion-body {
    font-size: 16px;
    font-weight: 400;
    color: var(--primarycolor);
}

/* Section-8 */

.section-8 {
    margin: 100px 0;
    background-color: #ff6000;
    padding: 135px 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 1440px) {
    .section-8 {
        padding: 200px 0;
    }
}

.section-8 h2 {
    text-align: center;
    margin-bottom: 33px;
}

.section-8 .lower-wave img {
    margin-top: -20%;
}

.contact-form {
    background-color: var(--white);
    border-radius: 12px;
    padding: 36px 39px 39px 36px;
}

.contact-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 20px;
}

.contact-form .contact-text {
    margin-bottom: 30px;
}

.contact-form .area-text {
    margin-top: 90px;
}

.progress-bar {
    background-color: var(--lightblue) !important;
}

.option {
    margin: 24px 0;
}

.contact-form [type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    border-color: rgba(251, 97, 8, 0.4);
    border-width: 2px;
}

#contactModal .modal-dialog {
    max-width: 1140px;
}

.section-8 .form-control {
    font-size: 20px;
    font-weight: 300;
    color: rgba(3, 16, 56, 0.6);
}

.contact-form [type="checkbox"]:checked {
    background-color: rgba(251, 97, 8, 0.9);
}

.contact-form label {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.contact-form textarea {
    background-color: var(--white);
    border-radius: 12px;
    border-color: rgba(174, 171, 199, 0.8);
}

.contact-form button {
    margin: 44px 0 40px 0;
}

.contact-form .form-control {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary);
}

.contact-form .form input::placeholder {
    color: var(--secondary);
}

.section-8 .btn-wrape::before {
    height: 45%;
    bottom: 33px;
}

/* Section-9 */

.section-9 {
    margin-bottom: 50px;
}

.section-9 .text {
    background-color: rgba(248, 147, 29, 0.1);
    border-radius: 20px;
    padding-top: 52px;
    padding-bottom: 139px;
}

.section-9 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fa7020;
    text-align: center;
    margin-bottom: 4px;
}

.section-9 h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary);
    text-align: center;
}

.public-icons {
    max-width: 971px;
    margin: -7% auto 0;
}

.prod-icon {
    min-height: 190px;
    background-color: var(--white);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 288px;
    padding: 20px;
    position: relative;
}

.prod-icon .pilly-icon {
    width: 65%;
}

.prod-icon .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 33px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s all ease;
}

.prod-icon:hover .hover-content {
    opacity: 1;
    transition: 0.3s all ease;
}

.prod-icon .hover-content h4 {
    color: var(--white);
}

.prod-icon .hover-content .site-btn {
    min-width: 90px;
    margin-top: 15px;
    padding: 9px 15px;
    border-color: #fff;
    background: var(--white);
}

/* Pilly Ponka */

.prod-icon .hover-content.pilly {
    background: #f8931d !important;
}

.prod-icon .hover-content.pilly .site-btn {
    color: #f8931d !important;
}

.prod-icon .hover-content.pilly .site-btn::before {
    background: #f8931d !important;
}

/* Launchapd  */

.prod-icon .hover-content.launch .site-btn::before {
    background: #3eadff;
}

.prod-icon .hover-content.launch {
    background: #3eadff;
}

.prod-icon .hover-content.launch .site-btn {
    color: #3eadff;
}

/* Utilasoft  */

.prod-icon .hover-content.utila .site-btn::before {
    background: #3769b1;
}

.prod-icon .hover-content.utila {
    background: #3769b1;
}

.prod-icon .hover-content.utila .site-btn {
    color: #3769b1;
}

/* Render Real  */

.prod-icon .hover-content.render .site-btn::before {
    background: #2e3192;
}

.prod-icon .hover-content.render {
    background: #2e3192;
}

.prod-icon .hover-content.render .site-btn {
    color: #2e3192;
}

/* Tumble Yard  */

.prod-icon .hover-content.tumble .site-btn::before {
    background: #ff6000;
}

.prod-icon .hover-content.tumble {
    background: #ff6000;
}

.prod-icon .hover-content.tumble .site-btn {
    color: #ff6000;
}

.prod-icon .hover-content .site-btn:hover {
    color: var(--white) !important;
}

footer {
    background: #ff6000;
    padding: 50px 0;
    position: relative;
}

footer .text {
    text-align: center;
}

footer .text h3,
footer .text a {
    font-size: 21px;
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
}

footer .text p,
footer .text p button {
    font-size: 16px;
    color: var(--white);
}

footer .text p button {
    margin-top: -2px;
}

footer .text a:hover,
footer .text button:hover {
    color: var(--secondary) !important;
}

footer .text img {
    max-width: 230px;
    height: 100%;
    margin-bottom: 25px;
}

/* Contact Popup */

#contactModal .btn-wrape::before {
    height: 40%;
    bottom: 34px;
}

#contactModal .text h2 {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

#thankYou .img img {
    max-width: 88px;
}

.pivacy-policy h2 {
    color: var(--primary);
    font-size: 40px;
}

.pivacy-policy h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
}

.pivacy-policy p {
    color: var(--secondary);
}

.pivacy-policy li {
    color: var(--secondary);
    margin-top: 10px;
}

#thankYou h3 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
}

#thankYou p {
    color: var(--secondary);
}

@media (max-width: 991px) {
    h2 {
        font-size: 42px;
    }
    /* section-1 */
    h3.big {
        font-size: 22px;
    }
    .section-1 h1 {
        font-size: 42px;
    }
    /* section-2 */
    .section-2 {
        padding-bottom: 50px;
    }
    .section-2 .text {
        margin-bottom: 50px;
    }
    .section-2 h3.big {
        text-align: center;
    }
    .section-2 h2 {
        text-align: center;
        margin: auto;
        margin-bottom: 24px;
    }
    .section-2 .input {
        text-align: center;
    }
    .section-2 .img {
        padding: 50px 0;
    }
    .section-2 .btn-wrape {
        text-align: center;
        margin: auto;
    }
    /* section-3 */
    .section-3 .img2 {
        bottom: -4%;
    }
    /* section-4 */
    .section-4 .img {
        display: block;
        margin: 0 auto 50px;
    }
    .section-4 .text h2 {
        text-align: center;
        margin: auto;
    }
    .section-4 .text p {
        text-align: center;
        margin: 10px auto 30px !important;
    }
    .section-4 .buyer {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    /* section-5 */
    .section-5 .text {
        margin: 0 auto 50px;
    }
    .section-5 .text h2 {
        text-align: center;
        margin: auto;
    }
    .section-5 .text p {
        text-align: center;
        margin: 10px auto 30px !important;
    }
    .section-5 .btn-wrape {
        text-align: center;
        margin: auto;
    }
    .section-6 .wrapper2 .col-md-3 {
        width: 32% !important;
    }
    .section-6 .img {
        position: relative;
        z-index: 1;
        bottom: -44%;
        right: -5%;
        width: 100%;
        height: auto;
    }
    .section-6 .upper-wave {
        bottom: -1px;
        position: relative;
        margin-top: 50px;
    }
    .section-6 .wrapper1::before {
        top: 53%;
    }
    .section-6 .wrapper1::after {
        right: 32%;
        width: 44%;
    }
    .section-6 .img1 {
        text-align: center;
        margin: auto;
    }
    .section-6 .wrapper2 {
        padding-top: 100px;
    }
    /* section-7 */
    .faq .accordion-button {
        font-size: 18px;
    }
    /* section-8 */
    .section-8 .lower-wave img {
        margin-top: -32%;
    }
    /* section-9 */
    .section-9 .text {
        padding: 40px 15px 140px;
    }
    .public-icons {
        margin: -14% auto 0;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
    h3.big {
        font-size: 20px;
    }
    .section-1 img {
        bottom: 0;
        margin-top: 60px;
    }
    .section-1 h1 {
        font-size: 32px;
    }
    .section-1 p {
        font-size: 14px;
    }
    .section-2 {
        padding: 70px 0;
    }
    .section-4 .aurrow {
        display: none;
    }
    .section-5 {
        padding: 50px 0;
    }
    .section-5 img {
        max-width: 282px;
    }
    .section-5 .cris-pic {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-6 .wrapper2 .col-md-3 {
        display: block;
        margin: auto;
        width: 62% !important;
    }
    .section-6 .wrapper1 {
        padding: 16px;
    }
    .section-6::before {
        height: 93%;
    }
    .section-6 .text p {
        font-size: 16px;
    }
    .section-6 .rock-btn {
        display: block;
    }
    .section-6 .wrapper1 .site-btn {
        width: 100%;
    }
    .section-6 .wrapper1 .btn-wrape {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-6 .wrapper1::before {
        top: 71%;
    }
    .section-6 .wrapper1::after {
        width: 46%;
        right: 30%;
    }
    .section-6 .img {
        margin-top: 30px;
        bottom: -34%;
        right: -8%;
        width: 112%;
    }
    .section-6 .wrapper2 {
        padding-top: 70px;
    }
    .section-7 .tittle h2 {
        font-size: 24px;
    }
    .faq .accordion-button {
        font-size: 14px;
    }
    .faq .accordion-body {
        font-size: 12px;
    }
    .section-8 {
        margin: 60px 0;
        padding: 45px 0;
    }
    .section-8 .lower-wave img {
        margin-top: -25%;
    }
    .section-8 h2 {
        font-size: 24px;
    }
    .contact-form h3 {
        font-size: 16px;
    }
    .contact-form .form-control {
        font-size: 14px;
    }
    .contact-form label {
        font-size: 14px;
    }
    .section-9 h3 {
        font-size: 25px;
    }
    .public-icons {
        margin: -35% auto 0;
    }
    .section-9 .text {
        padding: 40px 15px 120px;
    }
    .section-9 .public-icons {
        padding: 30px;
    }
    footer .text h3,
    footer .text a {
        font-size: 17px;
    }
    footer .text img {
        max-width: 200px;
    }
    #contactModal .text h2 {
        font-size: 21px;
    }
    .contact-form {
        padding: 30px 15px;
    }
    .navbar-collapse {
        background: #ffeebf;
        box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
        padding: 30px 10px;
    }
}

/* blog page  */
@media (min-width: 1200px) {
    .banner-blog .col-xl-9 {
        width: 70%;
    }

    .banner-blog .col-xl-3 {
        width: 30%;
    }
}

.header-blog .navbar-expand-md {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
}

.bg-blue {
    background: var(--btn-grad);
}

.blog-header {
    background-color: var(--bluecolor);
}

section.banner-blog {
    padding: 150px 0 50px;
}

.banner-blog .main-image {
    background-color: var(--light-yellow);
    border-radius: 10px;
    height: 100%;
}

.banner-blog .main-image img {
    border-radius: 10px 10px 0 0;
    height: 450px;
    object-fit: cover;
}

.banner-blog .main-image .img-details {
    padding: 25px;
}

.main-image .img-details h2 {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.main-image .img-details p {
    color: var(--black);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-left: 7px;
}

.main-image .img-details p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--black);
}

.popular .tittle h3 {
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.popular .list h4 {
    font-size: 14px;
    font-weight: 600;
    color: #0d1b36;
    margin-bottom: 5px;
}

.popular .list p {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    max-width: 258px;
}

.popular .list a {
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
}

.popular .list:last-of-type {
    margin-bottom: 0;
}

.popular .list a:hover,
.popular .list.active a {
    background-color: var(--light-yellow);
}

.search-blog {
    margin-bottom: 32px;
}

.search-blog .form-control {
    border-radius: 30px;
    border: 1px solid var(--primary);
    font-size: 16px;
    color: var(--btn-text);
    box-shadow: unset;
    border-right: unset;
    padding: 12px 15px;
}

.search-blog input::placeholder {
    color: #c1c1c1;
}

.search-blog .input-group-text {
    border-left: unset;
    border-radius: 0 30px 30px 0;
    background: transparent;
    border-color: var(--primary);
    padding: 16px 15px;
    color: var(--primary);
    font-size: 20px;
    cursor: pointer;
}

.blog-card .image img {
    transition: var(--transition);
}

.blog-card .image {
    overflow: hidden;
    border-radius: 15px;
}

.blog-card:hover .image img {
    transform: scale(1.15);
    transition: var(--transition);
}

.blog-card .deatils p {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.blogs a {
    text-decoration: none;
    color: unset;
}

.blog-card .deatils h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    max-width: 357px;
    color: var(--black);
}

.blogs {
    margin-bottom: 100px;
}

/* Blog-details Page */
.detail-blog img {
    border-radius: 10px !important;
}

@media (min-width: 768px) {
    .detail-blog .col-md-9 {
        width: 87%;
    }
}

@media (min-width: 768px) {
    .detail-blog .col-md-2 {
        width: 12%;
    }
}

.banner-blog .tittle h2 {
    font-size: 42px;
    margin-bottom: 40px;
    color: var(--secondary);
}

.social-media {
    border-radius: 50%;
    background-color: var(--light-yellow);
    width: 60px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: var(--black);
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
}

.social-media i {
    color: var(--primary);
}

.detail-blog .social-icons a {
    text-decoration: none;
}

.social-media:hover {
    background: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: var(--transition);
}

.blog-faq {
    margin-bottom: 80px;
}

.blog-faq .tittle h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.faq-answers {
    background: var(--light-yellow);
    border-left: 4px solid var(--blue-color);
    border-radius: 10px;
    padding: 30px 20px 20px;
}

.faq-answers .accordion-item {
    background-color: transparent !important;
    border: unset !important;
}

.faq-answers .accordion-button {
    color: var(--primarycolor);
    background: transparent;
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
}

.faq-answers .accordion-button:not(.collapsed) {
    color: var(--primarycolor);
    background: transparent;
    box-shadow: none;
}

.faq-answers .accordion-button:focus {
    box-shadow: none;
}

.faq-answers .accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 16px 0;
    max-width: 1030px;
}

.faq-answers .accordion-button::after {
    background-image: url(../images/faq-arrow.svg);
    transform: rotate(180deg);
}

.faq-answers .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-arrow.svg);
    transform: rotate(0deg);
}

.blog-explain {
    margin-bottom: 100px;
}

.blog-explain h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-explain p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}

.blog-explain .image {
    position: relative;
    z-index: 1;
    padding: 0 25px 10px;
}

.blog-explain .image::before {
    content: "";
    padding-bottom: 22px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    background: var(--btn-grad);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67%;
}

.blog-explain .v-left {
    height: 50%;
}

.blog-explain .book-pic {
    text-align: center;
    margin: auto;
}

.blog-explain .book-pic img {
    max-width: 220px;
}

.blog-explain .book-text {
    max-width: 250px;
    margin: auto;
}

.blog-explain .book-text h2 {
    color: var(--white);
    font-size: 40px;
    margin: 0;
    padding: 20px 0;
    text-decoration: underline;
    cursor: pointer;
}

.blog-explain .alert {
    background-color: var(--light-yellow);
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.blog-explain .alert::before {
    content: "";
    background-color: var(--accent);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.blog-explain .alert p {
    color: var(--blue-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

/* book popup  */
.popup-book .modal-content {
    background-color: var(--secondary);
    position: relative;
    z-index: 1;
}

.popup-book .section1 {
    padding: 64px 0;
}

#freeguied .modal-header .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z' fill='%23fff'/%3e%3c/svg%3e")
        center / 1em auto no-repeat;
}

.v-left {
    position: absolute;
    width: 35%;
    height: 80%;
    opacity: 0.34;
    left: 0;
    bottom: 6%;
    z-index: -1;
}

.v-right {
    position: absolute;
    width: 35%;
    height: 77%;
    opacity: 1;
    right: 0;
    top: 0;
    z-index: -1;
}

.img-book img {
    max-width: 330px;
    height: 100%;
}

.popup-book .section1 h2 {
    color: var(--white);
    margin: 10px 0;
}

.popup-book .modal-body {
    position: unset;
}

.popup-book .section1 h3 {
    font-size: 26px;
    color: var(--white);
}

.popup-book .section1 p {
    font-size: 18px;
    color: rgba(225, 225, 225, 0.8);
    margin-bottom: 28px;
}

.popup-book .section1 .form {
    max-width: 483px;
    margin: auto;
}

.popup-book .form input {
    margin: 0 0 20px;
}

.popup-book .form button {
    max-width: 483px;
    margin-top: 28px;
    font-weight: 400;
    color: var(--black);
}

.popup-book .form input::placeholder {
    color: rgba(225, 225, 225, 0.7);
    -webkit-text-fill-color: rgba(225, 225, 225, 0.7);
}

.popup-book .section1 .form-control {
    background-color: var(--accent);
    color: var(--white);
    border-radius: 50px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    padding: 14px 15px;
}

.detail-blog .author a {
    display: inline-flex;
    align-items: center;
    margin: 30px 0 0 30px;
}

.detail-blog .author-pic img {
    border-radius: 50% !important;
    max-width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 12px;
}

.detail-blog .author .text h2 {
    font-size: 30px;
    font-weight: 500;
}

.detail-blog .author .text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
}

/* Author-Section */
.author-section {
    padding: 100px 0 20px;
    margin: 64px 0 100px;
}

.author-profile {
    display: flex;
    justify-content: space-between;
}

.author-profile .author-leftside {
    width: 28%;
    text-align: center;
}

.author-profile .author-righttside {
    width: 70%;
}

.author-section .profile-pic img {
    border-radius: 50% !important;
    max-width: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
}

.author-links .tittle h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 16px;
}

.author-links .profiles-link .site-btn {
    min-width: 230px;
}

.author-links .profiles-link {
    margin-bottom: 16px;
}

.author-links .profiles-link:last-of-type {
    margin-bottom: 0;
}

.details-author .tittle h2 {
    font-size: 40px;
    font-weight: 400;
}

.details-author .tittle p {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
}

.details-author .tittle {
    margin-bottom: 40px;
}

.details-author .para p {
    font-size: 20px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 14px;
    max-width: 750px;
}

.details-author .para p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .popular-blog-list {
        overflow-y: auto;
        padding: 10px;
    }

    .popular-blog-list::-webkit-scrollbar {
        width: 5px;
    }

    .popular-blog-list::-webkit-scrollbar-track {
        background: #f0f6f9;
    }

    .popular-blog-list::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 10px;
        height: 50px;
    }

    .banner-blog .tittle h2,
    .blog-explain .book-text h2 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .banner-blog .tittle h2 {
        font-size: 30px;
    }

    .popular-blog-list {
        max-height: 350px;
    }

    /* Author Profile */
    .author-section .profile-pic img {
        max-width: 170px;
    }

    .details-author .para p {
        font-size: 18px;
    }

    .banner-blog .main-image .img-details {
        padding: 20px;
    }

    .banner-blog .main-image img {
        height: 300px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 42px;
    }

    /* section-1 */
    h3.big {
        font-size: 22px;
    }

    .section-1 h1 {
        font-size: 42px;
    }

    /* section-2 */
    .section-2 {
        padding-bottom: 50px;
    }

    .section-2 .text {
        margin-bottom: 50px;
    }

    .section-2 h3.big {
        text-align: center;
    }

    .section-2 h2 {
        text-align: center;
        margin: auto;
        margin-bottom: 24px;
    }

    .section-2 .input {
        text-align: center;
    }

    .section-2 .img {
        padding: 50px 0;
    }

    .section-2 .btn-wrape {
        text-align: center;
        margin: auto;
    }

    /* section-3 */
    .section-3 .img2 {
        bottom: -4%;
    }

    /* section-4 */
    .section-4 .img {
        display: block;
        margin: 0 auto 50px;
    }

    .section-4 .text h2 {
        text-align: center;
        margin: auto;
    }

    .section-4 .text p {
        text-align: center;
        margin: 10px auto 30px !important;
    }

    .section-4 .buyer {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* section-5 */
    .section-5 .text {
        margin: 0 auto 50px;
    }

    .section-5 .text h2 {
        text-align: center;
        margin: auto;
    }

    .section-5 .text p {
        text-align: center;
        margin: 10px auto 30px !important;
    }

    .section-5 .btn-wrape {
        text-align: center;
        margin: auto;
    }

    .section-6 .wrapper2 .col-md-3 {
        width: 32% !important;
    }

    .section-6 .img {
        position: relative;
        z-index: 1;
        bottom: -44%;
        right: -5%;
        width: 100%;
        height: auto;
    }

    .section-6 .upper-wave {
        bottom: -1px;
        position: relative;
        margin-top: 50px;
    }

    .section-6 .wrapper1::before {
        top: 53%;
    }

    .section-6 .wrapper1::after {
        right: 32%;
        width: 44%;
    }

    .section-6 .img1 {
        text-align: center;
        margin: auto;
    }

    .section-6 .wrapper2 {
        padding-top: 100px;
    }

    /* section-7 */
    .faq .accordion-button {
        font-size: 18px;
    }

    /* section-8 */
    .section-8 .lower-wave img {
        margin-top: -32%;
    }

    /* section-9 */
    .section-9 .text {
        padding: 40px 15px 140px;
    }

    .public-icons {
        margin: -14% auto 0;
    }

    /* blog page  */
    .blog-explain .image {
        padding: 25px;
    }

    .blog-card .deatils h2 {
        font-size: 14px;
    }

    .popular-blog-list {
        max-height: 300px;
    }

    .social-media {
        font-size: 16px;
        width: 35px;
    }

    /* Author */
    .author-section .profile-pic img {
        max-width: 140px;
    }

    .detail-blog .author .text h2 {
        font-size: 25px;
    }

    .detail-blog .author .text p {
        font-size: 16px;
    }

    .author-links .tittle h3 {
        font-size: 18px;
    }

    .author-links .profiles-link .site-btn {
        min-width: 160px;
        font-size: 14px;
    }

    .details-author .tittle h2 {
        font-size: 30px;
    }

    .details-author .tittle p {
        font-size: 18px;
    }

    .details-author .para p {
        font-size: 16px;
    }

    .details-author .tittle {
        margin-bottom: 20px;
    }

    .author-section {
        margin: 50px 0 50px;
    }

    .banner-blog .main-image .img-details {
        padding: 20px 15px;
    }

    .main-image .img-details h2 {
        font-size: 16px;
    }

    .banner-blog .main-image img {
        height: 240px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }

    h3.big {
        font-size: 20px;
    }

    .site-btn {
        padding: 8px 10px;
    }

    .header .navbar-brand img {
        max-width: 123px;
    }

    .section-1 img {
        bottom: 0;
        margin-top: 60px;
    }

    .section-1 h1 {
        font-size: 32px;
    }

    .section-1 p {
        font-size: 14px;
    }

    .section-2 {
        padding: 70px 0;
    }

    .section-4 .aurrow {
        display: none;
    }

    .section-5 {
        padding: 50px 0;
    }

    .section-5 img {
        max-width: 282px;
    }

    .section-5 .cris-pic {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-6 .wrapper2 .col-md-3 {
        display: block;
        margin: auto;
        width: 62% !important;
    }

    .section-6 .wrapper1 {
        padding: 16px;
    }

    .section-6::before {
        height: 93%;
    }

    .section-6 .text p {
        font-size: 16px;
    }

    .section-6 .rock-btn {
        display: block;
    }

    .section-6 .wrapper1 .site-btn {
        width: 100%;
    }

    .section-6 .wrapper1 .btn-wrape {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-6 .wrapper1::before {
        top: 71%;
    }

    .section-6 .wrapper1::after {
        width: 46%;
        right: 30%;
    }

    .section-6 .img {
        margin-top: 30px;
        bottom: -34%;
        right: -8%;
        width: 112%;
    }

    .section-6 .wrapper2 {
        padding-top: 70px;
    }

    .section-7 .tittle h2 {
        font-size: 24px;
    }

    .faq .accordion-button {
        font-size: 14px;
    }

    .faq .accordion-body {
        font-size: 12px;
    }

    .section-8 {
        margin: 60px 0;
        padding: 45px 0;
    }

    .section-8 .lower-wave img {
        margin-top: -25%;
    }

    .section-8 h2 {
        font-size: 24px;
    }

    .contact-form h3 {
        font-size: 16px;
    }

    .contact-form .form-control {
        font-size: 14px;
    }

    .contact-form label {
        font-size: 14px;
    }

    .section-9 h3 {
        font-size: 25px;
    }

    .public-icons {
        margin: -35% auto 0;
    }

    .section-9 .text {
        padding: 40px 15px 120px;
    }

    .section-9 .public-icons {
        padding: 30px;
    }

    footer .text h3,
    footer .text a {
        font-size: 17px;
    }

    footer .text img {
        max-width: 200px;
    }

    #contactModal .text h2 {
        font-size: 21px;
    }

    .contact-form {
        padding: 30px 15px;
    }

    .navbar-collapse {
        background: #ffeebf;
        box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
        padding: 30px 10px;
    }

    /* Blog Page */
    section.banner-blog {
        margin: 0;
        padding: 125px 0 40px;
    }

    .banner-blog .main-image .img-details {
        padding: 16px 16px;
    }

    .main-image .img-details h2,
    .blog-card .deatils h2,
    .blog-faq .tittle h2 {
        font-size: 20px !important;
    }

    .banner-blog .tittle h2 {
        font-size: 25px !important;
    }

    .popular-blog-list {
        overflow-y: unset;
        padding: unset;
        max-height: unset;
    }

    /* Blog Details */
    .detail-blog .social-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .social-media {
        margin-bottom: 0;
        width: 40px;
    }

    .blog-explain .image {
        margin-bottom: 30px;
        background-size: 100% 56%;
    }

    .blog-explain .book-text h2 {
        font-size: 24px;
        text-align: center;
    }

    .detail-blog .social-icons {
        margin-top: 0;
    }

    .blog-explain .book-pic img {
        max-width: 100%;
    }

    .blog-explain .book-text {
        max-width: 100%;
        font-size: 30px !important;
    }

    .blog-explain .image {
        padding: 0 20px 20px;
    }

    .blog-faq .tittle h2 {
        font-size: 15px !important;
    }

    .faq-answers {
        padding: 15px;
    }

    .faq-answers .accordion-button {
        font-size: 15px;
    }

    .faq-answers .accordion-body {
        padding: 0;
    }

    .v-left,
    .v-right {
        width: 50%;
    }

    .popup-book .section1 h3 {
        font-size: 20px;
    }

    .blog-faq {
        margin-bottom: 30px;
    }

    .popup-book .section1 {
        padding: 20px 0 40px;
    }

    .blog-explain .alert {
        padding: 15px;
    }

    .blog-explain .alert p {
        font-size: 14px;
    }

    .blog-explain {
        margin-bottom: 40px;
    }

    .popular .list {
        margin-bottom: 10px;
    }

    .search-blog .input-group-text {
        padding: 14px;
    }

    .blogs {
        margin-bottom: 40px;
    }

    .detail-blog .author .text h2 {
        font-size: 22px;
    }

    .detail-blog .author .text p {
        font-size: 14px;
    }

    .banner-blog .main-image {
        margin-bottom: 0;
    }

    .banner-blog.detail-blog .main-image {
        margin-bottom: 30px !important;
    }

    /* Author Profile*/
    .author-section .profile-pic img {
        max-width: 200px;
    }

    .author-profile {
        display: block;
    }

    .author-profile .author-leftside {
        width: 100%;
        margin-bottom: 40px;
    }

    .author-profile .author-righttside {
        width: 100%;
    }

    .author-links .profiles-link .site-btn {
        width: 100%;
        font-size: 16px;
    }

    .details-author .para p {
        font-size: 14px;
    }

    .detail-blog .author .text h2 {
        font-size: 22px;
    }

    .detail-blog .author .text p {
        font-size: 14px;
    }

    .profiles-link.btn-wrape {
        width: unset;
    }

    .detail-blog .author a {
        margin: 20px 0 0;
    }

    .popular .list a {
        margin-bottom: 0;
    }

    .detail-blog .author-pic img {
        max-width: 70px;
    }

    .popup-book .form button {
        margin-top: 10px;
    }

    .main-image .img-details h2 {
        font-size: 15px !important;
    }

    .blog-explain p {
        font-size: 14px;
    }
}
