/**********
    GENEL
**********/

.btn.btn-agrima {
    background:#b70738;
    border-color: #b70738;
    color: #ffffff
}
.text-agrima {
    color: #b70738
}
.border-color-agrima {
    border-color: #b70738;
}
.bg-agrima {
    background-color: #b70738;
}
.title-small{
    font-size: 32px;
    line-height: 2rem;
}
.title-extra-small{
    font-size: 26px;
    line-height: 2rem;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
div#popup-ilk {
    width: max-content;
}


/**********
    HEADER
**********/

.top-header-area span {
    color: #eee;
    font-size: 13px;
}
ul.dil {
    list-style: none;
}
ul.dil li {
    display: inline-block;
}
header a.logo img {
    max-height: 58px;
    height: 58px;
}
header nav .navbar-nav.text-normal > li > a {
    font-size: 14px;
}
header nav .navbar-nav > li > a {
    text-transform: unset;
}
header nav.navbar .navbar-nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
header nav.navbar .navbar-nav > li.dropdown.on > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a,
header nav.navbar .navbar-nav > li.active > a, nav.navbar.bootsnav ul.nav > li.active > a{
    color: #b70738;
}
.katalog a{
    color: #EEEEEE;
    font-size: 13px;
}
.header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
.sticky.header-with-topbar.fixed-topbar nav.navbar.bootsnav.navbar-fixed-top,
.sticky.header-with-topbar.header-appear.fixed-topbar nav.navbar.bootsnav.navbar-top {
    top: 35px;
}


/**********
    ANASAYFA
**********/

/*SLİDE*/
.anaslider {
    height: calc(100vh - 107px) !important;
    margin-top: 107px;
}
.syazi{
    height: calc(100vh - 107px) !important;
}
@media (min-width: 576px) {
    .left_top {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .center_top {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .right_top {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        text-align: right;
    }
    .center_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }
    .center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .center_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        text-align: right;
    }
    .left_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left;
    }
    .center_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .right_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        text-align: center;
    }
}
@media (max-width: 577px) {
    .left_topm {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .center_topm {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .right_topm {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        text-align: right;
    }
    .center_leftm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }
    .centerm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .center_rightm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        text-align: right;
    }
    .left_bottomm {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left;
    }
    .center_bottomm {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .right_bottomm {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        text-align: center;
    }
}
.slide {
    position: relative;
}
.slide-media {
    position: absolute; inset: 0; display: block;
}
.slide-media img {
    width: 100%;
    height: calc(100% - 107px);
    object-fit: cover;
}
.main-slider, .slide {
    height: 100vh;
}
.syazi p strong span {
    line-height: 4rem;
}


/*VİDEO*/
.wrapp {
    position: relative;
    height: 60vh;
}
.video-bg-ana {
    position: relative;
    height: 100%;
    background: #000;
    overflow: hidden;
}
.video-bg-ana::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.video-bg-ana iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 60vw;
}
.content-ana {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.container-ana {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.container-ana img {
    width: auto;
    height: auto;
}
.title-ana {
    text-align: center;
    font-size: 2.5vw;
}
body.shorts-popup .mfp-iframe-holder .mfp-content {
    max-width: 400px !important;
    width: 100% !important;
    margin: 0 auto;
}
body.shorts-popup .mfp-iframe-scaler {
    width: 100% !important;
    height: 710px !important;
    max-width: 400px !important;
    margin: 0 auto !important;
    background: #000;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
body.shorts-popup .mfp-iframe-scaler iframe {
    width: 100% !important;
    height: 710px !important;
    min-height: 400px;
    aspect-ratio: 9/16;
    background: #000;
    border-radius: 12px;
    display: block;
}

/*İLETİŞİM*/
.icon-box .icon-box-holder {
    height: 90px;
}


/**********
    HAKKIMIZDA
**********/

.icerik h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icerik h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icerik h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icerik h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icerik h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icerik h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*TARİHÇE*/
.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #b70738;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
.containertime {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}
.containertime.left {
    left: 0;
}
.containertime.right {
    left: 50%;
}
.containertime::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #b70738;
    border-radius: 16px;
    z-index: 1;
}
.containertime.right::after {
    left: -8px;
}
.containertime::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #b70738;
    z-index: 1;
}
.containertime.right::before {
    left: 8px;
}
.containertime .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 13px);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #b70738;
    letter-spacing: 1px;
    z-index: 1;
}
.containertime.left .date {
    right: -75px;
}
.containertime.right .date {
    left: -75px;
}
.containertime img {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background: #ffffff;
    border: 2px solid #b70738;
    text-align: center;
    font-size: 18px;
    color: #b70738;
    z-index: 1;
}
.containertime.left img {
    right: 56px;
}
.containertime.right img {
    left: 56px;
}
.containertime .content {
    padding: 30px 90px 30px 30px;
    background: #b70738;
    position: relative;
    border-radius: 0 500px 500px 0;
    color: #ffffff;
}
.containertime.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}
.containertime.left .content {
    padding: 30px 90px 30px 30px;
    border-radius: 0 500px 500px 0;
    text-align: right;
}
@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }
    .containertime {
        width: 100%;
        padding-left: 120px;
        padding-right: 0;
    }
    .containertime.right {
        left: 0%;
    }
    .containertime.left::after,
    .containertime.right::after {
        left: 82px;
    }
    .containertime.left::before,
    .containertime.right::before {
        left: 100px;
        border-color: transparent #b70738 transparent transparent;
    }
    .containertime.left .date,
    .containertime.right .date {
        right: auto;
        left: 15px;
    }
    .containertime.left .icon,
    .containertime.right .icon {
        right: auto;
        left: 130px;
    }
    .containertime.left .content,
    .containertime.right .content {
        padding: 20px 20px 20px 60px;
        border-radius: 10px 0 0 10px;
    }
    .containertime.right .content{
        text-align: right;
    }
}


/**********
    ÜRÜN LİSTELEME
**********/

.filtrebuton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/**********
    ÜRÜN DETAY
**********/

.flash-toast{
    position: fixed;
    z-index: 1050;
    bottom: 100px;
    right: 50px;
    color: #ffffff;
    background: #b70738;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0,0,0,.15);
    font-size: 18px;
}
.product-hero {
    position: relative;
    height: 100svh;          /* iOS safe viewport */
    overflow: clip;
}
.product-hero .hero-media {
    position: absolute;
    inset: 0;
    display: block;
}
.product-hero .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* background-size: cover eşdeğeri */
}
.product-hero .opacity-full.bg-black {
    position: absolute;
    inset: 0;
    opacity: .6;             /* mevcut tasarıma göre */
    pointer-events: none;
}
.product-hero .container {
    position: relative;
    z-index: 1;
}


/**********
    İLETİŞİM
**********/

.security-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.security-container label {
    white-space: nowrap;
}
.security-container input {
    flex: 1;
    max-width: 100px;
}
.form-check {
    display: flex;
    align-items: center;
    padding: 0;
}
.form-check-input {
    margin-right: 10px !important;
    padding: 10px;
}
.form-check-input:checked {
    background-color: #b70738;
    border-color: #b70738;
}
.form-check-input:focus {
    border-color: #b70738;
    outline: 0;
    box-shadow: 0 0 0 .25rem #b7073833;
}


/**********
    KVKK
**********/

.kvkk{
    justify-content: center;
    text-align: center;
}
.kvkk img{
    margin-bottom: 10px;
}
.kvkk span{
    font-weight: 600;
}


/**********
    MEDİA
**********/

@media screen and (max-width: 767px) and (min-width: 1px) {
    div#popup-ilk {
        width: auto;
    }
    header nav .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrapp {
        height: 30vh;
    }
    .containertime.left img {
        right: 56px;
        display: none;
    }
    .containertime.right img {
        right: 56px;
        display: none;
    }
    .flash-toast {
        width: 100%;
        right: 0;
        bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    div#popup-ilk {
        width: auto;
    }
    .wrapp {
        height: 50vh;
    }
}

@media screen and (max-width: 4000px) and (min-width: 1024px) {

}


/**********
    0000000000
**********/