/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    --green-type-1: #0f8951;
    --green-type-2: #5ea65a;
    --green-type-3: #d5f3db; /*#e5f9e9*/
    --course-green: #65ad90;
    --course-green-active-select: #7bce46;
    --certificate-button: #44b15d;
    --certificate-button-hover: #17643f;
    --faq-color: #0f8951;
    --faq-color-hover: #5ea65a;
    --bs-shadow: 0 0 0 0.25rem rgb(13 253 188 / 25%);
}
.box-shadow-aca{
    box-shadow: 0 5px 30px rgb(34 235 104 / 20%);
}
ol,li{
    list-style: none;
}

img, svg {
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

* {
    transition: 0.2s;
}

/* Links */
a,
a:focus,
a:hover {

    text-decoration: none !important;
    cursor: pointer;
}

.divider {
    background-color: #eaeaea;
    height: 2px;
    margin: 0 auto;
    width: 90%;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}

.masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.masthead {


    transition: padding 0.3s ease; /* Add transition for a smoother effect */
}

.masthead img {
    width: 75px;
}

.masthead-brand {
    margin-bottom: 0;
}

.navbar-scrolled .inner {
    padding: 10px 18px;
}

.offcanvas {
    max-width: 100%; /* Ensure the offcanvas menu takes the full width */
}

/*
 * Base structure
 */

html,
body {
    scroll-behavior: smooth;
    height: 100%;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;

}


body {
    overflow-y: scroll; /* Always show scrollbar */
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: transparent transparent; /* Transparent scrollbar */
    margin: auto;
}
/* Define the styles for the scrollbar track */
::-webkit-scrollbar {
    width: 12px; /* Set the width of the scrollbar */
}

/* Define the styles for the scrollbar handle or thumb */
::-webkit-scrollbar-thumb {
    background-color: #325d0e; /* Set the color of the scrollbar handle */
    border-radius: 6px; /* Set the border radius of the scrollbar handle */
}

/* Define the styles for the scrollbar track when the handle is being hovered */
::-webkit-scrollbar-thumb:hover {
    background-color: #204105; /* Set the color of the scrollbar handle on hover */
}

/* Define the styles for the scrollbar track */
::-webkit-scrollbar-track {
    background-color: #3d8f1d; /* Set the color of the scrollbar track */
}

/* Define the styles for the scrollbar corner */
::-webkit-scrollbar-corner {
    background-color: #1b692f; /* Set the color of the scrollbar corner */
}



/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh; /* Use viewport height for full-screen height */
    background-color: black; /* Fallback background color */
    background-image: url('/assets/images/IMG_1980.jpg');
    background-position: center;
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
}


.site-wrapper-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
    text-align: center;

}

.cover-heading,
.lead {
    text-shadow: -3px 2px 13px #000000;
}


/*
 * Header
 */

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0; /* Remove the right margin */
}

.masthead-nav > li {
    display: inline-block;
    margin-left: 20px;
}

.masthead-nav > li:first-child {
    margin-left: 0; /* Remove the left margin for the first child */
}

.masthead-nav > li > a {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* IE8 proofing */
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 330px) and (max-width: 667px) {
    .faq-page, .faq-body {
        width: 100% !important;
    }

}

@media (min-width: 768px) {
    .masthead {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }
}

.header_btn {
    border-radius: 43px;
    border: 2px solid #FFF;
    background: none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.42px;
}

.header_btn:hover {
    border: 2px solid var(--faq-color-hover);
    color: var(--faq-color-hover);
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
    .inner {
        padding: 10px;
        transition: padding 0.3s;
    }

    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .site-wrapper-inner {
        padding-top: 70px; /* Add padding to site-wrapper-inner to prevent content from being overlapped by the fixed header */
    }
}


/*scrolling theme*/

.inner {

    transition: padding 0.3s;
}

.navbar-scrolled {
    background-color: #0f8951;
    /*filter: blur();*/
}

.navbar-transparent {
    background-color: transparent;
}

/*ending scrolling theme*/

/*Cards after header*/

.featurette {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.featurette.appear {
    opacity: 1;
    transform: translateY(0);
}

/*Ending Cards After Header*/


/*WhatweDo*/
.wrapper {
    width: 100%;
}

.wrapper .carousel {

}


.whatWeDoCar .card {
    background-color: var(--green-type-1);
    line-height: 250px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 90px;
    font-weight: 900;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 10px 10px 1px var(--green-type-2);
    margin-right: 8px;
    transition: transform 200ms;
}

.whatWeDoCar .card:hover {
    transition: transform 500ms;
    transform: translateY(-10px);
    cursor: pointer;
}


.whatWeDoCar .card .card-header {
    border: none;
}

.whatWeDoCar-info {
    line-height: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-bottom: 27px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/*Motivation */
.motivation-text {
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    margin-top: 75px;
    /* padding: 4rem 0 0 2rem; */
    position: relative;
    width: 100%;
    z-index: 1;
    /*background-color: var(--green-type-3);*/
    padding: 5rem;
}

.motivation-rigth-text img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.motivation-left-text h3 {
    margin-top: 30px;
    text-align: left;
    visibility: inherit;
    opacity: 1.1389;
    transform: translate3d(0px, -20.8343px, 0px);
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.motivation-left-text p {
    margin-top: -39px;
}

.motivation-left-text h6 {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 80px;
    margin-top: 30px;
    margin-bottom: 10px;
}


/*Courses*/

.courses {
    /* background-image: url(https://justcode.kz/static/main/img/images/bg-courses.webp); */
    position: relative;
    padding: 90px 0 65px;
    background-color: var(--course-green);
    overflow: hidden;
    mix-blend-mode: multiply;
    color: white;
}
.courses__category-title {
    font-size: 21px;
    margin-bottom: 15px;
    color: white;
    background: #e48e8e;
    width: 200px;
    display: flex;
    padding: 6px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.course__item_overlay {
    transition: transform 300ms;
    transform: scale(1);
}

.course__item_overlay:hover {
    transition: transform 500ms;
    transform: scale(1.02);
    cursor: pointer;
}

/*.courses .container .courses__head {*/
/*    padding-bottom: 30px;*/
/*}*/

.courses .container .courses__body {
    z-index: 2;
}

.courses .container .courses__body .courses__selects {
    display: flex;
    width: 100%;
    cursor: pointer;
}

.courses .container .courses__body .courses__selects .courses__select.active {
    background-color: var(--course-green-active-select);
}

.courses .container .courses__body .courses__selects .courses__select.active p {
    color: white;
}

.courses .container .courses__body .courses__selects .courses__select {
    width: auto;
    background-color: white;
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;

}

.courses p, ul, li, a, h1, h2, h3, h4, span, button {
    color: #2B2B2B;
    padding: 0;
    margin: 0;
}

.courses .container .courses__body .courses__main {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}

.course__item_overlay.active {
    display: flex;
}

.course__item_overlay {
    display: none;
}

.course__item_overlay .course__item {
    width: 380px;
    height: auto;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 25px 22px;
    justify-content: space-between;
    margin: 0 13px 20px 0;
    cursor: pointer;
    z-index: 5;
}

.course__item_overlay .course__item .ci__head {
    display: flex;
    justify-content: space-between;
}

.course__item_overlay .course__item .ci__head .ci__logo {
    height: 80px;
}

.course__item_overlay .course__item .ci__head .ci__logo img {
    height: 100%;
    width: auto;
}

.img_icon {
    width: 90px;
    height: auto;
}

/*.course__item_overlay .course__item .ci__sale {*/
/*    margin-top: -25px;*/
/*    width: 95px;*/
/*    min-height: 31px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-color: #F2994A;*/
/*    border-radius: 50px;*/
/*}*/
/*.course__item_overlay .course__item .ci__sale p {*/
/*    font-size: 12px;*/
/*    color: white;*/
/*    font-family: "Inter";*/
/*}*/
.course__item_overlay .course__item .ci__info {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
}

.course__item_overlay .course__item .ci__info .ci__info__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 10px 40px 0 0;
}

.course__item_overlay .course__item .ci__info .ci__info__item .ci__info__item_1 {
    padding-bottom: 3px;
}

.course__item_overlay .course__item .ci__info .ci__info__item .ci__info__item_1 p {
    font-size: 12px;
    color: #616161;
}

.course__item_overlay .course__item .ci__info .ci__info__item .ci__info__item_2 p {
    font-size: 16px;
}

/*sertificate*/
.certificate {
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0, 143, 249, .1);
    display: flex;
    justify-content: space-between;
    margin: 0 2rem;
    padding: 0 2rem;
}

.certificate__left {
    width: 40%;
}

.certificate__right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    width: 50%;
}

.certificate__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.certificate__desc {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 20px;
}

.certificate__button {
    margin: 15px 0;
    width: 70%;
}

.button_courses {
    background-color: var(--certificate-button);
    border-color: transparent;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 16px 0;
}

.button_courses:hover {
    background-color: var(--certificate-button-hover);
}

.button_learn {
    width: 100%;
}

.certificate__right img {
    width: 100%;
}

/*owl-carousel-teachers*/
.owl-carousel-teachers .card {
    border: none;
}

.owl-carousel-teachers .card .card-body {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    margin: 0 35px;
    text-align: center;
    width: 200px;
}

.owl-carousel-teachers .card .card-body .mentor-img {
    width: 200px;
}

.owl-carousel-teachers .card .card-body .mentor-img > img {
    border: var(--green-type-1) 3px solid;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mentor__info {
    margin-top: 10px;
}

.mentor__name {
    /*font-size: .5rem;*/
    font-weight: 700;
    line-height: 1.3;
}

.mentor__prof {
    /*font-size: .4rem;*/
    font-weight: 400;
    line-height: 1.4;
    margin-top: 5px;
}


/*Faq*/

.faq-page {
    background-color: var(--faq-color);
    color: #fff;
    cursor: pointer;
    display: flex;
    padding: 30px 20px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}

.faq-body {
    margin: auto;
    background-color: var(--faq-color);
    /* text-align: center; */
    will-change: max-height;
    width: 100%;
    color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.2s ease-in-out;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-page:hover {
    background-color: var(--faq-color-hover);
}

/* .faq-page.clicked {
   background-color: rgb(39, 82, 26); /* Change to the desired color when pressed *
}*/
/*.faq-page.actives{*/
/*    background-color:rgb(33 125 56);;*/
/*}*/
/* Style the faq-page panel. Note: hidden by default */
.faq-body.active {
    /* max-height: 1000px; /* Adjust this value to your content's height */
    /* transition: max-height 0.4s ease-in-out, padding 0.2s ease-in-out; */
}

/*  .faq-page:after {*/
/*    content: "\02795";*/
/*    !* Unicode character for "plus" sign (+) *!*/
/*    font-size: 17px;*/
/*    color: green; !* This can be any color you prefer *!*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*    opacity: 0.7; !* Adjust the opacity value as needed (0.7 means 70% opacity) *!*/
/*    -webkit-filter: brightness(0) invert(1);*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.accordion-button:not(.collapsed) {
    color: white;
    background-color: #0f8951;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accadrion-course-collapse
{
	padding-left: 17px !important;
}
  .accadrion-course-collapse > ol > li,.accadrion-course-collapse > ul >li
{
	list-style: disc !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: greenyellow;
    outline: 0;
    box-shadow: var(--bs-shadow) !important;
}

/*.faq-container{*/
/*    padding-top: 9.2rem;*/
/*    !* padding: 2px; *!*/
/*    !* padding: 0; *!*/
/*    !* width: 200px; *!*/
/*    height: 100%;*/
/*    !* padding-bottom: 1.2rem; *!*/
/*    background-color: #80d480;*/
/*    clip-path: polygon(0 18%, 100% 0, 100% 87%, 0% 100%);*/
/*}*/
.faq-container {
    /*background-color: var(--green-type-3);*/
    background-color: #d5f3db;
}

.accordion-button::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.masthead-brand {
    display: none;
}


/*marquee*/
.lc-background-empty {
    margin-top: -53px;
    /* border-color: black; */
    /* border: 1px solid; */
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    background: white;
    margin-right: 35px;
    margin-left: 35px;
    /* width: 99%; */
    /* box-shadow: 1px 0px black; */
    /*border-radius: 24px 24px 24px 24px;*/
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.lc-offsets > .lc-group > .lc-group__content {
    height: auto !important;
    min-height: 100vh !important;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - 17px));
        transform: translateX(calc(-100% - 17px));
    }
}

#intro_marquee {
    max-width: 100% !important;
    padding: 0 !important;
}

.service_turbo-lpc .lc-section {
    max-width: 920px;
    padding-right: 17px;
    padding-left: 17px;
}

.lc-section {
    max-width: 940px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

.service_turbo-lpc .lc-page {
    min-height: 0;
    line-height: normal;
}

.lc-page {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-size: 16px;
    line-height: 24px;
}

.service_turbo-lpc {
    --link-color: #018ad2;
    min-width: auto;
    font-family: YS Text, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.page, .input {
    font-family: Helvetica Neue, arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

.page {
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

.lc-text_align_center {
    text-align: center;
}

.lc-text {
    word-wrap: break-word;
}

:not(.lc-text_in-grid2).lc-text_column_xxl {
    width: 100%;
    min-width: 100%;
}

.lc-text_align_center > .lc-text {
    margin: auto;
}

#intro_marquee .lc-text__text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 0;
}

.lc-text-block_bpsize_s32 {
    font-size: 32px;
    line-height: 40px;
}

.lc-text-block_size_s32 {
    font-size: 32px;
    line-height: 40px;
}

.lc-text-block {
    margin: 0;
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    letter-spacing: var(--letter-spacing);
    color: var(--color);
}

:root {
    --font-weight: 300;
    --color: #ffffff;
    --font-family: YS Text, Helvetica, Arial, sans-serif;
    --letter-spacing: normal;
    line-height: 38px;
}

.lc-styled-text__text_align_center {
    text-align: center;
}

#intro_marquee .marquee_wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 17px;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    opacity: 1;
    padding-left: 0px;
}

#intro_marquee .marquee_items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* min-width: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-animation: marquee 10s infinite linear;
    animation: marquee 10s infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    gap: 17px;
}

#intro_marquee .marquee_item {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    padding: 21px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border-radius: 61px;*/
    /*background-color: rgba(255, 255, 255, 0.98);*/
    height: 100px;
    width: 250px;
    margin-left: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    /* margin-right: 21px; */
}


/*CEO*/

.ceo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    width: 100%;
}

.ceo__info {
    margin-left: 10%;
    width: 45%;
}

.ceo__image {
    /*width: 312px;*/
    /*height: 312px;*/
    /* border: 1px solid grey; */
    border-radius: 100%;
}

.ceo__name {
    font-size: 1.5rem;
}

.ceo__name, .ceo__prof {
    font-weight: 700;
    line-height: 1.5;
}

.ceo__prof {
    font-size: 20px;
    margin: 20px 0;
    width: 60%;
}

.ceo__name, .ceo__prof {
    font-weight: 700;
    line-height: 1.5;
}

.ceo__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    width: 70%;
}


/*ContactFormSection*/
.consult {
    align-items: center;
    /*background-color: var(--green-type-3);*/
    /*background-image: url(/new_decode/images/bgs/logo.svg);*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 250px;
    display: flex;
    flex-direction: column;
    padding: 3.5rem 5%;
    position: relative;
    width: 100%;
}

.consult__inner {
    width: 70%;
}

.consult__title {
    font-size: 2.1rem;
}

.consult__desc, .consult__title {
    color: #000000;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    z-index: 2;
}

.consult__desc {
    font-size: 0.9rem;
}

.consult__form {
    display: flex;
}

.consult__form input, select, .input-wrapper input {
    /*background: #ffffff; /*background: #ffffff;*/
    border-radius: 8px;
    border-color: darkseagreen !important;
    height: 48px;
    margin-right: 20px;
    padding: 0 8px;
    width: 70%;
}

#xEmail {
    display: none;
}

.consult__button___wrapper {
    width: 50%;
}

.consult__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
}

.consult__button___wrapper p {
    color: #000000;
    font-size: .3rem;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 10px;
    width: 100%;
    display: none;
}


/*Review*/
.reviews-item {
    padding: 30px 25px 100px;
    border-radius: 20px;
    background: var(--green-type-3);
    display: flex;
    flex-direction: column;
    /*max-width: 380px;*/
    /*min-width: 380px;*/
    margin-right: 20px;
    position: relative;
    min-height: 362px;
    height: max-content;
    width: 100%;
}
.review-text{
    word-break: break-all;
}

.reviews-item .rev-top p {
    font-weight: 400;
    font-size: 16px;
}
.reviews-item .rev-top .review-more {
    width: 100%;
    display: flex;
    justify-content: center;
}
.reviews-item .rev-top .review-more button {
    color: #2c7e1c;
    width: 100%;
    justify-content: flex-start;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    background: none;
    border: none;
    display: flex;
}
.reviews-item .rev-btm {
    display: flex;
     margin-top: 25px;
    position: absolute;
    bottom: 30px;

}
.reviews-item .rev-btm .rev-btm-photo {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(90deg, #9ef25e 0%, rgb(77 87 71 / 80%) 100%);
    margin-right: 15px;
    justify-content: center;
    align-items: center;
}
.reviews-item .rev-btm .rev-btm-photo p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 0;
}
.reviews-item .rev-btm .rev-btm-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 10px;
}
.reviews-item .rev-btm .rev-btm-info h4 {
    font-size: 20px;
}
.reviews-item .rev-btm .rev-btm-info p {
    font-size: 14px;
    margin-top: 5px;
}
/*Footer*/
.footer-container {
    background-color: #fff;
}

.accordion-button-header:not(.collapsed) {
    color: #030303;
    background: white;
    box-shadow: none    !important; ; /*inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)*/
}
.accordion-button-header:focus {
    z-index: 3;
    border-color: greenyellow;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button-header::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(3) invert(1);
}
.accordion-not-drop::after{
    background: none !important;
}
.accordion-drop::after{

}
.accordion-drop{

}
 .accordion-not-drop{

}

footer .footer-title{
    font-size: 16px;
    font-weight: 100;
    /* color: #fff; */
    padding-bottom: 5px;
}
.footer-link{
    text-decoration: none;
    line-height: 24px;
    color: #999;
}
.footer-li{
    font-size: 13px;
}


/*course*/
.accadrion-course-item{
    border: none;
}
.accadrion-course-button{
    box-shadow: 0 0 0 0.25rem white !important;
}
.accadrion-course-button:not(.collapsed) {
    color: #000000 !important;
    background-color: white !important;
    box-shadow: 0 0 0 0.25rem white !important;
}
.accadrion-course-button:focus {
    z-index: 3;

    outline: 0;
    box-shadow: 0 0 0 0.25rem white !important;
}

.accadrion-course-button::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(1) invert(0);
}
.accadrion-course-button{
    padding: 8px 12px;
}
.accadrion-course-item .accordion-body{
    padding: 1px 11px;
}
