/* Utilities */
.btn{
    padding: 0.65rem 1.3rem;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.07rem;
    word-spacing: 0.15rem;
}
.opacity-0{
    opacity: 0;
}
 .translated_50px{
    transform: translateY(50px);
 }
 .translated_30px{
    transform: translateY(30px);
 }
 .translated_10px{
    transform: translateY(10px);
 }
 
.introduction{
    padding: 0 2rem;
}

.introduction_content{
    padding: 3rem 0 5rem 0;
    flex-direction: column;
}
.introduction_content > div{
    width: 100%;
}
.introduction_content .introduction_textarea{
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}
.introduction_content h2{
    max-width: 90%;
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
    /*text-align: center;*/
    transition: transform 0.7s ease-out, opacity 0.6s 0.2s ease-out;
}
.introduction_content p{
    max-width: 95%;
    margin-top: 1.5rem;
    font-size: .9rem;
    line-height: 1.2rem;
    transition: transform 0.6s 0.3s ease-out, opacity 0.5s 0.4s ease-out;
    /* text-align: center; */
}
.introduction_content .btn{
    margin: 2rem auto 4rem auto;
    transition: transform 0.6s 0.5s ease-out, opacity 0.5s 0.6s ease-out;

}
.introduction_content img{
    width: 65%;
}

.our_services{
    padding: 3rem 2rem;
}
.our_services h2{
    text-transform: capitalize;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.our_services .services{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.our_services .services > div{
    width: 75vw;
    padding: 2.5rem;
    transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.services h3{
    margin-bottom: 1.3rem;
    letter-spacing: 0.01rem;
}
.services p{
    line-height: 1.2rem;
    font-size: 0.9rem;
    margin-bottom: 1.3rem;
}
.contracts{
    padding: 3rem 2rem;
}
.contracts_content{
    /* padding: 5rem 0 5rem 0; */
    display: flex;
    flex-direction: column;
}
.contracts_content > div{
    width: 100%;
}
.contracts_content .contracts_image img{
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    height: 100%;
    display: block;
}
.contracts_content .contracts_image > div{
    background-color: blue;
    width: 100%;
    height: 100%;
}
.contracts_content .contracts_textarea{
    display: flex;
    flex-direction: column;
    padding: 2rem 0 0 0;
    /* justify-content: space-around; */
}
.contracts_textarea h2{
    line-height: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: center;
    transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.contracts_textarea p{
    word-spacing: 0.12rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    transition: transform 0.4s 0.2s ease-out, opacity 0.5s 0.3s ease-out;
}
.contracts_textarea .contract_with{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
}
.contracts_textarea .contract_with > div:first-child{
    transition: transform 0.4s 0.4s ease-out, opacity 0.5s 0.4s ease-out;
}
.contracts_textarea .contract_with > div:nth-child(2){
    transition: transform 0.4s 0.6s ease-out, opacity 0.5s 0.5s ease-out;
}
.contracts_textarea .contract_with > div:last-child{
    transition: transform 0.4s 0.8s ease-out, opacity 0.5s 0.6s ease-out;
}
.contracts_textarea .client img{
    width: 50px;
}
.contracts_textarea .client{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.contracts_textarea  .client span{
    display: block;
    margin: 2px 0px;
    font-size: 0.8rem;
}

.trust_by{
    padding: 0 3.5rem;
}
.trested_by_content{
    padding: 5rem 0 5rem 0;
}
.trested_by_content > h2, .trested_by_content > h3{
    text-align: center;

}
.trested_by_content > h2{
    letter-spacing: 0.06rem;
    font-size: 1.3rem;
    transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;

}
.trested_by_content > h3{
    margin: 1rem 0 4rem 0;
    letter-spacing: 0.035rem;
    word-spacing: 0.1rem;
    transition: transform 0.4s 0.2s ease-out, opacity 0.5s 0.4s ease-out;


}
.trusted_clients{
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
}
.trusted_clients > div{
    width: 70%;
    padding: 2rem 1rem;
    transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.trusted_client h3{
    margin-top: 1.3rem;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
}
.trusted_client h3:last-child{
    letter-spacing: 0.05rem;

}
.trusted_client p{
    font-size: 0.9rem;
    line-height: 1.4rem;
    
}



.contact_us{
    padding: 0 3.5rem;
}
.contact_us_content{
    padding: 5rem 0 1rem 0;
}
/* .contact_us_content > div{
    width: 50%;
} */
.contact_us .address{
    margin-top: 0.5rem;
}
.address .icon img{
    width: 20px;
}
.contact_us p{
    font-size: 0.85rem;
}

.contact_us .contact_information .timings{
    margin-bottom: 1rem;
}
.contact_us .day_and_time p{
    margin-top: .2rem;
} 
.contact_information > h2:first-of-type{
    margin-bottom: 1rem;
    transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.contact_information > h2:last-of-type{
    margin-top: 2rem;
    margin-bottom: 1rem;
    transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.footer_logo img{
    width: 120px;
    object-fit: contain;
}
.footer_logo{
    margin-top: 3rem;
    justify-self: center;
}