body{
    padding: 0;
    margin: 0;
    font-family: 'Comfortaa', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



.navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 20px;
    position: fixed;
    z-index: 99;
    width: 96%;

}


.my-menu{
    font-size: 20px;
    color: #1f1f1f;
   /* margin: 0 30px 0 0; */
}

.site-logo{
    height: 25px;
    z-index: 999;
}




.my-div{
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.my-div1{
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    height: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
    justify-content: center;
    align-items: center;
    background-size: cover;
}



#home{
    background-image: url('../img/bg-2.jpg');
    height: 100vh;
    background-position: bottom right;
    background-color: #ffffff;  
}
.col{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#col-1{
    align-self: flex-end;
    width: 40%;
}



#my-img{
    max-width: 550px;
    padding: 0;
    margin: 0;
}

#col-2{
    display: flex;
    width: 60%;
    flex-direction: column;
    align-self: center;    
}

#my-img-laptop{
    width: 550px;
    padding: 0;
    margin: 0;
    /* z-index: 100; */
    position: absolute;
    bottom: 20vh;
    left: 50px;
    animation-name: floating;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	
}


@keyframes floating {
	0% { transform: translate(0, 0px); }
	50% { transform: translate(0, 15px); }
	100% { transform: translate(0, -0px); }
}


.myline{
    border: #9348bcbb solid 2px;
    border-radius: 50px;
    
    width: 40%;
    /* z-index: 99; */
    transition: width 1s linear;
}


.myline:hover{
     width: 60%;

   
}

.mainhead{

    font-size: 2.2em;
    color: #393939;
    font-weight: 700;
}

.subtitle{
    color: #393939;
    font-weight: 700;
    letter-spacing: 8px;
    transition: letter-spacing 1s linear;
}


.subtitle:hover{
    letter-spacing: 10px;

}

.myrow{
    display: flex;
    width: 80%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 50px;
}

.mybtn{
    font-family: comfortaa;
    background-color: #9348bc;
    border: 0;
    min-width: 100px;
    padding: 10px 30px;
    color:#ffffff;
    border-radius: 50px;
    box-shadow: #9348bc93 2px 2px 4px;
    transition: transform 0.5s linear;
}

.mybtn:hover{
   transform: translateY(-10px);
   /* transform: scale(1.1, 1.1); */
}

.menu-wraper{
    position: absolute;
    height: 100%;
    background-color: #ffffffe9;
    display:none;
    flex-direction: row;
    justify-content: space-between;
    z-index: 99;
    width:100%;
    top: 0;
    left: 0;
    animation-name: menu_animation;
	animation-duration: 1.5s;
	animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-direction: normal;
	animation-fill-mode: forwards;
}


@keyframes menu_animation {
	0% { backdrop-filter: blur(0px); }
	50% { backdrop-filter: blur(2.5px); }
	100% { backdrop-filter: blur(5px); }
}

#menu_icon_close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.nav-list{
    display: flex;
    height: 80vh;

    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.open-menu-site-logo{
    height: 25px;
    margin: 20px 0 0 20px;
}


.my-nav-link:link{
    color: #ffffff;
    text-decoration: none;

}

.my-nav-link:visited{
    color: #ffffff;
    text-decoration: none;
    
}


.my-footer{
    display: inline;
    position: fixed;
    bottom: 5px;
    right: 20px;
    color: #b8b8b8bf;
    z-index: 980;
    font-size: 0.8em;
}


#about{
    background-image: url('../img/bg-7.png');
    background-color: #fdfdfd;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

.page-head{
    color: #9348bc;
    font-weight: 700;
}

.page_head_line{
    border: #676767 solid 1px;
    width: 50px;
    margin-top: -10px;
}

.mycol{
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* padding: 20px; */
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 50px;
}

.text-zone{
    color: #828282;
}


/* Timeline */
 .timeline{
    height: 300px;
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
   position: absolute;
   top: 45vh;

 }

.timeline_path{
    height: 5px;
    background-color: #9348bc;
    box-shadow: #9348bc41 0 2px 4px ;
    width: 100%;
}


.timeline_btn{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.year{
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: #9348bc solid 5px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    z-index: 4;
    top: -15px;
}


.year-text{
    color: #828282;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    top: -40px;
    left: -8px;
}

.white{
    color: #ffffff;
}

.year-content-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    min-height: 250px;
    padding: 30px;
    width: 80vw;
    text-align: justify;
    font-size: 16px;
    background-color: #9348bceb ;
    background-blend-mode: multiply;
    box-shadow:  1px 1px 15px 0px #ffc80038;
    border-radius: 8px;
}

.year-content{
    display: none;
}

.active_year{
    display: block;
}


.year-box:hover{
    box-shadow:  2px 2px 15px 2px #ff0044a8;
    
}


.year:hover{
    background-color: #ffc800;
}

.active{
    background-color: #ffc800;
}


/* Services Page */

#services{
    width: 100vw;
    /* height: 100%; */
    background-image: url('../img/bg-4.png');
}



.services_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-self: center;
    width: 95vw;
    margin-top: 30px ;
    padding: 10px;
}



.services_block{
    padding: 20px;
    height: 200px;
    width:  200px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #9348bced;
    text-align: center;
    margin: 5px;
    box-shadow: #1f1f1f7a 2px 2px 4px;
    transition: transform 0.5s linear;
}

.services_block:hover{
    transform: translateY(-10px);

 }

.block-text{
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
}

.light_btn{
    
    background-color: #ffffff;

}

#career{
    background-image: url('../img/bg-5.png');
    background-position: center;
    min-height: 100vh;
}

.dark-mode:link{
    color: #1f1f1f;
    text-decoration: none;
    background-color: #ffffff;
}

.dark-mode:visited{
    color: #1f1f1f;
    background-color: #ffffff;
    text-decoration: none;
}
.dark-mode:active{
    color: #1f1f1f;
    background-color: #ffffff;
    text-decoration: none;
}
.dark-mode:hover{
    color: #1f1f1f;
    background-color: #ffffff;
    text-decoration: none;
}

.dark-mode{
    color: #1f1f1f;
    background-color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}



/* Timeline End */






.my_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-start;
    width: 90vw;
    margin-top: 200px;
   /* background-color: #1f1f1f; */
}


.my_col{
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: justify;
}



.my_head{
    color: #393939;
    font-size: 20px;
    text-align: left;
}



/* form */

.my_form{
    display: flex;
    flex-direction: column;
    /* min-height: 400px; */
    width: 80%;
    padding: 25px;
    /* background-color: #ffffffad; */
    margin: 20px;
}


.my_input{
    margin-top: 5px;
    background-color: #fdfdfd00;
    border: none;
    border-bottom: #1f1f1f8d solid 1px;
    padding: 10px;
    margin: 5px;
}

.form_label{
    font-size: 14px;
    color: #505050;
    margin: 10px 0;
    margin-left: 10px;
}




.my_input_file::-webkit-file-upload-button {
    display: none;
  }
  .my_input_file::before {
    content: 'Choose Files';
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    background-color: #9348bc;
    border: none;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    /* -webkit-user-select: none; */
    cursor: pointer;
    color: #ffffff;
    font-size: 10pt;
    border-radius: 50px;
  }
  .my_input_file:hover::before {
    border-color: black;
  }
  .my_input_file:active::before {
    background: -webkit-linear-gradient(top, #7e3ca2, #9348bc);
  }


  .my_select{
    margin-top: 5px;
    background-color: #fdfdfd00;
    border: none;
    border-bottom: #1f1f1f8d solid 1px;
    padding: 5px;
    margin: 5px;
  }

  .my_options{
        padding: 10px;
        border: none;
  }


  .my_input:focus{
        background-color: #ffffff;
        border: none;
        outline: none;
  }

  .input_submit{
    margin-top: 20px;
    /* width: 80px; */
    cursor: pointer;
  }

.my_icon{
    font-size: 20px;
    color: #9348bc;
}

 .mysocial_icons{
    font-size: 28px;
    padding: 5px;
    color: #171717;
    background-color: #1f1f1f00;
    cursor: pointer;
    position: relative;
    transition: transform 1.5s ease-in-out;
 }

 .mysocial_icons:hover{
    transform: translateY(-15px);
 }

 #facebook:hover{
    color: #3b5998;
 }

 #instagram:hover{
    color: #f60077;
 }

 #whatsapp:hover{
    color: #25d366;
 }
 #youtube:hover{
    color: #c4302b;
 }

 #linkedin:hover{
    color: #0A66C2;
 }



.social_icons{
    display: inline;
    height: 50px;
    width: 50px;
}


#contact{
    background-image: url('../img/bg-6.png');
    background-position: bottom right;
    background-color: #ffffff;  
}

.dark-mode-nbg:link{
    color: #1f1f1f;
    text-decoration: none;
    /* background-color: #ffffff; */
}

.dark-mode-nbg:visited{
    color: #1f1f1f;
    /* background-color: #ffffff; */
    text-decoration: none;
}
.dark-mode-nbg:active{
    color: #1f1f1f;
    /* background-color: #ffffff; */
    text-decoration: none;
}
.dark-mode-nbg:hover{
    color: #1f1f1f;
    /* background-color: #ffffff; */
    text-decoration: none;
}

.dark-mode-nbg{
    color: #1f1f1f;
    /* background-color: #ffffff; */
    font-weight: 700;
    text-decoration: none;
}

#login_page{
    height: 100vh;
    background-image: url("../img/bg-7.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form_card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 20rem;
    height: 250px;
    background-color: #9348bcbb;
    padding: 20px 20px 60px 20px;
    border-radius: 10px;
    box-shadow: #9348bc59 5px 6px 4px;
}

.my_input_dark{
    margin-top: 5px;
    background-color: #fdfdfd00;
    border: none;
    border-bottom: #ffffff8d solid 1px;
    padding: 10px;
    margin: 5px;
    color: #ffffff;
}

.my_input_dark::-webkit-input-placeholder{
   color: #ffffff8d;
}


.my_input_dark:focus{
    background-color: #9348bc79;
    border: none;
    outline: none;
    border-radius: 8px;
}



.dark-btn{
    background-color: #ffffff;
    color: #1f1f1f;
}

.whatsapp-btn{
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    padding: 10px;
    border-radius: 50%;
    animation-name: floating;
	animation-duration: 4s;
	animation-iteration-count: 2;
	animation-timing-function: ease-in-out;
    animation-direction: reverse;
}

#whatsapp_btn{
    color: #ffffff;
}


.my_alert{
    padding: 10px;
    margin: 10px;
    background-color: #ffc4c4;
    border-radius: 5px;
    color: #ff4b4b;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.my_Msg{
    margin: 10px;
    padding: 10px;
    background-color: #b3ffb5;
    border-radius: 5px;
    color: #219a3d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.closebtn{
    background-color: #39393900;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover{
    background-color: #39393900;
}

/* Tablets */

@media only screen and (max-width: 992px) {

/* Nav-bar */


.nav-list{
    height: 100vh;
    width: 100vw;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-evenly;
}

.menu-wraper{
    flex-direction: column;
    max-width: 100%;
}

.open-menu-site-logo{
    position: absolute;
    
}




/* Index */
.my-div{
    flex-direction: column-reverse;
    align-items: flex-start;
}

#col-2{
    width: 95%;
    justify-content: center;
    text-align: center;
    margin-top: -250px;
}

.mainhead{
    font-size: 2em;
}

.subtitle{
    color: #393939;
    font-weight: 700;
    letter-spacing: 5px;
    transition: letter-spacing 1s linear;
}


#my-img-laptop{
    bottom: 40px;
    width: 550px;
}


/* services */
.services_block{
    padding: 10px;
    min-height: 200px;
    min-width: 35%; 
    max-width: 80%;
}

.services_row{
   
    width: 90vw;
   
}

#services{
    max-width: 100%;
}

.my_row{
    flex-direction: column;
    margin-top: 30vh;
    padding: 10px;
    
}

#career{
    max-width: 100%;
}

.my_col{
    width: 90%;
    padding: 20px;
}

#career-col-2{
    padding: 0;
}

#contact-col-2{
    padding: 0;
}


#login_page{
    display: flex;
    align-items: center;
    justify-content: center;
}

}



/* Smartphones */
@media only screen and (max-width: 600px) {

.navbar{
    width: 100%;
}


#menu-icon{
    position: absolute;
    right:60px;
}


#my-img-laptop{
    width: 100%;
    bottom: 100px;
    left: 0px;
}
.myrow{
    width: 100%;
}

.mainhead{
    font-size: 1.3em;
}

.mybtn{
    padding: 8px 15px;
    font-size: 0.8em;
}

#login_page{
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-btn{
 
    bottom: 40px;
    right: 20px;

}

.year-content-box{
    min-height: auto;
    padding: 20px;
}


}





/* Menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fffffff2;
    transition: 0.5s;
    z-index: 99;
    overflow-x: hidden;
    padding-top: 100px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #9348bc;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  
 

  