*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html{
    font-size: 10px;
    font-family: "Roboto", sans-serif;
}

body{
    /* height: 200vh; */
    background-color: #000000d5;
    overflow-x: hidden;
}

html::-webkit-scrollbar{
    width: 0.8rem;
    background-color: #fff;
}

html::-webkit-scrollbar-track{
    background-color:rgb(15, 15, 13);
}

html::-webkit-scrollbar-thumb{
    border-radius: 3rem;
    background-color:rgba(240, 210, 76, 0.866);
}

/*!Header Start*/

#head{
    background-color: black;
    width: 100%;
    height:10rem;
    color: #fff;
    padding:1rem 10rem;
    position:sticky;
    top:0;
    z-index: 10000; 
}

.head-container{
    display: flex;
    align-items: center;
    justify-content:space-around;
}

.head-container .logo{
    width:11rem;
    height: auto;
}

.menu-container ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    column-gap:20px;
}


.menu-container ul li a{
    text-decoration: none;
    font-size: 1.8rem;
    color: #fff;
}


.menu-container ul li a:hover{
    color: rgb(212, 185, 7);
    transition: 0.8s ease-in-out;
}

.burger-menü{
    display:none;
    
}

.burger-menü .line1,
.burger-menü .line2,
.burger-menü .line3{
    background-color: #fff;
    width: 24px;
    height: 3px;
    cursor: pointer;
    /* -webkit-transition: all 0.3s ease-in-out; */
    transition: all 0.3s ease-in-out;
    
}

.burger-menü .line2{
    margin: 5px 0px;
}

/*!Header End*/

/*!Efekt Çizgi Start*/

.efekt-çizgi{
    width: 100%;
    height: auto;
    position: fixed;
    margin-top:44rem;
}

.efekt-çizgi img{
    width: 100%;
    height:200px;
}

/*!Efekt Çizgi End*/

/*!Home Start */

#home{
    background: url('İmages/foto-11.jpg') no-repeat;
    min-height:auto;
    background-size: cover;
    background-position: center;
    margin-top: -4rem;
    display: flex;
    align-items: center;
    padding: 0rem 5rem;
    min-height:91vh;
    
}

#home .home-info .text-info{
    color: #fff;
    margin-top: 20rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

#home .home-info {
    color: #fff;
    margin-top: 20rem;
    display: flex;
    flex-direction: column;
}

#home .home-info h1{
  font-size: 5rem;
  color: rgb(212, 185, 7);
  text-shadow: 2px 2px #070707;
 
}


#home .home-info p{
    font-size: 1.8rem;
    line-height:2;
   
 }

.whatsapp-contact{
    position:fixed;
    margin-top: 20rem;

}

 .whatsapp-contact .fa-brands{
    font-size: 6rem;
    color: rgba(25, 226, 25, 0.97);
    
 }

/*!Home End */

/*!About-us Start*/

#about-us{
    color:#fff;
}
   
#about-us .heading{
    font-size:5rem;
    padding:2rem 4rem;
    border-bottom: 2px solid rgb(212, 185, 7);
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2rem 1rem;
    column-gap: 2rem;
    
}

.row .images{
    flex: 1 1 45rem;
}

.row .images img{
    width:100%;
    border-radius: 5rem;
    border:0.5rem solid rgb(212, 185, 7);
}

.row .content{
    flex: 1 1 45rem;
}
.row .content{
    width: 50%;
}
.row .content h3{
    font-size: 3rem;
    margin-bottom: 4rem;
    color: rgb(212, 185, 7);
}

.row .content p{
    font-size: 1.8rem;
    line-height: 2;
    font-weight: bold;

}

/*!About-us End*/


/*! Our-Work-1 Start*/

#our-work-1{
    height: auto;
}


#our-work-1 .heading{
    font-size:5rem;
    padding:2rem 4rem;
    border-bottom: 2px solid rgb(212, 185, 7);
    color: #fff;
}


.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
    row-gap: 70px;
    padding: 50px 0px;

}

.box{
    border: 5px solid rgb(212, 185, 7);
    cursor: pointer;
    transition: width 0.9s, height 0.9s;
}

.box:hover{
    border: 8px solid rgb(168, 146, 5);
    width:450px;
    height: 550px;
}


.box1 {
    background: url('İmages/62849ee103f6e-cildiye-uzmani-detay.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 400px;
    height: 500px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.box2 {
    background: url('İmages/6474b384e7e29-jalupro_genclık_serumu_kapak.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 400px;
    height: 500px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.box3 {
    background: url('İmages/dudak-dolgusu.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 400px;
    height: 500px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.text-info h1{
    font-size: 4rem;
    color:rgb(174, 151, 7);
    transition: 0.6s ease-in-out;
}

.text-info h1:hover{
    font-size: 4.2rem;
    color:rgb(147, 128, 4);
}

.text-info p{
    width:25rem;
    font-size:2rem;
    color: #fff;
}

.box .text-info{
    display: flex;
    flex-direction: column;
    row-gap: 320px;
    align-items: center;
}
  

/*!Our-Work-1 End*/





/*!Our-Work-2 Start*/

#our-work{
    color:#fff;
}
   
#our-work .heading{
    font-size:5rem;
    padding:2rem 4rem;
    border-bottom: 2px solid rgb(212, 185, 7);
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2rem 1rem;
    column-gap: 2rem;
    
}

.row .images{
    flex: 1 1 45rem;
}

.row .images img{
    width:100%;
    border-radius:5rem;
    border:0.5rem solid rgb(212, 185, 7);
}

.row .content{
    flex: 1 1 45rem;
}
.row .content{
    width: 50%;
}
.row .content h3{
    font-size: 3rem;
    margin-bottom: 4rem;
    color: rgb(212, 185, 7);
}

.row .content p{
    font-size: 1.8rem;
    line-height: 2;
    font-weight: bold;

}
        
/*!Our-Work-2 End*/

/*!Footer Start */
  
#footer{
    background-color: #000;
    height:20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .image-container img{
    width: 15rem;
    height: auto;
}

/*!Footer End */



/*!Responsive Start  */

@media(max-width:948px){

    section .images{
      margin-top: 20px;
    }

    section .content{
        margin-top: 20px;
    }
}

@media(max-width:736px){

    .head-container{
        display: flex;
        justify-content:space-between;
    }

    .head-container .logo{
        width:9rem;
        height: auto;

    }


    /* .menu-container{
        display: none;
    } */

    .burger-menü{
        display:block;
        
    }

    .burger-menü.active .line2{
        opacity: 0;
    }
  
    .burger-menü.active .line1{
       transform: translateY(8px) rotate(45deg);
    }
  
    .burger-menü.active .line3{
        transform: translateY(-8px) rotate(-45deg);
     }
  
     .menü-list{
        position: fixed;
        left:-100%;
        top: 90px;
        gap:10px;
        flex-direction: column;
        background-color:rgb(4, 4, 5);
        width: 100%;
        height: 50%;
        /* align-items: left; */
        transition: 0.3s;
     }
  
     .menü-list li{
      margin-left: 10px;
     }
  
  
     .menü-list.active{
        left: 0;
     }
    
     li{
        margin: 16px 0;   
      }
  
}



@media(max-width:593px){
    #home .home-info {
        margin-top: 32rem;
       
    }

    #home .home-info h1{
        font-size: 3rem;
     }

     #home .home-info p{
        font-size: 1.5rem;
     }
     

    .whatsapp-contact{
        margin-top: 240px;
    }
}


@media(max-width:501px){

    /* #home .home-info {
        margin-top: 32rem;
       
    }

    #home .home-info h1{
        font-size: 3rem;
     }
     

    .whatsapp-contact{
        margin-top: 50px;
    } */


    #about-us .heading,
    #our-work-1 .heading,
    #our-work .heading
    {
        text-align: center;
        font-size:3rem;
    }

}

/* @media(max-width:376px){

    #home .home-info {
        margin-top: 40rem;
       
    }

    #home .home-info h1{
        font-size: 3rem;
     }
     

} */



/*!Responsive End  */