body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif!important;
}

@font-face {
    font-family: 'dzeragir';
    src: url('/fonts/SHK_Dzeragir.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.swiper-container {
    height: 100%!important;
    position: relative;
    overflow-x: hidden;
}
.swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important;
    width: auto!important;
}
.swiper-slide {
    text-align: center;
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: auto!important;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
    color: #F2EDE2;
    font-size: 30px;
    font-weight: 600;
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.running-line, .running-line div {
    background: #161F36;
    height: 80px;
}

.running-line li {
    color: #F2EDE2;
    font-size: 30px;
    font-weight: 600;
    width: max-content;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F2EDE2;
    text-align: center;
    font-size: 145px;
    line-height: 120%;
}

.present-text {
    color: #F2EDE2;
    text-align: center;
    font-size: 97px;
    font-weight: 700;
    line-height: 5%;
    padding-bottom: 60px;
}

.therapy-title {
    font-weight: 800!important;
    padding-bottom: 20px;
}

h1 {
    margin-bottom: 0!important;
}

a {
    text-decoration: none!important;
}

header {
    height: 100vh;
    background-color: #161F36;
}

header .container {
    height: 100vh;
}

.container {
    margin: 0 120px!important;
}

.container-fluid {
    padding: 0 120px!important;
}

.navbar-brand {
    color: #BACBD8!important;
    font-size: 36px!important;
    font-weight: 700!important;
    line-height: 120%!important;
}

.nav-link {
    color: #F2EDE2!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 120%!important;
    padding: 0 30px!important;
}

.navbar {
    padding-top: 30px!important;
    padding-bottom: 0!important;
}

.navbar .container-fluid {
    justify-content: center!important;
}

.top-line {
    width: 410px;
    height: 30px;
    background: #BACBD8;
}

.bottom-line {
    width: 410px;
    height: 55px;
    background: #BACBD8;
}

.bottom-line span {
    color: #161F36;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
}

.present {
    margin-top: auto;
    margin-bottom: auto;
}

.header-bottom {
    margin-bottom: 30px;
}

.header-bottom h3 {
    color: #F2EDE2;
    font-size: 30px;
    font-weight: 300;
    line-height: 120%;
    font-style: italic;
}

.left-container {
    width: 65%;
    background-color: #F2EDE2;
}

.right-container {
    width: 35%;
    background: url("/img/gor.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.about-me {
    margin: 0 5%;
}

.left-container h1 {
    color: #161F36;
    font-size: 44px;
    font-weight: 600;
    line-height: 120%;
    margin-top: 80px;
    display: inline-block;
}

.left-container p {
    color: #161F36;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin: 40px 0;
    width: inherit;
    display: inline-block;
}

.paragraphs {
    margin-bottom: 40px;
    text-align: left;
}

.section2 {
    background: #F8F8F7;
}

.test-section {
    background: #bacbd8;
    min-height: 490px;
}

.test-section h1 {
    color: #161f36;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 30px;
}

.test-section h3 {
    color: #161F36;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 25px;
}

.test-section p {
    color: #4b5764;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 25px;
}

.total-score {
    display: none;
}

.your-score {
    color: #161F36 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-top: 20px;
}

.low-result, .mid-result, .high-result {
    display: none;
    margin-top: 20px;
    text-align: center;
}

.low-result a, .mid-result a, .high-result a {
    color: #161F36;
    font-weight: 600;
    text-decoration: underline !important;
}

.test-section .container {
    padding-bottom: 40px;
}

.questions {
    background: white;
    border-radius: 15px;
    margin-top: 40px;
    padding: 20px;
    max-width: 875px;
    width: 100%;
    position: relative;
}

.result, .total-score {
    background: white;
    border-radius: 15px;
    margin-top: 40px;
    padding: 20px;
    max-width: 875px;
    width: 100%;
    position: relative;
    min-height: 250px;
}

.result p {
    margin-top: 0;
    font-size: 15px!important;
    text-align: left;
}

.result .accordion-button {
    font-size: 20px!important;
}

.result .accordion-item {
    padding: 0!important;
}

.list-group {
    margin-top: 20px;
}

.list-group span {
    margin-top: 0!important;
    text-align: center!important;
    color: #4b5764;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.error-test-message {
    color: red;
    font-size: small;
    text-align: left;
    position: absolute;
    bottom: 30px;
    display: none;
}

.questions h3 {
    color: #161F36;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    border-left: 5px solid #161f36;
    padding-left: 10px;
}

.section2 h1 {
    color: #161F36;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 40px;
}

.section2 p {
    color: #161F36;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.specialties span {
    color: #161F36;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 25px;
}

.specialties {
    margin-top: 25px;
}

.el1 {
    width: 220px;
    height: 350px;
    background: #161F36;
    border-radius: 30px;
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.20);
}

.el1 img {
    height: 250px;
    margin: 0 auto;
    margin-top: 22px;
}

.el2 {
    width: 245px;
    height: 245px;
    border-radius: 30px;
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.20);
    background: #161f36;
}

.el2 .texts1 h3 {
    margin-top: 0!important;
}

.el3 {
    width: 190px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.20);
}

.el4 {
    width: 220px;
    height: 350px;
    border-radius: 30px;
    background: #161F36;
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.20);
}

.el5 {
    width: 255px;
    height: 350px;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.20);
}

.section2 .container {
    padding-bottom: 40px!important;
}

.el1 h3 {
    color: #F2EDE2;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.el2 h3 {
    color: #F2EDE2;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-left: 30px;
    margin-top: 30px;
}

.el3 h3 {
    color: #161F36;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.el4 h3 {
    color: #F2EDE2;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.el5 h3 {
    color: #161F36;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.el1 .texts, .el4 .texts, .el5 .texts {
    margin-left: 30px;
    margin-top: 30px;
}

.el3 .texts {
    margin-left: 20px;
    margin-top: 20px;
}

.el3 .texts1 {
    margin: 30px 20px 20px 20px;
}

.el4 .texts1 {
    margin-left: 30px;
    margin-bottom: 30px;
}

.el5 img {
    width: 80%;
}

.section3 {
    background: #BACBD8;
    padding-bottom: 40px;
}

.therapy {
    width: 560px;
    height: auto;
    border-radius: 30px;
    background: #F8F8F7;
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-direction: column;
}

.therapy p {
    color: #161F36;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.section3 h1 {
    color: #161F36;
    text-align: center;
    font-weight: 600;
    line-height: 120%;
    opacity: 0.2;
    font-size: 80px;
}

.section4 {
    background: #F8F8F7;
    padding-bottom: 40px;
}

.section4 .left {
    padding-top: 80px;
}

.section4 .right {
    background: #161f36;
    margin-top: 80px;
    padding: 20px;
    border-radius: 30px;
}

.section4 h1 {
    color: #161F36;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
}

.section4 .left p {
    margin-top: 50px;
    color: #161F36;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.section4 .left h3 {
    color: #161F36;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}
.accordion-button, .accordion-header, .accordion-item {
    border-radius: 15px!important;
    background: #FFF!important;
    border: none!important;
    box-shadow: none!important;
}

.accordion-button {
    color: #161F36!important;
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 120%!important;
    padding: 10px!important;
}

.accordion-item {
    margin: 15px 0;
    padding: 20px;
}

.accordion-body {
    color: #161F36!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 120%!important;
    padding: 10px!important;
}

.activeAccordion {
    background: #BACBD8!important;
}

.section5 {
    background: #F2EDE2;
}

.section5 h1 {
    color: #161F36;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 80px;
}

.section5 p {
    color: #161F36;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 25px;
}

#default-carousel p {
    color: #161F36;
    font-family: "dzeragir";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}

#default-carousel {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

.section6 {
    background: #F8F8F7;
    padding-bottom: 80px;
}

.section6 h1 {
    color: #161F36;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 80px;
}

.section6 p {
    color: #161F36;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 15px;
}

.social img, .social1 img {
    width: 50px;
    height: 50px;
    margin: 17px 0;
}

.social1 img {
    margin: 20px 10px 0 10px;
}

.contact-form {
    background: #BACBD8;
    border-radius: 30px;
    padding: 50px;
    min-width: 690px;
}

.input {
    border-radius: 15px!important;
    background: #FFF;
    border: none;
    height: 70px;
    margin-bottom: 35px;
}

.email {
    border-radius: 15px!important;
    background: #FFF;
    border: none;
    height: 70px;
    width: 100%;
    margin-bottom: 35px;
}

.message {
    border-radius: 15px;
    background: #FFF;
    border: none;
    height: 230px;
    width: 100%;
    margin-bottom: 35px;
}


.contact-form input::placeholder {
    color: #161F36;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.contact-form textarea::placeholder {
    color: #161F36;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.contact-form textarea {
    padding-left: 20px;
    padding-top: 20px;
}

.contact-form input {
    padding-left: 20px;
    width: -webkit-fill-available;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #00aaff;
    box-shadow: 0 0 5px rgba(0, 170, 255, 0.5);
    outline: none;
}

.submit {
    background: #161F36!important;
    border-radius: 15px!important;
    width: 100%;
    height: 70px!important;
    color: #FFF!important;
    font-size: 20px!important;
    font-weight: 500!important;
    line-height: 120%!important;
    border: none!important;
}

footer {
    background: #161F36;
}

.menuIcon {
    font-size: 30px!important;
    color: #BACBD8;
}

.cards {
    display: flex;
    justify-content: space-between;
}

.therapy-container {
    justify-content: space-between;
}

footer > div {
    justify-content: space-between;
}

.collapse {
    visibility: visible!important;
}

.social1 {
    display: none;
}

.social {
    display: flex;
}

.contact-container {
    justify-content: space-between;
}

.error-msg p {
    font-size: 15px;
    color: darkred;
}

.error-sending {
    display: none;
    transition: opacity 0.5s ease;
}

.circle {
    width: 550px;
    height: 550px;
    border-radius: 100%;
    background: #F2EDE2;
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: 60px;
}

.circle span {
    font-size: 48px;
}

#toast-bottom-right {
    background: #34C759;
}

@media only screen and (max-width: 1800px) {
    .left-container p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1660px) {
    .left-container {
        width: 55%;
    }

    .right-container {
        width: 45%;
    }
}

@media only screen and (max-width: 1408px) {
    .left-container p {
        margin: 30px 0;
        font-size: 15px;
    }

    .circle {
        width: 400px;
        height: 400px;
    }

    .circle span {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1280px) {
    .cards {
        margin: 15px 0 0 0!important;
        max-width: 100%!important;
    }

    .therapy2 {
        margin-top: 20px;
    }

    .therapy-container {
        justify-content: center;
    }

    .social {
        display: none;
    }

    .social1 {
        display: flex!important;
    }

    .contact-container {
        justify-content: center;
    }

    .contact-form {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1135px) {
    .left-container {
        width: 50%;
    }

    .right-container {
        width: 50%;
    }

    .cards > div {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .left-container p {
        margin: 20px 0;
    }

    .left-container h1 {
        margin-top: 40px;
    }

    footer > div {
        justify-content: center;
    }

    .left {
        width: 100%!important;
    }

    .right {
        width: 100%!important;
    }

    .faqImg {
        width: 200px;
    }

    .contactImg {
        width: 250px;
    }

    .circle {
        align-self: center;
    }

    #navbar-default {
        position: absolute;
        top: 50px;
    }

    .test-section {
        min-height: 550px;
    }

    .test-section h3 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 945px) {
    .left-container {
        width: 100%;
    }

    .right-container {
        width: 100%;
        height: 700px;
        background-size: contain;
        background-position-x: center;
    }

    .section1 {
        flex-direction: column;
        background: #F2EDE2;
    }

    .paragraphs {
        margin-bottom: 0;
    }

    .contact-form {
        width: 100%;
    }

    .section6 p {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .nav-link {
        padding: 5px 0!important;
    }

    .section4 .container-fluid {
        padding: 0 60px!important;
    }

    .contact-form {
        min-width: unset!important;
    }
}

@media only screen and (max-width: 640px) {
    .header-bottom h3 {
        font-size: 15px;
    }

    .top-line, .bottom-line {
        width: 250px;
    }

    .navbar-brand {
        font-size: 25px!important;
    }

    .bottom-line span {
        font-size: 25px!important;
    }

    footer h1 {
        padding-top: 40px;
    }

    .footer-links a {
        font-size: 17px!important;
    }

    footer p {
        font-size: 13px!important;
    }

    .lastname {
        margin-left: 0!important;
    }

    .input-container {
        flex-wrap: wrap;
    }

    .present-text {
        padding-bottom: 38px;
        font-size: 59px;
    }

    .bebas-neue-regular {
        font-size: 89px;
    }

    .test-section h3 {
        font-size: 25px;
    }

    .test-section p {
        font-size: 17px;
    }

    .test-section span {
        font-size: 17px;
    }

    .section4 h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 550px) {
    .specialties span {
        font-size: 13px;
    }

    .section2 h1 {
        font-size: 40px;
    }

    .section2 p {
        font-size: 15px;
        padding: 0 20px;
    }

    .therapy p {
        font-size: 17px;
    }

    .section3 h1 {
        font-size: 45px;
    }

    #default-carousel p {
        font-size: 28px;
    }

    .section5 h1 {
        font-size: 40px;
        padding-top: 40px;
    }

    .section4 .container-fluid {
        padding: 0 5px!important;
    }

    .section6 h1 {
        font-size: 45px
    }

    .section6 p {
        font-size: 15px;
    }

    .submit {
        width: -webkit-fill-available;
    }

    .contact-form {
        padding: 30px;
    }

    .circle {
        width: 300px;
        height: 300px;
        margin-top: 40px;
    }

    .circle span {
        font-size: 25px;
    }

    .section4 .right {
        padding: 20px;
        margin-top: 40px;
    }

    .section4 .left {
        padding-top: 40px;
    }

    .accordion-item {
        padding: 13px;
    }

    .accordion-button {
        padding: 0px!important;
        font-size: 20px!important;
    }

    .section6 h1 {
        padding-top: 40px;
    }

    .your-score {
        margin-top: 0;
    }

    .questions h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 435px) {
    .cards {
        justify-content: center!important;
    }

    .left-container h1 {
        font-size: 42px;
    }

    .navbar-brand {
        font-size: 23px!important;
    }

    .test-section {
        min-height: 660px;
    }

    .test-section p {
        font-size: 16px;
    }

    .test-section span {
        font-size: 16px;
    }

    .result p {
        font-size: 13px!important;
    }

    .result .accordion-button {
        font-size: 15px!important;
    }

    .final-result {
        font-size: 1.125rem!important;
    }

    .result3 {
        margin: 0 10px!important;
    }
}
