*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px; 
}
html {
    font-size: 10px;
}

body{
    font-family: 'Prompt', sans-serif;
    font-size: 1.6rem;
}
.img-fluid{
    max-width: 100%;
}
section{
    width: 100%;
}
.container{
    width: 120rem;
    margin: auto;
}
/* Header */
header{
    height: 6.5rem;
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
.d-flex{
    display: flex;
}
.space-between{
    justify-content: space-between;
}
.space-evenly{
    justify-content: space-evenly;
}
.logo{
    max-width: 100%;
    height: 12rem;
    width: 9rem;
    flex-basis: 50%;
}
#logo-img{
    height: 4.5rem;
    width: 10rem;
}
.menu{
    max-width: 50%;
}
.menu li{
    display: inline;
    margin: 2.3rem;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 2rem 0;
}

.menu li a{
    color: #222529;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
.menu li a:hover{
    opacity: 0.8;
}

.mobile{
    display: none;
    position: absolute;
    top: 6.5rem;
    right: 2rem;
    background-color: rgba(238, 153, 238, 0.233);
    backdrop-filter: blur(20px);
    border-radius: 5px;
    padding: 0;
    opacity: 0.7;
    z-index: 999;
    overflow: hidden;
    width: 30rem;
    text-align: center;
    height: 0;
    transition: height 0.5s ease-in-out;
}
.mobile-menu li{
    display: block;
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.mobile-menu li a{
    color: #34393f;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
.mobile-menu li a:hover{
    opacity: 0.3;
}
.mobile-menu .btn-style1{
    width: 100%;
}
.mobile.active{
    height: 19rem;
}
.menu-icon img{
    display:none;
    height: 4rem;
    width: 4rem;
}

.close-icon img{
    margin: 1rem;
    height: 3rem;
    width: 3rem;
}

.close-icon {
    display: none;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
}
.menu-icon {
    display: none;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
}


/* banner section  */
.banner-img{
    max-width: 50%;
    display: flex;
    flex: 0 0 50%;
}
.banner h1{
    font-size: 6rem;
    font-weight: bolder;
    color: #ee706b;
    line-height: 6.5rem;
}
.banner-content{
    max-width: 50%;
    flex: 0 0 50%;
    align-self: center;
    flex-wrap: wrap;
}
.btn-style1{
    background-color: #ee706b;
    color: #fff;
    padding: 1.3rem 1.7rem;
    font-size: 1.7rem;
    border: 1px #ee706b;
    border-radius: 0.4rem;
    margin: -0.5rem 0;
    transition: 0.3s ease-in;
}
.btn-style1:hover{
    opacity: 0.8;
}
.banner{
    background-color: #e9e7dd;
    max-width: 100%;
    text-align: center;
}

.banner-content p{
    font-size: 1.6rem;
    font-weight: 500;
    color: #8e8d8a;
    line-height: 2.5rem;
    padding: 1.5rem 5rem
}

.btn-style2{
    background-color: #6d93e0;
    color: #fff;
    font-size: 1.7rem;
    padding: 1.3rem 1.7rem;
    border: 1px #6d93e0;
    border-radius: 0.4rem;
    margin: 2rem 1.5rem 0 1rem;
    transition: 0.3s ease-in;
}
.btn-style2:hover{
    opacity: 0.7;
}

.btn-style1 a, .btn-style2 a {
    text-decoration: none;
    color: #fff;
}

/* my jobs section  */
.my-jobs{
    margin: 5rem 0;
    padding: 6rem 0;
    line-height: 2.5rem;
}

.my-jobs h2{
   font-size: 6rem;
   font-weight: 800;
   margin: 2.5rem 1rem 3rem 0;
}

.my-jobs-left{
    max-width: 50%;
    flex: 0 0 50%;
}

.icons{
    flex: 0 0 10%;
    display: flex;
    align-items: center;

}
#job-icon1{
    height: 6rem;
    width: 6rem;
}
.my-jobs-content{
    flex-basis: 80%;
    margin-left: 2rem;
}
.my-jobs-content p{
    color:#8e8d8a;
    padding: 2rem 0;
}
.my-jobs h4 {
    font-size: 1.8rem;
    font-weight: 800;
}
/* my works section */
.my-works{
    background-color: #e9e7dd;
    padding: 6rem 0 13rem;
    text-align: center;
}

.my-works h2 {
    color: #d86356;
    font-size: 5rem;
    margin-bottom: 2rem;
}

.my-works p{
    color: #8e8d8a;
    text-align: center;
    font-size: 2.8rem;
}
.work-imgs{
    max-width: 25%;
    flex: 0 0 25%;
    margin: 2.4rem 5.5rem 3.3rem -3rem;;
    align-items: center;
}
/* about me section */
.about-me{
    padding: 1rem 0 3rem;
    font-size: 1.6rem;
}

.about-me h2 {
    color: #d86356;
    font-size: 5rem;
    font-weight: 800;
    margin: 2rem 0 3rem;
}
.about-me-left{
    max-width: 50%;
    flex: 0 0 50%;
}
.about-me-right{
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 2rem;
    color: #8e8d8a;
}

.about-me img{
    height: 100%;
    width: 90%;
    border-radius: 2% 2% 5% 5%;
}
.about-me p{
    font-size: 1.8rem;
    line-height: 3rem;
}
/* price section */
.price-list{
    background-color: #e9e7dd;
    color: #222529;
    text-align: center;
    line-height: 4rem;
    padding: 3rem 0;
}
.prices{
    max-width: 30%;
    flex: 0 0 30%;
    background-color: #fff;
    box-shadow: 0 0 0 2rem #e9e7dd;
    padding: 4.5rem 7.5rem;
    margin: 5rem 2rem;
}
.prices h3{
    font-size: 7rem;
    color: #6d93e0;
    padding: 3rem 0 1rem;
}
.prices h2{
    font-size: 3.5rem;
    padding: 1rem 0;
}
/* my clients section */
.my-clients{
    background-color: white;
    color: #222529;
    text-align: center;
    line-height: 3rem;
    padding: 5rem;
}
.clients{
    max-width: 30%;
    background-color: #e9e7dd;
    flex: 0 0 30%;
    box-shadow: 0 0 0 5rem #fff;
    font-size: 1.5rem;
    padding: 3rem 2rem;
    line-height: 2.5rem;
    margin: 5rem 2rem;
}
.clients-img{
    padding: 0px 6rem;
}
.clients h3{
    font-size: 3.5rem;
    color:#222529;
    padding: 3rem;
}
.clients p{
    margin-bottom: 2.5rem;
}

/* testimonies section */
.testimonies{
    background-color: #e9e7dd;
    text-align: center;
    padding: 6rem ;
}
.testimony{
    margin: 0 6rem;
}
.testimony img{
    padding: 3rem;
    height: 23%;
    width: 22%;
}
.testimony p{
    margin: 0 12rem 3rem;
}

.testimony h2 {
    color: #d86356;
    font-size: 5rem;;
}
.testimony h4{
    margin: 0 0 1rem;
}
/* FAQ section */

.asked-questions {
    padding: 4rem;
}
.asked-questions h2 {
    color: #d86356;
    font-size: 5rem;
    margin: 3rem 0;
    text-align: center;
}
.asked-questions p {
    font-size: 1.7rem;
    font-weight: bolder;
    color: #222529;
    line-height: 6rem;
}
.questions {
    margin: 0 10rem 6rem;
}
.questions .d-flex {
    justify-content: space-between;
    cursor: pointer; /* Makes the whole question clickable */
}
.question-icon {
    max-width: 3%;
    align-self: center;
}
.FAQ-answers p {
    font-size: 1.8rem;
    font-weight: lighter;
    color: #222529;
    line-height: 2.5rem;
}

.faq-toggle {
    display: none;
}

.FAQ-answers {
    display: none;
    padding-bottom: 2rem;
}

.faq-toggle:checked ~ .FAQ-answers {
    display: block;
}

.faq-toggle:checked ~ .d-flex .question-icon img {
    transform: rotate(180deg);
}

.question-icon img {
    transition: transform 0.3s ease;
}

/* Contact-us section */
.contact-us{
    background-color: #e9e7dd;
    padding: 30px;
}
.contact-us-left{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 1rem 11.5rem;
}
.contact-us-right{
    max-width: 50%;
    flex: 0 0 50%;
}

.contact-us h2 {
    color: #d86356;
    font-size: 5rem;
}
.contact-us p{
    margin-bottom: 2rem;
}

.contact-us img {
    height: 100%;
    width: 90%;
}
input{
    width: 100%;
    height: 4.5rem;
    margin: 1rem 0;
    border: 1px white;
    border-radius: 4px;
} 
textarea{
    padding: 1rem 0;
    margin: 1rem 0;
    border: 1px solid white;
    border-radius: 4px;
}
textarea::placeholder,input::placeholder{
    font-size: 1.6rem;
    padding-left: 1rem;
}
.btn-style3{
    background-color: #d86356;
    color: #fff;
    font-size: 1.7rem;
    width: 100%;
    height: 45px;
    border: 1px solid #d86356;
    border-radius: 4px;
    transition: 0.3s ease-in;
}
.btn-style3:hover {
    opacity: 0.9;
}
/* My-contacts section */
.my-contacts{
    padding: 20px 0;
}
.my-contacts h2{
    color: #d86356;
    font-size: 5rem;
    text-align: center;
    margin: 2.5rem 0 -2rem;
}
.my-contacts-left{
    max-width: 50%;
    flex: 0 0 50%;
}
.my-contacts-right{
    max-width: 50%;
    flex: 0 0 50%;
}
.contact-details{
    background-color: #e9e7dd;
    border: 1px solid #e9e7dd;
    padding: 4rem 2rem;
    margin: 3rem 2rem 2rem 1rem;
    border-radius: 4px;
}
.contact-icon{
    max-width: 6%;
    flex: 0 0 5%;
    align-self: center;
}
.contact-content{
    max-width: 94%;
    flex: 0 0 95%;
    margin-left: 2rem;
}
.contact-content p{
    font-size: 1.7rem;
}
.contact-content h3{
    font-size: 3.5rem;
}
/* footer */
footer{
    background-color: black;
    color: white;
    text-align: center;
}

/* Responsive Design */
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .container{
        max-width: 96rem;
        padding: 0 1.5rem;
    }
    .menu li{
        margin: 0.9rem;
    }
    .banner  h1{
        font-size: 4.5rem;
    }

    .my-jobs h2 {
        font-size: 4.5rem;
        }
    #job-icon1 {
        height: 4.5rem;
        width: 45rem;
        }
    .about-me img{
        height: 100%;
        width: 100%;
    }

    .about-me p {
        font-size: 1.4rem;
    }

    .prices h3{
        font-size: 5rem;
        max-height: 7rem;
        }
    .prices h2{
        font-size: 2.8rem;
    }
    .contact-us img {
        height: 100%;
        width: 100%;
    }
    .contact-us h2{
        font-size: 4.5rem;
    }
    textarea{
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .container{
        max-width: 100%;
        padding: 0 1.5rem;
        display: block;
    }
    .menu .nav-links{
        display: none;
    }
    .menu-icon {
        display: block;
        background: transparent;
        border: none;
    }
    .menu-icon img{
        display: block;
    }

    .mobile {
        display: block;
    }
    .d-flex {
        justify-content: space-between;
    }
    .banner h1{
        font-size: 4rem;
        line-height: 4rem;
        margin: 0 1.5rem;
    }
    p{
        font-size: 1.4rem;    
    }
    .btn-style1, .btn-style2{
        font-size: 1.4rem;
    }
    .my-jobs h2, .about-me h2, .contact-us h2, .asked-questions h2,.testimony h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
    #job-icon1 {
        height: 3rem;
        width: 3rem;
        margin: 0 0 12.5rem 3rem;
    }
    .my-jobs {
        margin: 3rem 0;
        padding: 2rem 0;
    }
    .my-works {
        padding: 6rem 4rem 13rem;
    }
    .my-works h2{
        font-size: 4rem;
    }
    .my-works p{
        font-size: 2.5rem;
    }
    .clients h3{
        font-size: 2.8rem;
    }
    .about-me img{
        height: 100%;
        width: 90%;
    }
    .about-me p{
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .prices h2{
        font-size: 2.8rem;
    }
    .prices h3 {
        font-size: 6rem;
    }
    .prices{
        padding: 4.5rem 2.5rem;
        margin: 5rem 1rem;
    }
    .question-icon img{
        height: 2rem;
        width: 2rem;
    }
    .questions p {
        line-height: 2rem;
        font-size: 1.5rem;
        margin: 0.5rem;
    }
   .contact-us img {
        height: 100%;
        width: 90%;
    }
    .contact-us p {
        margin-top: 2.5rem;
    }
    .contact-us-left {
        max-width: 50%;
        padding: 1rem 4.5rem;
    }
    input{
        height: 3rem;
    }
    textarea{
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .container{
        max-width: 100%;
        padding: 0 1rem;
    }

    .menu .nav-links{
        display: none;
    }
    .d-flex {
        justify-content: space-between;
    }
    .menu-icon img{
        display: block;
    }
    .menu-icon {
        display: block;
        background: transparent;
        border: none;
    }
    .mobile {
        display: block;
    }
    .banner h1 {
        font-size: 4rem;
        line-height: 4rem;
        padding: 1.2rem;
    }
    
    .banner p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .my-jobs h2{
        font-size: 4rem;
        line-height: 4rem;
    }
    .btn-style1, .btn-style2, .btn-style3 {
        font-size: 1.2rem;
        margin: 1.5rem 1rem;
    }
    .my-jobs{
        margin: 2rem 0;
        padding: 2rem 0;
    }
    #job-icon1 {
        height: 4rem;
        width: 6rem;        
    }
    .my-jobs-content p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .my-works h2{
        font-size: 4rem;
    }
    .my-works p{
        font-size: 2.5rem;
    }
    .my-works {
        padding: 6rem 6rem 13rem;
    }
    .about-me h2{
        font-size: 4.5rem;
    }
    .about-me img{
        height: 100%;
        width: 100%;
        border-radius: 2rem;
    }
    .about-me p {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    .prices {
        padding: 4.5rem 0.1rem;
        margin: 5rem 1rem;
    }
    .prices h2{
        font-size: 2.8rem;
    }
    .prices h3{
        font-size: 6rem;
    }
    .clients {
        box-shadow: 0 0 0 2rem #fff;
        padding: 3rem 1rem;
        margin: 5rem 1rem;
        line-height: 2.5rem;
    }
    .clients h3{
        line-height: 3rem;
        padding: 1rem;
    }
    .testimony h2{
        font-size: 4rem;
    }
    .testimony img {
        padding: 3rem;
        height: 100%;
        width: 50%;
    }
    .testimony p{
        margin: 0 5rem 3rem;
    }
    .contact-us h2, .asked-questions h2{
        font-size: 4rem;
        line-height: 4.5rem;
    }
    .asked-questions p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin: 0.5rem 0;
    }
    .FAQ-answers p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .contact-us-left{
        padding: 1rem 2.5rem;
    }
    .contact-us img {
        height: 98%;
        width: 100%;
    }
    .contact-us p{
        font-size: 1.4rem;
        margin: 2.5rem 0;
    }
    textarea{
        width: 100%;
    }
    .contact-content h3 {
    font-size: 3rem;
    line-height: 3rem;
    }
}
@media only screen and (max-width: 575px){
    .container{
        max-width: 100%;
        padding: 0 0.5rem;
    }
    .menu .nav-links{
        display: none;
    }
    .menu-icon img{
        display: block;
    }
    .menu-icon {
        display: block;
        background: transparent;
        border: none;
    }
    .close-icon img {
        margin: 2rem 2rem;
        height: 2rem;
        width: 2rem;
    }
    .mobile {
        display: block;
        width: 100%;
    }

    .d-flex {
        justify-content: space-between;
    }
    .banner img{
        height: 100%;
        width: 100%;
    }
    .banner h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 3rem 0.5rem 2rem;
    }
    .banner p {
        font-size: 1.1rem;
        line-height: 1.5rem;
        padding: 1rem;
    }
    .btn-style1, .btn-style2 {
        font-size: 1rem;
        padding: 0.8rem 1.2rem;
        margin-bottom: 5rem;
    }
    .my-jobs{
        margin: 1rem 0;
        padding: 1rem 0;
    }
    .my-jobs h2 {
        font-size: 2.5rem;
        line-height: 2rem;
    }
    .my-jobs p{
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0;
    }
    #job-icon1 {
        height: 3rem;
        width: 3rem;
        margin-bottom: 19rem;
    }
    .my-jobs {
        margin: 1rem 0;
        padding: 1rem 0;
        line-height: 0.5rem;
    }
    .my-jobs h4 {
        font-size: 1.3rem;
        font-weight: 600;
    }
    .work-imgs {
        max-width: 25%;
        flex: 0 0 25%;
        margin: 3rem 2rem 3rem -3rem;
    }
    .my-works h2 {
        font-size: 2.5rem;
    }
    .my-works p {
        font-size: 1.2rem;
    }
    
    .about-me img {
        height: 100%;
        width: 100%;
    }
    .prices .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .prices h2 {
        font-size: 1.8rem;
    }
    .prices h3 {
        font-size: 4rem;
    }
    .prices {
        padding: 2.5rem 0.5rem;
        margin: 5rem 0.5rem;
    }
    .question-icon img {
        height: 200%;
        width: 200%;
    }
    .questions p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .about-me h2 {
        font-size: 3rem;
        margin: 1rem 0 1rem;
    }
    .about-me p{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .price-list {
        line-height: 3rem;
    }
    .prices p{
        font-size: 1.3rem;
    }
    .clients {
        max-width: 30%;
        box-shadow: 0 0 0 2rem #fff;
        font-size: 1.5rem;
        padding: 3rem 0rem;
        line-height: 2rem;
        margin: 0rem 1rem;
    }
    .clients p {
        font-size: 1.2rem;
        padding: 0 1rem;
        margin-bottom: 1rem;
    }

    .clients{
        padding: 0;
    }
    .clients h3 {
        font-size: 1.8rem;
    }
    .testimony{
        margin: 0 3rem;
    }
    .testimony h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .testimony p {
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 1rem 1rem;
    }
    .asked-questions{
        padding: 0;
    }
    .asked-questions h2 {
        font-size: 3rem;
        line-height: 2.6rem;
        margin: 3rem 0;
    }
    .FAQ-answers {
    padding-bottom: 1rem;
    }
    .contact-us-left {
        padding: 1rem 1.5rem;
    }
    .contact-us h2 {
        font-size: 3.7rem;
        line-height: 4rem;
    }
    .contact-us p{
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    .contact-us img {
        height: 70%;
        width: 100%;
    }
    textarea{
        height: 20%;
        width: 225%;
    }
    .btn-style3{
        width: 225%;
    }
    .my-contacts h2{
        font-size: 3.5rem;
        margin: 1rem 0;
    }
    .contact-content h3{
        font-size: 2.2rem;
    }
    .contact-content p{
        font-size: 1.3rem;
        margin: 0.5rem;
    }
    .contact-details{
        line-height: 2rem;
        max-height: 11rem;
        padding: 3rem 2rem;
        margin: 1.5rem 1rem 2rem 1repm;
    }
}
