* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #282f3d;
    color: #0eb48d;
}

::selection {
    background: #282f3d;
    color: #0eb48d;
}

.hidden {
    display: none
}

.lightbox {
    font-family: "Montserrat"
}

body {
    margin: 0;
    padding: 0;
}

/* start nav */
nav {
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
    top: -1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

nav ul li {
    font: 700 48px 'Montserrat';
    margin: 25px 0;
    display: block;
    cursor: pointer;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 1;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

nav ul li:hover:after,
nav ul li:active:after {
    width: 100%;
}

nav ul li:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 45%;
    height: 3px;
    background: #0eb48d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.menu-icon {
    position: absolute;
    z-index: 2;
    top: 30px;
    width: 30px;
    height: 35px;
    left: 35px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.menu-icon:hover div,
.menu-icon:active div,
.menu-icon:hover div:after,
.menu-icon:active div:after {
    width: 30px;
}

.menu-icon div {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 3px;
    margin: 15px 0;
    background: #0eb48d;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu-icon div:before,
.menu-icon div:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    background: #0eb48d;
    top: -10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-icon div:after {
    top: 10px;
    width: 10px;
}

.open div {
    width: 30px;
    background: transparent;
}

.open div:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}

.open div:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    top: 0;
}

.open-nav {
    top: 0;
}

/* end nav */

#fullpage {
    width: 100%;
    height: 100vh;
}

.container {
    background: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100vh
}

.section {
    position: relative;
    padding: 0 205px;
}

.section:after {
    background: rgba(0, 17, 87, 0.8);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 17, 87, 0.8)), color-stop(100%, rgba(1, 161, 161, 0.7)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 17, 87, 0.8)), to(rgba(1, 161, 161, 0.7)));
    background: linear-gradient(to right, rgba(0, 17, 87, 0.8) 0%, rgba(1, 161, 161, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001157', endColorstr='#01a1a1', GradientType=1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.section h2 {
    font: 600 50px 'Charmonman';
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 30px;
    position: relative;
}

.section h2:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 40%;
    height: 5px;
    background: #0eb48d;
}

/* Home */

.home section {
    width: 100%;
    height: 85%;
    position: relative;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home section div:first-child h1 {
    font: 700 100px 'Charmonman';
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 2
}

.home section div:first-child h1:after {
    content: 'Front-End Developer';
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
    font: 900 30px 'Montserrat';
    top: 65%;
    z-index: -1;
    left: 0;
    width: 100%;
    text-shadow: 0 0 90px #0a1737;
}

.home section div:first-child span {
    font: 700 30px 'Charmonman';
    color: #fff;
    display: block;
}

.home section div:first-child a.next {
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    position: relative;
    -webkit-animation: arrow 1.5s infinite ease-in-out;
    animation: arrow 1.5s infinite ease-in-out;
    display: block;
    opacity: 0;
    top: 15px;
    margin-top: 30px;
}

@-webkit-keyframes arrow {
    50% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 15px;
    }
}

@keyframes arrow {
    50% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 15px;
    }
}

.home section div:last-of-type a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 25px;
    font-size: 25px;
}

.home section div:last-of-type a i {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
}

.home section div:last-of-type a:not(.next) i:hover,
.home section div:last-of-type a:not(.next) i:active {
    color: #0a1737
}

/* End Home */
/* About */

.about section p {
    font: 500 17px 'Montserrat';
    color: #fff;
}

.info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 70px
}

.info div {
    display: inline-block;
    width: 49.5%;
    margin: .5% 1%;
    margin-left: 0;
    color: #fff;
    background: rgb(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
}

.info div:nth-of-type(even) {
    margin-right: 0
}

.info div i {
    text-align: center;
    width: 22px;
    height: 22px;
    font-size: 20px;
    color: #0eb48d;
}

.info div .fa-phone {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.info div span {
    font: 400 14px 'Montserrat';
    padding-left: 10px;
    margin-left: 10px;
    vertical-align: text-bottom;
    border-left: 1px solid #0db48d;
}

.about .btn {
    margin-bottom: 5%;
}

.btn {
    text-decoration: none;
    color: #0eb48d;
    padding: 10px 15px;
    margin-top: 1%;
    margin-right: 5px;
    background: transparent;
    border: 1px solid #0eb48d;
    font: 500 17px 'Montserrat';
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    display: inline-block
}

.btn:hover,
.btn:active {
    background: #0eb48d;
    color: #fff;
}

/* End About */
/* Resume */

.resume section {
    margin: auto;
}

.resume h2 {
    margin-bottom: 5px
}

.resume section .history {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.resume section .history > article {
    width: 40%;
    padding-right: 25px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.resume section .history > article h3 {
    font: 600 22px 'Charmonman';
    color: #fff;
    margin: 25px 0;
}

.resume section .history > article div {
    background: rgba(0, 0, 0, 0.65);
    padding: 20px;
    margin: 25px 0;
    position: relative;
    height: 130px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
}

.resume section .history > article div:before {
    content: '';
    position: absolute;
    right: 25px;
    font: 500 18px 'Montserrat';
    color: rgb(187, 196, 214);
}

.resume section .history > .education div:first-of-type:before {
    content: '2009 - 2015';
}

.resume section .history > .education div:nth-of-type(2):before {
    content: '2015 - 2018';
}

.resume section .history > .education div:nth-of-type(3):before {
    content: '2018 - Now';
}

.resume section .history > .experience div:first-of-type:before {
    content: '2017 - 2018';
}

.resume section .history > .experience div:nth-of-type(2):before {
    content: '2018 - 2019';
}

.resume section .history > .experience div:nth-of-type(3):before {
    content: '2018 - 2019';
}

.resume section .history > article div h4 {
    font-weight: 600;
    font-family: 'Montserrat';
    color: #bbc4d6;
    margin: 5px 0;
}

.resume section .history > article div span {
    font: 500 13.5px 'Montserrat';
    color: #0eb48d;
}

.resume section .history > article div p {
    margin: 5px 0;
    font: 500 13.5px "Montserrat";
    color: #fff;
}

.resume section .history .interests {
    width: 20%;
}

.resume section .history .interests h3 {
    font: 600 22px 'Charmonman';
    color: #fff;
    margin: 25px 0;
    margin-bottom: 25px;
}

.interests article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.resume section .history .interests div {
    height: 103px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(14, 180, 141, 0.75);
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #0db48d;
    box-shadow: 0 0 2px #0db48d;
}

.resume section .history .interests div * {
    display: block;
}

.resume section .history .interests i {
    font-size: 34px;
    padding: 20px 0 8px;
}

.resume section .history .interests span {
    vertical-align: super;
    font: 600 16px 'Charmonman';
}

/* Skills */

.resume-con p {
    font: 500 17px 'Montserrat';
    margin: 20px 0;
    word-break: break-all;
    color: #fff;
}

.resume-con .skills {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resume-con .skills article {
    width: 49%;
    margin-top: 2%;
    background: rgba(0, 0, 0, 0.65);
    padding: 45px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
}

.resume-con .skills article div:not(.progress) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.resume-con .skills article div:not(.progress) h4,
.resume-con .skills article div:not(.progress) span {
    font: 500 18px 'Montserrat';
    color: #fff;
    margin: 8px 0;
}

.resume-con .skills article .progress {
    width: 100%;
    height: 4px;
    background: #eee;
    position: relative;
    border-radius: 30px
}

.resume-con .skills article .progress:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0eb48d;
    width: 100%;
    height: 100%;
    border-radius: 30px
}

.resume-con .skills article:first-of-type .progress:first-of-type:before {
    width: 100%;
}

.resume-con .skills article:first-of-type .progress:nth-of-type(2):before {
    width: 95%;
}

.resume-con .skills article:first-of-type .progress:nth-of-type(3):before {
    width: 88%;
}

.resume-con .skills article:first-of-type .progress:nth-of-type(4):before {
    width: 88%;
}

.resume-con .skills article:first-of-type .progress:nth-of-type(4):before {
    width: 95%;
}

.resume-con .skills article:first-of-type .progress:last-of-type:before {
    width: 50%;
}

.resume-con .skills article:last-of-type .progress:first-of-type:before {
    width: 80%;
}

.resume-con .skills article:last-of-type .progress:nth-of-type(2):before {
    width: 90%;
}

.resume-con .skills article:last-of-type .progress:nth-of-type(3):before {
    width: 85%;
}

.resume-con .skills article:last-of-type .progress:nth-of-type(4):before {
    width: 70%;
}

.resume-con .skills article:last-of-type .progress:last-of-type:before {
    width: 50%;
}

/* end skills */
/* start services */

.services section {
    text-align: center
}

.services section article {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services section article div {
    width: 32%;
    padding: 30px;
    margin-bottom: 2%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
}

.services section article div i {
    font-size: 42px;
    padding: 24px 0;
    text-align: center;
    border-radius: 50%;
    background: rgba(14, 180, 141, 0.75);
    height: 90px;
    width: 90px;
}

.services section article div h3 {
    font: 900 18px 'Charmonman';
    color: #0eb48d;
    margin: 10px
}

.services section article div p {
    font: 500 15px 'Montserrat';
    margin: 0;
}

/* End Services */
/*start portfolio*/

.works ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.works ul li {
    display: inline-block;
    color: #fff;
    font: 500 16px 'Montserrat';
    padding: 5px;
    margin: 5px;
    cursor: pointer
}

.works ul li.active {
    border-bottom: 1px solid #0eb48d
}

.works .items {
    background: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .5% 1%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: auto;
    max-height: 386px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
}

.works .items::-webkit-scrollbar {
    width: 8px;
}

.works .items::-webkit-scrollbar-track {
    background: transparent
}
 
.works .items::-webkit-scrollbar-thumb {
    background: rgba(14, 180, 141, 0.75);
    border-radius: 2px;
}

.works .items::-webkit-scrollbar-thumb:active {
    background: #0eb48d;
}

.works .item {
    width: 23.7%;
    margin: 1% .5% 0 .5%;
    text-align: center;
    height: 175px;
    position: relative;
    overflow: hidden
}

.works .item:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.03)
}

.item:first-of-type:after {
    background-image: url(../images/1.png);
}

.item:nth-of-type(2):after {
    background-image: url(../images/2.png);
}

.item:nth-of-type(3):after {
    background-image: url(../images/3.png);
}

.item:nth-of-type(4):after {
    background-image: url(../images/4.png);
}

.item:nth-of-type(5):after {
    background-image: url(../images/5.png);
}

.item:nth-of-type(6):after {
    background-image: url(../images/6.png);
}

.item:nth-of-type(7):after {
    background-image: url(../images/7.png);
}

.item:nth-of-type(8):after {
    background-image: url(../images/8.png);
}

.item:nth-of-type(9):after {
    background-image: url(../images/9.png);
}

.item:nth-of-type(10):after {
    background-image: url(../images/10.png);
}

.item:nth-of-type(11):after {
    background-image: url(../images/11.png);
}

.item:nth-of-type(12):after {
    background-image: url(../images/12.png);
}

.item:nth-of-type(13):after {
    background-image: url(../images/13.png);
}

.item:nth-of-type(14):after {
    background-image: url(../images/14.jpg);
}

.item:nth-of-type(15):after {
    background-image: url(../images/15.jpg);
}

.item:nth-of-type(16):after {
    background-image: url(../images/16.jpg);
}

.item:nth-of-type(17):after {
    background-image: url(../images/17.jpg);
}

.item:nth-of-type(18):after {
    background-image: url(../images/18.png);
}

.item:nth-of-type(19):after {
    background-image: url(../images/19.jpg);
}

.item:nth-of-type(20):after {
    background-image: url(../images/20.jpg);
}

.item:nth-of-type(21):after {
    background-image: url(../images/21.png);
}

.item:nth-of-type(22):after {
    background-image: url(../images/22.png);
}

.item:nth-of-type(23):after {
    background-image: url(../images/23.jpg);
}

.item:nth-of-type(24):after {
    background-image: url(../images/24.png);
}

.item:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.works .item:hover div,
.works .item:active div {
    opacity: 1
}

.works .item:hover:after,
.works .item:active:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.works .item div {
    background: rgba(0, 17, 87, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.works .item a {
    text-decoration: none;
    color: #0eb48d;
    font: 700 22px 'Charmonman';
    margin: auto
}

.works .item a:hover,
.works .item a:active {
    text-decoration: underline
}

.works .item p {
    margin: 0;
    font: 500 15px 'Montserrat';
    width: 100%;
    padding: 0 5px;
    color: #fff
}

/* end portfolio */

/* start contact */

.contact-div {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    overflow: hidden;
}

.contact-div > div {
    width: 50%;
    padding: 3%;
    background: rgba(0, 0, 0, 0.65);
}

.contact-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.contact-info div {
    color: #0eb48d;
    padding: 1.5% 0
}

.contact-info div i {
    text-align: center;
    width: 22px;
    height: 22px;
    font-size: 20px;
}

.contact-info div .fa-phone {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact-info div span {
    font: 400 15px 'Montserrat';
    margin-left: 10px;
    vertical-align: text-bottom;
}

form {
    width: 100%;
}

::-webkit-input-placeholder {
    color: #d4d4d4;
}

:-ms-input-placeholder {
    color: #d4d4d4;
}

::placeholder {
    color: #d4d4d4;
}

form textarea {
    height: 180px;
    resize: none;
    margin-top: 1%;
    margin-bottom: 3%
}

form input,
form textarea {
    background: transparent;
    width: 98%;
    padding: 12px 5px;
    border: none;
    border-bottom: 1px solid #fff;
    font: 500 15px 'Montserrat';
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

form input:focus,
form textarea:focus {
    outline: none;
    border-bottom: 1px solid #0eb48d
}

form .btn {
    width: 98%;
    background: rgba(14, 180, 141, 0.75);
    color: #fff;
    border: none
}

form .btn:hover {
    background: rgba(14, 180, 141, 0.9);
}

form .btn:focus {
    outline: none
}

.animate {
    opacity: 0
}
