@charset "UTF-8";
/* CSS Document */
@import "et-line.css";

*{
    margin: 0;
    padding: 0;
}

body{
    background-color:#032255;
    font-family: 'montserrat';
    z-index: 0;
    overflow-x:hidden; 
    height: 100%;
    overflow-y: scroll;
}

html,body{
    display: grid;
    height: 100%;
    place-items: center;
    text-align: center;
   }

#particles-js{
    height: 100vh;
    width: 100%;
    position: fixed;
    size: cover;
    z-index: -1;
    opacity: 40%;
}

a{
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 5px;
    letter-spacing: .8px;
    transition: 0.2s;
    font-family: 'Montserrat', sans-serif;
}


a:hover {
    letter-spacing: 1px;
    color: #4CCBD5;
    text-decoration: none;
    margin-top: 5px;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
}
    

h1{
    font-weight: 300;
    line-height: .9;
    margin-top: 2%;
    margin-right: 0;
    margin-left: 0;
    color: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}

h5{
    font-weight: 1px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}

h4{
	font-weight: 300;
	line-height: 1.5;
	margin-right: 0;
	margin-left: 0;
	color: #8fe5ff;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	border-width: 10px;
}

p{
    padding-bottom: 0;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 10%;
}

p2{
    padding-bottom: 0;
    display: flex;
    align-self: center;
    text-align: center;
    margin-left: 45%;
    color: #FFFFFF;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
}

.animation_container {
    display: flex;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    align-content: center;
    align-items: 50%;
}

/*navbar*/
.navbar {
	position: fixed;
	top: 0;
	display: flex;
	/* [disabled]height: 60px; */
	background-position: 0;
	left: 45%;
	z-index: 3;
	right: auto;
	overflow-y: hidden;
	overflow-x: visible;
	border-width: 0;
	width: 95%;
}

.navbar .flex {
	margin-top: 10px;
	margin-left: 0px;
}

.navbar ul {
    display: flex;
    list-style: none;
    width: 100%;
    margin-left: 0px;
    margin-right: 10px;
    text-decoration: none;
    list-style-position: inside;
    align-items: right;
}

.navbar ul li {
    margin-top: -20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    text-decoration: none;
}

.navbar ul li a {
    margin-top: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #f4f4f4;
    font-size: 12px;
}

button {
    padding: 5px 5px;
    background-color: rgba(0,136,169,1) ;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
	color: #06E7FA;
	border: 1px solid #06E7FA;
	box-shadow: 0 0 5px rgba(0,255,0,.3),
                    0 0 10px rgba(0,255,0,.2),
                    0 0 15px rgba(0,255,0,.1),
                    0 2px 0 black;
      } 

.nav_links {
    list-style:none;
}

.nav_links li {
    display: inline-block;
    padding: 20px 5px 0px 5px ;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a {
    color: #F9F9F9;
}

.nav_links li a:hover{
    color: #06E7FA;
}


/* Menu */

.main-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 47px;
    height: 100vh;
    background-color: rgb(19, 27, 100);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0px 0px 20px #33b0b9d4;
    transition: .3s ease;
    z-index: 4;
    place-items: left;
    text-align: left;
}

.main-menu:hover{
    width: 200px;
    overflow-y: hidden;
}

.main-menu .menu-item:hover{
    background-color: #032b66;
    cursor: pointer;
    color: antiquewhite;
}

.main-menu .menu-item{
    color: cyan;
}
.main-menu .menu-item .fa{
    font-size: 25px;
    width: 40px;
    padding: 10px;
    color: #42d5e9d4
}

.main-menu .menu-item:hover > .fa{
    color:#ebebeb
}

section#home-menu{
    background-color: rgb(33, 33, 121);
}
 

/* home_background */
   
 .header-content img{
	width: 200px;
	padding-bottom: 0;
	border-radius: 5px;
	margin-top: 0px;
   }
   
   
   .header-content p{
	font-size: 10;
	padding-bottom: 0;
	align-self: center;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	color: antiquewhite;
	text-align: center;
	margin-top: -35px;
   }


   section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0.5px;
}

/*Showcase*/
.showcase{
    height: 400px;
}

.showcase h1 {
    font-size: 30px;
    color: aliceblue;
    padding-bottom: 0%;
    font-family: 'Montserrat', sans-serif;
}

.showcase p{
    margin:20px;
    padding-top: 0%;
    font-family: 'Montserrat', sans-serif;
}

/*Utilities*/
.container {
    width: 100%;
    height: 100%;
    padding: 0px;
    max-width: 100%;
    scroll-behavior: auto;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    border: none;
    overflow-y: scroll;
    position: relative;
    z-index:2;
}

.grid {
    display: grid;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 600px;
    margin: 0 50
  }

  .index_intro > div{
    max-width: 80%;
    justify-content: center;
    padding:1em 25%;
      }

  .index_intro{
    width: 100%;
  }

  .index_introII{
    display:grid;
    justify-content: center;
    margin: 0,auto;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding:0 0 0 6em;
    position:relative;
          }


/*About*/

  .gridAbout{
   display: grid;
   grid-template-columns: 50% 50%;
   margin-top: 10%;
  }

  .About_info{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 10%;
    justify-content: center;
    align-items: center;
   }

  .About_in{
    display: grid;
    grid-template-columns: 35% 30% 30%;
    margin-top: 10%;
    justify-content: center;
    align-self: center;
    align-items: center;
   }

  .About_in h5{
    font-size: 20px;
    padding-right: 10vh;
  }

  .gridAbout img{
    width: 400px;
    height: 100%;
      }

  .gridAbout p{
      margin-top: 5%;
      color: #5cecff;
      text-align: right;
      display: flex;
  }

  .gridAbout h5{
    text-align: right;
    margin-right: 20%;
}

/*Menu*/

  .home-menu {
    height: 100%;
}
    

 /*Looties*/ 
  lottie-player .lottie{
    position:relative;
    justify-self: center;
    place-self: center;
    align-items: center;
  }
/*Carrousel*/
  .slider{
    margin-top: 0%;
    max-width: 1100px;
    display: flex;
    justify-self: center;
    align-self: center;
    margin-left: 5%;
  }
  .slider .card{
    flex: 1;
    margin: 0 15px;
  }
  .slider .card .img{
    width: 80%;
    height: 80%;
  }
  .slider .card .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .card .content p{
    margin: 10px 0;
   line-height: 1.5;
   color: #FFFFFF;
   font-weight: 300;
  }

  .card .content h4{
   font-weight: 500;
   margin-bottom: 30px;
  }
  
  .card .content .btn{
    margin-top: 10%;
    display: block;
    text-align: left;
    margin-left: 30%;
    background: none;
  }
  .card .content .btn button{
    margin-top: 10%;
    color: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
  }
  .card .content .btn button:hover{
      transform: scale(0.9);
      text-align: center;
      font-size: 15px;
  }

  /*Social*/

  .social{
    position: static;
    z-index: 10;
    bottom: 20px;
    display: flex;
    justify-content: center;
    margin-left: 5%;
    align-items: center;
    top: 60%;
}
.social li{
  list-style: none;
}
.social li a{
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
}
.social li a:hover{
  transform: scale(0.5) translateY(-15px);
}

.team-social-links{
	font-size: 14px;
	cursor: pointer;
}
.team-social-links a{
	display: inline-block;
	padding: 3px 7px;
	color: rgba(0,0,0, .4);
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

/*Contact*/

.contact{
    margin-bottom: 0;
    margin-top: 30vh;
    weight: 70vh;
}

.contact h3{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.contact h6{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.contact p{
    color: #FFFFFF;
    text-align: left;
    font-weight: 200;
    margin-left: 5%;
}

.contact-box{
	max-width: 500px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

.left{
	background: url("img/bg.jpg") no-repeat center;
	background-size: cover;
	height: 100%;
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #2ec1cc;
}

.field{
	width: 90%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #41e6e6;
	color: rgb(13, 17, 75);
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    color: rgb(255, 255, 255);;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: rgb(100, 220, 241);
}

@media screen and (max-width: 800px){
	.contact-box{
        max-width: 300px;;
		grid-template-columns: 1fr;
	}
	.left{
		height: 200px;}
}

.bottom {
    height: 75vh;
}

.bottom{
    margin-top: 25vh;
    align-content: center;
}

/*Services*/

   .gridservices1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(100px, auto);
    }
     
    .gridservices1 > div{
    padding: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
     }
     
    .showcasegrid{
    padding-top: 1em;
    padding-bottom: 2em;
    grid-template-columns: 1fr 1fr;
    align-items: center;
     }
     
    .service_description h1{
    line-height: 1.2;
    text-align: center;
    justify-content: center;
    font-size: 25px;
    color: #06E7FA;
    font-weight: 500;
     }
     
    .service_description h4{
    line-height: 1.2;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 7%
     }
     
    .service_descriptionII p{
    text-align: center;
    color: #ffff;
     }
     
    .service_description p{
    text-align: center;
    font-size: 16px;
    margin: 5%;
    color: #ffff;
     }
     
    .service_descriptionII h4{
        line-height: 1.2;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        margin-top: 7%
     }

     .service_description > div{
        padding: 1em;
        text-align: center;
            }
    
    .service_description{
        align-self: center;
        max-width: 1100px;
        padding-top: 100px;
        display:grid;
        grid-template-columns: 70% 30
    }

   .service_description > div{
    padding: 1em;
    text-align: center;
        }

.service_description{
    display:grid;
    grid-template-columns: 70% 30%
        }
.service_descriptionII > div{
    padding: 1em;
    text-align: right;
        }
.service_descriptionII{
    display:grid;
    grid-template-columns: 30% 30% 30%;
    align-self: center;
    max-width: 1100px;
    display:grid;
    grid-template-columns: 30% 30% 30%;
        }
            }
    .service_descriptionII > div{
        padding: 1em;
        text-align: right;
            }
    .service_descriptionII{
        display:grid;
        grid-template-columns: 30% 30% 30%;
            }
   
    @media(max-width: 700px){
    .slider{
        margin-top: 0%;
        max-width: 600px;
        display: flex;
        justify-self: center;
        align-self: center;
        margin-left: 5%;
              }  
            }
           
  @media(max-width: 700px){
    .container {
        width: 100%;
        height: 100%;
        padding: 0px;
        max-width: 100%;
        scroll-behavior: auto;
        scroll-behavior: smooth;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
        border: none;
        overflow-y: scroll;
        position: relative;
        z-index:2;
    }

    
    .grid {
        display: grid;
        gap: 20px;
        justify-content: center;
        align-items: center;
        height: 100%;
        max-width: 600px;
        margin: 0 50
      }

      .index_intro > div{
        padding:1em 20%;
        max-width: 700px;
              }
    
      .index_introII{
        display:grid;
        grid-template-columns: 50% 50%;
        padding:0em 0 0 4em;
        place-self: center;
        text-align: center;
        justify-items: center;
              }
      .index_II{
	place-self: center;
	font-size: 15px;
	text-align: center;
	justify-items: center;
      }
      
      .lootie{
          left: 30px;
      }
      
      .index_intro{
        font-size: 20px;
      }

    .owl-carrousel{
        width: 800px;
    }

    .gridAbout img{
        width: 150px;
        height: 100%;
          }

    section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 180vh;
        position: relative;
        margin: 0.5px;
        }

    .contact {
            display: flex;
            flex-direction: column;
            height: 100px;
            width: 100%;
            position: relative;
            margin: 0.5px;
            }
    
    .home-menu {
        height: 100%;
    }

    .services {
        width: 50vh;
        margin-left: 20px;
        font-size: 14px;  
    }

    .service_description{
        align-self: center;
        max-width: 600px;
        display:grid;
        grid-template-columns: 70% 30
    }

    .service_descriptionII{
        align-self: center;
        max-width: 600px;
        padding-top: 0px;
        display:grid;
        grid-template-columns: 30% 30% 30%;
    }

    .about {
        height: 120vh;
    }

    .contact{
        height: 80vh;
    }

    .bottom{
        margin-top: 30vh;
        align-content: center;
    }

    @media (max-width: 700px) {
        .gridservices1{
        display: grid;
        grid-template-columns: 20% 20%;
        grid-auto-rows: minmax(100px, auto);
        } 
         .gridservices1 > div{
        padding: 3em;
        padding-top: 1em;
        padding-bottom: 1em;
        font-size: 12px;
         }
         
        
        .service_description h1{
        font-size: 25px;
        line-height: 1.2;
        text-align: center;
        }
        
         .service_description p{
         line-height: 1.3 ;
         text-align: center;
         }
        
        .service_descriptionII p{
             line-height: 1.2 ;
             text-align: center;
         }

         .gridservices1{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-auto-rows: minmax(100px, auto);
            } 
             .gridservices1 > div{
            padding: 3em;
            padding-top: 1em;
            padding-bottom: 1em;
            font-size: 12px;
             }
             
             .gridservices1 > div{
            padding: 2em;
            padding-top: 1em;
            padding-bottom: 1em;
            font-size: 10px;
             }
            
            .service_description h1{
            font-size: 25px;
            line-height: 1.2;
            text-align: center;
            }
            
             .service_description p{
             line-height: 1.3 ;
             text-align: center;
             }
        
            .service_descriptionII p{
                 line-height: 1.2 ;
                 text-align: center;
             }
}

@media(max-width: 500px){

    .service_descriptionII{
        align-self: center;
        max-width: 350px;
        padding-top: 0px;
        display:grid;
        grid-template-columns: 50% 50%;
    }

    .service_descriptionII p{
        font-size: 14px;
    }

    .service_description{
        align-self: center;
        max-width: 380px;
        display:grid;
        grid-template-columns: 100%;
        margin-top: 30px;
    }
    
    .service_description p{
        line-height: 1.3 ;
        text-align: center;
        font-size: 14px;
    }
}  