:root {
    --dark-gray: #0c0c0c;
    --gray: #34495e;
    --gold: #edad29;
    --white-text: #fff;
}
body,html {
    margin: 0;
    font-family: 'Fira Sans Condensed', sans-serif,'Poppins',serif;
    background: #fff;
}

body a,
.slider-info a {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Fira Sans Condensed', sans-serif,'Poppins',serif
}

p {
    margin: 0;
    color: #777;
    font-size: 1em;
    line-height: 1.6;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--white-text);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--dark-gray);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--gold);
    }
/*-- header --*/
.header {
    background: url(../images/banner/black-silver-keyboard.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 700px
}
.overlay {
    background: rgba(18, 18, 18, 0.7);
    padding: 0;
    min-height: 700px;
}
 .header-item{
     padding-top:1.5em;
 }

.logo {
    float: left;
    position: absolute;
    display: block;
    padding:0;
}

    .logo a img {
        width: 140px;
        height: auto;
    }
.menu-link {
    display: block;
    position: relative;
    float: right;
    padding: 1em 0;
}

    .menu-link span {
        text-decoration: none;
        font-size: 2.5em;
        color: #fff;
        cursor: pointer;
    }

        .menu-link span:hover,
        .menu-link span:focus,
        .menu-link span:active {
            color: var(--gold);
            outline: none;
        }
.panel {
    height: 100vh;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.9);
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 2em;
}
    .panel .closebtn {
        float: right;
        position: absolute;
        top: 1.5em;
        right: 1.5em;
        font-size: 2.5em;
        color: var(--white-text)
    }
    .panel li {
        text-align: left;
        transition: all 0.4s ease;
        padding: 1em 0;

    }
        .panel ul{
            margin-top: 2em;
        }
        .panel li a {
            color: #fff;
            font-size: 1.5em;
            letter-spacing: 1px;
            text-decoration: none;
            text-transform: uppercase;
            padding: 1em 2em;
        }

            .panel-content li a:hover {
                color: var(--gold);
            }

.panel .copy-right{
    bottom: 6%;
    position: absolute;
    display: inline-block;
    padding: 0 2em;
}
    .copy-right p {
        color: var(--white-text);
    }
        .copy-right p a {
            color: var(--white-text);
        }
            .copy-right p a:first-child {
                color: var(--gold);
            }
            .copy-right p a:hover,
            .copy-right p a:focus,
            .copy-right p a:active {
                color: var(--gold);
                outline: none;
            }
            .copy-right p a:first-child:hover,
            .copy-right p a:first-child:focus
            .copy-right p a:first-child:active {
                color: var(--white-text);
                outline: none;
            }
#topBtn {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 1.5%;
    z-index: 99;
    font-size: 2.5em;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--gold);
    cursor: pointer;
}

    #topBtn:hover,
    #topBtn:focus,
    #topBtn:active{
        color: var(--white-text);
        outline: none;
    }
@media screen and (min-width: 1336px) {
    .header,
    .overlay{
        min-height: 920px;
    }
}
@media screen and (max-width: 801px) {
    .logo a img {
        width: 120px;
    }
    .panel-content li a {
        font-size: 20px;
    }
}

@media screen and (max-width:600px) {
    .header-top-item a i {
        font-size: 1.8em;
    }
    .logo a img {
      width: 100px;
    }
    .menu-link span,
    .panel .closebtn ,
    #topBtn{
        font-size: 1.8em;
    }
    .panel li a{
        font-size: 1.2em
    }
}
/*-- //header --*/
/*-- banner --*/
.slide-wrapper {
    z-index: 1;
}

.banner_text {
    width: 100%;
    position: relative;
    padding: 20vw 0 0;
    margin-bottom: 1em;
}
.banner_text h1 {
    text-transform: none;
    color: var(--white-text);
    letter-spacing: 1px;
    font-size: 8em;
    position: fixed;

}
    .banner_text h1:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 2px var(--gold);
    }

    .banner_text h1:nth-child(2) {
        color: #fff;
        -webkit-text-stroke: 2px #fff;
        animation: animate 4s ease-in-out infinite;
    }
.banner_items {
    position: relative;
    padding-top: 5%;
}

.list-inline-item a {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: var(--white-text);
    font-size: 1.1em;
    background: rgba(0, 0, 0, 0.46);
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border: 1px solid #fff;
    font-weight: 300;
}

    .list-inline-item a:hover {
        -webkit-transition: border 3s ease;
        -moz-transition: border 3s ease;
        -o-transition: border 3s ease;
        -ms-transition: border 3s ease;
        transition: border 3s ease;
        border: none;
        color: var(--white-text);
    }

.bg-dark {
    background-color: #171209 !important;
}
/* type writer */

.banner_text_item {
    font-size: 2em;
    color: var(--white-text);
    letter-spacing: 1px;
    margin-bottom: 1em;
}

span.banner_text_item {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}
/* //type writer */
@media screen and (max-width: 801px) {
    .banner_text {
        padding: 40vw 0 0;
    }

    .banner_text h1 {
        font-size: 6em;
    }
}

@media screen and (max-width:600px) {
    .banner_text {
        padding: 60vw 0 0;
        text-align: center;
    }
    .banner_text h1 {
        font-size: 2em;
    }
    .banner_text h1:nth-child(1) {
        -webkit-text-stroke: 1px var(--gold);
    }

    .banner_text h1:nth-child(2) {
        -webkit-text-stroke: 1px #fff;
    }
    .banner_items {
        position: relative;
        padding-top: 12%;
        text-align: center;
    }
    .banner_text_item {
        font-size: .9em;
        margin-bottom: 2em;
    }
}
/*-- //banner --*/
/*-- footer --*/
.footer {
    background: var(--dark-gray);
    position: fixed;
    bottom: 0;
    max-height: 3.5em;
    z-index: 999;
    width: 100%;
    height: auto;
}
.footer_fixed {
    width: 100%;
    float: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    vertical-align: middle;
}
    .footer_fixed ul li {
        display: inline-block;
        padding: 0.5em 0;
        margin: 0;
        text-align: center;
        vertical-align: middle;
    }
        .footer_fixed a{
            color: var(--white-text);
            background-color: none;
            cursor: pointer;
            display: inline-block;
            font-size: 2.5em;
            background-color: #000;
            position: relative;
            text-align: center;
        }
            .footer_fixed a:hover,
            .footer_fixed a:focus,
            .footer_fixed a:active {
                color: var(--gold);
            }
@media screen and (max-width:801px){
    .footer {
        max-height: 3em;
    }
    .footer_fixed a {
        font-size: 2em;
    }
} 
@media screen and (max-width:600px) {
    .footer {
        max-height: 2.8em;
    }

    .footer_fixed a {
        font-size: 1.8em;
    }
}
/*-- //footer --*/
/*-- get start --*/
.get-start {
   margin-bottom: 6em;
}
.get-start-items {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
}

.get-start-item {
    padding: 2em 0 3em 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: grid;
    text-align: center
}
.get-start-img {
    width: 40%;
    padding: 1em 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
   .get-start-img img{
       width: 100%;
       height: auto;
   }
.get-start-item h2{
    color: var(--white-text);
    padding: 1em 0;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 1px;
}
.get-start-btn{
   padding: 1em 0;
}
    .get-start-btn a{
        padding: 1em 2em;
        border: 2px solid var(--gold)
    }
    .get-start-btn span{
        color: var(--white-text);
        font-size: 1.5em;
    }
@media screen and (max-width:600px){
    .get-start {
        margin-bottom: 5em;
    }
    .get-start-item h2 {
        font-size: 2em;
    }
}
/*-- //get start --*/
/*-- about --*/
.banner-about {
    background: url(../images/banner/about.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 700px;
}
.page-wrapper {
    z-index: 1;
    padding: 20vw 0 0;
}

.slide_text {
   position: relative;
}

    .slide_text h1 {
        text-transform: none;
        color: var(--white-text);
        letter-spacing: 1px;
        font-size: 8em;
        line-height: 2;
        position: absolute;
    }

.slide_text h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px var(--gold);
}

    .slide_text h1:nth-child(2) {
        color: #fff;
        -webkit-text-stroke: 2px #fff;
        animation: animate 4s ease-in-out infinite;
    }

@keyframes animate {
    0%, 100% {
        clip-path: polygon( 0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100% );
    }

    50% {
        clip-path: polygon( 0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100% );
    }
}

.about-main {
    background: var(--dark-gray);
    margin: 2em auto;
    padding: 2em 0;
}
.about-item{
    background: transparent;
    padding: 2em;
    float: left;
    border: 2px solid var(--gold);
    min-height: 350px;
    margin: 1em auto;
}
    
    .about-item i {
        color: var(--gold);
        font-size: 3em;
        text-align: left;
        font-weight: normal;
    }
.about-item h4{
    color: var(--white-text);
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: .5em auto;
}
   .about-item:hover{
       border: none;
   }
.about-text p {
    color: var(--white-text);
    font-size: 1em;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: 1px;
}
/*-- skill bar --*/
.about-skill{
    margin: 1em auto 2em auto;
    background: var(--dark-gray);
    padding: 4em 2em;
}
.skill-title{
    margin-bottom: 2em;
}
    .skill-title h2 {
        font-size: 2.5em;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.8em;
        color: var(--white-text)
    }
.skill-bar-col{
    vertical-align: middle;
}
.skills-wrapper {
    width: 100%;
    margin: 1em auto;
}

.skill-content {
    margin-bottom: 20px;
}

.skill-name {
    margin-bottom: 5px;
    font-weight: bold;
    color: var(--white-text);
}

skill-bar {
    width: 100%;
    background-color: var(--dark-gray);
    border-radius: 0;
    margin-bottom: 10px;
}

.skill {
    font-size: 1em;
    text-align: center;
    color: var(--white-text);
    vertical-align: middle;
}

.skill-1,
.skill-2,
.skill-3,
.skill-4{
    width: 0;
    background-color: var(--gold);
}

@keyframes skill-1 {
    0% {
        width: 0;
    }
}

@keyframes skill-2 {
    0% {
        width: 0;
    }
}

@keyframes skill-3 {
    0% {
        width: 0;
    }
}
@keyframes skill-4 {
    0% {
        width: 0;
    }
}
/*-- //skill bar --*/
.skill-img{
    margin: 0 auto;
     float: right;
     padding: .08em;
     border: 2px solid var(--gold);
}
    .skill-img img {
        max-height: 400px;
        width: 100%
    }
    .solution-wrapper {
        width: 100%;
        margin: 1em auto;
    }
    .solution-wrapper p{
        font-size: 1.2em;
        color: var(--white-text);
        line-height: 2em;
        margin-bottom: 1em;
    }
@media screen and (min-width: 1280px) {
        .banner-about {
            min-height: 920px;
        }
}
@media screen and (max-width: 801px) {
    .page-wrapper {
        padding: 40vw 0 0;
    }

    .slide_text h1 {
        font-size: 6em;
    }
}

@media screen and (max-width:600px) {
    .page-wrapper {
        padding: 100vw 0 0; 
    }
    .slide_text h1 {
        font-size: 4em;
    }
        .slide_text h1:nth-child(1) {
            -webkit-text-stroke: 1px var(--gold);
        }

        .slide_text h1:nth-child(2) {
            -webkit-text-stroke: 1px #fff;
        }
    .skills-wrapper,
    .solution-wrapper{
        margin-bottom: 1em;
    }
    .skill-img {
        float: none;
    }
}
/*-- //about --*/
/*-- services --*/
.banner-service {
    background: url(../images/banner/services.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 700px;
}
.service-main {
    background: var(--dark-gray);
    margin: 2em auto;
    padding: 2em 0;
}

.service-item {
    background: rgba(26,26,26, 0.7);
    padding: 2em;
    float: left;
    border-bottom: 5px solid var(--white-text);
    min-height: 350px;
    margin: 1em auto;
}

    .service-item i {
        color: var(--gold);
        font-size: 3em;
        text-align: left;
        font-weight: normal;
    }

    .service-item h4 {
        color: var(--white-text);
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 1px;
        margin: .5em auto;
    }

    .service-item:hover {
        border: none;
    }

.service-text p {
    color: var(--white-text);
    font-size: 1em;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: 1px;
}
/*-- accordion --*/
.accordion-item {
    margin-bottom: 1em;
}

.accordion-title {
    cursor: pointer;
    padding: 2em 1em;
    background-color: transparent;
    border: 2px solid var(--gold);
}
    .accordion-title span {
        font-size: 1em;
        color: var(--white-text);
        font-weight: 500;
    }
    .accordion-title:hover {
        border: 2px solid var(--white-text);
    }

.accordion-content {
    display: none;
    padding: 1em;
    border: 2px solid var(--white-text);
    border-top: none;
}
    .accordion-content p {
        font-size: 1em;
        color: var(--white-text);
        font-weight: 300;
        line-height: 2em;
    }
.icon-right {
    float: right;
    vertical-align: middle
}

.active {
    display: block;
}
@media screen and (min-width: 1280px) {
    .banner-service {
        min-height: 920px;
    }
}
/*-- //services --*/
/*-- portfolio --*/
.banner-portfolio {
    background: url(../images/banner/programming.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 700px;
}
.portfolio-main{
    margin: 1em auto;
    padding: 1em 0;
}
.portfolio-title{
    margin-bottom: 2em;
}
.portfolio-title h1{
    color: var(--dark-gray);
    font-weight: bold;
    font-size: 3em;
    letter-spacing: 1px;
}
.accordion-item-portfolio {
    margin-bottom: 2em;
}

.accordion-title-portfolio {
    cursor: pointer;
    padding: 2em 1em;
    background: url(../images/tech-background.jpg) no-repeat center;
    border: 2px solid var(--gold);
}

    .accordion-title-portfolio span {
        font-weight: bold;
        color: var(--white-text)
    }

    .accordion-title-portfolio:hover {
        border: 2px solid var(--gray);
    }

.accordion-content-portfolio {
    display: none;
    padding: 2em 1em;
    border: none;
    border-top: none;
    min-height: 100vh;
    overflow: auto;
}

.accordion-content-portfolio-items {
    height: 100%;
}
  
.accordion-content-portfolio-item {
    margin-bottom: 2em;
}

    .accordion-content-portfolio-item img {
        border: 2px solid var(--dark-gray);
        padding: .3em;
        margin-bottom: 1em;
    }
    .accordion-content-portfolio-item p {
        font-size: 1em;
        font-weight: normal;
        color: var(--dark-gray);
        line-height: 1.8em;
        letter-spacing: 1px;
    }
.accordion-img-title a {
    text-decoration: none;
}

.accordion-img-title span {
    font-weight: bold;
    text-align: center;
    color: var(--dark-gray);
}
.icon-portfolio {
    float: right;
    vertical-align: middle
}
.portfolio-active {
    display: block;
}

@media screen and (min-width: 1280px) {
    .banner-portfolio {
        min-height: 920px;
    }
}
@media (max-width: 600px) {
    .accordion-content-portfolio-item {
        margin-bottom: 1em;
    }
}
/*-- //portfolio --*/
/*-- contact --*/
.banner-contact {
    background: url(../images/banner/contact.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 700px;
}
.inner-section {
    background: var(--dark-gray);
    padding: 3em 2em;
}
.section-head {
    margin: 1em 0 2em;
}
    .section-head h1 {
        color: var(--white-text);
        font-size: 2em;
        font-weight: 600;
        letter-spacing: 1px;
    }
.form-wrapper {
    background-color: #fff;
    color: var(--gray);
    margin: 10px 0;
    padding: 3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .form-wrapper label,
    .form-wrapper input{
        margin-bottom: 1em;
    }
    input:focus {
        outline: none;
    }

/* TEXT INPUTS */
.text-input {
    width: 100%;
    border: 1px solid var(--gray);
    margin: 0;
    padding: 5px 15px;
    color: var(--dark-gray);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* CHECKBOX INPUTS */
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+.checkbox-label {
    background-color: #dba539;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.checkbox-label {
    display: block;
    padding: 30px 0;
    border: 1px solid #d4d4d4;
    color: #34495e;
    cursor: pointer;
}

.text,
.icon {
    display: block;
    padding: 5px 0;
    text-align: center;
}
.checkbox-label .icon {
    font-size: 1.5em;
}

/* RANGE INPUT */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #34495e;
    margin-top: -4px;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #34495e;
    margin-top: -4px;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #34495e;
    margin-top: -4px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

/* TEXTAREA */
.message h2 {
    background-color: #1d1c1b;
    color: #fff;
    font-size: 1em;
    padding: 10px 15px;
}

#message {
    width: 100%;
    height: 100px;
    border: 1px solid var(--gray);
    margin: 0;
    padding: 15px;
    color: #34495e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #message:focus {
        outline: none;
    }

/* SUBMIT BUTTON */
.submit {
    margin-top: 1em;
    font-weight: bold;
    border: 1px solid var(--gray);
    color: var(--gray);
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    padding: 8px 25px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submit:hover {
    background-color: #1d1c1b;
    color: #fff;
}
#form-message {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}
@media screen and (min-width: 1280px) {
    .banner-about {
        min-height: 920px;
    }
}
/*-- //contact --*/
/*-- pricacy policy --*/
.banner-main{
    background: var(--dark-gray);
    min-height: 11em;
}
.privacy-policy{
    margin: 2em auto;
    padding: 1em 0 5em 0;
}
    .privacy-policy h1 {
        font-size: 2em;
        font-weight: bold;
        line-height: 3em;
        color: var(--dark-gray)
    }
    .privacy-policy h6 {
        font-size: 1.5em;
        font-weight: 600;
        line-height: 2em;
        color: var(--dark-gray)
    }
    .privacy-policy span {
        font-size: 1.1em;
        font-weight: 600;
        line-height: 2em;
        color: var(--dark-gray);
        margin:1em auto;
    }
    .privacy-policy p,
    .privacy-policy p a{
        font-size: 1em;
        font-weight: normal;
        line-height: 1.8em;
        color: var(--dark-gray)
    }
    .privacy-policy p a:hover{
        color: var(--gold);
        text-decoration: none;
    }
/*-- //pricacy policy --*/
@media (max-width: 600px) {
    .banner-main {
        min-height: 8.5em;
    }
    .privacy-policy h1 {
        font-size: 1.5em;
    }
    .privacy-policy h6 {
        font-size: 1.2em;
    }
}