.mobile-menu {
    display: none;
}

.about-section {
    z-index: 3;
    position: relative;
}

.about-content-2 iframe {
    max-width: 580px;
}

@media screen and (max-width: 1600px) {
    .about-box {
        margin-top: -110px;
        clip-path: polygon(0% 9%, 100% 0%, 100% 89%, 0% 100%);
    }

    header section {
        padding: 25px 80px;
    }

    .lang-modal {
        right: 80px;
    }

    .more-button {
        margin: 20px 0 40px;
    }

    .about-content {
        align-items: center;
    }

    .about-right img {
        max-width: 420px;
    }

    .inner-slogan {
        top: 90px;
    }

    .inner-about-us-box {
        margin-top: -100px;
        clip-path: polygon(0% 275px, 100% 0%, 100% 94%, 0% 100%);
    }

    .inner-news-box {
        margin-top: -100px;
        clip-path: polygon(0% 275px, 100% 0%, 100% 98%, 0% 100%)!important;
    }

    .banner-slogan {
        top: 170px;
    }

    #InnerPageDiv .banner-slogan {
        top: 90px;
    }
}

@media screen and (max-width: 1400px) {
    .inner-news-box {
        margin-top: -100px;
        clip-path: polygon(0% 275px, 100% 0%, 100% 98%, 0% 100%)!important;
    }

    .section-title-text {
        font-size: 28px;
    }

    .more-button {
        margin: 20px 0 0;
    }

    .about-box {
        padding: 240px 80px;
        clip-path: polygon(0% 9%, 100% 20px, 100% 89%, 0% 100%);
    }

    .section-title-box {
        margin-bottom: 40px;
    }

    .areas-content {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .areas-box {
        padding: 25% 80px 15%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .banner-slogan {
        top: 130px;
    }

    .banner-parallelogram {
        padding-right: 80px;
    }

    .banner-parallelogram h1 {
        font-size: 32px;
    }

    .banner-parallelogram h2 {
        font-size: 28px;
    }

    .contact-box {
        margin-top: -115px;
        padding: 200px 30px;
        clip-path: polygon(0% 0%, 100% 15%, 100% 90%, 0% 100%);
    }

    .inner-slogan {
        top: 80px;
    }

    .inner-about-us-box {
        margin-top: -80px;
        clip-path: polygon(0% 240px, 100% 0%, 100% 94%, 0% 100%);
    }

    #InnerPageDiv .banner-slogan {
        top: 70px;
    }
}

@media screen and (max-width: 1300px) {
    nav ul li a{
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    header {
        position: relative;
    }

    .banner-slogan {
        top: 110px;
    }

    #InnerPageDiv .banner-slogan {
        top: 50px;
    }

    .banner-parallelogram {
        padding-right: 30px;
    }

    header section {
        padding: 25px 30px;
    }

    nav {
        top: 0;
        right: 0;
        width: 100%;
        max-width: 500px;
        min-height: 100vh;
        border-left: 5px solid var(--hover-color);
        background-color: white;
        position: absolute;
        display: none;
        flex-direction: column-reverse;
    }

    nav.active {
        display: flex;
    }

    .inner-slogan {
        top: 50px;
    }

    .about-box {
        padding: 240px 30px;
        clip-path: polygon(0% 11%, 100% 70px, 100% 92%, 0% 100%);
    }

    .about-right img {
        max-width: 360px;
    }

    .lang-box {
        top: 20px;
        width: 100%;
        position: absolute;
    }

    .lang-box span {
        display: none;
    }

    .lang-modal {
        top: 0;
        right: auto;
        box-shadow: none;
        position: absolute;
        display: flex;
        flex-direction: row;
    }

    .nav-menu {
        padding: 100px 0;
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .nav-menu li {
        padding: 20px 40px;
        width: 100%;
        border-right: initial;
    }

    .mobile-menu {
        font-size: 24px;
        z-index: 999;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .areas-box {
        padding: 400px 80px 250px;
        background-size: cover;
    }

    .contact-box {
        margin-top: -195px;
        padding: 150px 30px;
        clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
    }

    .inner-about-us-box {
        margin-top: -65px;
        clip-path: polygon(0% 200px, 100% 0%, 100% 94%, 0% 100%);
    }
}

@media screen and (max-width: 991px) {
    header{
        height: 95px;
    }

    p{
        font-size: 16px;
    }

    .banner-slogan {
        top: 85px;
    }

    .logo-img {
        max-width: 150px;
    }

    .about-box {
        padding: 240px 30px 150px;
    }

    .about-content {
        gap: 40px;
        flex-direction: column-reverse;
        display: flex;
    }

    .contact-content {
        gap: 0;
        flex-direction: column-reverse;
        align-items: center;
        display: flex;
    }

    .contact-label {
        margin-bottom: 10px;
    }

    .contact-label,
    .contact-text {
        font-size: 16px;
        text-align: center;
    }

    .contact-item {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .banner-parallelogram h1 {
        font-size: 24px;
    }

    .banner-parallelogram h2 {
        font-size: 20px;
    }

    .sub-title {
        text-align: center;
    }

    .about-row p{
        text-align: justify;
    }

    .areas-title {
        font-size: 18px;
    }

    .inner-about-us-box {
        padding: 175px 30px 100px;
        margin-top: -55px;
        clip-path: polygon(0% 165px, 100% 0%, 100% 95%, 0% 100%);
    }

    .team-people-item {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .team-people-item img{
        width: 100%;
        max-width: 320px;
    }
    
    .inner-newsletter-blog-content{
        grid-template-columns: repeat(1, 1fr);
    }

    #EventDiv {
        grid-template-columns: repeat(1, 1fr);
    }

    #EventContentDiv .swiper{
        width: 280px;
        height: 160px;
    }

    #EventContentDiv .swiper-slide {
        width: 280px!important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .about-box {
        margin-top: -105px;
        padding: 180px 30px 150px;
        clip-path: polygon(0% 195px, 100% 60px, 100% 88%, 0% 100%);
    }

    .areas-box {
        margin-top: -355px;
    }

    .contact-box {
        padding: 100px 30px 150px;
        clip-path: polygon(0% 0%, 100% 5%, 100% 90%, 0% 100%);
    }

    .banner-parallelogram h1 {
        font-size: 18px;
    }

    .banner-parallelogram h2 {
        font-size: 14px;
    }

    .footer-inside {
        height: 150px;
        clip-path: polygon(0% 60%, 100% 0%, 100% 100%, 0% 100%);
    }

    .inner-about-us-box {
        padding: 130px 30px 100px;
        margin-top: -35px;
        clip-path: polygon(0% 130px, 100% 0%, 100% 95%, 0% 100%);
    }

    #InnerPageDiv .banner-slogan {
        top: 40px;
    }
}


@media screen and (max-width: 640px) {
    body.scrolling header{
        height: 75px;
    }
    
    .section-title-text{
        font-size: 20px;
    }
    
    header section{
        padding: 20px;
    }

    header {
        height: 80px;
    }

    .more-button {
        padding: 5px 30px
    }

    .more-button a {
        font-size: 16px;
    }

    .banner-slogan {
        top: 65px;
    }

    #InnerPageDiv .banner-slogan {
        top: 25px;
    }

    .banner-parallelogram h1 {
        font-size: 16px;
    }

    .sub-title {
        font-size: 18px;
    }

    .about-box {
        padding: 180px 20px 50px;
        clip-path: polygon(0% 180px, 100% 80px, 100% 100%, 0% 100%);
    }

    .areas-box,
    .contact-box {
        margin: 0;
        padding: 40px 20px;
        clip-path: none;
    }

    .footer-inside {
        margin: 0;
        padding: 20px;
        clip-path: none;
    }

    .areas-box {
        background-image: url('../img/Home_Areas_M.png');
    }

    .footer-inside {
        height: auto;
    }

    .footer-text{
        margin-bottom: 0;
    }

    .tp-name {
        font-size: 18px;
    }

    .team-people-item p {
        text-align: justify;
    }

    .inner-about-us-box {
        padding: 130px 20px 60px;
        clip-path: polygon(0% 105px, 100% 0%, 100% 100%, 0% 100%);
    }

    #InnerPageDiv .inner-slogan {
        top: 35px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #InnerPageDiv .banner-parallelogram {
        padding: 10px 20px;
        clip-path: none;
    }

    .inner-events-content video {
        height: 450px;
    }
}

@media screen and (max-width: 575.98px) {
    .banner-slogan {
        top: 50px;
    }

    .inner-about-us-box {
        margin-top: -25px;
        clip-path: polygon(0% 95px, 100% 0%, 100% 100%, 0% 100%);
    }

    .about-content-2 iframe {
        height: 240px;
    }
}

@media screen and (max-width: 515px) {
    .about-box {
        margin-top: -125px;
        clip-path: polygon(0% 180px, 100% 95px, 100% 100%, 0% 100%);
    }
}

@media screen and (max-width: 460px) {
    .banner-slogan {
        top: 30px;
    }

    .banner-parallelogram {
        padding-left: 40px;
        padding-right: 20px;
    }
    
    .footer-text{
        font-size: 14px;
    }

    .inner-about-us-box {
        margin-top: -25px;
        clip-path: polygon(0% 80px, 100% 0%, 100% 100%, 0% 100%);
    }

    #InnerPageDiv .inner-slogan {
        top: 20px;
    }
}

@media screen and (max-width: 400px) {
    .about-box {
        margin-top: -125px;
        clip-path: polygon(0% 180px, 100% 110px, 100% 100%, 0% 100%);
    }

    .inner-about-us-box {
        margin-top: -15px;
        clip-path: polygon(0% 70px, 100% 0%, 100% 100%, 0% 100%);
    }
}

@media screen and (max-width: 375px) {
    .banner-slogan {
        top: 28px;
    }

    .areas-title {
        font-size: 16px;
    }

    #InnerPageDiv .inner-slogan {
        top: 20px;
    }
}
@media screen and (max-width: 320px) {
    #InnerPageDiv .inner-slogan {
        top: 15px;
    }
}
