@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif !important;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.kesme {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.ft-weig {
    font-weight: 800 !important;
}

.ft-size-b {
    font-size: 24px !important;
}

.ft-size-k {
    font-size: 16px !important;
}

.pt-cs-1 {
    padding-top: 35px !important;
}

.pt-cs-2 {
    padding-top: 183px !important;
}

.pt-cs-3 {
    padding-top: 12px !important;
}

.pt-cs-4 {
    padding-top: 35px !important;
}

.pl-cs-1 {
    padding-left: 89px !important;
}

.pl-cs-2 {
    padding-left: 165px !important;
}

.pl-cs-3 {
    padding-left: 205px !important;
}

.pr-cs-1 {
    padding-right: 25px !important;
}

.pr-cs-2 {
    padding-right: 78px !important;
}

.pr-cs-3 {
    padding-right: 54px !important;
}

.pr-cs-4 {
    padding-right: 9px !important;
}

.pb-cs-1 {
    padding-bottom: 21px !important;
}

.pb-cs-2 {
    padding-bottom: 170px !important;
}

.pb-cs-3 {
    padding-bottom: 13px !important;
}

.carousel-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 4;
}

.lef-cs {
    left: 360px !important;
}

.hgt-cs-1 {
    height: 232px !important;
}

.gap-cs-1 {
    gap: 48px !important;
}

.bg-ft-2 {
    background-image: url(../src/navbar/background-2.png);
}

.bg-ft-1 {
    background-image: url(../src/navbar/background-1.png);
}

.text-sh-1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
}

.drop-sh-1 {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}

.in-sh-1 {
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.site-header {
    background-image: url('../src/navbar/background-2.png');
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    height: 232px;
    padding-top: 0;
    overflow: visible;
    position: relative;
}

.mosque-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mosque-bg {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 115%;
    width: auto;
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.z-index-10 {
    z-index: 10;
}

.brand-wrapper {
    margin-top: 10px;
    margin-right: -60px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 50px;
    position: relative;
    top: 15px;
}

.brand-logo {
    width: 121px;
    height: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}

.brand-text {
    font-weight: 800;
    font-size: 24px;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
    margin-top: 5px;
}

.main-nav-list {
    gap: 20px;
}

.main-nav-list .nav-link {
    color: white !important;
    font-weight: 800 !important;
    font-size: 16px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
    padding: 10px 15px !important;
    transition: transform 0.2s;
    margin-top: 190px;
}

.main-nav-list .nav-link:hover {
    transform: translateY(-2px);
}

.dropdown-menu {
    border-radius: 8px;
    border: none;
    text-align: center;
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: none;
}

.menu-top-line {
    border-top: 4px solid rgba(32, 70, 90, 0.35);
    width: 60%;
    margin: 0 auto;
}

.menu-divider {
    border-bottom: 0.5px solid #C0C0C0;
    width: 40%;
    margin: 0 auto;
}

.dropdown-item {
    font-weight: 600;
    color: #515151;
    padding: 10px;
}


.ftr-stck {
    border: 1px solid #8F9EBA;
    width: 100%;
    max-width: 80vh;
    height: 0px;
    margin-inline: auto;
}

.last-ftr h1 a {
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.last-ftr h1 {
    padding: 15px;
    margin: 0;
}

.last-ftr {
    gap: 50px;
    position: relative;
    left: -130px;
}

.ftr-stck-2 {
    border: 1px solid #8F9EBA;
    width: 100%;
    max-width: 160vh;
    height: 0px;
    margin-inline: auto;
}

.img-ftr {
    top: 0;
    left: 0;
    background-repeat: repeat;
    height: auto;
}

.img-footer {
    position: absolute;
    width: 1149px;
    height: 1149px;
    opacity: 0.33;
    top: 90px;
    right: 700px;
    transform: rotate(-14.66deg);
    pointer-events: none;
}

footer {
    position: relative;
    overflow: hidden;
}

.footer-con {
    position: relative;
    background-color: #102D49;
    overflow: hidden;

}

.footer-con * {
    position: relative;
    z-index: 3;

}

.footer-con::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
}

.lists li {
    list-style: none;
}


.lists h1 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    position: relative;
    left: 130px;
}



.lists ul {
    position: relative;
    left: 100px;
    text-align: left;
}

.lists ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 200px;
    word-wrap: break-word;
    text-decoration: none;
}

.lists ul li a:hover {
    opacity: 0.8;
}

.lists ul li i {
    color: rgb(168, 166, 166);
}

.icon {
    position: relative;
    bottom: 12px;
}

.h1-text-dv {
    display: inline-block;
    width: 100%;
    max-width: 481px;
    height: auto;
    padding: 0 15px;
}

.social-icons a {
    color: white;
    transition: opacity 0.3s;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons {
    position: relative;
    right: 520px;

}

@media (max-width: 992px) {

    .lists ul li a {
        font-size: 13px;
        max-width: 180px;
    }

    .social-icons {
        right: 0px;

    }



    .last-ftr h1 {
        padding: 10px 15px;
        position: relative;
        left: 0px;
    }

    .last-ftr {
        gap: 15px;
        position: relative;
        left: 0px;

    }

}

@media (max-width: 768px) {

    .ftr-stck,
    .ftr-stck-2 {
        max-width: 90%;
    }

    .lists .col-lg-4,
    .lists .col-md-6,
    .lists .col-md-12 {
        margin-bottom: 30px;
    }

    .kitap-text h1,
    .kitap-text h2 {
        padding: 0 20px 0 20px;
    }


    .lists h1 {
        color: white;
        font-size: 18px;
        left: 0px;
        text-align: center;
    }

    .lists ul {
        left: -15px;
        text-align: center;
    }

    .lists ul li a {
        max-width: 100%;
        text-align: center;
    }

    .last-ftr {
        flex-direction: column;
        align-items: center;
    }

    .last-ftr h1 {
        padding: 8px 15px;
    }

    .last-ftr h1 a {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .footer-con {
        padding: 30px 10px !important;
    }

    .h1-text-dv h1 {
        font-size: 18px;
    }

    .lists h1 {
        font-size: 16px;
    }

    .lists ul li a {
        font-size: 12px;
    }

    .last-ftr h1 a {
        font-size: 12px;
    }

    .last-ftr h1 {
        padding: 5px 10px;
    }

    .social-icons a {
        font-size: 20px;
        margin: 0 10px !important;
    }

    .icon {
        bottom: 8px;
    }
}

@media (min-width: 992px) {
    .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block;
        animation: fadeIn 0.3s;
    }

    .custom-dd-org {
        min-width: 260px;
        left: -80px;
    }

    .custom-dd-doc {
        min-width: 230px;
        left: -85px;
    }

    .navbar-nav>.dropdown:hover>.dropdown-menu {
        display: block;
        animation: fadeIn 0.3s;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-right {
    min-width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
}

.lang-flags {
    margin-top: 10px;
}

.lang-flags img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
    transition: transform 0.2s;
}

.lang-flags img:hover {
    transform: scale(1.1);
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
    top: 18px;
}

.search-icon-btn {
    z-index: 22;
    position: relative;
    display: block;
}

.search-icon-btn img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
    transition: transform 0.2s;
    width: 24px;
}

.search-form-overlay {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
    background: transparent;
    z-index: 20;
    border-radius: 30px 0 0 30px;
}

.search-container.active .search-form-overlay {
    width: 170px;
}

.search-input {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 50px !important;
    padding: 0 15px;
    font-size: 13px;
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.carousel {
    position: relative;
    width: 100%;
}


.carousel-inner {
    position: relative;
    width: 100%;
    height: 508px !important;
    overflow: hidden;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.carousel-item>img,
.extra>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    margin: 0;
    z-index: 5 !important;
}

.carousel-control-prev img,
.carousel-control-next img {
    width: 30px;
    height: 153px;
}

.carousel-control-prev {
    left: 20px;
    width: 100px;
}

.carousel-control-next {
    right: 20px;
    width: 100px;
}

.carousel-text {
    position: absolute;
    top: 50%;
    transform: translateY(-73%);
    left: 120px;
    width: auto;
    opacity: 1;
    z-index: 2;
}

.carousel-text-2 {
    position: absolute;
    top: 87%;
    transform: translateY(-73%);
    right: 90px;
    width: auto;
    opacity: 1;
    z-index: 2;
}

.carousel-text-3 {
    position: absolute;
    top: 58%;
    transform: translateY(-73%);
    left: 120px;
    width: auto;
    opacity: 1;
    z-index: 2;
}

.carousel-text h1,
.carousel-text-2 h1,
.carousel-text-3 h1 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
    font-weight: 800;
    color: white;
    margin: 0;
}

.carousel-text h1 {
    font-size: 48px;
}

.carousel-text-2 h1 {
    font-size: 45px;
}

.carousel-text-3 h1 {
    font-size: 64px;
}

.main-slider2 {
    overflow: hidden;
}

.slider-2-text {
    height: 323px;
    margin-top: 64px;
    margin-bottom: 219px;
}

.slider-2-text>p {
    font-size: 20px;
}

.slider-2-text>a {
    position: relative;
    float: right;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 35px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: black;
    transition: 0.3s;
}

.slider-2-text>a:hover {
    background-color: #9ae2cd;
}

.etkınlık {
    background-color: #102D49;
    height: 515px;
}

.etkınlık>img {
    opacity: 20%;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
}

.etkınlık>div {
    padding-top: 160px;
    margin-left: 150px;
}

.other-text {
    position: relative;
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 20%;
    color: #8F9EBA;
}

.etk1,
.etk2,
.etk3 {
    padding: 0;
    width: 331px;
    height: 515px;
    margin-left: 50px;
    background-color: #EFEFEF;
    z-index: 2;
}

.etk1 a>img,
.etk2 a>img,
.etk3 a>img {
    width: 331.14px;
    height: 170.75px;
}

.etk-text {
    margin: 26.4px 30.05px 84.15px 29.5px;
    width: 282px;
    height: 232px;
}

.etk-text h2 {
    font-size: 16px;
    color: black;
    font-weight: 800;
}

.etk-text h2 a {
    color: #102D49;
}

.etk-text>a {
    float: right;
    font-size: 11px;
    text-decoration: underline;
    color: #8F9EBA;
    font-weight: 800;
}

.etk-text p {
    font-size: 14px;
    color: black;
    font-weight: 400;
    float: left;
}

.duyurular {
    margin-top: 280px;
}

.duyuru-f {
    background-color: #102D49;
    height: 706px;
    width: 75vh;
    overflow: hidden;
    right: 0;
    position: absolute;
}

.duyuru-f>img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
    height: 100%;
    object-position: right;
    opacity: 0.2;
    mix-blend-mode: overlay;
}

.duy-con {
    padding-top: 150px;
}

.duy-other-text {
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 20%;
    color: #8F9EBA;
}

.duyuru>div {
    margin-left: 150px;
}

.duy1,
.duy2,
.duy3 {
    position: relative;
    padding: 0;
    width: 338.34px;
    height: 328.04px;
    margin-left: 50px;
    background-color: #d7d7d7;
    background-blend-mode: lighten;
    z-index: 2;
    border-radius: 11px;
    box-shadow: 0px 5px 0px 0px #0000000D;
}

.duy1>img,
.duy2>img,
.duy3>img {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    width: 338.34px;
    height: 150.75px;
}

.duy-text {
    margin: 14.83px 14.83px 45.83px 28.52px;
    width: 307.64px;
    height: 141.5px;
}

.duy-text h2 {
    margin-bottom: 14px;
    font-size: 16px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
}

.duy-text p {
    font-size: 12px;
    color: black;
    font-weight: 400;
    float: left;
}

.duy-link>a {
    font-size: 12px;
    padding: 4px 11px;
    box-shadow: 0px 4px 2px 0px #0000001A;
    background-color: #d7d7d7;
    color: #102D49;
    border-radius: 6px;
    display: inline-block;
    margin-left: 221.51px;
    position: absolute;
    bottom: 20px;
    transition: 0.3s;
}

.duy-link>a:hover {
    background-color: white;
}

.other-duy-link {
    position: absolute;
    float: right;
    right: 250px;
    color: white;
    font-size: 20px;
    padding-top: 30px;
    display: inline-block;
    font-weight: 600;
}

.veri-koruma2 {
    margin-top: 250px;
    background-image: url("../src/bg4.png");
    background-size: cover;
    background-position: center;
}

.veri-koruma-con {
    padding-top: 30px;
    padding-bottom: 100px;
}

.header-text {
    text-align: center;
    background-color: #D9D9D9;
    width: 743px;
    height: 50px;
    margin-inline: auto;
}

.htext-1 {
    font-weight: 800;
    font-size: 23px;
    color: #102D49;
    text-align: center;
}

.htext-2 {
    font-weight: 800;
    font-size: 37px;
    padding: 5px;
    line-height: 50px;
    color: #102D49;
    margin-inline: auto;
    letter-spacing: 20%;
    text-transform: uppercase;
}

.swiper-wrapper {
    padding-bottom: 50px;
}

.swiper {
    width: 90%;
    max-width: 1200px;
    padding: 20px 10px 50px 10px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 30px;
    color: #102D49;
    position: relative;
    top: 23vh;
}

.card {
    background: white;
    border-radius: 0;
    padding: 20px;
    height: 291.14px;
    width: 247.56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border 0.3s ease;
    border: none !important;
    margin-top: 34.53px;
}

.card:hover {
    border: 2px solid #9b5de5;
    transform: translateY(-5px);
}

.card-logo {
    max-width: 150px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b49;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-btn {
    width: 100%;
    padding: 10px 0;
    border: 1px solid #ccc;
    background: white;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
    margin-top: 15px;
}

.card-btn:hover {
    background: #1a2b49;
    color: white;
    border-color: #1a2b49;
}

.kitap-con2 {
    display: flex;
    padding-bottom: 50px;
}

.kitap-con {
    width: 469px;
    height: 373px;
    margin-left: 260px;
    margin-top: 35.73px;
    display: block;
}

.kitap-text h1 {
    margin-top: 42.7px;
    padding-bottom: 7.53px;
    font-size: 25px;
    font-weight: 800;
    color: #102D49;
    text-transform: uppercase;
    letter-spacing: 20%;
}

.cizgi-buyuk {
    width: 92vh;
    height: 31px;
    background-color: #102D49;
    overflow: hidden;
    right: 0;
}

.cizgi-kucuk {
    width: 193.95px;
    height: 2px;
    background-color: #96C7B6;
}

.kitap-text h2 {
    padding-top: 7.53px;
    padding-bottom: 7.77px;
    font-size: 25px;
    font-weight: 600;
    color: #102D49;
    text-transform: uppercase;
    letter-spacing: 20%;
}

.kitap-text a {
    padding: 6.95px 29.38px;
    width: 236.93px;
    height: 33.9px;
    display: inline-block;
    background-color: #8FD1BE;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #102D49;
    text-transform: uppercase;
    margin-top: 112px;
    margin-left: 310px;
    transition: 0.3s;
}

.kitap-text a:hover {
    background-color: #9ae2cd;
    transition-duration: 0.3s;
}


@media (max-width: 991px) {

    .site-header {
        height: auto !important;
        padding-bottom: 10px;
        background-color: white !important;
        position: relative;
        z-index: 1001;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        display: none;
    }


    .mosque-container {
        display: none !important;
    }

    .brand-wrapper {
        margin: 10px 0 !important;
        transform: none !important;
        flex-direction: column !important;
        align-items: center !important;
        width: fit-content;
        top: 10px;
    }

    .brand-logo {
        width: 70px;
        margin-bottom: 5px;
    }

    .brand-text {
        font-size: 18px;
        margin: 0;
        display: block;

    }

    .mobile-controls {
        top: 50px !important;
        z-index: 1002;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        box-shadow: none !important;

    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .navbar-collapse,
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        background-color: #ffffff !important;
        z-index: 999;
        border-top: 1px solid #eee;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transition: height 0.35s ease;
    }

    .main-nav-list {
        width: 100%;
        padding: 0;
        gap: 0 !important;
    }

    .main-nav-list .nav-link {
        color: #102D49 !important;
        text-shadow: none !important;
        font-weight: 600 !important;
        padding: 15px 25px !important;
        border-bottom: 1px solid #f1f1f1;
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 0 !important;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100% !important;
        box-shadow: none !important;
        border: none;
        background-color: #f8f9fa !important;
        margin: 0;
        padding: 0;
    }

    .nav-item {
        width: 100%;
    }

    .dropdown-item {
        padding: 12px 40px;
        border-bottom: 1px solid #e9ecef;
        color: #666;
    }

    .veri-koruma2 {
        margin-top: 150px;
    }

    .custom-dd-org,
    .custom-dd-doc {
        min-width: unset !important;
        left: unset !important;
    }

    .mobile-search-wrapper {
        margin-top: 10px;
    }

    .mobile-search-input {
        background: #f1f3f5;
        border: 1px solid #ddd;
        border-radius: 50px;
        padding: 10px 20px;
    }

    .search-form img {
        display: none;
    }

    .carousel-text {
        left: 70px;
    }

    .carousel-text-2 {
        top: 85%;
        right: 70px;
    }

    .carousel-text-3 {
        left: 70px;
    }

    .carousel-text h1,
    .carousel-text-3 h1 {
        font-size: 24px;
        letter-spacing: 0.1em;
    }

    .carousel-text-2 h1 {
        font-size: 32px;
    }

    .carousel-inner {
        height: 308px !important;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 20px;
        height: 82px;
    }

    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        right: 0px;
    }

    .etk1,
    .etk2,
    .etk3 {
        height: 430px;
        margin-left: 20px;
    }

    .etk3 {
        margin-top: 30px;
    }

    .etkınlık {
        height: 430px;
    }

    .etkınlık>div {
        margin-inline: auto !important;
        padding-top: 100px;
    }

    .etkınlık>img {
        width: 100%;
        height: 40%;
    }

    .duyuru-f {
        height: 450px;
        width: 100%;
    }

    .duyuru>div {
        margin-left: 0px;
        margin-inline: auto;
    }

    .duyuru-f>img {
        width: 100%;
        height: auto;
        object-position: center;
        opacity: 0.2;
        mix-blend-mode: overlay;
    }

    .duyurular {
        margin-top: 700px;
    }

    .duy-con {
        padding-top: 90px;
    }

    .duy-other-text {
        margin-left: 0px;
        z-index: 99;
        position: absolute;
    }

    .duy1,
    .duy2,
    .duy3 {
        margin-top: 60px;
        margin-left: 20px;
    }

    .other-duy-link {
        position: absolute;
        margin-left: 0;
        float: right;
        right: 70px;
        color: black;
        font-size: 20px;
        padding-top: 40px;
        display: inline-block;
        font-weight: 600;
    }

    .card {
        margin-inline: auto;
    }

    .cizgi-buyuk {
        width: 100%;
        height: 31px;
        background-color: #102D49;
    }

    .kitap-con {
        margin-left: 0px;
    }

    .kitap-con2 {
        display: block;
    }

    .custom-dd-org2 {
        display: block;
        position: static !important;
        background-color: #f0f2f4 !important;
        margin: 5px 15px !important;
        padding: 0 !important;
        width: auto !important;
        box-shadow: none !important;
    }

    .custom-dd-org2 .dropdown-item {
        padding-left: 30px !important;
        font-size: 14px !important;
    }

    .custom-dd-org2 .menu-top-line,
    .custom-dd-org2 .menu-divider {
        display: none;
    }

}

@media (max-width: 767px) {

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 15px;
        height: 77px;
    }

    .etkınlık>div {
        margin-left: 0 !important;
        padding-top: 40px;
    }

    .etkınlık {
        width: 100%;
        height: 300px;
    }

    .slider-2-text>p {
        font-size: 16px;
    }

    .slider-2-text>a {
        position: relative;
        right: 23%;

    }

    .kitap-text a {
        position: relative;
        left: 20%
    }



    .etk1,
    .etk2,
    .etk3 {
        margin-top: 40px;
        margin-inline: auto !important;
        width: 250px;
        height: 430px;
    }

    .etk-text {
        width: 200px;
    }

    .etk-text h2 {
        font-size: 14px;
    }

    .etk-text p {
        font-size: 13px;
    }

    .etk1 a>img,
    .etk2 a>img,
    .etk3 a>img {
        width: 250px;
    }

    .kitap-con {
        width: 369px;
        height: 273px;
    }

    .kitap-text a {
        margin-left: 0px;
    }

    .other-text {
        margin-left: 25px !important;
        margin-bottom: -25px !important;
        font-size: 24px;
    }

    .duy-other-text {
        font-size: 25px;
        margin-left: 50px;
    }

    .duy-con {
        padding-top: 30px;
    }

    .veri-koruma2 {
        margin-top: 1000px;
    }

    .other-duy-link {
        position: relative;
        margin-left: 0px;
        color: black;
        float: right;
        right: 40px;
        font-size: 18px;
        margin-top: 860px;
    }

    .duyuru>div {
        margin-left: 0;
        margin-right: 0;
        margin-inline: auto;
        height: 230px;
    }


    .duy1,
    .duy2,
    .duy3 {
        margin-left: 20px;
        margin-inline: auto !important;
        width: 290px;
        height: 320px;
        margin-top: 40px;
    }

    .duy-text {
        width: 200px;
        height: 100px;
    }

    .duyurular {
        margin-top: 1200px;
    }

    .duy-link>a {
        margin-left: 150px;
    }

    .header-text {
        width: 100%;
        height: 35px;
    }

    .card {
        margin-inline: auto;
        overflow: hidden;
    }

    .htext-2 {
        font-size: 19px;
        line-height: 35px;
    }

    .htext-1 {
        font-size: 16px;
    }

    .carousel-text-2 {
        top: 87%;
        right: 20px;
    }

    .carousel-text-2 h1 {
        font-size: 16px;
    }

    .carousel-text {
        left: 70px;
        width: 80%;
    }

    .carousel-text h1 {
        font-size: 20px;
        letter-spacing: 0.1em;
    }

    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        right: 0px;
    }
}

@media (max-width: 360px) {

    .etk1,
    .etk2,
    .etk3 {
        width: 250px;
        height: 400px;
        margin-inline: auto;
    }

    .etkınlık>div {
        padding-top: 40px;
    }

    .slider-2-text>p {
        font-size: 14px;
    }

    .kitap-text a {
        position: relative;
        left: 15%
    }


    .htext-2 {
        font-size: 15px;
        line-height: 35px;
    }

    .htext-1 {
        font-size: 14px;
    }

    .duy-other-text {
        font-size: 20px;
    }

    .etk1 a>img,
    .etk2 a>img,
    .etk3 a>img {
        width: 250px;
    }

    .etk-text {
        width: 200px;
        padding-bottom: 30px;
    }

    .veri-koruma2 {
        margin-top: 950px;
    }

    .kitap-text h1,
    .kitap-text h2 {
        font-size: 19px;
    }

    .etk-text h2 {
        font-size: 13px;
    }

    .etk-text p {
        font-size: 12px;
    }

    .other-text {
        margin-left: 25px;
        font-size: 20px;
    }

    .duyurular {
        margin-top: 1100px;
    }

    .kitap-con {
        width: 269px;
        height: 173px;
    }

    .veri-koruma-con {
        padding-bottom: px;
    }

}

@media (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .custom-dd-org2 {
        display: none;
        position: absolute;
        left: 100% !important;
        top: -5px;
        margin-top: -5px;
        min-width: 240px;
        background-color: #ffffff;
        box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        z-index: 1000;
    }

    .dropdown-menu li:hover>.custom-dd-org2 {
        display: block;
        animation: fadeIn 0.3s;
    }
}