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



body{
    margin:0;
    background: #0E0C54;
    height: 100vh;
    overflow:hidden;   
}

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

#particles-js{
    background: midnightblue;
    height: 400px;
}

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


a:hover {
    letter-spacing: 1px;
    color: #4CCBD5;
    text-decoration: none;
    margin-top: 5px;
    list-style-type: none;
    text-align: right;
    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;
}

h2{
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    color: #F9F9F9;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 10px;
    font-family: 'Montserrat', sans-serif;
}

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

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

img {
    width: 70%
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
    position: relative;
    background: border-box;
    margin: 0.5px;
    overflow-y: hidden;
    overflow-x: hidden;
}

section h1 {
    font-size: 30px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 600;
    z-index: 2;
    padding-top: 0px;
    text-align: center;
    border-width: thin;
    font-family: 'Montserrat', sans-serif;
}

section p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: lighter;
    color: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}

section p1{
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: lighter;
    color: #F9F9F9;
    line-height: 40px;
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
}

section h4{
    font-size: 2rem;
    color: rgba(6,231,250,1);
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

section h5 {
    font-size: 2rem;
    color: rgba(255,255,255,1);
    font: normal;
    font-style: normal;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
}

li, a, button {
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.v-header{
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

/* Footer */
footer p {
    color: #FFFFFF;
    text-align: right;
    padding-bottom: 0%rem;
    padding-right: 0px;
    font-family: 'Montserrat', sans-serif;
}


/*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 {
    min-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0px;
    max-width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    border: none;
    overflow-y: scroll;
}


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

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

.index_intro > div{
  padding:1em 15%;
        }
.index_introII > div{
  padding:1em 0px;
        }
.index_introII{
  display:grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
        }
.gridAbout{
  display: grid;
  grid-template-columns: 40% 60%; 
     }
.gridcontact{
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row-gap: 3em;
    margin-right: 30px;
      }
     
.gridservices1{
margin:0;
z-index: 2;
}

.gridAbout{
  margin-top:30px;
    
}

.gridcontact{
    margin-top: 30px;
    margin-right: 60%;
    margin-left: 50%;
    line-height: 3.5;
    width: 100%;
    max-width: 100%;
    display: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    text-align: center;
}

.gridAbout a{
    padding-top: 10px;
    font-size: 15px;
    margin-left: 68%;
    text-align:right;
    font-family: 'Montserrat', sans-serif;
}


.gridcontact a{
    font-size: 14px;
    margin-left: 60%;
    text-align:right;
    font-family: 'Montserrat', sans-serif;
    
}

.gridcontact p{
    font-size: 14px;
    margin-left: 40%;
    text-align:right;
    font-family: 'Montserrat', sans-serif;
    
}

.gridcontact h3 {
    font-weight: bold;
    margin-top: 0px;
    margin-right: 10%;
    margin-left: 0;
    margin-bottom: 0%;
    color: #F9F9F9;
    text-align: right;
    font-size: 30px;
    line-height:1.3;
    font-family: 'Montserrat', sans-serif;
}

.gridAbout h3 {
    font-weight: bold;
    margin-top: 0px;
    margin-right:10%;
    margin-left: 0;
    margin-bottom: 0%;
    color: #F9F9F9;
    text-align: right;
    font-size: 40px;
    line-height:1.5;
    font-family: 'Montserrat', sans-serif;
}

.gridAbout p{
    font-size: 15px;
    color:aliceblue;
    text-align: right;
    line-height: 2;
    margin-right: 10%;
    margin-left: 10%; 
    font-family: 'Montserrat', sans-serif;
    
}

 .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%;
        }

.btn {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 5px;
  right: 0px;
  width: 80px;
  height: 40px;
}

.btn-outline {
  background-color: transparent;
}

.btn:hover {
  color: midnightblue
}

/* Backgrounds & colored buttons */

.bg-secondary,
.btn-secondary {
  background-color: var(--secondary-color);
  color: #fff;
}
.fullscreen-video-wrap{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 width: 100%;
 height: 100vh;
 overflow:hidden;
 z-index: 0;
}


.header-overlay{
 height:100vh;
 position: absolute;
 top: 0;
 left: 0;
 width: 100vw;
 z-index:1;
 background-color: #010454;
 opacity: 75%;
}

.header-content{
 z-index: 2;
 ;
}

.header-content img{
width: 250px;
padding-bottom: 0;
margin-top: 0px;
}

.header-content h1{
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.header-content h2{
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 30;
    font-weight: bold;
    letter-spacing: 5px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.header-content p{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: .7;
    padding-bottom: 0;
    align-self: center;
    font-family: 'Montserrat', sans-serif;
    
}


.logo{
    cursor: pointer;
    color: #F1F4F9;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 10px;
    justify-content: space-between;
}

.logo h1{
    margin-bottom: 0;
}


.container video {
    position:static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.text {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    margin-left: 500px;
    margin-right: 20px;
}

.text h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    color: #06E7FA;
    text-align: right;
    white-space: normal;
    height: 0px;
    width: 0px;
    position: static;
    overflow: scroll;
    cursor: text;
    font-family: 'Montserrat', sans-serif;
}

.text h3 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 20px;
    color: #06E7FA;
    text-align: right;
    vertical-align: middle;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.text p {
    font-size: 1.5em;
    margin-top: 20px;
    margin-right: 0%;
    margin-left: 20%;
    margin-bottom: 20px;
    font-weight: 400;
    color: #EBF1F2;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    clear: left;
    float: right;
    height: 300px;
    width: 300px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}


.social
{
    position: static;
    z-index: 10;
    bottom: 20px;
    display: flex;
    justify-content: center;
    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);
}

* {
    margin: 0;
    padding: 0;
    z-index: 2;
}

html {
  font-size: 10px;
}



@media(max-width: 798px){
    .showcase, .showcase header{
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 0px;
    padding-top: 100px;
    }
    .text h2{
    font-size: 3em;
    }    
    .text h3{
        font-size: 2em
    }
}

/*Navbar*/

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

.navbar .flex {
    justify-content: space-between;
    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;
    text-align: 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;
}

.logo {
    cursor: pointer;
    margin-right: auto;
}

.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;
}

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

button:hover {
    background-color: rgba(0,136,169,0.6) ;
}


.right{
	padding: 25px 50px;
}

textarea{
	min-height: 30px;
}

.btn{
	color: #034064;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
    width: 35rem;
    margin-top: 10px;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #06E7FA;
}

.footer{
    height: 100%;
}

.footer p1{
    color: aliceblue;
    padding-top: 0px;
    padding-bottom: 40px;
    /* [disabled]margin-top: 0px; */
    margin-bottom: 30px;
}

.DaBlueMethod h3{
    padding-left: 10%;
    color: rgba(255,255,255,1);
    font-size: 30px;
}

 .box1{
      /*align-self:start;*/
      grid-column:1/3;
      grid-row:1/3;
    }

 .box2{
      /*align-self:end;*/
      grid-column:3;
      grid-row:1/3;
    }

 .box3{
      /*justify-self:end;*/
      grid-column:2/4;
      grid-row:3;
    }

 .box4{
      grid-column:1;
      grid-row:2/4;
      border:1px solid #333;
    }

.slider{
  margin-top: 10%;
  max-width: 1000px;
  display: flex;
}
.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;
}

.card .content .btn{
  margin-top: 10%;
  display: block;
  text-align: left;
  margin: 10% 0;
}
.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;
}

.login-form{
    position: relative;
    margin-top: 0px;
    width: 80%;
    height: auto;
    padding: 40px 35px 60px;
    box-shadow: 0 0 1px #034064;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-box-shadow: 0 0 1px #034064;
    text-decoration: none;
}
.text{
  font-size: 30px;
  color: #c7c7c7;
  font-weight: 600;
  letter-spacing: 2px;
}

form{
  margin-top: 40px;
}
form .field{
  margin-top: 20px;
  display: flex;
}
.field .fas{
  height: 50px;
  width: 60px;
  color: #06E7FA;
  font-size: 20px;
  line-height: 50px;
  border: 1px solid #444;
  border-right: none;
  border-radius: 5px 0 0 5px;

}
.field input,form button{
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 19px;
  color: #868686;
  padding: 0 15px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #06E7FA;
  caret-color: #06E7FA;
  background: linear-gradient(#333,#222);
}
input:focus{
    color: #06E7FA;
    box-shadow: 0 0 5px rgba(0,255,0,.2),
              inset 0 0 5px rgba(0,255,0,.1);
    background: linear-gradient(#333933,#222922);
    animation: glow .8s ease-out infinite alternate;
}
@keyframes glow {
   0%{
    border-color: #06E7FA;
    box-shadow: 0 0 5px rgba(0,255,0,.2),
                inset 0 0 5px rgba(0,0,0,.1);
  }
   100%{
    border-color: #06E7FA;
    box-shadow: 0 0 20px rgba(0,255,0,.6),
                inset 0 0 10px rgba(0,255,0,.4);
  }
}
.login-form button{
  margin-top: 40px;
  border-radius: 5px!important;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}
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;
}
.link{
  margin-top: 25px;
  color: #868686;
}
.link a{
  color: #06E7FA;
  text-decoration: none;
}
.link a:hover{
  text-decoration: underline;
}



@media (max-width: 700px) {
.DaBlueMethod h3{
        font-size: 20px;
    }
.header-content img{
    width: 40%        
        }
.gridAbout{
    display: grid;
    grid-template-columns: 40% 50%;
     }
.gridAbout h3 {
    font-weight: bold;
    margin-top: 0px;
    margin-right: 3%;
    margin-left: 0;
    margin-bottom: 0%;
    color: #F9F9F9;
    text-align: right;
    font-size: 30px;
    line-height:1.3;
}

.gridAbout p{
    font-size: 13px;
    color:aliceblue;
    text-align: right;
    line-height: 1.5;
    margin-right: 3%;
    margin-left: 20%  
}
.gridAbout img{
    width: 200px;
    height: 300px;
      }
    .index_intro > div{
    padding:1em;
        }
     .index_introII > div{
    padding: 0px 10px;
        }
    .index_introII{
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    align-self: center;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    }  
    .index_introII img{
    width: 200px;
    }
    .index_introII p{
    font-size: 10px;
    line-height: 2;
    }
    .index_intro h5{
    font-size: 12px;   
    }
    
    .slider {
    padding-top: 15%;
    }
    .card .content{
    padding-top: 10%;
    
}
    .card .content h4{
    margin: 10px 0;
    line-height: 1.2;
  font-size: 16px;
}
    .card .content p{
    line-height: 1.4;
    font-size: 12px;
}

}


@media (max-width: 900px){
   .header-content img{
    width: 30%        
        }
}

@media (max-width: 1100px){
   .header-content img{
    width: 30%        
        }
     .index_introII > div{
    padding: 0px 10px;
        }
    .index_introII{
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    align-self: center;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    }  
    .index_introII img{
    width: 100%    
    }
    .index_introII p{
    font-size: 13px;   
    }
    .index_intro h5{
    font-size: 15px;   
    }
}

@media (max-width: 320px) {
    
.gridcontact h3 {
    font-weight: bold;
    margin-top: 0px;
    margin-right: 10%;
    margin-left: 0;
    margin-bottom: 0%;
    color: #F9F9F9;
    text-align: right;
    font-size: 20px;
    line-height:1.3;
    font-family: 'Montserrat', sans-serif;
}
    
.DaBlueMethod h3{
        font-size: 8px;
    }
.header-content img{
    width: 20%; 
        }
.gridAbout{
    display: grid;
    grid-template-columns: 40% 50%;
     }
.gridAbout h3 {
    font-weight: bold;
    margin-top: 0px;
    margin-right: 3%;
    margin-left: 0;
    margin-bottom: 0%;
    color: #F9F9F9;
    text-align: right;
    font-size: 20px;
    line-height:1.3;
}

.gridAbout p{
    font-size: 9px;
    color:aliceblue;
    text-align: right;
    line-height: 1.5;
    margin-right: 3%;
    margin-left: 20%  
}
.gridAbout img{
    width: 100px;
    height: 200px;
      }
.index_intro > div{
    padding:0  2em;
        }
 .index_introII > div{
    padding: 0px 10px;
        }
.index_introII{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    align-self: center;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    }  
.index_introII img{
    width: 70px;
    }
.index_introII p{
    font-size: 8px;
    line-height: 1;
    }
.index_intro h5{
    font-size: 12px;   
    }
    
.index_intro p{
    font-size: 9px; 
    margin: auto;
    }
    
.slider {
    padding-top: 30%;
    }
    .card .content{
    padding-top: 10%;
    
}
.card .content h4{
    margin: 10px 0;
    line-height: 1;
  font-size: 12px;
  font-weight: 400;
}
.card .content p{
    line-height: 1;
    font-size: 8px;
}
    
.card .content .btn{
  display: block;
  align-self: center;
  margin: 5px -90%;
}
.card .content .btn button{
  color: #fff;
  border: none;
  outline: none;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.card .content .btn button:hover{
    transform: scale(0.5);
    text-align: center;
    font-size: 10px;
}

.navbar a{
    font-size: 8px;
    }
    
}
