* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    background-color: #1c1e41;
    color: #fff;
}

/* navbar */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    z-index: 100;
}

.nav .logo h2 {
    font-size: 30px;
    font-weight: 700;
    transition: .5s;
    color: #fff;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.4s;
}

.nav .logo h2:hover {
    color: #0ef;
}

.list ul {
    display: flex;
    list-style: none;
    transition: .5s;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.4s;
    font-weight: 600;
}

.list ul li a {
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}
.list .active{
    color: #0ef;
    
      
}

.list ul li a:hover {
    color: #0ef;
}

@media (max-width : 600px) {
    .logo {
        display: none;
    }
}
.animate{
    color: #0ef;
}

/* End Navbar */
/* Start Home */
.home {
    position: relative;
    padding: 70px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
}

.home-content {
    color: #fff;
    line-height: 15px;
}
.home-content p{
    line-height: 25px;
}
.home-content h3 {
    font-size: 30px;
    font-weight: 700;
    transition: .5s;
    animation: slideBottom 1s ease forwards;
    animation-delay: 0.5s;
}

.home-content h1 {
    font-size: 56px;
    font-weight: 600;
    transition: .5s;
    animation: slideRight 1s ease forwards;
    animation-delay: 0.5s;
}

.home-content h2 {
    font-size: 30px;
    font-weight: 600;
    transition: .5s;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.5s;
}

.home-content p {
    padding-bottom: 10px;
    transition: .5s;
    animation: slideLeft 1s ease forwards;
    animation-delay: 0.5s;
}

.home-photo img {
  width: 80%;
  margin-left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    transition: .3s;
    box-shadow: 0 0 5px cyan,
        0 0 25px cyan, 0 0 50px cyan,
        0 0 75px cyan;
}

.home-photo img:hover {
    border: 5px solid #0ef;
    box-shadow: 0 0 5px cyan,
        0 0 25px cyan, 0 0 50px cyan,
        0 0 100px cyan, 0 0 200px cyan;
}

.icons {
    margin-top: 10px;
    transition: 0.5s;
    animation: slideLeft 1s ease forwards;
    animation-delay: .5s;
}

.icons a {
    color: #0ef;
    margin-right: 10px;
    border: solid 2px #0ef;
    padding: 10px;
    border-radius: 50%;
    line-height: 10px;
    transition: 0.5s ease;
}

.icons a:hover {
    background: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
}

.btn {
    transition: .5s;
    animation: slideTop 1s ease forwards;
    animation-delay: 0.5s;
}

.btn a {
    background: #0ef;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #081b29;
}

.btn a:hover {
    box-shadow: 0 0 5px cyan,
        0 0 25px cyan, 0 0 50px cyan,
        0 0 100px cyan, 0 0 200px cyan;
}

/* @media (max-width : 600px) {
    .home-photo {
        width: 45%;
        height: 25%;
    }

    .home-content h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .home-content h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .home-content h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .home-content p {
        padding-bottom: 10px;
    }

    .icons a {
        color: #0ef;
        margin-right: 10px;
        border: solid 2px #0ef;
        padding: 5px;
        border-radius: 50%;
        line-height: 5px;
        transition: 0.5s;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .home-photo {
        width: 55%;
        height: 40%;
        background-position: center;
    }

    .home-content h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .home-content h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .home-content h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .home-content p {
        padding-bottom: 10px;
    }

    .icons a {
        color: #0ef;
        margin-right: 10px;

        border: solid 2px #0ef;
        padding: 5px;
        border-radius: 50%;
        line-height: 5px;
        transition: 0.5s;
    }
} */

/* start About */
.about {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.about h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    transition: .3s;
}

.about h2 span {
    color: #0ef;
}

.about-content {
    animation: slideLeft 2s ease forwards;
    animation-delay: .5s;
}

.about h2:hover {
    color: #0ef;
}

.about-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px;
}

.about-content p {
    text-align: start;
    margin-bottom: 30px;
}

.about-content a {
    background: #0ef;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #081b29;
    margin-top: 30px;
}

.about-content a:hover {
    box-shadow: 0 0 5px cyan,
        0 0 25px cyan, 0 0 50px cyan,
        0 0 100px cyan, 0 0 200px cyan;
}

.about .row {
    margin-top: 5rem;
}

.about-image img {
    width: 50%;
    border: 2px solid #0ef;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 0 5px cyan,
        0 0 25px cyan, 0 0 50px cyan;
    animation: slideRight 2s ease forwards;
    animation-delay: .5s;
}

/* End About */
/* start skill Section */
.skill-sections {
    margin: 50px 0;
}

.skill-sections h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
    transition: .3s;
}

.skill-sections h2 span {
    color: #0ef;
}

.skill-sections h2:hover {
    color: #0ef;
}

.perfor,
.tech {
    margin-top: 50px;
}

.skill-sections h6 {
    font-weight: 600;
    position: relative;
    padding-bottom: 9px;
    text-align: center;
    margin-bottom: 50px;

}

.skill-sections h6::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 120px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    background-color: #fff;
}

.skill-sections .html {
    margin: auto;
    margin-top: 30px;
    height: 6px;
    width: 70%;
    font-weight: 600;
    font-size: 15px;
    background-color: #081720;
    border-radius: 5px;
    position: relative;
}

.skill-sections .html span {
    background-color: #0ef;
    height: 100%;
    position: absolute;
    border-radius: 5px;

}

.skill-sections .html::before {
    content: 'HTML';
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.skill-sections .html span::after {
    content: '92%';
    position: absolute;
    right: -15px;
    bottom: 9px;
}

.skill-sections .CSS {
    margin: auto;
    margin-top: 70px;
    height: 6px;
    width: 70%;
    font-weight: 600;
    font-size: 15px;
    background-color: #081720;
    border-radius: 5px;
    position: relative;
}

.skill-sections .CSS span {
    background-color: #0ef;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}

.skill-sections .CSS span::after {
    content: '90%';
    position: absolute;
    right: -15px;
    bottom: 9px;
}

.skill-sections .CSS::before {
    content: 'CSS';
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.skill-sections .Javascript {
    margin: auto;
    margin-top: 70px;
    height: 6px;
    width: 70%;
    font-weight: 600;
    font-size: 15px;
    background-color: #081720;
    border-radius: 5px;
    position: relative;
}

.skill-sections .Javascript span {
    background-color: #0ef;
    height: 100%;
    position: absolute;
    border-radius: 5px;

}

.skill-sections .Javascript span::after {
    content: '85%';
    position: absolute;
    right: -15px;
    bottom: 9px;
}

.skill-sections .Javascript::before {
    content: 'Javascript';
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.skill-sections .PHP {
    margin: auto;
    margin-top: 70px;
    height: 6px;
    width: 70%;
    font-weight: 600;
    font-size: 15px;
    background-color: #081720;
    border-radius: 5px;
    position: relative;
}

.skill-sections .PHP span {
    background-color: #0ef;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}

.skill-sections .PHP span::after {
    content: '91%';
    position: absolute;
    right: -15px;
    bottom: 9px;
}

.skill-sections .PHP::before {
    content: 'PHP';
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.skill-sections .Laravel {
    margin: auto;
    margin-top: 70px;
    height: 6px;
    width: 70%;
    font-weight: 600;
    font-size: 15px;
    background-color: #081720;
    border-radius: 5px;
    position: relative;
}

.skill-sections .Laravel span {
    background-color: #0ef;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}

.skill-sections .Laravel span::after {
    content: '95%';
    position: absolute;
    right: 15px;
    bottom: 24px;
}

.skill-sections .Laravel::before {
    content: 'Laravel';
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.skill-sections .creativity {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border-width: 100%;
    background: conic-gradient(#0ef 342deg, #081720 0deg);
    position: relative;
    margin-right: 90px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideTop .2s ease forwards;
    animation-delay: .3s;
}

.skill-sections .creativity span {
    background-color: #1c1e41;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    position: absolute;
}

.skill-sections .creativity span::after {
    content: '95%';
    position: absolute;
    right: 23px;
    bottom: 26px;
    font-size: 18px;
}

.skill-sections .creativity::before {
    content: 'Creativity';
    position: absolute;
    bottom: -40px;
}

.skill-sections .comunications {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border-width: 100%;
    background: conic-gradient(#0ef 327deg, #081720 0deg);
    position: relative;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: center;
    animation: slideTop .4s ease forwards;
    animation-delay: .3s;
}

.skill-sections .comunications span {
    background-color: #1c1e41;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
}

.skill-sections .comunications::before {
    content: 'Comunications';
    position: absolute;
    bottom: -40px;
    left: -5px
}

.skill-sections .comunications span::after {
    content: '91%';
    position: absolute;
    right: 23px;
    bottom: 26px;
    font-size: 18px;
}

.skill-sections .Problem {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: conic-gradient(#0ef 300deg, #081720 0deg);
    position: relative;
    margin-right: 90px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideTop .6s ease forwards;
    animation-delay: .3s;
}

.skill-sections .Problem span {
    background-color: #1c1e41;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
}

.skill-sections .Problem span::after {
    content: '84%';
    position: absolute;
    right: 23px;
    bottom: 26px;
    font-size: 18px;
}

.skill-sections .Problem::before {
    content: 'Problem Solving';
    position: absolute;
    bottom: -50%;
    left: -6px;
    width: 120px;
}

.skill-sections .Teamwork {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: conic-gradient(#0ef 342deg, #081720 0deg);
    position: relative;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideTop .8s ease forwards;
    animation-delay: .3s;
}

.skill-sections .Teamwork::before {
    content: 'Teamwork';
    position: absolute;
    bottom: -50%;
    width: 120px;
    left: 15px;
}

.skill-sections .Teamwork span {
    background-color: #1c1e41;
    height: 90%;
    width: 90%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
}

.skill-sections .Teamwork span::after {
    content: '95%';
    position: absolute;
    right: 23px;
    bottom: 26px;
    font-size: 18px;
}

/* End skill Section */
/* start projects Sections */
.projects h2{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
    transition: .3s;
}

.projects h2 span {
    color: #0ef;
}
.projects h2:hover{
    color: #0ef;
}
.content-projects{
    text-align: center;
    border: 2px solid #0ef;
    padding: 20px;
    border-radius: 10px;
    box-shadow:0 0 5px cyan,
        0 0 25px cyan, 0 0 50px cyan,
        0 0 75px cyan;
}
.content-projects p{
    color: #0ef;
}
.content-projects img{
    border-radius: 10px;
    height: 250px;
    width: 70%;
}
.projects .col-md-4{
    position:relative;
    transition: .5s;
    animation: slideRight 0.6s ease forwards;
    animation-delay: .3s;
    margin-bottom: 30px;
    cursor: pointer;
}
.projects .col-md-4:hover{
    top:-20px
}
.conatct_us{
    margin:150px 0px;
    padding: 50px 0px;
    
}
.contact-left h4{
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.contact-left span{
    color: #0ef;
}
.contact-left h4:hover{
    color: #0ef;
}
.contact-left h5{
    font-weight: 600;
    margin-bottom: 30px;
}
.bxs-send , .bxs-phone-call{
 color: #0ef;
margin-right: 5px;

}
.phone-number a{
    color: white;
    text-decoration: none;
}
.footer-icons{
    margin-top: 40px;
}
.footer-icons a{
    padding: 5px !important;
    
}
.form-contact input {
    width: 100%;
    height: 45px;
    background-color: #95a5a6;
    border-radius: 7px;
    margin: 8px 0 ;
}
.form-contact input:placeholder-shown{
    font-size: 15px;
    padding:0 10px;
    font-weight: 600;
}
.input{
    width: 100%;
    height: 150px;
    background-color: #95a5a6;
    border-radius: 5px;
}
.input:placeholder-shown{
    font-size: 15px;
    padding:5px 10px;
    font-weight: 600;
}
.submit-btn{
    width: 100%;
    margin-top: 20px;
    padding: 7px;
    border-radius: 21px;
    background-color: #0ef;
    border: none;
    box-shadow: 0 0 5px cyan,
    0 0 25px cyan, 0 0 50px cyan,
    0 0 75px cyan;
    color: #081b29;
    font-weight: 600;
}

/* End projects Sections */

@keyframes slideTop {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideBottom {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* End Home */
/* start Ecommerce Page */
.ecommerce-content h5{
    padding: 15px;
}
.ecommerce-content a{
    color: #0ef;
    text-decoration: none;
    font-size: 15px;
   
}