    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
}

.navbar{
    width: 100%;
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    background: rgb(249, 2, 2);
    color: white;
    margin-bottom: 30px 0;
    box-shadow: 1px 1px 15px rgb(233, 160, 160);
    
}

.brand-name{
    font-size: 2rem;
    margin: 1rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;

}

.navbar a{
    color: white;
    text-decoration: none;
}


.navbar-link ul{
    margin-right: 50px;
    padding: 0;
    display: flex;
}

.navbar-link li{
    list-style: none;
}

.navbar-link li a{
    padding: 1.5rem;
    color: white;
    text-decoration: none;
    display: block;
    font-size: 17px;
}

.navbar-link li:hover{
    background: white;
}

.navbar-link li a:hover{
    color: black;
}

.toggle-button{
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}


.toggle-button .bar{
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.icon{
    width: 32px;
    height: 32px;
}




.conteiner1{
    width: 100%;
    height: 55vh;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)),url(our_services_photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.conteiner1 h1{
    text-align: center;
    font-size: 55px;
    padding-top: 190px;
    color: white;
    letter-spacing: 2px;
    font-weight: 300;
}

.conteiner2{
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    margin: 50px auto;    
}

.conteiner2 h1{
    margin: 30px auto;
    padding: 10px;
    text-transform: uppercase;
}

.services{
    width: 50%;
    height: auto;
    margin: 30px auto;
    padding-bottom: 5px;
    box-shadow: 1px 1px 15px rgb(233, 160, 160);
}

.services h1{
    width: 400px;
    margin: auto;
    font-size: 20px;
    text-transform: none;
    text-align: left;
    background: lightblue;
}

.services img{
    width: 400px;
    height: 400px;
}

.services p{
    margin: 10px auto;
    width: 400px;
    text-align: left;
    color: black;
}

.services span{
    font-weight: bold;
}







.conteiner3{
    width: 100%;
    height: 100vh;
    background: url(Gown\ dress.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    align-items: center;
    text-align: center;
}


.pricelist{
    width: 80%;
    padding: 15px 10px;
    background: lightgray;
    margin: auto;
    color: red;
    display: block;
    background: none;
}

.pricelist h1{
    font-size: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.pricelist h2{
    font-size: 30px;
    letter-spacing: 2px;
    
}


.btns{
    width: 80%;
    padding: 15px 10px;
    background: lightgreen;
    margin: 10px auto;
    display: block;
    background: none;
}

.btns button{
    padding: 10px 15px;
    margin: 10px 5px;
    text-transform: uppercase;
    border: none;
    border: 1px solid gray;
    font-size: 14px;
    cursor: pointer;
}

.active{
    background: red;
    color: white;
}

.btns button:hover{
    background: rgb(226, 74, 74);
    color: white;
}


.alterations{
    width: 80%;
    height: auto;
    margin: auto;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 10px 100px;
    display: none;
}

.description{
        width: 400px;
        height: auto;
        margin: auto;
}

.description h3{
    font-size: 18px;
    letter-spacing: 1.5px;
    margin: 10px auto;
}

.description p{
    margin: 5px auto;
    padding: 5px;
    border-bottom: 1px dotted red;
    font-size: 14px;

}

.amount{
    width: 400px;
    height: auto;
    margin: auto;
}

.amount h3{
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    margin: 10px auto;
}

.amount p{
    margin: 5px auto;
    padding: 5px;
    border-bottom: 1px dotted red;
    font-size: 14px;
}











.conteiner5{
    width: 100%;
    height: auto;
    background: rgb(249, 2, 2);
    color: white;
    padding: 20px 70px;
}

.conteiner5 .footer{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px , 1fr));
    grid-gap: 10px;
    padding: 50px 0px;
}

.footer .footer_box1{
    height: auto;
    margin-bottom: 35px;
}

.footer_box1 h2{
    text-transform: uppercase;
    margin-bottom: 15px;

}


.footer_box1 a{
    width: 30%;
    color: white;
    margin: 5px 0;
    text-decoration: none;
    display: grid;
    font-size: 15px;
}

.footer_box1 a:hover{
    text-decoration: underline white;
}

.footer_box1 p{
    color: white;
    margin: 5px 0;
    display: grid;
    font-size: 15px;
}

.conteiner5 .all_rights{
    text-align: center;
    font-size: 14px;
}













@media (max-width: 990px) {
    .brand-name{
        font-size: 2rem;
        margin: 1rem;
        font-weight: normal;
        letter-spacing: normal;
    }
    

    .toggle-button{
        display: flex;
    }

    .navbar-link{
        display: none;
        width: 100%;

    }

    .navbar{
        flex-direction: column;
        align-items: flex-start;

    }   

    .navbar-link ul{
        width: 100%;
        flex-direction: column;
    }

    .navbar-link li{
        text-align: center;
    }

    .navbar-link li a{
        padding: .5rem 1rem;
  
    }

    .navbar-link.active{
        display: flex;

    }



@media only screen and (max-width: 450px) {
    .brand-name{
        font-size: 28px;
    }

}

@media only screen and (max-width: 395px) {
    .brand-name{
        font-size: 25px;
    }

}

@media only screen and (max-width: 352px) {
    .brand-name{
        font-size: 22px;
    }

}

@media only screen and (max-width: 320px) {
    .brand-name{
        font-size: 20px;
    }

}










@media only screen and (max-width: 990px) {
    .conteiner1{
        width: 100%;
        height: 45vh;
        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)),url(our_services_photo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        margin: 0 0 20px;        
    }

    .conteiner1 h2{
        padding: 150px 0;
        font-size: 40px;
        text-align: center;
        font-weight: 600;
        font-family: 'arial';
    }

    .conteiner2 h1{
        font-size: 25px;
    }

    .services{
        width: 100%;
    }




    .conteiner3{
        width: 100%;
        height: 100vh;
        padding: 5px;
        margin: auto;
        margin-bottom: 80px;
    }

    .pricelist{
        width: 100%;
        padding: 0;
    }

    .pricelist h2{
        font-size: 25px;
        letter-spacing: 2px;
    }

    .pricelist h1{
        letter-spacing: 2px;
    }

    .btns{
        width: 100%;
        padding: 10px 0;
    }

    .btns button{
        padding: 8px;
        margin: 5px 3px;
        font-size: 12px;
    }

    .alterations{
       width: 100%;
       height: auto;
       padding: 5px;
    }

    .description{
        width: auto;
        height: auto;
    }

    .description h3{
        font-size: 16px;
    }

    .description p{
        font-size: 13px;
    }

    .amount{
        width: auto;
        height: auto;
    }

    .amount h3{
        font-size: 16px;
    }

    .amount p{
        font-size: 13px;
    }


}





@media only screen and (max-width: 400px) {
    .services h1{
        width: 350px;

    }
    .services img{
        width: 350px;
    }

    .services p{
        width: 350px;
        padding: 10px;
    }


}




        
@media only screen and (max-width: 990px) {
    
   .conteiner5{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 10px;
   }


   .conteiner5 .footer{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px , 1fr));
    grid-gap: 10px;
    padding: 0;
    }

    .footer_box1 h2{
        font-size: 18px;
    }

    .footer_box1 a{
        width: auto;
    }

    .footer_box1 p{
        font-size: 15px;
    }


}


}













