@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
ul,
ol,
span,
div,
section,
b,
strong,
article {
    font-family: 'Poppins', sans-serif !important;
}


.header .navbar-brand .logo {
    max-width: 100%;
    width: 260px;
}

.header-tab .tab {
    background: linear-gradient(to right, #053178, #2b81c2);
}

.header-tab .navbar {
    background-color: #f1f1f1;
}

.module-language a img {
    height: 20px;
}

.slider.slider-2 .slide .slide-content .slide-headline {
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 58px;
}

.banner_alti_desc {
    font-weight: 500;
    color: #1D2331;
}

section {
    padding: 60px 0;
}

.company__title h2 {
    color: #1C222F;
    font-size: 20px
}

.company__title img {
    height: 40px;
    margin-right: 12px;
}

p {
    font-size: 14px;
}

.bg-overlay-dark {
    background-size: cover;
}

.gradient-text {
    /* Yazı boyutu */
    font-weight: bold;
    /* Yazı kalınlığı */
    background: -webkit-linear-gradient(left, #212121, #0C59D9);
    /* Gradient rengi */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /* Bloğun boyutunu metin boyutuna göre ayarla */
}

.cta_section {
    background: linear-gradient(to right, #053178, #2b81c2);
}

.btn--primary {
    background-color: #3598DB;
    color: #ffffff;
    border-color: #3598DB;
}

.filter_btn {
    width: unset !important;
    height: unset !important;
    line-height: unset !important;
}

.project_thumb {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-right-radius: 30px;
}

.project__area {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    background-color: white;
    transition: 0.3s;
}

.project__area:hover {
    transition: 0.3s;
    background-color: #0A49B2;
}

.project__area:hover * {
    transition: 0.3s;
    color: white;
}

.p_date__area {
    position: absolute;
    top: 0;
    left: 0;
}

.p_date__area .day_count {
    background: #00A8FF;
    padding: 8px 21px;
    color: white;
    font-size: 20px;
    text-align: center;
}

.p_date__area .month_area {
    background-color: #181D31;
    padding: 4px 21px;
    color: white;
    text-align: center;
}

@media screen and (min-width: 600px) {


    .bg-overlay-dark {
        padding: 100px 0;
    }
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem;
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
}

@media screen and (max-width: 600px) {
    .bc_title h1 {
        font-size: 25px;
    }

    .about.about-4 {
        padding-top: 30px;
    }

    .contact-info {
        padding-top: 30px;
    }
}


.swiper-slide {
    position: relative;
}

.slide-background,
.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.overlay-image {
    z-index: 2;
    /* Ensures overlay is above the background */
}

.slide-content {
    padding: 240px 0;

}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    color: white;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    color: white;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        /* Sağdan başlar */
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /* Orijinal konuma gelir */
        opacity: 1;
    }
}

.overlay-image {
    z-index: 2;
    /* Arka plan üzerinde olduğundan emin olun */
    animation: slideInFromRight 2s ease-in-out;
    /* Süre ve easing ayarları */
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slide-content {
    z-index: 2;
    /* Arka plan üzerinde olduğundan emin olun */
    animation: fadeIn 2s ease-in-out;
    /* 2 saniyede fade-in */
}

.slide-content {
    padding: 240px 0;
    /* padding-top: 140px;
    padding-bottom: 240px; */
}

@media (max-width: 768px) {
    .overlay-image {
        position: relative;
        z-index: 1;
        /* slide-content'ten altta olması için */
        width: 100%;
        /* Gerekirse boyutları ayarlayın */
        height: auto;
        /* Gerekirse boyutları ayarlayın */
        top: auto;
        /* Varsa önceki pozisyonlandırmayı sıfırlayın */
        left: auto;
        /* Varsa önceki pozisyonlandırmayı sıfırlayın */
        transform: translateX(0);
        /* Animasyonu sıfırlayın */
        animation: none;
        /* Mobilde animasyonu devre dışı bırakın */
        display: none;
    }

    .slide-content {
        z-index: 2;
        /* overlay-image'den üstte olması için */
        position: relative;
        /* Gerekirse pozisyonlandırmayı ayarlayın */
        text-align: center;
    }
}

.about-img img {
    transform: translateX(100%);
    transition: transform 1s ease-in-out;
}

.about-img-1 img {
    transform: translateX(-100%);
    transition: transform 1s ease-in-out;
}


.cta_title {
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .cta_title {
        font-size: 30px;
    }
}

.cta_title span {
    display: inline-block;
    opacity: 0;
    transform: translateY(1em);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cta_title span.animate {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 600px) {
    .element-item {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 600px) {
    .project_title {
        height: 72px;
    }
}


.img_logo_ref {
    height: 120px;
}

@media screen and (max-width: 600px) {
    .img_logo_ref {
        height: 80px;
    }
}


.footer-1 * {
    color: white !important;
}

.footer-1 p,
.footer-1 li a {
    /* font-size: 13px !important; */
}

@media screen and (min-width: 992px) {
    .footer .footer-center {
        padding-top: 60px;
    }

    .support_area {
        justify-content: end;
    }
}

.footer .footer-widget .footer-widget-title h5 {
    font-size: 21px;
}

@media screen and (max-width: 568px) {
    .footer .footer-widget {
        text-align: start;
    }

    .copyright_area {
        text-align: center;
    }

    .social-icon-one {
        margin-top: 20px;
    }

    .support_area {
        margin-top: 20px;
        justify-content: center;
    }
}

.social-icon-one li a i {
    font-size: 15px;
}

.social-icon-one li a {
    position: relative;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #f1f1f161;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0;
}

.one_row {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.social-icon-one li .twitter:hover {
    background-color: #1da1f2;
}

.social-icon-one li .facebook:hover {
    background-color: #4267B2;
}

.social-icon-one li .linkedin:hover {
    background-color: #0077b5;
}

.social-icon-one li .instagram:hover {
    background-color: #c32aa3;
}

.social-icon-one li .youtube:hover {
    background-color: #ff0000;
}

/*institutional*/
article h3 {
    font-weight: 300;
    /* text-align: center; */
    font-size: 20px;
    margin-bottom: 10px;
}

.company_bar {
    background: linear-gradient(to right, #2b81c2, #053178);
    padding: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.company_bar * {
    color: white;
}

.company_bar ul {
    display: flex;
    justify-content: center;
}

.company_bar_button {
    line-height: 26px;
    height: 30px;
    /* width: 130px; */
}

.make_me_sticky {
    position: relative;
    /*overflow: hidden;*/
    height: auto;
}

@media screen and (max-width: 600px) {
    .company_bar {
        overflow-x: auto;
    }

    .company_bar ul {
        justify-content: start !important;
    }

    .company_bar_button {
        line-height: 26px;
        height: 30px;
        width: 130px;
        font-size: 10px
    }
}

/*products*/
.services .service-panel .service-panel-container .service-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius:20px;
}
.products-category-img{
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius:20px;
}
.services .service-panel .service-panel-container .service-content {
    padding: 10px;
}

.service-panel {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-radius: 20px;
    flex-direction: column;
    height: auto;
    max-height:700px;
    background-color:white;
}

.service-panel:hover {
    background-color: #08377E;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.service-panel:hover .service-title a,
.service-panel:hover .btn {
    color: #fff !important;
    transform: translateX(5px);
    font-family: 'Poppins', sans-serif !important;
}
.service-panel .service-list a{
    font-size:18px;
    font-weight:bold;
    color:black;
    font-family: 'Poppins', sans-serif !important;

}
.service-panel:hover .service-list a{
    color: #84b6e1;
    transform: translateX(5px);
    font-family: 'Poppins', sans-serif !important;
}
.service-list a:hover {
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.service-panel:hover .btn {
    background-color: #fff;
    border-color: #fff;
    color:black;
}
.products-category-btn{
    position:fixed;
   bottom:40px;
    left:10px;
}
.products-btn{
    position:fixed;
    bottom:20px;
    left:10px;
}
.service-panel:hover .btn i,
.service-panel:hover .btn span {
    color: black !important;
}
.service-panel {
    height: auto;
    flex-direction: column;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
}

.service-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex-grow: 1;
}

@media screen and (max-width: 600px) {

    .services .service-panel .service-panel-container .service-img {
        height: auto;
    }
}

/*products detail*/
article ul,
article li,
article ol {
    list-style: disc;
}

article ul {
    margin-left: 40px;
}

article h5 {
    font-weight: 400 !important;
    font-size: 25px !important;
    margin-top: 30px !important;
}

article p {
    color: black !important;
}

/*products*/
#case-study {
    background-color: #f8f9fa;
    border-radius: 10px;
}

#case-study h4 {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

#case-study p {
    font-size: 13px;
    line-height: 1.6;
    color: #1b1c1c;
}

#case-study img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {

    #case-study h4 {
        font-size: 13px;
    }

    #case-study p {
        font-size: 11px;

    }
}
/*blog*/
.blog-card{
   border-radius:20px;
}
.blog-card :hover {
    background-color:#08377E !important;
    color: white !important;
}

.blog-card :hover .card-title a {
    color: white !important;
    border:none;
    line-height: 1.3;
}

.blog-card :hover .btn {
    background-color: white !important;
    color: #08377E !important;
    border-color: white !important;
}
.blog-card-img{
    border-top-right-radius:20px;
    border-top-left-radius:20px;
}
.blog-detail-text, .blog li{
    color:grey;
    font-family:sans-serif;
    font-size:16px;
}
.blog li strong,.blog-detail-text strong{
    color: #373434;
    font-weight: bold;
}