html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: black;
}

html{
    font-family: "Open Sans", sans-serif;
}
.container{
    max-width: 100%;
    margin: 0 auto;
    height: 143px;
}
.navbars{
    display: flex;
    justify-content: space-between;
    text-align: center;
    height: 140px;
    margin-right: 15%;
    margin-left: 15%;
    text-decoration: none;     
    list-style-type: none;
}
.navbars ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.navbars a img{
    margin-top: 10px;
    text-align: center;

}
.navbars ul li a{
    padding: 0.5rem;
    
}
.navbars ul li a:hover{
    background: #645c3c;
    border-radius: 4px ;
}
#menu-icon{
    font-size: 35px;
    color: #000102;
    cursor: pointer;
    z-index: 10001;
    display: none;
}
.bg-dark-blue{
    background: #062e51;
}
.bg-black{
    background: #c3bd67;
}
.bg-light-blue{
    background: #336ea2;
}.heading-small{
    font-size: 1.25rem;
}
.heading-medium{
    font-size: 1.5rem;
}
.heading-big{
    font-size: 1.75rem;
}
.cerceve-ust{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.cerceve{
    width: 70%;
    overflow: hidden;
    border: 1px solid #062e51;
    box-sizing: border-box;
}
.galeri{
    position: relative;
    width: 400%;
    height: 40%;
    left: 0;
    animation: 16s slayt infinite;
}
.galeri img{
    width: 25%;
    float: left;
}
@keyframes slayt{
    0%{left: 0%;}
    20%{left: 0%;}
    25%{left: -100%;}
    45%{left: -100%;}
    50%{left: -200%;}
    70%{left: -200%;}
    75%{left: -300%;}
    90%{left: -300%;}
}

/* Hakkımızda bölümü*/

.hakkımızdas{
    width: 70%;
    color: #333;
    margin-top: 20px;
    padding: 1rem;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #000102;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.hakkımızda{
    color: #333;
    display: flex;    
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.hakkımızda .about{
    padding: 10px;
    margin-top: 0.5rem;
    text-align: start;
    margin: 55px;
    height: 490px;
}
.hakkımızda .about .about-image{
    margin-right: 0.5rem;
    position: relative;
}
.hakkımızda .about .about-image img{
    border-radius: 5px;
}
.hakkımızda .about .about-aciklama .title{
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-top: 0.25rem;
}
.hakkımızda .about .about-aciklama .decription{
    letter-spacing: 1.2px;
    margin-top: 0.25rem;
    opacity: 0.6;
}
.hakkımızda .about .about-aciklama .decription p {
    margin-bottom: 5px;
    font-size: .85em;
  }
.class{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.btn{
    margin-top: 1.25rem;
    padding: 0.8rem 3rem;
    border-radius: 5px;
    letter-spacing: 0.5px;
}
.btn-block{
    width: 100%;
}
.btn-primary{
    background: #336ea2;
}
.btn-primary:hover{
    color: #336ea2;
    background: white;
    border: 0.5px solid #336ea2;
}
/*Şubelerimiz*/

.subeler{
    width: 70%;
    padding: 15px;
    margin: 20px 0;
    margin-top: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    border: #000102 solid 1px;
}
.subeler h2{
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 5px;
}
.mainboxs{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mainboxs .mainbox{
    color: #333;
    padding-left: 50px;
    display:flex;
    height: 200px;
    flex-direction: row;
    justify-content: space-between;
    text-align: start;
}
.mainbox{
    width: 33%;
    top: 0px;
    position:relative;
}
strong {
    font-weight: bold;
    color: #4F070B;
  }

/*footer*/
.bg-black-footer{
    background-color: #25282b;
}
.footer{
    margin-top: 20px;
    height: 50px;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
.footers{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #25282b;
    margin-top: 20px;
    height: 50px;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
#footer-stronge{
    color: #F7F5E6;
}
#footers-stronge{
    color: #F7F5E6;
}
/*iletişim */

.iletisim{
    color: #333;
    margin-top: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: left;
    margin-left: 15%;
    margin-right: 15%;
}
/* .iletisims{
    width: 60%;
    color: #333;
    margin-top: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: left;
} */
.iletisim h2{
    margin-top: 20px;
    margin-bottom: 8px;
}
.soru{
    color: #4F070B;
    margin-top: 20px;
}
hr{
    color: #000102;
    line-height: 1.6em;
    width: 100%;
}
p{
    margin-bottom: 20px;
}
@media(max-width: 1560px){
    .hakkımızda .about{
        margin: 5px;
    }
}
@media(max-width: 768px){
    .hakkımızdas{
        width: 85%;
    }
    .cerceve{
        width: 85%;
    }
    .subeler{
        width: 85%;
    }
    .hakkımızda .about-aciklama{
        margin-left: 10%;
        margin-right: 10%;
    }
    .hakkımızda .about .about-image{
        text-align: center;
    }
    .footers{
        margin-top: 20px;
        height: 50px;
        color: white;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        bottom: 0px;
        position:inherit;    
    }
    .iletisim{
        width: 85%;
    }
    .mainboxs .mainbox{
        padding-left: 0px;
    }
    .baris-otel .space img{
        object-fit: contain;
        width: 310px;
    }
    .logo img{
        object-fit: contain;
        box-sizing: border-box;
        border: #000102 1px solid;
        height: 70px;
    }
    .container{
        height: 122px;
        box-sizing: border-box;
        border: #000102 1px solid;
        margin-left: 0px;
    }
    #navbar{
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    
    #navbar ul li{
        font-size: smaller;
        margin-top: 10px;
        margin-left: 0px;
        display: block;
    }
    .navbars ul{
        display: block;
    }
    .navbars {
        margin-left: 5%;
        margin-top: 4%;
    }
    .checkbox {
        display: none;
    }
    .button {
        position: absolute;
        background-color: #e8c63f;
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
        top: 4.5vh; 
        right: 3vh; 
        z-index: 2000;
        box-shadow: 0 4rem 4rem rgb(240, 239, 222);
        text-align: center; 
        cursor: pointer;
    }
      
    .background {
        height: 1rem;
        width: 1rem;
        border-radius: 50%;
        position: absolute;
        top: 5.5vh; 
        right: 7.5vw; 
        background-image: radial-gradient(rgb(200, 198, 177), rgb(9, 9, 9));
        z-index: 1000;      
        transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    }
      
    .nav {
        height: 100vh;
        position: fixed;
        top: 0;
        right: -60vw;
        z-index: 1500;
        opacity: 0;
        width: 0;
        transition: all 0.8s;
    }
      
    .list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
        width: 100%;
    }
      
    .item {
        margin: 1rem;
        font-size: 36px;
    }
      
    .link:link,
    .link:visited {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 300;
        padding: 1rem 2rem;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        background-image: linear-gradient(
          120deg,
          transparent 0%,
          transparent 50%,
          white 50%
        );
        background-size: 220%;
        transition: all 0.4s;
    }
      
    .link:hover,
    .link:active {
        color: rgb(252, 252, 252);
        cursor: pointer;
    }
      
      /* functionality */
    .checkbox:checked ~ .background {
        transform: scale(80);
    }
    .checkbox:checked ~ .nav {
        opacity: 1;
        width: 100%;
        right: 0;
        margin-top: 30px;
    }
      
      /*  */
      /* styling hamb ICON */
    .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
      
    .icon,
    .icon::before,
    .icon::after {
        width: 1.5rem;
        height: 2px;
        background-color: gray;
        display: inline-block;
    }
      
    .icon::before,
    .icon::after {
        content: "";
        position: absolute;
        left: 0;
        transition: all 0.2s;
    }
      
    .icon::before {
        top: -0.8rem;
    }
    .icon::after {
        top: 0.8rem;
    }
      
    .button:hover icon:before {
        top: -1rem;
    }
    .button:hover icon::after {
        top: 1rem;
    }
      
    .checkbox:checked + .button .icon {
        background-color: transparent;
    }
      
    .checkbox:checked + .button .icon::before {
        top: 0;
        transform: rotate(135deg);
    }
    .checkbox:checked + .button .icon::after {
        top: 0;
        transform: rotate(-135deg);
    }

    /*hakkımızda*/

    .hakkımızda{
        display: flex;
        flex-direction: column;
    }
    .hakkımızda .about{
        height: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /*subeler*/
    .mainboxs{
        display: flex;
        flex-direction: column;
        text-align: start;
        align-items: start;
        
    }
    .mainboxs .mainbox{
        margin-top: 15px;
        width: 100%;
        height: 100%;
    }
    .iletisim{
        display: flex;
        margin: 0px;
        margin-top: 30px;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }
}
.checkbox {
    display: none;
  }