*{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: Amoresa;
    src: url(/Fonts/Amoresa.ttf);
}
section{
    padding: 40px 10px 40px 10px;
    background-color:#ffffff;
    border-bottom: solid 1px rgb(87, 25, 36);
}
section h1{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 20px;
    color:  rgb(195, 28, 74);
}
.sample-header{
    width: calc(100% - 40px);
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: solid 1px ;
}

.wig-styling-samples{
    border-radius: 8px;
    display: none;
    height: fit-content;
    transition: all ease-in-out 1s;
    opacity: 0;
    width: 100%;

}
.images-wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: first baseline;
    padding: 20px 0px;
    height: fit-content;
    transition: all ease-in-out 1s;
}
.samplephotos{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 150px;
    margin: 10px 5px;
    border-radius: 8px;
}
.installation-image-one{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(1\).webp);
}
.installation-image-two{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(2\).webp);
}

.installation-image-three{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(3\).webp);
}
.installation-image-four{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(4\).webp);
}
.installation-image-five{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(5\).webp);
}
.installation-image-six{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(6\).webp);
}
.installation-image-seven{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(7\).webp);
}
.installation-image-eight{
    background-image: url(/Hair-by-Timmy_Images/installation-photos/installation-photos\(8\).webp);
}
.overlay-wrapper{
    position: fixed;
    top: 0; left: 0;
    padding: 20px;
    width: calc(100% - 40px);
    height: 100vh;
    display: none;
    flex-flow: column;
    justify-content: first baseline;
    align-items: center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.904);
}
.overlay-close-button{
    width: 100%;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: fit-content;
    transition: all ease-in-out 0.3s;
    border-bottom: solid 1px white;
}
.overlay-close-button:hover{
    color: rgb(128, 41, 0);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-bottom: solid 1px white;
}
#overlay-image{
    max-width: 98%;
    max-height: 90%;
    border: solid 1px white;
    border-radius: 8px;
}
header{
    padding: 10px 0px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-image: url(/Hair-by-Timmy_Images/landing_photo_2.jpg);
    background-position:top;
    background-repeat: no-repeat;
    box-shadow: inset 2500px 0 0 0 rgba(0, 0, 0, 0.5);
        transition: all ease-in-out 1s;


}
.sidebar{
    display: flex;
    flex-flow: column;
    justify-content: first baseline;
    align-items: first baseline;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    padding: 0px 0px 20px 0px;
    height: 100vh;
    border-right: solid 1px rgb(252, 230, 234);
    transition: all ease-in-out 1s;
    opacity: 0;
    visibility: hidden;
    background-image: url(/Hair-by-Timmy_Images/landing_photo.jpg);
    box-shadow: inset 2500px 0 0 0 rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.header-company-name-sidebar{
    text-align: center;
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.header-company-name-sidebar h3{
    color:rgb(225, 159, 177);
     text-align: center;
     font-family: Amoresa;
     font-size: 25px;
}
.sidebar ul{
    margin-top: 0px;
    width: 100%;
    opacity: 0;
    transition: all ease-in-out 1s;

}
.sidebar ul li{
    list-style: none;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0px;
    padding: 20px 10px;
    color: rgb(252, 230, 234);
}
.sidebar ul li:hover{
    transition: all ease-in-out 0.5s;
    color: rgb(252, 121, 143);
    background-color: rgb(252, 230, 234);
    border-top: solid 1px rgb(252, 121, 143);
}
.sidebar ul a{
    text-decoration: none;
}
.social-media-wrapper-sidebar{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0px;
    padding: 20px 0px;
}
.social-media-wrapper-sidebar img:hover{
    border: solid 1px rgb(252, 230, 234);
    border-radius: 20px;
    transition: all ease-in-out 0.5s;
}
.social-media-wrapper-sidebar img{
    width: 30px;
    padding: 5px;
    color: rgb(252, 230, 234);
}
header nav{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    width: calc(100% - 20px);
}
header nav img{
    width: 30px;
    transition: all ease-in-out 1s;

}
.first-wrapper{
    display: block;
}
.first-wrapper img{
    width: 30px;
}
.close-button{
    width: 30px;
    display: none;
    transition: all ease-in-out 1s;

}
.header-company-name{
    display: flex;
    justify-content: center;
    align-items: center;
    color:rgb(225, 159, 177);
}

.header-company-name h3{
    font-family: Amoresa;
    font-size: 22px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.hamburger{
    font-size: 60px;
    color: rgb(225, 159, 177);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.close-button{
    font-size: 30px;
    color: rgb(225, 159, 177);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.intro-landing-wrapper{
    height: 90vh;
    box-shadow: inset 2500px 0 0 0 rgba(0, 0, 0, 0.5);
    background-image: url(/Hair-by-Timmy_Images/landing_photo_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border: none;
}
.intro-landing-wrapper h1{
    color:rgb(225, 159, 177);
    font-family: Amoresa;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
}

.intro-landing-wrapper h6{
    color:rgb(225, 159, 177);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
}
.social-media-wrapper{
    width: fit-content;
    background-color: rgb(252, 121, 143);
    box-shadow: inset 2500px 0 0 0 rgba(0, 0, 0, 0.3);    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.social-media-wrapper img{
    width: 30px;
    margin: 0px 10px;
}
.ad-section{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: first baseline;
    background: linear-gradient(to bottom, rgb(2, 1, 1), rgb(255, 255, 255));
}
.product-wrapper{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(336deg, rgb(225, 159, 177) 0%, rgb(195, 28, 74) 100%);
}
.product-image{
    width: 45%;
    height: 50vh;
    background-image: url(/Hair-by-Timmy_Images/soft-bouncy-curls.jpg);
    background-position: center;
    background-size: cover;
}
.product-description{
    width: 45%;
}
.product-description h2{
    font-family: Amoresa;
    font-size: 25px;
    line-height: 35px;
    color: rgb(252, 230, 234);
}
.product-description li{
    list-style: disc;
    color: rgb(252, 230, 234);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 22px;
    font-size: 16px;
}
.services .wig-styling{
    background: linear-gradient(336deg, rgb(225, 159, 177) 0%, rgb(195, 28, 74) 100%);
 padding: 100px 40px;
    margin: 30px 0px;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: first baseline;
    align-items: center;
}
.services h5{
    text-align: center;
    color:  rgb(195, 28, 74);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.wig-styling .img{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-bottom: 20px;
    background-color: pink;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.styling{
    background-image: url(/Hair-by-Timmy_Images/installation.webp);
}
.revamping{
    background-image: url(/Hair-by-Timmy_Images/soft-bouncy-curls.jpg);
}
.wig-sales{
    background-image: url(/Hair-by-Timmy_Images/wig-sales.webp);
}
.equipments{
    background-image: url(/Hair-by-Timmy_Images/wig-instrument.jpeg);
}
.wig-styling h3{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 35px;
    margin-bottom: 20px;
    color: rgb(252, 230, 234);
}
.wig-styling button{
    padding: 10px 20px;
    color:  rgb(195, 28, 74);
    background-color: rgb(252, 230, 234);
    border: none;
    border-radius: 8px;
}
.wig-styling button:hover{
    color: rgb(252, 230, 234);
    background-color: rgb(252, 121, 143);
    box-shadow: inset 2500px 0 0 0 rgba(0, 0, 0, 0.5);    border: solid 1px ;
    transition: all ease-in-out 0.5s;
}
.reasons-wrapper{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.reasons-wrapper h3{
    color:  rgb(195, 28, 74);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.reasons-wrapper p{
    color:  rgb(195, 28, 74);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.photo-samples{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 40px 0px;
    padding: 50px 10px;
    background: linear-gradient(336deg, rgb(225, 159, 177) 0%, rgb(195, 28, 74) 100%);
     border-radius: 8px;
}
.photo-samples img{
    width: 25%;
    border-radius: 8px;
    margin: 10px;
}
