﻿@font-face {
    font-family: "Peyda-light";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/PEYDA-LIGHT.TTF") format("truetype");
}

@font-face {
    font-family: "Peyda-medium";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/PEYDA-MEDIUM.TTF") format("truetype");
}

@font-face {
    font-family: "Peyda-regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PEYDA-REGULAR.TTF") format("truetype");
}

@font-face {
    font-family: "Peyda-Semibold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PEYDA-SEMIBOLD.TTF") format("truetype");
}

@font-face {
    font-family: "Dima";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/JHDimaW21Light/JHDimaW21Light.ttf") format("truetype");
}

@font-face {
    font-family: "Dima";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/JHDimaW21Light/JHDimaW21Light.woff") format("woff");
}

@font-face {
    font-family: "Dima";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/JHDimaW21Light/JHDimaW21Light.woff2") format("woff2");
}


@font-face {
    font-family: "Dana";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/dana-font/Dana-FaNum-DemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "IranYekan";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/font/eot/iranyekanwebbold(fanum).eot") format("embedded-opentype"), url("../fonts/font/woff2/iranyekanwebbold(fanum).woff2") format("woff2"), url("../fonts/font/woff/iranyekanwebbold(fanum).woff") format("woff"), url("../fonts/font/ttf/iranyekanwebbold(fanum).ttf") format("truetype");
}

@font-face {
    font-family: "IranYekan";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/font/eot/iranyekanwebregular(fanum).eot") format("embedded-opentype"), url("../fonts/font/woff2/iranyekanwebregular(fanum).woff2") format("woff2"), url("../fonts/font/woff/iranyekanwebregular(fanum).woff") format("woff"), url("../fonts/font/ttf/iranyekanwebregular(fanum).ttf") format("truetype");
}

@font-face {
    font-family: "IranYekan";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/font/eot/iranyekanweblight(fanum).eot") format("embedded-opentype"), url("../fonts/font/woff2/iranyekanweblight(fanum).woff2") format("woff2"), url("../fonts/font/woff/iranyekanweblight(fanum).woff") format("woff"), url("../fonts/font/ttf/iranyekanweblight(fanum).ttf") format("truetype");
}

:root {
    --green-base-color: #0b3f2d;
    --green-Light-color: #8f9f97;
    --green-medium-color: #2a6a4b;
    --gainsboro-color: gainsboro;
}


html {
    box-sizing: border-box;
    font-family: "IranYekan";
}

body {
    font-family: "IranYekan";
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media only screen and (max-width: 990px) {
    body {
        overflow: auto;
    }
}


a {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease;
}

    a:hover {
        color: var(--gainsboro-color);
    }

p {
    text-align: justify;
    direction: rtl;
}

button:focus {
    box-shadow: none !important;
}

.title-dima {
    font-size: 6rem;
    font-family: "Dima";
    font-weight: 900;
    color: var(--gainsboro-color);
}

.factor-details {
    margin-bottom: 20px;
}


@media only screen and (max-width: 990px) {
    .title-dima {
        font-size: 3.5rem;
    }
}

.title-dima-navy {
    font-size: 5rem;
    font-family: "Dima";
    font-weight: 900;
    color: var(--green-base-color);
}

@media only screen and (max-width: 990px) {
    .title-dima-navy {
        font-size: 3rem;
    }
}

.title-ykan-navy {
    font-size: 2.5rem;
    font-family: "Dima";
    font-weight: 900;
    color: var(--green-base-color);
    font-family: 'IranYekan';
}

@media only screen and (max-width: 990px) {
    .title-ykan-navy {
        font-size: 1.5rem;
    }
}

.title-ykan {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--green-Light-color);
    font-family: 'IranYekan';
}

@media only screen and (max-width: 990px) {
    .title-ykan {
        font-size: 1.5rem;
    }
}

.navbar {
    background-color: var(--green-base-color);
    height: 95px;
}

@media only screen and (max-width: 990px) {
    .navbar {
        height: 80px;
    }
}

.navbar .nav-list {
    list-style: none;
    list-style: none;
    display: flex;
    justify-content: center;
}

    .navbar .nav-list .nav-item .nav-link {
        color: var(--gainsboro-color);
    }

.navbar .logo-box .logo {
    width: auto;
    background-color: var(--green-base-color);
    padding: 0px;
    position: absolute;
    top: 0vh;
    left: 46%;
    /* transform: rotate3d(1, 1, 9, 1deg); */
    z-index: 99;
    height: 94px;
}

@media only screen and (max-width: 990px) {
    .navbar .logo-box .logo {
        width: auto;
        background-color: var(--green-base-color);
        padding: 0px;
        position: absolute;
        top: 5px;
        left: 13%;
        z-index: 99;
        height: 68px;
    }
}

.navbar .offcanvas {
}

.navbar .btn-offcanvas i {
    color: var(--gainsboro-color);
    font-size: 30px;
}

.navbar .btn-offcanvas:focus {
    box-shadow: none;
}

.navbar .offcanvas-header {
    background-color: var(--green-base-color);
    height: 80px;
}

    .navbar .offcanvas-header .logo {
        width: auto;
        background-color: var(--green-base-color);
        padding: 0px;
        position: absolute;
        top: 5px;
        left: 13%;
        z-index: 99;
        height: 68px;
    }

    .navbar .offcanvas-header .btn-close {
        background-color: var(--green-Light-color);
        position: relative;
        left: -8%;
    }

.navbar .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
    background-color: var(--gainsboro-color);
}

    .navbar .offcanvas-body .offcanvas-list {
        list-style: none;
    }

        .navbar .offcanvas-body .offcanvas-list .nav-item {
            border-bottom: 1px solid var(--gainsboro-color);
            padding-top: 10px;
        }


        .navbar .offcanvas-body .offcanvas-list .nav-link {
            color: var(--green-base-color);
        }

#section01 {
    height: auto !important;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    #section01 {
        height: 100%;
    }
}

@media only screen and (max-width: 690px) {
    #section01 {
        height: 100%;
    }
}

#section01 {
    position: relative;
    height: auto !important;
    overflow: hidden;
}


    #section01 .slide-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

@media only screen and (max-width: 1200px) {
    #section01 {
        height: auto !important;
    }

        #section01 .slide-img {
            height: auto !important;
            max-height: none;
            object-fit: contain;
        }
}

@media only screen and (max-width: 690px) {
    #section01 .slide-img {
        bottom: 0;
        left: 0%;
        height: 100%;
    }
}

#section01 .slick-arrow {
    display: none !important;
}

.slick-next:before {
    content: "\276F";
    color: var(--green-base-color);
    opacity: 1;
}

.slick-prev:before {
    content: "\276E";
    color: var(--green-base-color);
    opacity: 1;
}

#section01 .slick-track {
    transition: all 2s ease-in-out !important;
}

#section02 {
    position: relative;
    top: -6vh;
}


@media only screen and (max-width: 990px) {
    #section02 {
        top: -2vh;
    }
}

#section02 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: var(--green-Light-color);
    transition: all 0.5s ease-in-out;
    width: 70%;
    margin: auto;
    border: none;
    border-radius: 20px;
    padding: 2.2vh;
}

@media only screen and (max-width: 1200px) {
    #section02 .card {
        width: 100%;
    }
}

#section02 .card .card-img-top {
    width: auto;
    margin: auto;
    height: 7vh;
    filter: invert(1);
}

@media only screen and (max-width: 990px) {
    #section02 .card .card-img-top {
        height: 5vh;
    }
}

#section02 .card .card-body .card-title {
    color: #000;
    font-size: medium;
    margin-top: 10px;
}

@media only screen and (max-width: 990px) {
    #section02 .card .card-body .card-title {
        color: #000;
        font-size: small;
        margin-top: 10px;
        font-weight: 600;
    }
}

#section02 .card:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    box-shadow: 0px 0px 27px -6px black;
}

#section03 .about-box {
    background-color: var(--green-base-color);
    box-shadow: -3px 5px 27px -6px black;
    border-radius: 50px;
    color: var(--gainsboro-color);
    padding: 40px;
    position: relative;
    width: 95%;
    margin: auto;
    min-height: 45vh;
}

@media only screen and (max-width: 990px) {
    #section03 .about-box {
        height: 100%;
        width: 96%;
    }
}

@media only screen and (max-width: 600px) {
    #section03 .about-box {
        height: 100%;
        width: 96%;
    }
}

#section03 .about-box .about-img {
    position: absolute;
    bottom: 0;
    right: 5%;
    /*    height:100%;
    height: -webkit-fill-available;*/
    height: auto !important;
    width: 27rem;
}

@media only screen and (max-width: 991px) {
    #section03 .about-box .about-img {
        position: relative;
        bottom: 0px;
        right: -3%;
        /*        width: auto;*/
        height: auto !important;
        /*        max-width: 100%;*/
        width: 100%; /*   for firefox only : it reads -webkit first in firefox webkit isn't correct it will read 100%  */
        width: -webkit-fill-available;
    }
}

#section04 {
    height: auto;
    background-color: var(--gainsboro-color);
    margin-top: 4rem;
    padding-bottom: 10vh;
}

    #section04 .title-dima-navy {
        font-size: 7rem;
        font-family: "Dima";
        font-weight: 900;
        color: var(--green-base-color);
    }

#section04 {
    position: relative;
    overflow: hidden;
}

    #section04 .club-img {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

@media only screen and (max-width: 990px) {
    #section04 .title-dima-navy {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 990px) {
    #section04 .club-title {
        width: 90%;
    }
}

#section04 .club-text {
    text-align: justify;
    direction: rtl;
    padding: 30px 45px;
    color: black;
}

#section04 .club-img {
    width: 80%;
    margin: auto;
}

#section04 .club-btn {
    color: var(--gainsboro-color);
    background-color: var(--green-base-color);
    padding: 10px 37px;
    border-radius: 16px;
}

#section05 {
    position: relative;
    top: -8vh;
}

@media only screen and (max-width: 990px) {
    #section05 {
        top: -3vh;
    }
}

#section05 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--green-Light-color);
    background-clip: border-box;
    border: none;
    color: var(--green-base-color);
    width: 98%;
    margin: auto;
    border-radius: 40px;
    height: 100%;
    box-shadow: 1px 3px 11px -2px black;
    padding: 20px;
    transition: all 0.5s ease;
}

    #section05 .card .card-body .card-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    #section05 .card .card-body .card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    #section05 .card .card-footer {
        background: none;
        border: none;
    }

        #section05 .card .card-footer .card-btn {
            background-color: var(--gainsboro-color);
            color: var(--green-base-color);
            padding: 7px 30px;
            border-radius: 15px;
            transition: all 0.5s ease;
        }

            #section05 .card .card-footer .card-btn:hover {
                background-color: var(--gainsboro-color);
                box-shadow: 1px 3px 11px -2px black;
            }

    #section05 .card:hover {
        transform: scale3d(0.97, 0.97, 0.97);
        box-shadow: none;
    }

#section05 .related-blog .card {
    padding: 5px;
    border-radius: 10px;
    width: 93%;
    margin-bottom: 70px;
    height: 200px;
}

    #section05 .related-blog .card .card-img {
        padding: 0px;
        border-radius: 7px;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    #section05 .related-blog .card .card-img-top {
        width: 100%;
        height: auto;
    }

    #section05 .related-blog .card .card-img .card-img-top1 {
        width: 100%;
        height: auto;
    }

#section05 .related-list {
    list-style: square;
    color: #0a57ae;
    padding-right: 16%;
}


.contract-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
#section06 {
    /* background-color: var(--green-base-color);*/
    background: rgb(71,139,100);
    background: radial-gradient(circle, rgba(71,139,100,1) 0%, rgba(6,57,40,1) 100%);
    padding-bottom: 7vh;
}

@media only screen and (max-width: 990px) {
    #section06 .course-title {
        width: 90%;
    }
}

#section06 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--gainsboro-color);
    background-clip: border-box;
    border: none;
    border-radius: 16px;
    width: 93%;
    margin: auto;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 22px;
}

    #section06 .card .card-img-top {
        background-color: white;
        border-radius: 0px;
        /*height: 30vh;
        width: auto;*/
        height: auto;
        width: 100%;
    }

#section06 .blog-list-page .card .card-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    text-align: center;
}

#section06 .blog-list-page .card .card-img-top {
    background-color: white;
    height: auto;
    width: 100%;
}

#section06 .card .card-body .card-title {
    color: var(--green-base-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
}

#section06 .card .card-body .card-text {
    color: var(--green-base-color);
    font-size: small;
    text-align: justify;
    direction: rtl;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
}

#section06 .card .card-footer {
    border: none;
    background: none;
}

    #section06 .card .card-footer .card-btn {
        color: var(--gainsboro-color);
        background-color: var(--green-base-color);
        padding: 10px 37px;
        border-radius: 16px;
        transition: all 0.5s ease-in-out;
        border: none !important;
    }

        #section06 .card .card-footer .card-btn:hover {
            background-color: var(--green-Light-color);
            color: var(--green-base-color);
            border: none !important;
            padding: 10px 37px;
            border-radius: 16px;
            box-shadow: -3px 3px 4px 1px rgba(0, 0, 0, 0.75);
        }

#section06 .card:hover {
    transform: scale3d(0.95, 0.95, 0.95);
}

#section06 .slick-prev:before,
#section06 .slick-next:before {
    font-family: "slick";
    font-size: 32px;
    line-height: 0;
    color: var(--gainsboro-color) !important;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#section06 .video-slider .list-title {
    color: var(--green-Light-color);
    padding: 20px 0;
}

#section06 .video-slider .border-1 {
    border-radius: 50px;
    border: 1px solid var(--green-Light-color) !important;
    height: 450px;
}

    #section06 .video-slider .border-1 .border-2 {
        border-radius: 45px;
        border: 1px solid var(--green-Light-color) !important;
        height: 440px;
        overflow: hidden;
    }

        #section06 .video-slider .border-1 .border-2 .video-img {
            width: 92%;
            margin: 4%;
            height: 92%;
            border-radius: 50px;
            box-shadow: 1px 3px 11px -2px black;
        }


.video-thumb-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-list-img {
    width: 100%;
    height: auto;
    max-height: 70px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

@media only screen and (max-width: 990px) {
    #section06 .video-slider .border-1 .border-2 .video-img {
        border-radius: 25px;
    }
}

@media only screen and (max-width: 990px) {
    #section06 .video-slider .video-box .border-1 {
        width: 90%; 
        max-width: 500px; 
        height: auto; 
        margin: 0 auto;
    }

        #section06 .video-slider .video-box .border-1 video {
            width: 100%;
            height: auto; 
            display: block;
            object-fit: contain;
            -webkit-object-fit: contain;
            -webkit-playsinline: true;
            playsinline: true;
        }
}

@media only screen and (max-width: 990px) {
    #section06 .video-slider .video-box .border-1 .border-2 {
        height: 24.9vh;
    }
}

#section06 .video-slider .controller-btn-shell {
    position: relative;
    top: -60px;
}

@media only screen and (max-width: 990px) {
    #section06 .video-slider .controller-btn-shell {
        top: -35px;
    }
}

#section06 .video-slider .controller-btn-shell .controller-btn {
    width: 100px;
}

@media only screen and (max-width: 990px) {
    #section06 .video-slider .controller-btn-shell .controller-btn {
        width: 52px;
    }
}

#section06 .video-slider .list-shell ul {
    list-style: none;
}

    #section06 .video-slider .list-shell ul .video-list-card {
        background-color: var(--green-medium-color);
        border-radius: 16px;
        color: var(--green-Light-color);
        margin-bottom: 5px;
        padding: 8px 8px;
    }

   /*     #section06 .video-slider .list-shell ul .video-list-card .video-list-img {
            width: auto;
            height: 7vh;
            border-radius: 10px;
        }*/

        #section06 .video-slider .list-shell ul .video-list-card .video-list-text p {
            font-size: x-small;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        #section06 .video-slider .list-shell ul .video-list-card .video-list-text h6 {
            font-size: small !important;
        }

#section06 .blog-slider .slick-slide {
    position: relative;
    left: 0%;
}

@media only screen and (max-width: 990px) {
    #section06 .blog-slider .slick-slide {
        left: 0%;
    }
}

#section06 .blog-slider .card {
    display: flex;
    flex-direction: row;
    width: 95%;
}

@media only screen and (max-width: 990px) {
    #section06 .blog-slider .card {
        flex-direction: column-reverse;
    }
}

#section06 .blog-slider .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

    #section06 .blog-slider .card .card-body p {
        font-size: small;
        color: var(--green-base-color);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #section06 .blog-slider .card .card-body .card-title {
        font-size: medium;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        direction: rtl;
    }

    #section06 .blog-slider .card .card-body .btn {
        color: var(--gainsboro-color);
        background-color: var(--green-base-color);
        padding: 4px 37px;
        border-radius: 11px;
    }

#section06 .blog-slider .card .card-img-lg-right {
    width: 30%;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 990px) {
    #section06 .blog-slider .card .card-img-lg-right {
        width: auto;
    }
}

#section06 .blog-list-page .card-title {
    direction: rtl;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
}

#section06 .blog-list-page .card-text {
    direction: rtl;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#section06 .blog-list-page .card .card-body .btn {
    color: var(--gainsboro-color);
    background-color: var(--green-base-color);
    padding: 4px 37px;
    border-radius: 11px;
}

#section07 {
    padding-bottom: 3rem;
}

    #section07 .contract-title {
        width: auto;
    }

@media only screen and (max-width: 990px) {
    #section07 .contract-title {
        width: 90%;
    }
}

#section07 .slick-prev:before, #section07 .slick-next:before {
    color: var(--green-base-color) !important;
}

#section07 .card {
    background-color: var(--green-base-color);
    width: 90%;
    margin: auto;
    border-radius: 30px;
    padding: 20px;
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}

    #section07 .card .card-img-top {
        width: 100%;
        margin: auto;
        height: auto;
        display: block;
    }

    #section07 .card .card-img-top-box {
        display: block;
        height: 30vh;
        overflow: hidden;
        width: 100%;
        border-radius: 20px;
        padding: 0 !important;
    }

        #section07 .card .card-img-top-box .card-img-top1 {
            width: auto;
            height: auto;
            margin: auto;
            max-height: auto;
            border-radius: 20px;
            padding: 0 !important;
        }

    #section07 .card .card-body {
        color: var(--green-Light-color);
        height: 7rem;
    }

        #section07 .card .card-body .card-title {
            overflow: hidden;
            text-overflow: ellipsis;
            /*            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;*/
            color: white;
        }

        #section07 .card .card-body .card-text {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

    #section07 .card .card-footer {
        background: none;
        border: none;
    }

        #section07 .card .card-footer .card-btn {
            background-color: var(--green-Light-color);
            color: var(--green-base-color);
            padding: 7px 30px;
            border-radius: 15px;
            transition: all 0.5s ease;
            position: relative;
            z-index: 9999;
            bottom: 0px;
        }

#section07 .survy-text-box {
    position: relative;
    height: 33vh;
}

@media only screen and (max-width: 990px) {
    #section07 .survy-text-box {
        height: 25vh;
    }
}

#section07 .survy-text-box .survy-text-bg {
    width: 100%;
    height: 100%;
}

#section07 .survy-text-box .survy-text {
    position: absolute;
    top: 17%;
    width: 70%;
    left: 10%;
    /* max-height: 22vh; */
    /* overflow: hidden; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 990px) {
    #section07 .survy-text-box .survy-text {
        max-height: 14vh;
    }
}

#section07 .survy-text-box .survy-text p {
    text-align: justify;
    direction: rtl;
    color: var(--green-base-color);
}

@media only screen and (max-width: 990px) {
    #section07 .survy-text-box .survy-text p {
        font-size: small;
    }
}

#section07 .survy-profile-box {
    position: relative;
    left: -4%;
}

    #section07 .survy-profile-box .survy-profile-img {
        width: 150px;
        border: 3px solid var(--green-base-color);
        border-radius: 50%;
        height: 150px;
    }

    #section07 .survy-profile-box .text {
        color: var(--green-base-color);
    }

@media only screen and (max-width: 990px) {
    #section07 .survy-profile-box .survy-profile-img {
        width: 90px;
        height: 90px;
    }

    #section07 .survy-profile-box .text {
        font-size: x-small;
    }
}

#topBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--green-base-color);
    color: wheat;
    cursor: pointer;
    padding: 0;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0px 0px 4px 1px wheat;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease-in-out;
}

    #topBtn:hover {
        background-color: var(--green-medium-color);
    }

footer {
    background-color: var(--gainsboro-color);
    /*  background: rgb(71,139,100);
    background: radial-gradient(circle, rgba(71,139,100,1) 0%, rgba(6,57,40,1) 100%);*/
    padding: 10vh 0;
}

@media only screen and (max-width: 990px) {
    footer {
        padding: 5vh 0;
    }
}

footer .footer-box {
    background-color: var(--green-Light-color);
    height: 100%;
    width: 90%;
    margin: auto;
    border-radius: 30px;
    color: black;
}

@media only screen and (max-width: 990px) {
    footer .footer-box {
        height: 100%;
    }
}

footer .footer-box .about-box {
    padding: 16% 13%;
    direction: rtl;
    text-align: justify;
    height: 450px;
    overflow: hidden;
}

footer .footer-box .link-box {
    padding: 16% 13%;
    direction: rtl;
    text-align: justify;
    height: 450px;
    overflow: hidden;
}

    footer .footer-box .link-box .related-link-list {
        list-style: none;
        padding: 0;
    }

        footer .footer-box .link-box .related-link-list .related-item {
            margin-bottom: 2.5vh;
        }

footer .footer-box .icon {
    width: 30px;
    margin: 5px 0 0 5px;
    filter: drop-shadow(4px 0px 2px black)
}

footer .footer-box .contact-box {
    padding: 16% 13%;
    direction: rtl;
    text-align: justify;
    overflow: hidden;
    height: 450px;
}

@media only screen and (max-width: 990px) {
    footer .footer-box .contact-box {
        padding: 16% 7%;
    }
}

footer .footer-box .contact-box .address {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

footer .footer-box .contact-box .text-small {
    font-size: small;
}

#section08 .title-icon-box {
    width: 60px;
    display: inline-flex;
    background-color: var(--green-base-color);
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}

    #section08 .title-icon-box .title-icon {
        width: 100%;
    }

#section08 .price-box {
    background-color: var(--green-base-color);
    color: var(--gainsboro-color);
    border-radius: 40px;
    padding: 20px;
    height: 100%;
}

    #section08 .price-box .amount-box {
        border: 1px solid var(--gainsboro-color);
        border-radius: 15px;
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        padding: 1rem 0;
    }

#section08 .sel-btn {
    background-color: var(--green-Light-color);
    color: var(--green-base-color);
    padding: 11px 60px;
    border-radius: 15px;
    transition: all 0.5s ease;
    font-weight: bold;
    font-size: large;
}

#section08 .range-box {
    display: flex;
    justify-content: space-around;
}

#section08 .detailes-box {
    width: 90%;
    margin: auto;
    border: 1px solid var(--green-Light-color);
    border-radius: 20px;
    padding: 1rem;
}

#section08 .banner-main {
    border: 3px solid var(--green-base-color);
    border-radius: 53px;
    padding: 15px;
    width: 95%;
    margin: auto;
    height: 100%;
}

@media only screen and (max-width: 990px) {
    #section08 .banner-main {
        height: 100%;
        width: 100%;
    }
}

#section08 .banner-contin {
    border-radius: 35px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 60vh;
}

#section08 .banner-main img {
    width: 100%;
    height: auto;
    border-radius: 35px;
}

#section08 .course-details-box {
    direction: rtl;
    background-color: var(--green-base-color);
    padding: 10px;
    width: 80%;
    margin: auto;
    border-radius: 30px;
    color: var(--gainsboro-color);
    position: relative;
    top: -6vh;
}

@media only screen and (max-width: 990px) {
    #section08 .course-details-box {
        width: 94%;
        top: -4vh;
    }
}

#section09 {
    background-color: var(--gainsboro-color);
    margin-top: 8vh;
    margin-bottom: 40vh;
}

@media only screen and (max-width: 990px) {
    #section09 {
        margin-bottom: 22vh;
    }
}


#imageModal .modal-dialog {
    max-width: 75vw;
    margin: auto;
}

    #imageModal .modal-dialog .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: rgba(255, 255, 255, 0);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0.3rem;
        outline: 0;
        border: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        height: 90vh;
    }

@media only screen and (max-width: 990px) {
    #imageModal .modal-dialog .modal-content {
        margin-top: 20px;
        height: 60vh;
    }
}

#imageModal .modal-dialog .modal-content .modal-header {
    border: none;
}

#imageModal .modal-dialog .modal-content .modal-body {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #imageModal .modal-dialog .modal-content .modal-body .img-fluid {
        max-width: 100%;
        height: auto;
        max-height: 75vh;
    }

#imageModal .modal-dialog .modal-content #nextImage {
    position: absolute;
    right: 50px;
    top: 40%;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 18px;
    border-color: white;
}

@media only screen and (max-width: 990px) {
    #imageModal .modal-dialog .modal-content #nextImage {
        display: none;
    }
}

#imageModal .modal-dialog .modal-content #prevImage {
    position: absolute;
    left: 50px;
    top: 40%;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border-radius: 18px;
    border-color: white;
}

@media only screen and (max-width: 990px) {
    #imageModal .modal-dialog .modal-content #prevImage {
        display: none;
    }
}

#section09 .album-btn {
    width: 90%;
    border: 1px solid #1f1f1f;
    display: block;
    box-shadow: 3px 2px 9px 0px rgba(0, 0, 0, 0.5411764706);
    margin: auto;
    transition: all 0.5s;
    height: auto;
    overflow: hidden;
    margin-bottom: 32px;
    padding: 10px;
    border-radius: 16px;
    background-color: #ff000000;
}

@media only screen and (max-width: 990px) {
    #section09 .album-btn {
    }
}

#section09 .album-btn .album-img {
    width: 100%;
    border-radius: 10px;
}

#section09 .album-btn:hover {
    box-shadow: 8px 8px 6px -4px rgba(0, 0, 0, 0.5411764706);
}

#section09 .more-btn {
    background-color: #1f1f1f;
    color: #ffffff;
    border-radius: 21px;
    margin-top: 50px;
    padding: 12px 20px;
    font-size: 1rem;
    box-shadow: 3px 3px 8px 1px gray;
    font-weight: 800;
    margin-top: 50px;
    display: block;
    width: 20%;
    margin: auto;
    margin-top: 40px;
}

@media only screen and (max-width: 990px) {
    #section09 .more-btn {
        width: 70%;
    }
}

#section09 #section03 {
    position: relative;
    top: -15vh;
}

#section09 .course-bg-box {
    position: relative;
}

    #section09 .course-bg-box .course-bg {
        width: 163%;
        position: absolute;
        left: 9%;
        top: -12vh;
    }

@media only screen and (max-width: 990px) {
    #section09 .course-bg-box .course-bg {
        width: 87%;
        position: absolute;
        left: 9%;
        top: 0vh;
    }
}

#section09 .border-1 {
    height: 50vh;
}

@media only screen and (max-width: 990px) {
    #section09 .border-1 {
        height: 25vh;
    }
}

#section09 .border-1 .video-img {
    height: 100%;
    width: 80%;
    margin: 4%;
    border-radius: 50px;
}


@media only screen and (max-width: 990px) {
    #section09 .border-1 .video-img {
        border-radius: 25px;
    }
}

#section09 .video-box {
    position: relative;
    /*top: 24vh;*/
}

#section09 .controller-btn-shell {
    position: relative;
    top: 70px;
}

@media only screen and (max-width: 990px) {
    #section09 .controller-btn-shell {
        top: -75px;
    }
}

#section09 .controller-btn-shell .controller-btn {
    width: 100px;
}

@media only screen and (max-width: 990px) {
    #section09 .controller-btn-shell .controller-btn {
        width: 52px;
    }
}

#sectionVideo .video-img {
    height: 100%;
    width: 70%;
    border-radius: 50px;
    max-height: 500px;
}

@media only screen and (max-width: 990px) {
    #sectionVideo .video-img {
        border-radius: 25px;
        max-height: 450px;
    }
}

#sectionVideo .video-box {
    position: relative;
}

#sectionVideo .controller-btn-shell .controller-btn {
    width: 100px;
}

@media only screen and (max-width: 990px) {
    #sectionVideo .controller-btn-shell .controller-btn {
        width: 52px;
    }
}

#section10 {
    background-color: var(--green-base-color);
    padding: 10vh 0;
}

@media only screen and (max-width: 990px) {
    #section10 {
        padding: 4vh 0;
    }
}

#section10 .gallery-img-border {
    border: 2px solid var(--green-Light-color);
    border-radius: 50px;
    padding: 1vh;
    width: 90%;
    margin: auto;
}

@media only screen and (max-width: 990px) {
    #section10 .gallery-img-border {
        padding: 5px;
        border-radius: 20px;
    }
}

#section10 .gallery-img-border .gallery-img {
    width: 100%;
    border-radius: 40px;
}

@media only screen and (max-width: 990px) {
    #section10 .gallery-img-border .gallery-img {
        border-radius: 15px;
    }
}

#section10 .slick-list {
    padding: 10vh 0px !important;
}

#section10 .slick-slide {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

#section10 .slick-current {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 1;
    z-index: 9999;
    position: relative;
}

@media only screen and (max-width: 990px) {
    #section10 .slick-current {
        transform: scale3d(1.7, 1.7, 1.7);
    }
}

#section11 {
    background-color: var(--green-base-color);
    padding: 3rem 0;
}

    #section11 .Headline {
        padding: 1rem 2.5rem;
        color: var(--green-Light-color);
        font-weight: 900;
        font-size: larger;
    }

    #section11 .accordion-button::before {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: 1rem;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
    }

    #section11 .accordion-button:not(.collapsed)::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    #section11 .accordion-button::after {
        background: none;
        display: none !important;
    }

    #section11 .accordion-item {
        background-color: var(--green-medium-color);
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 23px;
        color: var(--gainsboro-color);
        margin-bottom: 1rem;
    }

    #section11 .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 2rem 1.25rem;
        font-size: 1rem;
        color: var(--green-Light-color);
        text-align: left;
        background-color: var(--green-medium-color);
        border: 0;
        border-radius: 21px !important;
        overflow-anchor: none;
        transition: all 0.5s ease-in-out;
    }

    #section11 .accordion-body {
        background-color: var(--green-Light-color);
        color: var(--green-base-color);
        border-radius: 0 0 21px 21px !important;
    }
/*# sourceMappingURL=style.css.map */

.login-page .form .login {
    margin-top: 0px;
    margin-bottom: 26px;
}

.login-page .form {
    position: relative;
    z-index: 1;
    background: var(--green-base-color);
    max-width: 422px;
    margin: 0 auto 23px;
    padding: 45px;
    text-align: center;
    border-radius: 20px;
    color: white;
}

    .login-page .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius: 15px;
    }

    .login-page .form button {
        background-color: #82cacc;
        color: var(--green-base-color);
        padding: 10px 30px;
        border-radius: 15px;
        transition: all 0.5s ease;
        border: none;
        width: 100%;
    }

    .login-page .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .login-page .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }


#section12 {
    background-color: var(--gainsboro-color);
    height: 100%;
    position: relative;
    padding-bottom: 10vh;
}

.video-box {
    display: flex; 
    justify-content: center;
    align-items: center;
}

    .video-box video {
        max-width: 100%; 
        height: auto; 
        display: block; 
    }

@media only screen and (max-width: 990px) {
    #section12 {
        height: auto !important;
    }
}

.slick-slider {
    position: relative;
}

.slick-track {
    display: flex !important;
}

/*.slick-slide {
  
    padding: 0 10px;
}
*/
    .slick-slide > div {
        width: 100%;
    }

#section12 .product-card {
    background-color: var(--green-base-color);
    color: white;
    position: relative;
    border-radius: 15px;
    margin-bottom: 15px;
}

    #section12 .product-card .product-img {
        padding: 20px;
        width: 100%;
    }

    #section12 .product-card .close-btn .icon {
        border: 1px solid #415c91;
        border-radius: 7px;
        padding: 6px;
        filter: invert(87);
    }

    #section12 .product-card .close-btn {
        position: absolute;
        top: 2vh;
        left: 2%;
    }

#section12 .h1 {
    margin-top: 9vh;
    font-size: 3.5rem;
    color: var(--green-base-color);
}

@media only screen and (max-width: 990px) {
    #section12 .h1 {
        margin-top: 8vh;
        font-size: 2rem;
    }
}

#section12 .h1 .cart-icon {
    filter: invert(1);
    width: 30px;
    margin-right: 15px;
}

#section12 .product-card .card-title {
    color: var(--gainsboro-color);
    font-size: larger;
}

@media only screen and (max-width: 990px) {
    #section12 .product-card .card-title {
        font-size: large;
    }
}

#section12 .product-card .btn-number {
    padding: 0;
    color: var(--green-base-color);
    background-color: var(--gainsboro-color);
    width: 35px;
    height: 35px;
    border-radius: 0;
    border-radius: 5px;
    font-weight: 900;
}

#section12 .product-card .shop-box {
    margin: 30px 0;
}

#section12 .product-card .counter-box {
    display: flex;
    width: max-content;
}

    #section12 .product-card .counter-box .counter {
        width: 35px;
        display: inline-block;
        height: 35px;
        text-align: center;
        padding-top: 6px;
    }

#section12 .product-card .amount-box .amount-title {
    width: 100%;
    background-color: var(--gainsboro-color);
    color: var(--green-base-color);
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
    font-weight: 900;
}

#section12 .product-card .amount-box {
    border: 1px solid var(--gainsboro-color);
    border-radius: 11px;
}

@media only screen and (max-width: 990px) {
    #section12 .product-card .amount-box {
        width: 85%;
        margin-right: 1rem;
    }
}

#section12 .product-card .amount-box .amount-amount {
    padding-left: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 900;
    font-size: medium;
}

#section12 .factor-details {
    background-color: #c9b191c9;
    color: var(--green-base-color);
    border-radius: 15px;
}

    #section12 .factor-details .title {
        width: max-content;
        margin: auto;
        color: var(--green-base-color);
        font-size: 2rem;
    }

    #section12 .factor-details .navbar-btn-top {
        background-color: var(--green-base-color) !important;
        padding: 10px 20px !important;
        font-size: medium !important;
        color: var(--gainsboro-color) !important;
        border-radius: 12px;
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        font-weight: 900;
    }

#section12 .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    background: none;
    font-size: small;
}

@media only screen and (max-width: 990px) {
    #section12 .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        font-size: small;
        color: var(--gainsboro-color);
    }
}

#section12 .form-control {
    color: var(--green-base-color);
}

    #section12 .form-control:focus {
        box-shadow: none;
        border: none;
    }

    #section12 .form-control::-moz-placeholder {
        color: var(--gainsboro-color);
        padding-right: 15px;
    }

    #section12 .form-control::placeholder {
        color: var(--gainsboro-color);
        padding-right: 15px;
    }

#section12 .input-group {
    border: 1px solid var(--green-base-color);
    border-radius: 13px;
    height: 5vh;
    width: 90%;
    margin: auto;
    padding: 0;
}

@media only screen and (max-width: 990px) {
    #section12 .input-group {
        border-radius: 17px;
        height: 6vh;
        width: 90%;
    }
}

#section12 .input-group .btn {
    position: relative;
    z-index: 2;
    width: 36%;
    background-color: var(--green-base-color) !important;
    border-radius: 9px 0 0 9px !important;
    margin: 0;
    border: none;
    color: var(--gainsboro-color);
    font-weight: 900;
    font-size: small;
}

@media only screen and (max-width: 990px) {
    #section12 .input-group .btn {
        width: 39%;
        border-radius: 9px !important;
        font-size: small;
    }
}

#section12 .input-group .form-control {
    background-color: #fff00000 !important;
    border: none !important;
}

#errorDiv-discount {
    display: none;
}


.Checkout_section {
    padding-bottom: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Checkout_section {
        padding-bottom: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .Checkout_section {
        padding-bottom: 60px;
    }
}

#section13 {
    padding-top: 20vh;
    background-color: #efeef1;
}

    #section13 .checkout_form label {
        margin-bottom: 6px;
        width: 140px;
        display: inline-flex;
        background-color: #efeef1;
        align-items: center;
        justify-content: center;
        height: 40px;
        border-radius: 0 10px 10px 0;
        position: relative;
        left: -17px;
        color: var(--green-base-color);
        font-size: small;
    }

@media only screen and (max-width: 990px) {

    #section13 .checkout_form label {
        margin-bottom: 6px;
        width: 42%;
        display: inline-flex;
        background-color: white;
        align-items: center;
        justify-content: center;
        height: 40px;
        border-radius: 10px;
        position: relative;
        left: -17px;
        font-size: xx-small;
    }
}

#section13 .form-select {
    display: inline-block;
    width: 68%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: var(--green-medium-color);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ddd0;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 990px) {


    #section13 .form-select {
        width: 56%;
        font-size: xx-small;
        height: 39px;
    }
}

#section13 .checkout_form .input {
    border: 1px solid #ddd0;
    background: none;
    height: 40px;
    width: 68%;
    padding: 0 20px;
    color: white;
    display: inline-flex;
    border-radius: 8px;
    background-color: var(--green-medium-color);
}

@media only screen and (max-width: 990px) {


    #section13 .checkout_form .input {
        width: 56%;
        font-size: xx-small;
    }
}

#section13 .form-select:focus {
    box-shadow: none;
    border: none;
}

#section13 .checkout_form #order_note {
    border: 1px solid #ddd0;
    background: none;
    height: 40px;
    width: 84%;
    padding: 0 20px;
    color: #747474;
    display: inline-flex;
    border-radius: 8px;
    background-color: #fffefe57;
    position: relative;
    top: 17px;
}

@media only screen and (max-width: 990px) {


    #section13 .checkout_form #order_note {
        width: 56%;
    }
}

#section13 .checkout_form #address {
    width: 84%;
}

@media only screen and (max-width: 990px) {


    #section13 .checkout_form #address {
        width: 56%;
    }
}

#section13 .checkout_form .form-user-info {
    background-color: var(--green-base-color);
    padding: 30px;
    padding-top: 60px
}

@media only screen and (max-width: 990px) {


    #section13 .checkout_form .form-user-info {
        padding: 30px 0px 30px 15px;
    }
}

#section13 .checkout_form h3 {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #204393;
    background: #24242400;
    font-weight: 600;
}

#section13 .table-responsive {
    overflow-x: visible !important;
}

    #section13 .table-responsive table thead tr th {
        background-color: var(--green-base-color) !important;
    }

#section13 .order_table table {
    width: 100%;
    background-color: #efeef1;
    margin-bottom: 30px;
    overflow: hidden;
}

#section13 .order-number {
    background-color: var(--green-base-color);
    width: 30px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 50px;
    color: white;
}

#section13 .order_table table thead tr th {
    width: 50% !important;
    text-align: center;
    padding: 15px 0;
    border-bottom: none;
    color: white;
}

#section13 .order_table table tbody td {
    text-align: center;
    border: 7px solid #efeef1;
    border-top: none;
    filter: none;
    padding: 15px 0;
}

#section13 .order_table table th {
    text-align: center;
}

#section13 .order_table tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    border: 7px solid #efeef1;
    border-top: none;
    filter: none;
    padding: 15px 0;
    margin: 0;
    overflow: hidden;
    background-color: white;
}

#section13 .navbar-btn-top {
    width: 50%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 990px) {
    #section13 .navbar-btn-top {
        font-size: x-small !important;
        color: white !important;
        border-radius: 30px;
        width: 90%;
        margin: auto;
    }
}

#section13 .form-select {
    background-position: left .75rem center;
}

#section13 #success-checkout-box, #error-box {
    display: none;
}

#section13 #error-box a {
    color: #0000ff;
    font-weight: bold;
}

input:focus {
    box-shadow: none !important;
    border: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    border: none !important;
}

#section13 .order_button .finalize-order {
    background-color: var(--green-Light-color);
    color: var(--green-base-color);
    padding: 10px 30px;
    border-radius: 15px;
    transition: all 0.5s ease;
    font-weight: 900;
    border: none;
}

#section13 .alert-info {
    background-color: #c9b1915e;
    border-color: #c9b191;
    margin-bottom: 50px;
}

#section13 .title-dima-navy {
    font-size: 3rem !important;
}

#profile-section .title-img {
    width: 80%;
}

#profile-section .controller-box {
    border-radius: 40px;
    height: 100%;
    box-shadow: 5px 4px 9px -3px gray;
    margin: 30px;
    margin-top: 10vh;
}

    #profile-section .controller-box .controller-info {
        background-color: var(--green-base-color);
        border-radius: 40px 40px 0 0;
        color: white;
        height: 100%;
        padding-bottom: 20px;
    }

        #profile-section .controller-box .controller-info .user-img {
            width: 50%;
            position: relative;
            top: -8vh;
            /*border: 8px solid var(--green-base-color);*/
            border-radius: 50%;
        }

        #profile-section .controller-box .controller-info .info-shell {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            height: auto;
            position: relative;
            top: -30px;
        }

        #profile-section .controller-box .controller-info .user-name {
        }

        #profile-section .controller-box .controller-info .user-phone {
        }

        #profile-section .controller-box .controller-info .user-edit {
        }

            #profile-section .controller-box .controller-info .user-edit .edit-btn {
                background-color: var(--green-Light-color);
                color: var(--green-base-color);
                padding: 10px 40px;
                border-radius: 15px;
                border: none;
            }

    #profile-section .controller-box .controller-btn-shell {
        background-color: var(--green-Light-color);
        border-radius: 0 0 40px 40px;
        height: 100%;
        padding-top: 20px;
    }

        #profile-section .controller-box .controller-btn-shell .nav {
            display: flex;
            flex-wrap: wrap;
            padding: 0;
            list-style: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        #profile-section .controller-box .controller-btn-shell .nav-pills .nav-item {
            width: 100%;
            margin-bottom: 10px;
        }

            #profile-section .controller-box .controller-btn-shell .nav-pills .nav-item .nav-link {
                display: block;
                padding: .5rem 1rem;
                color: var(--green-base-color);
                text-decoration: none;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
                border: 1px dashed var(--green-base-color) !important;
                border-radius: 15px !important;
                padding: 5px;
                width: 60%;
                margin: auto;
                font-weight: 900;
            }

@media only screen and (max-width: 990px) {
    #profile-section .controller-box .controller-btn-shell .nav-pills .nav-item .nav-link {
        font-size: small;
    }
}

#profile-section .controller-box .controller-btn-shell .nav-pills .nav-item .active {
    color: #fff;
    background-color: var(--green-base-color);
}

#profile-section #pills-mycourse {
    background-color: #e9e8e8;
    border-radius: 40px;
    height: 100%;
    box-shadow: 5px 6px 16px -7px gray;
    padding: 5% 5% 17% 13%;
    position: relative;
    margin-bottom: 10vh;
}

@media only screen and (max-width: 990px) {


    #profile-section #pills-mycourse {
        padding: 5% 5% 48% 5%;
    }
}

#profile-section #pills-mycourse .course-shell {
    direction: rtl;
    min-height: 35vh;
}

    #profile-section #pills-mycourse .course-shell .banner-main {
        border: 3px solid var(--green-base-color);
        border-radius: 53px;
        padding: 15px;
        width: 95%;
        margin: auto;
        height: 100%;
    }

        #profile-section #pills-mycourse .course-shell .banner-main img {
            width: 100%;
            height: auto;
            border-radius: 40px;
        }

    #profile-section #pills-mycourse .course-shell .title-dima-navy {
        font-size: 3rem;
    }

    #profile-section #pills-mycourse .course-shell .Headline {
        padding: 1rem 2.5rem;
        color: var(--green-base-color);
        font-weight: 900;
        font-size: larger;
    }

    #profile-section #pills-mycourse .course-shell .border {
        position: absolute;
        top: 70px;
        left: 70px;
    }

@media only screen and (max-width: 990px) {
    #profile-section #pills-mycourse .course-shell .Headline {
        padding: 1rem 0.5rem;
        font-size: medium;
    }

    #profile-section #pills-mycourse .course-shell .banner-main {
        border: 2px solid var(--green-base-color);
        border-radius: 20px;
        padding: 7px;
    }

        #profile-section #pills-mycourse .course-shell .banner-main img {
            border-radius: 15px;
        }

    #profile-section #pills-mycourse .course-shell .title-dima-navy {
        font-size: 2.2rem;
    }

    #profile-section #pills-mycourse .course-shell .border {
        display: none;
    }
}

#profile-section #pills-mycourse .course-shell .title {
}

    #profile-section #pills-mycourse .course-shell .title .course-title {
        width: 40%;
    }

@media only screen and (max-width: 990px) {


    #profile-section #pills-mycourse .course-shell .title .course-title {
        width: 60%;
    }
}

#profile-section #pills-mycourse .card {
    background-color: var(--green-base-color);
    width: 90%;
    margin: auto;
    border-radius: 30px;
    padding: 20px;
    height: 36vh;
    position: relative;
    margin-bottom: 30px;
}

    #profile-section #pills-mycourse .card .card-img-link {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
    }

        #profile-section #pills-mycourse .card .card-img-link .card-img-top {
            width: auto;
            margin: auto;
            max-height: 20vh;
        }

    #profile-section #pills-mycourse .card .card-img-top-box {
        display: block;
        height: 30vh;
        overflow: hidden;
        width: 100%;
        border-radius: 20px;
        padding: 0 !important;
    }

        #profile-section #pills-mycourse .card .card-img-top-box .card-img-top1 {
            width: auto;
            height: auto;
            margin: auto;
            max-height: auto;
            border-radius: 20px;
            padding: 0 !important;
        }

    #profile-section #pills-mycourse .card .card-body {
        color: var(--green-Light-color);
    }

    #profile-section #pills-mycourse .card .card-footer {
        background: none;
        border: none;
        text-align: center;
    }

@media only screen and (max-width: 990px) {
    #profile-section #pills-mycourse .card .card-footer {
        height: 0;
    }
}

#profile-section #pills-mycourse .card .card-footer .card-btn {
    background-color: var(--green-Light-color);
    color: var(--green-base-color);
    padding: 7px 30px;
    border-radius: 15px;
    transition: all 0.5s ease;
    position: relative;
    z-index: 9999;
    bottom: -44px;
}

@media only screen and (max-width: 990px) {


    #profile-section #pills-mycourse .card .card-footer .card-btn {
        position: relative;
        bottom: 0px;
        width: 72%;
        left: auto;
    }
}

#profile-section #pills-mycourse .course-shell .panel-bg {
    position: absolute;
    bottom: -6vh;
    left: -10vh;
    z-index: 99;
    filter: grayscale(1)
}

@media only screen and (max-width: 990px) {
    #profile-section #pills-mycourse .course-shell .panel-bg {
        bottom: -9vh;
        left: -10vh;
        z-index: 99;
        width: 100%;
    }
}

#profile-section #pills-myproduct {
    background-color: #e9e8e8;
    border-radius: 40px;
    height: 100%;
    box-shadow: 5px 6px 16px -7px gray;
    padding: 5% 5% 17% 13%;
    position: relative;
    margin-bottom: 10vh;
}

    #profile-section #pills-myproduct .product-shell {
        min-height: 35vh;
    }

        #profile-section #pills-myproduct .product-shell .title {
        }

            #profile-section #pills-myproduct .product-shell .title .product-title {
                width: 40%;
            }

@media only screen and (max-width: 990px) {

    #profile-section #pills-myproduct .product-shell {
        min-height: 65vh;
        font-size: xx-small;
    }

        #profile-section #pills-myproduct .product-shell .title .product-title {
            width: 60%;
        }
}

#profile-section #pills-myproduct .product-shell .border {
    position: absolute;
    top: 70px;
    left: 70px;
}

@media only screen and (max-width: 990px) {


    #profile-section #pills-myproduct .product-shell .border {
        display: none;
    }
}

#profile-section #pills-myproduct .product-shell .panel-bg {
    position: absolute;
    bottom: 2vh;
    left: 2vh;
}

#profile-section #pills-myproduct .product-shell .sel {
    background-color: #c7c7c7;
    color: var(--green-base-color);
    border-radius: 15px;
    padding: 14px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 990px) {

    #profile-section #pills-myproduct .product-shell .sel {
        padding: 14px 0;
    }
}

#profile-section #pills-club {
    background-color: #e9e8e8;
    border-radius: 40px;
    height: 100%;
    box-shadow: 5px 6px 16px -7px gray;
    /*padding: 5% 5% 17% 13%;*/
    padding: 5% 5% 5% 13%;
    position: relative;
    /*    margin-bottom: 10vh;*/
    margin-bottom: 5vh;
}

    #profile-section #pills-club .club-shell {
        min-height: auto;
    }

@media only screen and (max-width: 990px) {


    #profile-section #pills-club .club-shell {
        min-height: auto;
    }
}

#profile-section #pills-club .club-shell .title {
}

    #profile-section #pills-club .club-shell .title .club-title {
        width: 40%;
    }

@media only screen and (max-width: 990px) {


    #profile-section #pills-club .club-shell .title .club-title {
        width: 60%;
    }
}

#profile-section #pills-club .club-shell .border {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 39%;
    height: 40%;
}

@media only screen and (max-width: 990px) {


    #profile-section #pills-club .club-shell .border {
        display: none;
    }
}

#profile-section #pills-club .club-shell .panel-bg {
    position: absolute;
    bottom: -6vh;
    left: -8vh;
    filter: grayscale(1)
}

#profile-section #pills-club .club-shell .paraf {
    text-align: justify;
    color: var(--green-base-color);
    font-weight: 900;
    position: relative;
    z-index: 1;
    background-color: #e9e8e8;
    margin-top: 37px;
}

@media only screen and (max-width: 990px) {
    #profile-section #pills-club .club-shell .paraf {
        font-size: small;
    }
}



#club-section .nav-pills {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: -21px !important;
}

@media only screen and (max-width: 990px) {
    #club-section .nav-pills {
        padding: 0;
    }

        #club-section .nav-pills .nav-item {
            width: 100%;
        }
}


#club-section .nav-pills .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    background-color: var(--green-base-color);
    border-radius: 10px !important;
    font-weight: 900;
    padding: 15px 40px;
    margin: 0 10px;
    font-size: small;
    box-shadow: 4px 4px 6px 0px gray;
}

@media only screen and (max-width: 990px) {
    #club-section .nav-pills .nav-link {
        width: 100%;
        margin: 0;
    }
}

#club-section .nav-pills .active {
    color: var(--green-base-color);
    background-color: var(--green-Light-color);
    box-shadow: 4px 4px 6px 0px gray;
}



#club-section #pills-tabClub {
    background-color: #e9e8e8;
    padding: 77px;
    border-radius: 40px;
    box-shadow: 8px 10px 19px -9px gray;
    color: var(--green-base-color) !important;
}

@media only screen and (max-width: 990px) {
    #club-section #pills-tabClub {
        padding: 50px 15px;
    }
}

#club-section #pills-tabClub #accordionVideo .accordion-item {
    background: none;
    border: none !important;
}

#club-section #pills-tabClub #accordionPodcast .accordion-item {
    background: none;
    border: none !important;
}

#club-section #pills-tabClub #accordionVideo .accordion-item .accordion-button {
    background-color: gainsboro;
    border-radius: 15px;
    margin-bottom: 15px;
    font-weight: 900;
}

#club-section #pills-tabClub #accordionPodcast .accordion-item .accordion-button {
    background-color: gainsboro;
    border-radius: 15px;
    margin-bottom: 15px;
    font-weight: 900;
}

#club-section #pills-tabClub #accordionVideo .accordion-item .accordion-body {
    background-color: var(--green-base-color);
    border-radius: 15px;
    margin-bottom: 15px;
    color: white;
}

#club-section #pills-tabClub #accordionPodcast .accordion-item .accordion-body {
    background-color: var(--green-base-color);
    border-radius: 15px;
    margin-bottom: 15px;
    color: white;
}

#club-section #pills-tabClub #accordionVideo .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--green-base-color) !important;
    color: white !important;
}

#club-section #pills-tabClub #accordionPodcast .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--green-base-color) !important;
    color: white !important;
}

#club-section #pills-tabClub #accordionVideo .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--green-base-color) !important;
    color: white !important;
}

#club-section #pills-tabClub #accordionPodcast .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--green-base-color) !important;
    color: white !important;
}

#club-section #pills-tabClub #accordionVideo .accordion-item .accordion-button::after {
    margin-left: 20px;
    margin-right: auto;
}

#club-section #pills-tabClub #accordionPodcast .accordion-item .accordion-button::after {
    margin-left: 20px;
    margin-right: auto;
}

.q-box {
    background-image: url(/assets/images/q-box.png);
    min-height: 12vh;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

    .q-box p {
        padding-top: 5%;
        padding-right: 10%;
        padding-left: 7%;
        padding-bottom: 11%;
        text-align: justify;
    }

    .q-box #audioPlayer {
        text-align: center;
        margin: auto;
        display: block;
        margin-left: 10%;
        position: relative;
        top: -60px;
        width: 75%;
    }

@media only screen and (max-width: 990px) {

    .q-box p {
        padding-bottom: 25%;
    }
}

#club-section #pills-faq .form-control {
    display: block;
    width: 100%;
    padding: 1.375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: var(--green-base-color);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 22px;
    margin-top: 25px;
    box-shadow: 2px 2px 9px -2px grey;
    border: none !important;
}

.form-control::placeholder {
}

#club-section #pills-faq .send-massage {
    background-color: var(--green-Light-color);
    color: var(--green-base-color);
    padding: 10px 40px;
    border-radius: 15px;
    border: none;
    margin-top: 25px;
    font-weight: 900;
}


#club-section #pills-regulations #accordionRegule .accordion-item {
    background: none;
    border: none !important;
}

    #club-section #pills-regulations #accordionRegule .accordion-item .accordion-button {
        background-color: gainsboro;
        border-radius: 15px;
        margin-bottom: 15px;
        font-weight: 900;
    }

    #club-section #pills-regulations #accordionRegule .accordion-item .accordion-body {
        background-color: var(--green-base-color);
        border-radius: 15px;
        margin-bottom: 15px;
        color: white;
    }

    #club-section #pills-regulations #accordionRegule .accordion-item .accordion-button:not(.collapsed) {
        background-color: var(--green-base-color) !important;
        color: white !important;
    }

    #club-section #pills-regulations #accordionRegule .accordion-item .accordion-button::after {
        margin-left: 20px;
        margin-right: auto;
    }

.q-title {
    max-width: 100%;
}

.pagination {
}

    .pagination li {
        border: 1px solid navy;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 10px;
    }

    .pagination .current {
        color: white;
        font-weight: 900;
        background-color: var(--green-base-color);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

#beauty-section {
    background-color: var(--gainsboro-color);
    position: relative;

    padding-top: 3rem; 
    padding-bottom: 3rem;
}

.login-box {
    margin-top: 2rem; 
}




@media only screen and (max-width: 990px) {
    #beauty-section {
        height: auto;
    }
}

#beauty-section .paraf {
    color: var(--green-base-color);
    font-weight: 900;
}

#beauty-section .login-box {
    background-color: var(--green-base-color);
    padding: 35px;
    color: white;
    font-size: large;
    font-weight: 900;
    border-radius: 30px;
    position: relative;
    top: 70px;
    box-shadow: 1px 1px 14px 1px #00000059;
}

@media only screen and (max-width: 990px) {
    #beauty-section .login-box {
        top: 6vh;
    }
}

#beauty-section .login-box p a {
    color: wheat;
}

#beauty-section2 .container {
    background-color: var(--gainsboro-color);
    border-radius: 40px;
    box-shadow: 5px 4px 14px -6px #00000059;
}

    #beauty-section2 .container .card {
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: var(--green-Light-color);
        background-clip: border-box;
        border: 1px solid rgb(0 0 0 / 0%);
        border-radius: 2.25rem;
        height: 100%;
        align-items: center;
        width: 90%;
        margin: auto;
        margin-top: 17vh;
        box-shadow: 3px 6px 11px -6px gray;
        direction: rtl;
        transition: all .5s ease-in-out;
        padding: 40px 10px;
    }

        #beauty-section2 .container .card:hover {
            transform: scale3d(0.97, 0.97, 0.97)
        }

@media only screen and (max-width: 990px) {
    #beauty-section2 .container .card {
        margin-top: 100px;
    }
}

#beauty-section2 .container .card .card-img-top {
    width: 35%;
    margin: auto;
    position: absolute;
    background-color: var(--green-base-color);
    border-radius: 50%;
    padding: 16px;
    top: -50%;
}

@media only screen and (max-width: 1200px) {
    #beauty-section2 .container .card .card-img-top {
        width: 57%;
        top: -50%;
    }
}

@media only screen and (max-width: 990px) {
    #beauty-section2 .container .card .card-img-top {
        width: 28%;
        /*top: -42%;*/
        bottom: 62%;
    }
}

@media only screen and (max-width: 768px) {
    #beauty-section2 .container .card .card-img-top {
        width: 41%;
        /*top: -42%;*/
        bottom: 70%;
    }
}

@media only screen and (max-width: 500px) {
    #beauty-section2 .container .card .card-img-top {
        width: 60%;
        /*top: -42%;*/
        bottom: 62%;
    }
}

@media only screen and (max-width: 410px) {
    #beauty-section2 .container .card .card-img-top {
        width: 60%;
        /*top: -42%;*/
        bottom: 50%;
    }
}

#beauty-section2 .container .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--green-base-color);
    padding: 20px;
    padding-top: 47px;
}

@media only screen and (max-width: 900px) {
    #beauty-section2 .container .card .card-body {
        padding: 10px;
        padding-top: 60px;
    }
}

#beauty-section2 .container .card .card-body .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#beauty-section2 .container .card .card-body .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#beauty-section3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.beauty-package {
    margin-bottom: 2rem;
}


    #beauty-section3 .container1 {
        background-color: var(--green-base-color);
        border-radius: 40px;
        color: wheat;
        padding-bottom: 20vh !important;
    }

@media only screen and (max-width: 900px) {
    #beauty-section3 .container1 {
    }
}

#beauty-section3 .beauty-package {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--green-Light-color);
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 2.25rem;
    height: 100%;
    align-items: center;
    width: 95%;
    margin: auto;
    margin-top: -10vh;
    box-shadow: 3px 6px 11px -6px gray;
    direction: rtl;
    transition: all .5s ease-in-out;
    justify-content: space-evenly;
    padding: 30px 10px;
    font-size: small;
    color: var(--green-base-color) !important;
}

@media only screen and (max-width: 990px) {
    #beauty-section3 .beauty-package {
        margin-bottom: 13vh;
    }

    #beauty-section3 img {
        width: 100%;
    }
}

#beauty-section3 .beauty-package .package-title {
    color: white !important;
    font-size: x-large;
    text-shadow: 3px 2px 3px gray;
    font-weight: 900;
}

#beauty-section3 .beauty-package .beauty-package-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--green-base-color);
    border: 1px solid transparent;
    padding: .675rem 2.75rem;
    font-size: 1rem;
    border-radius: 2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 900;
}

#editModal .modal-dialog {
    max-width: 500px;
    margin: 20vh auto;
}

#editModal .modal-content {
    background-color: var(--green-Light-color);
    border-radius: 40px;
    border: none;
    color: var(--green-base-color) !important;
}

#editModal .modal-body .form-group {
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
}

    #editModal .modal-body .form-group label {
        border-radius: 0px 10px 10px 0px;
        width: 40%;
        background-color: var(--green-base-color);
        display: inline-block;
        /* height: 35px; */
        font-size: small;
        color: white;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

@media only screen and (max-width: 990px) {
    #editModal .modal-body .form-group label {
        width: 50%;
    }
}

#editModal .modal-body .form-group .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    left: 2%;
    border: none;
    padding-right: 30px;
}

#editModal .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: auto;
    margin-left: 0;
}

#editModal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

    #editModal .modal-footer .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: var(--green-base-color);
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        width: 27%;
        border-radius: 10px;
        color: white;
    }

    #editModal .modal-footer .btn-cancel {
        background-color: #00008000;
        border: 3px solid var(--green-base-color);
        color: var(--green-base-color);
    }

#profile-section .controller-box .controller-info .user-edit .close-btn {
    background-color: var(--green-Light-color)00;
    color: var(--green-Light-color);
    padding: 10px 40px;
    border-radius: 15px;
    border: 3px solid var(--green-Light-color);
}

/* CSS برای مدال */
#truncateModal {
    display: none; /* ابتدا مخفی است */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

    #truncateModal .modal-content {
        background-color: var(--gainsboro-color);
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        border-radius: 20px;
        color: var(--green-base-color);
        width: 80%;
        direction: rtl;
    }

        #truncateModal .modal-content #expanded-text {
            padding: 23px;
            border: 1px solid #c3c0c0;
            border-radius: 20px;
        }

    #truncateModal .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        #truncateModal .close:hover,
        #truncateModal .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

.side-box {
    background-color: white;
    box-shadow: 1px 1px 9px -3px gray;
    padding: 15px;
    border-radius: 10px;
}

    .side-box .related-list {
        list-style: inside;
    }

        .side-box .related-list li {
            color: #1b83e5;
            display: flex;
            align-items: center;
        }

            .side-box .related-list li .link {
                color: black;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                margin-right: 6px;
            }

    .side-box .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-around;
        border: none;
    }

    .side-box .nav-tabs .nav-link {
        font-size: smaller;
        font-weight: 900;
    }

.related-blogs-slider .slick-arrow {
    display: none !important;
}

.side-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--green-base-color);
    border-color: var(--green-base-color);
    border-radius: 10px;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#ValidToast {
    direction: rtl;
    visibility: hidden;
    background-color: #1d753c;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999999999999;
    left: 5%;
    bottom: 50px;
    width: fit-content;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: -2px 3px 7px 1px gray;
    padding: 1% 5%;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #ValidToast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#InValidToast {
    direction: rtl;
    visibility: hidden;
    background-color: #810606;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999999999999;
    left: 5%;
    bottom: 50px;
    width: fit-content;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: -2px 3px 7px 1px gray;
    padding: 1% 5%;
    border: none;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #InValidToast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@media only screen and (max-width: 990px) {
    #InValidToast {
        padding: 4% 5%;
        font-size: small;
    }

    #ValidToast {
        padding: 4% 5%;
        font-size: small;
    }
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


.dynamic-long-body img {
    width: 100% !important;
    height: auto !important;
}

.dynamic-long-body tbody, td, tfoot, th, thead, tr {
    border: 7px solid #efeef1 !important;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .accordion-body {
        min-height: 200px; 
    }
}

@media (max-width: 400px) {
    #section04 p {
        font-size: 13px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    .slide-img {
        width: 100%;
        height: auto;
    }

    .fade-slider,
    .fade-slider .row,
    .fade-slider .col {
        height: auto;
    }

}


@media (max-width: 768px) {
    @supports (-webkit-touch-callout: none) {

        .accordion-body {
            text-align: center;
        }

        .video-box {
            position: relative;
            width: 100%;
            height: 180px;
        }

            .video-box video {
                display: block;
                margin: 0 auto;
                max-height: 100%;
                width: auto;
            }

        #section01 .slide-img {
            height: auto !important;
            max-height: 100vh;
            object-fit: contain;
        }

        .video-list-img {
            height: auto !important;
            max-height: 70px;
        }
    }
}


@media (max-width: 460px) {
    @supports (-webkit-touch-callout: none) {
        #section06 .video-slider .video-box {
            width: 95%; 
            max-width: 400px; 
            margin: 0 auto;
            position: relative;
        }
          
            #section06 .video-slider .video-box .border-1,
            #section06 .video-slider .video-box .border-1 .border-2 {
                width: 100%;
                height: auto; 
                margin: 0 auto;
            }
           
            #section06 .video-slider .video-box video {
                width: 100%;
                height: auto; 
                max-height: 300px; 
                display: block;
                object-fit: contain;
                -webkit-object-fit: contain;
                -webkit-appearance: none;
                margin: 0 auto;
                -webkit-playsinline: true; 
                playsinline; 
            }

        #section01 .slide-img {
            height: auto !important;
            max-height: 100vh;
            object-fit: contain;
        }

        .video-list-img {
            height: auto !important;
            max-height: 70px;
        }

        #beauty-section .login-box {
            position: relative;
            top: auto;
            margin-top: 6vh;
        }
    }
}


@media (max-width: 400px) {
    @supports (-webkit-touch-callout: none) {
        .accordion-body {
            text-align: center !important;
        }

        .video-box {
            position: relative;
            width: 100%;
            height: 150px;
        }

            .video-box video {
                display: block;
                margin: 0 auto;
                max-height: 100%;
                width: auto;
            }

        #section01 .slide-img {
            height: auto !important;
            max-height: 100vh;
            object-fit: contain;
        }


        #section04 p {
            font-size: 13px !important;
            line-height: 1.7 !important;
        }

        .video-list-img {
            height: auto !important;
            max-height: 70px;
        }

        #beauty-section .login-box {
            position: relative;
            top: auto;
            margin-top: 6vh;
        }
    }
}
