﻿
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    text-decoration: none;
}

.logo {
    height: 70px;
}

.topmenu {
    z-index: 99;
    position: absolute;
    width: 100%;
}

    .topmenu .navbar {
        background-color: transparent !important;
        margin-top: 15px;
    }


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
    }

    .dropdown-submenu > a::after {
        content: url("/Content/assets/img/point.png");
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        float: right;
    }
    /* Hover ile göster */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/* Mobilde: sola veya alta aç (sola koymak zor olur, bu yüzden alta açarız) */
@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        position: static !important; /* Artık sağa değil, olduğu yerde aç */
        display: none;
        margin: 0;
    }

        .dropdown-submenu .dropdown-menu.show {
            display: block;
        }
}



.subtopmenu {
    position: relative !important;
    padding-bottom: 15px;
}

    .subtopmenu:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 75px;
        width: calc(100% - 75px);
        height: 1px;
        background-color: #6c0f5c38;
    }

    .subtopmenu .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #941C80;
    }

    .subtopmenu .nav-link {
        color: #941C80;
    }

    .subtopmenu .navbar-collapse .butons .btn {
        background-color: #ffffff26;
        color: #941C80;
        border: 1px solid #941c80;
    }

    .subtopmenu .ustbtnlarayar {
        display: flex;
        color: #8e1b82;
        gap: 10px;
    }

.ustbtnlarayar {
    display: flex;
    color: #fff;
    gap: 10px;
}

.navbar-collapse {
    justify-content: flex-end;
    place-self: end;
    position: relative;
}

    .navbar-collapse .butons {
        position: absolute;
        top: -40px;
        display: flex;
        gap: 15px;
    }

        .navbar-collapse .butons .btn {
            background-color: #00000026;
            border-radius: 15px;
            color: #fff;
            display: flex;
            gap: 10px;
            transition: transform 0.3s ease;
        }

            .navbar-collapse .butons .btn:hover {
                transform: scale(1.1);
            }


.nav-link {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 18px;
}

.navbar-nav {
    gap: 15px;
}

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

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

.main {
    position: relative;
}

.whatsapp {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 99;
    cursor: pointer;
}

    .whatsapp .what {
        display: flex;
        background-color: #21B22D;
        padding: 10px 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        gap: 20px;
        transition: transform 0.3s ease;
    }

        .whatsapp .what:hover {
            transform: scale(1.05);
        }

        .whatsapp .what .w2 {
            display: grid;
        }

        .whatsapp .what img {
            height: 39px;
            margin-top: 4px;
        }


        .whatsapp .what .d1, .d2 {
            color: #fff;
            font-size: 16px;
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-weight: bold;
            font-style: normal;
        }

        .whatsapp .what .d2 {
            font-size: 14px;
            font-weight: 500;
        }

.menu {
    position: fixed;
    width: 75px;
    height: 100vh;
    background-color: #ffffffb0;
    z-index: 9;
    text-align: center;
}

    .menu .page {
        justify-content: center;
        height: 100vh;
        position: relative;
        display: grid;
        align-content: space-between;
        padding: 20px 0;
    }

    .menu .button {
        position: absolute;
        top: calc(50vh - 50px);
        margin-left: -13px;
        transition: transform 0.3s ease;
        cursor: pointer;
    }

        .menu .button:hover {
            transform: scale(1.1);
        }

    .menu .div1 {
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        letter-spacing: 1px;
        font-size: 16px;
        color: #941c80;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
    }

    .menu .div2 {
        display: grid;
        gap: 20px;
    }

        .menu .div2 i {
            color: #941c80;
            font-size: 18px;
        }

#bookCarousel {
    position: relative;
}

    #bookCarousel h5 {
        font-size: 45px;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
    }

    #bookCarousel p {
        font-size: 18px;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
    }

    #bookCarousel .btn {
        border-radius: 20px;
        font-size: 17px;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
        padding: 10px 30px;
    }

.ilkokulortaokultumuygulamalar {
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 5%;
}

.kaydir {
    position: absolute;
    z-index: 9;
    bottom: 55px;
    left: 155px;
    animation-name: ball;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes ball {
    0% {
        bottom: 55px;
    }

    50% {
        bottom: 75px;
    }

    100% {
        bottom: 55px;
    }
}


.carousel-item {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .carousel-item.active {
        position: relative;
        opacity: 1;
        z-index: 1;
    }

.carousel-caption {
    bottom: 100px;
    text-align: left;
    animation: slideIn 1s ease forwards;
}

.slide-from-left .carousel-caption {
    animation-name: slideInLeft;
}

.slide-from-right .carousel-caption {
    animation-name: slideInRight;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.book-image {
    max-height: 400px;
    animation: fadeIn 2.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.65);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.thumbnail-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 2;
    margin-bottom: 15px;
}

.thumbnail-item {
    padding: 5px 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 0.85rem;
    text-align: center;
    min-width: 120px;
    transition: transform 0.3s ease, background-color 0.5s ease;
    display: flex;
    align-items: center;
    width: 250px;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    position: relative;
    color: white;
}

    .thumbnail-item:hover {
        transform: scale(1.1);
    }

    .thumbnail-item.active {
        background-color: transparent !important;
        background: transparent !important;
        color: white;
        border: 1px solid #fff;
    }

    .thumbnail-item span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 100px 0 0;
    }

    .thumbnail-item img {
        max-width: 100%;
        height: 89px;
        border-radius: 5px;
        position: absolute;
        right: 0;
        top: -23px;
    }

.carousel-control-prev, .carousel-control-next {
    z-index: 10;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    border-radius: 50%;
    padding: 10px;
}

.artilinkler {
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/artilinklerback.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    align-content: center;
}

    .artilinkler .box {
        position: relative;
        transition: transform 0.3s ease;
    }

        .artilinkler .box .firca {
            background-image: url(../img/tfirca.png);
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 9;
            width: 100%;
            height: 80px;
            position: absolute;
            top: -57px;
            transition: transform 0.3s ease;
            cursor: pointer;
            color: #1d1b5a;
            text-align: center;
            align-content: center;
            font-size: 25px;
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
        }

        .artilinkler .box .fbtn {
            margin-top: 20px;
            width: 100%;
            background-color: #f29100;
            text-align: center;
            color: #1d1b5a;
            padding: 10px 0;
            border-radius: 20px;
            font-size: 17px;
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-weight: bold;
            font-style: normal;
        }

        .artilinkler .box:hover {
            transform: scale(1.01);
        }

            .artilinkler .box:hover .firca {
                background-image: url(../img/mfirca.png) !important;
                transform: scale(1.05);
                color: #f29100;
            }

            .artilinkler .box:hover .fbtn {
                background-color: #1d1b5a;
                color: #f29100;
            }


.yayinlarimiz {
    width: 100%;
    min-height: 100vh;
    position: relative;
    align-content: center;
    background: #331B61;
    background: linear-gradient(172deg,rgba(51, 27, 97, 1) 0%, rgba(166, 63, 212, 1) 100%);
}

    .yayinlarimiz img {
        margin-bottom: 20px;
        transition: transform 0.3s ease;
        cursor: pointer;
        padding: 10px;
    }

        .yayinlarimiz img:hover {
            transform: scale(1.05);
        }

    .yayinlarimiz h6 {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
        font-size: 40px;
        margin-bottom: 20px;
        color: #fff;
    }


.zama {
    width: 100%;
    min-height: 100vh;
    position: relative;
    align-content: center;
    background: #FFFFFF;
    background: linear-gradient(172deg,rgba(255, 255, 255, 1) 0%, rgba(213, 205, 226, 1) 100%);
}


    .zama .box {
        box-shadow: 0 0 3px 2px #d8d8d8;
        text-align: center;
        background-color: #fff;
        padding: 50px;
        margin: 30px 0;
        position: relative;
    }

        .zama .box .riboon {
            position: absolute;
            top: 19px;
            right: 29px;
        }

            .zama .box .riboon img {
                height: 65px;
            }

        .zama .box h4 {
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            margin-top: 20px;
            min-height: 50px;
        }

    .zama .das {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        float: inline-end;
    }

    .zama a {
        color: black;
    }

    .zama .das a {
        color: #606060;
    }

.owl-carousel .owl-item img {
    height: 290px;
    width: auto !important;
    max-width: 100%;
}

.yay {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    align-content: center;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(213, 205, 226, 1) 100%);
}

    .yay .box {
        text-align: center;
        background-color: #fff;
        padding: 20px;
        margin: 10px 0;
        border-radius: 15px;
        position: relative;
        min-height: 395px;
        box-shadow: 5px 5px 16px #00000021;
        transition: transform 0.3s ease;
    }

        .yay .box .res {
            height: 273px;
            align-content: center;
        }

        .yay .box img {
            max-height: 273px;
            transition: transform 0.3s ease;
        }


        .yay .box h2 {
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
            font-size: 15px;
            margin-top: 20px;
            color: #381230;
        }

        .yay .box .riboon {
            position: absolute;
            top: -10px;
            right: 0;
            z-index: 99;
        }

            .yay .box .riboon img {
                height: 65px;
            }

        .yay .box:hover img {
            transform: scale(1.05);
        }

.detail {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    align-content: center;
}

    .detail .box {
        text-align: center;
        box-shadow: 0 0 3px 2px #d8d8d8;
        padding: 20px;
        margin: 10px 0;
        border-radius: 15px;
    }

        .detail .box h2 {
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal;
            font-size: 16px;
            margin-top: 20px;
            color: #381230;
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f29100;
    border-radius: 25px;
    border: 1px solid #f29100;
}

.nav-pills .nav-link {
    color: #606060;
    border: 1px solid #606060;
    border-radius: 25px;
}

.nav-pills {
    gap: 15px;
}

.owl-nav {
    display: block !important;
}

    .owl-nav button {
        display: inline-block !important;
        font-size: 30px;
        color: black;
    }

.owl-prev {
    position: absolute;
    top: 45%;
    left: -60px;
}

.owl-next {
    position: absolute;
    top: 45%;
    right: -60px;
}

.homeabout {
    width: 100%;
    min-height: 100vh;
    position: relative;
    align-content: center;
}

    .homeabout p {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #191919;
    }


    .homeabout a {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #191919;
    }

    .homeabout .box {
        background: #DBDBDB;
        background: linear-gradient(0deg,rgba(219, 219, 219, 1) 0%, rgba(117, 117, 142, 1) 100%);
        height: 329px;
        border-radius: 50px;
        margin-bottom: 20px;
        align-content: center;
        width: 100%;
        text-align-last: center;
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        color: #fff;
    }

        .homeabout .box:hover {
            background: #F29100;
            background: linear-gradient(0deg,rgba(242, 145, 0, 1) 0%, rgba(148, 28, 128, 1) 100%);
        }

        .homeabout .box .s1 {
            font-size: 29px;
            font-weight: bold;
        }

        .homeabout .box .s2 {
            font-size: 18px;
            font-weight: 500;
            padding: 10px 20px;
        }


.footertop {
    padding: 80px 0;
    text-align: center;
    background: #941C80;
    background: linear-gradient(90deg,rgba(148, 28, 128, 1) 0%, rgba(74, 14, 64, 1) 100%);
}


    .footertop p {
        margin-bottom: 0;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        color: #fff;
        font-size: 38px;
        font-weight: bold;
    }

        .footertop p span {
            color: #F29100;
        }

footer {
    padding: 50px 0 30px 0;
}

    footer .sosyal {
        display: grid;
        width: 100%;
        justify-content: flex-end;
        font-size: 16px;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
    }

    footer .social {
        display: flex;
        gap: 20px;
    }

        footer .social i {
            color: #941c80;
            font-size: 18px;
        }

    footer ul {
        list-style-type: none;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        color: #989999;
        font-size: 18px;
        font-weight: bold;
    }

        footer ul li a {
            color: #989999;
        }

    footer .copyright {
        height: 133px;
        align-content: flex-end;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        color: #fff;
        font-size: 16px;
        color: #989999;
    }

.imgcenter {
    text-align-last: end;
}

#megaMenu {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000000e0;
    transition: left 0.5s ease-in-out;
}

    #megaMenu.active {
        left: 0;
    }

.crel {
    position: relative;
}

.solmenus {
    position: absolute;
    top: 176px;
    left: 100px;
}

    .solmenus ul {
        list-style-type: none;
        text-align: start;
    }

        .solmenus ul li {
            line-height: 40px;
        }

            .solmenus ul li a {
                text-decoration: none;
                font-size: 20px;
                color: #5C4F3B;
                font-family: "Quicksand", sans-serif;
                font-optical-sizing: auto;
                font-weight: bold;
                font-style: normal;
            }


.fslogo {
    filter: drop-shadow(0px 0px 35px #d68000);
}

.breadcrumb-ab {
    margin-top: 15px;
}

.breadcrumb li {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

    .breadcrumb li a {
        color: #941C80;
        font-weight: 600;
    }

.white li {
    color: #fff !important;
}

    .white li a {
        color: #fff !important;
    }

.white .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.about h6 {
    font-size: 20px;
    color: #989999;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    margin-top: 15px;
}

.about p {
    font-size: 18px;
    color: #989999;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.about ul li {
    font-size: 18px;
    color: #989999;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

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

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

.sliderr {
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-prev {
    position: absolute;
    top: calc(50% - 20px);
    left: 10px;
    z-index: 999;
}

.custom-next {
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    z-index: 999;
}

    .custom-prev img,
    .custom-next img {
        width: 40px; /* isteğe göre */
        height: auto;
        display: block;
    }

.product-detail {
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    align-content: center;
}

    .product-detail .box {
        transition: transform 0.3s ease;
    }

        .product-detail .box:hover {
            transform: scale(1.025);
        }

    .product-detail h2 {
        font-size: 30px;
        color: #941C80;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
    }

    .product-detail .title {
        font-size: 18px;
        color: #941C80;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 0px;
    }

    .product-detail p {
        font-size: 18px;
        color: #8a8a8a;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 0px;
    }

.butonlar {
    padding: 0 10%;
}

.p-d-btn {
    width: 100%;
    text-align: center;
    border: 1px solid #941c80;
    padding: 10px;
    border-radius: 50px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    color: #941c80;
    font-size: 18px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

    .p-d-btn:hover {
        border: 1px solid #F29100;
        color: #F29100;
        transform: scale(1.05);
    }


.bayiler {
    padding: 50px 0;
}

    .bayiler .listeler {
        margin-top: 50px;
    }

        .bayiler .listeler .box {
            width: 100%;
            margin: 20px 0;
            display: grid;
            color: #941C80;
            padding: 50px 0;
            text-align: center;
            border-radius: 25px;
            box-shadow: 0 0 31px 2px #d8d8d8;
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
            font-size: 16px;
            font-weight: 600;
            gap: 15px;
            transition: transform 0.3s ease;
            min-height: 266px;
            padding: 40px 20px;
        }

            .bayiler .listeler .box:hover {
                color: #fff;
                background: #941C80;
                background: linear-gradient(90deg, rgba(148, 28, 128, 1) 0%, rgba(74, 14, 64, 1) 100%);
                transform: scale(1.025);
            }

                .bayiler .listeler .box:hover a {
                    color: #fff;
                }

            .bayiler .listeler .box a {
                color: #941C80;
            }


.il-selects {
    margin-top: -50px;
}

.b-title {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    color: #941C80;
    font-weight: 600;
}

.bayi-bar {
    background-color: #941C80;
    height: 50px;
    margin-bottom: 50px;
    color: white;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    align-content: center;
    border-radius: 20px;
}


.contact {
    padding: 20px 0 50px 0;
}

    .contact .title {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 30px;
        color: #941C80;
        font-weight: 600;
    }

    .contact .ilk-div {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 18px;
        color: #941C80;
        font-weight: 500;
    }

    .contact .iki-div {
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 18px;
        font-weight: 500;
    }

    .contact .listele i {
        font-size: 28px;
        margin-top: 23px;
        color: #941c80;
        margin-right: 14px;
    }

    .contact form {
        margin-top: 30px;
    }

        .contact form input {
            height: 50px;
        }

        .contact form button {
            background-color: #941C80;
            color: #fff;
            font-size: 16px;
            font-family: "Quicksand", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
            font-weight: 500;
        }

            .contact form button:hover {
                background-color: #f29100;
            }


input::placeholder {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
}

textarea::placeholder {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
}

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

.swiper {
    margin-bottom: 20px;
}

.bos {
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    color: #941c80;
    font-size: 25px;
    font-weight: bold;
    margin: 50px 0;
}

@media (max-width: 992px) {
    .subtopmenu .navbar-collapse .butons .btn {
        color: #ffffff;
    }

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

    .subtopmenu .nav-link {
        color: #ffffff;
    }

    .menu {
        display: none;
    }

    .subtopmenu:before {
        content: '';
        left: 0;
        width: 100%;
    }

    .imgcenter {
        margin-top: 50px;
    }

    .imgh3 {
        width: 100%;
    }


    .thumbnail-container {
        width: 100%;
        overflow-x: scroll;
        margin-bottom: -10px;
    }

    .thumbnail-item {
        min-width: 62%;
        width: 250px;
    }

        .thumbnail-item img {
            max-width: 100%;
            height: 68px;
            border-radius: 5px;
            position: absolute;
            right: 13px;
            top: 3px;
        }

    .artilinkler {
        padding: 20px 0 0 0;
    }

        .artilinkler .box .firca {
            height: 45px;
            font-size: 15px;
            top: -19px;
        }

        .artilinkler .box {
            position: relative;
            transition: transform 0.3s ease;
            margin-bottom: 50px;
        }

    .ilkokulortaokultumuygulamalar img {
        height: 70px;
    }

    .yayinlarimiz {
        padding: 50px 0;
    }

    .zama .das {
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .owl-prev {
        top: 95%;
        left: 30%;
    }

    .owl-next {
        top: 95%;
        right: 30%;
    }

    .homeabout {
        padding: 50px 0;
    }

    .butonlar {
        padding: 50px 10%;
    }

    .b-title {
        margin-top: 40px;
    }

    .bayi-bar {
        height: auto;
        padding: 15px 0;
    }

    .contact .title {
        margin-top: 30px;
    }

    .navbar-collapse {
        background-color: #941c80;
        padding: 100px 20px 20px 20px;
    }

        .navbar-collapse .butons {
            position: absolute;
            top: 30px;
            display: flex;
            gap: 15px;
        }

            .navbar-collapse .butons .btn {
                gap: 5px;
            }

    .artilinkler .box .fbtn {
        font-size: 14px;
    }

    .whatsapp .what .w2 {
        display: none;
    }

    .kaydir {
        display: none;
    }

    .yay .box {
        min-height: 277px;
    }

        .yay .box .res {
            height: 130px;
        }

        .yay .box img {
            max-height: 130px;
        }
}
