
.gradient-overlay {
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73));
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/* ASIDE MENU */

.overlay-panel {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    cursor: pointer;
}

.display-full {
    display: block !important;
    backdrop-filter: blur(5px);
}

.fthsc-aside-menu {
    border: none;
    width: 30px;
    height: 20px;
    line-height: 20px !important;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 20;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    background: none;
}

.fthsc-aside-menu>span {
    font-family: "Barlow", serif !important;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-left: 15px;
}

.aside-info {
    border-top: 1px solid #ffffff;
    padding-top: 45px;
    padding-bottom: 45px;
}

.aside-menu {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow-x: auto;
    z-index: 10002;
    background-color: rgb(34, 33, 33, .6);
    backdrop-filter: blur(20px);
    top: -100%;
    transition: all ease 0.5s;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.aside-menu--menu {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 20px;
}

.aside-menu--header {
    width: 100%;
    height: 90px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    top: 0;
}

.aside-menu--header li figure.logo{
    width: 180px;
    height: 50px;
    background-image: url(../assets/logo/logo-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.aside-menu--menu>ul {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.aside-menu--menu>ul>li {
    width: auto;
    height: auto;
    position: relative;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.aside-menu--menu>ul>li>a {
    font-family: 'Barlow', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}

.aside-menu--menu>ul>li>ul {
    width: 100%;
    margin-top: 10px;
}

.aside-menu--menu>ul>li>ul>li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0px;
}

.aside-menu--menu>ul>li>ul>li:hover a {
    text-decoration: underline;
}

.aside-menu--menu>ul>li>ul>li>a {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
}

.aside-menu--menu>ul>li>ul>li>ul {
    position: fixed;
    left: -100%;
    background: #333029;
    top: 0px;
    z-index: 4;
    height: 100%;
    transition: all ease 0.2s;
    width: 100%;
}

.aside-menu--menu>ul>li>ul>li>ul>li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.aside-menu--menu>ul>li>ul>li>ul>li>a {
    display: block;
    line-height: 60px;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    padding-left: 20px;
    text-decoration: none;
}

.aside-menu--menu address {
    display: flex;
    align-items: center;
    line-height: 16px;
    color: #ffffff;
    font-size: 20px;
    padding-left: 20px;
}

.aside-menu .menu-kontrol {
    position: Absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 60px;
    z-index: 2;
}

.aside-menu .fthsc-aside-kapat {
    position: absolute;
    border: none;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
}

.aside-menu .menu-kontrol:after {
    font-family: fthsc;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    width: 60px;
    height: 60px;
    position: Absolute;
    right: 0;
    top: -20px;
    content: "\e92d";
    color: #fff;
    line-height: 100px;
    text-align: center;
}

.aside-menu .menu-down:after {
    transform: rotate(180deg) !important;
}

.aside-menu-position {
    top: 0 !important;
    transition: all ease 0.5s;
}

.aside-menu--menu i {
    float: left;
    width: 25px;
    height: 60px;
    line-height: 60px;
    display: block;
}

/* ASIDE MENU */

/* HEADER */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.1s ease-out;
}


header.main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 130px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ffffff47;
    transition: background-color 0.3s ease;
}

header.sub {
    position: absolute;
    z-index: 40;
    width: 100%;
    height: 130px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eae9e9;
    background-color: #ffffff!important;
    transition: background-color 0.3s ease;
}

header.scrolled {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s ease;
    backdrop-filter: blur(8px);
}

header>div.inset>ul {
    width: 100%;
    height: 130px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

header>div.inset>ul>li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 18px;
}

header.main>div.inset>ul>li>figure.logo {
    width: 160px;
    height: 45px;
    background-image: url(../assets/logo/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 20;
    cursor: pointer;
}

header.sub>div.inset>ul>li>figure.logo {
    width: 160px;
    height: 45px;
    background-image: url(../assets/logo/logo-red-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 20;
    cursor: pointer;
}

header.main>div.inset>ul>li:nth-child(2) {
    border-left: 1px solid #ffffff50;
    border-right: 1px solid #ffffff50;
}

header.sub>div.inset>ul>li:nth-child(2) {
    border-left: 1px solid #eae9e9;
    border-right: none;
}

header.sub>div.inset>ul>li:last-child {
    background-color: #ef3f3e;
    height: 50px;
    position: relative;
    z-index: 0;
}

header.sub>div.inset>ul>li:last-child>div.red-area {
    width: 100vw;
    height: 50px;
    background-color: #ef3f3e;
    position: absolute;
    left: 0;
}

header>div.inset>ul>li>nav {
    width: 100%;
    height: 100%;
}

header>div.inset>ul>li>nav>ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

header>div.inset>ul>li>nav>ul>li {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 50px;
}

header.main>div.inset>ul>li>nav>ul>li>a {
    font-family: "Barlow", serif;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    transition: all ease .5s;
    text-decoration: none;
}

header.sub>div.inset>ul>li>nav>ul>li>a {
    font-family: "Barlow", serif;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    transition: all ease .5s;
    text-decoration: none;
}

header.main>div.inset>ul>li>nav>ul>li>ul {
    display: none;
    width: 250px;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    padding: 15px;
}

header.sub>div.inset>ul>li>nav>ul>li>ul {
    display: none;
    width: 250px;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    padding: 15px;
    border: 1px solid #f4f4f4;
}

header>div.inset>ul>li>nav>ul>li:hover>ul {
    display: block;
}

header>div.inset>ul>li>nav>ul>li>ul>li {
    padding: 5px;
    height: 40px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

header>div.inset>ul>li>nav>ul>li>ul>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 10px;
    color: #000000;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

header>div.inset>ul>li>nav>ul>li>ul>li:hover {
    background-color: #f5f5f5;
}


header>div.inset>ul>li>.language-selector {
    position: relative;
    display: inline-block;
    z-index: 99;
    height: 20px;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    margin-right: 5px;
}

header>div.inset>ul>li>.language-selector>a{
    font-size: 16px;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 50px;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.dropdown li {
    border-bottom: 1px solid #eee;
}

.dropdown li:last-child {
    border-bottom: none;
}

.dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: #333;
}

.dropdown li a:hover {
    background-color: #f5f5f5;
}

.hidden {
    display: none;
}


/* HEADER */

/* SLIDER */

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background-image: url(../assets/slider/slide-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* .slider>video {
    min-width: 100%;
    max-height: auto;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

.slider>div.inset {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding-left: 10%;
}

.slider>div.inset>div.slider-container {
    position: relative;
    width: 450px;
}

.slider>div.inset>div.slider-container>h4 {
    width: fit-content;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 75px;
    margin-bottom: 20px;
}

.slider>div.inset>div.slider-container>h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 800;
}

.slider>div.inset>div.slider-container>p {
    width: 350px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 20px;
}

.slider>div.inset>div.slider-container>button {
    width: 90px;
    height: 90px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 70px;
    line-height: 90px;
    color: #ffffff;
    background-color: #ef3f3e;
    border: 1px solid #ef3f3e;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 45px;
}

.slider>div.inset>div.slider-container>button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    cursor: pointer;
}

/* SLIDER */

/* MAIN INFOGRAPHIC */
section.main-infographic {
    width: 100%;
    height: 375px;
    background-color: #f0efef;
    position: relative;
}

section.main-infographic > div.slogan {
    width: 60%;
    height: 350px;
    background-color: #ef3f3e;
    position: absolute;
    left: -21%; /* 1440px çözünürlüğe göre. diğer çözünürlüklere göre responsive ile ayarlanacak */
    background-image: url(../assets/logo/k.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: contain;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    top: -50px;
}

section.main-infographic > div.slogan > h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    width: 390px;
    margin-right: 8%; /* 1440px çözünürlüğe göre. diğer çözünürlüklere göre responsive ile ayarlanacak */
}

section.main-infographic > div.inset > div.info-icons {
    width: 100%;
    height: 300px;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

section.main-infographic > div.inset > div.info-icons > div.icon {
    width: 260px;
    max-width: 260px;
    margin-top: 50px;
}

section.main-infographic > div.inset > div.info-icons > div.icon:nth-child(2) {
    border-left: 1px solid #e6e5e5;
    border-right: 1px solid #e6e5e5;
}

section.main-infographic > div.inset > div.info-icons > div.icon > p {
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

section.main-infographic > div.inset > div.info-icons > div.icon > figure {
    width: 150px;
    height: 150px;
    padding: 40px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 50px;
}

section.main-infographic > div.inset > div.info-icons > div.icon > figure > img {
    width: 100%;
    height: 100%;
}
.swiper-container {
    overflow: hidden !important;
}
/* MAIN INFOGRAPHIC */

/* MAIN SECTION TITLE */

h1.main-section-title {
    width: fit-content;
    height: fit-content;
    text-align: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
}

h1.main-section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: -90px;
    bottom: 10px;
    z-index: 1;
}

.male {color: #000000;}
.male::before {background-color: #000000;}

.female {color: #ffffff;}
.female::before {background-color: #ffffff;}

/* MAIN SECTION TITLE */

/* MAIN ACTIVITY AREAS */

section.main-activity-areas {
    width: 100%;
    height: 865px;
    padding: 50px 0;
    background-color: #ffffff;
}

section.main-activity-areas>div.inset {
    position: relative;
    padding-left: 90px;
    height: 100%;
}

section.main-activity-areas>div.inset>div.activity-areas-slider {
    position: absolute;
    width: 100%;
    height: 690px;
    right: 0;
    top: 0;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item {
    width: 100%;
    height: 690px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article {
    width: 400px;
    height: auto;
    margin-left: 90px;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    margin: 35px 0;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #484747;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 30px 0;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article ul li {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #484747;
    padding: 5px 0;
    border-bottom: 1px solid #ccc5d0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article ul li::after {
    font-family: 'fthsc', serif;
    content: "\e92d";
    font-size: 12px;
    color: #484747;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article ul li:last-child {
    border-bottom: none;
}

section.main-activity-areas > div.inset > div.activity-areas-slider div.activity-area-item > article ul li:hover::after {
    animation: slideOutIn 0.6s ease-in-out forwards;
}

@keyframes slideOutIn {
    0% {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
    49% {
        transform: translateY(-50%) translateX(100%);
        opacity: 0;
    }
    50% {
        transform: translateY(-50%) translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article button {
    background-color: #ef3f3e;
    padding: 20px 80px;
    border: 1px solid #ef3f3e;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>article button:hover {
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px 80px;
    border: 1px solid #ef3f3e;
    color: #ef3f3e;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>figure {
    width: auto;
    height: 690px;
}

section.main-activity-areas>div.inset>div.activity-areas-slider div.activity-area-item>figure img {
    width: auto;
    height: 690px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

section.main-activity-areas>div.inset>div.activity-areas-navigation {
    width: 730px;
    height: 50px;
    position: absolute;
    bottom: 25%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.main-activity-areas>div.inset>div.activity-areas-navigation button {
    background-color: transparent;
    border: none;
    position: relative;
}

section.main-activity-areas>div.inset>div.activity-areas-navigation button:hover {
    background-color: transparent!important;
    border: none!important;
}

button.swiper-button-prev {
    color: #000000;
}

.swiper-button-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    z-index: 10;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.swiper-button-next .next-image {
    width: 170px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.swiper-button-next .next-preview {
    width: auto;
    height: 170px;
    background-color: #ef3f3e;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 99;
}

.swiper-button-next .next-preview .next-info {
    padding: 20px;
    width: auto;
    min-width: 170px;
    text-align: left;
}

.swiper-button-next .next-preview span {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}

.swiper-button-next .next-preview span:first-child {
    margin-bottom: 10px;
}

.swiper-button-next .next-preview .next-overlay {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 70px;
    top: 55px;
}

.swiper-container {
    overflow: hidden !important;
}

.swiper-button-prev::after {
    font-size: 30px !important;
}

.swiper-button-next::after {
    position: absolute;
    z-index: 100;
    width: 170px;
    height: auto;
    left: 10px;
    color: #ffffff;
    font-size: 30px !important;
}

.next-image {
    width: auto;
    height: 170px;
}

/* MAIN ACTIVITY AREAS */
/* MAIN SETTLEMENTS */

section.main-settlements {
    width: 100%;
    height: 990px;
    padding: 165px 0;
    position: relative;
    background-color: #272828;
}

section.main-settlements::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../assets/main-settlements/world.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 90%;
    opacity: 0.3;
}

section.main-settlements>div.inset {
    position: relative;
    height: 100%;
}

section.main-settlements>div.inset>h1 {
    margin-left: 90px;
}

section.main-settlements>div.inset>div.marmara-map {
    width: 888px;
    height: 627px;
    position: absolute;
    left: 307px;
    /* top: -100px; */
}

section.main-settlements>div.inset>div.marmara-map>img {
    width: 760px;
    height: auto;
    position: absolute;
    z-index: 20;
}

.settlement-info {
    position: absolute;
    left: 90px;
    top: 170px;
    max-width: 450px;
    color: #fff;
    z-index: 30;
    font-family: 'Barlow', sans-serif;
}

.settlements-sub-head {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.settlement-info h2, .settlement-info h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}

.settlement-info p {
    margin: 15px 0;
    color: #a9a6a6;
}

.settlement-info ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
}

.settlement-info ul li {
    margin-bottom: 5px;
    color: #a9a6a6;
}

.btn-detail {
    display: block;
    width: fit-content;
    background-color: #ef3f3e;
    padding: 20px 80px;
    border: 1px solid #ef3f3e;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 30px;
}

.btn-detail:hover {
    cursor: pointer;
    background-color: transparent;
    padding: 20px 80px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.map-pin {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #E03C3C;
    border: none;
    cursor: pointer;
    z-index: 30;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-pin.active {
    width: 100px;
    height: 100px;
    background-color: rgb(224 60 60 / 40%);
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
}

.settlement-image {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 574px;
    height: 289px;
    overflow: hidden;
    z-index: 0;
}

.settlement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


    /* Genel responsive reset */
section.main-settlements {
  width: 100%;
  min-height: 100vh;
  padding: 80px 20px;
  position: relative;
  background-color: #272828;
  box-sizing: border-box;
}

section.main-settlements > div.inset {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}



/* Tablet ve mobil görünüm */
@media (max-width: 1024px) {
    section.main-settlements {
        padding: 60px 20px;
    }

   

    /* Harita üstte */
    .marmara-map {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 30px;
        order: 1;
        text-align: center;
    }

    .marmara-map img {
        width: 100% !important;
        height: auto !important;
        position: relative;
        z-index: 10;
        left: 0;
        top: 0;
    }

    .map-pin {
        transform: scale(0.7);
    }
    .map-pin.active {
        transform: scale(1);
        /* margin: 0; */
    }

    /* Fotoğraf haritanın altında */
    .settlement-image {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        order: 2;
        top: 200px;
    }
    .settlement-image img {
        width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }

    /* Info en altta */
    .settlement-info {
        position: relative;
        left: auto;
        top: auto;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
        top: 140px;
        order: 3;
    }

    .settlement-info h2,
    .settlement-info h3 {
        font-size: 22px;
    }

    .settlement-info p,
    .settlement-info ul li {
        font-size: 14px;
    }

    .btn-detail {
        padding: 12px 35px;
        font-size: 16px;
        margin: 20px auto 0;
    }
}

/* Mobil daha küçük ayarlar */
@media (max-width: 600px) {

    section.main-settlements > div.inset {
        align-items: center;
    }
    .settlement-info h2,
    .settlement-info h3 {
        font-size: 18px;
    }
    .btn-detail {
        font-size: 14px;
        padding: 10px 25px;
    }
    .map-pin {
        transform: scale(0.3);
    }
    .map-pin.active {
        transform: scale(0.5);
    }
}

/* MAIN SETTLEMENTS */

/* MAIN SUSTAINABILITY */

section.main-sustainability {
    width: 100%;
    height: 770px;
    background-color: #272828;
    position: relative;
    z-index: 0;
}

section.main-sustainability > div.white-bg {
    width: 100%;
    height: 310px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

section.main-sustainability > div.red-bg {
    width: 50%;
    height: 770px;
    background-color: #ef3f3e;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

section.main-sustainability > div.inset {
   height: 770px;
    background-color: #ef3f3e;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

section.main-sustainability > div.inset > figure {
    min-width: 665px;
    max-width: 665px;
    height: 770px;
    position: relative;
}

section.main-sustainability > div.inset > figure > h1.slogan {
    width: 455px;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    top: 60%;
    left: 40%;
}

section.main-sustainability > div.inset > figure img {
    width: 100%;
    height: 100%;
}

section.main-sustainability > div.inset > div.main-sustainability-text {
    width: auto;
    max-width: 580px;
    padding: 45px 60px 45px 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

section.main-sustainability > div.inset > div.main-sustainability-text > h1.main-section-title {
    margin-left: 90px;
}

section.main-sustainability > div.inset > div.main-sustainability-text > h3 {
    width: 405px;
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    margin: 65px 0 30px 0;
}

section.main-sustainability > div.inset > div.main-sustainability-text > p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px;
}

section.main-sustainability > div.inset > div.main-sustainability-text > a.linked-item {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 8px 0;
    border-bottom: 2px solid #f37271;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

section.main-sustainability > div.inset > div.main-sustainability-text > a.linked-item::after {
    font-family: 'fthsc', serif;
    content: "\e92d";
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in;
}

section.main-sustainability > div.inset > div.main-sustainability-text > a.linked-item:last-child {
    border-bottom: none;
}

section.main-sustainability > div.inset > div.main-sustainability-text > a.linked-item:hover::after {
    animation: slideOutIn 0.6s ease-in-out forwards;
}

section.main-sustainability > div.inset > div.main-sustainability-text > a.linked-item:last-child {
    border-bottom: none;
}

section.main-sustainability > div.inset > div.main-sustainability-text .btn-detail {
    display: block;
    width: fit-content;
    background-color: #ef3f3e;
    padding: 20px 80px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 30px;
}

section.main-sustainability > div.inset > div.main-sustainability-text .btn-detail:hover {
    cursor: pointer;
    background-color: #c92727;
    padding: 20px 80px;
    border: 1px solid #c92727;
    color: #ffffff;
}


/* MAIN SUSTAINABILITY */

/* MAIN ANNOUNCEMENTS */
section.main-announcements-mobile {
    display: none;
}

section.main-announcements {
    width: 100%;
    height: 790px;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    padding: 70px 0;
    display: block;
}

section.main-announcements>div.gray-bg {
    width: 100%;
    height: 200px;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section.main-announcements>div.inset {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

section.main-announcements>div.inset>div.head {
    width: 310px;
    height: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

section.main-announcements>div.inset>div.head > h1 {
    width: 200px;
    margin-left: 90px;
}

section.main-announcements>div.inset>div.head > h4 {
    width: 280px;
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    margin: 30px 0;
}

section.main-announcements>div.inset>div.head > p {
    width: 280px;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

section.main-announcements>div.inset> ul.announcements-list {
    width: 970px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

section.main-announcements>div.inset> ul.announcements-list>li {
    width: 350px;
    height: 610px;
    background-color: #eeeeee;
    margin: 50px 7px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

section.main-announcements>div.inset> ul.announcements-list>li>figure {
    width: 100%;
    height: 273px;
    position: relative;
}

section.main-announcements>div.inset> ul.announcements-list>li>figure>img {
    width: 100%;
    height: 100%;
}

section.main-announcements>div.inset> ul.announcements-list>li>article {
    width: 100%;
    height: 337px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

section.main-announcements>div.inset> ul.announcements-list>li>article>div.cat-date {
    width: fit-content;
    height: 70px;
    position: absolute;
    top: -55px;
}

section.main-announcements>div.inset> ul.announcements-list>li>article>div.cat-date>h5 {
    width: 100%;
    height: 35px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

section.main-announcements>div.inset> ul.announcements-list>li>article>div.cat-date>time {
    width: 100%;
    height: 35px;
    padding: 0 20px;
    background-color: #ef3f3e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 200;
}

section.main-announcements>div.inset> ul.announcements-list>li>article>h3 {
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 30px 0 20px 0;
}

section.main-announcements>div.inset> ul.announcements-list>li>article>p {
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}

section.main-announcements>div.inset> ul.announcements-list>li>article>a {
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    border-top: 1px solid #dbdada;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    padding: 20px 30px;
}


section.main-announcements>div.inset> ul.announcements-list>li>article>a::after {
    font-family: 'fthsc', serif;
    content: "\e92d";
    font-size: 12px;
    color: #000000;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in;
}

section.main-announcements>div.inset> ul.announcements-list>li>article>a:hover::after {
    animation: slideOutIn 0.6s ease-in-out forwards;
}

/* MAIN ANNOUNCEMENTS */

/* MAIN INVESTORS */

section.main-investors {
    width: 100%;
    height: 1200px;
    background-color: #f7f7f7;
    position: relative;
}

section.main-investors > div.inset {
    height: 1200px;
    background-image: url(../assets/main-investors/bg.png);
    background-repeat: no-repeat;
    background-position: 100% 10%;
    background-size: 68%;
    position: relative;
}

section.main-investors>div.inset>div.head {
    width: 460px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 160px;
}

section.main-investors>div.inset>div.head>h1.main-section-title {
    width: fit-content;
    height: auto;
    text-align: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-left: 90px;
}

section.main-investors>div.inset>div.head > h4 {
    width: 450px;
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    margin: 30px 0;
}

section.main-investors>div.inset>div.head > p {
    width: 450px;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

/* ==== MI SCOPE ==== */

.main-investors-slider {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 50px;
}

.main-investors[data-mi]{
    --mi-brand:#ef3f3e;
    --mi-text:#000000;
    --mi-muted:#484747;
    --mi-card:#fff;
    --mi-border:#eee;
    padding:32px 0;
    font-family: 'Barlow', sans-serif;
}
.main-investors[data-mi] .mi-head h1{
    margin:0 0 8px;
}
.main-investors[data-mi] .mi-head h4{
    margin:0 0 12px;
    color:var(--mi-muted);
    font-weight:500;
}
.main-investors[data-mi] .mi-head p{
    color:var(--mi-muted);
    max-width:900px;
}

.main-investors[data-mi] .mi-swiper{
    overflow:hidden;
}
.main-investors[data-mi] .mi-slide{
    height:auto;
}

.main-investors[data-mi] .mi-card{
    border-radius: 14px;
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.main-investors[data-mi] .mi-top{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 30px;
}
.main-investors[data-mi] .mi-title{
    font-size:22px;
    font-weight:600;
    margin: 20px 0;
}
.main-investors[data-mi] .mi-hint{
    font-size:18px;
    color:var(--mi-muted)
}
.main-investors[data-mi] .mi-desc{
    font-size:13px;
    color:var(--mi-muted);
    margin:6px 0 0
}
.main-investors[data-mi] .mi-link{
    margin-top:auto;
    font-size:18px;
    text-decoration:none;
    color:var(--mi-text)
}
.main-investors[data-mi] .mi-link:hover{
    color:var(--mi-text)
}

/* Ring */
.main-investors[data-mi] .mi-ring{
    width:85px;
    height:85px;
    flex:0 0 auto
}
.main-investors[data-mi] .mi-ring__bg{
    stroke: #c8c6c6;
    stroke-width: 1px;
    fill: none;
}
.mi-ring__fg {
  stroke: #ef3b3b;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.6s ease;
}
.main-investors[data-mi] .mi-ring text{
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    color:var(--mi-brand);
    font-weight: 400;
}

.main-investors[data-mi] .mi-nav{
    display:flex;
    gap:8px;
    justify-content:center;
    margin-top:50px;
}
.main-investors[data-mi] .mi-btn{
    width:60px;
    height:60px;
    border:1px solid var(--mi-brand);
    background: var(--mi-brand);
    display:flex;
    color: #ffffff;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    font-size: 30px;
    user-select:none;
}
.main-investors[data-mi] .mi-btn:hover{
    background: transparent;
    color: var(--mi-brand);
    cursor:pointer;
    font-size: 30px;
    user-select:none;
}

.main-investors[data-mi] .mi-btn:disabled{
    opacity:.45;
    cursor:not-allowed;
}
.main-investors[data-mi] .mi-pagination{
    margin-top:8px;
    display:flex;
    justify-content:center;
}

.main-investors[data-mi] .mi-pagination .swiper-pagination-bullet{
    background:#ddd;
    opacity:1;
}
.main-investors[data-mi] .mi-pagination .swiper-pagination-bullet-active{
    background:var(--mi-brand);
}


.main-investors[data-mi] .mi-link {
    color: #000000;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 25px;
    position: relative;
    cursor: pointer;
}


.main-investors[data-mi] .mi-link::after {
    font-family: 'fthsc', serif;
    content: "\e92d";
    font-size: 12px;
    color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in;
}

.main-investors[data-mi] .mi-link:hover::after {
    animation: slideOutIn 0.6s ease-in-out forwards;
}
/* ==== MI SCOPE ==== */

/* MAIN INVESTORS */

/* MAIN VIDEO */
section.main-video {
    width: 100%;
    height: auto;
    position: relative;
}

section.main-video video {
    object-fit: cover;
    opacity: 1;
    width: 100%;
    height: 600px;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url(../assets/video/main-video-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.main-video div.video-content {
    width: 500px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

section.main-video div.video-content h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}

section.main-video div.video-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #ffffff;
    font-weight: 200;
}

section.main-video div.video-content a {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    margin: 30px auto;
    padding: 32.4px;
    background-color: #ffffff;
}

section.main-video div.video-content a::after {
    content: "";
    width: 105px;
    height: 105px;
    border: 1px solid #ffffff;
    position: absolute;
    border-radius: 50%;
    left: -8px;
    top: -8px;
}

section.main-video div.video-content a:hover::after {
    opacity: .3;
    transition: opacity 0.3s ease-in-out;
}

section.main-video div.video-content a:hover {
    background-color: transparent;
}

section.main-video div.video-content a svg {
    width: auto;
    height: 25px;
    margin-left: 2px;
    fill: #ff0000;
}

section.main-video div.video-content a:hover svg {
    fill: #ffffff;
}

/* MAIN VIDEO */

/* FOOTER */

footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #272828;
    padding-top: 70px;
}

footer>.inset>figure {
    width: 165px;
    height: 150px;
    margin: 0 auto 70px auto;
}

footer>hr {
    width: 100%;
    height: 1px;
    background-color: #3e3f3f;
    border: 0;
}

footer>.inset>figure>img {
    width: auto;
    height: 100%;
}


footer>.inset>div.footer-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 35px;
}

.footer-menu{
  display:grid;
  grid-template-columns: 1.1fr 1.3fr 1fr 1.3fr 1fr;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap:24px;
  height:430px;
  margin:0; padding:0; list-style:none;
}

.footer-menu > li{ align-self:start; }

.footer-menu > li:nth-child(1){
  grid-column:1;
  grid-row:1 / span 4;
}

.footer-menu > li:nth-child(2){
  grid-column:2;
  grid-row:1 / span 4;
}

.footer-menu > li:nth-child(3){
  grid-column:3;
  grid-row:1 / span 1;
}

.footer-menu > li:nth-child(4){
  grid-column:3;
  grid-row:2 / span 1;
  margin-top: 120px;
}

.footer-menu > li:nth-child(5){
  grid-column:4;
  grid-row:1 / span 4;
}

.footer-menu > li:nth-child(6){
  grid-column:5;
  grid-row:1 / span 1;
}

.footer-menu > li:nth-child(7){
  grid-column:5;
  grid-row:2 / span 1;
  margin-top: 50px;
}
.footer-menu > li:nth-child(8){
  grid-column:5;
  grid-row:3 / span 1;
  margin-top: 30px;
}
.footer-menu > li:nth-child(9){
  grid-column:5;
  grid-row:4 / span 1;
  margin-top: 10px;
}

footer>.inset>div.footer-top>ul.footer-menu {
    width: 100%;
}

footer>.inset>div.footer-top>ul.footer-menu>li>a {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: #e0dddd;
    font-weight: 600;
    margin-bottom: 30px;
    text-decoration: none;
}

footer>.inset>div.footer-top>ul>li>ul>li>a {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #a9a6a6;
    font-weight: 400;
    text-decoration: none;
    line-height: 30px;
}


footer>.inset>div.footer-top>ul>li>span,
footer>.inset>div.footer-top>ul>li>ul>li>span,
footer>.inset>div.footer-top>ul>li>ul>li a {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: #a9a6a6;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
}

footer>.inset>div.footer-top>ul li a:hover {
    color: #d2d2d2;
}

footer>.inset>div.footer-top>ul>li>ul,
footer>.inset>div.footer-top>ul>li>ul>li>ul {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
footer>.inset>div.footer-top>ul>li>ul>li>ul {
    margin-left: 10px;
}

footer>.inset>div.footer-top>ul>li>ul>li,
footer>.inset>div.footer-top>ul>li>ul>li>ul>li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

footer>.inset>div.footer-top>ul>li>ul>li:first-child {
    height: 100px;
}

footer>.inset>div.footer-top>ul.footer-menu>li>ul>li:first-child {
    height: initial;
}

footer>.inset>div.footer-top>ul.footer-menu>li>ul>li:last-child {
    border-bottom: none;
}

footer>.inset>div.footer-bottom {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
}

footer>.inset>div.footer-bottom ul {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer>.inset>div.footer-bottom ul>li {
    padding: 10px 15px;
}

footer>.inset>div.footer-bottom ul>li:last-child {
    border-left: 1px solid #3e3f3f;
}

footer>.inset>div.footer-bottom ul>li>a {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #a9a6a6;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    position: relative;
}

footer>.inset>div.footer-bottom ul>li>a::after {
    position: absolute;
    font-family: 'fthsc', serif;
    content: "\e92d";
    font-size: 10px;
    top: -5px;
    right: -30px;
    color: #a9a6a6;
}

footer>.inset>div.footer-bottom ul>li>a:hover::after {
    top: 50%;
    animation: slideOutIn 0.6s ease-in-out forwards;
}

footer>.inset>div.footer-bottom ul>li>a:hover {
    color: #d2d2d2;
}

.footer-social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.footer-social-media a {
    margin: 0 10px;
}

.footer-social-media a svg {
    width: auto;
    height: 24px;
    fill: #a9a6a6;
}

.footer-social-media a:hover svg {
    width: auto;
    height: 24px;
    fill: #d2d2d2;
}

footer>div.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #838282;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 20px;
    display: none;
    z-index: 1000;
}

.cookie-consent>.inset {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.cookie-consent>.inset>.cookies-text {
    font-size: 14px;
    font-weight: 200;
    color: #ffffff;

}

.cookie-consent>.inset>button#acceptCookies {
    background-color: #6d6d6d;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;

}

.cookie-consent>.inset>button#acceptCookies:hover {
    background-color: #a0a0a0;
}

.cookie-consent>.inset>button#rejectCookies {
    background-color: #6d6d6d;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;

}

.cookie-consent>.inset>button#rejectCookies:hover {
    background-color: #a0a0a0;
}

/* FOOTER */
/* MAIN PAGE */

/* CONTENT PAGES */
/* STATIC CONTENT */
section.content {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 130px;
}

section.content > div.inset > ul.breadcrumb {
    width: fit-content;
    height: 75px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.content > div.inset > ul.breadcrumb > li {
    position: relative;
    margin-right: 30px;
}

section.content > div.inset > ul.breadcrumb > li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #5b5d5d;
    top: 3px;
    right: -15px;
}

section.content > div.inset > ul.breadcrumb > li:last-child::after {
    display: none;
}

section.content > div.inset > ul.breadcrumb > li > a,
section.content > div.inset > ul.breadcrumb > li > span {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: #5b5d5d;
    font-weight: 200;
    text-decoration: none;
}

section.content > div.inset > ul.breadcrumb > li > a:hover {
    color: #000000;
}


section.content>picture {
    width: 100%;
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

section.content>picture > img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.content>div.w100 {
    background-color: #f0efef;
    position: relative;
    width: 100%;
}

section.content>div.w100>div.inset>div.content-title {
    position: relative;
    width: 630px;
    background-color: #ef3f3e;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    top: -60px;
    padding-left: 90px;
}

section.content>div.w100>div.inset>div.content-title>div.red-bg {
    width: 100vw;
    background-color: #ef3f3e;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

section.content>div.w100>div.inset>div.content-title h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-weight: 300;
    margin-top: 30px;
}

section.content>div.w100>div.inset>div.content-title h2 strong {
    font-weight: 600;
}

section.content>div.w100>div.inset>div.short-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 290px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

section.content>div.w100>div.inset>div.manager-sign {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    padding: 35px 0;
    font-family: 'Barlow', sans-serif;
    text-align: right;
}

section.content>div.w100>div.inset>div.manager-sign h3 {
   font-family: 'Barlow', sans-serif;
   font-size: 30px;
   font-weight: 500;
   color: #000000;
}

section.content>div.w100>div.inset>div.manager-sign p {
   font-family: 'Barlow', sans-serif;
   font-size: 20px;
   font-weight: 300;
   color: #000000;
}

.mdn {display: block;}

section.content>div.content-container>div.inset>ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: 30px 0 100px 0;
}

section.content>div.content-container>div.inset>ul>li {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.content>div.content-container>div.inset>ul>li>h2.content-slogan {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    width: 100%;
    margin-bottom: 70px;
}

section.content>div.content-container>div.inset>ul>li>article.manager-short-content {
    width: 100%;
    padding: 0 100px 0 0;
    float: left;
}

section.content>div.content-container>div.inset>ul>li>article.manager-short-content h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

section.content>div.content-container>div.inset>ul>li>article.manager-short-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-style: italic;
}

section.content>div.content-container>div.inset>ul>li>picture.manager-img {
    width: 100%;
    position: relative;
}

section.content>div.content-container>div.inset>ul>li>picture.manager-img>div.red-block {
    width: 100px;
    height: 100px;
    background-color: #ef3f3e;
    position: absolute;
    top: 150px;
    left: -50px;
}

section.content>div.content-container>div.inset>ul>li>picture.manager-img>img {
    width: 100%;
}

section.content>div.w100>div.inset>div.short-content > p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-style: italic;
}

section.content>div.content-container {

}

section.content>div.content-container>div.inset>h2.content-slogan {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    width: 50%;
    margin: 100px 0 40px 0;
}


.sustainability-cat-content p strong {
    font-weight: 600;
}

section.content>div.content-container > div.inset > article.about-us {
    position: relative;
}

section.content>div.content-container > div.inset > article.about-us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: auto;
    min-height: 700px;
    background-image: url(../assets/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 20;
}

section.content>div.content-container > div.inset > article.sustainability-cat-content h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #000000;
}

section.content>div.content-container > div.inset > article h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

section.content>div.content-container > div.inset > article p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #484747;
    line-height: 24px;
    margin-top: 30px;
}

section.content>div.content-container > div.inset > article.about-us-end {
    height: auto;
    min-height: 150px;
}

section.content>div.content-container > div.inset > article.about-us-end p {
    font-weight: 600;
}

section.content>div.content-container > div.inset > article.about-us-end::before {
    content: "";
    position: absolute;
    left: 0;
    top: -120px;
    width: 200px;
    height: 200px;
    background-color: #ef3f3e;
    z-index: 20;
}

/* INFOGRAPHIC INSIDE MODULE */

.sub-infographic {
    width: 100%;
    height: 720px;
    background-image: url(../assets/infographic/sub-infographic-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}

.sub-infographic>div.inset>h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 38px;
    color: #ffffff;
    font-weight: 200;
    width: 750px;
}

.sub-infographic>div.inset>p {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    line-height: 30px;
    margin-top: 30px;
    width: 750px;
}

.sub-infographic div.inset div.sub-infographic-container {
    display: flex;
    flex-direction: row;
    margin-top: 75px;
    justify-content: space-evenly;
    align-items: flex-start;
}

.sub-infographic div.inset div.icon {
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.sub-infographic div.inset div.icon figure {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.sub-infographic div.inset div.icon figure img {
    width: 80px;
    height: 80px;
}

.sub-infographic div.inset div.icon p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 26px;
}

.sub-infographic div.inset div.icon p strong {
    font-weight: 500;
}

/* INFOGRAPHIC INSIDE MODULE */


/* BOARD OF DIRECTORS */

section.content>div.content-container > div.inset > div.bod-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
    padding: 50px 0;
    justify-items: center;
    align-items: start;
    justify-content: center;
}

section.content>div.content-container > div.inset > div.bod-container > div {
    width: 345px;
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

section.content>div.content-container > div.inset > div.bod-container > div > figure {
    width: 345px;
    height: 465px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

section.content>div.content-container > div.inset > div.bod-container > div > figure > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.content>div.content-container > div.inset > div.bod-container > div > figure > a > img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .3s ease;
}

section.content>div.content-container > div.inset > div.bod-container > div > figure > a:hover > img {
    filter: none;
    -webkit-filter: none;
    transition: filter .3s ease;
}

section.content>div.content-container > div.inset > div.bod-container > div > h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
}

section.content>div.content-container > div.inset > div.bod-container > div > h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-top: 10px;
}

.bod-modal {
  display: none; /* açılınca flex olacak */
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  justify-content: center;
  align-items: center;
  z-index: 10000;
  padding: 16px;
}

.bod-modal__content {
  background: #fff;
  max-width: 1280px;
  max-height: 90%;
  width: 100%;
  padding: 70px 130px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.bod-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    background-color: #ef3f3e;
    color: #ffffff;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.bod-modal__close:hover {
    background-color: #000000a6;
}

.bod-modal__body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
}

.bod-modal__img {
  width: 100%;
  height: auto;
}

.bod-modal__name {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 200;
    color: #000000;
    margin: 0 0 10px;
}
.bod-modal__title {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 200;
    margin: 0 0 20px;
    color: #000000;
}
.bod-modal__bio { line-height: 1.6; overflow-x: scroll;}
.bod-modal__bio p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #484747;
}
@media (max-width: 700px) {
  .bod-modal__body { grid-template-columns: 1fr; }
}
@media (min-width: 1450px) {
    section.content>div.content-container > div.inset > div.bod-container {
        grid-template-columns: repeat(4, 1fr);
    }
    .bod-modal__content {
        max-width: 1440px;
    }
    .bod-modal__name {
        font-size: 36px;
    }
    .bod-modal__title {
        font-size: 24px;
    }

    .bod-modal__bio p {
        font-size: 18px;
    }
}

.bod-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 85px;
  border: none;
  background-color: #ef3f3e; 
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.bod-modal__nav:hover { background: #000000a6; }
.bod-modal__prev { left: 0px; }  /* içerik kutusunun soluna */
.bod-modal__next { right: 0px; } /* içerik kutusunun sağına */

/* Küçük ekranlarda butonları içerik kutusunun içine al */
@media (max-width: 760px) {
  .bod-modal__prev { left: 8px; }
  .bod-modal__next { right: 8px; }
}

/* BOARD OF DIRECTORS */

/* MILE STONES */

section.content>div.content-container>div.inset>ul.mile-stones-container {
    margin: 100px 0 85px 0;
}

.f7f7f7 {
    background-color: #f7f7f7;
}


section.content>div.content-container>div.inset>ul>li>article.mile-stones-content>h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

section.content>div.content-container>div.inset>ul>li>article.mile-stones-content>p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-bottom: 20px;
}

section.content>div.content-container>div.inset>ul>li>article.mile-stones-content>p>strong {
    font-weight: 600;
    font-style: italic;
}

section.content>div.content-container>div.inset>ul.ms-items {
    height: 2000px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.content>div.content-container>div.inset>ul.ms-items > li {
    height: 200px;
    width: 40%;
    position: relative;
    display: flex;
    font-family: 'Barlow', sans-serif;
    align-items: normal;
}

section.content>div.content-container>div.inset>ul.ms-items > li > figure {
    height: 150px;
    width: 150px;
    background-color: #af0000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > figure {
    right: -202px;
    top: 30px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > figure {
    left: -202px;
    top: 30px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > figure > .left-triangle {
    width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 40px solid #af0000;
	border-bottom: 20px solid transparent;
    position: absolute;
    left: -35px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > figure > .right-triangle {
    width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 40px solid #af0000;
	border-bottom: 20px solid transparent;
    position: absolute;
    right: -35px;
}

section.content>div.content-container>div.inset>ul.ms-items > li > figure > img {
    height: 140px;
    width: 140px;
    border: 12px solid #8f0000;
    padding: 25px;
    overflow: visible;
    border-radius: 50%;
}

section.content>div.content-container>div.inset>ul.ms-items > li > article {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

section.content>div.content-container>div.inset>ul.ms-items > li > article > div {
    margin-bottom: 20px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > article {
    text-align: right;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > article > div {
    justify-content: flex-end;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > article > div > h3 {
    margin-left: 20px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > article {
    text-align: left;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > article > div {
    justify-content: flex-start;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > article > div > h3 {
    margin-right: 20px;
}

section.content>div.content-container>div.inset>ul.ms-items > li > article > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}

section.content>div.content-container>div.inset>ul.ms-items > li > article > div > p {
    font-size: 26px;
    color: #000000;
    font-weight: 300;
    display: inline-block;
}

section.content>div.content-container>div.inset>ul.ms-items > li > article > div > h3 {
    font-size: 80px;
    color: #000000;
    font-weight: 300;
    display: inline-block;
    line-height: 73px;
}

section.content>div.content-container>div.inset>ul.ms-items > li > article > span {
    font-size: 18px;
    color: #484747;
    font-weight: 300;
    display: block;
    position: relative;
    margin-bottom: 5px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > article > span {
    margin-right: 30px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > article > span {
    margin-left: 30px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > article > span::after {
    content: "";
    background-color: #484747;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: block;
    position: absolute;
    right: -30px;
    top: 10px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > article > span::after {
    content: "";
    background-color: #484747;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: block;
    position: absolute;
    left: -30px;
    top: 10px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > .red-line {
    position: absolute;
    width: 220px;
    height: 212px;
    right: -230px;
    top: 5px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.left-content > .red-line {
    background-image: url(../assets/mile-stones/right-rounded.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > .red-line {
    position: absolute;
    width: 220px;
    height: 212px;
    left: -230px;
    top: 5px;
}

section.content>div.content-container>div.inset>ul.ms-items > li.right-content > .red-line {
    background-image: url(../assets/mile-stones/left-rounded.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}


section.content>div.content-container>div.inset>ul.ms-items > li.left-content > .red-line > div:nth-child(1) {
    position: absolute;
    width: 10px;
    height: 25px;
    background-color: #e1acac;
    border-radius: 5px;
    right: 30px;
    transform: rotate(-65deg);
}

/* MILE STONES */

div.static-red-block {
    width: 100px;
    height: 100px;
    background-color: #ef3f3e;
    position: absolute;
    top: -67px;
    left: -14px;
    z-index: -1;
}

/* SUSTAINABILITY  */

section.content>div.content-container>div.inset>ul.sustainability-container {
    margin: 50px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
}

section.content>div.content-container>div.inset>ul.sustainability-container:nth-child(odd) {
    flex-direction: row;
}

section.content>div.content-container>div.inset>ul.sustainability-container:nth-child(even) {
    flex-direction: row-reverse;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article {
    padding: 0 50px;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 50px;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article div {
    position: relative;
    line-height: 170px;
    z-index: 0;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article div h2.aa-title {
    z-index: 1;
    position: relative;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article div span {
    font-family: 'BARLOW', sans-serif;
    font-size: 170px;
    font-weight: 700;
    color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    line-height: 24px;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid #ccc5d0;
    padding: 10px 0;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article h4:last-child {
    border-bottom: none;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article a {
    display: block;
    padding: 10px 55px;
    background-color: #ef3f3e;
    border: 1px solid #ef3f3e;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 30px;
    transition: all ease .3s;
    width: fit-content;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > article a:hover {
    background-color: transparent;
    border: 1px solid #ef3f3e;
    color: #ef3f3e;
    transition: all ease .3s;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > figure {
    width: 100%;
    height: auto;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > figure.aa-image {
    width: 100%;
    height: 100%;
    background-color: #ececec;
}

section.content>div.content-container>div.inset>ul.sustainability-container > li > figure img {
    width: 100%;
    height: auto;
}

article.sustainability-detail {
    margin-bottom: 50px;
}

article.sustainability-detail h4 {
    margin-top: 30px;
}

article.sustainability-detail p {
    color: #484747;
}

/* SUSTAINABILITY  */

/* ACTIVITY AREAS */
/* TAB CONTENT */

.tab-container {
    max-width: 100%;

    font-family: sans-serif;
}

.tab-container .tabs {
    display: flex;
    border-bottom: 1px solid #dad9d9;
    position: relative;
    z-index: 1;
}

.tab-container .tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    background: #ffffff;
    border: none;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
    line-height: 30px;
    font-size: 20px;
    font-weight: 200;
    font-weight: 500;
    transition: background 0.3s;
}

.tab-container .tab:hover {

}

.tab-container .tab.active {
    background: #ffffff;
    color: #000000;
    position: relative;
    transition: ease-in-out 0.3s;
}

.tab-container .tab-content .panel {
    display: none;
    background: #ffffff;
}

.tab-container .tab-content .panel .panel-content {
    /* padding-left: 90px; */
}

.tab-container .tab-content .panel .panel-content h1 {
    font-weight: 700;
}

.tab-container .tab-content .panel .panel-content h2 {
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    color: #000000;
}

.tab-container .tab-content .panel .panel-content h3 {
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: #000000;
}

.tab-container .tab-content .panel .panel-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 30px;
}

.tab-container .tab-content .panel .panel-content ul {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 30px;
}

.tab-container .tab-content .panel .panel-content ul li{
    font-weight: 300;
    color: #484747;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.tab-container .tab-content .panel .panel-content ul li:first-child {
    border-bottom: 1px solid #e2e2e2;
}

.tab-container .tab-content .panel .panel-content ul li strong {
    width: 130px;
    font-weight: 600;
    display: inline-block;
}

.tab-container .tab-content .panel > .panel-content div {
    width: 100%;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #ef3f3e;
    padding: 15px 0;
}

.tab-container .tab-content .panel .panel-content div strong {
    font-weight: 600;
}

.tab-container .tab-content .panel.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.tab-container .tab-content .panel.active .panel-content {
    max-width: 465px;
    position: relative;
}

.tab-container .tab-content .panel.active .news-content {
    max-width: 100%;
    position: relative;
}

.tab-container .tab-content .panel figure {
    width: 700px;
    height: 600px;
    margin-left: 50px;
}

.tab-container .tab-content .panel figure.aa_detail {
    min-width: 700px;
    min-height: 865px;
    margin-left: 50px;
    background-color: #e0dfdf;
}

.tab-container .tab-content .panel figure img{
    /* width: 100%;
    height: auto; */
}

.tab-container .tab-content .panel .acc-container {
    min-width: 100%;
    padding: 100px 0;
    background-color: #f7f7f7;
    /* margin-top: -50px; */
}

.tab-container .tab-content .panel .fair-container,
.tab-container .tab-content .panel .news-container {
    min-width: 100%;
}

.tab-container .tab-content .panel .acc-container .accordion {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 300;
    transition: 0.4s;
}

.tab-container .tab-content .panel .fair-container .accordion {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 300;
    transition: 0.4s;
}

.tab-container .tab-content .panel .news-container .accordion {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 300;
    transition: 0.4s;
}

.tab-container .tab-content .panel .fair-container .accordion,
.tab-container .tab-content .panel .news-container .accordion {
    border-bottom: 1px solid #ccc;
}

/* .tab-container .tab-content .panel .acc-container .active, */
.tab-container .tab-content .panel .acc-container .accordion:hover,
.tab-container .tab-content .panel .fair-container .accordion:hover,
.tab-container .tab-content .panel .news-container .accordion:hover {
  background-color: #ccc;
}

.tab-container .tab-content .panel .fair-container .accordion ul {
    width: 100%;
    height: auto;
}

.tab-container .tab-content .panel .fair-container .accordion ul li {
    float: left;
}

.tab-container .tab-content .panel .fair-container .accordion ul li:first-child {
    width: 100px;
    margin-right: 20px;
}

.tab-container .tab-content .panel .fair-container .accordion ul li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
}

.tab-container .tab-content .panel .fair-container .accordion ul li:first-child > figure {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}

.tab-container .tab-content .panel .fair-container .accordion ul li:first-child > figure > img {
    max-width: 100px;
    height: 100px;
}

.tab-container .tab-content .panel .fair-container .accordion ul li:last-child > h2,
.tab-container .tab-content .panel .news-container .accordion h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    width: 70%;
    float: left;
}

.tab-container .tab-content .panel .fair-container .accordion ul li:last-child > span {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.tab-container .tab-content .panel .acc-container .acc-panel,
.tab-container .tab-content .panel .fair-container .acc-panel,
.tab-container .tab-content .panel .news-container .acc-panel {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #484747;
}

.tab-container .tab-content .panel .acc-container .acc-panel p,
.tab-container .tab-content .panel .fair-container .acc-panel p,
.tab-container .tab-content .panel .news-container .acc-panel p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
}

.fair-container > .inset > .acc-panel > div > figure.fair-image {
    width: 350px;
    height: 280px;
    margin: 0 5px;
}

.tab-container .tab-content .panel .acc-container .acc-panel > div > figure {
    width: auto;
    min-width: 380px;
    max-width: 380px;
    min-height: 260px;
    height: auto;
    max-height: 260px;
    margin: 0 10px;
}

.tab-container .tab-content .panel .news-container .acc-panel > div.news-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-container .tab-content .panel .news-container .acc-panel > div.news-images > figure,
.tab-container .tab-content .panel .news-container .acc-panel > div.news-images > figure img {
    width: auto;
    height: auto;
    margin: 0;
}


.tab-container .tab-content .panel .fair-container .acc-panel > div > figure
.tab-container .tab-content .panel .news-container .acc-panel > div > figure {
    width: auto;
    min-width: 350px;
    max-width: 350px;
    min-height: 250px;
    height: auto;
    max-height: 250px;
    margin: 10px;
    background-color: transparent;
}

.tab-container .tab-content .panel .acc-container .acc-panel > div > figure > img {
    width: auto;
    max-width: 430px;
    height: auto;
    max-height: 300px;
    margin: 0;
}

.tab-container .tab-content .panel .fair-container .acc-panel > div > figure > a img,
.tab-container .tab-content .panel .news-container .acc-panel > div > figure > a img {
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: 250px;
    margin: 0;
}

.tab-container .tab-content .panel .acc-container .accordion:after {
  content: '\02795'; /* plus */
  font-size: 25px;
  color: #ef3f3e;
  float: right;
  margin-left: 5px;
}

.tab-container .tab-content .panel .fair-container .accordion:after {
  content: '\02795'; /* plus */
  font-size: 25px;
  color: #ef3f3e;
  float: right;
  margin-top: 35px;
  margin-left: 5px;
}

.tab-container .tab-content .panel .news-container .accordion:after {
  content: '\02795'; /* plus */
  font-size: 25px;
  color: #ef3f3e;
  float: right;
  margin-right: 5px;
  margin-top: 20px;
}

.tab-container .tab-content .panel .acc-container .accordion.active:after,
.tab-container .tab-content .panel .fair-container .accordion.active:after,
.tab-container .tab-content .panel .news-container .accordion.active:after {
  content: "\2796"; /* minus */
}

/* SLIDE INDICATOR */
.tab-container .tab-indicator {
  position: absolute;
  bottom: 0;
  height: 10px;
  background: #ef3f3e;
  left: 0;
  transition: left 0.3s ease, width 0.3s ease;
}

.tab-container .tab-indicator::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ef3f3e transparent transparent transparent;
}

/* TAB CONTENT */
/* ACTIVITY AREAS */

/* ANNOUNCEMENTS */

section.content > div.content-container > div.inset > ul.announcements-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

section.content > div.content-container > div.inset > ul.announcements-list li {
    background-color: #f7f7f7;
    width: 300px;
    height: 550px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

section.content>div.content-container>div.inset>ul.announcements-list li figure {
    width: 300px;
    height: auto;
}

section.content>div.content-container>div.inset>ul.announcements-list li figure img {
    width: 100%;
    height: auto;
}

section.content>div.content-container>div.inset>ul.announcements-list li div.announcement-item-detail {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px 30px;
}

section.content>div.content-container>div.inset>ul.announcements-list li div.announcement-item-detail time {
    width: fit-content;
    height: auto;
    background-color: #ef3f3e;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: -20px;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

section.content>div.content-container>div.inset>ul.announcements-list li div.announcement-item-detail h3 {
    font-family: 'Barlow', sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

section.content>div.content-container>div.inset>ul.announcements-list li div.announcement-item-detail p {
    font-family: 'Barlow', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

section.content>div.content-container>div.inset>ul.announcements-list li div.announcement-item-detail a {
    font-family: 'Barlow', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    width: auto;
    height: 70px;
    border-top: 1px solid #dbdada;
    position: absolute;
    overflow: hidden;
    left: 30px;
    right: 30px;
    bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section.content>div.content-container>div.inset>ul.announcements-list li div.announcement-item-detail a::after {
    font-family: 'fthsc', serif;
    content: "\e92d";
    font-size: 12px;
    color: #484747;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in;
}

section.content>div.content-container>div.inset>ul.announcements-list li div.announcement-item-detail a:hover::after {
    animation: slideOutIn 0.6s ease-in-out forwards;
}

section.content>div.announcement-detail-container div.inset div.announcement-detail-head {
    width: 100%;
    font-family: 'Barlow', sans-serif;
}

section.content>div.announcement-detail-container div.inset div.announcement-detail-head h3 {
    font-size: 24px;
    font-weight: 300;
}

section.content>div.announcement-detail-container div.inset div.announcement-detail-head p {
    font-size: 30px;
    font-weight: 500;
}

section.content>div.announcement-detail-container div.inset div.announcement-detail-head select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding: 15px 36px 15px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-size: 16px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

section.content>div.announcement-detail-container div.inset div.announcement-detail-head select:hover {
   border-color: #aaa;
}

section.content>div.announcement-detail-container div.inset div.announcement-detail-head select:focus {
    outline: none;
    border-color: #dfdfdf;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.2);
}

section.content>div.content-container>div.announcement-detail-container div.inset picture {
    width: 100%;
}

section.content>div.announcement-detail-container div.inset picture img {
    width: 100%;
}

/* ANNOUNCEMENTS */

/* JOB APPLICATION */

.job-application-container {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding: 50px 0;
}

.job-application-container ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.job-application-container ul li {
    position: relative;
    width: 50%;
}

.job-application-container ul li:first-child {
    padding-left: 90px;
    padding-right: 30px;
}

.job-application-container p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 30px;
}

.job-application-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 30px;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    color: #484747;
}

.job-application-form .form-group-50 {
    width: 50%;
    position: relative;
    padding: 0 10px;
}

.job-application-form .form-group-100 {
    width: 100%;
    position: relative;
    padding: 0 10px;
}

input[type="file"]::file-selector-button {
  background-color: #ffffff;
  color: #484747;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

input[type="file"]::file-selector-button:hover {
  background-color: #ef3f3e;
  color: #ffffff;
}

.job-application-form input[type="text"],
.job-application-form input[type="email"],
.job-application-form input[type="tel"],
.job-application-form input[type="file"],
.job-application-form textarea {
    width: 100%;
    padding: 12px 10px 8px;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #a59c94;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease;
    box-sizing: border-box;
    resize: none;
}

.job-application-form label {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 16px;
    color: #a59c94;
    pointer-events: none;
    transition: 0.3s ease all;
}

.job-application-form input:focus ~ label,
.job-application-form input:not(:placeholder-shown) ~ label,
.job-application-form textarea:focus ~ label,
.job-application-form textarea:not(:placeholder-shown) ~ label {
    top: -8px;
    left: 8px;
    font-size: 12px;
    color: #a59c94;
    padding: 0 4px;
}

.job-application-form input:focus,
.job-application-form textarea:focus {
    border-bottom: 2px solid #ef3f3e;
}

.job-application-form button {
    background-color: #ef3f3e;
    border: 1px solid #ef3f3e;
    color: #ffffff;
    margin: auto;
    padding: 12px 75px;
    transition: all ease .3s;
}

.job-application-form button:hover {
    background-color: transparent;
    color: #ef3f3e;
    margin: auto;
    border: 1px solid #ef3f3e;
    transition: all ease .3s;
    cursor: pointer;
}

/* JOB APPLICATION */

/* CONTACT PAGE */

.contact-info-container {
    width: 100%;
    height: auto;
}

.contact-info-container hr {
    width: 100%;
    height: 1px;
    border: .5px solid #e2e2e2;
    color: #e2e2e2;
}

.contact-info-boxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    font-family: 'Barlow', sans-serif;
    align-items: center;
    position: relative;
}

.contact-info-boxes > li {
    width: 50%;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5%;
    position: relative;
}

.contact-info-boxes > li:nth-child(2)::before,
.contact-info-boxes > li:nth-child(4)::after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #e2e2e2;
    top: 15%;
    left: 0;
}

.contact-info-boxes li h2 {
    font-size: 26px;
    font-weight: 400;
}
/* 
.contact-info-boxes li ul li {
    display: block;
    width: fit-content;
} */

.contact-info-boxes li ul li {
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}


.contact-info-boxes li ul li:first-child,
.contact-info-boxes li ul li:last-child {
    border-bottom: none;
}

.contact-info-boxes li ul li address {
    font-style: normal;
    line-height: 26px;
}

.contact-info-boxes li ul li strong {
    display: inline-block;
    width: 100px;
    position: relative;
    font-weight: 300;
}

.contact-info-boxes li ul li i {
    display: inline-block;
    font-size: 18px;
    color: #000000;
    width: 30px;
    text-align: center;
    margin-right: 10px;
}

.contact-info-boxes li ul li strong::after {
    content: ":";
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    right: 0px;
    top: 0;
}

.contact-info-boxes li button {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #929191;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
    color: #000000;
    margin-top: 20px;
    cursor: pointer;
}

.contact-info-boxes li button:hover {
    background-color: #ef3f3e;
    border: 1px solid #ef3b3e;
    color: #ffffff;
    transition: all ease .3s;
}

.contact-info-boxes li button i {
    font-size: 14px;
    color: #ffffff;
    background-color: #ef3f3e;
    padding: 5px;
    border-radius: 50%;
    margin-left: 50px;
    transition: all ease .3s;
}

.contact-info-boxes li button:hover i {
    color: #ef3f3e;
    background-color: #ffffff;
    transition: all ease .3s;
    cursor: pointer;
}

#map { height: 500px; width: 100%; border-radius: 8px; }

/* CONTACT PAGE */

/* PRESS ROOM PAGE - VIDEOS */

.videos-container {
    width: 100%;
    height: auto;
}

.videos-container .video-card {
    width: 585px;
    height: 400px;
    position: relative;
}

.videos-container .video-card a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.videos-container .video-card a img.play-button {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.videos-container .video-card a img.video-thumbnail {
    width: 100%;
    height: 100%;
}

/* PRESS ROOM PAGE - VIDEOS */


