﻿@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;500;700&family=Mukta:wght@300;500;700&display=swap');

* {
    margin:0;
    padding:0;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Mukta', sans-serif;
}


body {
    overflow-x: hidden;
}

header {
    height: 90px;
    width: 100%;
    border:1px ridge;
    position: relative;
    position: sticky;
    top:0;
    background-color: white;
    z-index: 1000;
    box-shadow:0 0 10px 0 black;
}

header nav {
    display: flex;
    justify-content: center;
}

.lg-logo {
    height: 90px;
}

.lg-logo img {
    height: 100%;
}

.lg-menu ul {
    display: flex;
    justify-content: center;
}

.lg-menu ul li {
    margin-top:30px;
    font-size: 18px;
}

.lg-menu ul li a {
    padding: 1px 30px;
    display: inline-block;
    color: black;
    transition: ease .3s;
}

.lg-menu ul li a:hover {
    border-bottom: 1px solid;
    padding:4px 30px;
}

.lg-menu ul li img {
    height: 90px;
}

.alt-menu {
    position: relative;
}

.alt-menu-item {
    position:absolute;
    width:250px;
    height:auto;
    display:flex;
    flex-direction:column;
    background-color:white;
    text-align:center;
    transform:scale(0);
    transition:ease .3s;
    box-shadow:0 0 10px 0;
    border-radius:0 0 10px 10px;
    row-gap:10px;
}

.alt-menu-item li {
   margin-top:0 !important;
   padding:1px;
}

.alt-menu-item li a {
   width:100%;
   height:40px;
   border-bottom:none !important;
   padding:0 !important;
   padding-top:10px !important;
}

.alt-menu-item li a:hover {
   background-color:#DCDCDC;
}

.alt-menu:hover .alt-menu-item {
    transform: scale(1);
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-top: 1px ridge #808080;
    row-gap: 0;
    text-align: center;
    border-bottom: 1px ridge gray;
    display: none;
}

.mobile-menu li {
    padding:10px;
    font-size:17px;
  
}

.mobile-menu li a {
    display:inline-block;
    width:100%;
    height:100%;
    padding-top:10px;
    padding-bottom:10px;
    color:black;
    transition:ease .3s;
   
}

.mobile-menu li a:hover {
    background-color:#DCDCDC;
}

.mobile-alt-menu-item {
    display: none;
    background-color: #CFCFCF;
}


.m-logo {
    height:90px;
    width:300px;
    display:none;
}

.m-logo img {
    width:100%;
    height:100%;
}

.kisa-bilgi {
    width: 100%;
    height: auto;
    padding-top:85px;
    padding-bottom: 85px;
    border:1px ridge;
    position: relative;
}

.bilgiler {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 90px;
    padding:20px;
}

.bilgi {
    width: 800px;
    font-size: 19px;
    line-height: 1.9em;
    margin-bottom: 50px;
}

.bilgi-foto {
    width: 600px;
    height: 350px;
    border-radius: 3px;
}

.bilgi-foto img {
    width: 100%;
    height: 100%;
    border-radius:3px;
    box-shadow:0 0 5px 0;
}

.Index-Kat {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
    background-color: black;
    padding-top:10px;
    padding-bottom:15px;
}

.tek-kat {
    color: white;
    padding: 30px;
    text-align: center;
    width: 300px;
    height: 300px;
}

.tek-kat img {
    height: 130px;
    width: 130px;
    border-radius: 100%;
    border:1px ridge;
    transition: ease .2s;
}

.tek-kat img:hover {
    height: 140px;
    width: 140px;
}

footer {
    background-color: #111111;
    width: 100%;
    height: auto;
    color:white;
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
    bottom:-27px;
    margin-top:-27px;
}

.alt-bilgi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 200px;
    padding:20px;
}

.alt-b-yazisi {
    width: 900px;
    line-height: 1.8em;
}

.alt-b-yazisi img {
    height: 120px;
    width: 300px;
    border-radius:10px;
}

.alt-b-iletisim {
    margin:50px;
}

.alt-b-iletisim i {
    width:30px;
    height:30px;
    font-size:20px;
}

.alt-b-iletisim ul {
    margin-top:15px;
}

.alt-b-iletisim ul li {
    padding:5px;
    margin:5px;
    font-size:17px;
}

.alt-b-iletisim h2 {
    padding-bottom:5px;
    border-bottom:2px ridge #295CBD;
}

.alt-b-iletisim form {
    margin-top:5px;
    width: 215px;
}

.alt-b-iletisim form input[type="text"] {
    outline: none;
    padding:5px;
    margin-top:12px;
    width: 100%;
    font-size: 16px;
}

.alt-b-iletisim form a {
   display:inline-block;
   padding:10px;
   color:white;
   background-color: #295CBD;
   border-radius: 3px;
   margin-top:15px;
   width: 100%;
   text-align: center;
   font-size: 18px;
}

@media (max-width:1470px)
{
    .alt-b-iletisim form , .alt-b-iletisim {
       width: 100%;
     }
}

.sayfa-baslik {
    height: 320px;
    width: 100%;
    position: relative;
}

.sayfa-basligi {
    position: absolute;
    color:white;
    width: 100%;
    text-align: center;
    padding-top:120px;
    padding-bottom:100px;
    font-size:25px;
}

.sayfa-basligi a {
    display: inline-block;
    color:#295CBD;
}

.arkaplan {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
}

.hakkimizda {
   display: flex;
   width: 100%;
   padding-top:30px;
   padding-bottom:100px;
}

.h-yazisi {
    padding:25px;
    margin: auto;
    line-height: 1.8em;
    width: 900px;
    font-size:17px;
}

.urn {
   display: flex;
   justify-content: center;
   width: 100%;
   padding-top:80px;
   padding-bottom:100px;
   column-gap: 50px;
   flex-wrap: wrap;
}

.urn .urn-aciklama {
    width: 500px;
    margin-bottom: 50px;
    padding: 20px;
    font-size:18px;
}

.urn .urn-foto {
    width: 550px;
    height: 500px;
}

.urn .urn-foto img {
    width: 100%;
    height: 100%;
    border-radius:10px;
    box-shadow:0 0 10px 0 black;
}

.galeri {
    width: 100%;
    height: auto;
}

.fotolar {
    padding:30px;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.tek-foto {
    transition: ease .5s;
    width: 400px;
    height: 400px;
    opacity: .9;
}

.tek-foto img {
  height: 100%;
  width: 100%;
  border-radius:5px;
}

.tek-foto:hover {
    height: 410px;
    width: 410px;
    opacity: 1;
}

.iletisim {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top:35px;
    padding-bottom:35px;
    flex-wrap: wrap;
}

.i-bilgileri {
    width: 500px;
}

.i-bilgileri h2 {
  border-bottom:2px ridge #295CBD;
  width: 230px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.i-bilgileri ul {
    border:1px ridge;
    border-color:#DDDDDD;
    padding:20px;
    margin:20px;
}


.i-bilgileri ul li {
    padding:10px;
}

.i-bilgi {
    width: 350px;
}

.i-bilgi i {
    width: 30px;
    height:30px;
    font-size:20px;
}

.i-img {
  height: 500px;
  width:500px;
}

.i-img img {
    width: 100%;
    height: 100%;
    border-radius:3px;
    box-shadow:0 0 5px 0;

}

button:focus {
    outline: 0;
}

.slider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s linear;
}

.active {
    opacity: 1;
}

.slide .inner {
    position: absolute;
    bottom: 50px;
    word-wrap: break-word;
    left: 50px;
    background-color: rgba(0,0,0,.8);
    color: #eee;
    padding: 40px 30px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 black;
}

.slide.active .inner {
    opacity: 1;
}

.indicator-left {
    position: absolute;
    cursor: default;
    top:350px;
}

.indicator-left button {
    padding: 40px 15px;
    font-size:25px;
    color:#eee;
    border:0;
    cursor: pointer;
    opacity: .7;
    background-color: transparent;
    transition: ease .4s;
}

.indicator-left button:hover {
    opacity: 1;
    background-color: rgba(0,0,0,.7);
}

.indicator-right {
    position: absolute;
    cursor: default;
    top:350px;
    right: 0;
}

.indicator-right button {
    padding: 40px 15px;
    font-size:25px;
    background-color: rgba(0,0,0,.7);
    color:#eee;
    border:0;
    cursor: pointer;
    opacity: .7;
    background-color: transparent;
    transition: ease .4s;
}

.indicator-right button:hover {
    opacity: 1;
    background-color: rgba(0,0,0,.7);
}

#bars {
    border:none;
    background-color: transparent;
    font-size:30px;
    padding:20px;
    float: right;
    cursor:pointer;
    position: relative;
    display: none;
}

@media (max-width:1000px)
{
    .m-logo {
        display:block;
    }

    .bar {
        display:block;
    }

    .lg-menu {
        display: none;
    }

    #bars {
        display: block;
    }

}

@media (max-width:630px) {
    .slide .inner {
        width: 100%;
        margin-left: -50px;
        bottom: 0;
        padding: 10px;
    }

    .indicator-left {
        top: 250px;
    }

    .indicator-right {
        top: 250px;
    }
}


