/* Utilities */
.btn {
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  word-spacing: 0.15rem;
}
.content {
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
/*
.hero{
    height: 95vh;
    padding: 0 5rem;
}
.hero_content{
    max-width: 1200px;
    margin: 50px auto 0 auto;  
}
header img{
    width: 130px;
}
nav ul li{
    margin: 0.02rem 1.2rem 0 1.7rem;
    letter-spacing: 0.08rem;
}
nav ul a{
    font-size: 0.85rem;
}
.menu-toggle{
    display: none;
}
        
.hero_textarea{
    max-width: 1200px;
    margin: 0 auto 0 auto;
    bottom: 8%;
} 
.hero h1{
    font-size: 3.5rem;
    letter-spacing: .15rem;
    margin: 0;
    line-height: 1.4;
    max-width: 40vw;
}

.hero_textarea p{
    margin-top: 2rem;
    color: var(--light-green);
    letter-spacing: 0.05rem;
    line-height: 1.34rem;
    max-width: 30vw;
}
.hero_textarea .btn{
    margin-top: 1.6rem;
} */
.opacity-0 {
  opacity: 0;
}
.translated_50px {
  transform: translateY(50px);
}
.translated_30px {
  transform: translateY(30px);
}
.translated_10px {
  transform: translateY(10px);
}

.introduction {
  padding: 0 5rem;
}
.introduction_content {
  padding: 5rem 0 5rem 0;
}
.introduction_content > div {
  width: 50%;
}
.introduction_content h2 {
  max-width: 80%;
  font-size: 1.7rem;
  letter-spacing: 0.03rem;
  word-spacing: 0.2rem;
  transition: transform 0.7s ease-out, opacity 0.6s 0.2s ease-out;
}
.introduction_content p {
  max-width: 80%;
  margin-top: 2rem;
  word-spacing: 0.15rem;
  transition: transform 0.6s 0.3s ease-out, opacity 0.5s 0.4s ease-out;
}
.introduction_content .btn {
  margin-top: 2rem;
  transition: transform 0.6s 0.5s ease-out, opacity 0.5s 0.6s ease-out;
}
.introduction_content img {
  width: 55%;
}

.our_services {
  padding: 0 5rem;
}

.services_content {
  padding: 3rem 0 5rem 0;
}

.our_services h2 {
  font-size: 1.7rem;
  letter-spacing: 0.05rem;
  transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.our_services .services {
  display: flex;
  width: 100%;
  margin-top: 5rem;
}

.our_services .services > div {
  width: 33.33%;
  padding: 3%;
}
.our_services .services > div:first-child {
  transition: transform 0.4s ease-in, opacity 0.5s 0.2s ease-out;
}
.our_services .services > div:nth-child(2) {
  transition: transform 0.4s 0.2s ease-out, opacity 0.5s 0.4s ease-out;
}
.our_services .services > div:last-child {
  transition: transform 0.4s 0.4s ease-out, opacity 0.5s 0.6s ease-out;
}
.services h3 {
  margin-bottom: 5rem;
}
.services p {
  line-height: 1.4rem;
  margin-bottom: 3rem;
}
.contracts {
  padding: 0 5rem;
}
.contracts_content {
  padding: 5rem 0 5rem 0;
  display: flex;
}
.contracts_content > div {
  width: 50%;
}
.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: 90%;
  height: 100%;
}
.contracts_content .contracts_textarea {
  display: flex;
  flex-direction: column;
  padding: 2rem 0 2rem 0;
  /* justify-content: space-around; */
}
.contracts_textarea h2 {
  line-height: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
  font-size: 1.7rem;
  letter-spacing: 0.03rem;
  transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
}
.contracts_textarea p {
  max-width: 80%;
  word-spacing: 0.12rem;
  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 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.07rem;
  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.15rem;
  transition: transform 0.4s 0.2s ease-out, opacity 0.5s 0.4s ease-out;
}
.trusted_clients {
  justify-content: center;
  gap: 2rem;
}
.trusted_clients > div {
  width: 20%;
  padding: 2rem 1rem;
}
.trusted_clients > div:first-child {
  transition: transform 0.4s 0.4s ease-out, opacity 0.5s 0.4s ease-out;
}
.trusted_clients > div:nth-child(2) {
  transition: transform 0.4s 0.6s ease-out, opacity 0.5s 0.5s ease-out;
}
.trusted_clients > div:last-child {
  transition: transform 0.4s 0.8s ease-out, opacity 0.5s 0.6s ease-out;
}
.trusted_client h3 {
  margin-top: 1.3rem;
  font-size: 0.95rem;
  letter-spacing: 0.1rem;
}
.trusted_clients div:last-child h3 {
  letter-spacing: 0.05rem;
}
.trusted_client p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.contact_us {
  padding: 0 5rem;
}
.contact_us_content {
  padding: 5rem 0;
  display: flex;
}
.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;
  width: 80%;
}
.contact_us .contact_information .timings {
  margin-bottom: 1rem;
}
.contact_us .day_and_time p {
  margin-top: 0.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 {
  transition: transform 0.4s ease-out, opacity 0.5s 0.2s ease-out;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.footer_logo img {
  width: 130px;
  object-fit: contain;
}
.footer_logo {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
