.line{
    display: block ;
    width: 100%;
    height: 48px;
    background:  #000;
    padding: 15px;
    display: flex !important;
    align-items: center;
}

.line a{
    text-decoration: none;
}
.line-in{
    justify-content: center;
    display: flex;
}
.banner{
    background-image: url('img/anasayfabanner1.webp') !important;
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}
.banner-bg{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.big-bnr{
    color: #fff;
    font-family: Oswald;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.contact-banner{
    color: #fff;
    font-family: Oooh Baby;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.navbar-top{
    display: flex;
    justify-content: space-between;
    column-gap: 44px;
}
.line-right{
    display: flex;
    column-gap: 12px;
}
.adres{
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.adres i{
    font-size: 16px;
    margin-right: 8px;
}
.number{
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.number i{

    font-size: 16px;
    margin-right: 8px;
}
.navbar-logo{
    width: 125px;
}
.navbar-nav{
    column-gap: 36px;
}
.bg-body-tertiary {
    background-color: #2F2F2F !important;
}
.navbar-web{
    background-color:#2F2F2F 
}
.navbar-right{
    column-gap: 36px;
}
.navbar-right a{
    text-decoration: none;
    color: #FFF;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;  
    width: 139px;
    height: 53px;
    border-color: unset !important;
    border-radius: 60px;
    background: #538167;
    text-align: center;
    align-items: center;
    justify-content: center;
    
}

.mobileNav{
    display: none;
    padding: 8px;
}
.mobileNav .mobile svg{
    display: flex;
    align-items: center;
}
.sidenav{
    display: none;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 100%;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  .side-button{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .navbar-nav .nav-link{
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.navbar-nav .nav-link.active{
    color: #538167; 
}
.navbar-nav .nav-link:hover{
    color: #538167; 
}
.footer{
    background-color: #2F2F2F;
    padding-top: 56px;
}

.footer-logo{
    margin-bottom: 30px;
    width: 150px;
}
.logo-yazi{
    color: #ACACAC;
font-family: Oswald;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.18px;
max-width: 377px;
}
.modal-footer{
    align-items: baseline;
    justify-content: flex-start;
}
.f-social{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.f-menu{
    row-gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.menu{
    color:#538167;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}

.menu-page{
    color: #ACACAC;
    text-align: center;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.f-menu a{
    text-decoration: none;
}
.icon-footer{
    display: flex;
    column-gap: 9px;
    margin-top: 14px;
}
.days{
    margin-top: 14px;
    row-gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.day{
    color: #ACACAC;
    text-align:start;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.days-w{
    margin-top: 14px;
    row-gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 22px;
    font-weight: 600;
}
.watch{
    color: #538167;
    text-align:start;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 50;
    line-height: normal;
}
.footer-mobil{
    display: flex;
    column-gap: 12px;
}
.footer-card{
    display: flex;
    flex-direction: row;
    row-gap: 16px;
}
.iletisim-header{
    color:#538167;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.f-line{
    margin-top:16px;
    margin-bottom: 16px;
    border-width: 100%;
    height: 1px;
    color: #ACACAC !important;
}
.line-yazi{
    display: flex;
    color: #acacac;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.21px;
    margin-bottom: 12px;
}
.f-sozlesme{
    display: flex;

    row-gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.f-area{
    color: #ACACAC;
    text-align:start;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.f-icon i{
    font-size: 18px;
    color: #538167;
    margin-right: 8px;
}
.f-iletisim{
    display: flex;
    align-items: center;
}
.footer-iletisim{
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.line-left{
    display: flex;
    column-gap: 12px;
}

.line-logo{
    display: flex;
    justify-content: flex-end;
}
.gizlilik{
    color: #ACACAC;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.21px;
    margin-left: 11px;
    cursor: pointer;
    display: contents;
}
.sartlar{
    color: #acacac;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.21px;
    margin-left: 18px;
    cursor: pointer;
    display: contents;
}
.line-down{
    display: flex;
    flex-direction: row;
}
.footer-end{
display: flex;
justify-content: space-between;
margin-bottom: 56px;
padding: 0px;
}

.footer-end a{
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
}.img-Area{
    row-gap: 12px;
}
.galleryItem{
    position: relative;
    display: inline-block;
}
.galleryItem:hover .galleryImageOverlay
{
    opacity: 1;
    transition: .4s;
}
.img-cont {
    width: 150px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.galleryItem {
    display: inline-block;
    position: relative;
}
.galleryImageOverlay {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #0000009e;
    color: #fff;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
}
.galleryImageOverlay i{
    font-size: 25px;
}
.header-area{
    color: #000;
    font-family: Oswald;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.back-img{
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-image: url('img/tarih-saat-arkaplan.webp');
}
.cont-circle{
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: row;
    /* column-gap: 85px; */
    justify-content: space-between;
}
.circle {
    border-radius: 50%;
    background-color: #538167;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 160px;
    max-width: 160px;
    height: 160px;
    align-items: center;
    justify-content: center;
}
.circle-dark{
    border-radius: 50%;
    background-color: #414141;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 160px;
    max-width: 160px;
    height: 160px;
    align-items: center;
    justify-content: center;  
}
.circle-day{
    color: #FFF;
    font-family: Oswald;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.circle-w{
    color: #FFF;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.choice{
    color: #414141;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.qf-choice{
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}
.bb-choice{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}

.qf-detay{
    color: #818181;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.qf-detay span{
    color: #414141;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.inc-img{
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    column-gap: 22px;
}



.bg-header{
    color: #fff;
    font-family: Oswald;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    margin-top: 5rem;
    margin-bottom: 5rem;
    justify-content: center;
    display:flex
}
.banner-header{
    background-image: url('img/iletişimbannerson.png');
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.map-qf{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.qw-card a{
    color: #000;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}
.q-icon{
    font-size: 20px;
    color: #538167;
}
.qw-card{
    display: flex;
    column-gap: 12px;
}
.qf-card{
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    border: #538167;
    justify-content: center;
    padding: 50px;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 8px 153px 0px rgba(0, 0, 0, 0.08);
    height: 15rem;
}
.wb-area{
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar-collapse
{
    display: block!important;
}

.navbar-nav
{
    display: block;
    text-align: center;
    width: calc(100% - 125px);
}

.navbar-brand
{
    float: left;
}

.navbar-nav .nav-item {
    display: inline-flex;
}


.contact{
    color: #000;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;  
}
.contact-header1{
    color: #000;
    font-family: Oswald;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
      
}
.contact-header{
    color: #000;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    justify-content: center;
    display: flex;
    margin-top: 2rem;
}

.contact span{
    color: #000;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
}
.w-must{
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}
.condation{
    margin-bottom: 2rem;
}

  @media screen and (max-width:320px) {
    .days{
        margin-top: 14px;
        row-gap: 38px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .img-cont {
        width: 100px;
    }
 }

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    
  }

 @media (max-width:1024px){
    .days {
        margin-top: 14px;
        row-gap: 38px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .img-cont {
        width: 100px;
    }
 
 }
  @media (max-width:991px){
    .navbar-nav{
        column-gap: 13px;
    }
    
    .navbar-right{
        display: none !important;
    }
    .navbar-web{
        display: none !important;
    }
    .sidenav{
        display: block !important;
    }
    .mobileNav{
        display: block !important;
    }
    .line{
        display: none !important;
    }
    .line-left{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .line-yazi{
        justify-content: center;
        font-size: 12px;
    }
    .gizlilik{
        font-size: 12px;
    }
    .sartlar{
        font-size: 12px;
    }
    .line-logo{
        margin-top: 10px;
        justify-content: center;
    }
    .banner{
        background-image: url('img/banner-berber.webp') !important;
        width: 100%;
        height: 10rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .banner-bg{
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .big-bnr{
        color: #fff;
        font-family: Oswald;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    .contact-banner{
        color: #fff;
        font-family: Oooh+Baby;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;  
    }
    
    .footer-area{
    justify-content: center;
    display: flex;
    }
    .footer-vakif
    {
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .footer-end{
        margin-bottom: 20px;
    }
    .modal-footer{
        justify-content: flex-start;
        margin-top: 22px;
    }
    .footer-col{
        justify-content: center !important;
    }
    .footer-end a{
        justify-content: center;
    }
   .footer-mobil{
    display: flex;
    justify-content: space-around;
   }
   .footer-end{
    display: flex;
    justify-content: center;
    flex-direction: column;
   }
   .f-area{
    font-size: 15px;
   }
    .mobil-logo{
        width: 120px;
    }
    .mobile {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .header-area {
        color: #000;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 2rem;
    }
    .choice {
        color: #414141;
        font-family: Oswald;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .circle-day {
        color: #FFF;
        font-family: Oswald;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .circle-w {
        color: #FFF;
        font-family: Oswald;
        font-size: 7px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .circle {
        border-radius: 50%;
        background-color: #538167;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 60px;
        max-width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
    } 
    .circle-dark {
        border-radius: 50%;
        background-color: #414141;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 60px;
        max-width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
    } 
    .cont-circle {
        margin-top: 2rem;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: row;
        /* column-gap: 85px; */
        justify-content: space-between;
    }
    .days{
        margin-top: 14px;
        row-gap: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .img-cont {
        width: 125px;
    }
    .back-img{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .bg-header {
        color: #fff;
        font-family: Oswald;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 2rem;
        margin-bottom: 2rem;
        justify-content: center;
        display: flex;
    }
    .banner-img {
        width: 100%;
        margin-bottom: 0rem;
    } 
    .inc-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-F{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
    @media (max-width:1400px){
      .mobil-area{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .qf-1{
        order: 0;

      }
      .qf-2{
        order:1;
      }
      .inc-img{
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
    .img-qf{
        width: 85%;
        display: flex;
        justify-content: center;
    }
    .img-cont {
        width: 100px;
    }
    .header-1{
        margin-top: 3rem;
    }
    }
