#MainFixedContainer {
  position: fixed;
  top: 0px;
  left: 70px;
  right: 0;
  bottom: 0;
  /* border: var(--borderojo); */
  overflow-y: auto;
  background-color: var(--mainColorBlack);
  /* border-bottom-right-radius: var(--borderradius); */
  /* border-bottom-left-radius: var(--borderradius); */
  /* scroll-behavior: smooth; */
  /* padding-top: 100px; */
  scroll-padding-top: 120px;
  z-index: 10;
  scroll-behavior: smooth;
}
/* 
.container1 {
  gap: 15px;
  height: 200%;

} */



@media (max-width: 1090px) {
  #MainFixedContainer {
    left: 5px;
    right: 5px;
  }
}


#payUsLogo{
  
}

/* -----MAIN CELLS  */
#mainContainerGrid {
  display: grid;
  padding-top: 90px;
  border-radius: var(--borderradius);
  /* overflow: hidden; */
  background-color: var(--mainColorBlack);
  z-index: 11;
}

#mainContainerGridCellA {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 1600px;
  /* place-items: center; */
  margin: auto;
  /* background-color: white; */
  /* background-color: var(--mainColorBlack); */
  /* border: 3px solid rgb(0, 38, 255); */
  z-index: 12;
  /* row-gap: 50px; */
  row-gap: 20px;
  /* padding-top: 200px; */
}

.mainIndexGrid{
  display: grid;
  /* margin-top: 110px; */
  z-index: 13;
}

/* @media screen and (min-aspect-ratio: 16/9) {
 
  
  #mainContainerGridCellA {
    max-width: 1400px;
    display: grid;
    place-items: center;
margin: auto;
  }
} */

.whatWeDoBackgroundB {
  display: grid;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0s ease-out;
  position: sticky;
  top: 0;
  z-index: -1;
}

.whatWeDoBackgroundA {
  display: grid;
  max-height: 400px;
  transition: 0s ease-out; 
    margin-top: 110px;

}

@media (max-width:450px) {
  .whatWeDoBackgroundA {
    display: grid;
    max-height: 400px;
    transition: 0s ease-out; 
    position: sticky;
    top: 110px;
    z-index: -1;
      margin-top: 110px;
  
  }
}



/* @keyframes example {
  from { display: none; }
  to { display: grid; }
} */



.whatWeDoMenuContainerGrid {
  display: grid;
  border: var(--borderojo);
  border-radius: var(--borderradius);
  margin: 35px 20px;
  background-color: var(--mainColorBlack);
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 30px;
  padding-right: 10px;
  
}

.whatDoWeDoTittle{
  color: var(--txtColor);
  display: grid;
  place-content: center;
  word-spacing: 5px;
  text-shadow: 0 0 5px rgb(255 0 0 / 0%), 0 0 10px rgb(255 0 0 / 0%), 0 0 15px rgb(255 0 0 / 0%), 0 0 20px #000000, 0 0 30px #ff0000, 0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
  text-decoration: underline;
  background-color: var(--mainColorBlack);
  font-size: clamp(2.3rem, 3vw, 3rem);
  /* padding-top: 20px; */
  padding-bottom: 20px;
}

.whatWeDoMenuContainerGridFlex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  height: auto;
}

.whatWeDoMenuContainerGridFlexCells {
  width: 210px;
  height: 90px;
}

.whatWeDoMenuContainerGridFlexCellButtons {
  border: var(--borderojooscuro);
  border-radius: var(--borderradius);
  height: 100%;
  width: 100%;
  background-color: var(--BackgroundBtns);
  color: var(--mainColorWhite);
  font-size: 1.5rem;
}
.whatWeDoMenuContainerGridFlexCellButtons:hover {
  background-color: var(--BackgroundBtnsHover);
  border: var(--borderojo);
  font-size: 1.7rem;
  color: var(--colorrojo);
}



/* what we do menu end-----*/
/*  */

.containerForServices{
  display: grid;
  background-color: black;
  width: 100%;
  height:100%;
  min-height: 400px;
  /* padding: 0px 0px; */
  position: relative;
  /* opacity: 0.1; */
  overflow: hidden;
  /* display: none;  */
  /* ------------------------------------------------------------------ */
}
.blurry{
  height: 100%;
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.481);
  
}


.bluredBackgroundForImages {
  filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* background-repeat: no-repeat; */
  /* transition: 1s ease-in-out; */
  transition: background-image 1s ease-in-out;
}



.flexBoxForcontainerForServices{
  /* backdrop-filter: blur(10px); */
  /* backdrop-filter: blur(2px); */
  display: grid;
  grid-template-columns: calc( 15% + 250px) auto;
  /* opacity: 1; */
  column-gap: 30px;
  /* place-items: center; */
  height: 600px;
  width: 100%;
  padding: 5px 7%;
  /* z-index: 1; */
  position: relative;
  /* place-content: center; */
  /* margin: auto; */
  /* border: var(--borderojo); */
}
.flexBoxForcontainerForServicesB{
  /* backdrop-filter: blur(10px); */
  /* backdrop-filter: blur(2px); */
  display: grid;
  grid-template-columns: auto calc( 15% + 250px) ;
  /* opacity: 1; */
  column-gap: 30px;
  height: 600px;
  width: 100%;
  padding: 5px 7%;
  /* z-index: 1; */
  position: relative;
}

@media (max-width: 500px) {
  .flexBoxForcontainerForServices, .flexBoxForcontainerForServicesB {
    border: var(--borderojo);
    border-radius: var(--borderradius);
  }
}

/* cell 1 */
.fchildA{
  display: grid;
  /* width: calc( 15% + 250px); */
  height: 90%;
  background-color: var(  --fchildABackground);
  border-radius: var(--borderradius);
  overflow: hidden;
  margin: auto;
}


.servicesGrid{
  display: grid;
  width: 100%;
  /* grid-auto-flow: row; */
  grid-template-rows: minmax(auto, 20%) 70% 10%;
  overflow: hidden;
}

.tiitleForCervicesgrid{
  grid-row: 1/2;
  grid-column: 1;
  display: grid;
  place-items: center;
  border: var(--borderojo);
  border-radius: var(--borderradius);
  color: var(--txtColor);
    font-family: var(--tipodeletra);
    font-size: clamp(2.3rem, 3vw, 3rem);
    text-align: center;
    word-spacing: 5px;
    text-shadow: 0 0 5px rgb(255 0 0 / 0%), 0 0 10px rgb(255 0 0 / 0%), 0 0 15px rgb(255 0 0 / 0%), 0 0 20px #000000, 0 0 30px #ff0000, 0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
    text-decoration: underline;
    background-color: var(--mainColorBlack);
}

@media (max-width: 563px) {
  .tiitleForCervicesgrid{
    font-size: clamp(1.9rem, 2vw, 3rem);

  }
}
@media (max-width: 250px) {
  .tiitleForCervicesgrid{
    font-size: clamp(1rem, 2vw, 3rem);

  }
}


.contentForCervicesgrid{
  grid-row: 2/3;
  grid-column: 1;
  display: grid;
  /* justify-content: center; */
  overflow-y: visible;
  color: var(--txtColor);
  padding: 15px;
  padding-bottom: 90px;
  line-height: 1.5rem;
  /* border-left: 5px solid gray; */
  /* border-right: 5px solid gray; */

  /* direction: rtl; */
    /* justify-content: left; */
    /* text-align: left; */
}

.readMore{
  grid-row:3/4;
  grid-column: 1;
  display: grid;
  background: rgba(0, 0, 0, 0.641);
  backdrop-filter: blur(3px);
  color: var(--txtColor);
  place-items: center;
  font-size:clamp(1rem, 3vw, 1.5rem);
  filter: drop-shadow(0 1px 24px rgb(0, 0, 0));
  border: var(--borderojo);
  border-radius: var(--borderradius);
  cursor: pointer;
}






.fchildB_Normal{
  /* flex:1; */
  height: auto;
  /* background-color: rgb(10, 237, 161); */
  display: grid;
  overflow: hidden;
  /* margin: auto; */
  /* transform: translateY(10%); */
  /* margin-bottom: 50%; */
  margin-top:    3.5rem;
  margin-bottom: 3.5rem;
  border-radius: var(--borderradius);
/* border: 3px solid red; */
border: 15px ridge red;
z-index: 1;
}


#fchildB_Id{
  
box-sizing: border-box;
overflow: hidden;
}


.fchildB_Fixed{
  border: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: var(--mainColorBlack); */
  /* z-index: 2; */
  overflow: hidden;
  /* border: var(--borderojo); */
}

/* .flexBoxForcontainerForServices, .flexBoxForcontainerForServicesB{
  transition: 2s ease-in-out;
} */



.gridContainerForFChildBGallery{
  display: grid;
  height: 100%;
  grid-template-columns: 15% auto 15%;
  /* border-radius: var(--borderradius);
  border: 15px ridge red;
  box-sizing: border-box;*/
  overflow: hidden; 
  transition: 1s ease-in-out;

}





.right{
  /* height: 40px; */
  display: grid;
  grid-column: 1/2;
  grid-row: 1;
  /* border: 4px solid rgb(126, 128, 0); */
  /* width: 8rem; */
  /* background-color: red; */
  z-index: 1;
  height: calc(100% - 10px);
  /* background-color: transparent; */
  background-color: rgba(0, 0, 0, 0.111);
cursor: pointer;
  /* border-right: 2px solid #504d4d00; */
}

.middle{
  grid-column: 1/4;
  grid-row: 1;
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  cursor: zoom-in;
  /* scroll-behavior: smooth; */
}

.left{
  /* height: 150px; */
  display: grid;
  grid-row: 1;
  grid-column: 3/4;
  /* border: 4px solid green; */
  /* width: 8rem; */
  /* background-color: red; */
  z-index: 1;
  height: calc(100% - 10px);
 /* background-color: transparent; */
 background-color: rgba(0, 0, 0, 0.111);
 cursor: pointer;
}





.middleGridCells {
    position: relative;
    overflow: hidden;
    background-color: var(--middleCellsBackgroundColor);
    scroll-snap-align: center;
    display: grid;
    /* place-items: center; */
    margin: none;
    /* border: 1px solid rgb(238, 130, 130); */
  }
  
  .galeryImages {
    position: absolute;
    height: 100%;
    width:100%;
    object-fit:contain;
    /* transition: 1s ease-in-out; */
    backdrop-filter: blur(5px);

  }



  /* botones de gallery */
.leftArrow, .rightArrow{
  width: 0; 
  height: 0; 
  border-top:    40px solid transparent;
  border-bottom: 40px solid transparent;
  display: grid;
  margin: auto;
  z-index: 1;
  
}

.rightArrow:hover{
  border-right: 40px solid rgba(255, 255, 255, 0.762);
  
}
.leftArrow:hover{
  border-left: 40px solid rgba(255, 255, 255, 0.762);

}


.rightArrow{
  border-right: 40px solid rgba(255, 255, 255, 0.564);
  /* transform: translateX(-60px); */
}

.leftArrow{
  border-left: 40px solid rgba(255, 255, 255, 0.5);
  /* transform: translateX(60px); */
}


@media (max-width:800px) {


  .whatWeDoMenuContainerGrid{
    margin: 0px;
  }

  .whatWeDoMenuContainerGridFlexCells {
    width: 185px;
    height: 60px;
  }

  /* .middleGridCells{
    background-color: rgba(0, 0, 0, 0.503);
  } */
  
  .fchildA{
    grid-row: 1/2;
    grid-column: 1/2;
    display: grid;
    width: 100%;
    height: 400px;
  }

  .fchildB_Normal{
    width: 100%;
    grid-row: 2/3;
    grid-column: 1/2;
    display: grid;
    height: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .flexBoxForcontainerForServices{
    display: grid;
    height: 900px;
    margin: 0px 0px;
    padding:15px 8%;
    row-gap: 15px;
    grid-template-columns: 100%;
    
    
  }
  
  .flexBoxForcontainerForServicesB{
    display: grid;
    height: 900px;
    margin: 0px 0px;
    padding:15px 8%;
    row-gap: 15px;
    grid-template-columns: 100%;

  }


 

  /* #mainContainerGridCellA{
    padding: 0px 50px;
  } */
  
  }



  @media (max-width: 500px) {
    .whatWeDoMenuContainerGridFlexCellButtons:hover {
      font-size: 1.3rem;
    }
    .whatWeDoMenuContainerGridFlexCells {
      width: 185px;
      height: 60px;
    }
  
    .whatWeDoMenuContainerGrid {
      margin: 30px 5px;
      padding-top: 30px;
      padding-left: 5px;
      padding-bottom: 30px;
      padding-right: 5px;
    }
  
    .whatWeDoMenuContainerGridFlexCellButtons {
      font-size: 1rem;
    }

    #mainContainerGridCellA{
      padding: 0px 0px;
    }

    .flexBoxForcontainerForServices, .flexBoxForcontainerForServicesB{
      padding:0px 0%;
      height: auto;
    }
    
    .containerForServices{
      height: auto;
    }

    .tiitleForCervicesgrid{
      border: none;
    }

    .readMore{
      border: none;
    }

    .fchildB_Normal{
      border: none;
      border-radius: 0px;
      height: 300px;
    }
    
  }

 
  
  @media (max-width: 450px) {
    .whatWeDoMenuContainerGridFlexCellButtons:hover {
      font-size: 1rem;
    }
    .whatWeDoMenuContainerGrid {
      /* margin: 30px 5px; */
      /* padding-top: 30px; */
      /* padding-left: 5px; */
      /* padding-bottom: 30px; */
      /* padding-right: 5px; */
    }
    .whatWeDoMenuContainerGridFlexCells {
      width: calc(100px + 100%);
      height: 60px;
    }
  
    .whatWeDoMenuContainerGridFlex {
      gap: 2px;
    }
  }
  
  /* @media (max-width: 352px) {
    .whatWeDoMenuContainerGridFlexCellButtons:hover {
      font-size: 0.9rem;
    }
  
    .whatWeDoMenuContainerGridFlexCells {
      width: 110px;
    }
    .whatWeDoMenuContainerGridFlexCellButtons {
      font-size: 0.9rem;
    }
  
    .whatWeDoMenuContainerGridFlex {
      gap: 2px;
    }
  }
  
  @media (max-width: 280px) {
    .whatWeDoMenuContainerGridFlexCells {
      width: 100%;
    }
    .whatWeDoMenuContainerGridFlexCellButtons {
      font-size: 0.8rem;
    }
  
    .whatWeDoMenuContainerGridFlex {
      gap: 2px;
    }
  } */


/* COLORES */

.colorsBackground{
  display: grid;
  width: 100%;
  padding: 15px;
  /* display: none; */
  /* ------------------------------------------------------------------- */
}

.colorsTittleContainer{
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid;
  height: 90px;
  color: var(--txtColor);
  font-family: var(--tipodeletra);
  font-size: clamp(2.3rem, 3vw, 3rem);
  align-items: center;
  }

.colorsContainer{
  grid-column: 1/2;
  grid-row: 2/3;
  height: auto;
  display: grid;
  overflow-x: auto;
  border-radius: var(--borderradius);
  scroll-snap-type: x mandatory;
  height: 200px;
}

.colorsGrid{
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}

.cellsGrid{
  width: 200px;
  display: grid;
  overflow: hidden;
  border-radius: var(--borderradius);
  scroll-snap-align: start;
}

.colorName{
  place-content: center;
  display: grid;
  color: var(--txtColor);
  grid-row: 1;
  grid-column: 1;
  /* z-index: 1; */
}
.txt{
  color: var(--txtColor); 
}

.color{
 height: 100%;
  /* width: 300px;  */
  display: grid;
  grid-row: 1;
  grid-column: 1;
  /* width: fit-content; */
  border: 1px solid red;
  border-radius: var(--borderradius);
}

.colorImages{
  height: 100%;
  width:  100%;
  object-fit: cover;
  border-radius: var(--borderradius);
}


.locationBackground{
  display:grid;
  height: 500px;
  width:  100%;
  background-color: rgb(0, 0, 0);
}
/* Images end */




/* why us start------------------------------------------- */



.WhyUsBackground{
  display: grid;
  /* display: none; */
  /* ------------------------------------------------------------- */
}


.whyUsCellsFlexNTittleContainerGrid{
  border: var(--borderojo);
  border-radius: var(--borderradius);
  display: grid;
  overflow: hidden;
  gap: 15px;
  /* background-color: greenyellow; */
}
.WhyUsTittleGrid{
  display: grid;
  /* color: var(--txtColor); */
  grid-column: 1/2;
  grid-column: 1/2;
  height: 90px;
  /* border-radius: var(--borderradius); */

  /* background-color: rgb(16, 15, 2); */
  align-items: center;
  justify-content: center;

}

.whyUsTittleCellA{
  color: var(--txtColor);
  font-family: var(--tipodeletra);
  font-size: clamp(2.3rem, 3vw, 3rem);
  text-align: center;
  word-spacing: 5px;
  text-shadow: 0 0 5px rgb(255 0 0 / 0%), 0 0 10px rgb(255 0 0 / 0%), 0 0 15px rgb(255 0 0 / 0%), 0 0 20px #000000, 0 0 30px #ff0000, 0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
  text-decoration: underline;
}

.whyUsTittleCellB{
  color: var(--txtColor);
  font-family: var(--tipodeletra);
  /* font-size: clamp(2.3rem, 3vw, 3rem); */
  text-align: center;
  /* word-spacing: 5px; */
  /* text-shadow: 0 0 5px rgb(255 0 0 / 0%), 0 0 10px rgb(255 0 0 / 0%), 0 0 15px rgb(255 0 0 / 0%), 0 0 20px #000000, 0 0 30px #ff0000, 0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000; */
  /* text-decoration: underline; */
}

.whyUsGridCell{
  display: grid;
  grid-row: 1/2;
  grid-row: 2/3;
}

.WhyUsFlexContainer{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 20px;
  /* margin: 15px; */
  height: auto;
}

.whyUsFlexCells{
  width: 400px;
}

.WhyUsFlexCellsTittle{
  display: grid;
  place-content: center;
  justify-content: center;
  height: 50px;
  /* background-color: #ff0000; */
  text-align: center;
  color: var(--txtColor);
  
}

.whyUsTxtContent{
  margin: 15px;
  color: var(--txtColor);
  text-align: center;

  
}

@media (max-width:850px) {
  .whyUsFlexCells{
    width: 90%;
  }

  
}
@media (max-width:450px) {
  .whyUsFlexCells{
    width: 100%;
  }
  
  .WhyUsFlexCellsTittle{
    height: auto;
    
  }
  
}
/* WHY US END ----------------------------------------------- */


/* FOOTER START------------------------------------------------ */

.footerBacKground{
  /* margin-top: 100px; */
  border: var(--borderojo);
  border-radius: var(--borderradius);
  display: grid;
  row-gap: 30px;
  overflow: hidden;
  /* background-color: brown; */
  padding-top: 15px;
  padding-bottom: 15px;
  /* display: none; */
  /* ------------------------------------------------------------------- */
}



.footerContainerFlex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  column-gap: 20px;
  row-gap: 50px;
  /* margin: 15px; */
  height: auto;
 /* background-color: aqua; */
}

.footerCells{
  display: grid;
  place-items: center;
  align-items: center;
  min-width: 300px;
  /* max-width: 300px; */
  /* height: 50px; */
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  /* background-color: palegoldenrod; */
  color: var(--txtColor);
  text-decoration:underline;
  /* border-bottom: 3px solid white; */
  /* padding-left: 20px; */
}

button{
  /* list-style-type: disc; */
  /* text-decoration: none; */
  background-color: transparent;
}

a {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  color: var(--txtColor);
  text-decoration: none;
  background-color: none;
}

.footerCellsTittle{
  height: 120px;
  font-size: clamp(2rem, 3vw, 2.5rem);
  display: grid;
  align-items: center;
  justify-content: center;
  color: var(--txtColor);
  font-family: var(--tipodeletra);
  text-decoration: underline;
}

@media (max-width: 628px) {
  .footerCells{
    min-width: 200px;
  }

  
}

/* FOOTER END------------------------------------------------ */
/* .transparentTest{
  border: var(--borderojo);
  display: none;
} */




/* --------------------------------------WERE WE ARE START--------------------------- */


.whereWeAreontainer{
  display: grid;
  /* height: auto; */
  grid-template-columns: auto 600px ;
  border: var(--borderojo);
  margin-left:  5%;
  margin-right: 5%;
  /* margin-top: 120px; */
  border-radius: var(--borderradius);
  overflow: hidden;
}



/* --------------------------------- */

.whereWeAreCellA{
  display: grid;
  height: 600px;
  /* border: 5px solid green; */
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.779);
}
.whereWeAreCellB{
  display: grid;
  height: 600px;
  /* border: 5px solid rgb(255, 225, 0); */
  grid-row: 1/2;
  grid-column: 2/3;
  z-index: 4;
  place-content: center;
  place-items: center;
  overflow: hidden;
}
.whereWeAreCellD{
  display: grid;
  height: 600px;
  /* border: 5px solid rgb(255, 0, 81); */
  grid-row: 1/2;
  grid-column: 2/3;
}
.whereWeAreCellC{
  display: grid;
  height: 600px;
  /* border: 5px solid rgb(0, 13, 255); */
  grid-row: 1/2;
  grid-column: 1/3;
  overflow: hidden;
}

@media (max-width:1020px) {
  .whereWeAreontainer{
    margin-left:  0%;
  margin-right:   0%;
  }
}

@media (max-width:950px) {
  .whereWeAreontainer{
    grid-template-columns: 100% ;
    height: 1150px; 
  }

  .whereWeAreCellA{
    grid-row: 1/2;
    grid-column: 1/2;
    height: 600px;
  }

  .whereWeAreCellB{
    grid-row: 2/3;
    grid-column: 1/2;
    height: auto;

  } 
  
  .whereWeAreCellC{
    grid-row: 1/3;
    grid-column: 1/2;
    height: 100%;
  }
  
  .whereWeAreCellD{
    grid-row: 2/3;
    grid-column: 1/2;
    height: auto;
  }

 
  
}

@media (max-width:500px) {
  .whereWeAreontainer{
    margin-left:  0%;
    margin-right:   0%;
    border: none;
    border-radius: 0%;
    height: 1000px;
    
  }

  .whereWeAreCellA{
    height: 600px;
    padding-left: 0%;
    padding-right: 0%;
  } 
}



/* cellA */
.whereWeAreTxtContainer{
  display: grid;
    height: 100%;
    width:  100%;
    border-radius: var(--borderradius);
    overflow: hidden;
    margin: auto;    
}

.whereWeAreTxtGrid{
  display: grid;
  width: 100%;
  grid-template-rows: minmax(auto, 20%) 70% 10%;
  background-color: var(--mapsBackgroundColor) ;
  overflow: hidden;
  z-index: 2;
  border-radius: var(--borderradius);
} 

.tittleForWhereWeAre{
  grid-row: 1/2;
    grid-column: 1;
    display: grid;
    place-items: center;
    border: var(--borderojo);
    border-radius: var(--borderradius);
    color: var(--txtColor);
    font-family: var(--tipodeletra);
    font-size: clamp(2.3rem, 3vw, 3rem);
    text-align: center;
    word-spacing: 5px;
    text-shadow: 0 0 5px rgb(255 0 0 / 0%), 0 0 10px rgb(255 0 0 / 0%), 0 0 15px rgb(255 0 0 / 0%), 0 0 20px #000000, 0 0 30px #ff0000, 0 0 40px #ff000000, 0 0 55px #ff000000, 0 0 75px #ff000000;
    text-decoration: underline;
    background-color: var(--mainColorBlack);
    
}

.bodyForForWhereWeAre{
  grid-row: 2/4;
  grid-column: 1;
  display: grid;
  justify-content: center;
  overflow-y: hidden;
  color: var(--txtColor);
  padding: 15px;
  padding-bottom: 90px;
  /* background-color: var(); */
  /* grid-template-columns: 50% 50%; */
  /* place-items: center; */
  text-align: center;
  line-height: 2rem;
}

.whereWeAreTagLine{
  display: grid;
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 1.5rem;
  height: fit-content;
  padding-top: 2%;
  padding-bottom: 5%;
}
.whereWeAreListCellA{
  display: grid;
  grid-column: 1/2;
  grid-row: 2/3;
}
.whereWeAreListCellB{
  display: grid;
  grid-column: 2/3;
  grid-row: 2/3;
  
}

@media (max-width:1180px) {
  .whereWeAreTagLine{
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .whereWeAreListCellA{
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .whereWeAreListCellB{
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

@media (max-width:950px) {
  .whereWeAreTagLine{
    grid-column: 1/3;
    grid-row: 1/2;
    
  }
  .whereWeAreListCellA{
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .whereWeAreListCellB{
    grid-column: 2/3;
    grid-row: 2/3;
  
  }
}
@media (max-width: 450px){
  .whereWeAreTagLine{
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .whereWeAreListCellA{
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .whereWeAreListCellB{
    grid-column: 1/2;
    grid-row: 3/4;
  }
  
  }

/* cellA */




/* cellC */
.whereWeAreMap{
  display: grid;
  height: 100%;
  width: 200%;
  transform: translateX(-350px);

}

@media (max-width:950px) {
  .whereWeAreMap{
    display: grid;
    height: 200%;
    width: 200%;
    transform: translateX(-28%) translateY(-12%);
    
  }
}

@media (max-width:500px) {
  .whereWeAreMap{
    transform: translateX(-28%) translateY(-7%);
  }}


/* cellC */


/* b */
.circleShadow{
  display: grid;
  height: 170%;
  width:  170%;
  border-radius: 100%;
  border: 350px solid rgba(0, 0, 0, 0.779);
  filter: blur(8px);
}

@media (max-width:500px) {

  .circleShadow{
  height: 170%;
  width:  170%;
  border-radius: 100%;
  border: 250px solid rgba(0, 0, 0, 0.779);
  
}
}

.circle{
  border: var(--borderojo);
  border-radius: 100%;
  
}
/* b */


/* --------------------------------------WERE WE ARE END--------------------------- */




/* 
*{
  box-sizing: border-box;
  margin: 0px;
} */

button {
  border: none;
  background: none;
}




.textGridContainer{
  display: grid;
  /* grid-template-rows: 20% auto 0%; */
  width:100%;
  /* height: 300px; */
  /* height: 100%; */
  /* border: 3px solid red; */
  overflow: hidden;
  transition: 0.5s;


  
      /* display: grid; */
      /* justify-content: center; */
      /* border: 3px solid cadetblue; */
      width: 100%;
  
}




.serviceTittleContainer, .textServiceContainer, .scrollServiceTextButtonContainer{
  display: grid;
  grid-column: 1;
  /* overflow: hidden; */

}

.serviceTittleContainer{
  grid-row: 1/2;
  /* border: 2px solid rgb(29, 240, 10); */

  display: grid;
  place-items: center;
  border: var(--borderojo);
  border-radius: var(--borderradius);
  color: var(--txtColor);
  font-family: var(--tipodeletra);
  font-size: clamp(1.3rem, 1vw, 1rem);
  text-align: center;
  word-spacing: 5px;
  text-shadow: rgba(255, 0, 0, 0) 0px 0px 5px, rgba(255, 0, 0, 0) 0px 0px 10px, rgba(255, 0, 0, 0) 0px 0px 15px, rgb(0, 0, 0) 0px 0px 20px, rgb(255, 0, 0) 0px 0px 30px, rgba(255, 0, 0, 0) 0px 0px 40px, rgba(255, 0, 0, 0) 0px 0px 55px, rgba(255, 0, 0, 0) 0px 0px 75px;
  text-decoration: underline;
  background-color: var(--mainColorBlack);
  /* min-height: 120px; */
  z-index: 2;  
}
.textServiceContainer{
  grid-row: 2/3;
  /* border: 2px solid rgb(43, 6, 253); */
  overflow-y: hidden;
  /* transform: translateY(-10px); */
  padding-bottom: 100px;
}



.textGridMainContainer * ul{
  height: fit-content;
  /* border: 3px solid orange; */
  /* overflow: visible; */
  direction: ltr;
  /* margin-bottom: 50px; */
  /* height: 700px; */
  color: var(--txtColor);
  padding: 15px;
  /* padding-bottom: 90px; */
  line-height: 1.5rem;


  display: grid;
            grid-gap: 10px; /* Adjust the gap size as needed */
            list-style: thumbs;
          }
.rtl{
  direction: rtl;

}

.textGridMainContainer * li{
  list-style-type: disc;
}


.scrollServiceTextButtonContainer{
  grid-row: 3/4;
  /* height: 50px; */
  /* transform: translateY(-2px); */
  /* border: 2px solid rgb(237, 239, 104); */
  /* margin: auto; */
  /* width: 100%; */
  /* place-content: center; */
}

.serviceText{
  height: fit-content;
  /* border: 3px solid orange; */
  overflow: visible;
  direction: ltr;
  /* margin-bottom: 50px; */
  /* height: 700px; */
  color: var(--txtColor);
  padding: 15px;
  /* padding-bottom: 10px; */
  line-height: 1.5rem;
}

.readToggle{
  background: rgba(0, 0, 0, 0.641);
    backdrop-filter: blur(3px);
    color: var(--txtColor);
    place-items: center;
    font-size: clamp(1rem, 3vw, 1.5rem);
    filter: drop-shadow(0 1px 24px rgb(0, 0, 0));
    border: var(--borderojo);
    border-radius: var(--borderradius);
    cursor: pointer;
    transition: 0.5s;
    display: grid;
    /* place-self: center; */
    /* height: 100%; */
    /* width: 90%; */
}

@media (max-width:800px) {
  .textServiceContainer{
    direction: rtl;
  }
  .serviceTittleContainer{
    border: none;
    border-radius: 0px;
  }
  .readToggle{
    /* width: 200px; */
    /* height: 100%; */
  }
}
/* ------------------------------------------------------------------------ */



.allServicesGridContainer{
  display: grid;
  width: 90%;
  border:3px solid rgb(19, 127, 163);


}

.serviceGridMainContainerA{
  display: grid;
  border: 3px solid black;
  grid-template-columns: 20% auto;

}



.galleryGridContainer{
  display: grid;
  border: 3px solid green;
}






.serviceGridMainContainerB{
  display: grid;
  border: 3px solid rgb(229, 245, 1);
  grid-template-columns:auto 20% ;
}
/* .whatWeDoBackgroundB, .whatWeDoBackgroundA, .containerForServices, .colorsBackground, .WhyUsBackground, .footerBacKground, .whereWeAreontainer{display: none;} */
/* .whatWeDoBackgroundB, .whatWeDoBackgroundA, .containerForServices, .colorsBackground, .WhyUsBackground, .footerBacKground, .whereWeAreontainer{transition: 1s ease-in-out;} */