:root{
    --primaryColor:black;
    --middleColor:#444444;
    --helperColor:#ce000c;
    --lightHelper:#FDFBEE;
    --hrColor:rgb(222, 184, 135);
    --transparentColor:#00d0848f;
    --shadow:rgba(189, 188, 188, 0.514);
    --text-header: #b1b1b1;
   /* --------------------------------- */
    --whatsappColor:#25D366;
    --white:#ffff;
    --blue: #1877F2;
    --green: #25D366;
    --gray:  #f8f8f8;
}


.aboutus{
    padding: 10px 0%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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: fit-content;
 height: fit-content;
  box-shadow: none;
  border-radius: 50px 0px; 
}

.aboutus-image div{     
    width: 95%;
    text-align: center;
    position: relative;
    top: -20px;
    right:20px;
   height: fit-content;
    border-radius: 50px 0px;
}

.aboutus-image div img{
    min-height: 450px;
    max-height: 650px;
    border-radius: 50px 50px;
    width: 95%;
    margin: auto;
    height: 100%;
    object-fit: contain;
    box-shadow: 6px 6px 8px var(--shadow);
}

/* ------------------------------------------------ */

.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(--helperColor);
}

.aboutus-details div p{
    font-size: 1.2rem;
    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: 10px;
    }

    /* --------------------------------------------- */

.aboutus-image{
    width: 100%;
  }
  /* -------------------------- */
  .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(--helperColor);
}

.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: 10px;
    }

    /* --------------------------------------------- */

.aboutus-image{
    width: 100%;
  }
  /* -------------------------- */
  .aboutus-details{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.aboutus-details div h3{
    width: fit-content;
    margin: auto;
    font-size:2rem;
    color: var(--helperColor);
}

.aboutus-details div p{
    font-size: 1.1rem;
    line-height: 2rem;
    color: var(--middleColor);
}
 }

 
