
:root {
  --dark-blue: #16243e;
  --yellow: #edb511;
  --orange:#cd7214;
  --blue:#002c55;
  --pSize:20px;
  --BigText:75px;
  /* var(--yellow) */
}
  
  .main-image{
    /* height: 550px;  */
    height: 80vh; 
    background-size:cover;
    background-image: url(images/Laacbaner1.jpg);
    position: relative;
  }
  .main-image-text{
    
    position: absolute;
    top: 50px;
    left: 50px;
   
  }

  .main-image-text  h1{
   font-size: 75px;
   color: #fff;
   text-shadow: 1px 2px 15px rgb(52, 52, 52);
   }
   .main-image-text  p{
    width: 400px;
    font-size: 20px;
    /* text-align:justify; */
    color: #fff;
    text-shadow: 1px 2px 15px rgb(52, 52, 52);
    }
    @media screen and (max-width: 500px) {
      .main-image-text  h1{
        font-size: 55px;
        }
        .main-image-text  p{
         width: 300px;
         font-size: 20px;
         
         }
        }
/* what we are */

.company-info{
  height:auto;
  display: flex;
  background-image: url(/images/Ayacol_Home\ What\ we\ are\ Background.png);
background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;

}
.company-info-container{
  display:grid;
  grid-template-columns: 40% 60%;
   width: 100%;

}
.company-info-wrapper{
  display: flex;
 flex-direction: column;
  justify-content:center ;
  overflow: auto;

}
.company-info-wrapper p{
max-width:800px;
font-size: 20px;
color: #16243e;
padding: 5px;
/* text-align:justify; */
font-weight: 600;
line-height: 25px;
width: 85%;

}
.company-info-wrapper h2{
  font-size: 60px;
  color: #16243e;
   }

   .company-info-img{

     display: flex;
     justify-content: center;

     }
 

   @media all and (max-width:1150px){
    .company-info-container{
      display: flex;
      flex-direction: column;
      align-items: center;
        justify-content:center;
  
     
      }
   }
   @media all and (max-width:760px){
    .company-info-container{
      display: flex;
      flex-direction: column-reverse;

        justify-content:center;
  
     
      }

       .company-info-wrapper h2{
         font-size: 50px;
         color: #16243e;
         width: 85%
          }
         
            /* checar */
       
           .company-info-container{
            gap: 50px;
           }
           .company-info-wrapper{
            align-items: center;
           }

   }
@media all and (max-width:500px){
.comp-info-image{
  transform: scale(85%);
   margin: 0;
   padding:0;
}
}

/*what we are end */


/* yelow cards */

.card-container{
  height: auto;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #edb511;
  color: #16243e;
  
  
  }
  .card-container h4{
    font-size: 30px;
  }
  .card-container p{
   font-size: 20px;
   font-weight: 600;
  }
  .card img{
   background-color: #fff;
   border-radius: 80px;
   }
  .card button{
    color: #fff;
    background-color: #16243e;
    padding: 10px;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 5px;
  }
  .card button:hover{
    transform: scale(1.1);
    overflow-x: hidden;
  }
  .card-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
  .card{
    width: 350px;
    display: flex;
    flex-direction: column;
   align-items: center  ;
   gap: 20px;
   
   border-radius: 5px;
  }
    /* footer */
    
  @media screen and (max-width: 960px) {
    .card-wrapper{
      flex-direction: column;
    }
    .card{
      margin-bottom: 50px;
    }
  }



/* yelow cards end */

/*  video */
    
    .company-video {
      display:grid;
    grid-template-columns: 1fr 1fr;   
   width: 85%;
   }
   .company-video-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10%;
    padding-top: 50px;

   }
   .company-video-info{
   display: flex;
   flex-direction: column;
  justify-content: center;
  align-items: center;
    margin-top: 75px;
    margin-bottom: 75px;
 
   }
   .video-container{
    display:flex ;
    align-items: center;
    justify-content: center;
  }
  iframe{
   max-width: 90%;
    max-height: 90%;
    margin-bottom: 10px;
  }
  .company-video-wrapper h2{
   font-size: 50px;
   color: #16243e;
   width: 85%;


   }
   .company-video-info p{
    font-size: 20px;
    width: 85%;
    /* text-align: justify; */
    font-weight: 600;
    line-height: 25px;
    color: var(--dark-blue);
    }

    @media screen and (max-width:750px) {
      .company-video {
      grid-template-columns: 1fr;  
      width: 100%; 
     }
     .company-video h2{
      font-size: 50px;
      padding-bottom: 10px;
     }
    }


    /*  video end */


/* slide show */
  .banner{
    padding-top: 80px;
    position: relative;
    width: 100%;
    height: 500px;
    left: 0;
    height: 70vh;
    /* z-index: 0; 

     height: 80vh; 
     background-size:cover;
     position: sticky;*/

  }
  .banner .image-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition:ease-in 0.5s;
    background-position: center;

  }
  .banner .image-box img.active{
    opacity: 1;
  }
  .controls{
  width: 100%;
  }

  .controls a{
    font-size: 50px;
    opacity: .8;
   color: #fff;
  }
  .previous,
.next {
  cursor: pointer;
  position: absolute;
  top: 42%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: inherit;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}
.next{

  left: 25px;
}
.previous{

  right: 25px;
}


.banner a{
  position: absolute;
    cursor: pointer;
    font-size: 50px;
}

.content-box{
  position: absolute;
  bottom: 0;
  right: 10px;
  max-width: 700px;

}
.content-box div{
   display: none; 
}

.content-box div.active{
   display: block; 

   padding: 30px;
   padding-left: 100px;
   border-radius: 4px;

}
.content-box h2{
 color:   #fff;
font-size: 70px;
text-shadow: 1px 3px 15px rgb(52, 52, 52);

}
.content-box  p{
  color:   #fff;
font-size: 20px;
text-shadow: 1px 3px 15px rgb(52, 52, 52);
 }

 .content-box-top{
  position:absolute; 
  left: -65px;
  max-width: 1150px;
  color: #fff;
  top: 30px;
}
.content-box-top div{
  display: none; 
}
.content-box-top div.activetop{
  display: block; 

  padding: 0px;
  padding-left: 100px;
  border-radius: 1px;

}
.content-box-top h2{
  color:   #fff;
  font-size: 70px;
  text-shadow: 1px 3px 15px rgb(52, 52, 52);
 }

.content-box-top  p{
  color:   #fff;
  font-size: 20px;
  text-shadow: 1px 3px 15px rgb(52, 52, 52);
  text-align: left;
 }
 @media screen and (max-width:750px) {
 .content-box h2{
  font-size: 2rem;
 }
 .content-box p{
  font-size: 1rem;
 }
 .content-box-top h2{
  font-size: 2rem;
 }
 .content-box-top p{
  font-size: 1rem;
 }
 .previous,
.next {
  top: 30%;
}
 }

 @media screen and (max-width:950px) {
  .content-box h2{
   font-size: 2rem;
  }
  .content-box p{
   font-size: 1rem;
  }
  .content-box-top h2{
   font-size: 2rem;
  }
  .content-box-top p{
   font-size: 1rem;
  }
  .previous,
 .next {
   top: 30%;
 }
  }




