﻿
/*#region landing learn */

.gray-bgg {
    background-color: #f9f9f9 !important;
}

.landing-wrapper {
    padding-bottom: 45px;
    background: url("../images/learn-bg.png") no-repeat 0 -138px;
    
}

.learn-landing {
    padding: 60px 0 16px;
    /* background: url("../images/learn-bg.png") no-repeat 0 -138px; */
    margin-top: 138px;
}

    .learn-landing .top-group {
        display: flex;
        gap: 39px;
        align-items: center;
    }

    .learn-landing .vclleft::before {
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        content: "";
        display: block;
        position: absolute;
        left: -8px;
        top: -8px;
        background-image: linear-gradient(125.33deg, #f3b63d -1.84%, #4651e1 96.91%);
        border-radius: 20px;
    }

    .learn-landing .vclleft {
        top: 0;
        width: 49.235vw;
        position: relative;
    }

    .learn-landing .text-box {
        width: min(576px, 45vw);
    }

        .learn-landing .text-box h3 mark {
            display: block;
            color: var(--color1);
            background-color: transparent;
        }

        .learn-landing .text-box h3 {
            font-size: 40px;
            font-weight: 900;
            margin-bottom: 14px;
        }

        .learn-landing .text-box p {
            color: var(--color3);
            font-size: 15px;
            text-align: justify;
            margin-bottom: 28px;
        }

    .learn-landing .buttons {
        display: flex;
        align-items: center;
        gap: 16px;
    }

        .learn-landing .buttons button {
            background-color: var(--color1);
            color: #fff;
            font-family: inherit;
            font-size: 14px;
            font-weight: 800;
            padding: 6px 16px 6px 8px;
            border-radius: 36px;
            border: 0;
            cursor: pointer;
            width: 247px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .learn-landing .buttons button img {
                width: fit-content;
            }

            .learn-landing .buttons button span {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 44px;
                height: 44px;
                border-radius: 50%;
                background-color: #fff;
            }

            .learn-landing .buttons button.blue {
                background-color: #3959f8;
            }

    .learn-landing .istatistic-list {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-left: 4vw;
    }

        .learn-landing .istatistic-list li {
            text-align: center;
            color: #151515;
            font-size: 14px;
            width: max-content;
        }

        .learn-landing .istatistic-list b {
            font-size: 48px;
            color: var(--color2);
            margin-bottom: 2px;
            display: block;
        }

.levels-list {
    padding: 55px 30px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    margin: 50px auto 0;
    width: fit-content;
}

    .levels-list li {
        width: 170px;
        height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 21px;
        background-color: rgba(251, 167, 0, 0.76);
        position: relative;
    }

        .levels-list li::after {
            inset: 0;
            z-index: 1;
            position: absolute;
            transform: rotate(10deg);
            content: "";
            background-color: rgba(226, 171, 62, 0.36);
            opacity: 0.36;
            border-radius: inherit;
        }

        .levels-list li:nth-child(2) {
            background-color: rgba(70, 81, 225, 0.76);
        }

            .levels-list li:nth-child(2)::after {
                background-color: rgba(81, 88, 183, 0.36);
            }

        .levels-list li:nth-child(3) {
            background-color: rgba(54, 59, 68, 0.76);
        }

            .levels-list li:nth-child(3)::after {
                background-color: rgba(54, 59, 68, 0.36);
            }

        .levels-list li:nth-child(4) {
            background-color: rgba(163, 27, 27, 0.76);
        }

            .levels-list li:nth-child(4)::after {
                background-color: rgba(235, 198, 198, 0.36);
            }

        .levels-list li:nth-child(5) {
            background-color: rgba(221, 221, 221, 0.76);
            color: rgba(83, 88, 96, 1);
        }

            .levels-list li:nth-child(5) span {
                color: rgba(83, 88, 96, 1);
            }

            .levels-list li:nth-child(5)::after {
                background-color: rgba(221, 221, 221, 0.36);
            }

        .levels-list li img {
            width: fit-content;
            position: relative;
            z-index: 2;
        }

        .levels-list li span {
            color: #fff;
            font-size: 14px;
            margin-top: 16px;
            position: relative;
            z-index: 2;
            text-align: center;
        }

.contact-hasin {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}

    .contact-hasin .right-part {
        background-color: var(--color1);
        padding: 45px 0;
        width: 466px;
        position: relative;
        direction: ltr;
        margin-left: 90px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

        .contact-hasin .right-part > img {
            position: absolute;
        }

            .contact-hasin .right-part > img.line-5 {
                top: 10px;
                right: -16px;
            }

            .contact-hasin .right-part > img.line-4 {
                right: 53px;
                top: 56%;
            }

            .contact-hasin .right-part > img.line-2 {
                right: -33px;
                bottom: 0px;
            }

            .contact-hasin .right-part > img.line-3 {
                bottom: 26px;
                right: 0;
            }

        .contact-hasin .right-part .detail-box {
            background: linear-gradient(110.39deg, #ffffff 23.32%, #f1f1f1 150.8%);
            border-radius: 22px;
            padding: 15px 22px 31px 22px;
            width: 400px;
            position: relative;
            left: -90px;
            text-align: center;
            box-shadow: 0 3px var(--color2);
        }

            .contact-hasin .right-part .detail-box h5 {
                color: #454545;
                font-size: 16px;
                font-weight: 900;
                margin-bottom: 9px;
            }

            .contact-hasin .right-part .detail-box mark {
                color: var(--color2);
                background-color: transparent;
            }

            .contact-hasin .right-part .detail-box p {
                font-size: 12px;
                margin-bottom: 24px;
                text-align: center;
            }

    .contact-hasin .detail-box > img {
        border-radius: 24px;
    }

    .contact-hasin img {
        width: fit-content;
    }

    .contact-hasin .contact-form {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 95px;
        max-width: 820px;
    }

        .contact-hasin .contact-form .input-group {
            border-radius: 15px;
            flex-grow: 1;
            position: relative;
            min-width: 220px;
        }

            .contact-hasin .contact-form .input-group.wide {
                width: 100%;
            }

        .contact-hasin .contact-form :is(input, textarea) {
            background-color: #fff;
            border: 1px solid rgba(78, 89, 246, 0.4);
            border-radius: 15px;
            padding: 37px 11px 15px 11px;
            font-size: 12px;
            font-family: inherit;
            font-weight: 500;
            width: 100%;
            height: 69px;
        }

        .contact-hasin .contact-form textarea {
            height: 150px;
            box-shadow: none;
        }

        .contact-hasin .contact-form label {
            color: rgba(34, 51, 102, 1);
            font-size: 14px;
            font-weight: 700;
            position: absolute;
            top: 7.5px;
            right: 11px;
        }

        .contact-hasin .contact-form :is(input, textarea)::placeholder {
            color: rgba(69, 69, 69, 1);
        }

        .contact-hasin .contact-form :is(input, textarea):placeholder-shown + label {
            color: rgb(123, 123, 123);
        }

        .contact-hasin .contact-form :is(input, textarea):not(:placeholder-shown),
        .contact-hasin .contact-form :is(input, textarea):focus {
            background-color: rgba(78, 89, 246, 0.1);
            box-shadow: 0 2px var(--color2);
            border-color: transparent !important;
        }

        .contact-hasin .contact-form button {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
            font-weight: 800;
            padding: 6px 16px 6px 8px;
        }

            .contact-hasin .contact-form button span {
                width: 42px;
                height: 42px;
                background-color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
            }

.your-goals {
    background-color: #fff;
    padding: 67px 69px;
}

    .your-goals h5::after {
        content: "";
        background: url("../images/goal-title-after.svg") no-repeat;
        width: 120px;
        position: absolute;
        left: -14px;
        bottom: -24px;
        height: 21px;
    }

    .your-goals h5 {
        width: fit-content;
        margin: 0 auto 60px;
        position: relative;
        font-size: 28px;
        font-weight: 900;
    }

    .your-goals img {
        width: fit-content;
    }

    .your-goals ul {
        display: flex;
        list-style: none;
        gap: 17px;
        justify-content: center;
        position: relative;
        margin: auto;
        max-width: 1300px;
        z-index: 0;
    }

        .your-goals ul li::before {
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            top: -1px;
            left: -1px;
            background-image: linear-gradient(180deg, #ffffff 0%, #f8a602 100%);
            position: absolute;
            content: "";
            border-radius: 11px;
            z-index: -1;
        }

        .your-goals ul li {
            display: flex;
            flex-wrap: wrap;
            padding: 17px;
            position: relative;
            align-items: center;
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0px 2px 7.4px 0px #26334d14;
        }

            .your-goals ul li > img {
                width: 100%;
                display: block;
                object-fit: cover;
                border-radius: 15px;
                height: 180px;
            }

            .your-goals ul li strong {
                color: #454545;
                font-size: 21px;
                font-weight: 600;
                text-align: center;
                margin: 28px 0 32px;
                width: 100%;
            }

    .your-goals .detail-link img {
        margin-right: 14px;
        vertical-align: middle;
    }

    .your-goals .detail-link {
        text-align: center;
        color: #f3b63d;
        width: 100%;
        font-size: 14px;
        cursor: pointer;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .your-goals .price .num {
        color: #f3b63d;
        display: block;
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 2px;
    }

    .your-goals .price {
        width: 40%;
        color: #7b7b7b;
        font-size: 14px;
        font-weight: 500;
        padding-left: 10px;
    }

    .your-goals .submit-button {
        width: 127px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 11px;
        font-weight: 800;
        padding: 6px 13px 6px 8px;
        border-radius: 28px;
        white-space: nowrap;
        background-color: var(--color2);
        color: #fff;
        margin-right: auto;
    }

        .your-goals .submit-button span img {
            width: 25px;
        }

        .your-goals .submit-button span {
            width: 34px;
            height: 34px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

.steps-grid {
    position: relative;
    padding-top: 90px;
}

    .steps-grid > .line:nth-child(2) {
        left: 40px;
        top: 0px;
    }

    .steps-grid > .line {
        position: absolute;
        left: -72px;
        top: 0px;
        width: fit-content;
    }

    .steps-grid h3 {
        font-size: 28px;
        text-align: center;
        width: fit-content;
        margin: 0 auto 67px;
    }

    .steps-grid img {
        width: fit-content;
    }

    .steps-grid .grid {
        display: grid;
        max-width: 1120px;
        margin: 0 auto 120px;
        gap: 10px 4px;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

        .steps-grid .grid li {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 28px 35px;
            position: relative;
        }

            .steps-grid .grid li p {
                max-width: 220px;
                font-size: 14px;
                color: #303030;
                text-align: center;
            }

            .steps-grid .grid li span {
                font-size: 18px;
                text-align: center;
                font-weight: 500;
                margin: 18px 0 9px;
            }

.teachers-list {
    padding-bottom: 113px;
}

    .teachers-list li img:not(.line) {
        border-radius: 50%;
        object-fit: contain;
    }

    .teachers-list li img.line {
        position: absolute;
        top: 5%;
        z-index: -1;
    }

    .teachers-list li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        position: relative;
        color: #454545;
    }

        .teachers-list li span {
            margin: 30px 0 10px;
            font-size: 20px;
            font-weight: 800;
        }

        .teachers-list li p {
            text-align: center;
            font-size: 16px;
            max-width: 200px;
            color: #535353;
            line-height: 24px;
        }

.course-chapters {
    padding-bottom: 60px;
    position: relative;
}

    .course-chapters > .line {
        position: absolute;
        right: 10px;
        top: -94px;
        width: fit-content;
    }

    .course-chapters img {
        width: fit-content;
    }

    .course-chapters .list li + li {
        margin-top: 18px;
    }

    .course-chapters .list li {
        width: min(100%, 1048px);
        border-radius: 10px;
        border: 1px solid #d1d1d1;
        padding: 20px 18px;
        font-size: 16px;
        color: #535353;
    }

        .course-chapters .list li.active .item-header img {
            transform: rotate(-45deg);
        }

    .course-chapters .list .item-header img {
        width: fit-content;
        margin-right: 6px;
    }

    .course-chapters .list .item-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .course-chapters .list .item-body {
        padding-top: 15px;
    }

    .course-chapters .list li:not(.active) .item-body {
        visibility: hidden;
        height: 0;
        padding-top: 0px;
    }

    .course-chapters .img-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 24px;
    }

        .course-chapters .img-box h4 {
            font-size: 30px;
            text-align: center;
            font-weight: 900;
            color: #454545;
            margin-bottom: 14px;
        }

:is(.course-chapters, .course-faq) .img-box img {
    max-width: 100%;
}

.course-faq .img-box h4 {
    font-size: 28px;
    margin-bottom: 25px;
}

body {
    counter-reset: course;
}

.course-faq {
    background-color: #fff;
    padding: 60px 0 110px;
}

.course-chapters.course-faq li {
    position: relative;
    color: #454545;
    padding: 20px 18px;
}

    .course-chapters.course-faq li p {
        padding: 0 15px;
    }

    .course-chapters.course-faq li svg {
        width: 16px;
    }

    .course-chapters.course-faq li.active svg {
        transform: rotate(90deg);
    }

        .course-chapters.course-faq li.active svg path {
            stroke: var(--color1);
        }

    .course-chapters.course-faq li:not(.active) p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .course-chapters.course-faq li.active::before {
        color: var(--color1);
    }

    .course-chapters.course-faq li::before {
        counter-increment: course;
        content: counter(course);
        position: absolute;
        color: #000;
        right: 15px;
        font-weight: bold;
        font-size: 14px;
    }

    .course-chapters.course-faq li.active .item-header {
        padding-bottom: 20px;
        border-bottom: 1px solid #cecece;
        font-weight: 800;
    }

    .course-chapters.course-faq li.active .item-body {
        padding: 30px 30px 17px 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .course-chapters.course-faq li.active {
        border-color: var(--color1);
    }

.classroom-gallery h4 {
    font-size: 20px;
    font-weight: 900;
    color: #454545;
    text-align: center;
}

.classroom-gallery {
    padding: 30px 0 60px;
}

    .classroom-gallery img.item-big {
        grid-area: 2 span / 1 span;
    }

    .classroom-gallery img {
        max-width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

    .classroom-gallery .gallery {
        display: grid;
        gap: 18px;
        margin: 57px auto 0;
        grid-auto-rows: 204px;
        grid-template-columns: 404px repeat(3, 1fr);
        align-items: stretch;
    }

.levels-list li::after {
    transition: 1s ease;
}

.levels-list li:hover::after {
    transform: rotate(350deg);
}

.teacher-landing {
    padding: calc(138px + 38px) 0 62px;
}

    .teacher-landing h3 {
        font-size: 39px;
        color: #454545;
        font-weight: 900;
        margin: 24px 0 6px;
    }

    .teacher-landing h4 {
        color: var(--color2);
        font-size: 28px;
        margin: 16px 0 10px;
    }

    .teacher-landing p {
        color: #7b7b7b;
        font-size: 22px;
        font-weight: 500;
    }

    .teacher-landing .buttons {
        margin-top: 66px;
        padding: 0 5px;
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
    }

        .teacher-landing .buttons img {
            width: fit-content;
        }

        .teacher-landing .buttons button {
            border: 0;
            font-family: inherit;
            flex-grow: 1;
            background-color: transparent;
        }

        .teacher-landing .buttons span {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 44px;
            height: 44px;
            background-color: #979efe;
            border-radius: 50%;
            margin-right: 30px;
        }

        .teacher-landing .buttons a {
            border-radius: 56px;
            background-color: var(--color2);
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 38px 8px 8px;
            font-size: 14px;
            color: #fff;
            font-weight: 900;
            height: 60px;
        }

            .teacher-landing .buttons a.orange img {
                margin-left: 10px;
            }

            .teacher-landing .buttons a.orange {
                background-color: var(--color1);
                padding: 8px 30px 8px 30px;
            }

.hasin-subscribe {
    background-color: rgba(78, 89, 246, 0.2);
    padding: 30px 60px 38px;
    margin-bottom: 0;
}

    .hasin-subscribe .titlebfclr a {
        color: var(--color2);
        font-size: 18px;
        left: 86px;
    }

        .hasin-subscribe .titlebfclr a:before {
            width: 100%;
            background-color: var(--color2);
        }

    .hasin-subscribe .owl-dot.active span {
        background-color: var(--color2);
    }

    .hasin-subscribe .owl-dot + .owl-dot {
        margin-inline-start: 14px;
    }

    .hasin-subscribe .owl-dots {
        display: flex;
        justify-content: center;
    }

    .hasin-subscribe .owl-dot span {
        display: block;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #fff;
    }

    .hasin-subscribe .owlbox .owl-theme.carouselbase {
        width: 76px;
        height: 29px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-100%);
    }

    .hasin-subscribe .owl-theme.carouselbase .nav-button.owl-prev {
        transform: rotate(-0deg);
    }

    .hasin-subscribe .owl-theme.carouselbase span {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        display: block;
        border: 1.5px solid rgba(41, 45, 50, 0.4);
    }

    .hasin-subscribe :is(.nav-button.owl-next, .nav-button.owl-prev) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

        .hasin-subscribe :is(.nav-button.owl-next, .nav-button.owl-prev) img {
            width: 15px;
        }

    .hasin-subscribe .owl-theme.carouselbase .nav-button.owl-prev {
        position: static;
    }

    .hasin-subscribe .owl-theme.carouselbase span.owl-next {
        right: 0;
        top: 0;
        transform: rotate(0deg);
    }

    .hasin-subscribe .owl-theme.carouselbase span.owl-prev {
        left: 0;
        top: 0;
        position: absolute;
        transform: rotate(180deg);
    }

    .hasin-subscribe .course-item .img-banner {
        border-radius: 10px;
        height: 170px;
    }

    .hasin-subscribe .course-item h4 {
        font-size: 17px;
        font-weight: 600;
        color: #454545;
        margin: 22px auto 12px;
    }

    .hasin-subscribe .course-item h5 {
        color: #84b7b6;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .hasin-subscribe .course-item {
        width: 95%;
        display: block;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 30px;
        padding: 17px;
        cursor: pointer;
    }

        .hasin-subscribe .course-item:hover h4 {
            color: var(--color2);
        }

        .hasin-subscribe .course-item .foot {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

            .hasin-subscribe .course-item .foot .detail img {
                width: fit-content;
                vertical-align: middle;
            }

            .hasin-subscribe .course-item .foot .detail {
                font-size: 15px;
                color: var(--color2);
                font-weight: 900;
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                gap: 8px;
            }

            .hasin-subscribe .course-item .foot span {
                color: var(--color1);
                font-size: 17px;
                font-weight: 900;
                display: flex;
                align-items: center;
                flex-direction: row-reverse;
            }

            .hasin-subscribe .course-item .foot small {
                color: #7b7b7b;
                font-size: 13px;
                font-weight: 500;
                margin-right: 4px;
            }

    .hasin-subscribe .owlbox {
        padding-top: 34px;
    }

.levels.teacher-head {
    padding: 70px 0;
    margin: 0;
}

.levels.teacher-head {
    font-size: 35px;
}

.learning-form img {
    width: fit-content;
}

.learning-form {
    padding: 58px 60px;
    background-color: rgba(246, 190, 78, 0.2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

    .learning-form form {
        width: calc(55% - 25px);
        display: flex;
        gap: 21px;
        flex-wrap: wrap;
    }

        .learning-form form .full {
            width: 100%;
        }

    .learning-form > img {
        width: calc(45% - 25px);
    }

    .learning-form .input-group {
        border: 1px solid rgba(78, 89, 246, 0.4);
        border-radius: 15px;
        background-color: #fff;
        display: flex;
        flex-flow: column wrap;
        height: 70px;
        align-content: flex-start;
        column-gap: 15px;
        flex-grow: 1;
    }

        .learning-form .input-group label {
            font-size: 14px;
            font-weight: 700;
            color: #454545;
            padding-top: 8px;
        }

        .learning-form .input-group input {
            height: 38px;
            border: 0;
            background-color: transparent;
            font-family: inherit;
            font-size: 12px;
            font-weight: 500;
            direction: rtl;
            min-width: 180px;
            width: calc(95% - 64px);
        }

        .learning-form .input-group img {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            padding: 0 11px;
            border-left: 1px solid rgba(78, 89, 246, 0.4);
        }

.teacher-options img {
    width: fit-content;
    margin-bottom: 22px;
}

.teacher-options {
    padding: 15px 60px 33px;
    background-color: rgba(246, 190, 78, 0.2);
}

    .teacher-options ul {
        display: flex;
        gap: max(2.2vw, 15px);
        justify-content: center;
        flex-wrap: wrap;
    }

    .teacher-options li {
        display: flex;
        min-width: 160px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        padding: 30px 23px;
        width: clamp(216px, 15vw, 216px);
        height: 192px;
        border-radius: 23px;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }

.testimonial.users-teach-comment {
    padding: max(45px, 7.5vw);
}

    .testimonial.users-teach-comment h3::after,
    .testimonial.users-teach-comment h3::before {
        content: "";
        background-image: url("../images/quote-down.png");
        position: absolute;
        width: 24px;
        height: 24px;
        top: -4px;
        right: -24px;
    }

    .testimonial.users-teach-comment h3::after {
        top: unset;
        bottom: -4px;
        right: unset;
        left: -24px;
        transform: rotate(180deg);
    }

    .testimonial.users-teach-comment h3 {
        width: fit-content;
        right: 0;
        top: 0;
        margin: 0 auto 60px;
        text-align: center;
        position: relative;
        font-weight: 900;
        color: #454545;
    }

.submit-newComment img {
    width: fit-content;
}

.submit-newComment {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 0;
    margin: 35px auto 0;
    background-color: var(--color1);
    border-radius: 60px;
    color: #fff;
    width: clamp(270px, 27vw, 404px);
    font-family: inherit;
    font-weight: 900;
    font-size: 14px;
    gap: 10px;
    cursor: pointer;
}

.testimonial.users-teach-comment::before,
.testimonial.users-teach-comment::after {
    display: none;
}

.testimonial.users-teach-comment {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.testimonial.users-teach-comment {
    padding: max(45px, 7.5vw);
}

    .testimonial.users-teach-comment h3::after,
    .testimonial.users-teach-comment h3::before {
        content: "";
        background-image: url("../images/quote-down.png");
        position: absolute;
        width: 24px;
        height: 24px;
        top: -4px;
        right: -24px;
    }

    .testimonial.users-teach-comment h3::after {
        top: unset;
        bottom: -4px;
        right: unset;
        left: -24px;
        transform: rotate(180deg);
    }

    .testimonial.users-teach-comment h3 {
        width: fit-content;
        right: 0;
        top: 0;
        margin: 0 auto 60px;
        text-align: center;
        position: relative;
        font-weight: 900;
        color: #454545;
    }

.submit-newComment img {
    width: fit-content;
}

.submit-newComment {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 0;
    margin: 35px auto 0;
    background-color: var(--color1);
    border-radius: 60px;
    color: #fff;
    width: clamp(270px, 27vw, 404px);
    font-family: inherit;
    font-weight: 900;
    font-size: 14px;
    gap: 10px;
    cursor: pointer;
}

.testimonial.users-teach-comment::before,
.testimonial.users-teach-comment::after {
    display: none;
}

.testimonial.users-teach-comment {
    margin-bottom: 0;
}
.submit-button-w100{
    width:100% !important;
}
/*#endregion */

/*#region resume*/
.resume-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    padding: 24px max(7vw, 50px);
}
.resume-header .logo {
    width: 143px;
}

.resume-header .samples img {
    width: 21px;
}

.resume-header .samples {
    display: flex;
    align-items: center;
    gap: 15.38px;
    border: 2.21px #dae4e7 solid;
    font-size: 15px;
    font-weight: 600;
    color: #658c9a;
    border-radius: 44px;
    padding: 8px 16px;
}

.resume-landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 29px;
    max-height: calc(100dvh - 85px);
    border-bottom: 1.9px solid #eadff7;
    overflow: hidden;
}

    .resume-landing h2 {
        font-size: 48px;
        color: #454545;
        font-weight: 900;
    }

    .resume-landing p {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        color: #577884;
        margin: 6px auto 38px;
    }

    .resume-landing .start-free,
    .perfect-resume .btn {
        border-radius: 45px;
        padding: 11px 32px;
        display: flex;
        border: none;
        font-family: inherit;
        background-color: #4651e1;
    }

        .resume-landing .start-free a,
        .perfect-resume .btn a {
            font-size: 22px;
            font-weight: 500;
            color: #fff;
        }

        .resume-landing .start-free .free-badge {
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            padding: 5px 14px;
            border-radius: 19px;
            background-color: rgba(255, 255, 255, 0.1);
            margin-right: 7px;
        }

    .resume-landing .img-box img {
        border-radius: 18px;
    }

    .resume-landing .img-box .parent {
        position: relative;
    }

    .resume-landing .img-box {
        padding-top: 55px;
        margin-top: 30px;
        position: relative;
    }

        .resume-landing .img-box .blur-layer {
            position: absolute;
            background-color: #4651e1;
            border-radius: 50%;
            width: 45vw;
            height: 45vw;
            filter: blur(94.15px);
            top: 35px;
            right: -25%;
            opacity: 50%;
            z-index: -1;
        }

            .resume-landing .img-box .blur-layer.left {
                right: unset;
                left: -25%;
            }

            .resume-landing .img-box .blur-layer.bottom {
                right: unset;
                left: 50%;
                top: unset;
                bottom: -90%;
                transform: translateX(-50%);
                z-index: 1;
                width: 55vw;
                height: 55vw;
                opacity: 35%;
            }

        .resume-landing .img-box .parent::before,
        .resume-landing .img-box .parent::after {
            content: "";
            width: 90%;
            height: 20px;
            left: 5%;
            top: -20px;
            display: block;
            position: absolute;
            background-color: #444;
            border-top-right-radius: 18px;
            border-top-left-radius: 18px;
            background-color: rgba(255, 255, 255, 0.7);
            border: 1px solid #fff;
        }

        .resume-landing .img-box .parent::before {
            width: 80%;
            left: 10%;
            height: 15px;
            top: -35px;
            border-bottom: none;
        }

.why-hacin {
    margin: 47px auto;
}

    .why-hacin h3 {
        font-size: 32px;
        font-weight: 900;
        text-align: center;
        color: #454545;
    }

    .why-hacin .features {
        margin: 47px auto 0;
        max-width: 1170px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 19px;
    }

    .why-hacin .feature {
        border: 1.9px solid #eaeff1;
        display: flex;
        flex-direction: column;
        border-radius: 19px;
        padding: 16px 20px 0 0;
        flex-grow: 1;
        max-width: 348px;
        min-width: 310px;
    }

        .why-hacin .feature h4 {
            color: #2b3c42;
            font-size: 22.7px;
            margin-bottom: 12.4px;
        }

        .why-hacin .feature p {
            max-width: 185px;
            line-height: 28.5px;
            color: #577884;
            font-size: 15px;
        }

        .why-hacin .feature img {
            align-self: flex-end;
            width: fit-content;
            margin-top: -47px;
        }

.companies-worked {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px 0 90px;
    overflow: hidden;
}

    .companies-worked img {
        width: fit-content;
    }

    .companies-worked h3 {
        font-size: 28px;
        font-weight: 900;
        color: #454545;
        padding: 0 24px;
        margin: 21px 0 44.5px;
    }

    .companies-worked .bg-box {
        width: 200vw;
        height: 78.27px;
        align-self: flex-end;
        animation: infinite-turn infinite 60s forwards linear;
        background: url("../images/companies-bg.png");
    }

@keyframes infinite-turn {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.perfect-resume {
    text-align: center;
    margin-bottom: 124px;
}

    .perfect-resume h3 {
        font-size: 28px;
        font-weight: 900;
        color: #454545;
    }

    .perfect-resume p {
        font-size: 18px;
        margin: 28.5px auto 46.2px;
        line-height: 33.2px;
        color: #2b3c42;
        max-width: 1030px;
    }

    .perfect-resume .btn {
        margin: auto;
    }

    .perfect-resume .sublink {
        font-size: 15px;
        color: var(--color2);
        margin-top: 26.5px;
        display: block;
        cursor: pointer;
    }

.usersComments.in-resume {
    padding-top: 0;
}

    .usersComments.in-resume h3 {
        font-weight: bold;
        color: #1f2d53;
    }

.usersComments-pagination.in-resume {
    visibility: hidden;
    margin: 60px 0 0;
}

.send-comment-form.in-resume :is(input, textarea) {
    border-color: transparent;
}
/*#endregion*/

