/* Menu*/

.Home01 header {
    height: 10%;
    display:inline-block;    
}

.services_braidedwigs header,
.services_wigs header,
.services_braid header,
.thx header,
.contact header,
.blog header,
.services header, 
.about header {
    height: 10%;
    display:inline-block;    
}

.logo1 {
    width: 20%;
    padding: 20px 0 0 20px;
    display: block;
    transition: .3s;
    margin-left: 50px;
}

header ul {
    float: right;
    font-size: 1.3em;
    margin-right: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: -70px;
    transition: .3s;
}

header ul li {
   display: inline-flex; 
   list-style: none;
   line-height: 60px;
   position: relative;

}

header ul li a {
    text-decoration: none;
    color: rgb(55, 11, 11);
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 5px;
}

a.active, a:hover{
    background: rgb(2, 2, 27);
    color: white;
    transition: .6s;

    
}

header .dropdown li {
    float: none;
    font-size: .7em;
    display: flex;
    position:relative;
}


.Home01 .dropdown li a {
    text-decoration: none;
    color: rgb(55, 11, 11);
    text-transform: uppercase;
    border-radius: 5px;
}

.services_braidedwigs .dropdown li a,
.services_wigs .dropdown li a,
.services_braid .dropdown li a,
.thx .dropdown li a,
.contact .dropdown li a,
.blog .dropdown li a,
.services .dropdown li a,
.about .dropdown li a {
    text-decoration: none;
    color: rgb(55, 11, 11);
    text-transform: uppercase;
    border-radius: 5px;
}


header li:hover .dropdown {
    display: block;
    position: absolute;
    transform: translateY(130px);
    color: white;
    
}

.Home01 .dropdown li a:hover {
    color: white;

}

.services_braidedwigs .dropdown li a:hover,
.services_wigs .dropdown li a:hover,
.services_braid .dropdown li a:hover,
.thx .dropdown li a:hover,
.blog .dropdown li a:hover,
.services .dropdown li a:hover,
.about .dropdown li a:hover {
    color: white;
}

#check{
    display: none;
}

.checkbtn {
    color: black;
    float: right;
    line-height: 50px;
    margin: 70px 50px 0 0;
    cursor: pointer;
    display: none;
    
}




@media screen and (max-width:780px){
    .logo1 {
        width: 220px;
        margin-left: 0
    }

    header ul {
        
        font-size: 1.1em;
        margin-right: 20px;
        margin-top: -70px;
        position: fixed;
        background: #dedccaef;
        width: 100%;
        height: 100vh;
        top: 190px;
        left: 100%;
        text-align: center;
        transition: all .5s;
        z-index: 999;
    
    }

    .checkbtn {
        display: block;
    }





header ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px 20px;
    position: relative;
    

}

#check:checked ~ ul {
    left: 0;
    padding-top: 30px;
    margin-top: -50px;
}

/* Make appointment btn*/

#bouton {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    
}

.btn {
    
    width: 150px;
    font-size: .9em;
    border-radius: 5px;
    padding: 10px 10px;
}
/* end */

h1{
    font-size: 1.8em;
    line-height: 1.5;
    font-style: italic;
}


#wrapper {
    width: 100%;
}

.second .btn {
    padding: 10px 120px;
}

.second {
    float: none;
    width: 95%;
    margin-left: 10px;
    padding-top: 20px;
    text-align: center;
    display: block;
    justify-content: left;
    align-items: left;
    
}

.third {
    width: 90px;
    font-size: .6em;
    display: inline;
    margin-left: 8px;
}

.third:last-of-type {
    margin-left: 0;
    width: 150px;
}

.contenner {
    width: 100%;
}


footer li {
    font-size: .4em;
    height: 20px;
    width: 75px;
    margin-right: 5px;
}

.social li {
    width: 15px;
    float: right;
}

.social{
    width: 90%;
}

footer {
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
}


/* SERVICES PAGES */

.services #wrapper {
    width: 90%;
}

.mask {
    width: 100%;
}

.service-second {
    width: 100%;
    height: 420px;
}

.service-second2 {
    width: 100%;
    height: 420px; 
}

.service-second2 img {
    width: 600px;
}

.service-second:hover{
    height: 700px ;
}

.service-second2:hover {
    height: 900px;

}

.service-second2 .content {
    width: 100%;
}

.imgbox img {
    aspect-ratio: 9 / 13;
    object-fit: cover;
}

.services h2 {
    font-size: 3.8em;
}


/* ABOUT PAGE */

.about #wrapper {
    width: 100%;
}

main {
    width: 100%;
    
}

main h1 {
    font-size: 2.5em;
    font-style: italic;
    padding-bottom: 25px;
}

aside {width: 95%;
padding: 0;
}
.about h3 {
    padding-bottom: 20px;
}


/* BLOG PAGE */


.second-blog {
    float: left;
    width: 90%;
    margin-left: 20px;
    margin-bottom: 20px;
    
} 

.row-blog {
    margin-top: 20px;
}


/*  CONTACT PAGE */

.contact h1 {
    font-size: 2.1em;
}

form{
    width: 80%;
    margin: 0 auto;
}

label {
    font-size: .8em;
}

input::placeholder {
    font-size: .8em;
}

select{
    font-size: 1.2em;
}

input[type=submit] {
    width: 50%;
    margin: 0 auto;
    display: flex;
}
.contact h3 {
    font-size: .7em;
}

.contact p {
    font-size: .7em;
}

aside {
    width: 90%;
    margin: 0 auto;
    float: none;
}

.contact #wrapper {
    width: 100%;
} 

figcaption {
    font-size: .3em;
    }

    /* services_braid */

.row .btn {
width: 70%;
text-align: center;
font-size: 1.4em;
height: 40px;
margin-bottom: 40px;

}

.ads {
    width: 90%;
    float: none;
    margin: 0 auto;
}

 /* services_wigs */


 .services_wigs .ads {
    width: 90%;
    float: center;
    margin: 0 auto;
}

/* services_braidedwigs */


.services_braidedwigs .ads {
    width: 90%;
    float: center;
    margin: 0 auto;






}

/* 





@media screen and (max-width:800px) 

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

    img{
        max-width: 100%;
        margin: 7px;
    }
    
    #logo {
        max-width:40% ;
    }

    header {
        width: 100%;
        height: auto;
    }

    .inner-header{
    .inner-header{
        height: 120px;
        width: auto;
    
    }


    header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    
    }

    .toggler{
        position:absolute;
        top: 4.1rem;
        right: 150rem;
        z-index: 3;
        opacity: 0;
        cursor: pointer;
        display: block;
        transform:translateX(350px);
       
    }

    
    .menu{
        position: absolute;
        top: 3rem;
        right: 4.6rem;
        width: 50px;
        height: 50px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #111;
    }
    
    .menu>div{
        position: absolute;
        width: 60%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #fff44f;
        transition: .4s;
    }
    
    .menu > div:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #fff44f;
        top: -10px;
        left: 0;
        transition: .4s;
    }
    
    .menu > div:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #fff44f;
        top: 10px;
        left: 0;
        transition: .4s;
    }
    
    .toggler:checked + .menu>div{
        transform: rotate(135deg);
    }
    
    .toggler:checked:hover + .menu>div{
        transform: rotate(225deg);
    }
    
    .toggler:checked + .menu>div:before, .toggler:checked + .menu>div:after{
        top: 0;
        transform: rotate(90deg);
    }
    
    nav{
        position: fixed;
        top: 0;
        right: 0;
        width: 30%;
        height: 10%;
        visibility: hidden;
        transition: .6s;
        background: none;
        box-shadow: none;
        
    }
    
    nav > div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(250%) translateY(-50%);
        width: 500px;
        height: 600px;
        border-radius: 5%;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: right;
        transition: .6s;
    }
    
    nav > div > div{
        
        opacity: 0;
        transition: .6s;
        margin-top: 10em;
    }
    
    nav > div > div > ul > li{
        list-style: none;
        float: none;
        font-size: 1em;
        line-height: 1;
        
    }

    nav ul{
        margin-left: -240px;
        width: 100%;
        
    }

    nav li {
        width: 150px;
        text-align: left;
        border: none;
    }

    .dropdown li {
        width: 155%;
        font-size: 1em;
        transform: translateX(384px) translateY(-45px);
        padding-left: 6px;
        border: none;
       
    }

    .dropdown li:hover {
        text-transform: uppercase;
    }

    
    
    
    nav > div > div > ul > li > a{
        text-decoration: none;
        color: #fff;
        font-weight: 200;
        margin: .5rem;
        transition: .3s;
        font-size: 1rem;
        display: inline-block;
        border: none;
        
    }

    
    nav>div>div>ul>li>a:hover{
        color: #2199e9;
        text-transform: uppercase;
        display: block;
        padding: 10px;
    }
    
    .toggler:checked ~ nav{
        visibility: visible;
    }
    
    .toggler:checked ~ nav>div{
        transform: translateX(-50%) translateY(-50%);
    }
    
    .toggler:checked ~ nav>div>div{
        opacity: 1;
    }
    

    .home nav li:nth-child(1) a,
    .about nav li:nth-child(2) a,
    .services nav li:nth-child(3) a,
    .services_wigs nav li:nth-child(3) a,
    .services_braid nav li:nth-child(3) a,
    .services_braidedwigs nav li:nth-child(3) a,
    .contact nav li:nth-child(4) a, .thx nav li:nth-child(4) a,
    .blog nav li:nth-child(5) a {
        border: none;
        border-bottom: none;
        color: #2199e9;

    }


    .blueberry {
        padding-right: 5px;
        margin-top: 6.3em;
    }

    .home #bouton {
        width: auto;
        margin-bottom: 30%;
    }

    .home #wrapper {
        width: auto;
    }

    .home h1 {
        font-size: 2em;
        transition: .4s;
    }

    .row-home {
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }

    .second {
        width: 97%;
        padding: 10px;

    }

    .btn {
        width: 30%;
    }

    .second .btn {
        padding: 10px 30%;
    }

    .contenner {
        height: 50px;
        padding-left: 10px;
        width: auto;
        padding-right: 25px;
    }

    .third {
        width: 30%;
        font-size: .6em;
    }
.social img {
    width: 80%;
}

.social li {
 width: 27px;
 margin-left: 2px;

}
    footer li {
        margin-right: 10px;
        font-size: .5em;
        
    }

}






@media screen and (max-width:380px) {
    img{
        max-width: 60%;
        margin: 7px;
    }
    
    #logo {
        max-width:20% ;
    }

    header {
        width: 940px;
        height: auto;
    }

    .inner-header{
        height: 120px;
    
    }

    header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    
    }

    .toggler{
        position: absolute;
        top: 3rem;
        right: 40em;
        width: 30px;
        height: 30px;
        z-index: 3;
        opacity: 0;
        cursor: pointer;
    }
    
    .menu{
        position: absolute;
        top: 3rem;
        right: 40em;
        width: 30px;
        height: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #111;
    }
    
    .menu>div{
        position: absolute;
        width: 60%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #fff44f;
        transition: .4s;
    }
    
    .menu > div:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #fff44f;
        top: -10px;
        left: 0;
        transition: .4s;
    }
    
    .menu > div:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #fff44f;
        top: 10px;
        left: 0;
        transition: .4s;
    }
    
    .toggler:checked + .menu>div{
        transform: rotate(135deg);
    }
    
    .toggler:checked:hover + .menu>div{
        transform: rotate(225deg);
    }
    
    .toggler:checked + .menu>div:before, .toggler:checked + .menu>div:after{
        top: 0;
        transform: rotate(90deg);
    }
    
    nav{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: .6s;
        
    }
    
    nav > div{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-150%) translateY(-50%);
        width: 1600px;
        height: 1600px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: .6s;
    }
    
    nav > div > div{
        max-width: 90vw;
        max-height: 100vh;
        opacity: 0;
        transition: .6s;
    }
    
    nav > div > div > ul > li{
        list-style: none;
    }
    
    nav > div > div > ul > li > a{
        text-decoration: none;
        color: #fff;
        font-weight: 550;
        text-transform: uppercase;
        margin: .5rem;
        transition: .3s;
        font-size: 1.2rem;
        display: inline-block;
    }
    
    nav>div>div>ul>li>a:hover{
        color: #fff44f;
    }
    
    .toggler:checked ~ nav{
        visibility: visible;
    }
    
    .toggler:checked ~ nav>div{
        transform: translateX(-50%) translateY(-50%);
    }
    
    .toggler:checked ~ nav>div>div{
        opacity: 1;
    }
    


















   
    
    
    .home {
        background-image: url(../images/3d-leaves-defocussed-background-with-bokeh-lights.jpg);
        background-attachment: fixed;
        background-size:cover;
    }
    
    .contact, .thx {
        background-image: url(../images/back-view-woman-with-afro-hairstyle.jpg);
        background-attachment: fixed;
        background-size: cover;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        
    }
    
    .services, .services_braid, .services_braidedwigs {
        background-image: url(../images/close-up-portrait-beautiful-woman-with-flowers.jpg);
        background-attachment: fixed;
        background-size: cover;
    
    }
    
    .services_wigs {
        background-image: url(../images/woman-2537564_1920.jpg);
        background-attachment: fixed;
        background-size: cover;
    
    }
    
    .about {
        background-image: url(../images/banner2.jpg);
        background-attachment: fixed;
        background-size: cover;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
    }
    
    .blog {
        background-image: url(../images/people-3238357.jpg);
        background-attachment: fixed;
        background-size:cover;
    }
} */