@import url('https://fonts.cdnfonts.com/css/bauhaus-93');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    box-shadow: 0px 5px 10px #BEBEBE;
    z-index:100;
}

.my-float{
	margin: 15px 7px;
}

.fa{
    margin-left: 5px;
    margin-right: 5px;
}

h1{
    font-size: 3rem;
    font-family: "Bauhaus 93", sans-serif;
    color: #1A2277;
}

h2{
    font-size: 2rem;
    font-family: "Bauhaus 93", sans-serif;
    color: #1A2277;
}

p{
    font-size: 0.8rem;
}

.fa-solid{
    color: rgba(23, 36, 46, 1);
}

.container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
    scroll-behavior: smooth;
}

section{
    scroll-snap-align: start;

}

span{
    color: #FF0000;
    font-family: "Bauhaus 93", sans-serif;
}


/* HEADER/NAVBAR */

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    height: 50px;
    background-color: #F4F5FF;
    box-shadow: 0px 7px 15px #9b9b9b45;
    z-index: 10;
    position: fixed;
    position: sticky;
    top: 0; 
    /* border:5px solid rgba(0, 0, 0, 1);    */
}

.header h1{
    color: #1A2277;
    text-decoration: none;
    font-size: 1rem;
}

.header li, a{
    color: #1A2277;
    text-decoration: none;
    font-size: 0.8rem;
}

.navBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    align-content: space-between;
  }

.logoHEADER{
    display: flex;
    /* border:5px solid rgba(0, 0, 0, 1); */
    width: 270px;
    max-height: 100%;
    align-items: center;
}

.logoHEADER img{
    overflow: hidden;
    max-width: 30px;
    max-height: 30px;
    object-fit: cover;
    margin-right: 2%;
    /* border:5px solid rgba(0, 0, 0, 1); */
}

.logoHEADER h1{
    font-size: x-large;
    font-weight: bolder;
    cursor: pointer;
    width: auto;
    margin-bottom: 0;
    margin-left: 5px;
    /* border:5px solid rgba(0, 0, 0, 1); */
}

.navLinks{
    list-style: none;
    /* border:5px solid rgba(0, 0, 0, 1); */
    width: auto;
    /* margin: 1%; */
    
}

.navLinks li{
    display: inline-block;
    padding: 0 20px;
    font-weight: 500;
    font-size: 1em;
}

.navLinks a{
    transition: all 0.3s;
}

.navLinks a:hover{
    color:#FF0000;
    text-shadow: 0px 0px 20px rgba(165, 42, 42, 0.3);
}

.header button{
    font-family: "Roboto", sans-serif;
    width: 150px;
    border: none;
    border-radius: 50px;
    background-color: #1A2277;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.header button:hover {
  background-color: #FF0000;
  color: white;
}


/* HERO */

.hero{
    background-image: url("heroBG.png");
    background-color: rgba(0, 0, 0, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}


.hero img{
    margin-top: 30px;
    overflow: hidden;
    width:  auto;
    max-width: 35%;
    max-height: 35%;
    object-fit: cover;
    margin-bottom: 2rem;
}

.heroContent{
    color: rgba(244, 246, 248, 1);
    position: relative;
    height: 100vh;
    padding: 5%;
    text-align: center;
    align-content: center;

    /* border:5px solid rgb(204, 16, 16); */
}

.heroContent p{
    font-size: 1em;
    margin-bottom: 1.5rem;
}

.heroContent h1{
    font-size: 2.5em;
    letter-spacing: 1.5px;
    margin-bottom: 0.3rem;
    color:#ffffff;
}

.hero button{
    font-family: "Roboto", sans-serif;
    width: 250px;
    border: none;
    border-radius: 50px;
    background-color: #FF0000;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.hero button:hover {
  box-shadow: 0px 2px 20px #ff8b8b9a;
  color: white;
}




/* ABOUT */


.about{
    height: 100vh;
    background-color: #F4F5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border:5px solid rgba(0, 0, 0, 1); */
}

.aboutContent{
    display: flex;
    position: relative;
    height: 100vh;
    padding: 5%;
    text-align: center;
    align-content: center;
}

/* 
.aboutImage{
    background-image: url("about_puffin.jpg");
    height: 80%;
    width: 80%;
    border-radius: 0.5rem;
    background-size: 100%;
    background-position: center 25%;
    background-repeat: no-repeat;
    margin-bottom: 0.7rem;
    transition: all 0.3s;
    border:5px solid rgba(0, 0, 0, 1); 
    overflow: hidden;
}


.aboutImage:hover{
    box-shadow: 0px 5px 10px rgba(23, 36, 46, 0.2);
    height: 83%;
    width: 83%;
    transition: all 0.3s;
}
    

.aboutImage img{
    max-width: 100%;
    object-fit:cover;
}
*/

.aboutCol1{
    flex: 40%;
    padding: 10% 0%;
    align-content: center;
}

.aboutCol2{
    flex: 60%;
    align-items: left;
    text-align: left;
    padding: 10% 0%;
    align-content: center;
    margin-top: 50px;
}

.about img{
    margin-top: 30px;
    overflow: hidden;
    width:  auto;
    max-width: 65%;
    max-height: 65%;
    object-fit: cover;
    margin-bottom: 2rem;
}

.aboutText{
    text-align: left;
    width: 100%;
    align-items: center;
}

.aboutText h1{
    font-size: 3rem;
    margin-bottom: 0.6rem;
}

.aboutText p{
    font-size: 0.8rem;
}


.about button{
    font-family: "Roboto", sans-serif;
    width: 220px;
    border: none;
    border-radius: 50px;
    background-color: #FF0000;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.about button:hover {
  box-shadow: 0px 2px 20px #FF00004d;
  color: white;
}

.clientList {
    display: flex;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: space-between;
    /* border:5px solid rgb(204, 16, 16); */

}

.clientListItem {
    width: 100%;
    height: 100%;
    /* border: 0.5rem outset pink; */



}

.clientListItem img{
    max-width: auto;

    /* border: 0.5rem outset pink; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* .fa-cloud{
    text-shadow: 0px 0px 15px rgba(23, 36, 46, 0.2);
} */



/* PRODUCTS */

.products{
    height: 100vh;
    background-color: #F4F5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 5%;
    /* border:5px solid rgba(0, 0, 0, 1); */
}

.products h1{
    font-size: 3rem;
    text-align: left;
    width: 100%;
}

.productIMG{
    text-align: left;
    align-content: left;
}

.productIMG img{
    overflow: hidden;
    width: 20%;
    margin-top: 3rem;
}

.productsContent{
    display: flex;
    position: relative;
    height: 150px;
}

.productsCol1{
    flex: 70%;
    align-content: center;
    text-align: left;
    padding-right: 30px;
}

.productsCol2{
    flex: 30%;
    align-content: center;
    padding-top: 80px;
}

.productsText{
    text-align: left;
    width: 100%;
    align-items: center;
}

.productsText p{
    font-size: 0.8rem;
}

.products button{
    font-family: "Roboto", sans-serif;
    width: 270px;
    border: none;
    border-radius: 50px;
    background-color: #FF0000;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.fa{
    margin-left: 10px;
}

.products button:hover {
  box-shadow: 0px 2px 20px #FF00004d;
  color: white;
}


/* Slideshow container */
.slideshow-container {
    max-width: 100vw;
    position: relative;
    margin: 20px 0;
  }

.mySlides img{
    width: 100vw;
    object-fit: cover;
}

  
  /* Hide the images by default */
  .mySlides {
    display: none;
    text-align: center;
    width: 100vw;

  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #1A2277;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: #1A2277;
    color: #ffffff;
  }
  
  /* Caption text */
  .text {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #858cda;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #1A2277;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }


/* CONTACT */

.contact{
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column;
    padding: 15% 10%; */
    background-color: #131853;
    color: rgba(244, 246, 248, 1);
    padding: 10%;
}

.contactContent{
    display: flex;
}


.contactCol1{
    flex: 70%;
}

.contactCol2{
    flex: 30%;
    padding: 10% 0%;
    align-content: center;
}

.contact img{
    margin-top: 30px;
    overflow: hidden;
    width:  auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin-bottom: 2rem;
}

.contact p{
    font-size: 0.8em;
}

.contact h1{
    color:#ffffff;
}


.contact h2{
    color:#ffffff;
}


.container_contact {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 0.5rem outset pink;  */
  }
  
  .container_contact_card {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    color: rgba(46, 44, 57, 1);
    border-radius: 2rem;
    display: flex;
    align-content: center;
  }


.divider {
    /* border-left:1px solid rgb(81, 98, 112); */
    border-right:1px solid  #FF0000;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.container_contact_card:hover{
    box-shadow: 0px 0px 10px rgba(227, 228, 230, 0.455);
    transition: all 0.3s;
    /* height: 30%;
    width: 110%; */
}

/*
.container_contact-3 {
    width: 500px;
    display: flex;
    align-items: center;
    border: 0.5rem outset pink; 
    justify-content: space-between;
    margin-top: 50px;
  }
*/


  /* FOOTER */


  /* .footer{
    width: 100%;
    align-items: center;
    margin-top: 110%; */
    /* top: 10%; */
    /* position: relative;
    background-color: aliceblue;


  } */

.footer{
    width: 100%;
    text-align: center;
    align-items: center;
    height: 30px;
    padding: 8px;
    background-color: #FF0000;
    color: #ffffff;
}

.footer p{
    font-size: 0.7em;

}



/* CONSTRUCTION PAGE */
.construction{
    height: 90vh;
    justify-content: center;
    align-items: center;
    /* flex-direction: column;
    padding: 15% 10%; */
    background-color: #131853;
    color: rgba(244, 246, 248, 1);
    padding: 10%;
    text-align: center;
}


.construction img{

    overflow: hidden;
    width:  auto;
    max-width: 70%;
    max-height: 70%;
    object-fit: cover;
    margin-bottom: 1%;
}


.construction p{
    font-size: 1em;
    margin-bottom: 1.5rem;
}

.construction h1{
    font-size: 2.5em;
    letter-spacing: 1.5px;
    margin-bottom: 0.3rem;
    color:#ffffff;
}


.buttonCONST{
    font-family: "Roboto", sans-serif;
    width: 250px;
    border: none;
    border-radius: 50px;
    background-color: #FF0000;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonCONST:hover {
  box-shadow: 0px 2px 20px #ff8b8b9a;
  color: white;
}


/* PROJECTS */

.projects{

    padding: 5%;
    justify-content: center;
    align-items: center;
    /* flex-direction: column;
    padding: 15% 10%; */
    background-color: #F4F5FF;
}

.projectsIMG{
    text-align: left;
    align-content: left;
}

.projects img{
    overflow: hidden;
    width: 20%;
    margin-top: 4rem;
}

.projectsText{
    justify-content: center;;
    margin: 0.7rem 0;
}

.projectsText h1{
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.projectsText p{
    font-size: 0.8rem;
}

.projectSubContainer{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.card{
    display: flex;
    background-color: #ffffff;
    border-radius: 0.5rem;
    color: rgba(23, 36, 46, 1);
    transition: all 0.3s;
}

.card_hover:hover{
    box-shadow: 0px 5px 15px #bebebe41;
    transition: all 0.3s;
}

/* .cardText{
    margin-left: 15px;
} */

.cardImg{
    background-size: cover;
    background-position: 0 35%;
    background-repeat: no-repeat;
    border-radius: 0.5rem 0 0 0.5rem ;
    width:100%;
}

/*
.cardIMG img{
    border: rgba(244, 246, 248, 1) 0.1rem solid;
    background-size: cover;
    height: 150px;
    width: 40%;
}
*/

.cardText{
    padding: 15px;
    width: 100%;
}

.cardText p{
    font-size: 0.7rem;
}


/*
.card:nth-of-type(1){
    display: flex;
    flex-direction: column;
    grid-column: 1/3;
    background-color: rgba(23, 36, 46, 1);
    color: rgba(244, 246, 248, 1);
}
*/

.projectInfo {
    font-family: "Roboto", sans-serif;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #F4F5FF;
    color: #000000;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    transition-duration: 0.4s;
    margin: 10px 0;
}


.projectStatus {
    font-family: "Roboto", sans-serif;
    width: 100%;
    border: none;
    border-radius: 50px;
    color: #000000;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    margin-top: 10px;
    transition-duration: 0.4s;
}


.dotStatus {
    height: 8px;
    width: 8px;
    margin: 0 7px 0 0;
    background-color: #ff5900;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .inProgress{
    background-color: #ffc0a5;
  }

  .dotInProgress {
    background-color: #ff5900;
  }

  .done{
    background-color: #a5e3ab;
  }

  .dotDone {
    background-color: #1f882d;
  }

.cardImg1{
    background-image: url("projectsASSETS/projectsSCHROEDER.png");
}

.cardImg2{
    background-image: url("projectsASSETS/projectsGENSET1.png");
}

.cardImg3{
    background-image: url("projectsASSETS/projectsDELAN.png");
}

.cardImg4{
    background-image: url("projectsASSETS/projectsFITOK2.jpg");
}

.cardImg5{
    background-image: url("projectsASSETS/projectsBIMA.jpeg");
}

.cardImg6{
    background-image: url("projectsASSETS/projectsYOKOGAWA.jpg");
}

.cardImg7{
    background-image: url("projectsASSETS/projectsATLASCOPCO.avif");
}

.cardImg8{
    background-image: url("projectsASSETS/projectsPLC.png");
}

.cardImg9{
    background-image: url("projectsASSETS/projectsTECHLINE.jpg");
}


.cardImg10{
    background-image: url("projectsASSETS/projectsWALWORTH.jpg");
}

.cardImg11{
    background-image: url("projectsASSETS/projectsRONAN.jpeg");
}


.cardImg12{
    background-image: url("projectsASSETS/projectsACEVALVE.avif");
}

.cardImg13{
    background-image: url("projectsASSETS/projectsASCO.webp");
}

.cardImg14{
    background-image: url("projectsASSETS/projectsFITOK.jpg");
}


.cardImg15{
    background-image: url("projectsASSETS/projectsDETRONIC2.jpeg");
}

.cardImg16{
    background-image: url("projectsASSETS/projectsECHOMETER.png");
}

.cardImg17{
    background-image: url("projectsASSETS/projectsREDRESS.png");
}


.cardImg18{
    background-image: url("projectsASSETS/projectsDETRONIC.jpg");
}


.cardImg19{
    background-image: url("projectsASSETS/projectsNORGREN.jpg");
}

.cardImg20{
    background-image: url("projectsASSETS/projectsSWAGELOK1.avif");
}

.cardImg21{
    background-image: url("projectsASSETS/projectsCAMERON2.jpeg");
}

.cardImg22{
    background-image: url("projectsASSETS/projectsROSEMOUNT.jpeg");
}


.cardImg23{
    background-image: url("projectsASSETS/projectsSRI.png");
}

.cardImg24{
    background-image: url("projectsASSETS/projectsMASTERVOLT.jpg");
}


.cardImg25{
    background-image: url("projectsASSETS/projectsDELTAORIFICE.jpg");
}

.cardImg26{
    background-image: url("projectsASSETS/projectsCAMERON1.png");
}

.cardImg27{
    background-image: url("projectsASSETS/projectsCOMPRESSOR.png");
}

.cardImg28{
    background-image: url("projectsASSETS/projectsPIGFOAM.png");
}





/* PROFILE */

.profile{

    padding: 5%;
    justify-content: center;
    align-items: center;
    /* flex-direction: column;
    padding: 15% 10%; */
    background-color: #F4F5FF;
}

.profileIMG{
    text-align: left;
    align-content: left;
}

.profile img{
    overflow: hidden;
    width: 10%;
    margin-top: 2rem;
}

.profileText{
    justify-content: center;
    margin: 0.7rem 0;
    width: 100%;
    text-align: justify;
}

.profileText h1{
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.profileText h2{
    margin-bottom: 0.5rem;
}

.profileText p{
    font-size: 0.8rem;
    width: 95%;

}


.profileContent{
    display: flex;
    width: 100%;

}

.profileCol1{
    flex: 1 1 auto;
    
}

.profileCol2{
    flex: 1 1 auto;
}

.containerProfile{
    display: flex;
    width: 95%;
    justify-content: space-between;

}

.cardProfile{
    background-color: #FF0000;
    color: #ffffff;
    align-content: center;
    text-align: center;
    padding: 10px;
    height: 100px;
    width: 24%;
    border-radius: 10px;
}

.cardProfile:hover{
    box-shadow: 0px 3px 10px #8201012d;
    transition: all 0.3s;
}


.containerVM {
    width: 100%px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 0.5rem outset pink;  */

  }

.cardVM {
    width: 100%;

    margin-bottom: 10px;
    text-align: left;
    padding: 10px 15px;
    background-color: #ffffff;
    color: rgba(46, 44, 57, 1);
    border-radius: 2rem;
    display: flex;
    align-content: center;

}

.cardVM p{
    width: 95%
}

.dotBullet {
    height: 8px;
    width: 8px;
    margin: 3px 7px 0 0;
    background-color: #FF0000;
    border-radius: 50%;
    display: inline-block;
  }

  .return{
    width: 100%;
    text-align: center;
    align-content: center;
    margin-top: 10px;

  }