*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Radio Canada Big", sans-serif;
}

button{
  cursor: pointer;
}

html,body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;

}
 

nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}
.nav-items{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}



    .logo i, .logo h1{
        transition: all 0.5s;
    }

    .logo:hover i{
        transform: rotate(400deg);
        transition: all 1s;
    }
.logo:hover h1{
   
    
   
    text-decoration: 2px underline #b9ff66;
    transition: all 0.5s;
}

.logo h1{
  font-size: 1.8rem;
  font-weight: 500;
}

.logo i{
  font-size: 3rem;
  transform: rotate(40deg);
  display: inline-block;
}

.nav-items h3{
  font-weight: 400;
  cursor: pointer;
}

.nav-items h3:hover{
  font-weight: 500;
  transition: all 0.5s;

}

.nav-items button{
  background-color: transparent;
  padding: 10px 30px;
  font-size: 1.2rem;
  border-radius: 10px;
  

}

nav button:hover{
  color: #b9ff66;
  background-color: #1f1f1f;
  transition: all 0.5s;
   

}

.page1box{
  display: flex;
  margin-top: 5vh;
  padding: 10px 30px;
 flex-wrap: wrap;
}

.box1{
  width: 50%;
  display: flex;
  flex-direction: column;
  
  gap: 30px;
}

.box1 h1{
  font-size: 5rem;
  font-weight: 400;
}

.box1 p{
  font-size: 1.9rem;
}
.box1 button{
 background-color: #1f1f1f;
  color: #fff;
  width: 40%;
  height: 8vh;
  font-size: 1.2rem;
  border-radius: 12px;
  font-weight: lighter;
  word-spacing: 10px;
    
}

.message-part1 button:hover, .box1 button:hover{
  color: #1f1f1f;
  background-color: #b9ff66;
  box-shadow: 2px 5px 5px #1f1f1f;
  transition: all 0.5s ease;

}

.box2{

  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}
.box2 img{
  position: absolute;
  right: 0;
}

.brands{
  width: 300%;
  padding: 10px 30px;
  margin: 10vh 0 10vh 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
   
}

.brands .brandimage{
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
   
}

.brandimage img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page2{
  padding: 10px 30px;
}

.services{
  display: flex;
  align-items: center;
  gap: 50px;
   margin-bottom: 4vh;
}

.service-box-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.services h1{
  background-color: #b9ff66;
   padding: 0px 5px;
  font-size: 2.5rem;
  font-weight: 400;
}

.services p{
  width: 60%;
  
}

.service-box{
  margin: 0 0 4vh 0;

  padding: 50px;
  border: 2px solid #1f1f1f;
  width: 40%;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 0px #1f1f1f;
}

.service-box-part1{
  display: flex;
  flex-direction: column;
   width: 50%;
   
  justify-content: space-between;
}

.service-box-part1 h1{
  font-size: 2rem;
  font-weight: 200;

 background-color: #b9ff66;
  padding: 0 5px;
   
}

.service-box-part1 button{
   transition: transform 0.5s;

  background: transparent;
  border: none;
  width: 80%;
   font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-box.black button:hover{
  color: #b9ff66;
  transform: translateX(5px) translateY(-2px);
   transition: transform 0.5s;
 

}

.service-box.black button:hover i{
  color: #1f1f1f;
  background-color: #b9ff66;
  transition: all 0.5s;
  font-weight: 400;
  text-decoration: none !important;
}

.service-box button:hover{
  color: #1f1f1f;
  transform: translateX(5px) translateY(-2px);
   transition: transform 0.5s;


}

.service-box button:hover i{
  color: #1f1f1f;
  background-color: #b9ff66;
  transition: all 0.5s;
  font-weight: 400;
  text-decoration: none !important;
}


.service-box-part1 button i{
  border-radius: 50%;
  font-size: 2.5rem;
  background-color: #1f1f1f;
  color: #b9ff66;
  padding: 0 2px;
  text-decoration: none !important;

}

 .service-box-part2{
   width: 50%;
    display: flex;
   align-items: flex-end;
   justify-content: flex-end;
 }

.service-box img{
  height: 170px;
  
}

.service-box.black{
  background-color: #1f1f1f;
}
.service-box.black h1, .service-box.black button i{
  background-color: #fff;
}

.service-box.black button i{
  color: #1f1f1f;
}


.service-box.black button{
  color: #fff;
  padding: 0 2px;
  scale: 0.9;
}

.message{
  width: 100%;
  display: flex;
  background-color: #f3f3f3;
   padding: 30px 60px;
  justify-content: space-between;
  border-radius: 60px;
  margin: 6vh 0 12vh 0;
}

.message-part1{
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.message-part1 h1{
  font-size: 2.5rem;
  font-weight: 300;
}

.message-part1 button{
  background-color: #1f1f1f;
  color: #fff;
  width: 80%;
  height: 8vh;
  font-size: 1.2rem;
  border-radius: 12px;
  font-weight: lighter;
  word-spacing: 10px;
  transition: all 0.5s ease;
}

.message-part2{
 width: 20%; 
}

.message-part2 img{
  width: 100%;
}

.page3{
  padding: 10px 30px;
}

.case-study{
  display: flex;
  align-items: center;
  gap: 50px;
   margin-bottom: 12vh;
}

.case-study h1{
  background-color: #b9ff66;
   padding: 0px 5px;
  font-size: 2.5rem;
  font-weight: 400;
}

.case-study p{
  width: 60%;

}


.about{
   padding: 60px;
   background-color: #1f1f1f;
  margin: 12vh 0;
  color: #fff;
  border-radius: 60px;
 display: flex;
  justify-content: space-between;
}

.about-item{
  border-right: 2px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 30%;
}
 
.about-item:nth-last-child(1) {
     border: none;
}

.about-item p{
  width: 90%;

}

.about-item button{
  background-color: transparent;
  border: none;
  color: #b9ff66;
  font-size: 1.2rem;
   gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-item button i{
  font-size: 2rem;
  transform: rotate(10deg);
}