
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} 
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* latin */
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/satisfy/v22/rP2Hp2yn6lkG50LoCZOIHQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{
    --color-siyah:#000;   
    --color-beyaz:#fff;  
    --color-antrasit:#383E3E;
    --color-sari: #BF9144;
    --color-krem: #A48A7A;
    --color-mavi: #212E48;
    --color-koyu-mavi:#1C222C;   
    --color-border:#dde4e5;  
    --color-lighten01:#ccc;
    --color-lighten02:#edf5f8;
    --color-lighten03:#f5f1eb;
    --color-lighten04:#f7f5f2; 
    --color-success:#3EB75E;
    --color-danger:#FF0003;
    --color-warning:#FF8F3C; 
    --color-placeholder:gray;
    --color-facebook:#1877f2;
    --color-twitter:#1da1f2;
    --color-youtube:#cd201f;
    --color-linkedin:#0a66c2; 
    --color-instagram:#C231A1;  
    --shadow-darker:0 10px 50px 0 rgba(26,46,85,.1);
    --shadow-darker2:0 5px 10px 0 rgba(26,46,85,.4);
    --shadow-dark:0 10px 30px 0 rgba(20,36,66,.15);
    --shadow-darkest:0 10px 30px 0 rgba(0,0,0,.05);
    --shadow-darker3:0 4px 50px 0 rgba(0,0,0,.1);
    --shadow-darker4:0 20px 70px 0 rgba(15,107,92,.2);  
    --font-montserrat:'Montserrat', sans-serif; 
    --font-Satisfy: 'Satisfy',  sans-serif; 
        --secondary-color: #F6F1EE; 
                --primary-color: #133244;
                --divider-color: #1332441A;
} 



*{
    box-sizing:border-box
}

a{
    display:inline-block;
    text-decoration:none;
    outline:none;
    color: #000;
}
a:hover,a:focus,a:active{
    text-decoration:none;
    outline:none;  
}
a:focus{
    outline:none
}
ul,li {
    list-style: none;
}
ul{
    margin:0;
    padding:0
}
nav ul,nav ol{
    list-style:none;
    list-style-image:none
}
li>ul,li>ol{
    margin:0
}
ol ul{
    margin-bottom:0
}
img{ 
    border:0;
    vertical-align:middle;
    max-width:100%;
    height:auto
}

button,input,select,textarea{
    font-size:100%;
    margin:0;
    max-width:100%;
    vertical-align:baseline
}
button,input{
    line-height:normal
}
html{
    overflow:hidden;
    overflow-y:auto;
    margin:0;
    padding:0;
    font-size:10px
}
body{
    overflow:hidden;
    font-size: 16px;
    line-height: 22px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale; 
    color:#000;
    font-weight:400; 
    margin:0;
    padding:0 !important; 
    font-family: var(--font-montserrat)
}
body {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

body.fade-out {
  opacity: 0;
}

main {
    display: block;
    position: relative;
} 




.max-header { 
    position: absolute;   
    top: 40px;    
    width: 100%;  
    height: 80px; 
    z-index: 99;
    padding: 0; 
} 
.max-header .header-mainmenu{  
    position:relative;
    height: auto; 
    z-index: 1; 
} 
.border {
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    padding-right: 25px;
    padding-left: 25px;
}
.alt_sayfa  {
    top: 10px;    
}
.alt_sayfa .border {
    border:none;
    border-bottom: 1px solid #f9f9f9;
}
.max-header .header-brand{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center; 
    justify-content: flex-start;
}
.max-header .header-brand .logo{
    display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    height: 76px;  
    padding-top: 0px;  
    border-radius: 10px; 
} 
.max-header .header-brand .logo img{
    width: 180px;
    height:70px; 
    max-width: none;    
    filter: brightness(0) invert(1);
}  
 

 

.max-header .header-mainnav{  
    list-style: none; 
    align-items: center;   
} 

.mainmenu-nav .mainmenu{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
    padding:0; 
}
.mainmenu-nav .mainmenu li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
    position: static;
}
.mainmenu-nav .mainmenu>li>a{
    color: var(--color-beyaz);
    font-size:15px;
    font-weight:500;
    padding:0 14px;
    height: 76px;
    line-height: 76px; 
    -webkit-transition:0.3s;
    transition:0.3s;  
}  
.mainmenu-nav .mainmenu>li>a:hover{
    color: var(--color-sari);
}  
.mainmenu-nav .mainmenu > li:first-child > a {
    padding-left: 0px;
}
.mainmenu-nav .mainmenu li:last-child a {
    padding-right:  0px;
} 



.mainmenu-nav .mainmenu .icon {
    margin-left: 8px; 
    font-size: 15px;
    color: var(--color-kirmizi);
    margin-top: -10px;
    top: -10px;
}
.mainmenu-nav .mainmenu li.dropdown .dropdown-toggle:before {
    content: "\f107";
    display: inline-block;
  font-family: 'Font Awesome 6 Free';
    font-size: 19px;
    position: absolute;
    right:  -3px; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600; 
    color: var(--color-antrasit);
    display: none;
  }



  .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0; 
    margin-left: 0px;
    margin-top: -10px;
    font-size: 16px;
    color: #212529;
    text-align: left;
    border:none;
    background-color: #fff;
    background-clip: padding-box; 
    border-radius: 5px;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle:after {
    display: none;
}
.dropdown-item {font-size: 15px; padding: 10px 20px;}


.dropdown-toggle svg {
    margin-top: -2px;
    margin-left: 2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    fill: currentColor;
    fill: var(--color-beyaz);
}

.dropdown-toggle::after {
    display: none;
} 

 
  





 


 



 
.slayt_dis {
    position: relative;
    height: 100svh !important;
    overflow: hidden;
}
 


@media only screen and (max-width:992px) {
.slayt_dis {
    height: 70svh !important;
}
}



.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
    background:rgba(0,0,0,0.6);
}

/* --- ANA KONTEYNER --- */
.heroSwiper {
    width: 100%; 
    height: 100% !important;
    overflow: hidden;
    position: relative;   
    border: 0 !important;
    z-index: 1;  
    box-sizing: border-box;
} 

/* --- SLIDE WRAPPER (Taşıyıcı) --- */
.heroSwiper .swiper-wrapper {
    width: 100% !important; 
    height: 100%;   
}

/* --- TEKİL SLAYT --- */
.heroSwiper .swiper-slide {
    position:relative;
    overflow:hidden;
}      
/* --- TEKİL SLAYT --- */
.heroSwiper .swiper-slide picture{
    display: block;
    width: 100%;
    height: 100%;
}    

 /* --- KARARTMA EFEKTİ (Gradient Overlay) --- */
.heroSwiper .swiper-slide::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.80) 0%,
        rgba(0,0,0,.60) 35%,
        rgba(0,0,0,.20) 70%,
        rgba(0,0,0,.10) 100%
    );
}
 /* --- KARARTMA EFEKTİ (Gradient Overlay) --- */
.heroSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;  
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    pointer-events: none; 
    z-index: 5;
}


 
/* --- GÖRSELLER VE ZOOM EFEKTİ --- */
.heroSwiper img { 
    -webkit-transition: -webkit-transform 3s linear;
    transition: transform 3s linear; 
    width: 100% !important; 
    height: 100% !important;
    object-fit: cover;
    vertical-align: middle;
    display:block;
}

 
 




/* Ana Kapsayıcı (Alt sağda yan yana) */
.swiper-custom-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 9999;
}

.swiper-custom-controls .col-md-12{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.swiper-custom-controls .swiper-button-prev,
.swiper-custom-controls .swiper-button-next{
    position: static;
    margin: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    color: var(--color-koyu-mavi);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-custom-controls .swiper-button-prev:hover,
.swiper-custom-controls .swiper-button-next:hover {
    background: var(--color-koyu-mavi);
    color: #fff;
}

/* Swiper'ın kendi varsayılan ok ikonlarını gizliyoruz */
.swiper-custom-controls .swiper-button-prev::after,
.swiper-custom-controls .swiper-button-next::after {
    display: none; 
}

/* Senin FontAwesome ikonların */
.swiper-custom-controls .swiper-button-prev::before {
    font-family: "Font Awesome 6 Light";
    font-size: 26px;
    content: "\f104"; /* Sol ok */
    font-weight: 400;
}

.swiper-custom-controls .swiper-button-next::before {
    font-family: "Font Awesome 6 Light";
    font-size: 26px;
    content: "\f105"; /* Sağ ok */
    font-weight: 400;
}











  

.container.absolute{
    position:absolute;
    left:0;
    right:0; 
    bottom: 80px;
    z-index:999;
}
.slide_text{
    max-width:700px;
    color:#fff;
}

.slide-topline{
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:850px;
    padding-bottom:18px;
    margin-bottom:35px;
    border-bottom:1px solid rgba(255,255,255,.25);
}
.slide-topline .left,
.slide-topline .right{
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:rgba(255,255,255,.8);
}
.slide_title{
    font-family:"Cormorant Garamond", serif;
    font-size:70px;
    line-height:.95;
    font-weight:500;
    color:#fff;
    margin-bottom:25px;
}
.slide_title span{
    color:var(--color-sari); 
}

.slide_byline{
    max-width:620px;
    font-size:16px;
    line-height:1.8;
    color:rgba(255,255,255,.85);
    margin-bottom:35px;
} 






@media only screen and (max-width:992px) {
.max-header .header-brand .logo { 
    height: 74px; 
}
.max-header .header-brand .logo img {
    width: 180px;
    height: 51px; 
}

.header-action {
    height: 74px;
    align-items: center;
    justify-content: flex-end; 
}  
.header-action .mobile-menu-bar .hamberger-button {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--color-beyaz);
    font-size:30px;
    margin-right:  10px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
} 


.container.absolute2 { 
    top: 64%; 
}
.stats-container { 
    padding-left: 14px; 
}
.stats-content { 
    gap: 26px;
}
.stat-item h3 {
    font-size: 20px;
    font-weight: 500; 
}

.stat-item p {
    font-size: 14px;
}
.stat-item:nth-last-child(2) {
    margin-bottom: -10px;
}

.heroSwiper .swiper-pagination {
  display: none;
}


}





 


@media(max-width:991px){
.max-header { 
    top: 20px; 
}
.container.absolute { 
    bottom: 46px; 
}

.slide-topline { 
    max-width: 440px;
    padding-bottom:8px;
    margin-bottom: 25px; 
}
.slide-topline .left, .slide-topline .right { 
    letter-spacing: 1px; 
}
.slide_text {
    max-width: 500px; 
}
.slide_title { 
    font-size: 40px; 
    margin-bottom: 15px;
}
.slide_byline {
    max-width: 500px;
    font-size: 14px;
    line-height: 22px; 
    margin-bottom: 0px;
}
 

.swiper-custom-controls { 
    bottom: 46px; 
    gap: 10px; 
}
.swiper-custom-controls .swiper-button-prev, .swiper-custom-controls .swiper-button-next { 
    width: 48px;
    height: 48px; 
}
.swiper-custom-controls .swiper-button-prev::before { 
    font-size: 24px; 
}
  

}

 

@media (max-width:767px){
    .slide-topline {
        display: none;
    }

 
}

 


@media only screen and (max-width:575px) {

.container.absolute {
        bottom: 30px;
    }
.slide_text {
        max-width: 380px;
    }

    .slide_title {
        font-size: 28px;
        margin-bottom: 6px;
    }

 .swiper-custom-controls .col-md-12 { 
    gap: 10px;
}
    .swiper-custom-controls {
        bottom: 30px; 
    } 

}






@media only screen and (max-width:475px) {

.slide_text {
        max-width: 300px;
    }
 
    
    .swiper-custom-controls .swiper-button-prev, .swiper-custom-controls .swiper-button-next {
        width: 40px;
        height: 40px;
    }


}

