/* BODY */
body, html {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}
/* END BODY */

/* MAIN */
main {
    min-height: 100%;
    padding-top: 80px;
}
/* END MAIN */

/* ALERT */
.alert {
    white-space: pre-line;
}
/* END ALERT */

/* BUTTONS */
.btn-primary {
    background-color: #a7dbd9;
    border-color: #a7dbd9;
    color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:disabled,
.btn-primary:active:focus {
    background-color: #8fbbb9;
    border-color: #8fbbb9;
    box-shadow: none;
    color: #000;
}

.btn-outline-primary {
    border-color: #a7dbd9;
    color: #000;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:disabled,
.btn-outline-primary:active:focus {
    background-color: #a7dbd9;
    border-color: #a7dbd9;
    box-shadow: none;
    color: #000;
}
/* END BUTTONS */

/* HEADER */
#header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

#header .navbar {
    background-color: #a7dbd9;
    box-shadow: 0px 0px 5px #94c3c1;
    border-radius: 4px;
    padding: 0;
}

#header .navbar .container {
    position: relative;
}

#header .navbar-brand {
    width: 130px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 0;
}

#header .navbar-brand img {
    width: 100px;
    height: auto;
}

#header .navbar-nav {
    flex-direction: column !important;
    gap: 10px;
}

#header .navbar-nav li a {
    color: #101820;
    font-size: 12px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    border-radius: 50px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

#header .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
}

#header .navbar-nav > li:hover > a,
#header .navbar-nav > li > a.show,
#header .navbar-nav > li > a.active {
    background-color: #e7e7e7;
    color: #000;
}

#header .navbar-nav .dropdown-menu {
    background-color: #fff;
    padding: 0;
    position: relative;
    border: none;
    margin-top: 0;
}

#header .navbar-nav a.dropdown-item:hover,
#header .navbar-nav a.dropdown-item:active,
#header .navbar-nav a.dropdown-item.active {
    background-color: #e7e7e7;
    color: #000;
}

#header .navbar-nav .dropdown-menu .dropdown-item {
    margin-top: 10px;
    padding: 10px;
}

#header .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    display: block !important;
    margin-right: 50px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0;
    width: 40px;
    height: 40px;
}

#header .navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

#header .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px #94c3c1;
    padding: 15px;
}

#header .navbar-right {
    position: absolute;
    right: 15px;
    top: 20px;
    display: flex;
    flex-direction: row;
}

#header .languages {
    margin: 0;
    padding: 0;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    right: 0;
}

#header .languages:hover > li:last-child {
    display: block;
}

#header .languages li {
    display: block;
}

#header .languages li:last-child {
    margin-top: 5px;
    display: none;
}

#header .languages li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #101820;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

#header .languages li:last-child a {
    background-color: #a7dbd9;
    border-color: #a7dbd9;
    color: #000;
}

@media only screen and (max-width: 992px) {
    #header .navbar-collapse {
        height: auto;
    }
}
/* END HEADER */

/* FOOTER */
footer {
    min-height: 305px;
    background-color: #a7dbd9;
}

footer .footer-top {
    display: flex;
    flex-direction: row;
    padding: 35px 0;
}

footer .footer-top .menu-blocks {
    display: flex;
    flex-direction: row;
    gap: 35px;
}

footer .footer-top .menu-block-item h5 {
    margin-bottom: 1rem;
    color: #000;
}

footer .footer-top .menu-block-item ul {
    margin: 0;
    padding: 0;
}

footer .footer-top .menu-block-item li {
    display: block;
    margin-bottom: 1rem;
}

footer .footer-top .menu-block-item li:last-child {
    margin-bottom: 0;
}

footer .footer-top .menu-block-item a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

footer .footer-top .menu-block-item a:hover {
    color: #fff;
}

footer .footer-top .payment-methods h5 {
    color: #000;
    margin-bottom: 1rem;
}

footer .footer-top .payment-methods ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-top .payment-methods li {
    margin-bottom: 15px;
    flex: 1;
}

footer .footer-top .payment-methods img {
    width: 80px;
}

footer .footer-bottom {
    border-top: 1px solid #000;
    padding: 15px;
}

footer .footer-bottom .copyright {
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    footer h5 {
        font-size: 16px;
    }

    footer .footer-top .menu-block-item a {
        font-size: 14px;
    }

    footer .footer-top .menu-block-item li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    footer .payment-methods {
        margin-top: 3rem;
    }
}
/* END FOOTER */

/* SECTION */
.section {
    min-height: 435px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 125px 0;
}

.section:nth-child(odd) {
    background-color: #a7dbd9;
}

.section:nth-child(odd) h1,
.section:nth-child(odd) h4 {
    color: #000;
}

.section h1 {
    color: #101820;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.section h4 {
    color: #101820;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    white-space: pre-line;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .section h1 {
        font-size: 24px;
    }

    .section h4 {
        font-size: 18px;
        line-height: 1.5;
    }
}
/* END SECTION */

/* ABOUT */
.section.about {
    min-height: 100vh;
    background-image: url(../img/bg.jpg);
    background-color: #a7dbd9;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.section.about::after {
    content: '';
    background-color: hsla(178, 42%, 76%, 0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.section.about .container {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.section.about h1,
.section.about h4 {
    color: #000;
    position: relative;
    z-index: 8;
    text-align: left;
}

.section.about .courses .item {
    height: 270px;
    position: relative;
}

.section.about .courses .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section.about .courses .item span {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px;
    background-color: rgb(0 0 0 / 50%);
}

.section.about .courses .owl-nav button.owl-prev,
.section.about .courses .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 0;
    background-color: #fff;
}

.section.about .courses .owl-nav button.owl-prev:hover,
.section.about .courses .owl-nav button.owl-next:hover {
    background-color: #638e8d;
    color: #fff;
}

.section.about .courses .owl-nav button.owl-prev {
    left: -55px;
}

.section.about .courses .owl-nav button.owl-next {
    right: -55px;
}

.section.about .courses .owl-dots {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.section.about .courses .owl-dot {
    background-color: #fff;
    height: 5px;
    width: 100px;
}

.section.about .courses .owl-dot.active {
    background-color: #638e8d;
}

@media only screen and (max-width: 992px) {
    .section.about .courses .item {
        height: 325px;
    }
}
/* END ABOUT */

/* SERVICES PARTNERS */
.section.services_partners .card {
    min-height: 100%;
}

.section.services_partners .card-header {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    background-color: #a7dbd9;
}

.section.services_partners .card-body {
    display: flex;
    flex-direction: column;
}

.section.services_partners .icon {
    width: 150px;
    height: 150px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7dbd9;
    border-radius: 50%;
}

.section.services_partners .icon svg {
    width: 80px;
    height: 80px;
}

.section.services_partners .services_partners_item:hover .icon {
    background-color: #000;
}

.section.services_partners .services_partners_item:hover .icon svg {
    fill: #a7dbd9;
}

.section.services_partners .card-text {
    flex: 1;
}

.section.services_partners .card-buttons {
    width: calc(100% - 60px);
    margin: auto;
}

#servicesPartnersFormModal .modal-body {
    font-size: 14px;
}

#servicesPartnersFormModal .modal-title {
    font-size: 1rem;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .section.services_partners .services_partners_item {
        margin-bottom: 1rem;
    }
}
/* END SERVICES PARTNERS */

/* CALENDAR COURSES */
.section.calendar-courses {
    background-color: #fff;
}

.section.calendar-courses .item {
    height: 200px;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.section.calendar-courses .item:last-child {
    margin-bottom: 0;
}

.section.calendar-courses .item img {
    width: 365px;
    height: 100%;
    object-fit: contain;
}

.section.calendar-courses .item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section.calendar-courses .item .info .title {
    flex: 1;
}

.section.calendar-courses .item .info .title > * {
    text-align: left;
}

.section.calendar-courses .item .buttons {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.section.calendar-courses .item .buttons a {
    background-color: #fff;
    border: 2px solid #a7dbd9;
    padding: 7px 35px;
    color: #a7dbd9;
    border-radius: 50px;
    text-decoration: none;
}

.section.calendar-courses .item .buttons a:hover,
.section.calendar-courses .item .buttons a:last-child {
    background-color: #a7dbd9;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .section.calendar-courses .item {
        flex-direction: column;
        height: auto;
    }

    .section.calendar-courses .item .buttons a {
        padding: 4px 10px;
    }
}
/* END CALENDAR COURSES */

/* COURSE VIEW */
.section.course-view .item {
    margin-bottom: 25px;
}

.section.course-view .item-top {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.section.course-view .item-top .item-left {
    width: 100px;
    height: 100px;
}

.section.course-view .item-top .item-left img {
    width: 100%;
}

.section.course-view .item-top .item-right {
    flex: 1;
}

.section.course-view .item:last-child {
    margin-bottom: 0;
}

.section.course-view .item-right > * {
    text-align: left;
    margin-bottom: 0;
}

.section.course-view .item .buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.section.course-view .item .buttons a {
    background-color: #fff;
    border: 2px solid #a7dbd9;
    padding: 7px 35px;
    color: #a7dbd9;
    border-radius: 50px;
    text-decoration: none;
}

.section.course-view .item .buttons a:last-child,
.section.course-view .item .buttons a:hover {
    background-color: #a7dbd9;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .section.course-view .item .buttons a {
        padding: 4px 10px;
    }
}
/* END COURSE VIEW */

/* PRODUCTS CLIENTS */
.section.products_clients {
    background-color: #a7dbd9;
}

.section.products_clients .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 35px;
}

.section.products_clients .item:hover .title {
    color: #fff;
}

.section.products_clients .item:hover .icon {
    background-color: #000 !important;
    color: #fff;
}

.section.products_clients .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.section.products_clients .icon {
    width: 60px;
    height: 60px;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.section.products_clients .title {
    display: block;
    margin-top: 10px;
    color: #000;
}

.section.product-client-header {
    text-align: center;
}

.section.product-client-header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.section.section.product-client-header .title span {
    background-color: #a7dbd9;
    padding: 2px 7px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.section.section.product-client-header p.subtitle {
    font-weight: 600;
}

.section.product-client-header img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.section.product-client-info-items {
    min-height: 300px;
    position: relative;
}

.section.product-client-info-items:after {
    content: '';
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    min-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.section.product-client-info-items .container {
    position: relative;
    z-index: 1;
}

.section.product-client-info-items h4 {
    text-align: left;
    text-decoration: underline;
    font-weight: 600;
}

.section.product-client-info-items .items {
    margin-top: 15px;
}

.section.product-client-info-items .item {
    display: list-item;
    margin-left: 1.3em;
    list-style-type: disc;
    margin-bottom: 35px;
}

.section.product-client-info-items .item span {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
}

.section.product-client-info-items .item p {
    font-size: 14px;
    white-space: pre-line;
}

.section.product-client-info-star-items .item {
    font-size: 17px;
    margin-bottom: 10px;
}

.section.product-client-info-star-items .item:last-child {
    margin-bottom: 0;
}

.section.product-client-info-star-items .item span {
    margin-left: 10px;
}

.section.product-client-info-star-items .item svg path {
    fill: #a7dbd9;
}

.section.product-client-author span.section-title {
    text-decoration: underline;
    display: block;
}

.section.product-client-author h4.title {
    text-align: left;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.section.product-client-author p.text {
    white-space: pre-line;
}

.section.product-client-packages h1.section-title {
    text-decoration: underline;
}

.section.product-client-packages .items {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
}

.section.product-client-packages .items > .item {
    background-color: #fff;
    border-radius: 10px;
    max-width: 250px;
    flex: 1;
}

.section.product-client-packages .item-header {
    background-color: #a7dbd9;
    text-align: center;
    padding: 15px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.section.product-client-packages .item-header .border-package {
    content: '';
    border-top: 0px solid #a7dbd9;
    border-bottom: 30px solid #ffffff;
    border-right: 17px solid #a7dbd9;
    border-left: 15px solid #ffffff;
    position: absolute;
    bottom: -30px;
    z-index: 1;
    right: 0;
}

.section.product-client-packages .item-header .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
}

.section.product-client-packages .item-header .price {
    font-weight: 600;
    font-size: 17px;
    display: block;
}

.section.product-client-packages .item-body {
    padding: 15px;
    margin-top: 35px;
}

.section.product-client-packages .item-body .package-items > .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.section.product-client-packages .item-body button.purchase {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-transform: uppercase;
    color: green;
    background: transparent;
    padding: 5px 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.section.product-client-packages .item-body button.purchase:hover {
    background: #e7e7e7;
}

.section.product-client-comments h1.section-title {
    text-decoration: underline;
    display: block;
}

.section.product-client-comments .items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 15px;
}

.section.product-client-comments .item {
    display: flex;
    flex-direction: row;
}

.section.product-client-comments .item img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.section.product-client-comments .item .info {
    flex: 1;
}

.section.product-client-comments .item .info svg path {
    fill: orange;
}

.section.product-client-comments a.more-btn {
    color: #000;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

@media only screen and (max-width: 992px) {
    .section.product-client-author span.section-title {
        margin-top: 15px;
    }

    .section.product-client-packages .items {
        flex-direction: column;
    }

    .section.product-client-packages .items > .item {
        max-width: 100%;
    }
}
/* END PRODUCTS CLIENTS */

/* CONTACT */
.section.contact {
    background-color: #fff;
    padding: 35px 0;
}

.section.contact h1 {
    margin-bottom: 35px;
}

.section.contact form {
    width: 100%;
}

.section.contact .info ul {
    margin: 0;
    padding: 0;
}

.section.contact .info li {
    display: block;
    padding: 10px;
    background-color: #a7dbd9;
    color: #000;
    margin-bottom: 15px;
    border-radius: 2px;
}

.section.contact .info li a {
    color: #000;
}

.section.contact .type-select label {
    background-color: #fff;
    border: 2px solid #a7dbd9;
    border-radius: 50px;
    padding: 5px 15px;
    cursor: pointer;
    user-select: none;
    margin-right: 15px;
}

.section.contact .type-select label:last-of-type {
    margin-right: 0;
}

.section.contact .type-select input {
    display: none;
}

.section.contact .type-select input:checked + label {
    background-color: #a7dbd9;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .section.contact .info {
        margin-top: 15px;
    }
}
/* END CONTACT */

/* CATEGORY */
.section.category-body .category-item {
    margin-bottom: 1.5rem;
    min-height: 675px;
}

.section.category-body .card {
    height: 100%;
}

.section.category-body .card-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.section.category-body .card-title {
    flex: 1;
}
/* END CATEGORY */
