
.detail-modal .detail-block .modal-content .text .desc p{
    font-size: 1.7rem;
    line-height: 2rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 2rem;
}


.detail-modal .detail-block .modal-content .text .desc ul, .detail-modal .detail-block .modal-content .text .desc ol {
    list-style: disc;
    padding-left: 3rem;
    margin-bottom: 2rem;
}

.detail-modal .detail-block .modal-content .text .desc ul::marker, .detail-modal .detail-block .modal-content .text .desc ol::marker {
    color: #000;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 300;
    padding-left: 2rem;
}
.detail-modal .detail-block .modal-content .text .desc ul li, .detail-modal .detail-block .modal-content .text .desc ol li {
    font-size: 1.7rem;
    line-height: 2rem;
    color: #000;
    font-weight: 300;
}

.detail-modal .detail-block .modal-content .text .desc ul, .detail-modal .detail-block .modal-content .text .desc h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 2rem;
}

.detail-modal .detail-block .modal-content .text .desc h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 2rem;
}

.detail-modal .detail-block .modal-content .text .desc h3 {
    font-size: 2rem;
    line-height: 2.3rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 2rem;
}

.detail-modal .detail-block .modal-content .text .desc strong {
    font-size: 1.7rem;
    line-height: 2rem;
    color: #000;
    font-weight: 600;
}

.detail-modal .detail-block .modal-content .text .desc ul, .detail-modal .detail-block .modal-content .text .desc table {
    width: 100%;
    margin-bottom: 2rem;
    border-collapse: collapse;
}

.detail-modal .detail-block .modal-content .text .desc table th, .detail-modal .detail-block .modal-content .text .desc table td {
    border: 1px solid #000;
    padding: 1rem;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #000;
    font-weight: 300;
}

.detail-modal .detail-block .modal-content .text .desc table th {
    background-color: #f5f5f5;
}

.detail-modal .detail-block .modal-content .text .desc blockquote {
    font-size: 1.7rem;
    line-height: 2rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f5f5f5;
}

.detail-modal .detail-block .modal-content .text .desc blockquote p {
    font-size: 1.7rem;
    line-height: 2rem;
    color: #000;
    font-weight: 300;
}

.detail-modal .detail-block .modal-content .text .desc img {
    width: 100%;
    margin-bottom: 2rem;
}

#about-block h3{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--color-secondary);
    padding-bottom: 3rem;
    font-weight: 500;
}

#careeer-block .img-card-section .text .title{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--color-secondary);
    padding-bottom: unset !important;
}


#careeer-block .img-card-section .text h3{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--color-secondary);
    padding-bottom: .5rem;
    font-weight: 500;
}

#e-performans-block .img-card-section .text h3{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--color-secondary);
    padding-bottom: 2.4rem;
    font-weight: 500 !important;
}

.modal {
    animation: unset !important;
}

#header .language a {
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #0079c1;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.statik .desc h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 4.4rem;
    display: block !important;
    position: relative;
}

.statik .desc h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 4rem;
    height: .3rem;
    justify-content: space-between;
    background-color: #00baff;
}

.text-section.statik .desc {
    margin-bottom: 0;
    margin-top: 0px !important
}

.input-badge.invalid {
    visibility: visible;
    opacity: 1;
}

.submit-button button.disabled {
    background-color: rgba(94,114,132,0.77);
    cursor: not-allowed;
}

#hero .hero-slider .swiper-slide .img-card .btn:first-of-type span {
    margin-right: 5px;
}

#header .brand-logo {
    height: -webkit-fill-available;
    flex: none;
}

@media (max-width: 1024px) {
    .detail-modal .detail-block .modal-content {
        padding-left: 0;
    }
    .detail-modal .detail-block {
        padding-left: 2.5rem;
    }
}

#history .swiper .swiper-slide .icon-ball::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: .1rem;
    background-color: #fff;
}

#history {
    overflow: hidden;
}
.marguee {
    animation-duration:100s !important;
}
@media (max-width: 768px) {
    .marguee {
        animation-duration:170s !important;
    }
}

#header .mobile-menu .mobile-menu-list ul li a.active {
    color: var(--color-primary);
}
#cookieModal{
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    transition: opacity ease 15s;
}
#cookieModal.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    bottom: 30px !important;
    z-index: 9999;
    transform: translateY(0);
}
#cookieModal .accept-btn {
    background: #2680c4;
}

#cookieModal .reject-btn {
    background: #2eaeef;
}

#cookieModal {
    padding: 0 !important;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.4rem;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    transition: opacity ease .3s,visibility ease .3s,transform ease .3s
}

#cookieModal.show,.gallery-modal-active #cookieModal.gallery-modal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#cookieModal .heading-3 {
    color: #000
}

#cookieModal .body {
    color: #000
}

#cookieModal .body a {
    color: #000;
    text-decoration: underline
}

#cookieModal .btn-huge {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 .7rem
}

#cookieModal .btn {
    font-size: 1.4rem;
    padding: 1.6rem 2.4rem;
    border-radius: 0;
    border: none;
    text-transform: unset;
    font-weight: 500
}

#cookieModal .btn:hover {
    background-color: rgba(0,0,0,.5)
}

#cookieModal .button-transparent {
    position: absolute;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 1.6rem;
    top: 1.6rem;
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 0
}


.text-section .desc h3 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.text-section .desc h4 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.text-section .desc h3 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.text-section .desc h4 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.text-section .desc strong{
    font-weight: 600;
}

.text-section .desc b {
    font-weight: 600;
}

#hero .hero-slider .custom-pagination .custom-bullet {
 cursor: inherit !important;
}

#references {
    height: 73rem;
}

#about-block .about-card .text .desc ul, #about-block .img-card-section .text .desc ul {
    list-style: disc !important;
    padding-left: 3.5rem;
}

#about-block .about-card .text .desc * {
    padding-bottom: 0
}

#about-block .about-card .text .desc ul li {
    padding-bottom: 0.5rem;
}
#about-block .about-card .text .desc p, #about-block .about-card .text .desc h3 {
    padding-bottom: 3rem;
}

.text-section .video-img .img::after {
    background-size: cover;
}
