﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.kullanimTable tbody tr:nth-child(2) td:first-child {
    padding-left: 25px !important;
}

.kullanimTable tbody tr:nth-child(3) td:first-child,
.kullanimTable tbody tr:nth-child(4) td:first-child {
    padding-left: 50px !important;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

header {
    background-image: url(../images/headbg.png);
    background-repeat: no-repeat;
    background-size: 100% 132px;
    border-top: 3px solid #EB293D;
    background-position: center;
    max-height: 100px;
}

a.navbar-brand img {
    max-width: 160px;
}

.easyvitTop img {
    height: 28px;
}

header .navbar .nav-item .nav-link img {
    height: 50px;
}

header .navbar .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
}

.slider-wrapper {
    position: relative;
}

    .slider-wrapper .swiper {
        width: 100%;
        height: calc(100vh - 100px);
    }


        .slider-wrapper .swiper .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .slider-wrapper .swiper .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .slider-wrapper .swiper .swiper-pagination {
            background-color: #F7F7F7;
        }

        .slider-wrapper .swiper .swiper-horizontal .swiper-pagination-bullets,
        .slider-wrapper .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
        .slider-wrapper .swiper .swiper-pagination-custom,
        .slider-wrapper .swiper .swiper-pagination-fraction {
            bottom: auto;
            top: auto;
            left: auto;
            width: auto;
            padding: 1px 10px 3px;
            border-radius: 23%;
        }


.video-slider .swiper {
    width: 100%;
}

    .video-slider .swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .video-slider .swiper .swiper-slide img {
            display: block;
            width: 100%;
            object-fit: cover;
        }


.laciBaslik {
    font-size: 20px;
    font-weight: 600;
    color: #183749;
}

.nedenefMadde {
    font-size: 16px;
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px;
    font-weight: 300;
}


.homeVideo {
    background-image: url(../images/home-video-bg.jpg);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
}

.maviBtn {
    background-color: #468ECC;
    color: #fff;
    border-radius: 25px;
    padding: 13px 15px;
    font-size: 16px;
    min-width: 200px;
    display: inline-block;
    height: 50px;
}

    .maviBtn:hover {
        background-color: #3e81ba;
        color: #fff;
    }



.mySwiper2-prev {
    position: absolute;
    top: 45%;
    right: -40px;
    font-size: 25px;
    color: #367993;
}

.mySwiper2-next {
    position: absolute;
    top: 45%;
    left: -40px;
    font-size: 25px;
    color: #367993;
}

.urunWrapper {
    position: relative;
    overflow: hidden;
}

.urunImg {
    position: relative;
}

    .urunImg img:last-child {
        z-index: 2; /* Ön plandaki görsel */
    }

    .urunImg img:first-child {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

.urunWrapper:hover .urunImg img:last-child {
    opacity: 1;
}

.urunWrapper:hover .urunImg img:first-child {
    opacity: 1;
}

img.balon.img-fluid {
    top: -35px;
}

.veripolitikasi {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFCB19;
    font-size: 13px;
    padding: 10px 0;
    color: #363636;
    z-index: 99;
}

    .veripolitikasi a {
        color: #363636;
        text-decoration: underline;
    }

.urunWrapper {
    border-radius: 10px;
    margin-bottom: 15px;
}

    .urunWrapper a {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
    }

.urun1 {
    border: 1px solid #468ECC;
}

    .urun1 a {
        background-color: #468ECC;
    }

.urun2 {
    border: 1px solid #664A9E;
}

    .urun2 a {
        background-color: #664A9E;
    }

.urun3 {
    border: 1px solid #EF4438;
}

    .urun3 a {
        background-color: #EF4438;
    }

.urun4 {
    border: 1px solid #028755;
}

    .urun4 a {
        background-color: #028755;
    }

.urun5 {
    border: 1px solid #16425B;
}

    .urun5 a {
        background-color: #16425B;
    }

.urun6 {
    border: 1px solid #7A5649;
}

    .urun6 a {
        background-color: #7A5649;
    }

.urun7 {
    border: 1px solid #6EBAB2;
}

    .urun7 a {
        background-color: #6EBAB2;
    }

.urun8 {
    border: 1px solid #F26E65;
}

    .urun8 a {
        background-color: #F26E65;
    }

.arastirmaHome {
    background-color: #F1F3F6;
}

.b13 {
    font-size: 13px;
    font-weight: 800;
    display: block;
    color: #468ECC;
}

.s20 {
    font-size: 20px;
    display: block;
    color: #183749;
    font-weight: 600;
}

.r13 {
    font-size: 13px;
    display: block;
}

.r14 {
    font-size: 14px;
    display: block;
}

.r16 {
    font-size: 16px;
    display: block;
    color: #183749;
    width: 70%;
    margin: 20px 0;
}

.s16 {
    font-size: 16px;
    display: block;
    color: #4475F2;
    font-weight: 600;
    text-decoration: none;
}

.s95 {
    font-size: 9.5px;
    display: block;
}

.hangiHome {
    background-color: #CCECFC;
}

.accordion-body {
    background-color: #F5F5F5;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion-collapse {
    background-color: #F5F5F5;
}

button.accordion-button {
    background-color: #F5F5F5;
    color: #363636;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #363636;
    background-color: #F5F5F5;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.sariBtn {
    background-color: #FFCB19;
    color: #363636;
    border-radius: 25px;
    padding: 13px 15px;
    font-size: 16px;
    min-width: 200px;
    display: inline-block;
    font-weight: 600;
    height: 50px;
}

    .sariBtn:hover {
        background-color: #e9b813;
        color: #363636;
    }

.b22 {
    font-weight: bold;
    font-size: 22px;
}

footer {
    background-image: url(../image/footer.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

    footer .b13 {
        color: #363636;
    }

.flink a {
    font-size: 13px;
    color: #363636;
    text-decoration: none;
}



.balon, .rellax {
    position: absolute;
}


.homeUrunYazi {
    color: #363636;
    text-align: center;
    /* Metin */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hrClass {
    background: #A3B1C2;
}

.faydali {
    color: #a3b1c2;
    text-align: center;
    font-family: Open Sans;
    font-size: 9.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ok-icon {
    position: absolute;
    bottom: 0px;
    left: 60px;
    transform: translate(-50%, 50%);
    width: 40px;
    height: 25px;
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.urunBg {
    background-image: url(../images/mavibg.png);
    min-height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.digerBg {
    background-image: url(../images/digerbg.png);
    min-height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    /*bottom: 2vh;*/
    position: relative;
}

.urunBaslik {
    color: #363636;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.urunMaddeler ul li {
    color: #363636;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

ul.taniyalimMaddeler ul li {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.uyari {
    color: #183749;
    font-family: Open Sans;
    font-size: 9.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
}


.ikTalimati {
    color: #183749;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.urunKullanimBaslik {
    color: #183749;
    /* text-align: center; */
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.kullanimTable th {
    color: #183749;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.kullanimTable tr td, .kullanimTable tr th {
    background-color: rgb(255 255 255 / 0%) !important;
    padding: 0.25rem 0.25rem;
}


.iletisimBaslik {
    color: #363636;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.iletisimAltBaslik {
    color: #363636;
    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hangiUrun {
    color: #363636;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-control, .form-select {
    border-radius: 10px;
    border: 1px solid var(--sade-yazi, #A3B1C2);
    padding: 10px;
}

.btn-warning {
    min-width: 250px;
    padding: 10px;
    border-radius: 25px;
    background: var(--sari, #FFCB19);
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.50);
    color: #363636;
    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.eczaneWrapper {
    background: #F5F5F5;
    height: 200px;
}

.eczaneLogo {
    margin-top: -50px;
}

.eczaneBaslik {
    color: #363636;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.eczaneIcerik {
    color: #363636;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.easyDestek .col {
    border-right: 1px solid #A3B1C2;
}

    .easyDestek .col:last-child {
        border-right: 0;
    }

.iletisimDestekBaslik {
    color: #363636;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.iletisimDestekIcerik {
    color: #363636;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.balikYagiDunyasi {
    color: #363636;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.slideBaslik {
    color: #363636;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    max-width: 150px;
    display: inline-block;
}


.slideWrap img {
    margin-top: -100px;
}

.slideWrap {
    border-radius: 10px;
    border: 1px solid #468ECC;
    height: 250px;
    margin-top: 100px;
}

.sertifikaBaslik {
    color: #183749;
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.sertifikaIcerik {
    color: #363636;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.sertifikaBg {
    background: rgba(163, 177, 194, 0.15);
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.taniyalimBaslik {
    color: #363636;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}

.taniyalimIcerik {
    color: #363636;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.bSari {
    border-radius: 35px;
    border: 3px solid #FFC831;
    height: 200px;
}

.alumavi {
    position: absolute;
    left: 0;
    bottom: -104px;
    z-index: -1;
}

.zorunlu {
    color: #363636;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.accordion-body {
    text-align: left;
}

    .accordion-body a {
        color: #1479FB;
        text-decoration: none;
        font-weight: 700;
    }

.sertifikaIcerik a {
    color: #1479FB;
    text-decoration: none;
    font-weight: 700;
}


.uyariBaslik {
    color: #183749;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}


.uyariIcerik {
    color: #363636;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}


.swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    max-width: max-content;
    margin: 0px auto;
    background-color: #F7F7F7;
    border-radius: 10px;
    height: 27px;
}

.urunSolBaloncuk {
    left: 15%;
    top: 50%;
}

.urunSolBaloncukSertifika {
    left: -15%;
    top: 888%;
    width: 81px;
}

.urunSagBaloncuk {
    right: 10%;
    top: 70%;
}

.urunSolBaloncuk77 {
    width: 77px;
    left: 0;
    top: 25%;
}

.urunSolCizgi {
    left: 7%;
    top: 50%;
}

.urunSolBalik {
    left: 2%;
    top: 100%;
}


.urunSagBaloncuk27 {
    right: 0;
    top: 90%;
    width: 27px;
}

.urunSagBaloncuk77 {
    right: -17%;
    top: 90%;
    width: 77px;
}

.urunSagBg {
    right: -21%;
    top: 90%;
    z-index: 1;
}

.urunSolYildiz {
    left: 7%;
    top: 142%;
}


.urunSolYildizAlt {
    left: -40%;
    top: 330%;
}

.urunSagBaloncuk124 {
    right: -17%;
    top: 277%;
    width: 77px;
}

.urunSagBalik79 {
    right: -27%;
    top: 256%;
    width: 79px;
}

.bgWhite {
    background-color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 10px;
}

    .bgWhite .col-3:first-child {
        border-right: 1px solid #183749;
    }

.bTuruncu {
    border: 2px solid #F26722;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 10px;
}

    .bTuruncu .col-3:first-child {
        border-right: 1px solid #183749;
    }

.bMavi {
    border: 2px solid #498BCA;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 10px;
}

    .bMavi .col-3:first-child {
        border-right: 1px solid #183749;
    }

.hapAciklama {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.gDoz {
    background-color: #F1F3F6;
}

.tSolBaloncuk {
    left: 10%;
    top: -15%;
    width: 77px;
}

.tSagBaloncuk {
    right: 10%;
    top: -160%;
    width: 103px;
}

.tSolBalik {
    left: -27%;
    top: 52%;
}

.tSolBalikA {
    left: -27%;
    top: 148%;
}

.tSolCizgi {
    left: -23%;
    top: 20%;
}

.tSolBaloncukA {
    left: -22%;
    top: 170%;
    width: 77px;
}

.tSolBaloncukA27 {
    left: -22%;
    top: 187%;
    width: 27px;
}

.tSolBaloncukA77 {
    left: -22%;
    top: 184%;
    width: 77px;
}

.tSagBalik79 {
    right: -27%;
    top: 165%;
}

.tSagBaloncuk124 {
    right: -17%;
    top: 147%;
}

.youtubeimg {
    cursor: pointer;
}

.youtubeiframe {
    display: none;
}

.urunOk {
    right: 0;
}

.mySwipert-next {
    top: 27%;
    right: 30%;
    color: #A3B1C2;
}


.mySwipert-prev {
    top: 27%;
    left: 30%;
    color: #A3B1C2;
}


.urunlerWrap {
    position: relative;
}

    .urunlerWrap::after {
        content: "";
        position: absolute;
        top: -10px;
        right: 0;
        bottom: 45px;
        left: 90px;
        border: 2px solid #468ECC;
        z-index: -1;
        border-radius: 10px;
    }

.urunlerWrapAciklama {
    text-align: center;
    margin-left: -65px;
    margin-top: 27px;
}

.urunlerWrapAciklamaSag {
    text-align: center;
    margin-right: -130px;
    margin-top: 27px;
}

.urunlerWrapSag {
    position: relative;
}

    .urunlerWrapSag::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 62px;
        bottom: 47px;
        right: 90px;
        border: 2px solid #468ECC;
        z-index: -1;
        border-radius: 10px;
    }

.urunlerWrapSag {
    text-align: center;
    margin-left: -65px;
    margin-top: 27px;
}

.urunlerWrapAciklama span {
    display: inline-block;
    padding: 10px;
    text-align: center;
    min-width: 190px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.urunlerWrapAciklamaSag span {
    display: inline-block;
    padding: 10px;
    text-align: center;
    min-width: 190px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.qAfter::after {
    border: 2px solid #664A9E;
}

.multiAfter::after {
    border: 2px solid #028755;
}

.propolisAfter::after {
    border: 2px solid #7A5649;
}

.plusAfter::after {
    border: 2px solid #16425B;
}

.betaglukanAfter::after {
    border: 2px solid #EF4438;
}
.cilekAfter::after {
    border: 2px solid #f26e65;
}
.growAfter::after {
    border: 2px solid #6EBAB2;
}
.qBg {
    background-image: url(../images/morbg.png);
}

.propolisBg {
    background-image: url(../images/kahverengibg.png);
}

.plusBg {
    background-image: url(../images/lacivertbg.png);
}

.multiBg {
    background-image: url(../image/yesilbg.webp);
}

.betaGlukanBg {
    background-image: url(../images/turuncubg.png);
}

.adultBg {
    background-image: url(../images/adult-bg.png);
}


.yukok {
    color: #468ecc;
    font-size: 50px;
}

    .yukok:hover {
        color: #ffcb19;
    }

.fiyat {
    font-size: 15px;
}


.urunKullanim {
    background-color: #F1F3F6;
}

.swiper-slide video {
    aspect-ratio: 16/9;
}

@media screen and (max-width: 650px) {
    header {
        background-image: url(../images/headbg-mobil.png);
    }

    .slider-wrapper .swiper {
        height: calc(50vh);
    }

    .homeVideo {
        background-image: url(../images/home-video-bg-mobil.jpg);
    }

    .urunWrapper a {
        font-size: 13px;
    }

    .r16 {
        width: 100%;
    }

    .s16 {
        font-size: 14px;
    }

    footer {
        background-image: url(../image/footer-mobil.webp)
    }

    .mySwipert-next {
        top: 155px;
        right: 16%;
        color: #A3B1C2;
    }

    .mySwipert-prev {
        top: 155px;
        left: 16%;
        color: #A3B1C2;
    }

    .mySwiperTek .col {
        flex: auto;
        width: 50% !important;
    }

    .urunHome .col {
        flex: auto;
        width: 50% !important;
    }

    #navbarSupportedContent {
        z-index: 99;
        background-color: #fff;
        margin-top: 11px;
    }

    .urunBg {
        background-image: url(../images/mavibg-mobil.png);
        background-position: top;
    }

    .qBg {
        background-image: url(../images/morbg-mobil.png);
    }

    .propolisBg {
        background-image: url(../images/kahverengibg-mobil.png);
    }

    .plusBg {
        background-image: url(../images/lacivertbg-mobil.png);
    }

    .multiBg {
        background-image: url(../images/yesilbg-mobil.png);
    }

    .betaGlukanBg {
        background-image: url(../images/turuncubg-mobil.png);
    }

    .adultBg {
        background-image: url(../images/adultbg-mobil.png);
    }

    .digerBg {
        background-image: url(../images/digerbg-mobil.png);
        min-height: 230px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .urunlerWrap {
        position: relative;
        width: 75%;
        margin: 0px auto;
    }

        .urunlerWrap::after {
            content: "";
            position: absolute;
            top: 100px;
            right: 0;
            bottom: 45px;
            left: 0;
            border: 2px solid #468ECC;
            z-index: -1;
            border-radius: 10px;
        }

    .urunlerWrapAciklama {
        text-align: center;
        margin-left: 0;
        margin-top: 27px;
    }

    .urunlerWrapAciklamaSag {
        text-align: center;
        margin-right: 0;
        margin-top: 27px;
    }

    .urunlerWrapSag {
        position: relative;
    }

        .urunlerWrapSag::after {
            content: "";
            position: absolute;
            top: -10px;
            left: 62px;
            bottom: 47px;
            right: 90px;
            border: 2px solid #468ECC;
            z-index: -1;
            border-radius: 10px;
        }

    .urunlerWrapSag {
        text-align: center;
        margin-left: -65px;
        margin-top: 27px;
    }

    .urunlerWrapAciklama span {
        display: inline-block;
        padding: 10px;
        text-align: center;
        min-width: 190px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .urunlerWrapAciklamaSag span {
        display: inline-block;
        padding: 10px;
        text-align: center;
        min-width: 190px;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    .qAfter::after {
        border: 2px solid #664A9E;
    }

    .multiAfter::after {
        border: 2px solid #028755;
    }

    .propolisAfter::after {
        border: 2px solid #7A5649;
    }

    .plusAfter::after {
        border: 2px solid #16425B;
    }

    .betaglukanAfter::after {
        border: 2px solid #EF4438;
    }

    .youtube-container {
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
        pointer-events: none;
    }

    .sertifikaBg {
        margin-top: 0;
    }

    .bMavi {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .bTuruncu {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .bSari {
        height: 230px;
    }

    .alumavi {
        position: absolute;
        left: -73px;
        bottom: -150px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
    }

    .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .kkk {
        margin-left: 12%;
    }

    .urunKullanimBaslik {
        font-size: 18px;
    }

    table.table.kullanimTable {
        font-size: 15px;
    }
}


@media screen and (max-width: 1280px) {

    .bTuruncu {
        font-size: 15px;
    }

    .bMavi {
        font-size: 15px;
    }
}


table.table.kullanimTable {
    position: relative;
    z-index: 2;
}


.urunlerWrapp {
    position: relative;
}

    .urunlerWrapp::after {
        content: "";
        position: absolute;
        top: -10px;
        right: 0;
        bottom: 45px;
        left: 60px;
        border: 2px solid #16425B;
        z-index: -1;
        border-radius: 10px;
    }