:root {
  --primary-color: #6B4A4A;           /* Ana vurgu rengi */
  --background-color: #2A1A1A;        /* Sayfa arka planı (koyu bordo-gri) */
  --header-footer-color: #4A1C1C;     /* Header ve footer rengi */
  --text-color: #EDEDED;              /* Genel yazı rengi */
  --link-color: #ffb347;
  --link-hover: #ff6347;            /* Vurgu (örneğin buton, link hover vs.) */
}
        
        /* tahacan demiryürrek */
        /* ***** assets start ***** */    
        
@font-face {
    font-family: 'opet';
    src: url('../../Library/font/opet-tr/OpetTRA.ttf') format('truetype');
    font-style: normal !important;
    font-weight: normal !important;
    } 
  
@font-face{
    font-family: 'edu';
    src: url('../../Library/font/edu-curvise/EduNSWACTCursive-VariableFont_wght.ttf') format('truetype');
}    

h1, h2, h3{
    font-family: 'Fredoka';
}

p{
    font-family: 'edu';
    text-align: justify;
}

body{
    scroll-behavior: smooth;
    background-color: var(--background-color) !important;
}


        /* ***** assetst end ***** */



        /* ***** header start ***** */

.navbar{
    padding: 0 ;
    }

.nav-link{
    color: var(--link-color) !important;
}

.navbar-brand{
    color: hsl(45, 100%, 50%) !important;
    font-weight: 700;
    width: auto;
}
.navbar-brand img{
    width: 100%;
    height: 100%;
}


.footer-logo{
    width: auto !important;
    height: 250px!important;
}

.navbar{
    background-color: var(--header-footer-color);
    padding: 0 ;
}

header a{
    letter-spacing: 2px !important;
    font-family: 'opet', curvise !important;
}  

.navbar-brand:hover, header a:hover{
    color: var(--link-hover) !important;
    transition: .3s;
}

#admin-item{
    border: 3px solid #fff;
    text-align: center;
    background-color: rgb(235, 0, 60);
    border-radius: 7px;
    transition: .3s;
}

#admin-link{
    color: rgb(255, 190, 0)  !important;
}
#admin-item:hover{
    background-color: rgb(255, 190, 0) ;
}
#admin-item:hover #admin-link{
    color: rgb(235, 0, 60) !important;
}
    @media(max-width:991px){

        .sidebar{
            background-color: #4a1c1c89 !important;
            backdrop-filter: blur(5px);
            width: 78% !important;
            border-left: 3px solid #fff !important;
        }

        .nav-link{
            color: rgb(255, 190, 0) !important;
        }
        #admin-item{
            background-color: rgb(255, 190, 0);
        }
        #admin-link{
            color: rgb(235, 0, 60) !important;
        }
        #admin-item:hover{
            background-color: rgb(235, 0, 60) ;
        }
        #admin-item:hover #admin-link{
            color: rgb(255, 190, 0) !important;
        }
        .navbar-brand{
            height: 80px;
        }
}
        
      

        /* ***** header end *****  */



        /* ***** carousel start ***** */
#caro-1{
    background-image: url('/assets/img/slide-1.webp');
    background-position: center;
}
#caro-2{
    background-image: url('/assets/img/slide-2.webp');
    background-position: center;
}
#caro-3{
    background-image: url('/assets/img/slide-3.webp');
    background-position: center;
}
#caro-4{
    background-image: url('/assets/img/slide-4.webp');
}
.carousel-inner h1,
.carousel-inner h3{
    font-family: 'opet' !important;
}
.carousel-bg {
  height: 100% !important; /* istediğin yüksekliği ayarla */
  background-size: cover !important;      /* resmi alanı dolduracak şekilde ayarlar */
  background-repeat: no-repeat;
  border-radius: 15px;
}
.carousel-inner .container{
    height: 100%;
}
.carousel-inner .row{
    height: 100%;
}
.slogan{
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 11;
}
.slogan p{
    width: 70%;
}

.carousel-item {
    position: relative;
    height: 100% !important;
    border: 2px solid #ccc;
    border-radius: 12px;
}

.carousel-item::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(76, 40, 40, 0.568);
    border-radius: 10px;
}

.hero-carousel{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 95px;
    height: 80vh;
    
}

.carousel-container{
    padding: 20px;
    width: 97%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--primary-color);
    margin-top: 10px;
}
.carousel{
    height: 100%;
}
.carousel-inner{
    height: 100% !important;
}
.carousel-item{
    position: relative !important;
}
.carousel-control-prev,
.carousel-control-next{
    opacity: 1 !important;
    transition: none !important;
    z-index: 12 !important;
}

.icon-wrap{
    background-color: transparent;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 4px solid red;
    background-color: rgba(255, 0, 0, 0.486);
}

.icon-wrap:hover{
    background-color: red;
    transition: .4s !important;
}


@media(max-width: 991px){
     .hero-carousel{
        height: 30vh;
        padding: 15px 0 !important;
    }
    .carousel-container{
        width: 100%;
        padding: 5px;
    }
    .carousel-item img{
        border-radius: 0 !important;
    }
    .icon-wrap{
        padding: 4px !important;
        border-width: 2px !important;
    }
    .slogan{
        height: 90%;
    }
    .slogan h1, .slogan h3{
        font-size: 16px !important;
    }
    .slogan p{
        font-size: 10px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon{
    width: 1rem !important;
    height: 1rem !important;
}
}

/* ***** carousel end */


/* diğer icerikler */

.content{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.content h1{
    color: var(--text-color);
}

.content-wrap{
    width: 100%;
    height: 500px;
}
.content-text{
    height: 500px;
    display: flex;
    align-items: center;
    color: var(--text-color);
}

.content-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-content{
    background-color: var(--primary-color);
}

@media(max-width: 991px){
    .content{
        height: 63vh;
    }
    .content-wrap{
        height: 100%;
    }
    .content-text{
        display: block;
        height: 100%;
    }
}

/* ***** content end */

/* hakkımızda start */


.hakkimizda{
    position: relative;
}

.hakkimizda h1{
    font-family: sans-serif !important;
    content: '';
    position: absolute;
    font-weight: 800;
    font-size: 130px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
    color: var(--link-hover);         /* içini gizle */
    -webkit-text-stroke: 2px black;    
}

.hakkimizda p{
    font-family: sans-serif;
    position: relative;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -2px;
}

.span-wrap{
    position: relative;
    z-index: 2;
}
.hakkimizda-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.hakkimizda-text{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about{
    background: url(../img/AdobeStock_257777832.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 80vh;
}
@media(max-width: 991px){
    .hakkimizda h1{
        font-size: 55px;
    }
    .hakkimizda p{
        font-size: 35px;
       -webkit-text-stroke: red !important;
    }
    .hakkimizda-text{
        height: 380px;
    }
    .about{
        background: url(../img/AdobeStock_257777832.jpeg);
        background-size: cover;
        position: relative !important;
    }
    .about::before{
        content: '';
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(76, 40, 40, 0.568) !important;
    }
    .about-content{
        position: relative;
        z-index: 2;
    }
}

/* ***** hakkımızda end */


/* ***** splide start ***** */

    .splide{
        background-color: var(--primary-color);
        padding: 10px;
        border-radius: 14px;
    }

    .splide__slide img {
        border-radius: 12px;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .splide__pagination__page{
        background-color: #fff;
        width: 12px;
        height: 12px;
    }

    .splide__pagination__page.is-active {
        background-color: #ff6600; /* aktif olan noktanın rengi */
    }

    @media(max-width: 991px){

    .splide__slide img{
        height: 280px;
    }
  }

  /* ***** splide end ***** */


/* ***** iletişim start ***** */

.contact{
    margin-top: 90px;
}
.map2{
    display: none;
}
.map-wrap{
    display: flex;
    justify-content: center;
}

@media(max-width: 991px){
    .map1{
        display: none;
    }
    .map2{
        display: block;
    }
}
.iletisim button{
    background-color: var(--link-color);
    color: var(--text-color);
    padding: 8px;
    width: 120px;
    border-color: #fff;
}

.iletisim button:hover{
    background-color:  var(--link-hover);
    transition: .3s;
} 

/* ***** iletişim end ***** */

/* ***** footer start ***** */

footer{
    background-color: var(--header-footer-color);
}
footer p, footer a, footer h5, footer i{
    color: var(--link-color);   
}
footer p:hover, footer a:hover, footer h5:hover, footer i:hover{
    color: var(--link-hover);
    transition: .3;   
}

