*{
    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;
    overflow: hidden;
    box-shadow: 0px 0 10px 0px rgb(239, 156, 156);
}


.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;
}










.conteiner{
    width: 100%;
    height: 105vh;
    padding-top: 50px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(Quick_tailoring_and_alterations_background2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.text{
    padding: 150px 35px;
    text-align: center;
}

.content .text h1{
    font-size: 50px;
    font-family: 'calibri';
    line-height: 1.1;
    color: white;
    text-transform: none;
}

.text p{
    font-size: 15px;
    margin: 20px auto;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5;
    color: white;
    letter-spacing: 1.5px;
}

.text p span{
    font-weight: bold;
    font-size: 17px;
    text-decoration: underline;
}


.content h2{
    color: white;
    font-size: 22px;
    margin-bottom: 40px;
    text-transform: uppercase;
}



.content .text a{
    padding: 15px 10px;
    color: white;
    text-decoration: none;
    background: red;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Work Sans', sans-serif;
    transition: 1s;
    
}

.text a:hover{
    background: rgb(40, 40, 40);
    transition: 1s;
}





.conteiner2{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 20px 0;
}

.our{
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 80px;
}

.our h1{
    font-size: 42px;
    letter-spacing: normal;
    text-transform: none;
}


.content2{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
    margin: auto;
    padding: 0 50px;
}

.box{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
    
    
}

.more_service{
    text-align: center;
    margin: 50px auto 30px auto;
}

.more_service a{
    color: white;
    background: red;
    cursor: pointer;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 18px;
    transition: 1s;
}

.more_service a:hover{
    background: rgb(44, 42, 42);
    transition: 1s;
}


.box img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}


.box h1{
    font-size: 22px;
    letter-spacing: normal;
}

.box p{
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    font-family: 'calibri';
    padding: 15px;
}

.box p span{
    font-weight: bold;
    font-size: 16px;
}


.description{
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(53, 52, 52, 0.6)), url(discreptions.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'calibri';
    color: white;
    margin: 10px auto;
}

.description .table{
    width: 95%;
    height: auto;
    margin: 10px auto;
    background: transparent;
    padding: 10px;
}

.description h1{
    margin: 10px auto;
    font-weight: 700;
}

.description .table p{
    font-size: 17px;
    letter-spacing: normal;
    font-family: 'calibri';
}

.description .table p span{
    line-height: 1.5;
    background: yellow;
    color: black;
    
}

.description .table a{
    color: blue;
    font-weight: bold;
    background: yellow;
}







.conteiner3_how_it_work{
    width: 100%;
    height: auto;
    padding: 20px 30px;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(backgroung_how_it_works.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'calibri';
    color: white;
}

.how_it_work{
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.how_it_work h1{
    font-size: 45px;
    margin-bottom: 10px;
    letter-spacing: normal;
     
}

.how_it_work p{
    font-size: 20px;
}

.simple_work{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 0 10px;
    padding: 0 10px;
}

.simple_work_box{
    text-align: center;
    width: 100%;
    padding: 20px;
}

.simple_work_box i{
    color: red;
    font-size: 70px;
    text-align: center;
    padding: 5px;
}


.simple_work .fa-right-from-bracket{
    font-size: 15px;
}





.simple_work_box h1{
    margin: 10px 0 5px;
    font-size: 20px;
}

.simple_work_box p{
    text-align: center;
}








.conteiner3 {
    width: 100%;
    height: 75vh;
    margin: 0;
    padding: 25px 35px;
    font-family: 'Work Sans', sans-serif;
    border-bottom: 2px solid rgb(165, 160, 160);
    text-align: center;

}

.conteiner3 .our_services h1{
    font-size: 40px;
    font-family: 'calibri';
    font-weight: 600;
    letter-spacing: normal;
}

.our_services p{
    font-size: 16px;
    line-height: 1.5;
}


.our_services .tailor{
    width: 100%;
    max-width: 1100;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px , 1fr));
    grid-gap: 15px 25px;
}

.tailor .who{
    margin: 20px 0px;
}

.who img{
    width: 85px;
    height: 85px;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 35px;
    background: transparent;
}

.tailor .who h1{
    margin: 10px 0;
    font-size: 25px;
}





.conteiner4{
    width: 100%;
    height: 90vh;
    padding: 0 35px;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 30px;
    
}

.CPI{
    font-size: 40px;
    padding: 20px 0 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.conteiner4 .contact_us{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px , 1fr));
    grid-gap: 10px;
    padding: 10px 0px;
    
}

.contact_us .contact_box1{
    width: 100%;
    padding: 50px 0;
    margin-right: 60px;
    box-shadow: 0px 0 10px 0px rgb(239, 156, 156);

}

.contact_box1 .location{
    margin-bottom: 30px;
    width: 100%;
    padding: 5px 25px;
    text-align: center;
    


}

.location i{
    font-size: 30px;
    color: red;
    margin-bottom: 15px;
}

.location h1{
    font-size: 20px;
}

.location a{
    font-size: 15px;
    line-height: 1.3;
    color: blue;

}

.contact_us .contact_box2{
    padding: 20px 40px;
    width: 100%;
    box-shadow: 0px 0 10px 0px rgb(239, 156, 156);
}

.contact_box2 h1{
    font-size: 28px;

}

.contact_box2 p{
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 25px;
    color: rgb(53, 52, 52);
}

.contact_box2 input{
    display: grid;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    outline: none;
    border: none;
    box-shadow: 0px 0 10px 0px rgb(239, 156, 156);
}

.contact_box2 textarea{
    width: 100%;
    font-size: 16px;
    padding: 15px;
    resize: none;
    outline: none;
    border: none;
    box-shadow: 0px 0 10px 0px rgb(239, 156, 156);
}

.contact_box2 button{
    display: grid;
    padding: 10px 20px;
    font-size: 17px;
    width: 40%;
    margin: 20px 0;
    background: red;
    border: none;
    color: white;
    cursor: pointer;
    transition: 1s;
}

.contact_box2 button:hover{
    background: black;
    transition: 1s;
}






.conteiner5{
    width: 100%;
    height: auto;
    background: red;
    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) {
    .conteiner{
        width: 100%;
        height: auto;
        padding-top: 100px;
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(Quick_tailoring_and_alterations_background2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .conteiner .content{
        display: inline;
    }

    .content .text{
        padding: 30px 10px;
    }

    .content .text h1{
        font-size: 35px;
        font-family: 'Work Sans', sans-serif;
        line-height: normal;
        transition: 1.5s;
    }

    .content .text p{
        line-height: 1.3;
        letter-spacing: normal;
    }


    .content .text h2{
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 20px;
    }



    .content .text a{
        font-size: 16px;
        padding: 13px 20px;
    }

    .content p{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .images{
        width: 100%;
        padding: 8px;
        height: 500px;
        border-radius: 0;
        display: none;
    }
    
    .images img{
        width: 100%;
        height: 500px;
        border-radius: 0;
        display: none;
    }





    .conteiner2{
        padding: 10px 0;
    }
    
    .our{
        padding: 0px 5px;
        font-size: 25px;
        margin: 40px 0;
    }
    
    .our h1{
        font-size: 28px;
        letter-spacing: normal;
        text-transform: none;
    
    }
    
    
    .content2{
        padding: 0px;
    }
    
    .box{
       padding: 20px 0;
    }
    
    
   
    
    .box h1{
        font-size: 23px;
        margin-bottom: 15px;
    }
    
    .box p{
        padding: 0 10px;
    }

    


    .description{
        width: 100%;
        height: auto;
    }

    .description .table{
        width: 100%;
        height: auto;
    }









    .conteiner3_how_it_work{
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }
    
    .how_it_work{
        font-size: 25px;
        margin-bottom: 60px;
    }
    
    .how_it_work h2{
        margin-bottom: 10px;
        font-size: 30px;



    }
    
    .how_it_work p{
        font-size: 18px;
    }


    .simple_work_box .fa-right-from-bracket{
        display: none;
        
    }
    
    .simple_work{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 0 10px;
        padding: 0 10px;
    }
    
    .simple_work_box{
        text-align: center;
        width: 100%;
        padding: 20px;
    }

    .simple_work_box i{
        font-size: 55px;
    }


    
    
    .simple_work_box h3{
        margin: 25px 0 5px;
        font-size: 17px;
    }
    
    


   










    .conteiner3{
        width: 100%;
        height: auto;
        padding: 30px 10px;
        margin: 0;
    }

   .conteiner3 .our_services h1{
    font-size: 30px;
    padding: 5px 0;
   }

   .conteiner3 .our_services p{
    font-size: 15px;
   }
   .conteiner3 .tailor{
    margin: 20px 0;
   }

  

   .tailor .who{
    width: 100%;
    border-bottom: 2px solid gray;
    margin: 0;
    padding: 15px 0;
   }

   .who img{
    margin-bottom: 20px;
    margin-top: 15px;

   }



   .conteiner4{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 10px;
   }

   .CPI{
    font-size: 32px;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
   }

   .conteiner4 .contact_box1{
    padding: 0;
    background: none;
    border-bottom: 2px solid gray;
   }

   .conteiner4 .contact_box2{
    padding: 0;
    text-align: center;
    background: none;
   }

   .contact_box2 p{
    font-size: 16px;
   }
 

   .contact_box2 input{
    width: 100%;
   }

   .contact_box2 textarea{
    width: 100%;
   }

   .contact_box2 button{
    width: 60%;
    margin: 30px auto;


   }



   .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;
    }



 
    
}





}


