﻿.banner-container {
    position: relative;
    height: 900px;
    overflow: hidden;
}

.banner-slide {
    position: relative;
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    color: white;
}
@media screen and (max-width: 768px){
    .banner-content{
        padding-top: 4rem;
    }
}

.banner-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .banner-btn:hover {
        background-color: #0056b3;
        color: white;
        text-decoration: none;
        transform: translateY(-2px);
    }

.bannerSwiper .swiper-pagination-bullet {
    background: white;
    opacity: 0.7;
}

.bannerSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
    color: white;
}

@media (max-width: 768px) {
    .banner-container {
        height: 400px;
    }

    .banner-slide {
        height: 400px;
    }

    .banner-title {
        font-size: 2rem;
    }

    .banner-description {
        font-size: 1rem;
    }
}


.blue-text {
    font-family: Rajdhrani;
    color: #1268AC;
}
.fa-location-dot {
    margin-right: 0.5rem;
}
.navbar-collapse{
    margin-top: 3rem;
}
.home-section{
    overflow: hidden;
}
.home-section-top {
    background-image: url(../images/home/13.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 4rem;
}
.brand-logo {
    top: 2px;
}

@font-face {
    font-family: 'Telegrafico';
    src: url('../fonts/Telegrafico.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
.swiper-content-header {
    font-family: 'Telegrafico', sans-serif!important;
}
.blue-swiper-header {
    color: #1c9bff;
    font-family: 'Telegrafico', sans-serif !important;
}
.services-wrapper {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #09151cc2;
    color: #fff;
}
@media screen and (max-width: 675px){
    .home-section-top{
        height: auto;
    }
    .services-wrapper{
        height: 600px;
    }
}
.home-section-header {
    font-family: Rajdhrani;
    font-size: 52px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}
.home-section-description-text{
    text-align: center;
    font-size: 24px;
}
.home-section-row{
    display: flex;
}
.home-section-col-content {
    background: #4a4a4a63;
    padding: 1rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid #4eb8ff;
    height: 250px;
}
.section-col-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-col-text{
    text-align: center;
}
.section-col-header{
    font-size: 24px;
    font-weight: 700
}
.section-col-icon-image{
    width: 100px;
    height: 100px;
}
.section-col-bottom{
    font-size: 18px;
}
.section-card{
    margin-top: 1rem;
}
.home-section-card{
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 10rem;
}
.section-card-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}
.section-description {
    background-color: #1a4f79d6;
    width: 100%;
    padding: 1rem;
    color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    margin-top: -3.5rem;
}

@media screen and (max-width: 768px){
    .home-section-col-content{
        margin-bottom: 1rem;
        height: 120px;
    }
    .section-col-icon-image {
        width: 50px;
        height: 50px;
    }
    .section-col-text{
        font-size: 12px;
    }

}

/*News and Announcements*/
.dynamic-content-section{
    padding-top: 10rem;
    padding-bottom: 10rem;
    width: 100%;
}
.news-image {
    width: 80%;
    height: 400px!important;
    margin: auto;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid gainsboro;
    object-fit: cover !important;
}
.news-swiper-header {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0 !important;
    position: absolute;
    z-index: 2;
    background-color: #1268AC;
    padding: 1rem;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
.announcement-image {
    width: 80%;
    height: 240px !important;
    margin: auto;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid gainsboro;
    object-fit: cover !important;
}
.news-container-wrapper{
    background: url(../images/11.webp);
}
.news-container {
    margin-right: 1rem;
}
@media screen and (max-width: 675px){
    .news-container{
        margin-right: 0;
    }
    .news-wrapper {
        margin-bottom: 1rem;
    }
    .announcement-wrapper {
        width: 95%;
        background: #fff;
        margin: auto;
    }
    .news-bottom{
        height: 300px!important;
    }
    .all-link{
        display: none;
    }
}
.news-bottom {
    border: 1px solid #dedede;
    padding: 1rem;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 260px;
}
.news-header {
    color: #2f7e9d;
    font-weight: 700;
    font-size: 20px;
}

.announcement-wrapper {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
}
.announcement-container {
    height: 100%;
}
.announcementSwiper {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 5rem;
    background: #fff;
    border-radius: 10px;
}
.newsSwiper {
    border-radius: 10px;
}
.news-fixed-right{
    margin-right: 0;
}
.all-ann{
    padding-left: 0;
    padding-right: 0;
}
.all-news {
    padding-left: 0;
    padding-right: 0;
}
.all-news-link{
    margin-right: 3.5rem!important;
}

.all-link {
    padding: 0.6rem;
    color: #1268AC;
    transition: 0.3s ease;
    float: right;
    margin-right: 2rem;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    margin-top: -4.5rem;
    z-index: 3;
    text-decoration: none;
    box-shadow: -2px 2px 8px #3087ba47;
}
    .all-link:hover {
        color: #6aa0cb;
        background-color: #fafafa;
        box-shadow: -7px 6px 1px #3087ba47;
    }

.presentation-section{
    overflow: visible; 
}
.presentation-image{
    width: 100%;
    height: 500px;
    display: flex;
    margin: auto;
}
.presentation-footer {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: auto;
    position: absolute;
    margin-top: -5rem;
    margin-left: 14rem;
}
.presentation-left {
    width: 500px;
    background-color: #d7d7d7;
    padding: 2rem;
    border-radius: 10px;
    font-size: 22px;
}
.presentation-right{
    padding-top: 4rem;
    margin-left: 5rem;
}
.presentation-right-list{
    font-size: 22px;
}
.card-section{
    margin-top: 5rem;
}
@media screen and (max-width: 675px){
    .card-section{
        margin-top: 0rem;
    }
}
.why-us-section {
    background-image: url(../images/12.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem;
}
.why-us-icon-image{
    width: 70px;
}
.why-us-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8rem;
}
@media screen and (max-width: 675px){
    .home-section-card{
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
    .why-us-container{
        flex-direction: column;
        padding-top: 0rem;
    }
    .why-us-left-col {
        margin-top: 0rem;
        margin-bottom: .2rem !important;
    }
    .why-us-right-col {
        margin-top: 1.2rem;
    }
    .why-us-card {
        width: auto!important;
        border-radius: 10px;
        padding: 1rem;
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .reference-image{
        width: 100px!important;
        height: 100px!important;
    }
}
.why-us-card {
    width: 400px;
    background-color: #e2e2e2;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.why-us-left{
    padding: 1rem;
}
.why-us-left-col {
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.why-us-right-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
}

.wts-container{
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.wts-section{
    margin-top: 5rem;
}
.wts-left{
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: end;
}
.wts-stars{
    width: 100px;
}
.wts-card{
    background-color: #d7d7d7;
    padding: 2rem;
    width: 400px;
    margin-bottom: 1rem;
    border-radius: 10px;
}
.wts-comment{
    font-size: 22px;
}
.wts-author{
    font-size: 18px;
}

.reference-image{
    margin: auto;
}
.location-section {
    margin-top: 6rem;
    background-image: url(../images/3.webp);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.location-left{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 2rem;
    height: 600px;
    justify-content: center;
}

.location-right {
    position: absolute;
    right: 0;
    z-index: 3;
    margin-top: -37.5rem;
}
.location-text {
    margin-left: 5.6rem;
    font-size: 24px;
}
.location-list {
    list-style-type: none;
}
.location-list-item{
    font-size: 22px;
}
.location-image{
    height: 600px;
}
.location-wrapper {
    margin-top: 2rem;
    margin-left: 5.6rem;
    padding: 1rem;
    background-color: #1268AC;
    color: #fff;
    width: 100%;
    list-style-type: none;
    border-radius: 5px;
    box-shadow: 4px 3px 10px 1px #14141482;
}
@media screen and (max-width: 675px){
    .location-left{
        width: auto;
    }
    .location-text{
        text-align: center;
        margin: 0!important;
    }
    .location-wrapper{
        margin: auto;
    }
    .location-list-item{
        font-size: 16px;
    }
    .location-image{
        display: none;
    }
}
.info-section{
    margin-top: 5rem;
}
.info-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 10rem;
}
.info-header-wrapper{
    width: 500px;
}
.info-header-wrapper h2{
    text-align: unset;
}
.info-card {
    width: 500px;
}
.info-card-content {
    padding: 2rem;
    width: 500px;
    background: #1268AC;
    border-radius: 10px;
    color: #fff;
    position: absolute;
}
.info-bottom{
    margin: auto;
    display: flex;
}
.info-image {
    width: 1000px;
    height: 500px;
    object-fit: contain;
    display: flex;
    margin: auto;
}
@media screen and (max-width: 675px){
    .info-card-content{
        width: auto;
    }
    .info-top{
        margin-bottom: 18rem;
    }
    .info-line{
        margin-bottom: 1rem;
    }
}
.end-section{
    margin-top: 5rem;
}
.end-wrapper {
    background-image: url(../images/home/end.webp);
    background-size: cover;
    height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.end-row{
    display: flex;
    flex-direction: row;
}
.end-left{
    width: 500px;
}
.end-right{
    width: 500px;
}
.end-text{
    font-size: 24px;
}
.end-col{
    font-size: 52px;
    font-weight: 800;
}
@media screen and (max-width: 675px){
    .end-right{
        width: auto;
    }
    .end-left{
        width: auto;
    }
    .end-text {
        font-size: 18px;
        padding: 1rem;
    }
    .end-col {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
        font-size: 32px;
    }
    .end-wrapper {
        background-image: url(../images/home/end.webp);
        background-size: cover;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2rem;
    }
}

.counter {
    display: inline-block;
    min-width: 100px; /* Sayılar değişirken container'ın boyutu değişmesin */
}

.end-col {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Mobil için düzenleme */
@media screen and (max-width: 675px) {
    .end-col {
        justify-content: center;
    }
    .counter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}