@font-face {
    font-family: 'BreviaMedium';
    src: url('../fonts/Brevia_Medium.otf') format('opentype');
}

@font-face {
    font-family: 'BreviaRegular';
    src: url('../fonts/Brevia_Regular.otf') format('opentype');
}

@font-face {
    font-family: 'BreviaLight';
    src: url('../fonts/Brevia_Light.otf') format('opentype');
}

@font-face {
    font-family: 'FormaDJRMicroMedium';
    src: url('../fonts/FormaDJRMicro-Medium.ttf') format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

:root {
    --main-color: #3590d9;
    --hover-color: #d00000;
    --text-color: #404040;
}

html {}

body {
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    background-color: #dcdcdc;
    overflow-x: hidden;
}

body.menu-opened {
    overflow-y: hidden;
}

body.scrolling header {
    position: fixed;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: var(--text-color);
    text-decoration: none;
    cursor: pointer;
}

header {
    width: 100%;
    z-index: 999;
    width: 100%;
    height: 105px;
    background-color: rgba(226, 1, 19, .37);
}

header section {
    padding: 25px 160px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav span {
    color: #5a5a5a;
    font-family: 'BreviaLight';
}

nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav ul li {
    padding: 0 15px;
    color: #5a5a5a;
    font-family: 'BreviaLight';
    text-transform: uppercase;
}

nav ul li a.active {
    color: #a80411;
    font-family: 'BreviaRegular';
}

p {
    color: var(--text-color);
    text-align: justify;
}

body.scrolling .logo-img {
    max-width: 150px;
    transition: all .3s ease-in-out;
}

body.scrolling header {
    height: 85px;
    transition: all .3s ease-in-out;
}

body.scrolling header section {
    background-color: rgba(255, 255, 255, 0.95);
    transition: all .3s ease-in-out;
}

.section-title-box {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-title-text {
    font-size: 36px;
    letter-spacing: 5px;
    color: #651818;
    text-transform: uppercase;
    font-family: 'FormaDJRMicroMedium';
}

.section-title-underline {
    width: 65%;
    height: 3.5px;
    background-color: #d00000;
}

.section-title-underline2 {
    width: 65%;
    height: 3.5px;
    background-color: white;
}

.more-button {
    margin: 65px 0 30px;
    padding: 10px 50px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    transition: all .3s ease-in-out;
    background-color: #50463e;
    cursor: pointer;
}

.more-button:hover {
    transition: all .3s ease-in-out;
    background-color: var(--hover-color);
}

.more-button a {
    font-family: 'BreviaRegular';
    color: white;
}

.more-button2 {
    transition: all .3s ease-in-out;
    background-color: #cfcfcf;
}

.more-button2 a {
    transition: all .3s ease-in-out;
    color: #4f453d;
}

.more-button2:hover a {
    transition: all .3s ease-in-out;
    color: white !important;
}

.sub-title {
    font-weight: 600;
    color: var(--text-color);
}

.logo-img {
    width: 100%;
    max-width: 220px;
    transition: all .3s ease-in-out;
}

.nav-menu li {
    border-right: 2px solid #e7e7e7;
}

.nav-menu li:last-child {
    border-right: 0 solid transparent;
}

.lang-box {
    margin-left: 40px;
}

.lang-box span {
    cursor: pointer;
}

.lang-modal {
    top: 70px;
    right: 160px;
    z-index: 99;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: white;
    position: absolute;
    flex-direction: column;
}

.lang-modal.active {
    display: flex;
}

.lang-modal li {
    padding: 10px 20px;
    cursor: pointer;
}

.lang-modal li:hover {
    color: white;
    background-color: var(--hover-color);
}

.banner-box {
    position: relative;
}

.banner-top-line {
    width: 100%;
    height: 5px;

}

.banner-box img {
    width: 100%;
}

.banner-slogan {
    right: 0;
    top: 225px;
    position: absolute;
}

.inner-slogan {
    top: 115px;
}

.banner-parallelogram {
    padding: 10px 80px;
    padding-right: 160px;
    background-color: rgba(42, 31, 31, .59);
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
    box-sizing: content-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.banner-parallelogram h1 {
    margin: 0;
    font-weight: 600;
    font-size: 42px;
    font-family: "DM Serif Text", serif;
    font-style: italic;
    color: white;
}

.banner-parallelogram h2 {
    margin: 0;
    font-weight: 600;
    font-size: 36px;
    font-family: "DM Serif Text", serif;
    font-style: italic;
    color: white;
}

.about-row {
    margin-bottom: 50px;
}

.about-row:last-child {
    margin-bottom: 0;
}

.about-box {
    margin-top: -150px;
    padding: 13%;
    width: 100%;
    clip-path: polygon(0% 12%, 100% 0%, 100% 89%, 0% 100%);
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content {
    gap: 60px;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    position: relative;
    display: grid;
}

.about-right img {
    width: 100%;
    max-width: 520px;
}

.areas-box {
    margin-top: -345px;
    padding: 20% 160px 10%;
    background-size: contain;
    /* clip-path: polygon(0% 360px, 100% 11%, 100% 100%, 0% 100%); */
    clip-path: polygon(0% 400px, 100% 8%, 100% 100%, 0% 100%);
    background: url('../img/Home_Areas.png');
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.areas-content {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.areas-title {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.areas-item p {
    margin-bottom: 0;
    color: #bdbdbd;
}

.contact-box {
    margin-top: -155px;
    padding: 8% 10%;
    clip-path: polygon(0% 0%, 100% 22%, 100% 85%, 0% 100%);
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-content {
    gap: 40px;
    display: flex;
    flex-direction: row;
}

.contact-item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-left img {
    width: 100%;
}

.contact-label {
    min-width: 125px;
    font-weight: 600;
    line-height: 1;
    color: #942828;
}

.footer-inside {
    margin-top: -70px;
    height: 120px;
    clip-path: polygon(0% 75%, 100% 0%, 100% 100%, 0% 100%);
    background-color: var(--text-color);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer-text {
    margin-bottom: 20px;
    color: white;
}

.inner-about-us-box {
    margin-top: -125px;
    padding: 15% 12% 8%;
    clip-path: polygon(0% 320px, 100% 0%, 100% 99%, 0% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.inner-areas-box {
    margin-top: -140px;
    padding: 15% 12% 8%;
    clip-path: polygon(0% 18%, 100% 0%, 100% 95%, 0% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.inner-newsletter-blog-box {
    margin-top: -140px;
    padding: 15% 160px 8%;
    clip-path: polygon(0% 320px, 100% 0%, 100% 90%, 0% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.inner-contact-us-box {
    margin-top: -140px;
    padding: 15% 12% 8%;
    clip-path: polygon(0% 40%, 100% 0%, 100% 88%, 0% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.team-people-item {
    margin-bottom: 80px;
    gap: 60px;
    display: grid;
}

.team-people-item:nth-child(2),
.team-people-item:nth-child(3) {
    grid-template-columns: 1fr;
}

.team-people-item:last-child {
    margin-bottom: 0;
}

.tp-name {
    margin-bottom: 5px;
    font-size: 22px;
}

.tp-right img {
    width: 100%;
}

.inner-areas-content {
    display: flex;
    flex-direction: column;
}

.inner-areas-item {
    margin-bottom: 60px;
    gap: 40px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    align-items: center;
}

.inner-areas-item:nth-child(2) {
    grid-template-columns: 1.5fr 1fr;
}

.inner-areas-item img {
    width: 100%;
}

.inner-areas-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.inner-newsletter-blog-content {
    width: 100%;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.nb-item {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align: center;
}

.nb-item:hover {
    color: white;
    background-color: var(--hover-color);
}

.inner-nb-content p span {
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

.inner-events-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-events-content p {
    width: 100%;
}

.inner-events-content video {
    max-width: 600px;
}

.inner-events-content img {
    width: 100%;
    /* max-width: 720px;  */
}

.inner-events-content h6 {
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#EventDiv {
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.only-one {
    grid-template-columns: repeat(1, 1fr)!important;
}

#EventDiv .event-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#EventDiv .event-item img {
    border: 3px solid transparent;
}

#EventDiv .event-item:hover img {
    border: 3px solid var(--hover-color);
}

#EventDiv .event-item img {
    width: 100%;
    max-width: 360px;
}

.events-date {
    letter-spacing: initial;
    font-family: Helvetica, sans-serif!important;
}

#EventContentDiv {
    position: relative;
}


#EventContentDiv .swiper{
    margin: 30px 0;
    width: 100%;
    max-width: 540px;
    height: 360px;
}

#EventContentDiv a {
    color: var(--hover-color);
}

#EventContentDiv .swiper-slide{
    width: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-pagination-bullet-active {
    background-color: var(--hover-color);
}

.swiper-button-next, .swiper-button-prev {
    color: var(--hover-color);
}

.swiper-button-prev {
    left: -50px;
}

.swiper-button-next {
    right: -50px;
}

.swiper-pagination {
    bottom: -20px!important;
}
.swiper-master{
    margin-bottom: 60px;
    position: relative;
}

.about-content-2 {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-awards-box {
    margin-top: 40px;
    width: 100%;
    grid-template-columns: repeat(4, auto);
    display: grid;
}

@media screen and (max-width: 640px) {
    .about-awards-box {
        grid-template-columns: repeat(2, auto);
    }
}

.about-awards-box > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-awards-box img {
    width: 100%;
    max-width: 240px;
}

.content2 {
    display: flex;
    flex-direction: column;
}

.content2 p {
    text-align: justify;
}

.tp-left ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

.tp-left ul li {
    list-style-type: disc;
}