html {height: 100%; width: 100%;}
body {height: 100%; width: 100%; background-color: #282E41;}

h1, h2, h3, h4, h5, h6, p, input, textarea, a {font-family: 'Roboto', sans-serif;font-weight:300;}

h1 { font-size: 64px;}
h2 { font-size: 36px; margin: 30px 0px;}
h3 { font-size: 26px;}

p { font-size: 18px; text-align: justify;}
*:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}
    
#logo {
    width: 150px;
    height: 150px;
    z-index: 2;
    position: fixed;
    top: 10px;
    left: 80px;
}

nav {
    position: fixed;
    height: 100%;
    right: 0px;
    top: 0px;
    background-color: transparent;
    transition: background-color 0.6s;
    z-index: 90;
}
.nav-menu-open{
    background-color: #282E41;
    opacity: 0.9;
    transition: background-color 0.6s;
}
.a-menu-open {
    height: 100px;
    transition: height 0.6s;
}


.row {
    margin: 0px;
    position: absolute;
}
nav a {
    display: block;
    height: 30px;
    transition: height 0.6s;
}
.Nav-Text {
    width: 100px;
    float: left;
    display: none;
    color: white;
    text-align: right;
    font-size: 16px;
    position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#menu {
    position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#menu li {
    width: 185px;
}

#menu li:hover span {
    display: inline;
    padding-right: 10px;
    transition: padding-right 0.6s;
    
}
#menu li:hover div {
    border: 1px solid #33bcf0;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background-color: transparent;
    margin-right: 46px;
    transition: all 0.5s;

}
.Nav-Circle {
    float: right;
    height: 8px;
    width: 8px;
    margin-right: 50px;
    border-radius: 4px;
    background-color: #414A65;
    transition: all 0.8s;
    position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.Nav-Circle-menu {
    border: 1px solid #33bcf0;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background-color: transparent;
    margin-right: 46px;
    transition: all 0.5s;
}
.Nav-Text-menu {
    display: inline;
    padding-right: 10px;
    transition: padding-right 0.6s;
}

#menu li.active div {
    height: 10px;
    width: 10px;
    margin-right: 49px;
    border-radius: 5px;
    background-color: #33bcf0;
    transition: all 0.8s ;
}

#Backgound-Image {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(12px);
        -moz-filter: blur(12px);
        -ms-filter: blur(12px);
            -o-filter: blur(12px);
            filter: blur(12px);
            z-index: -1;
}
#WhiteShape {
    position: fixed;
	width: 100%;
	height: 100%;
    background-color: white;
    margin: 0px;
}
.WhiteShape-home {
    -ms-transform: skewX(0deg) translateX(-100%) translateY(-100%);
    -webkit-transform:skewX(0deg) translateX(-100%);
    transform: skewX(0deg) translateX(-100%); 
}
#fullpage {
    height: 100%;
}

.Home {
    height: 100%;
    background-size: cover;
    position: relative;

}

.Header-Home {
    background-color:transparent;
    height: 30%;
    position: relative;
    
}

.Text-blue {
    color: #282E41;
}
.Text-cyan {
    color: #33bcf0;
}
.Text-grey {
    color: #95989A;
}
.Text-white {
    color: white;
}


#particles-js{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  background-color: transparent;
  background-image: url('');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}

.SchemaContainer {
    position:relative;
    width: 60vh;
    height: 60vh;
    margin: auto;
    padding: 0px;
}

.Circle-Objective {
    position:absolute;
    height: 50%;
    width: 50%;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    
}
.Circle-Approch {
    position:absolute;
    height: 35%;
    width: 35%;
    background-color: #4D5365;
    border-radius: 50%;
    
}
.Circle-Text {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -0.5em;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size: 28px;
}
.Circle-Text-Approch {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -0.5em;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size: 20px;
}
.fleche {
    position: absolute;
    width: 22%;
    
}
.trait-fleche {
    
    height: 2px;
    margin-top: 11px;
    background-color: #33bcf0;
    width: calc(100% - 41px);
    float: left;
}
.Triangle-fleche {
    width:0px;
    border:12px solid transparent;
    border-left:12px solid #33bcf0;
    float: left;
}
.Triangle-fleche-double {
    width:0px;
    border:12px solid transparent;
    border-right:12px solid #33bcf0;
    float: left;
}
#MainSkillsCtn {
    display: flex;
    flex-wrap: wrap;
}
.Skill-Container {
    background-color: #4D5365;
    padding: 25px;
    margin: 15px;
    transition: all 0.3s ease;
}
.Skill-Container:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    transform: translateY(5px);
    transition: all 0.3s ease;
}

.Skill-Container-open {
    height: 40vh;
}
.Skills-icon {
    width: 80px;
    height: 80px;
    margin: 5px 35%;
}
.Skill-Title {
    text-align: center;
    font-size: 30px;
}
.Skills-font{font-size: 16px;}
.timeLineMainLine {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: #33bcf0;
}
.TimelineHorizLine {
    float: left;
    height: 2px;
    width: calc(100% - 8px);
    background-color: #33bcf0;
}
.TimelineDot {
    float: left;
    margin-top: -2px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #33bcf0;
}
#Projects-Container {
    height: 100%;
    transform: skewX(-15deg);
}

.Project-white {
    height: 16.666667%;
    width:50%;
    transform: skewX(15deg);
    margin-left: 6px;
    
}
.Project-Blue {
    height: 16.666667%;
    width:50%;
    margin-left: -webkit-calc(50% - 2px);
    transform: skewX(15deg);
    margin-right: 6px;
}
.Project-white h2, .Project-white p {
    text-align: right;
    margin: 5px 10% 5px 0px ;
}
.Project-Blue h2, .Project-Blue p {
    text-align: left;
    margin: 5px 0px 5px 10% ;
}
.Project-white .Project-label > p {
    color: #282E41;
}
.Project-white .Project-label > p ~ p {
    color: #95989A;
}
.Project-Blue .Project-label > p {
    color: white;
}
.Project-Blue .Project-label > p ~ p {
    color: #95989A;
}
.TimeLineHorCont{
    width: 20%;
    float: left;
}
.Project-label {
    width: 80%;
    float: left;
    transition: background-color 0.2s ease;
}
.Project-white .Project-label:hover {
    background-color: #EFEFEF;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
 .Project-Blue .Project-label:hover {
    background-color: #414A65;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
.popup-button {
    display: none;

}
#Project-Img {
    width: 100%;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); */
}
#Project-Title {
    text-align: center;
}

.social {
    width: 100%;
    float: left;
    margin-left: 30px;
}
.Social-Btn {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    margin-right: 10px;
    float: left;
    
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0); 
    transition: box-shadow 0.2s ease;
}
.Social-Btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);  
    transition: box-shadow 0.2s ease;

}
.Send-Btn {
    background-color: #33bcf0;
    height: 40px;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #33bcf0;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0); 
    transition: box-shadow 0.2s ease;
}
.Send-Btn:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); 
    transition: box-shadow 0.2s ease;

}
.Send-Btn img {
    height: 20px;
    width: 20px;
    margin: 10px;
}
.Send-Btn span {
    margin-right: 20px;
}

.Ctrl {
    height: 40px;
    width: 100%;
    background-color: #EEEEEE;
    border: 1px #E5E5E5 ;
    border-radius: 25px ;
    margin: 20px 0;
}
.Ctrl-Message {
    width: 100%;
     background-color: #EEEEEE;
    border: 1px #E5E5E5 ;
    border-radius: 25px ;
}
.Icon {
    width: 20px;
    margin: 10px 8px 10px 12px;
    float: left;
    
}
form {
    width: 100%;
}
input {
    background-color: transparent;
    border: 1px solid #E5E5E5;
    width: -webkit-calc(100% - 40px);
    height: 100%;
    border-radius: 0 25px 25px 0;
    padding: 0 20px;
    
}
input:hover {
    border: 1px solid #A6AAB9;
    border-radius: 0 25px 25px 0;
}
input:focus {
    border: 1px solid #A6AAB9;
    border-radius: 0 25px 25px 0;
}

.form-control {
    background-color: transparent;
    border: 1px solid #E5E5E5;
    width: -webkit-calc(100% - 40px);
    border-radius: 0 25px 25px 0;
    padding: 10px 20px;
    margin-bottom: 25px;
}

.Contact-Map {
    height: 100%;
    padding: 0px;
}

#map {
    height: 100%;
    margin: 0px;
    
}
#content {
    padding: 15px 5px 0px 15px;
}
#content h2 {
    margin: 0px 0px 30px 0px;
}
.Map-data-cont {
    display: flex;
    margin-bottom: 15px;
}
.Map-data-txt {
    font-size: 14px;
    margin: auto 10px;
    text-align: left;
}

.gm-style-iw {
   width: 410px !important;
   top: 15px !important;
   left: 0 !important;
   background-color: #282E41;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border-radius: 2px 2px 0 0;
}
.Map-data-img {
    height: 20px;
    float: left;
     margin: auto 10px ;
}

.MyButton {
    background-color: transparent;
    border: 1px solid #33bcf0;
    margin: 20px 0px;
}
.MyButton:hover {
    background-color: #33bcf0;
}
.section {
    position: relative;
    height: 100%;
    
    padding: 0px;
    /*background-color: white;*/
}

.Vertical-Align, .Vertical-Align-xs {
    position: relative;
    top: 50%;
        -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
 
@media only screen and (max-width: 1500px) {
    h1 { font-size: 56px;}
    h2 { font-size: 26px;}
    h3 { font-size: 24px;}
    p { font-size: 16px;}
    .Skills-font{font-size: 14px;}
    .Skill-Title {font-size: 26px; margin: 20px 0px;}
    .Skills-icon {
        width: 60px;
        height: 60px;
        margin: 5px 35%;
    }
}

@media only screen and (max-width: 992px) {
    

    p { font-size: 16px;}

    #logo {
    width: 100px;
    height: 100px;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 60px;
    }

    .Skills-font{font-size: 14px;}
    
}

@media only screen and (max-width: 767px) {
    h1 { font-size: 48px; text-align: center;}
    h2 { font-size: 26px; text-align: center;}
    h3 { font-size: 18px;}

    p { font-size: 16px; }
    #Nav-progress-Container {
        display: none;
    }
    .xs-menu {
        display: none;
    }

    .Back-white-xs {
        background-color: white;
    }
    #WhiteShape {display: none;}
    .Header-Home {
    background-color:transparent;
    height: 30%;
    position: relative;
    top: 50%;
        -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    
    }
        .a-menu-open {
    height: 70px;
    transition: height 0.6s;
    }
    .row {
        position: relative;
    }

    #Home-btn-cont {
        text-align: center;
    }
    #About-Me {
        height: 100%;
        
    }
    #Objectives, #Skills, #Approach, #Projects {
        height: auto;
        
    }
    #MainSkillsCtn {
        background-image: url("../images/homeh.png");
        position: relative;
        transform: skewY(-10deg);
        padding: 15% 0px;
        z-index: 4;
    }


    .Skill-Container {
        transform: skewY(10deg); 
        height: auto;
        margin: 20px 50px;
    }
    .Skill-Container:hover {
        transform:  skewY(10deg) translateY(5px);
    }
    .Skill-Container p {
        font-size: 14px;
    }

    .Vertical-Align {
        top: 0;
        transform: none;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .SchemaContainer {
        width: 40vh;
        height: 40vh;
        
    }
    #Approch .SchemaContainer {
        width: 40vh;
        height: 40vh;
        
    }
    .Circle-Objective {
        border-color: #282E41;
    }
    .Circle-Text {
        color: #282E41;
        font-size: 18px;
    }
    
    #Projects {
        height: 180%;
    }
    #Projects-Container {
    transform: skewX(0deg);
    }
    .Project-white {
    height: 16.666667%;
    width:50%;
    transform: skewX(0deg);
    margin-left: 6px;
    
    }
    .Project-Blue {
        height: 16.666667%;
        width:50%;
        margin-left: -webkit-calc(50% - 2px);
        transform: skewX(0deg);
        margin-right: 6px;
    }
    .Project-details {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #282E41;
        z-index: 100;
    }
    .Project-white .Project-label > p {
    color: white;
    }
    .Project-white .Project-label > p ~ p {
        color: #95989A;
    }
    .Project-details-closed {
        display: none;
    }
    
    .popup-button {
    display: block;
    color: #33bcf0;
    font-size: 16px;
    float: right;
    margin-bottom: 20px;
    padding: 5px 11px;
    border: 1px solid #33bcf0;
    border-radius: 20px;
    
    }
    #Project-Main {
        background-color: #fff;
    }
    #Contact-Me {
        background-color: white;
    }
    
}

@media only screen and (max-width: 480px) {
    h1 { font-size: 46px;}
    h2 { font-size: 24px;}
    h3 { font-size: 16px;}
 
}
