@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html{
    font-size: 16px;
    scroll-behavior: smooth;
}

body{
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    width: 100%;
    height: 100vh;
    background-image:url(../img/bg-1024x896.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow-x: hidden;
}

.container{
    width: 1024px;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}
.whatsapp a img{
    position: fixed;
    bottom: 80px;
    right: 25px;
    border-radius: 50%;
    width: 60px;
}
.iletisim{
    background-color: #fff;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.iletisim .content{
    display: flex;
    align-items: center;
    text-align: center;
    column-gap: 1.5rem;
}

.iletisim .content .home-button a{
    font-size: 2rem;
    color: blue;
}

.iletisim .content .home-button a:hover {
font-size: 2rem;
    color: #ec165d;
}

.iletisim .content .head ul li{
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4rem;
}

.iletisim .content .head ul li i{
    color: #000;
}


.iletisim .content .btn a{
    font-size: 1.3rem;
    padding: 5px 10px;
    background-color: #ec165d;
    color: #fff;
    font-weight: bold;
}
.iletisim .content .btn a:hover {
    color: rgba(255, 255, 129, 0.8);
    background-color: rgb(241, 61, 121);
	text-decoration: none;
}

#header .image img{
    width: 100%;
    margin-top: 50px;
}
.container .navbar{
    background-color: #ec165d;
}
.container .navbar ul{
    display: flex;
    justify-content: space-around;
}

.container .navbar ul li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    padding: 0 50px;
    text-decoration: none;
}


.container .navbar ul li a:hover{
    color: rgba(255, 255, 129, 0.8);
    background-color: rgb(241, 61, 121);
}

.checkbtn{
    font-size: 2em;
    color: #fff;
    float: right;
    line-height: 60px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}


#siparis-ver{
    width: 100%;
    background-color: #fff;
}

#content{
    width: 100%;
    display: flex;
}

#content .left{
    width: 63%;
    background-image: url(../img/ricardo-veron-parfum_icerik_zemin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#content .left .icerik{
    height: 100%;
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
}

#content .left .icerik .icerik-head h2{
    text-align: center;
    font-size: 36px;
    padding-right: 70px;
    font-weight: bold;
    color: #FFDD81;
}

#content .left p{
    color: #fff; 
    padding: 40px 20px;
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 0.08rem;
}

#content .right{
    flex: 1;
}

.intro{
    background-color: #E8F4A2;
    display: flex;
    flex-direction: column;
}

.intro>img{
    width: 100%;
}

.intro .cards{
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
}

.intro .cards img{
    width: 200px;
}

.etki{
    display: flex;
    flex-direction: column;
    background-color: #040d1cf1;
    color: rgb(130, 130, 227);
}

section h1{
    font-size: 3rem;
    font-weight: 300;
    color: #ccc;
    padding: 20px 15px;
}
section p{
    padding:20px 15px;
    font-size: 1.2rem;
    line-height: 25px;
}
#about .etki {
    color: #FFF3C2;
}

section h1{
    color: #FFF3C2;
}

section img{
    width: 100%;
}

section .content p{
    color: #FFF3C2;
}
section .content a{
    color: #03d975;
}

section .content a:hover{
    color: #01AA5B;
}

/* ! Merak edilenler Start */

#merak-edilenler{
    background-color: #040d1cf1;
}

#merak-edilenler .cards{
    padding-bottom: 50px;
}

#merak-edilenler .cards .card{
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: -50px;
    padding-bottom:40px;
}

#merak-edilenler .cards .card img{
    width: 45px;
    height: 45px;
}

#merak-edilenler .cards .card h1{
	color: rgb(51,102,255);
	margin-bottom: -30px;
	font-size: 2.6rem;
	font-weight: bold;
}
#merak-edilenler .cards .card p{
    color: #fff;
}

/* ! Yorumlar Start */

#yorumlar{
    background-color: #fff;
    color: #FFDD81;
    width: 100%;
    padding: 10px;
}

#footer-yazi-sol{
 
    color: #FFDD81;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;

}





#yorumlar .yorumlar-head{
    background-color: #090303;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 10px;
}

#yorumlar .yorumlar-head i{
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    color: #090303;
    background-color: #FFDD81;
}

#yorumlar .yorumlar-head h2{
    font-size: 3rem;
}
#yorumlar .yorumicerigi{
    width: 100%;
    min-height: 10px;
}



#hakkimizda{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#CFF;
}


/* ! Footer start */

#footer{
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .7px;
}

#footer .footer-contact{
    width: 100%;
    display: flex;
    gap: 50px;
    background-color: #160B2B;
    color: #fff;
    padding: 50px;
}

#footer .footer-contact .content{
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
}

#footer .footer-contact .content h3{
    font-weight: 300;
    font-size: 20px;
    padding: 10px 0;
}

#footer .footer-contact .content h2{
    color: rgb(247, 102, 49);
    font-weight: 300;
}


#footer .footer-contact .content ul li{
    color: #fff;
    padding: 6px 0;
}

#footer .footer-contact .content ul li a{
    color: #fff;
}

#footer .footer-contact .content ul li a:hover{
    color: #E8F4A2;
}

#footer .footer-contact .content ul h2{
    padding: 30px 0;
}

#footer .footer-contact .content .footer-iletisim{
    padding-top: 30px;
}

#footer .footer-under{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px;
    background-color: #160B2B;
    border-bottom: 1px solid #09030341;
    border-top: .5px solid #09030341;
}

#footer .footer-under h3{
    color: #CD972C;
    font-weight: 300;
    font-size: 1.2rem;
}

@media screen and (max-width:1100px) {
    html{
        font-size: 80%;
    }
    .container{
        width: 100%;
    }
    .iletisim {
        font-size: 50%;
    }
    #content {
        display: block;
    }
    #content .left{
        width: 100%;
    }

    #content .right{
        width: 100%;
    }
    #content .right img{
        width: 100%;
    }
    
    .intro .cards{
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
    }
    
    .intro .cards img{
        padding: 10px 0;
    }

    #footer .footer-contact{
        flex-direction: column;
        padding: 20px;
    }
    
    #footer .footer-contact .content{
        padding: 10px 50px;
        font-size: 8px;
    }
}


@media screen and (max-width:991px){
    .nav-header{
        position: absolute;
        display: flex;
        width: 85%;
        align-items: center;
        justify-content: space-between; 
        padding: 15px 10px;
        color: #fff;
    }



    .nav-header p{
        font-size: 20px;
    }

    .container .navbar{
        padding: 0 0 60px 0;
    }
    .container .navbar ul{
        display: none;
    }
    .checkbtn{
        display: block;
    }

    #check:checked ~ ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    #content .left .icerik{
        padding-top: 50px;
    }

    
    .whatsapp a img{
        right: 20px;
        bottom: 70px;
    }
    
}
@media screen and (max-width:430px){
    .nav-header{
        font-size: 70%;
        padding: 20px 40px;
    }
    .nav-header p{
        font-size: 100%;
    }
    
    .whatsapp a img{
        right: 20px;
        bottom: 70px;
    }
}

@media screen and (max-width:400px){
    .iletisim .content{
        column-gap: 2px;
        line-height: 25px;
    }
    .iletisim .content a{
        font-size: 10px;
    }
    .iletisim .content p{
        font-size: 10px;
    }
    .iletisim .content .btn a{
        font-size: 1rem;
        padding: 3px 5px;
    }
    
    .whatsapp a img{
        right: 20px;
        bottom: 80px;
    }
}
@media screen and (max-width:200px){
    .iletisim .content{
        display: flex;
        flex-direction: column;
    }
    
    .nav-header{
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 60%;
        width: 50%;
        padding: 15px 5px;
    }
    .nav-header p{
        font-size: 100%;
    }
}