/*!
Theme Name: underscores child
Theme URI: https://underscores.me/
Author: wecan-group.vn
Author URI: https://underscores.me/
Template: underscores
Description: underscores Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

underscores is based on underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
:root {
    --site-primary-font: "Basic";
    --site-primary-color: #145D5B;
    --site-second-color: #7CF76E;
    --site-third-color: #F0EFE8;
    --font-primary-color: #252525;
    --font-second-color: #FFF;
    --font-third-color: #21B772;
}

html, body {
    overflow-x: hidden;
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 25px;
    font-family: var(--site-primary-font), sans-serif;
    color: var(--font-primary-color);
    background: var(--site-third-color);
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

a:hover,
a:focus {
    color: var(--font-primary-color);
}

.hidden,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
	display: none !important;
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.img-content {
    width: 100% !important;
}

.content-title-1,
.content-title-2,
.content-title-3,
.content-title-4 {
    margin-bottom: 0;
}

.content-title-1,
.content-title-4 {
    color: var(--site-primary-color);
}

.content-title-2,
.content-title-3 {
    color: var(--site-second-color);
}

.content-title-2,
.particles-title {
    font-size: 60px;
    line-height: 80px;
}

.content-title-3,
.content-title-4 {
    font-size: 40px;
    line-height: 54px;
}

.content-title-1 {
    font-size: 72px;
    line-height: 95px;
}

.content-description p:last-child {
    margin-bottom: 0;
}

.hover-img-wrapper {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.fancybox-container {
    z-index: 99999;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #CCC;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-primary-color);
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-title {
    color: var(--font-second-color);
}

.wpcf7-required {
    color: var(--site-second-color);
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-date,
.wpcf7-textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    border: none !important;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-submit {
    width: 100%;
    padding: 20px !important;
    border: none !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    color: var(--font-second-color) !important;
    background: var(--font-third-color) !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}
/*-- end site modal content css --*/


/*-- site navigation css --*/
.main-navigation {
    padding: 12px 0;
    border-bottom: solid 1px var(--site-second-color);
    background: var(--site-third-color);
}

.site-title,
.site-title a,
.site-logo {
    height: 40px !important;
}

.site-title,
.site-title a {
    display: flex;
    align-items: center;
}

.site-title {
    margin-bottom: 0 !important;
}

.site-logo {
    padding: 5px 0 !important;
    object-fit: contain;
}
/*-- end site navigation css --*/


/*-- site homepage content css --*/
.banner-content-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.banner-title {
    width: 860px;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 90px;
    line-height: 115px;
    color: var(--font-second-color);
}

.btn-banner,
.btn-banner:hover,
.btn-banner:focus,
.btn-banner:visited {
    color: var(--site-second-color);
}

.btn-banner,
.btn-content {
    display: inline-flex;
    align-items: center;
}

.btn-banner {
    margin-top: 50px;
}

.btn-banner .icon-down,
.btn-content .icon-right {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.manifesto-content-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

.img-manifesto-bg {
    top: -35%;
    right: 0;
    width: 600px;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 0;
}

.manifesto-content-wrapper .container {
    position: relative;
    z-index: 1;
}

.manifesto-content-left,
.manifesto-content-right,
.portfolio-content-left,
.portfolio-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-manifesto {
    width: 300px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}

.manifesto-description,
.btn-manifesto {
    margin-top: 30px;
}

.btn-manifesto {
    display: inline-block;
}

.btn-content,
.btn-content:hover,
.btn-content:focus,
.btn-content:visited {
    color: var(--font-third-color);
}

.portfolio-content-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
}

.portfolio-description {
    text-align: right;
}

.btn-portfolio {
    margin-top: 10px;
}

.portfolio-content-bottom {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #D3D3D3;
}

.portfolio-galler-2,
.portfolio-galler-3 {
    margin-top: 50px;
}

.img-portfolio-logo {
    width: 200px;
    height: 65px;
    object-fit: contain;
}

.programs-content-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
    background: var(--font-primary-color);
}

.programs-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.programs-title {
    margin-bottom: 0;
}

.programs-description,
.programs-description a,
.programs-description a:hover,
.programs-description a:focus,
.programs-description a:visited {
    color: var(--font-second-color);
}

.programs_content .col-lg-6 {
    margin-top: 30px;
}

.programs {
    height: 100%;
    background: var(--site-third-color);
}

.img-programs-content {
    width: 330px;
    height: 100%;
    object-fit: cover;
}

.programs .ms-3 {
    margin-left: 0 !important;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.programs-content-logo {
    width: 180px;
    max-width: 100%;
}

.programs-content-description,
.btn-programs {
    font-size: 14px;
    line-height: 19px;
}

.programs-content-description {
    color: var(--site-primary-color);
}

.btn-programs {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--font-third-color);
    display: flex;
    justify-content: space-between;
}

.news-content-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
    background: var(--font-primary-color);
    position: relative;
}

.img-news {
    left: 0;
    bottom: 0;
    width: 510px;
    position: absolute;
}

.news-content-top,
.news-content-bottom {
    z-index: 1;
    position: relative;
}

.news-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-content-bottom .col-lg-4 {
    margin-top: 30px;
}

.news-content {
    padding: 0 30px;
    height: 100%;
    border-left: solid 1px var(--site-second-color);
}

.news-content-thumb {
    height: 220px;
    object-fit: cover;
}

.news-content-title,
.news-content-title a,
.news-content-title a:hover,
.news-content-title a:focus,
.news-content-title a:visited {
    color: var(--site-second-color);
}

.news-content-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
}
/*-- end site homepage content css --*/


/*-- site overview page content css --*/
.overview-content-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
    background: var(--font-primary-color);
    position: relative;
}

.img-overview {
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100%;
    position: absolute;
}

.overview-content-wrapper .container,
.value-content-wrapper .container {
    width: 780px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.overview-description {
    margin-top: 30px;
}

.overview-description,
.overview-description a,
.overview-description a:hover,
.overview-description a:focus,
.overview-description a:visited {
    color: var(--font-second-color);
}

.value-content-wrapper {
    padding: 50px 0;
    background: var(--font-primary-color);
}

.icon-value-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: solid 1px var(--font-second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-content-wrapper .value {
    margin-top: 30px;
}

.icon-value-content {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.value-content-title {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--font-second-color);
}

.particles-content-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
    background: var(--font-primary-color);
    position: relative;
}

canvas {
    top: 0;
    left: 0;
    display: block;
    vertical-align: bottom;
    position: absolute;
}

.particles-title-2-wrapper {
    text-align: right;
}

.particles-title {
    margin-bottom: 0;
    width: 700px;
    max-width: 100%;
    color: var(--font-second-color);
    position: relative;
    z-index: 1;
}

.particles-title-1 {
    width: 630px;
}

.particles-title-2 {
    width: 750px;
    margin-left: auto;
}

.particles-title span {
    color: var(--site-second-color);
}

.img-contact-content {
    width: 675px;
    height: 100%;
    object-fit: cover;
}

.contact-content-subtitle {
    margin-bottom: 0;
    color: var(--font-third-color);
}

.contact-content-title {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 64px;
    color: var(--site-primary-color);
}

.contact-content-wrapper {
    padding: 100px 0;
}

.contact-content:not(:last-child) {
    margin-bottom: 75px;
}

.contact-content-description,
.btn-contact-content {
    margin-top: 30px;
}

.contact-content .ms-3 {
    margin: 0 !important;
}

.contact-content-even .flex-grow-1 {
    padding: 75px 75px 75px 0;
}

.contact-content-odd .flex-grow-1 {
    padding: 75px 0 75px 75px;
}

.contact-content .flex-grow-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*-- end site overview page content css --*/


/*-- site programs page content css --*/
.img-banner {
    top: 0;
    right: 0;
    width: 560px;
    position: absolute;
}

.banner-content-wrapper .container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.banner-content-left,
.banner-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-subtitle,
.banner-description,
.banner-description a,
.banner-description a:hover,
.banner-description a:focus {
    color: var(--font-second-color);
}

.banner-logo {
    width: 380px;
    max-width: 100%;
}

.banner-content-right .btn-banner {
    margin-top: 20px;
}

.mentor-content-wrapper {
    background: var(--site-primary-color);
}

.mentor-content-left,
.mentor-content-right {
    height: 970px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mentor-content-left {
    padding: 100px;
    overflow: scroll;
}

.mentor-description,
.mentor-description a,
.mentor-description a:hover,
.mentor-description a:focus,
.mentor-description a:visited,
.mentor-content,
.mentor-content a,
.mentor-content a:hover,
.mentor-content a:focus,
.mentor-content a:visited {
    color: var(--font-second-color);
}

.mentor-description,
.mentor-content {
    margin-top: 50px;
}

.mentor-content {
    padding-top: 50px;
    border-top: solid 1px var(--font-second-color);
}

.mentor-content-right {
    position: relative;
}

.img-mentor {
    height: 100%;
    object-fit: cover;
}

.img-mentor-right {
    right: 0;
    bottom: 0;
    width: 500px;
    position: absolute;
}

.apply-content-wrapper {
    padding: 100px 0;
    position: relative;
}

.img-apply {
    top: 0;
    left: 0;
    width: 500px;
    position: absolute;
}

.apply-content-wrapper .container {
    position: relative;
    z-index: 1;
}

.apply-subtitle {
    margin-bottom: 0;
    color: var(--font-third-color);
}

.apply-description {
    margin-top: 50px;
}

.apply-content-right {
    padding: 35px;
    border-radius: 4px;
    background: var(--site-primary-color);
}
/*-- end site programs page content css --*/


/*-- site team page content css --*/
.team-page-content {
    padding-top: 200px;
    padding-bottom: 100px;
    background: var(--font-primary-color);
    position: relative;
}

.img-team-header {
    top: 0;
    right: 0;
    width: 630px;
    position: absolute;
}

.team-header {
    width: 680px;
    max-width: 100%;
}

.team-description,
.team-description a,
.team-description a:hover,
.team-description a:focus,
.team-description a:visited {
    color: var(--font-second-color);
}

.team-description {
    margin-top: 30px;
}

.team-content-wrapper {
    margin-top: 75px;
}

.team-content {
    margin-top: 25px;
}

.team-modal .modal-content {
    border-radius: 0;
}

.team-modal .modal-body {
    padding: 0;
    background: var(--site-third-color);
    position: relative;
}

.team-modal .btn-close {
    top: 30px;
    right: 30px;
    box-shadow: none;
    position: absolute;
}

.team-modal .d-flex .flex-shrink-0,
.team-modal .d-flex .flex-grow-1 {
    height: 475px;
}

.team-modal .d-flex .ms-3 {
    margin-left: 0 !important;
    padding: 40px;
}

.img-modal-content {
    width: 430px;
    height: 100%;
    object-fit: cover;
}

.team-modal-title,
.team-modal-subtitle {
    margin-bottom: 0;
}

.team-modal-title {
    font-size: 35px;
    line-height: 47px;
    color: var(--site-primary-color);
}

.team-modal-subtitle {
    margin-top: 10px;
    padding-bottom: 10px;
    color: var(--font-third-color);
    border-bottom: solid 1px var(--font-third-color);
}

.team-modal-description {
    margin-top: 10px;
    height: 294px;
    overflow-y: auto;
}

.img-team-content-wrapper {
    position: relative;
}

.img-team-content-frame {
    left: 0;
    bottom: 0;
    width: 220px;
    position: absolute;
}

.img-team-content {
    height: 450px;
    object-fit: cover;
}

.img-team-content-default {
    background: var(--font-second-color);
}

.team-content-subtitle,
.team-content-title {
    margin-bottom: 0;
}

.team-content-subtitle {
    margin-top: 20px;
    color: var(--font-third-color);
}

.team-content-title {
    margin-top: 5px;
    font-size: 35px;
    line-height: 47px;
    color: var(--font-second-color);
}
/*-- end site team page content css --*/


/*-- site contact page content css --*/
.contact-page-form-wrapper {
    padding-top: 150px;
    padding-bottom: 50px;
}

.contact-page-form-subtitle {
    margin-bottom: 0;
    color: var(--font-third-color);
}

.contact-page-form-description {
    margin-top: 20px;
}

.contact-page-form-right {
    padding: 35px;
    border-radius: 4px;
    background: var(--site-primary-color);
}

.contact-page-content-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-page-content-title {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--site-primary-color);
}

.contact-page-content-description {
    margin-top: 20px;
}

.contact-page-content-right .contact-page-content:not(:last-child) {
    margin-bottom: 50px;
}
/*-- end site contact page content css --*/


/*-- site archive page css --*/
.site-main {
    position: relative;
}

.img-news-header {
    top: 0;
    right: 0;
    width: 680px;
    position: absolute;
    z-index: 0;
}

.page-header,
.page-header a,
.page-header a:hover,
.page-header a:focus,
.page-header a:visited,
.entry-header,
.entry-header a,
.entry-header a:hover,
.entry-header a:focus,
.entry-header a:visited {
    color: var(--font-second-color);
}

.page-header,
.entry-header {
    padding: 100px 0;
    min-height: 600px;
    background: var(--font-primary-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-header .container,
.entry-header .container {
    position: relative;
    z-index: 1;
}

.archive-title,
.page-title {
    font-size: 18px;
    line-height: 25px;
    color: var(--font-third-color);
}

.archive-subtitle {
    font-size: 72px;
    line-height: 95px;
}

.archive-subtitle span {
    margin-left: 100px;
    display: block;
}

.archive-main {
    padding: 50px 0;
}

.archive-main .col-lg-4 {
    margin-bottom: 30px;
}

.archive-content {
    padding: 0 30px;
    height: 100%;
    border-left: solid 1px var(--site-primary-color);
}

.archive-content-title,
.archive-content-title a,
.archive-content-title a:hover,
.archive-content-title a:focus,
.archive-content-title a:visited {
    color: var(--site-primary-color);
}

.archive-content-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
}
/*-- end site archive page css --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    border: none;
    position: absolute;
}

.widget-title,
.widgettitle {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer .cat-links,
.entry-footer .edit-link,
.nav-links {
    display: none !important;
}

.post-navigation {
    margin: 0 !important;
}

.single-title {
    width: 910px;
    max-width: 100%;
}

.single-main .entry-content,
.single-main .entry-footer {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
}

.related-title {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 54px;
    color: var(--font-second-color);
    border-bottom: solid 1px var(--site-second-color);
}

.single-related-wrapper .col-lg-4 {
    margin-top: 30px;
}

.related-content {
    height: 100%;
    border-radius: 4px;
    background: var(--font-second-color);
}

.single-main .entry-footer {
    padding-top: 10px;
    border-top: solid 1px var(--font-third-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-date {
    margin-bottom: 0;
}

.single-socials-share a:not(:first-child) {
    margin-left: 10px;
}

.icon-share {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.related-content .news-thumb-wrapper,
.related-content .news-content-thumb {
    border-radius: 4px 4px 0 0;
}

.related-content-title {
    margin-bottom: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
}
/*--  end site single css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 36px;
    height: 36px;
    border-radius: 4px !important;
    color: var(--font-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--font-second-color);
    border-color: var(--font-primary-color);
    background: var(--font-primary-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
    border: none;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}

.single-related-wrapper {
    padding: 50px 0;
    background: #21B772;
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.back-to-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 999;
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}

.icon-to-top {
    filter: brightness(0) invert(1);
}

.site-footer {
    padding: 100px 0;
    background: var(--site-primary-color);
    position: relative;
}

.img-footer {
    top: 0;
    left: 0;
    width: 502px;
    height: 419px;
    object-fit: contain;
    object-position: top;
    position: absolute;
    z-index: 0;
}

.site-info {
    z-index: 1;
    position: relative;
}

.footer-title,
.footer-menu li,
.footer-menu a,
.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a:visited,
.footer-copyright-left span {
    color: var(--font-second-color);
}

.footer-title {
    margin-bottom: 0;
    font-size: 72px;
    line-height: 95px;
}

.footer-title span {
    margin-left: 100px;
    width: 100%;
    display: inline-block;
}

.footer-link-wrapper,
.footer-menu,
.footer-socials-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-link-wrapper li,
.footer-menu li,
.footer-socials-wrapper li {
    list-style: none;
}

.footer-link-wrapper li {
    padding: 12px 0;
    font-size: 45px;
    line-height: 60px;
    border-bottom: solid 1px var(--site-second-color);
}

.footer-link-wrapper li,
.footer-link-wrapper a,
.footer-link-wrapper a:hover,
.footer-link-wrapper a:focus,
.footer-link-wrapper a:visited {
    color: var(--site-second-color);
}

.footer-link-wrapper span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-link-wrapper .icon-right {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
    transition: .5s;
}

.footer-link-wrapper li:hover .icon-right {
    margin-right: 50px;
}

.footer-menu-wrapper {
    margin-top: 100px;
}

.footer-menu {
    margin-top: 24px;
}

.footer-menu li,
.footer-socials-wrapper li {
    display: inline-block;
}

.footer-menu li {
    text-transform: uppercase;
}

.footer-menu li:not(:last-child),
.footer-socials-wrapper li:not(:last-child) {
    margin-right: 24px;
}

.footer-copyright-wrapper {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px var(--site-second-color);
}

.footer-copyright-left,
.footer-copyright-right {
    display: flex;
    align-items: center;
}

.footer-socials-wrapper {
    width: 100%;
    text-align: right;
}

.footer-socials-wrapper .icon-social {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .img-manifesto {
        margin-left: auto;
        margin-right: auto;    
    }

    .footer-menu-wrapper,
    .footer-copyright-wrapper,
    .apply-description,
    .team-content-wrapper {
        margin-top: 24px;
    }

    .footer-menu li:not(:last-child) {
        margin-right: 0;
    }

    .img-manifesto,
    .portfolio-content-left,
    .banner-content-left,
    .contact-content .flex-shrink-0,
    .apply-content-left,
    .contact-page-form-left,
    .contact-page-content-right .contact-page-content:not(:last-child),
    .footer-copyright-left {
        margin-bottom: 24px !important;
    }

    .footer-menu li:not(:last-child) {
        margin-bottom: 14px;
    }

    .main-navigation,
    .contact-content-even .flex-grow-1,
    .contact-content-odd .flex-grow-1 {
        padding: 0;
    }

    .content-wrapper {
        padding: 50px 0;
    }

    .mentor-content-left,
    .apply-content-right,
    .contact-page-form-right {
        padding: 24px;
    }

    .footer-copyright-wrapper {
        padding-top: 24px;
    }

    .site-title,
    .site-title a,
    .site-logo {
        height: 60px !important;
    }

    .site-title {
        justify-content: center;
    }

    .site-logo {
        width: 120px;
    }

    .img-programs-content,
    .particles-title {
        width: 100%;
    }

    .portfolio-content-left,
    .portfolio-content-right,
    .mentor-content-left,
    .mentor-content-right {
        height: auto;
    }

    .banner-content-wrapper {
        height: 500px;
    }
    
    .content-title-1,
    .content-title-2,
    .content-title-3,
    .content-title-4,
    .banner-title,
    .footer-title,
    .footer-link-wrapper li ,
    .particles-title,
    .contact-content-title,
    .archive-subtitle {
        font-size: 32px;
        line-height: 42px;
    }

    .portfolio-description,
    .particles-title {
        text-align: left;
    }

    .programs-content-top,
    .programs,
    .contact-content {
        flex-direction: column;
    }

    .news-content {
        border-right: solid 1px var(--site-second-color);
    }

    .img-contact-content {
        aspect-ratio: 1 / 1;
    }

    .archive-subtitle span {
        margin-left: 0;
        display: inline-block;
    }

    .archive-content {
        border-right: solid 1px var(--site-primary-color);
    }

    .footer-title span {
        margin-left: 0;
        width: auto;
    }

    .footer-menu-wrapper,
    .footer-socials-wrapper {
        text-align: center;
    }

    .footer-menu li {
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 900px) and (max-width: 1600px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
