@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');


* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


body {
    font-family: "Poppins", serif;
}

.top-banner {
    background-color: #0c0d5a;
    height: 45px;
    width: 100%;
}

.top-banner-wrapper {
    float: right;
    margin-right: 50px;
    height: 40px;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 30px;
    background-color: #1c1f50;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    top: 7px;
}

.switch .slider {
    position: absolute;
    width: 54px;
    height: 30px;
    background-color: #fff;
    /* Kaydırma butonu rengi */
    border-radius: 50px;
    transition: transform 0.3s ease;
    /* Geçiş efekti */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
}

.switch .left-text {
    left: 20px;
    color: #1c1f50;
    z-index: 1;
}

.switch .right-text {
    right: 15px;
    color: #fff;
    z-index: 1;
}

/* Switch Aktif Durumu */
.switch.active .slider {
    transform: translateX(65px);
    /* Sağ tarafa kayma */
}

.switch.active .left-text {
    color: #fff;
}

.switch.active .right-text {
    color: #1c1f50;
    /* Sağdaki metin rengi */
}

.search-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #1c1f50;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    top: 7px;
    padding-top: 1px;
    padding-left: 5px;
}

.search-box input {
    background: unset;
    border: unset;
    width: 120px;
    color: #fff;
    position: absolute;
}

.search-box button {
    background: unset;
    border: unset;
    color: #fff;
    position: absolute;
    right: 1px;
}

.search-box input:focus-visible {
    outline: unset;
}

.search-box input::placeholder {
    color: #fff;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 1000;
    margin-top: 10px;
}

.nav-link {
    color: #fff;
}

.navbar-brand {
    width: 20%;
    text-align: right;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-nav {
    gap: 30px;
}

.center img {
    width: 100%;
    height: 500px;
    /* Sabit yükseklik */
    object-fit: cover;
    /* Görselin düzgün oranlanması */
}

.slider-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
    background: #000;
}

.slick-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px;
    height: 310px;
}

.slick-slide img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.slider-content {
    color: #fff;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0C0D5A;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
}

.slider-content h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.slider-content a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9rem;
}

.slider-content a:hover {
    background-color: #fff;
    color: #000;
}

.aboutus span {
    font-size: 25px;
    display: block;
    color: #58595b;
}

.aboutus p {
    font-size: 25px;
    color: #58595b;
    font-weight: 200;
    margin-top: 20px;
}

.icon-title span {
    font-size: 55px;
    color: #939393;
    font-weight: 500;
}

.icon-desc span {
    width: 170px;
    text-align: center;
    color: #58595B;
}

.brand-desc {
    padding: 1rem;
    font-size: 12px;
    text-align: left;
    background: linear-gradient(0deg, #d1d1d1, transparent);
    height: 160px;
    border-radius: 0 0 1.5rem 1.5rem;
}

.bottompage {
    background-image: url('../img/homebottom.webp');
    background-size: cover;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding-top: 2rem;
    flex-wrap: wrap;
}

.bottompage .boxes {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 450px;
    background-image: url('../img/bottombox.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.bottompage .boxes h3 {
    font-size: 2.2rem;
    text-align: left;
    padding-left: 2rem;
    color: #58595B;
    font-weight: 400;
}

.bottompage .boxes p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.9rem;
    text-align: left;
    height: 160px;
    border-radius: 0 0 1.5rem 1.5rem;
    color: #58595b;
    font-weight: 200;
}

.footer {
    background-color: #0C0D5A;
    width: 100vw;
    min-height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.copyright {
    background-color: #0C0D5A;
    width: 100vw;
    color: #fff;
}

.footer .social-media {
    display: flex;
    gap: 10px;
}

.footer .social-media img {
    width: 26px;
}

.ebulten-wrapper {
    width: 100%;
    display: flex;
}

.ebulten-wrapper button {
    background-color: #497fda;
    border: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 10px;
}

.ebulten-wrapper button span {
    font-size: 12px;
    color: #fff;
}

.ebulten-wrapper .ebulten-input {
    background-color: #fff;
    padding: 3px 6px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ebulten-wrapper .ebulten-input input {
    border: unset;
}

.ebulten-wrapper .ebulten-input input:focus-visible {
    outline: unset;
}

.footer-nd {
    background-color: white;
    width: 100vw;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-nd .col-lg-8 {
    border-top: 0.2px solid #0C0D5A;
    border-bottom: 0.2px solid #0C0D5A;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-nd .col-lg-8 ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    color: black;
    justify-content: center;
}

.footer-nd .col-lg-8 ul li {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}

.box-wrapper-kampanya {
    display: flex;
    justify-content: center;
}

.box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(to left, #d1d1d1, transparent);
    width: 387px;
    height: 264px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 0.9rem;
    padding-left: 2rem;
    padding-right: 1rem;
}

.iyikivarsin-bg {
    height: 90vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url('../img/iyikibg.webp');
    background-size: cover;
}

.blog-page-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog-page-title span {
    font-weight: bold;
    font-size: 20px;
    color: #58595b;
}

.blog-page-title a {
    text-decoration: none;
    font-size: 20px;
    color: #58595b;
}

.blog-carousel {
    color: rgb(88, 89, 91);
    font-family: Poppins;
    font-weight: bold;
    font-size: 1rem;
    background: linear-gradient(to top, rgb(209, 209, 209), transparent);
    border-bottom-left-radius: 1.4rem;
    border-bottom-right-radius: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.mt-50 {
    margin-top: 200px;
}

.contact-form label {
    font-weight: bold;
    color: #0C0D5A;
}

.contact-form input:focus,
select:focus {
    outline: unset;
    box-shadow: unset;
}

.contact-form select:focus {
    outline: unset;
    box-shadow: unset;
}

.form-check-input:checked {
    background-color: #0C0D5A;
}

.contact-form button {
    background-color: #0C0D5A;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}

.contact-form button:hover {
    border: 1px solid #0c0d5a;
    transition: .2s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
}

.copyright-item .cr-item-1 {
    text-align: right;
}

.nav-link:focus,
.nav-link:hover {
    background-color: #fff;
}

.blog-ehliyet-item {
    background-color: #00599c;
    border-radius: 20px;
    height: 200px;
    width: 200px;
    text-align: left;
    color: #fff;
    padding: 25px;
}

.blog-ehliyet-item-content {
    width: 800px;
}


.carousel-caption {
    padding: 20px;
    border-radius: 10px;
}

.carousel-location {
    top: 42%;
    left: 15%;
    text-align: left;
    display: flex !important;
}

.carousel-location .slider-left-caption {
    width: 50%;
}

.carousel-location .slider-right-caption {
    width: 50%;
    text-align: right;
}

.carousel-caption h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin: -5px;
}

.carousel-caption h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 200;
    padding-left: 50px;
    margin: -5px;
}

.carousel-caption h4 {
    font-size: 44px;
    color: #fff;
    margin: -5px;
    font-weight: 500;
}

.carousel-caption h2 {
    font-size: 50px;
    color: #fff;
    margin: -20px 0;
    padding-left: 70px;
    font-weight: 400;
}

.mystyle {
    width: 150px;
    transition: .2s;
}

.top-banner-menu {
    display: flex;
    justify-content: right;
    gap: 10px;
}

.slider-desktop {
    width: 100%;
}

.text-justify {
    text-align: justify;
    width: 80%;
    margin: 0 auto;
}

.left-side-menu .left-side-menu-item {
    background-color: #BABABA;
    padding: 10px;
    margin-bottom: 6px;
}

.left-side-menu button {
    background-color: unset;
    border: unset;
    width: 100%;
    text-align: left;
}

.left-side-menu .left-side-menu-links.menuitemactive .left-side-menu-item {
    background-color: #0290D1;
}

.left-side-menu .left-side-menu-item a {
    text-decoration: none;
    color: #0C0D5A;
}

.takvimname {
    text-align: center;
    font-size: 20px;
    color: #0C0D5E;
}

.takvimname button {
    background-color: unset;
    border: unset;
}

.takvimday-wrapper {
    background-color: #0C0D5A;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}

.takvim-content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #DBDBDB;
}

.takvim-content-item {
    background-color: #939393;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    /* Kutuları ortalar */
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.takvim-content-item img {
    width: 40px;
    border-radius: 50px;
	height: 40px;
}

.takvim-content-item span {
    position: absolute;
}

.takvim-content-item:hover {
    background-image: unset;
    background-color: #0290D1;
    transition: .2s;
}

.active-pic {
    background-color: #0290D1;
    background-image: unset;
}

.post-story-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.post-story-wrapper .post {
    width: calc(50% - 20px);
}

.post-story-wrapper .post img {
    width: 100%;
}

.post-story-wrapper .story {
    width: calc(50% - 20px);
}

.post-story-wrapper .story img {
    width: 100%;
}

.post-story-wrapper .post h5 {
    background-color: #0C0D5A;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
}

.post-story-wrapper .story h5 {
    background-color: #0C0D5A;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
}

.post-story-wrapper .post .post-footer {
    background-color: #0C0D5A;
    padding: 5px 10px;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: right;
}

.post-story-wrapper .post .post-footer a {
    color: #fff;
    text-decoration: none;
}

.post-story-wrapper .post .post-footer a i {
    margin-right: 5px;
}

.post-story-wrapper .post .post-description {
    background-color: #0C0D5A;
    padding: 10px;
    margin-top: 10px;
}

.post-story-wrapper .post .post-description .copy-item {
    display: flex;
    gap: 15px;
    justify-content: right;
}

.post-story-wrapper .post .post-description .copy-item a {
    color: #fff;
    text-decoration: none;
}

.post-story-wrapper .post .post-description h6 {
    color: #fff;
}

.post-story-wrapper .post .post-description p {
    color: #fff;
    font-weight: 200;
}

.post-story-wrapper .story .story-footer {
    background-color: #0C0D5A;
    padding: 5px 10px;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: right;
}

.post-story-wrapper .story .story-footer a {
    color: #fff;
    text-decoration: none;
}

.post-story-wrapper .story .story-footer a i {
    margin-right: 5px;
}

.user-account {
    position: relative;
    display: inline-block;
    width: auto;
    height: 30px;
    background-color: #1c1f50;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #fff;
    top: 7px;
}

.user-account a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

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

    .mobil-side-menu {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 10px;

    }

    .user-account {
        top: 0;
        width: 30px;
    }

    .user-account a {
        padding: 8px;
    }

    .user-account span {
        display: none;
    }

    .mobil-side-menu .msm-item {
        background-color: #B8B8B8;
        width: calc(50% - 20px);
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 14px;
    }

    .mobil-side-menu .msm-item span {
        color: #0C0D5A;
    }

    .post-story-wrapper .post {
        width: 100%;
    }

    .post-story-wrapper .story {
        width: 100%;
    }

    .tab button span {
        width: 80px !important;
        padding: 14px 0 !important;
    }

    .top-banner {
        display: flex;
        justify-content: center;
    }

    .left-side-menu {
        display: none;
    }

    .top-banner-wrapper {
        margin-right: unset;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .aboutus img {
        width: 200px;
    }

    .brand-item-wrapper .col-lg-3 {
        width: 300px;
        margin-bottom: 20px;
    }

    .brand-desc {
        width: 300px;
    }

    .bottompage .boxes {
        background-color: hsla(0, 0%, 100%, .684);
        color: #000 !important;
        border-radius: 1.5rem;
        height: min-content !important;
        padding-top: 1rem;
        padding-bottom: 2rem;
        margin: 10px auto;
    }

    .bottompage .boxes p {
        font-weight: 500;
    }

    .footer {
        padding: 25px;
    }

    .copyright {
        padding-left: 25px;
    }

    .footer .box-wrapper {
        margin: 20px auto;
    }

    .footer-nd ul {
        flex-direction: column;
        text-align: center;
    }

    .copyright-item .cr-item-1 {
        text-align: center;
    }

    .copyright-item .cr-item-3 {
        text-align: center;
    }

    .search-box {
        top: 0;
        padding: unset;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-toggler {
        border-color: rgb(255, 255, 255);
    }

    .mobile-toggle {
        margin-top: 3px;
        z-index: 1000;
    }

    .navbar .container {
        justify-content: center;
        padding: 0;
    }

    .navbar-collapse {
        background-color: rgb(12, 12, 90);
        margin-top: -30px;
        width: 100%;
    }

    .navbar-nav {
        padding: 30px;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #fff;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #fff;
    }

    .box-wrapper-kampanya {
        flex-direction: column;
    }

    .box-wrapper-kampanya .box-img img {
        width: 100%;
    }

    .box-wrapper-kampanya .box-content {
        width: 100% !important;
        background: linear-gradient(0deg, #d1d1d1, transparent) !important;
        border-bottom-left-radius: 20px;
        height: auto;
        padding: 10px;
    }

    .navbar-brand {
        margin: 0;
    }

    .ebulten-input input {
        width: 160px;
        font-size: 14px;
    }

    .navbar-brand img {
        display: none !important;
    }

    .top-banner-menu {
        display: flex;
        width: 80%;
        justify-content: right;
        gap: 10px;
        margin-right: 10px;
    }

    .mobile-logo {
        width: 20%;
        text-align: center;
    }

    .top-banner {
        height: 55px;
        align-items: center;
    }

    .switch {
        top: 0;
    }

    .slider-mobile {
        display: block;
        width: 100%;
        max-height: 640px;
        overflow: hidden;
    }

    .slider-desktop {
        display: none;
    }

    .carousel-location {
        top: 10%;
        left: 15%;
        text-align: left;
        display: flex !important;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .slider-left-caption {
        width: 100% !important;
    }

    .slider-left-caption h5 {
        font-size: 16px;
    }

    .slider-left-caption h3 {
        font-size: 32px;
    }

    .slider-left-caption h4 {
        font-size: 38px;
    }

    .slider-left-caption h2 {
        font-size: 40px;
    }

    .slider-right-caption {
        width: 100% !important;
        text-align: center !important;
    }

    .slider-right-caption img {
        width: 100px !important;
    }

    .card-left {
        width: 45% !important;
    }

    .card-right {
        width: 55% !important;
    }

    .container-item {
        flex-direction: column;
    }

    .image-section {
        flex: unset !important;
        width: 100%;
        height: 100vh;
    }

    .text-section {
        flex: unset !important;
    }

    .about-wrapper {
        margin-top: 20px !important;
    }

    .mt-50 {
        margin-top: 20px !important;
    }

    .search-box button {
        position: absolute;
    }

    .thumbnail {
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 768px) {
    .mobile-logo {
        display: none;
    }

    .slider-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    .slick-slide {
        height: 260px;
    }
}

@media only screen and (min-width: 1600px) {
    .slick-slide {
        height: 300px;
    }
}

@media only screen and (min-width: 2000px) {
    .slick-slide {
        height: 370px;
    }
}

@media only screen and (min-width: 2500px) {
    .slick-slide {
        height: 470px;
    }
}

@media only screen and (min-width: 3000px) {
    .slick-slide {
        height: 570px;
    }
}

@media only screen and (max-width: 1260px) {
    .slick-slide {
        height: 245px;
    }
}

@media only screen and (max-width: 768px) {
    .slick-slide {
        height: 310px;
		
    }
}



@supports (-webkit-touch-callout: none) {

    /* Sadece iOS cihazlar için geçerli CSS */
    .search-box button {
        position: absolute;
        right: -10px;
    }
}
