
/*********      Body        ************/
#first-continuer{
height: 100vh;
width: 100%;
margin: 0 auto;
position: relative;
overflow: hidden;
}
#header-main{
  width: 100%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  padding-top: 120px;
}
#header-main::after{
  content: "";
  background: url(https://ik.imagekit.io/ylbxzvwiq/SCAE%20/slider/6.jpg?updatedAt=1695591864782);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}


#header-text > h1{
text-align: center;
font-family: var(--font-Bebas);
color: var(--theme-color-bg_color);
font-size: 80px;
letter-spacing: 4px;
margin: 0;
margin-right: 10px;
}
#header-text > p{
text-align: center;
color: var(--theme-color-bg_color);
font-size: 16px;
padding-bottom: 15px;
line-height: 1.5;
margin-top: 20px;
}


#main-lower-div{
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3871c;
  padding: 0 10px;

}
#main-lower-div h2{
  color: var(--theme-color-bg_color);
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}


@keyframes slideDown{
0% {
  opacity: 0;
  visibility: visible;
  transform: translate(0%,-80%);
}
100% {
  opacity: 1;
  transform: translateX(0%);
}
}
@keyframes slideUp{
0% {
  opacity: 0;
  transform: translate(0%,80%);
}
100% {
  opacity: 1;
  transform: translate(0%);
}
}


@keyframes slideRight{
0% {
  opacity: 0;
  transform: translate(-100%,0%);
}

100% {
  opacity: 1;
  transform: translate(0%,0%);
}
}

  
  
  /* ||  Main tablet ***************************************************/
  @media (max-width: 767px){

    #header-text > h1{
      font-size: 60px;

    }
    #header-text > p{
      font-size: 14px;
    }
    #main-lower-div h2{
      font-size: 18px;
    }
  
  }
  
  
  /* ||  Main Phone max 440 ***************************************************/
  @media (max-width: 500px){
    #header-main{
      padding-top: 80px;
    }
    #header-text > h1{
      font-size: 40px;
    }
    #main-lower-div h2{
      font-size: 15px;
    }  
  }



#main-services{
  width: 100%;
  max-width: 1990px;
  padding: 50px 10px 0 10px ;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#ms-header{
  flex: 0 0 100%!important;
  height: fit-content!important;
  text-align: center;
  background-color: #ffff!important;
  margin-bottom: 50px!important;
}
#ms-header span{
  color: var(--theme-color-text_dark);
  margin: 0;
  font-family: var(--font-Bebas);
  font-size: 25px;
  line-height: 1.5;
  position: relative;
}
#ms-header span::before{
  content: '';
  position: absolute;
  background-color: #d3871c;
  width: 50px;
  height: 3px;
  bottom: -5px;
  border-radius: 5px;
  left: 0;
}
#main-services > div{
  flex: 0 0 30%;
  height: 450px;
  margin: 1.5%;
  border-radius: 10px;
  background-color: #f8f8f8;
}
#main-services > div > div:nth-child(1){
  width: 100%;
  height: 65%;
  position: relative;
}
#main-services > div > div:nth-child(1) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px  0 0;
}
#main-services > div > div:nth-child(1) div{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 70px;
  background-color: #d3871c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 0;
  font-family: var(--font-archivo);
  font-size: 24px;
  font-weight: 700;
  color: #ffff;
}
#main-services > div > div:nth-child(2){
  width: 100%;
  height: 35%;
  padding: 30px 10px;
}
#main-services > div > div:nth-child(2) > div:nth-child(1){
  font-family: var(--font-titillium);
  font-size: 22px;
  font-weight: 700;
  color: #0c0a0a;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 40%;
}
#main-services > div > div:nth-child(2) > div:nth-child(2){
  width: 100%;
  height: 60%;
  display: flex;
  justify-content:center;
  align-items: end;
}
#main-services > div > div:nth-child(2) a{
  width: 170px;
  height: 50px;
  background-color: #d3871c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  text-transform: uppercase;
  font-family: var(--font-titillium);
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}


@media (max-width: 1024px){

  #main-services > div{
    flex: 0 0 47%;
  }
  
}



/* ||  Main tablet ***************************************************/
@media (max-width: 767px){
  #main-services > div > div:nth-child(2) > div:nth-child(1){
    font-size: 18px;}
}


/* ||  Main Phone max 440 ***************************************************/
@media (max-width: 500px){
  #main-services > div{
    flex: 0 0 97%;
  }  
  #main-services > div > div:nth-child(2) > div:nth-child(1){
    font-size: 22px;}
}


#wy-us{
  width: 90%;
  max-width: 1440px;
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto;
  font-size: 16px
}



#wy-us > #header-lower{
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
#wy-us > #header-lower span{
  color: var(--theme-color-text_dark);
  margin: 0;
  font-family: var(--font-Bebas);
  font-size: 25px;
  line-height: 1.5;
  position: relative;
}
#wy-us > #header-lower span::before{
  content: '';
  position: absolute;
  background-color: #d3871c;
  width: 50px;
  height: 3px;
  bottom: -5px;
  border-radius: 5px;
  left: 0;
}


#wy-us > div{
  width: 50%;
  margin: 0 auto;
  transition: all 2s ease-out;
}

#wy-us > #left-side{
  padding: 0 30px;
}


#table > div{
/*   border-bottom: 1px solid #425464; */
  background-color: #f8f8f8;
  margin: 10px 0;
  cursor: pointer;
}
#table > div:last-child{
  border-bottom: none;
}
#table > div > #table-div-header{
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
#icon{
  display: flex;
  align-items: center;
}
#table > div > #table-div-header > #icon > img{
  width: 20px;
  margin-right: 10px;

}
#table > div > div:last-child{
  border-top: 1px solid #425464;
  padding: 10px 20px 20px 20px;
  display: none;
  font-size: 16px;
  color: var(--blue-color);
  font-family: var(--font-Poppins);
}
#table > div > div:last-child h6{
  margin: 20px 0 10px 0;
  font-size: 1rem;
  font-weight: 600;
}
#table > div > div:last-child p{
  font-size: 1rem;
  line-height: 1.5;
  font-weight: none;
}

#wy-us > #right-side {
  padding-top: 10px;
}

#wy-us > #right-side img{
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1025px){ 

  #wy-us > #left-side > #header-lower{
      font-size: 1.2rem;
  }
  #wy-us> #right-side img{
      width: 100%;
      height: 490px;
  }
}

@media (max-width: 767px){

  #wy-us > #left-side > #header-lower{
      font-size: 1.5rem;
  }

  #wy-us > #right-side img{
      width: 100%;
      height: 230px;
  }
  #wy-us> div{
      width: 100%;
      margin: 0 auto;
      transition: all 2s ease-out;
  }

}
@media (max-width: 600px){
  #wy-us > #left-side > #header-lower{
      font-size: 1.1rem;
  }
  #wy-us  > #right h3{
      font-size: 24px;
  }

}

@media (max-width: 500px){
  #wy-us > #left-side {
    padding: 0 10px;
  }
}












/* ||  hero-contact- **********************************************************/
#hero-contact{
width: 100%;
background-color: #f8f8f8;
}
#hero-contact > #content{
max-width: 1900px;
margin: auto;
display: flex;
flex-wrap: wrap;

}
#hero-contact > #content > #left{
width: 50%;
padding: 0 90px;
display: flex;
flex-direction: column;
justify-content: center;
height: 500px;
}
#hero-contact > #content > #right{
width: 50%;
height: 100%;
position: relative;
height: 500px;
}
#hero-contact > #content > #left> #text-top{
color: var(--theme-color-gold);
font-size: 18px;
font-weight: 500;
font-family: var(--font-Bebas);
margin-bottom: 10px;
}

#hero-contact > #content > #left> #text-center{
color: var(--theme-color-text_dark);
font-size: 32px;
font-weight: 500;
font-family: var(--font-Bebas);
margin-bottom: 30px;
}

#hero-contact > #content > #left> #contact-button a span{
padding-left: 10px;
display: none;
}
#hero-contact > #content > #left> #contact-button a{
background-color: var(--theme-color-gold);
height: 50px;
width: 130px;
display: flex;
align-items: center;
justify-content: start;
padding: 0 20px;
color: white;
font-size: 18px;
letter-spacing: 1px;
font-family: var(--font-Bebas);
transition: all 0.2s ease-in-out;
}


#hero-contact > #content > #right img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}





#hero-projects > #content > #projects > #top > #right > #text::before
{
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 1px; 
background-color: var(--theme-color-alter_bg_color);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease; 
}



#hero-projects > #content > #projects > #top > #right > #text:hover::before 
{
transform: scaleX(1); 
}
@media (max-width: 767px){

  /* ||  hero-contact **********************************************************/
  #hero-contact > #content > #left> #text-center{
    color: var(--theme-color-text_dark);
    font-size: 25px;
    font-weight: 500;
    font-family: var(--font-Bebas);
    margin-bottom: 20px;
  }
  #hero-contact > #content > #left{
    width: 100%;
    padding: 0px 30px;
    height: 200px;
  }
  #hero-contact > #content > #right{
    width: 100%;
    height: 100%;
    position: relative;
    height: 400px;
  }
  #hero-contact > #content > #left> #contact-button a{
    height: 40px;
  }
  #go-up{
    bottom: 30px;
    right: 10px;
  }
  }




#slider-bar-project{
width: fit-content;
display: flex;
flex-direction: row;
margin: auto;
margin-top: 30px;
}
#slider-bar-project ul{
    width: fit-content;
    display: flex;
    flex-direction: row;
}
#slider-bar-project li{
margin: 2px;
width: 20px;
height: 3px;
border-top-left-radius: 1px;
border-top-right-radius: 1px;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
transition-duration: 444ms;
transition-timing-function: cubic-bezier(.4,0,.2,1);
background-color: #bababa29;
}






