@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.body {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0D0E12;
}

.background-image {
    height: 100vh;
    background-image: url(Untitled\ design\ \(5\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-position-x: right; */
}

.background {
    width: 100%;
    height: 100vh;
    /* background-color: rgb(197, 197, 197); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-video {
    /* height: 80vh; */
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.portfolioLogo {
    height: 100px;
}

.portfolioLogo-img {

    align-items: center;
    /* margin-right: 2%; */
    /* background-color: blue; */
}

nav {
    position: relative;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    height: 50px;
}

nav a {
    color: white;
    height: 100%;
    padding: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

nav li:first-child {
    margin-right: auto;
}


.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 350px;
    /* padding: 25px 0; */
    z-index: 999;
    background-color: rgb(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    padding: 50px 50px;
    /* gap: 25px; */
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar a {
    width: 100%;
    color: white;
}

.sidebar li {
    width: 100%;

}

nav a:hover {
    color: blue;
}

.close-btn {
    height: 35px;
    margin-left: 75%;
}

.menu-btn {
    height: 65px;
    padding-top: 25px;
}

.home-text {
    color: white;
    text-align: start;
    padding: 8% 10%;
    margin-top: 50px;
    /* width: 80%;
    background-color: aqua;
    z-index: 5; */
}

.home-text h1 {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #757277;
}

.home-text p {
    font-size: 19px;
    font-weight: bold;
}

.multiText {
    color: blue;
    text-transform: capitalize;
}

.home-text h4 {
    font-size: 35px;
    font-weight: bold;
}

.home-text h2 {
    font-size: 56px;
    font-weight: bold;
}

.home-text span {
    font-size: 33px;
    font-weight: bold;
    text-decoration: none;
}

.contact {
    text-align: center;
    margin-top: 12%;
}

.contact-btn {
    width: 190px;
    height: 60px;
    list-style: none;
    color: white;
    font-size: 22px;
    font-weight: bold;
    background-color: blue;
    display: inline-block;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 5px blue, 0 0 25px blue;
    transition: box-shadow 0.25s;
    margin-bottom: 55px;
}

.contact-btn a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.contact-btn a:hover {
    color: rgb(255, 255, 255);
}

.contact-btn:hover {
    background: blue;
    box-shadow: 0 0 5px blue, 0 0 25px blue, 0 0 50px blue, 0 0 100px blue, 0 0 200px blue;

}

.icon {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box {
    display: inline-block;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 0.25s;
    margin: 0px 11px;

}

.icon-box:hover {
    background-color: white;
    box-shadow: 0 0 5px blue, 0 0 25px blue, 0 0 50px blue, 0 0 100px blue, 0 0 200px blue;
}

.service {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.service-title h1 {
    color: white;
    font-size: 54px;
    font-family: Georgia, 'Times New Roman', Times, serif
}

.mani-service {
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #2e3038;
}

.service-box {
    padding: 30px 30px;
    border-radius: 20px;
    background-color: #3d4350;
    /* white-space: nowrap; */
    /* display: flex;
    align-items: center; */
}

.servicse-box-fl {
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.servicse-box-fl h6 {
    color: white;
    text-align: start;
    padding: 0 24px;
}

.servicse-box-fl h3 {
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    padding: 10px 0;
}

.service-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
    gap: 100px;
}

.servicse-btn {
    width: 154px;
    height: 42px;
    font-family: 'Acme';
    font-weight: bold;
    background-color: blue;
    color: #FFFFFF;
    display: inline-block;
    border: none;
    border-radius: 15px;
    transition: box-shadow 0.25s;
}
.servicse-btn a{
    color: white;
    text-decoration: none;
}
.servicse-btn a:hover{
    color: white;
}

.servicse-btn:hover {
    background: blue;
    box-shadow: 0 0 5px blue, 0 0 25px blue, 0 0 50px blue, 0 0 100px blue, 0 0 200px blue;
}

.servicse-btn-gap {
    padding: 35px 0;
}

.about-text {
    text-align: center;
    margin-bottom: 30px;
}

.about-text h1 {
    color: white;
    font-size: 54px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 50px;
}

.about-main-box {
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #2e3038;
    margin-bottom: 60px;

}

.about-box {
    padding: 30px 30px;
    border-radius: 20px;
    background-color: #3d4350;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-image-box {
    width: 150px;
    height: 150px;
    background-color: rgb(13, 32, 233);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;


}

.about-image-box img {
    width: 140px;
    height: 140px;
    border-radius: 100px;

}

.about-textMe {
    text-align: center;
    /* margin-top: 500px; */
    /* padding: 150px 50px; */
}

.about-textMe p {
    color: white;
    font-size: 18px;
}

.skill-main-box {
    background-color: #33303C;
    border-radius: 25px;
    margin-bottom: 50px;

}

.skill-text {
    color: #FFFFFF;
    font-family: 'Acme';
    font-size: 60px;
    text-align: center;
    padding: 25px 0;
}

.skill {
    width: 80%;
    height: auto;
    margin: 60px auto;
    color: #FFFFFF;
    border-radius: 25px;
    background-color: #000000;
    padding: 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.skill li {
    margin: 20px 0;
    padding: 10px;
    list-style: none;
}

.bar {
    background: #353b48;
    display: block;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.bar:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.bar span {
    height: 20px;
    float: left;
    background: linear-gradient(135deg, rgb(0, 63, 236)0%, rgb(193, 6, 218)100%);
}

.html {
    width: 90%;
    animation: html 3s;
}

.css {
    width: 70%;
    animation: css 3s;
}

.java {
    width: 65%;
    animation: java 3s;
}

.php {
    width: 45%;
    animation: php 3s;
}

.wp {
    width: 80%;
    animation: wp 3s;
}

.javasript {
    width: 60%;
    animation: javasript 3s;
}

@keyframes html {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

@keyframes css {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

@keyframes java {
    0% {
        width: 0%;
    }

    100% {
        width: 65%;
    }
}

@keyframes php {
    0% {
        width: 0%;
    }

    100% {
        width: 45%;
    }
}

@keyframes wp {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

@keyframes javasript {
    0% {
        width: 0%;
    }

    100% {
        width: 60%;
    }
}


.contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-title h1 {
    color: white;
    font-size: 54px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 50px;
}

.contact-main-box {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background-color: #2e3038;
}

.contact-box {
    padding: 50px 80px;
    /* background-color: blue; */
}

.contact-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn {
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background-color: orange;
    color: white;
    font-weight: bold;
    border: none;
    margin-top: 20px;
}

.formcarry-container * {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;

    /* colors */
    --color-blue: blue;
    --color-light-blue: #013bc4;
    --color-gray: #e5e7eb;
    --color-dark-gray: #9da3ae;
    --color-pink: #edadd2;
}

.formcarry-container {
    /* container */
    --c-width: 80%;
    --c-max-width: 70%;

    width: var(--c-width);
    max-width: var(--c-max-width);
    display: block;
    margin: 5vh auto 0 auto;
}

.formcarry-form label {
    display: block;
    padding: 12px 0 2px 0;
    letter-spacing: -0.2px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.formcarry-form input,
.formcarry-form textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--color-gray);
    border: none;
    border: 4px solid var(--color-gray);
    outline: none;
    border-radius: 8px;
    color: var(--color-dark-gray);
}
.playword{    
    height: 150px;
    /* background-color: #e5e7eb; */
}



.formcarry-form input:focus,
.formcarry-form textarea:focus {
    background-color: #fff;
    color: var(--color-dark-gray);
}


.formcarry-form input:focus:required:invalid {
    border-color: var(--color-pink);
    background-color: #fff;
}

.formcarry-form button {
    display: block;
    margin-top: 12px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    border-color: transparent;
    background-color: var(--color-blue);
    color: #fff;
    font-weight: 700;
    font-size: 18px;

    transition: 300ms all;
}

.formcarry-form button:hover {
    background-color: var(--color-light-blue);
}

.formcarry-alert {
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    display: none;
}

.formcarry-alert.visible {
    display: block;
}

.formcarry-alert.success {
    background: #69cf9d;
}

.formcarry-alert.error {
    background: #de524c;
}

@media(max-width:600px) {
    .sidebar {
        width: 100%;
    }

    .home-text span {

        font-size: 35px;
    }

    .portfolioLogo-img {
        margin-top: 15px;
        margin-left: -50px;
    }
}

@media screen and (max-width: 730px) {
    .portfolioLogo-img img {
        /* background-color: blue; */
        margin-left: -50px;
    }

}

@media screen and (max-width: 992px) {
    .hideOnMobile {
        display: none;
    }

    .iconImg {
        height: 50px;
    }

}

@media screen and (max-width: 1030px) {


    .home-text span {

        font-size: 50px;
    }

    .portfolioLogo-img {
        margin-top: 20px;
        margin-left: 5px;
    }

}

@media (min-width: 1200px) {
    .home-text span {
        font-weight: 999;
        font-size: 55px;
    }

    .portfolioLogo-img img {
        margin-left: 100px;
        margin-top: 20px;
    }
}