
html {
    overflow-x: hidden;
    font-size: 62.5%;
    scroll-behavior: smooth;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    transition: 0.2s ease;

}




:root {
    --color-1: #263238;
}


/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, 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: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


h1 {
    font-size: calc(2.25rem + 2vw);
    font-weight: 700;
}

h2 {
    font-size: calc(2rem + 1vw);
    font-weight: 500;
}

h3 {
    font-size: calc(1.8rem + 0.4vw);
    font-weight: 500;
}


p,
li {
    font-size: calc(1.5rem + 0.2vw);
}



/* Sticky Buttons - Start*/
#contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#contact-buttons a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #4CAF50;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 28px;
    line-height: 60px;
    text-decoration: none;
    margin-bottom: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

#contact-buttons a:hover {
    transform: scale(1.2);
}

#contact-buttons img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

/* Sticky Buttons - End*/



/* Üst Bar */

.ustbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(0.5rem + 0.5vw);
    justify-content: space-around;
    padding: calc(0.5rem + 0.25vw);
    font-size: calc(1.2rem + 0.1vw);
    font-weight: 700;
    background-color: #181614e3;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    text-align: center;
    color: #c9c9c9;
}

.ustbar>* {
    display: flex;
    gap: 1rem
}


@media only screen and (max-width:460px) {
    .ustbar {
        display: none;
    }
}


/* Üst Arkaplan */
.arkaplan-ust {
    background: rgba(0, 0, 0, .75) url('gorseller/16.jpg');
    background-blend-mode: darken;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}



/* Header */
header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(1rem + 0.5vw);
    justify-content: space-around;
    align-items: center;
    padding: calc(1rem + 0.25vw);
    font-size: calc(1.25rem + 0.15vw);
    font-weight: 700;
    border-bottom: 2px solid rgb(255 255 255 / 7%);


}

header * {
    color: white;

}

header *:not(.mobile-nav):hover {
    transform: translateY(5%);
}

header .logo {
    max-width: calc(15rem + 5vw);
    text-shadow: 1px 1px 2px pink;
}

.marka {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    font-weight: 700;
    gap: 0.1rem;
    font-size: calc(1.5rem + 0.40vw);
    letter-spacing: 3px;
}

.marka span:nth-child(1) {
    color: white;
    font-weight: 900;

}

.marka span:nth-child(2) {
    background-color: var(--color-1);
    color: white;
    border-radius: 0.5rem;
    font-weight: 900;
    padding: 0.5rem 1rem;

}

header .navbar {
    display: flex;
    gap: calc(1rem + 0.5vw);

}




header .telefon {
    background-color: var(--color-1);
    padding: calc(1rem + 0.1vw);
    color: white;
    border-radius: 0.5rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    display: flex;
    align-items: center;
    gap: 1rem
}

header .telefon img {
    width: 20px;
}




header .mobile-nav {
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    font-size: calc(2rem + 2vw);
}

header .menu-icon {
    display: none;
    width: 35px;
    height: 35px;
}

header .mobile-nav .close-button {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 35px;
    height: 35px;
}


@media only screen and (max-width:500px) {
    header .navbar {
        display: none;
    }

    header .telefon {
        font-size: calc(1.8rem + 0.1vw);
        display: none;
    }

    header .menu-icon {
        display: block;
    }
}



/* Hoşgeldin */
.hosgeldin {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: calc(1.5rem + 10vh) calc(1.5rem + 2vw);
    align-items: center;
    justify-content: center;
}


.hosgeldin * {
    color: white;
    border-radius: 0.5rem;
    padding: calc(0.5rem + 0.2vw);
    /* background-color: rgba(165, 42, 42, 0.829); */
    max-width: 750px;
    text-align: center;
}


.hosgeldin p {
    font-size: calc(1.8rem + 1vw);

}






/* Hizmetlerimiz */
.hizmet-liste {
    gap: calc(2rem + 2vw);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    padding: calc(1rem + 3vw);
    transform: translateY(-20vh);
    margin-bottom: -20vh;
}


.hizmet-liste div {
    padding: calc(0.5rem + 0.2vw);
    text-align: center;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 90vw;
    border-radius: 0.5rem;
    border-bottom: 10px solid var(--color-1);
    display: flex;
    flex-direction: column;
    gap: calc(1rem + 0.5vw);
    align-items: center;
    /* flex-basis:300px; */
    flex-basis: clamp(25vw, 80vw, 600px);

}

.hizmet-liste>div img {
    width: 100%;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}



/* .hizmet-liste div button {
    background-color: var(--color-1);
    padding: calc(0.5rem + 0.1vw);
    color: #ffff;
    border-radius: 1rem;
    font-size: calc(1.5rem + 0.1vw);
} */


.hizmet-liste h2 {
    font-size: calc(1.8rem + 0.4vw);
    font-weight: 500;
}



/* Hakkımızda */
.hakkimizda {
    padding: calc(1rem + 3vw);
    background-color: var(--color-1);
    display: flex;
    flex-direction: column;
    gap: 1rem;

}

.hakkimizda * {
    color: white;
    max-width: 1250px;
    margin: auto;
}

/* galeri */
.galeri {
    padding: calc(2rem + 2vw) calc(15vw - 3rem);
    display: flex;
    flex-direction: column;
    gap: calc(2rem + 1vw);
    text-align: center;


}

.galeri .sub-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(175px, 20vw, 600px), 1fr));
    gap: calc(2rem + 2vw);
    justify-content: center;
    justify-items: center;
}



.galeri img {
    width: 100%;
    height: auto;
    max-width: 90vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    aspect-ratio: 4/3;
    object-fit: cover;
    


}

.galeri img:hover {
    transform: scale(1.1);
    aspect-ratio: auto;
}


/* google-maps */
.google-maps {
    padding: calc(2rem + 2vw) calc(5vw - 3rem);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #1c1c1c;
    color: white;
    align-items: center;
    text-align: center;

}

.google-maps .google-maps {
    width: 100%;
    height: calc(30rem + 30vw);
    border: none;
    box-shadow: var(--shadow-1);
}


/* Footer */
.footer {
    padding: calc(2rem + 2vw) calc(15vw - 3rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    background-color: var(--color-1);
    color: white;
}