/* ===== Scrollbar CSS ===== */
/* Firefox */
/*
.scene-container {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    margin-bottom: -100px;
    float: left;
    flex-direction: column;
}

.scene-scroll-container {
    width: 100%;
    max-width: 1200px;
    float: left;
}

.factory-wrapper {
    position: relative;
    width: 100%;
    z-index: 21;
    margin-bottom: 37px;

    .factory-image {
        width: 100%;
        height: auto;
        display: block;
        opacity: 0.8;
    }
}

.hotspots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.hotspot {
    position: absolute;

    .hotspot-toggle {
        width: 30px;
        height: 30px;
        background-color: $color-orange;
        border: 2px solid white;
        border-radius: 50%;
        color: white;
        font-size: 24px;
        font-weight: bold;
        line-height: 26px;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        transition: all 0.2s ease;
        padding: 0;

        &:hover {
            transform: scale(1.1);
        }
    }

    .hotspot-info {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-15px);
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        padding: 10px;
        width: 150px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        pointer-events: none;

        img {
            width: 100%;
            height: auto;
            border-radius: 4px;
        }

        p {
            margin: 8px 0 0 0;
            font-size: 14px;
            font-weight: bold;
            color: $color-text;
        }
    }

    &.active {
        .hotspot-info {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
    }
}

.foreground-trees {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 15;
    pointer-events: none;
    object-fit: cover;


    @media (max-width: #{$w990}) and (min-width: #{100px}) {
        height: 205px;
    }
}
*/
/* Detaylı Bilgi Butonu */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
input,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
svg,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /* HTML5 display-role reset for older browsers */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1em;
    overflow-x: hidden;
    background-color: #fff !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
    cursor: pointer !important;
    text-decoration: none !important;
}

a:link {
    outline: none !important;
    text-decoration: none !important;
}

a:visited {
    outline: none !important;
    text-decoration: none !important;
}

a:hover {
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: 0ms;
    -moz-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
}

a:active {
    outline: none !important;
    text-decoration: none !important;
}

a:focus {
    outline: none !important;
    outline-offset: 0;
}

.ulli {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    list-style: none;
}

*:focus {
    outline: none;
}

body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

* {
    font-family: "Open Sans", sans-serif !important;
}

a {
    color: black;
}

a:hover {
    color: black;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mt35 {
    margin-top: 35px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #c9cbcf #fff;
}

.fontsize18 {
    font-size: 18px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.container {
    float: left;
    width: 1280px;
    margin-left: calc(50% - 640px);
}

@media (max-width:1300px) and (min-width:100px) {
    .container {
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px;
    }
}

.ortala {
    float: left;
    width: 1600px;
    margin-left: calc(50% - 800px);
    /* Chrome, Edge, and Safari */
}

@media (max-width:1600px) and (min-width:100px) {
    .ortala {
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px;
    }
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #c9cbcf;
    border-radius: 5px;
    border: 0px solid #fff;
}

@media (max-width:5000px) and (min-width:990px) {
    .pcdegizle {
        display: none !important;
    }

    .mobil-menu-area {
        display: none !important;
    }
}

@media (max-width:1300px) and (min-width:990px) {
    .showroom-cell div span {
        font-size: 48px !important;
    }
}

@media (max-width:990px) and (min-width:100px) {
    .mobildegizle {
        display: none !important;
    }

    .mobil-menu-area {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -75%;
        background-color: #2861aa;
        height: 100vh;
        width: 75%;
        z-index: 999;
        padding: 100px 15px;
        display: none;
    }

    .mobil-menu-area svg {
        position: absolute;
        right: 15px;
        top: 20px;
        width: 50px;
    }

    .mobil-menu-area .first-nav {
        float: left;
        width: 100%;
    }

    .mobil-menu-area .first-nav li {
        float: left;
        width: 100%;
        height: 68px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f2d0d0;
    }

    .mobil-menu-area .first-nav li a {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: normal;
    }

    .mobil-menu-gradiend {
        position: fixed;
        left: -25%;
        top: 0;
        height: 100vh;
        width: 25%;
        z-index: 999;
        display: none;
        background-color: rgba(37, 37, 37, 0.5);
    }
}

.mblmenu {
    float: right;
    margin-top: 34px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.mblmenu svg {
    float: left;
}

#anasayfa {
    float: left;
    width: 100%;
    position: relative;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#anasayfa .header-first-section {
    float: left;
    width: 100%;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-first-section {
        display: none;
    }
}

#anasayfa .header-first-section .flex {
    float: right;
    width: 86%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}

#anasayfa .header-first-section .flex .left-side {
    float: left;
    display: flex;
    align-items: center;
    flex-direction: row;
}

#anasayfa .header-first-section .flex .left-side .socials {
    float: left;
    display: flex;
    align-items: center;
}

#anasayfa .header-first-section .flex .left-side .socials a {
    float: left;
    margin-right: 10px;
}

#anasayfa .header-first-section .flex .politik {
    float: left;
    margin-left: 15px;
}

#anasayfa .header-first-section .flex .politik a {
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    color: #8890a2;
    margin-right: 20px;
}

#anasayfa .header-first-section .flex .right-side {
    float: right;
    display: flex;
    align-items: center;
}

#anasayfa .header-first-section .flex .right-side b {
    float: left;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #ef7f1c;
    margin-right: 10px;
}

#anasayfa .header-first-section .flex .right-side a {
    float: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    line-height: 42px;
    text-align: left;
    color: #8890a2;
}

#anasayfa .header-second-section {
    float: left;
    width: 100%;
    height: 100px;
    position: relative;
    background: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-second-section {
        height: 85px;
    }
}

#anasayfa .header-second-section .menu-buton {
    float: left;
    margin-top: 40px;
}

#anasayfa .header-second-section .logo {
    float: left;
    width: 160px;
    position: relative;
    z-index: 5000;
    margin-top: -25px;
    margin-right: 25px;
    margin-left: 25px;
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-second-section .logo {
        width: 90px;
        margin-right: 0px;
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (max-width:1600px) and (min-width:1300px) {
    #anasayfa .header-second-section .logo {
        margin-right: 20px;
    }
}

#anasayfa .header-second-section .logo img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#anasayfa .header-second-section .main-menu {
    float: left;
    position: relative;
    z-index: 50;
    margin-top: 22px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

#anasayfa .header-second-section .main-menu .main-menu-title {
    float: left;
    position: relative;
    padding: 15px;
    cursor: pointer;
}

#anasayfa .header-second-section .main-menu .main-menu-title::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #e70;
    transition: width 0.35s ease;
}

#anasayfa .header-second-section .main-menu .main-menu-title:hover::after {
    width: 100%;
}

#anasayfa .header-second-section .main-menu .main-menu-title .menu-title {
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    text-align: left;
    color: #333436;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

#anasayfa .header-second-section .main-menu .main-menu-title:hover .menu-title {
    color: #e70;
}

#anasayfa .header-second-section .main-menu .main-menu-title .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px) scale(0.92);
    min-width: 240px;
    padding: 10px 0;
    background: #fff;
    border-radius: 8px;
    border-top: 3px solid #e70;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    list-style: none;
}

#anasayfa .header-second-section .main-menu .main-menu-title .submenu li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    color: #272729;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

#anasayfa .header-second-section .main-menu .main-menu-title .submenu li a:hover {
    background: rgba(238, 119, 0, 0.08);
    color: #e70;
    padding-left: 25px;
}

#anasayfa .header-second-section .main-menu .main-menu-title:hover .submenu,
#anasayfa .header-second-section .main-menu .main-menu-title.open-submenu .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0px) scale(1);
}

#anasayfa .header-second-section .right-side {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

#anasayfa .header-second-section .right-side .bayrak {
    float: left;
    width: 108px;
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-second-section .right-side .bayrak {
        width: 85px;
        margin-right: 15px;
    }
}

#anasayfa .header-second-section .right-side .notification-button {
    float: left;
    display: flex;
    align-items: center;
    margin: 0px 15px;
    position: relative;
}

#anasayfa .header-second-section .right-side .notification-button svg {
    cursor: pointer;
}

#anasayfa .header-second-section .right-side .notification-button .svga {
    position: absolute;
    bottom: -30px;
    left: 0;
    cursor: default;
    transform: rotateZ(45deg);
    fill: white;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.35);
    opacity: 0;
}

#anasayfa .header-second-section .right-side .notification-button .noti-dot {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #34a519;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    display: none;
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-second-section .right-side .notification-button {
        margin-top: 5px;
    }
}

#anasayfa .header-second-section .right-side .notification-button .notification-box {
    position: absolute;
    top: 145%;
    right: -110px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    z-index: 9999;
    width: 450px;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-second-section .right-side .notification-button .notification-box {
        width: 80%;
        left: -110px;
    }
}

#anasayfa .header-second-section .right-side .notification-button .notification-box b {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #333436;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}

#anasayfa .header-second-section .right-side .notification-button .notification-box a {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: normal;
    color: #333436;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(222, 222, 222, 0.678);
}

#anasayfa .header-second-section .right-side .notification-button .notification-box a:last-child {
    margin-bottom: 0;
}

#anasayfa .header-second-section .right-side .notification-button .notification-box a svg {
    fill: #ef7f1c;
    float: left;
    margin-right: 10px;
}

#anasayfa .header-second-section .right-side .notification-button .notification-box .allnoti {
    float: left;
    width: max-content;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: white;
    background-color: #ef7f1c;
    margin-top: 10px;
    padding: 10px 34px;
    border-radius: 5px;
}

#anasayfa .header-second-section .right-side .notification-button .notification-box.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#anasayfa .header-second-section .right-side .notification-button .svga.active {
    opacity: 1;
    pointer-events: auto;
    transition: 1000ms;
}

@media (max-width:990px) {
    #anasayfa .header-second-section .right-side .notification-button .notification-box {
        width: 80vw;
        left: -350%;
        right: auto;
        transform: translate(-30%, -50%);
        overflow-x: hidden;
    }

    #anasayfa .header-second-section .right-side .notification-button .notification-box.active {
        transform: translate(-30%, 0);
    }
}

#anasayfa .header-second-section .right-side .e-belediye {
    float: right;
    width: 157px;
    height: 54px;
    border-radius: 4px;
    border: 2px solid #2861aa;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-second-section .right-side .e-belediye {
        width: 60px;
    }
}

#anasayfa .header-second-section .right-side .e-belediye:hover {
    background-color: #2861aa;
}

#anasayfa .header-second-section .right-side .e-belediye:hover p {
    color: #fff;
}

#anasayfa .header-second-section .right-side .e-belediye:hover svg {
    stroke: #fff;
}

#anasayfa .header-second-section .right-side .e-belediye p {
    color: #2861aa;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

#anasayfa .header-second-section .right-side .e-belediye svg {
    float: left;
    margin-right: 10px;
    stroke: #2861aa;
}

@media (max-width:990px) and (min-width:100px) {
    #anasayfa .header-second-section .right-side .e-belediye svg {
        margin-right: 0;
    }
}

.slider-area {
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: -150px;
}

@media (max-width:990px) and (min-width:100px) {
    .slider-area {
        height: 65vh;
        margin-top: 0;
    }
}

.slider-area .swiper {
    width: 100%;
    height: 100%;
}

.slider-area .swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
}

.slider-area .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}

.slider-area .swiper-slide .slider-write {
    position: absolute;
    width: 45%;
    bottom: calc(50% - 230px);
    z-index: 10;
    pointer-events: none;
}

@media (max-width:990px) and (min-width:100px) {
    .slider-area .swiper-slide .slider-write {
        bottom: 0px;
        width: 100%;
        left: 0;
        top: unset;
        padding: 12.5px 10px;
        background-color: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(5px);
    }
}

@media (max-width:1300px) and (min-width:990px) {
    .slider-area .swiper-slide .slider-write {
        padding: 0px 15px 76px 15px;
        height: 250px;
        bottom: -1px;
    }
}

.slider-area .swiper-slide .slider-write b {
    float: left;
    width: 100%;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    text-align: left;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .slider-area .swiper-slide .slider-write b {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px;
    }
}

@media (max-width:1300px) and (min-width:990px) {
    .slider-area .swiper-slide .slider-write b {
        font-size: 24px;
        line-height: normal;
    }
}

.slider-area .swiper-slide .slider-write span {
    float: left;
    width: 75%;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .slider-area .swiper-slide .slider-write span {
        font-size: 16px;
        line-height: normal;
        width: 100%;
    }
}

.slider-area .swiper-slide .rotContainer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.185);
    z-index: 10;
}

.slider-area .swiper-slide .embed-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
}

@media (max-width:990px) {
    .slider-area .swiper-slide .embed-container {
        padding-bottom: 0;
        height: calc(100vh - 190px);
    }
}

@media (max-width:1600px) and (min-width:1300px) {
    .slider-area .swiper-slide .embed-container {
        padding-bottom: 70.25%;
    }
}

@media (max-width:1300px) and (min-width:990px) {
    .slider-area .swiper-slide .embed-container {
        padding-bottom: 70.25%;
    }
}

@media (max-width:990px) and (min-width:100px) {
    .slider-area .swiper-slide .embed-container {
        padding-bottom: 0;
        height: calc(100vh - 190px);
    }
}

.slider-area .swiper-slide .embed-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 130%;
    height: 130%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (max-width:990px) {
    .slider-area .swiper-slide .embed-container iframe {
        width: 320%;
        height: 120%;
    }
}

.slider-area .swiper-slide .embed-container::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.01);
    pointer-events: none;
}

.slider-area .fast-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 160px;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    opacity: 1;
    backdrop-filter: blur(17px);
    --webkit-backdrop-filter: blur(17px);
    background-color: rgba(255, 255, 255, 0.05);
}

.slider-area .fast-menu .flex {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.slider-area .fast-menu .flex::before {
    content: '';
    position: absolute;
    top: -2.5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ef7f1b;
    border-radius: 100px;
    z-index: 0;
}

.slider-area .fast-menu .flex .menus {
    float: left;
    display: flex;
}

.slider-area .fast-menu .flex .menus a {
    float: left;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.slider-area .fast-menu .flex .menus a:last-child {
    margin-right: 0px;
}

.slider-area .fast-menu .flex .menus a svg {
    float: left;
    margin-right: 10px;
    fill: #fff;
}

.slider-area .fast-menu .flex .slide-baskan {
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.slider-area .fast-menu .flex .slide-baskan .baskanname {
    float: left;
    display: flex;
    flex-direction: column;
}

.slider-area .fast-menu .flex .slide-baskan .baskanname b {
    float: left;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    color: #fff;
}

.slider-area .fast-menu .flex .slide-baskan .baskanname span {
    float: left;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.slider-area .fast-menu .flex .slide-baskan .baskanname ul {
    float: left;
    display: flex;
}

.slider-area .fast-menu .flex .slide-baskan .baskanname ul li {
    float: left;
    margin-right: 10px;
}

.slider-area .fast-menu .flex .slide-baskan .baskanname ul li a {
    float: left;
}

.slider-area .fast-menu .flex .slide-baskan img {
    float: right;
    width: 217px;
    margin-top: -64px;
    z-index: 2;
}

.sectors-area {
    float: left;
    width: 100%;
}

.sectors-area a {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 500px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .sectors-area a {
        width: 100%;
        margin-right: 0px;
    }
}

.sectors-area a:nth-child(3n+0) {
    margin-right: 0px;
}

.sectors-area a picture {
    float: left;
    width: 100%;
    height: 362px;
}

.sectors-area a picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.sectors-area a b,
.sectors-area a h2 {
    float: left;
    width: 100%;
    max-height: 80px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #333436;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sectors-area a p {
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #333436;
}

.sectors-area a .dvm {
    text-transform: capitalize;
}

.form-area {
    float: right;
    width: 525px;
    position: relative;
    z-index: 999;
    margin-right: 155px;
    margin-top: -257px;
    /*
.info-area {
    float: left;
    width: 100%;
    position: relative;
    height: 1105px;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0px 5%;
    margin-top: 50px;
    margin-bottom: 71px;

    @media (max-width: #{$w990}) and (min-width: #{100px}) {
        margin-bottom: 50px;
    }

    &::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 1358px;
        height: 1105px;
        background: linear-gradient(270deg, #1757aa 0%, #1757aa 0%, rgba(22, 82, 159, 0.87) 12.54%, rgba(12, 44, 85, 0) 100%);

    }

    .write-area {
        float: left;
        width: 31%;
        position: relative;
        z-index: 10;

        @media (max-width: #{$w990}) and (min-width: #{100px}) {
            width: 100%;
            margin-top: 100px;
        }

        b {
            float: left;
            width: 100%;
            font-weight: bold;
            font-size: 46px;
            line-height: 46px;
            text-align: left;
            color: #fff;

            @media (max-width: #{$w990}) and (min-width: #{100px}) {
                font-size: 28px;
                line-height: normal;
            }
        }

        span {
            float: left;
            width: 100%;
            font-family: "DM Sans";
            font-weight: normal;
            font-size: 24px;
            line-height: 38px;
            text-align: left;
            color: #fff;
            margin-bottom: 10px;

            @media (max-width: #{$w990}) and (min-width: #{100px}) {
                font-size: 18px;
                line-height: normal;
                margin: 10px 0px 24px;
            }
        }

        p {
            float: left;
            width: 100%;
            font-weight: normal;
            font-size: 18px;
            line-height: 24px;
            text-align: left;
            color: #fff;
            margin-bottom: 15px;

            @media (max-width: #{$w990}) and (min-width: #{100px}) {
                font-size: 16px;
                line-height: normal;
            }
        }

        a {
            float: left;
            width: 199px;
            height: 55px;
            background: #fff;
            border: 2px solid #1757aa;
            border-radius: 30px;
            font-weight: normal;
            font-size: 16px;
            letter-spacing: 0.06em;
            text-align: left;
            color: #1757aa;
            display: flex;
            align-items: center;
            justify-content: center;

            transition: 200ms;



            svg {
                float: left;
                fill: #1757aa;
                margin-right: 10px;
            }
        }
    }
}
*/
}

@media (max-width:990px) and (min-width:100px) {
    .form-area {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
}

@media (max-width:5000px) and (min-width:2000px) {
    .form-area {
        margin-right: 17%;
    }
}

.form-area form {
    position: absolute;
    top: -314px;
    width: 463px;
    height: 654px;
    padding: 25px 46px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    left: calc(50% - 231.5px);
}

@media (max-width:990px) and (min-width:100px) {
    .form-area form {
        top: 0;
        width: 95%;
        left: calc(50% - 47.5%);
        padding: 25px;
    }
}

.form-area form .title {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.form-area form .title b {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #c2c0d1;
}

.form-area form .title .line {
    float: left;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    margin: 5px 0px;
}

.form-area form .title span {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #373640;
}

@media (max-width:990px) and (min-width:100px) {
    .form-area form .title span {
        font-size: 18px;
    }
}

.form-area form .title span strong {
    float: left;
    width: 100%;
    font-weight: bold;
}

.form-area form select {
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #373640;
    width: 100%;
    height: 58px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 3px 6px rgba(138, 138, 138, 0.07);
    padding: 10px;
    appearance: none;
    background-image: url(/uploads/icon-arrow-down.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}

.form-area form input[type="text"],
.form-area form input[type="tel"] {
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #373640;
    width: 100%;
    height: 58px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 3px 6px rgba(138, 138, 138, 0.07);
    padding: 10px;
    background-position: 95% center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}

.form-area form .checkbox-container {
    float: left;
    width: 100%;
    margin: 23px 0px;
}

.form-area form .checkbox-container label {
    font-weight: normal;
    display: flex;
    align-items: center;
}

.form-area form .checkbox-container label input[type="checkbox"] {
    margin-right: 10px;
}

.form-area form button {
    float: left;
    width: 100%;
    height: 58px;
    border-radius: 10px;
    background: #373640;
    border: 1px solid #e4e4e4;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area form button svg {
    float: right;
    margin-left: 10px;
}

.form-area .form-write-area {
    float: left;
    width: 100%;
    height: 703px;
    border-radius: 20px;
    background: rgba(242, 125, 35, 0.9);
    display: flex;
    align-items: flex-end;
    padding-bottom: 174px;
}

@media (max-width:990px) and (min-width:100px) {
    .form-area .form-write-area {
        width: 100%;
        margin-top: 210px;
        padding-bottom: 28px;
    }
}

.form-area .form-write-area p {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding: 0px 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .form-area .form-write-area p {
        text-align: center;
    }
}

.main-title {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
    margin-bottom: 30px;
    position: relative;
    /*
.pro-caro {
    float: left;
    width: 100%;
}

.product-group {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;

    @media (max-width: #{$w990}) and (min-width: #{100px}) {
        margin-top: 30px;
    }

    .owl-stage-outer {
        height: 369px !important;
    }

    .product {
        float: left;
        width: 49%;
        height: 347px;
        position: relative;

        @media (max-width: #{$w990}) and (min-width: #{100px}) {
            width: 100%;
        }

        &:last-child {
            float: right;
        }

        picture {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 347px;
            z-index: 1;

            img {
                float: left;
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 10px;
            }
        }

        .title {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 74px;
            border-radius: 0px 0px 10px 10px;
            background: transparent;
            backdrop-filter: blur(30px);
            --webkit-backdrop-filter: blur(30px);
            background-color: rgba(255, 255, 255, 0.25);
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 40px;
            font-weight: bold;
            font-size: 20px;
            line-height: 38px;
            text-align: left;
            color: #294660;

        }
    }
}
*/
}

@media (max-width:990px) and (min-width:100px) {
    .main-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.main-title b {
    float: left;
    font-weight: bold;
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    color: #333436;
    margin-right: 10px;
}

@media (max-width:990px) and (min-width:100px) {
    .main-title b {
        font-size: 22px;
        line-height: normal;
    }
}

.main-title p {
    float: left;
    font-weight: lighter;
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    color: #333436;
}

@media (max-width:990px) and (min-width:100px) {
    .main-title p {
        font-size: 22px;
    }
}

.main-title span {
    float: left;
    width: 100%;
    font-weight: lighter;
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    color: #333436;
    display: flex;
    align-items: center;
}

@media (max-width:990px) and (min-width:100px) {
    .main-title span {
        font-size: 22px;
        line-height: normal;
    }
}

.main-title span svg {
    float: left;
    margin-left: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .main-title span svg {
        width: 30px;
    }
}

.product-sub-group {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

@media (max-width:990px) and (min-width:100px) {
    .product-sub-group {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.product-sub-group .owl-stage-outer {
    height: 369px !important;
}

.product-sub-group .product {
    float: left;
    width: 49%;
    height: 347px;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .product-sub-group .product {
        width: 100%;
        margin-bottom: 20px;
    }
}

.product-sub-group .product:nth-child(2n+0) {
    float: right;
}

.product-sub-group .product picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 347px;
    z-index: 1;
}

.product-sub-group .product picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-sub-group .product .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    border-radius: 0px 0px 10px 10px;
    background: transparent;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.25);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #294660;
}

.news-area {
    float: left;
    width: 100%;
}

.news-area .left-side {
    float: left;
    width: 68%;
    margin-right: 2%;
    position: relative;
    border-radius: 4px;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .left-side {
        width: 100%;
    }
}

.news-area .left-side a {
    float: left;
    width: 100%;
    height: 585px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dcdcdc;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

.news-area .left-side a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 877px;
    height: 166px;
    border-radius: 4px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(94, 94, 94, 0.56) 55.64%, #808080 100%);
    width: 100%;
    height: 30%;
    z-index: 0;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .left-side a {
        height: 420px;
    }
}

.news-area .left-side a picture {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.news-area .left-side a picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.news-area .left-side a h4,
.news-area .left-side a h2 {
    float: left;
    width: 100%;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #373640;
    margin-top: 10px;
    margin-bottom: 12px;
}

@media (max-width:990px) and (min-width:100px) {

    .news-area .left-side a h4,
    .news-area .left-side a h2 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.news-area .left-side .news-write {
    position: absolute;
    bottom: 25px;
    left: 65px;
    right: 35px;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .left-side .news-write {
        left: 35px;
        right: 0;
    }
}

.news-area .left-side .news-write p {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-align: left;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .left-side .news-write p {
        line-height: normal;
    }
}

.news-area .left-side .news-write p svg {
    float: left;
    margin-right: 10px;
}

.news-area .left-side .news-write span {
    float: left;
    width: 75%;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    border-right: 1px solid #d6d6d6;
    margin-top: 10px;
    z-index: 5;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .left-side .news-write span {
        font-size: 15px;
        line-height: normal;
        padding-right: 10px;
    }
}

.news-area .left-side .swiper-pagination-bullets {
    width: 100%;
    position: relative !important;
    display: flex;
    color: #333436 !important;
    margin-top: 10px;
}

.news-area .left-side .swiper-pagination-bullet {
    width: 8.73%;
    height: 56px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333436 !important;
    border: 1px solid #d9d9d9;
    opacity: 1;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 1.45% !important;
}

.news-area .left-side .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.news-area .left-side .swiper-pagination-bullet-active {
    background-color: #262e7b !important;
    color: #fff !important;
    border-color: #262e7b;
}

.news-area .major-card {
    float: left;
    width: 29.2%;
    height: 657px;
    position: relative;
    background-color: #f8fcff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .major-card {
        width: 100%;
        height: 485px;
    }
}

.news-area .major-card picture {
    float: left;
    margin: 0px 40px;
    width: 294px;
    height: 301px;
    position: relative;
    margin-top: 23px;
    margin-bottom: 20px;
    border-radius: 11px;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .major-card picture {
        width: 290px;
        height: 210px;
    }
}

.news-area .major-card picture::before {
    content: '';
    position: absolute;
    bottom: 35px;
    left: -14px;
    width: 110%;
    height: 233px;
    background-color: #e4f3ff;
    border-radius: 5px;
    z-index: 0;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .major-card picture::before {
        bottom: -15px;
        height: 210px;
    }
}

.news-area .major-card picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    border-radius: 11px;
}

.news-area .major-card b {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #262e7b;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .major-card b {
        font-size: 24px;
        line-height: normal;
    }
}

.news-area .major-card span {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #262e7b;
    margin-bottom: 10px;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .major-card span {
        font-size: 20px;
        line-height: normal;
    }
}

.news-area .major-card a {
    float: left;
    width: 78.665%;
    height: 55px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 5px;
    border: 2px solid #262e7b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #262e7b;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .major-card a {
        width: 45%;
        padding: 5px 14px;
        font-size: 14px;
        margin-right: 0;
        margin-left: 0;
        line-height: normal;
    }
}

.news-area .major-card a:last-child {
    margin-right: 0px;
    margin-bottom: 23px;
}

.news-area .major-card a svg {
    float: left;
    margin-right: 10px;
    fill: #262e7b;
}

@media (max-width:990px) and (min-width:100px) {
    .news-area .major-card .mjf {
        margin-right: 3%;
        margin-left: 3.5%;
    }
}

.news-area .major-card .card-footer {
    float: left;
    width: 100%;
    background-color: #e4f3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 17px;
}

.news-area .major-card .card-footer a {
    float: left;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 15px 15px;
}

.news-area .major-card .card-footer a svg {
    float: left;
    fill: #fff;
    margin-right: 0;
}

.subpage-news a {
    width: 32% !important;
    height: 360px;
}

@media (max-width:990px) and (min-width:100px) {
    .subpage-news a {
        width: 100% !important;
    }
}

.subpage-news a picture {
    height: 250px;
}

.subpage-news a h2 {
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fast-section {
    float: left;
    width: 100%;
    position: relative;
}

.fast-section .quickacc {
    float: left;
    width: 100%;
}

.fast-section .item {
    float: left;
    width: 15.625%;
    height: 170px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    transition: 0.25s ease-in-out;
}

.fast-section .item:nth-child(6n+0) {
    margin-right: 0;
}

.fast-section .item p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #333436;
}

.fast-section .item svg {
    fill: #ef7f1c;
    transition: 0.25s ease-in-out;
}

.fast-section .item:hover {
    border: 1px solid #262e7b;
}

.fast-section .item:hover p {
    color: #262e7b;
}

.fast-section .item:hover svg {
    fill: #262e7b;
}

.fast-caro {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.fast-caro .fast-carousel {
    float: left;
    width: 100%;
}

.fast-caro .fast-carousel .sect {
    height: 170px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    transition: 0.25s ease-in-out;
}

.fast-caro .fast-carousel .sect p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #333436;
}

.fast-caro .fast-carousel .sect svg {
    fill: #ef7f1c;
    transition: 0.25s ease-in-out;
}

.contact-area {
    position: absolute;
    z-index: 2;
    bottom: -70px;
    left: calc(50% - 455.5px);
}

@media (max-width:990px) and (min-width:100px) {
    .contact-area {
        float: left;
        left: 0;
        bottom: 0;
        position: relative;
        margin-top: -80px;
        width: 90%;
        margin-left: calc(50% - 45%);
    }
}

.contact-area a {
    float: left;
    width: 443px;
    height: 179px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 25px 35px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-area a {
        width: 100%;
    }
}

.contact-area a:last-child {
    margin-left: 25px;
    background: #38aa3d;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-area a:last-child {
        margin-left: 0px;
        margin-top: 15px;
    }
}

.contact-area a:last-child span {
    color: #fff;
}

.contact-area a:last-child span svg {
    fill: #fff;
}

.contact-area a:last-child div {
    color: #fff;
}

.contact-area a:last-child p {
    color: #fff;
}

.contact-area a span {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #373640;
    display: flex;
    align-items: center;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-area a span {
        font-size: 16px;
    }
}

.contact-area a span svg {
    float: left;
    fill: #373640;
    margin-right: 10px;
}

.contact-area a div {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 34px;
    line-height: 32px;
    text-align: left;
    color: #373640;
    margin: 10px 0px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-area a div {
        font-size: 18px;
    }
}

.contact-area a p {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #373640;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-area a p {
        font-size: 16px;
    }
}

.sub-page-current-area {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

@media (max-width:1300px) and (min-width:100px) {
    .sub-page-current-area {
        margin-bottom: 0px;
    }
}

.sub-page-current-area a {
    float: left;
    width: 32%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 36px -27px #000;
    -moz-box-shadow: 0px 0px 36px -27px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -27px #000;
    border-radius: 20px;
    margin-top: 127px;
    padding: 0px 15px;
    margin-right: 2%;
}

@media (max-width:990px) and (min-width:100px) {
    .sub-page-current-area a {
        width: 100%;
        margin-right: 0px;
        padding: 0px 15px 10px 15px;
    }
}

.sub-page-current-area a:nth-child(3n+0) {
    margin-right: 0px;
}

.sub-page-current-area a picture {
    float: left;
    width: 100%;
    height: 210px;
    margin-top: -104px;
}

.sub-page-current-area a picture img {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 7px 10px 10px 10px;
    object-fit: cover;
}

.sub-page-current-area a .title {
    float: left;
    width: 100%;
    height: 56px;
    font-size: 24px;
    font-weight: 500;
    color: #318432;
    margin-top: 17px;
    margin-bottom: 14px;
    line-height: normal;
}

@media (max-width:990px) and (min-width:100px) {
    .sub-page-current-area a .title {
        height: auto;
    }
}

.sub-page-current-area a .location {
    float: left;
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #1ebd39;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sub-page-current-area a .location svg {
    float: left;
    width: 14px !important;
    margin-right: 10px;
}

.sub-page-current-area a .description {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #798879 !important;
    height: 92px;
    overflow: hidden;
}

.sub-page-current-area a .current-project-info {
    float: left;
    width: 100%;
    background-color: #edf6ed;
    border-radius: 7px 10px 10px 10px;
    margin-top: 20px;
    padding: 17px 17px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sub-page-current-area a .current-project-info div {
    float: left;
    width: 49%;
}

.sub-page-current-area a .current-project-info div b {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #235e23;
    line-height: 28px;
    border-bottom: 1px solid #e0d6d6;
    margin-bottom: 6px;
}

.sub-page-current-area a .current-project-info div span {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    color: #235e23;
    line-height: normal;
    border-top-right-radius: 10px;
}

.other-images-area {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.other-images-area a {
    float: left;
    width: 24%;
    height: 200px;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
}

@media (max-width:990px) and (min-width:100px) {
    .other-images-area a {
        height: 100px;
        width: 49%;
    }

    .other-images-area a:nth-child(2n+0) {
        margin-right: 0px;
    }
}

.other-images-area a:nth-child(4n+0) {
    margin-right: 0px;
}

.other-images-area a img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

footer {
    float: left;
    width: 100%;
    margin-top: 100px;
    position: relative;
    background: #e4f3ff;
}

@media (max-width:990px) and (min-width:100px) {
    footer {
        margin-top: 50px;
        height: auto;
        /*
    &::before {
        content: '';
        position: absolute;
        left: calc(50% - 800px);
        top: -6px;
        width: 1600px;
        height: 12px;
        border-radius: 6px;
        background: #ef6508;
        border-radius: 35px;
        z-index: 10;

        @media (max-width: #{$w990}) and (min-width: #{100px}) {
            width: 95%;
            left: calc(50% - 47.5%);
        }

    }
*/
    }
}

footer .footer-first-area {
    float: left;
    width: 100%;
    height: 137px;
    position: relative;
    z-index: 1;
}

footer .footer-first-area .flex {
    float: left;
    width: 100%;
    height: 137px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

footer .footer-first-area .flex .social-media {
    float: right;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    margin-right: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer-first-area .flex .social-media svg {
        height: 25px !important;
    }
}

footer .footer-first-area .flex .social-media a {
    margin-left: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer-first-area .flex .social-media a {
        margin-left: 10px;
    }
}

footer .footer-first-area .flex .social-media a svg {
    height: 35px !important;
    fill: #262e7b;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer-first-area .flex .social-media a svg {
        height: 30px !important;
    }
}

footer .footer-first-area .flex .line {
    float: left;
    width: 82%;
    height: 1px;
    background-color: rgba(38, 46, 123, 0.26);
}

footer .footer {
    float: left;
    width: 100%;
    height: 204px;
    padding-top: 3px;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer {
        height: auto;
        padding-top: 0px;
        padding-bottom: 45px;
    }
}

footer .footer .right {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer .right {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

footer .footer .right .links {
    float: left;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer .right .links {
        width: 100%;
        height: auto;
        display: block;
    }
}

footer .footer .right .links:first-child li a {
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    color: #262e7b;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer .right .links:first-child li a {
        font-size: 18px;
    }
}

footer .footer .right .links:first-child li:first-child a {
    line-height: 32px;
    color: rgba(38, 46, 123, 0.7);
    opacity: 0.43;
}

footer .footer .right .links:first-child li:last-child {
    margin-bottom: 0px;
}

footer .footer .right .links:last-child {
    float: right;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer .right .links:last-child {
        float: left;
        margin-top: 20px;
    }
}

footer .footer .right .links:last-child li {
    margin-bottom: 0px;
}

footer .footer .right .links:last-child li a {
    flex-direction: row-reverse;
    font-weight: normal;
    font-size: 18px;
    line-height: 42px;
    text-align: right;
    color: #262e7b;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer .right .links:last-child li a {
        flex-direction: row;
    }
}

footer .footer .right .links li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

footer .footer .right .links li a {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: normal;
}

footer .footer .right .links li a svg {
    float: left;
    margin-right: 10px;
}

footer .footer-second-area {
    float: left;
    width: 100%;
    height: 140px;
    border-top: 1px solid rgba(38, 46, 123, 0.26);
    border-bottom: 1px solid rgba(38, 46, 123, 0.26);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .footer-second-area .right-side {
    float: right;
    display: flex;
    align-items: center;
}

footer .footer-second-area .right-side .footer-menu {
    float: left;
    position: relative;
    z-index: 11;
}

footer .footer-second-area .right-side .footer-menu .footer-menu-title {
    float: left;
    position: relative;
    padding: 0px 10px;
    border-bottom: 2px solid transparent;
}

footer .footer-second-area .right-side .footer-menu .footer-menu-title .menu-title {
    float: left;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 26px;
}

footer .footer-second-area .right-side .line {
    float: left;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.26);
    margin-left: 25px;
    margin-right: 25px;
    opacity: 0.3;
    position: relative;
}

@media (max-width:1600px) and (min-width:1300px) {
    footer .footer-second-area .right-side .line {
        margin-left: 10px;
        margin-right: 10px;
    }
}

footer .footer-second-area .right-side .get-quote {
    float: left;
    width: 239px;
    height: 55px;
    background: linear-gradient(90deg, #ef7d00 0%, #dead78 100%);
    /* genişletiyoruz */
    background-size: 200% 100%;
    background-position: left center;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* gradient kayacak */
    transition: background-position 0.2s ease;
}

footer .footer-second-area .right-side .get-quote:hover {
    background: linear-gradient(90deg, #333b8c 0%, #8387b9 100%);
    background-size: 200% 100%;
    background-position: right center;
}

@media (max-width:1600px) and (min-width:1300px) {
    footer .footer-second-area .right-side .get-quote {
        width: 135px;
    }
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer-second-area .right-side .get-quote {
        width: 140px;
        font-size: 12px;
    }
}

footer .footer-second-area .right-side .get-quote svg {
    float: left;
    margin-right: 10px;
}

footer .footer-down-bar {
    float: left;
    width: 100%;
    background-color: #1b4c8b;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer-down-bar {
        height: auto;
    }
}

footer .footer-down-bar b {
    float: left;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    margin: 37px 0px;
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer-down-bar b {
        text-align: center;
        margin: 20px 0px;
        width: 100%;
    }
}

footer .footer-down-bar img {
    float: right;
    margin: 26px 0px;
    filter: brightness(50);
}

@media (max-width:990px) and (min-width:100px) {
    footer .footer-down-bar img {
        margin: 10px calc(50% - 50px) 10px 0px;
    }
}

.subpage-title-area {
    float: left;
    width: 100%;
    height: 144px;
    background: linear-gradient(135deg, #e70 0%, #ffaf60 100%);
}

@media (max-width:990px) and (min-width:100px) {
    .subpage-title-area {
        height: 70px;
    }
}

.subpage-title-area h1 {
    float: left;
    width: 100%;
    height: 144px;
    line-height: 72px;
    text-align: left;
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width:990px) and (min-width:100px) {
    .subpage-title-area h1 {
        font-size: 16px;
        line-height: normal;
        height: 70px;
    }
}

.header-bg-img {
    float: left;
    width: 100%;
    height: 132px;
}

.header-bg-img picture {
    float: left;
    width: 100%;
    height: 132px;
    opacity: 0.3;
}

.header-bg-img picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcoump-area {
    float: left;
    width: 100%;
    height: 66px;
    background: #f2f3f5;
    /* Firefox */
}

.breadcoump-area ul {
    float: left;
    width: 100%;
    height: 66px;
    display: flex;
}

@media (max-width:990px) and (min-width:100px) {
    .breadcoump-area ul {
        width: 100%;
        padding: 0px 10px;
        margin-left: 0px;
    }
}

.breadcoump-area ul li {
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

@media (max-width:990px) and (min-width:100px) {
    .breadcoump-area ul li {
        margin-right: 10px;
    }
}

.breadcoump-area ul li::after {
    content: '';
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.breadcoump-area ul li:last-child::after {
    content: '';
    border: none;
    border-width: 0;
}

.breadcoump-area ul li a {
    float: left;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #333841;
    text-transform: uppercase;
}

@media (max-width:990px) and (min-width:100px) {
    .breadcoump-area ul li a {
        font-size: 10px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: #332b65 #dfe9eb;
    /* Chrome, Edge and Safari */
}

*::-webkit-scrollbar {
    width: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:hover {
    background-color: #b8c0c2;
}

*::-webkit-scrollbar-track:active {
    background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #332b65;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #332b65;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #332b65;
}

.mb-10 {
    margin-bottom: 10% !important;
}

.govde {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0;
    color: #36302f;
    padding: 20px 0px;
}

@media (max-width:1300px) and (min-width:100px) {
    .govde {
        margin-bottom: 0px;
        padding: 20px 0px 0px 0px;
    }
}

.govde .inner-type-item,
.govde .detail-write {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #3e3e3e;
    margin-bottom: 50px;
}

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

    .govde .inner-type-item,
    .govde .detail-write {
        margin-bottom: 20px;
    }
}

@media (max-width:990px) and (min-width:100px) {

    .govde .inner-type-item,
    .govde .detail-write {
        float: left;
        margin-bottom: 20px;
    }
}

.govde .inner-type-item b,
.govde .detail-write b,
.govde .inner-type-item strong,
.govde .detail-write strong,
.govde .inner-type-item h2,
.govde .detail-write h2 {
    font-weight: bold;
}

.govde .inner-type-item h2,
.govde .detail-write h2 {
    font-size: 20px;
}

.govde .inner-type-item .ilhtur,
.govde .detail-write .ilhtur {
    text-transform: uppercase;
}

.govde .inner-type-item .dvm,
.govde .detail-write .dvm {
    text-transform: capitalize;
    font-style: italic;
}

.govde .inner-type-item ul,
.govde .detail-write ul {
    list-style: disc;
}

.govde .inner-type-item iframe,
.govde .detail-write iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
    position: relative;
    pointer-events: none;
}

.govde .inner-type-item iframe::before,
.govde .detail-write iframe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

.govde .inner-type-item ol,
.govde .detail-write ol,
.govde .inner-type-item ul,
.govde .detail-write ul {
    list-style: revert !important;
}

.govde .inner-type-item em,
.govde .detail-write em {
    font-style: italic;
}

.govde .imgd img {
    display: none;
}

.govde .detail-image {
    width: 50%;
    margin-bottom: 40px;
}

@media (max-width:990px) and (min-width:100px) {
    .govde .detail-image {
        height: 250px;
        margin-right: 0px;
        width: 100%;
        float: left;
    }
}

.govde .detail-image img {
    float: left;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 30px;
}

@media (max-width:990px) and (min-width:100px) {
    .govde .detail-image img {
        height: 250px;
    }
}

.govde .At45Rx {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.govde .At45Rx a {
    float: left;
    width: 23.5%;
    height: 250px;
    margin-right: 2%;
    margin-bottom: 2%;
}

@media (max-width:990px) and (min-width:100px) {
    .govde .At45Rx a {
        width: 49%;
    }

    .govde .At45Rx a:nth-child(2n+0) {
        margin-right: 0px;
    }
}

.govde .At45Rx a img {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.govde .At45Rx a:nth-child(4n+0) {
    margin-right: 0px;
}

@media (max-width:990px) and (min-width:100px) {
    .govde .At45Rx a:nth-child(4n+0) {
        margin-right: 2%;
    }
}

.iletisimalani {
    float: right;
    width: 48%;
}

@media (max-width:990px) and (min-width:100px) {
    .iletisimalani {
        width: 100%;
    }
}

.iletisimalani .iletisiminput {
    float: left;
    width: 100%;
}

.iletisimalani .iletisiminput:nth-child(4) {
    width: 49%;
    float: right;
}

.iletisimalani .iletisiminput:nth-child(3) {
    width: 49%;
}

.iletisimalani .iletisiminput label {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #606060;
    margin-top: 15px;
}

.iletisimalani .iletisiminput input {
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #373640;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 3px 6px rgba(138, 138, 138, 0.07);
    padding: 10px;
}

.iletisimalani .iletisiminput textarea {
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 3px 6px rgba(138, 138, 138, 0.07);
    height: 60px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.iletisimalani .iletisimbuton {
    float: right;
    margin-top: 20px;
}

.iletisimalani .iletisimbuton .g-recaptcha {
    float: left;
}

.iletisimalani .iletisimbuton input {
    float: left;
    width: 162px;
    height: 57px;
    border-radius: 10px;
    background: #f27b23;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

@media (max-width:990px) and (min-width:100px) {
    .iletisimalani .iletisimbuton input {
        margin-top: 10px;
        margin-left: 0px;
    }
}

.iletisimalani .iletisimbuton input:hover {
    background-color: #181842;
}

.harita {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.detayicerik {
    float: left;
    /* border: 1px solid #dedede; */
    /* padding: 30px; */
    width: 48%;
    color: #606060;
    line-height: 36px;
    font-size: 16px;
}

@media (max-width:990px) and (min-width:100px) {
    .detayicerik {
        width: 100%;
    }
}

.detayicerik strong {
    font-weight: bold;
}

.projeslider {
    float: left;
    width: 100%;
}

.projeslider .swiper-container {
    width: 100%;
    height: 100%;
}

.projeslider a {
    float: left;
    width: 100%;
    height: 500px;
}

@media (max-width:990px) and (min-width:100px) {
    .projeslider a {
        height: 265px;
    }
}

.projeslider a img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-area {
    float: left;
    width: 100%;
    height: calc(100vh - 152px);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:990px) and (min-width:100px) {
    .video-area {
        height: 394px;
    }
}

.video-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 247px;
    background: linear-gradient(#fff 0%, rgba(128, 128, 128, 0) 100%);
}

.video-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #f60;
    mix-blend-mode: overlay;
    z-index: 9;
}

.video-area iframe {
    float: left;
    width: 101%;
    height: 150%;
}

@media (max-width:990px) and (min-width:100px) {
    .video-area iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 120%;
        transform: translate(-50%, -50%) scale(1.5);
        pointer-events: none;
    }
}

.video-area .write {
    position: absolute;
    top: calc(50% - 93px);
    height: 186px;
}

@media (max-width:990px) and (min-width:100px) {
    .video-area .write {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

.video-area .write h1 {
    float: left;
    width: 100%;
    font-weight: 800;
    font-size: 60px;
    line-height: 62px;
    text-align: center;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .video-area .write h1 {
        font-size: 24px;
        line-height: normal;
    }
}

.video-area img {
    position: absolute;
    width: 100%;
    height: 236px;
    left: 0px;
    bottom: 0;
}

@media (max-width:990px) and (min-width:100px) {
    .video-area img {
        display: none;
    }
}

.video-area .scroll-btn {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
    color: #fff;
    padding: 6px;
}

@media (max-width:990px) and (min-width:100px) {
    .video-area .scroll-btn {
        display: none;
    }
}

.video-area .scroll-btn:hover {
    transform: translateX(-50%) translateY(-4px) scale(1.03);
    background: rgba(255, 255, 255, 0.12);
}

.video-area .scroll-btn:focus {
    outline: 3px solid rgba(255, 255, 255, 0.12);
    outline-offset: 3px;
    /* SVG içinde path daha kalın gözüksün */
}

.video-area .scroll-btn svg {
    display: block;
}

table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ea8e2e;
    color: white;
}

table tr:hover {
    background-color: #ddd;
}

table tr td {
    font-weight: bold;
    background-color: #f4f4f4;
}

@media (max-width:600px) {

    table th,
    table td {
        padding: 5px;
        font-size: 12px;
    }
}

.details-button {
    z-index: 30;
    padding: 12px 28px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
    float: left;
}

.details-button:hover {
    background-color: #00a651;
    color: white;
}

.calendar-area {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f8fcff;
    padding-bottom: 45px;
    margin-top: 50px;
}

.calendar-area .klose {
    float: left;
    width: 100%;
}

.calendar-area .event {
    float: left;
    width: 100%;
    height: 433px;
    margin-right: 2%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 24px 24px 33px 24px;
    overflow: hidden;
}

@media (max-width:990px) and (min-width:100px) {
    .calendar-area .event {
        height: 410px;
    }
}

.calendar-area .event:last-child {
    margin-right: 0;
}

.calendar-area .event picture {
    float: left;
    width: 100%;
    height: 165px;
    overflow: hidden;
    border-radius: 5px;
}

.calendar-area .event picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calendar-area .event img {
    float: left;
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.calendar-area .event p {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    line-height: 42px;
    text-align: left;
    color: #333436;
    margin-top: 14px;
}

@media (max-width:990px) and (min-width:100px) {
    .calendar-area .event p {
        font-size: 18px;
    }
}

.calendar-area .event b {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #333436;
    height: 65px;
    text-overflow: clip;
    margin: 12px 0px;
}

@media (max-width:990px) and (min-width:100px) {
    .calendar-area .event b {
        font-size: 20px;
        line-height: normal;
    }
}

.calendar-area .event .datetime {
    float: left;
    width: 100%;
}

.calendar-area .event .datetime .date {
    float: left;
    width: 65%;
    margin-right: 2%;
    height: 72px;
    font-size: 16px;
    font-weight: 600;
    background-color: #e4f3ff;
    border-radius: 5px;
    color: #262e7b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 25px;
    padding: 15px;
}

@media (max-width:990px) and (min-width:100px) {
    .calendar-area .event .datetime .date {
        height: 60px;
        padding: 10px;
    }
}

.calendar-area .event .datetime .date svg {
    float: left;
    width: 50px;
}

.calendar-area .event .datetime .time {
    float: left;
    width: 33%;
    height: 72px;
    font-weight: 600;
    font-size: 16px;
    background-color: #262e7b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 10px;
}

@media (max-width:990px) and (min-width:100px) {
    .calendar-area .event .datetime .time {
        height: 60px;
    }
}

.culture-area {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area {
        margin-top: 0;
    }
}

.culture-area .left-side {
    float: left;
    width: 67%;
    margin-right: 1%;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .left-side {
        width: 100%;
    }
}

.culture-area .left-side .item {
    float: left;
    width: 200px;
    height: 170px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
    transition: 0.25s ease-in-out;
}

.culture-area .left-side .item:nth-child(4n+0) {
    margin-right: 0;
}

.culture-area .left-side .item p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #333436;
}

.culture-area .left-side .item svg {
    fill: #000;
    transition: 0.25s ease-in-out;
}

.culture-area .left-side .item:hover {
    border: 1px solid #262e7b;
}

.culture-area .left-side .item:hover p {
    color: #262e7b;
}

.culture-area .left-side .item:hover svg {
    fill: #262e7b;
}

.culture-area .cleft-side {
    float: left;
    width: 100%;
    overflow: hidden;
}

.culture-area .cleft-side .cul-item {
    float: left;
    width: 100%;
    height: 170px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 4px;
    transition: 0.25s ease-in-out;
}

.culture-area .cleft-side .cul-item:nth-child(4n+0) {
    margin-right: 0;
}

.culture-area .cleft-side .cul-item p {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #333436;
}

.culture-area .cleft-side .cul-item svg {
    fill: #000;
    transition: 0.25s ease-in-out;
}

.culture-area .cleft-side .cul-item:hover {
    border: 1px solid #262e7b;
}

.culture-area .cleft-side .cul-item:hover p {
    color: #262e7b;
}

.culture-area .cleft-side .cul-item:hover svg {
    fill: #262e7b;
}

.culture-area .right-side {
    float: left;
    width: 31%;
    height: 360px;
    position: relative;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .right-side {
        width: 100%;
        height: auto;
    }
}

.culture-area .right-side picture {
    float: left;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .right-side picture {
        height: 240px;
    }
}

.culture-area .right-side picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.culture-area .right-side span {
    position: absolute;
    top: 30px;
    right: 52px;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .right-side span {
        right: 35px;
    }
}

.culture-area .right-side span b {
    float: right;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    line-height: 31px;
    text-align: right;
    color: #333436;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .right-side span b {
        font-size: 22px;
    }
}

.culture-area .right-side span p {
    float: right;
    width: 100%;
    font-weight: normal;
    font-size: 25px;
    line-height: 31px;
    text-align: right;
    color: #333436;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .right-side span p {
        font-size: 20px;
    }
}

.culture-area .right-side a {
    position: absolute;
    bottom: 20px;
    width: 80%;
    left: calc(50% - 160px);
    height: 55px;
    padding: 15px 20px;
    border-radius: 4px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
    background-color: #262e7b;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .right-side a {
        left: 15%;
        width: 70%;
        bottom: 15px;
        font-size: 16px;
    }
}

.culture-area .right-side a:last-child {
    margin-right: 0px;
    margin-bottom: 23px;
}

@media (max-width:990px) and (min-width:100px) {
    .culture-area .right-side a:last-child {
        margin-bottom: 0;
    }
}

.culture-area .right-side a svg {
    float: left;
    margin-right: 10px;
    fill: #262e7b;
}

.sport-area {
    float: left;
    width: 100%;
    position: relative;
}

.sport-area picture {
    float: left;
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.sport-area picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.sport-area picture b {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 34px;
    font-weight: normal;
    font-size: 25px;
    line-height: 31px;
    text-align: left;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .sport-area picture b {
        left: 10%;
        font-size: 20px;
        width: 80%;
        top: 115px;
    }
}

.sport-area picture span {
    position: absolute;
    top: 138px;
    left: 34px;
    width: 237px;
    font-weight: normal;
    font-size: 25px;
    line-height: 31px;
    text-align: left;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .sport-area picture span {
        left: 10%;
        top: auto;
        bottom: 120px;
        font-size: 20px;
    }
}

.sport-area picture span p {
    font-weight: bold;
}

.sport-area picture a {
    position: absolute;
    bottom: 30px;
    width: 252px;
    left: 30px;
    height: 55px;
    padding: 15px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
    background-color: #262e7b;
    border: 1px solid #262e7b;
    transition: 0.5s ease-in-out;
}

@media (max-width:990px) and (min-width:100px) {
    .sport-area picture a {
        width: 70%;
        left: 15%;
        font-size: 16px;
        padding: 15px;
    }
}

.sport-area picture a:last-child {
    margin-right: 0px;
    margin-bottom: 23px;
}

.sport-area picture a svg {
    float: left;
    margin-right: 10px;
    fill: #262e7b;
}

.sport-area picture a:hover {
    border: 1px solid #fff;
}

.noti-area {
    float: left;
    width: 100%;
    margin-top: 45px;
    position: relative;
}

.noti-area .left-side {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 541px;
    position: relative;
    border-radius: 5px;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .left-side {
        width: 100%;
        height: 340px;
    }
}

.noti-area .left-side picture {
    float: left;
    width: 100%;
    height: 541px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .left-side picture {
        height: 340px;
    }
}

.noti-area .left-side picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.noti-area .left-side span {
    position: absolute;
    width: 47%;
    right: 40px;
    bottom: 35px;
    font-weight: lighter;
    font-size: 34px;
    line-height: 42px;
    text-align: right;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .left-side span {
        font-size: 24px;
        line-height: normal;
    }
}

.noti-area .left-side span b {
    font-weight: bold;
}

.noti-area .middle {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .middle {
        width: 100%;
    }
}

.noti-area .middle .main-title {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .middle .main-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.noti-area .middle .notifications {
    float: left;
    width: 100%;
    height: 471px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .middle .notifications {
        height: 437px;
        padding: 35px 25px;
    }
}

.noti-area .middle .notifications .item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .middle .notifications .item {
        margin-bottom: 15px;
    }
}

.noti-area .middle .notifications .item:last-child {
    margin-bottom: 0;
}

.noti-area .middle .notifications .item .date {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.noti-area .middle .notifications .item .date p {
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333436;
}

.noti-area .middle .notifications .item .date div {
    float: left;
    width: 60%;
    height: 1px;
    background-color: #d9d9d9;
}

.noti-area .middle .notifications .item svg {
    float: left;
    margin-right: 20px;
}

.noti-area .middle .notifications .item span {
    float: left;
    width: calc(100% - 71px);
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333436;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noti-area .right-side {
    float: left;
    width: 32%;
    position: relative;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .right-side {
        width: 100%;
    }
}

.noti-area .right-side .main-title {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .right-side .main-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.noti-area .right-side .notifications {
    float: left;
    width: 100%;
    height: 471px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
}

@media (max-width:990px) and (min-width:100px) {
    .noti-area .right-side .notifications {
        height: 437px;
        padding: 35px 25px;
    }
}

.noti-area .right-side .notifications .item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.noti-area .right-side .notifications .item:last-child {
    margin-bottom: 0;
}

.noti-area .right-side .notifications .item .date {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.noti-area .right-side .notifications .item .date p {
    float: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333436;
}

.noti-area .right-side .notifications .item .date div {
    float: left;
    width: 60%;
    height: 1px;
    background-color: #d9d9d9;
}

.noti-area .right-side .notifications .item svg {
    float: left;
    margin-right: 20px;
}

.noti-area .right-side .notifications .item span {
    float: left;
    width: calc(100% - 71px);
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333436;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact-us {
    float: left;
    width: 108%;
    margin-left: -4%;
    position: relative;
    background-color: #0b1043;
    padding: 48px;
    border-radius: 5px;
    margin-top: 35px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us {
        width: 105.5%;
        margin-left: -2.75%;
        padding: 40px;
    }
}

.contact-us .first-section {
    float: left;
    width: 100%;
}

.contact-us .first-section .fa {
    float: left;
    border: 2px solid #8c92cc;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    text-align: left;
    color: #8c92cc;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .first-section .fa:first-child {
        margin-left: 20%;
    }
}

.contact-us .first-section .fa svg {
    fill: #8c92cc;
    stroke: #8c92cc;
}

.contact-us .first-section .fa:hover {
    color: #fff;
    border: 2px solid #fff;
}

.contact-us .first-section .fa:hover svg {
    fill: #fff;
    stroke: #fff;
    transition: 0.3s ease-in-out;
}

.contact-us .first-section .right-side {
    float: right;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .first-section .right-side {
        padding: 0px 20%;
    }
}

.contact-us .first-section .right-side p {
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    text-align: left;
    color: #8c92cc;
    margin-right: 23px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .first-section .right-side p {
        width: 100%;
        margin-top: 15px;
        text-align: center;
        font-size: 16px;
    }
}

.contact-us .first-section .right-side a {
    float: left;
    border: 2px solid #8c92cc;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    text-align: left;
    color: #8c92cc;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .first-section .right-side a {
        margin-right: 15px;
    }
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .first-section .right-side a:first-child {
        margin-left: 21%;
    }
}

.contact-us .first-section .right-side a svg {
    fill: #8c92cc;
    stroke: none;
}

.contact-us .first-section .right-side a:last-child {
    margin-right: 0;
}

.contact-us .first-section .right-side a:hover svg {
    fill: #fff;
}

.contact-us .second-section {
    float: left;
    width: 100%;
    margin-top: 60px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .second-section {
        margin-top: 25px;
    }
}

.contact-us .second-section span {
    float: left;
    font-weight: normal;
    font-size: 42px;
    line-height: 42px;
    text-align: left;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .second-section span {
        font-size: 24px;
        line-height: normal;
    }
}

.contact-us .second-section span b {
    font-weight: bold;
}

.contact-us .second-section span p {
    font-weight: 300;
    font-size: 24px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .second-section span p {
        font-size: 20px;
    }
}

.contact-us .second-section .right-side {
    float: right;
}

.contact-us .second-section .right-side a {
    float: left;
    margin-right: 17px;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .second-section .right-side a {
        width: 100%;
        border: 1px solid #fff;
        font-size: 14px;
        padding: 10px 19px;
        margin-top: 20px;
        text-align: center;
    }
}

.contact-us .second-section .right-side a:last-child {
    margin-right: 0;
}

@media (max-width:990px) and (min-width:100px) {
    .contact-us .second-section .right-side a:last-child {
        margin-top: 20px;
        font-size: 20px;
    }
}

.contact-us .second-section .right-side a svg {
    fill: #0b1043;
}

.major-area {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 35px;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area {
        margin-top: 0;
    }
}

.major-area::before {
    content: '';
    position: absolute;
    width: 73%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(37deg, rgba(255, 255, 255, 0) 75%, #262e7b 100%);
    z-index: 0;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area::before {
        width: 100%;
        height: 40%;
        background: linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(38, 46, 123, 0.75) 100%);
    }
}

.major-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 33%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 75%, rgba(239, 127, 28, 0.25) 100%);
}

@media (max-width:990px) and (min-width:100px) {
    .major-area::after {
        content: none;
    }
}

.major-area .left-side {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding-top: 90px;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .left-side {
        width: 100%;
        padding-top: 20px;
    }
}

.major-area .left-side b {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    text-align: left;
    color: #534848;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .left-side b {
        font-size: 28px;
    }
}

.major-area .left-side p {
    float: left;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #534848;
    margin-bottom: 20px;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .left-side p {
        font-size: 18px;
    }
}

.major-area .left-side span,
.major-area .left-side span>p {
    float: left;
    width: 510px;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #262525;
    position: relative;
    z-index: 5;
}

@media (max-width:990px) and (min-width:100px) {

    .major-area .left-side span,
    .major-area .left-side span>p {
        width: 100%;
        font-size: 16px;
        line-height: normal;
    }
}

.major-area .op {
    position: absolute;
    right: 0;
    top: 0;
    width: 1015px;
    height: 679px;
    z-index: -1;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .op {
        display: none;
    }
}

.major-area .right-side {
    float: left;
    width: 49%;
    position: relative;
    padding-top: 90px;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .right-side {
        width: 100%;
        padding-top: 20px;
    }
}

.major-area .right-side picture {
    float: left;
    width: 568px;
    height: 583px;
    overflow: hidden;
    z-index: 1;
    background: transparent;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .right-side picture {
        width: 100%;
        height: 365px;
    }
}

.major-area .right-side picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background: transparent;
    position: relative;
}

.major-area .major-footer {
    float: left;
    width: 108%;
    margin-left: -4%;
    background-color: #e4f3ff;
    border-radius: 5px;
    padding: 45px;
    margin-top: -70px;
    z-index: 5;
    position: relative;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .major-footer {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: -35px;
        padding: 30px 45px 20px;
    }
}

.major-area .major-footer a {
    float: left;
    border: 2px solid #262e7b;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    text-align: left;
    color: #262e7b;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.major-area .major-footer .mfright-side {
    float: right;
    margin-top: 8px;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .major-footer .mfright-side {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.major-area .major-footer .mfright-side p {
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    text-align: left;
    color: #262e7b;
    margin-right: 23px;
}

@media (max-width:990px) and (min-width:100px) {
    .major-area .major-footer .mfright-side p {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

.major-area .major-footer .mfright-side a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.major-area .major-footer .mfright-side a svg {
    fill: #262e7b;
}

.major-area .major-footer .mfright-side a:last-child {
    margin-right: 0;
}

.services-area {
    float: left;
    width: 100%;
}

.services-area a {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    border-radius: 4px;
}

@media (max-width:990px) and (min-width:100px) {
    .services-area a {
        width: 100%;
    }
}

.services-area a:last-child {
    margin-right: 0;
}

.services-area a picture {
    float: left;
    width: 307px;
    height: 414px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}

.services-area a picture img {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.services-area a b {
    float: left;
    margin-top: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 42px;
    text-align: left;
    color: #333436;
}

.services-area a:hover img {
    scale: 1.05;
}

.service-caro {
    float: left;
    width: 100%;
}

.service-caro a {
    float: left;
    width: 100%;
}

.service-caro a picture {
    float: left;
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}

.service-caro a picture img {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.service-caro a b {
    float: left;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    color: #333436;
}

.explore-area {
    float: left;
    width: 100%;
}

.explore-area .counters {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

@media (max-width:990px) and (min-width:100px) {
    .explore-area .counters {
        flex-wrap: wrap;
    }
}

.explore-area .counters .item {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 35px 20px 25px;
}

@media (max-width:990px) and (min-width:100px) {
    .explore-area .counters .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 20px 15px;
    }

    .explore-area .counters .item:nth-child(2n+0) {
        margin-right: 0;
    }
}

.explore-area .counters .item:last-child {
    margin-right: 0;
}

@media (max-width:990px) and (min-width:100px) {
    .explore-area .counters .item:last-child {
        width: 100%;
    }
}

.explore-area .counters .item span {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: #333436;
    display: flex;
    justify-content: center;
}

.explore-area .counters .item span .counter {
    float: left;
    text-align: center;
}

.explore-area .counters .item p {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #333436;
    margin-top: 30px;
}

.history {
    float: left;
    width: 100%;
}

.history .hleft-side {
    float: left;
    width: 39%;
    margin-right: 1%;
    position: relative;
    perspective: 1800px;
}

@media (max-width:990px) and (min-width:100px) {
    .history .hleft-side {
        width: 100%;
        height: 500px;
        margin-bottom: 35px;
    }
}

@media (max-width:768px) {
    .history .hleft-side:hover .front {
        transform: none;
        box-shadow: none;
    }
}

.history .hleft-side .front,
.history .hleft-side .back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    backface-visibility: hidden;
    transition: 0.8s ease;
}

.history .hleft-side .front {
    transform: rotateY(0deg);
    z-index: 2;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    /* Hover ipucu */
}

@media (max-width:5000px) and (min-width:990px) {
    .history .hleft-side:hover:not(.flip) .front {
        transform: rotateY(-6deg);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    }

    .history .hleft-side.flip:hover .back {
        transform: rotateY(6deg);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    }
}

.history .hleft-side .back {
    transform: rotateY(180deg);
}

.history .hleft-side.flip .front {
    transform: rotateY(-180deg);
}

.history .hleft-side.flip .front .write,
.history .hleft-side.flip .front .title {
    opacity: 0;
    transform: translateY(20px);
}

.history .hleft-side.flip .back {
    transform: rotateY(0deg);
}

.history .hleft-side.flip .back .write,
.history .hleft-side.flip .back .title {
    opacity: 0;
    transform: translateY(20px);
}

.history .hleft-side picture {
    float: left;
    width: 100%;
    height: 718px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

@media (max-width:990px) and (min-width:100px) {
    .history .hleft-side picture {
        height: 100%;
    }
}

.history .hleft-side picture img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history .hleft-side .write {
    position: absolute;
    top: 53px;
    left: 43px;
    right: 42px;
    padding: 32px 40px;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width:990px) and (min-width:100px) {
    .history .hleft-side .write {
        left: 35px;
        top: 35px;
        right: 35px;
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}

.history .hleft-side .title {
    position: absolute;
    bottom: 35px;
    left: 43px;
    font-weight: normal;
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width:990px) and (min-width:100px) {
    .history .hleft-side .title {
        bottom: 20px;
        left: 35px;
        font-size: 28px;
        line-height: normal;
    }
}

.history .hleft-side .title b {
    font-weight: bold;
}

.history .right-side {
    float: right;
    width: 59.5%;
}

@media (max-width:990px) and (min-width:100px) {
    .history .right-side {
        width: 100%;
    }
}

.history .right-side .item {
    float: left;
    width: 49%;
    height: 228px;
    margin-right: 2%;
    margin-bottom: 17px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

@media (max-width:990px) and (min-width:100px) {
    .history .right-side .item {
        height: 200px;
    }
}

.history .right-side .item:nth-child(2n+0) {
    margin-right: 0;
}

.history .right-side .item:last-child,
.history .right-side .item:nth-child(5) {
    margin-bottom: 0;
}

.history .right-side .item picture {
    float: left;
    width: 100%;
    height: 228px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

@media (max-width:990px) and (min-width:100px) {
    .history .right-side .item picture {
        height: 200px;
    }
}

.history .right-side .item picture img {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.history .right-side .item b {
    position: absolute;
    bottom: 36px;
    left: 32px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
    text-align: left;
    color: #fff;
}

@media (max-width:990px) and (min-width:100px) {
    .history .right-side .item b {
        left: 20px;
        bottom: 35px;
        line-height: normal;
    }
}

.history .right-side .item:hover img {
    transform: scale(1.05);
}

.sector-item.icon-only picture {
    display: none;
}

.sector-item.icon-only {
    height: 250px;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

.popup-container.active {
    visibility: visible;
    opacity: 1;
}

.popup-container.active .popup-content {
    transform: scale(1);
}

.popup-container .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.popup-container .popup-content {
    position: relative;
    max-width: 800px;
    max-height: 500px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 10001;
    transform: scale(0.95);
    transition: transform 0.3s ease-in-out;
}

@media (max-width:990px) and (min-width:100px) {
    .popup-container .popup-content {
        max-height: 75vh;
        width: 90%;
        margin: 0 5%;
    }

    .popup-container .popup-content picture {
        width: 100%;
        height: 100%;
    }

    .popup-container .popup-content picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.popup-container .popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    z-index: 10002;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.popup-container .popup-close-btn:hover {
    background-color: #eee;
    color: #000;
}

.popup-container .popup-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
}

.nobetci-eczaneler-container {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.nobetci-eczaneler-container .section-title {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    border-left: 5px solid var(--theme-color);
    padding-left: 10px;
}

.nobetci-eczaneler-container .pharmacy-card {
    float: left;
    width: 48%;
    margin-right: 2%;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}

@media (max-width:990px) and (min-width:100px) {
    .nobetci-eczaneler-container .pharmacy-card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

.nobetci-eczaneler-container .pharmacy-card:nth-child(2n+0) {
    margin-left: 0;
}

.nobetci-eczaneler-container .pharmacy-card .card-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.nobetci-eczaneler-container .pharmacy-card .card-header .icon-circle {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-right: 15px;
    background-color: var(--theme-color);
}

.nobetci-eczaneler-container .pharmacy-card .card-header .info-wrapper {
    float: left;
    width: 100%;
}

.nobetci-eczaneler-container .pharmacy-card .card-header .info-wrapper .pharmacy-name {
    font-size: 18px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 2px;
}

.nobetci-eczaneler-container .pharmacy-card .card-header .info-wrapper .pharmacy-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-color);
}

.nobetci-eczaneler-container .pharmacy-card .card-row {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    color: #636e72;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.nobetci-eczaneler-container .pharmacy-card .card-row:last-child {
    margin-bottom: 0;
}

.nobetci-eczaneler-container .pharmacy-card .card-row svg {
    min-width: 20px;
    margin-right: 12px;
    margin-top: 2px;
}

.nobetci-eczaneler-container .pharmacy-card .card-row.address svg {
    color: #7f8c8d;
}

.nobetci-eczaneler-container .pharmacy-card .card-row.phone svg {
    color: #27ae60;
}

.nobetci-eczaneler-container .pharmacy-card .card-row .phone-link {
    color: #2d3436;
    text-decoration: none;
    border-bottom: 1px dotted #999;
    font-weight: 600;
}

.nobetci-eczaneler-container .pharmacy-card .card-row .phone-link:hover {
    color: var(--theme-color);
    border-bottom-style: solid;
}

.dfy {
    float: left;
    width: 200px;
    margin-left: calc(50% - 100px);
    border-radius: 35px;
    border: 1px solid #d9d9d9;
    padding: 15px 20px;
    text-align: center;
}