/* 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: 0 4px 8px rgba(255, 255, 255, 0.5);
}

#contact-buttons a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(211, 47, 47, 0.774);
}

#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.5rem + 0.1vw);
    border-bottom: 1px solid gray;
    background-color: brown;
    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;
}

.ustbar * {
    color: white;
}

.ustbar i {
    margin-right: 1rem;
}





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




/* 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.8rem + 0.15vw);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    background-color: #fdfdfd;
}

.header * {
    color: black;

}

.header *:hover {
    transform: translateY(5%);
}

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

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

}

.header .navbar a {
    border-bottom: 2px solid brown;
}

.header .navbar a:hover {
    border: 2px solid brown;
    border-radius: 0.5rem;
    padding: 0.2rem;
}

.header .telefon {
    background-color: brown;
    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;
}


.header .telefon i {
    margin-right: 1rem;
    color: white;
}

@media only screen and (max-width:500px){
    .header .navbar{
        display: none;
    }    
    .header .telefon{
        font-size: calc(1.5rem + 0.1vw);
    }    
}

/* Hoşgeldin */
.hosgeldin {

    height: 85vh;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
    padding: calc(1.5rem + 2vw);
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;

    background: rgba(0, 0, 0, .45) url('gorseller/kapak_1.webp');
    background-blend-mode: darken;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    

}


.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.5rem + 0.5vw);

}

/* Hizmetlerimiz */

.hizmetlerimiz {
    background-color: #fdfdfd;
    padding: calc(1rem + 3vw);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem + 0.5vw);
    

}

/* Grid Liste 1 */

.grid-liste-1 {
    gap: calc(2rem + 2vw);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-content: center;
    justify-items: center;
    
    
}


.grid-liste-1 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: calc(100vw - 1rem);
    border-radius: 0.5rem;
    border-bottom: 10px solid brown;
    display: flex;
    flex-direction: column;
    gap: calc(1rem + 0.5vw);
    align-items: center;
    
}

.grid-liste-1 img {
    width: calc(15rem + 1vw);
}


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

.grid-liste-1 ul {
    display: none;

}



/* Hakkımızda */
.hakkimizda {
    padding: calc(1rem + 3vw);
    background-color: brown;

}

.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, 400px), 1fr));
    gap: calc(2rem + 2vw);
    justify-content: center;
    justify-items: center;
}



.galeri img {
    width: 100%;
    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;


} 


/* 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: brown;
    color: white;
}