:root{
    --primaryColor:black;
    --middleColor:#4A4947;
    --helperColor:#835858;
    --lightHelper:#FAF7F3;
    --hrColor:rgb(222, 184, 135);
    --transparentColor:rgba(0, 0, 0, 0.658);
    --shadow:rgba(189, 188, 188, 0.514);
   /* --------------------------------- */
    --whatsappColor:#25D366;
    --white:#ffff;
    --blue: #1877F2;
    --green: #25D366;
    --gray:  #f8f8f8;
}


.aboutus{
    padding: 2% 0%;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.aboutus h1{
    width: fit-content;
    margin: auto;
    font-size: 2.5rem;
    color: var(--primaryColor);
    border-bottom: 4px solid var(--primaryColor);
}

.aboutus-container{ 
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

/* --------------------------------------------- */

.aboutus-image{
  width: 40%;
  /* height: 100%; */
  background: linear-gradient(190deg,var(--helperColor) 0%,var(--primaryColor) 73%);
  box-shadow: var(--shadow);
  border-radius: 50px 0px;
}

.aboutus-image div{     
    width:98%;
    text-align: center;
    position: relative;
    top: -20px;
    right:20px;
    border-radius: 50px 0px;
}
.aboutus-image div img{
    border-radius: 50px 0px;
   width: 98%;
   margin: auto;
   min-height: auto;
   max-height: 500px;
   object-fit: cover;
}
.aboutus-image div video{
     border-radius: 50px 0px;
    width: 98%;
    margin: auto;
    min-height: auto;
    max-height: 600px;
    object-fit: cover;
}

/* ------------------------------------------------ */

.aboutus-details{
    width: 45%;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutus-details div h3{
    width: fit-content;
    font-size: 2.5rem;
    color: var(--primaryColor);
}

.aboutus-details div p{
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--middleColor);
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media (max-width: 760px) {
    .aboutus{
     gap: 60px;
     padding: 4% 2%;
    }
    
    .aboutus h1{
        font-size: 1.8rem;
    }

    .aboutus-container{ 
        flex-direction: column;
        gap: 50px;
    }

    /* --------------------------------------------- */

.aboutus-image{
    width: 90%;
margin: auto;
  }

  .aboutus-image div{     

    border-radius: 50px 0px;

}

.aboutus-image div img{
    min-height: auto;
    max-height: 500px;
    width: 98%;
    object-fit: contain;
    border-radius: 50px 0px;
}
  /* -------------------------- */
  .aboutus-details{
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutus-details div h3{
    width: fit-content;
    margin: auto;
    font-size:2rem;
    color: var(--primaryColor);
    border-bottom: 4px solid var(--primaryColor);
}

.aboutus-details div p{
    font-size: 1.3rem;
    line-height: 2.5rem;
    color: var(--middleColor);
}
 }

 @media screen and (min-width: 761px) and (max-width: 992px){
     
    .aboutus{
     gap: 60px;
     padding: 4% 2%;
    }
    
    .aboutus h1{
        font-size: 2rem;
    border-bottom: 4px solid var(--primaryColor);

    }

    .aboutus-container{ 
        flex-direction: column;
        gap: 50px;
    }

    /* --------------------------------------------- */

    .aboutus-image{
        width: fit-content;
    margin: auto;
      }
    
      .aboutus-image div{     
        width:fit-content;
        border-radius: 50px 0px;
    
    }
    
        .aboutus-image div img{
            min-height: auto;
    max-height: 500px;
            object-fit: contain;
            border-radius: 50px 0px;
        }
  /* -------------------------- */
  .aboutus-details{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutus-details div h3{
    width: fit-content;
    margin: auto;
    font-size:2rem;
    color: var(--primaryColor);
}

.aboutus-details div p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: var(--middleColor);
}
 }

 
