/* -----MENU----- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root {
    --main-color: #E94560;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

body {
    background-color: var(--main-color);
}

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.2s ease;
}

header {
    background-color: var();
    padding: 20px 25px;
}

nav {
    display: inline-block;
    width: calc(100% - 103px);
    text-align: right;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin: 10px 25px;
}

.logo {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
}

.logo img {
    height: 5rem;
    width: 5rem;
}

.fixed-logo {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}

.fixed-logo img {
    width: 60px;
    /* çok büyük olmasın */
    height: auto;
    cursor: pointer;
}

.fixed-logo img a:hover {
    background-color: var(--main-color);
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 15px 25px;
    font-size: 20px;
}

nav ul li a:hover {
    background-color: #fff;
    color: black;
}

/* -----MENU FOTO----- */
section {
    padding: 3.5rem 7%;
}

.btn {
    margin-top: 1rem;
    display: inline-block;
    padding: 2rem 3.75rem;
    border-radius: 30rem;
    font-size: 1.7rem;
    color: #fff;
    background-color: #E94560;
    cursor: pointer;
}

#section-1 {
    position: relative;
    height: 100vh;
    width: 100%;

    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("images/back_ground.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    color: #fff;

    .hero-text {
        top: 60px;
        left: 60px;
        max-width: 600px;
    }

    .hero-text h1 {
        font-size: 6rem;
        margin-bottom: 1rem;
    }

    .hero-text p {
        font-size: 3rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
}

.btn-s1 {
    position: absolute;
    bottom: 150px;
    right: 50px;

    background-color: #E94560;
    color: #fff;
    padding: 18px 28px;
    font-size: 1.6rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.btn-s1:Hover {
    color: white;
}




/* card s */
#section-2 {
    display: flex;
    justify-content: space-around;
    margin: 200px 0;
}

.heading {
    font-size: 4rem;
    top: 60px;
    left: 60px;
    max-width: 600px;
}

.search-input {
    font-size: 1.6rem;
    color: black;
    padding: 1rem;
    text-transform: none;
    border-radius: 3rem;
}

.card {
    width: 30%;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

.card:hover {
    opacity: 0.7;
}

.container {
    padding: 5px 20px;
}

.container p {
    margin: 15px 0;
}

img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

p {
    font-size: 19px;
}

/* card e */



#section-3 {
    display: flex;
    justify-content: space-around;
    margin: 200px 0;

}



.about {

    padding: 5rem 7%;
    background-color: #000000;

}

.about .heading {
    font-size: 3.5rem;
    color: white;

}

.about .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}

.about .row .image {

    flex: 1 1 45rem;

}

.about .row .image img {
    width: 90%;
    border-radius: 1rem;

}

.about .row .content {
    flex: 1 1 45%;


}

.about .row .content h3 {
    font-size: 3rem;
    color: white;
}

.about .row .content p {
    font-size: 1.6m;
    color: white;
    padding: 1rem 0;
    line-height: 1.8;
}


/*! review s*/
.review .heading {
    font-size: 3.5rem;
}

.review .box-container {
    max-width: 900px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.review .box {
    background-color: #fff;
    padding: 4rem 4rem;
    border-radius: 3rem;
    text-align: center;
    border: var(--border);
}

.review .box .user {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    object-fit: cover;
    margin: 1rem auto;
}

.review .box img {
    width: 4rem;
    height: auto;
    margin-bottom: 1rem;
}

.review .box p {
    font-size: 2rem;
    line-height: 2;
    margin: 1.7rem 0;
}

.review .box-container .box h3 {
    padding: 1rem 0;
    font-size: 3rem;
    color: var(--main-color);
}

.review .stars {
    font-size: 2rem;
    color: gold;
    margin-top: 1rem;
}

.review .box-container .box p {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 2rem 0;
}

/*! rewiew  e*/

/*  footer s*/
#footer {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}

#footer .search {
    display: flex;
    justify-content: center;
}

#footer .search .search-input {
    width: 30rem;
}

#footer .search .btn {
    background-color: var(--main-color);
    padding: 1rem 2rem;
    margin-left: 1rem;
}

#footer .share {
    padding: 2rem 0;
}

#footer .share a {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    color: white;
    font-size: 3rem;
    border: white;
    border-radius: 70%;
    margin: 0.3rem;
}

#footer .share a:hover {
    background-color: var(--main-color);
}

#footer .credit {
    font-size: 1.5rem;
    color: white;
    font-weight: 300;
    padding-top: 1rem;
}

#footer .credit span {
    color: var(--main-color);
}

/*  footer e*/


/*  responsive s*/

/*  responsive e*/


/*  about page s*/
body.about-page .about {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 6%;
}

/* ROW = YAN YANA */
body.about-page .about .row {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 6rem;
}

/* GÖRSEL */
body.about-page .about .row .image {
    flex: 1;
}

body.about-page .about .row .image img {
    width: 100%;
    border-radius: 1.5rem;
}

/* YAZI */
body.about-page .about .row .content {
    flex: 1;
}

/* BAŞLIK BOYUTU */
body.about-page .about .row .content h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

/* PARAGRAF BOYUTU */
body.about-page .about .row .content p {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

/* ÇİFT SATIRLARDA GÖRSEL SAĞA GEÇSİN */
body.about-page .about .row:nth-child(even) {
    flex-direction: row-reverse;
}

/*  about page e*/