* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

header {
    width: 100%;
    height: 370px;
    background-color: #3056D3;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 74px;
    position: fixed;
    background-color: #3056D3;
    z-index: 99;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
}

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0rem 6.25rem;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
}

.navbar .nav-list ul {
    width: 1200px;
    height: 100%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 61px;
    font-size: 16px;

}

.navbar .nav-list ul li a {
    text-decoration: none;
    color: white;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 185px;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
    /* visibility: visible; */
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}

.header-content .com-name {
    line-height: 60px;
    font-size: 45px;
    margin: 15px 0px;
    font-weight: 700;
    text-align: center;
}

.header-content .com-text-line {
    line-height: 35px;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    color: rgb(207, 224, 249);
}

.com-pre {
    font-size: 21px;
}

.menu-icon {
    display: none;
}

.cross-icon {
    display: none;
}



.com-about {
    display: flex;
    justify-content: center;
    padding: 7.5rem 6.25rem;
    width: 100%;
    background-color: #F3F4FE
}

.ab-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.ab-text-area {
    padding: 70px;
    width: 50%;
    height: 100%;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
}

.ab-tx {
    padding: 7px 21px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #3056D3;
    color: white;
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-text h2 {
    font-weight: bold;
    font-size: 37px;
    line-height: 46px;
    margin-bottom: 30px;
}

.ab-text p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #637381;
    width: 480px;
}

.ab-img img {
    padding: 0px 50px 0px 0px;
}

.item {
    position: absolute;
    padding: 50px 50px;
    background-color: #a5d7f6;
    border-radius: 50%;
    top: -40px;
    right: -40px;
}



.com-project {
    width: 100%;
    background-color: white;
    padding: 120px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pro-title-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0 cover 40%; */
}

.pro-text-1 {
    font-size: 18px;
    font-weight: 600;
    color: #3056D3;
    margin-bottom: 10px;
}

.pro-text-2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    color: #212b36;
    text-transform: capitalize;
}

.projects {
    margin-top: 50px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* gap: 55px; */


    /* width: 100%; */
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.pro-item {
    width: 425px;
    border-radius: 8px;
    border: 2px solid rgb(212, 222, 255);
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
}

.pro-img {
    width: 100%;
    height: 232px;
    border-radius: 8px;
    padding-bottom: 6px;
    overflow: hidden;

}

.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-name {
    width: 100%;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    color: #3056D3;
}

.pro-about {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #637381;
    height: 69.2px;
    overflow: scroll;
    scrollbar-width: none;
}

.pro-link {
    border-radius: 8px;
    font-size: 20px;
    width: 100px;
    height: 40px;
    /* margin-top: 14px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3056D3;
    border: 2px solid rgb(212, 222, 255);
    cursor: pointer;
}

.pro-link:hover {
    background-color: #3056D3;
    color: white;
}

.object1 {
    position: absolute;
    padding: 50px 50px;
    background-color: #3056D3;
    border-radius: 50%;
    bottom: -40px;
    left: -40px;
}

.object2 {
    position: absolute;
    padding: 50px 50px;
    background-color: #13c296;
    border-radius: 50%;
    top: -40px;
    right: -40px;
}

.com-skill {
    width: 100%;
    padding: 120px 111px 90px 111px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sk-text {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3056D3;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
}

.sk-tech {
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    color: #212b36;
    text-transform: capitalize;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
}

.skills-01 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 45px;
}

.sk-items {
    height: 130px;
    width: 253px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
}

.sk-item-icon {
    height: 75px;
    width: 75px;
    background-color: #3056D3;
    border-radius: 14px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 500;
}

.sk-item-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.27;
    z-index: -1;
    transform: rotate(23deg);
    border-radius: 14px;
    background: #3056D3;
    transition: all 0.3s ease-out 0s;
}

.sk-item-name {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}

.sk-item-icon i {
    font-size: 32px;
}

.sk-item-icon img {
    height: 32px;
}

.com-contact {
    width: 100%;
    padding: 7.5rem 6.25rem;
    position: relative;
    display: flex;
}

.com-contact::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 50%;
    background: rgb(243, 244, 254);
}

.con-container {
    /* width: 1300px; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.con-left {
    width: 67%;
    display: flex;
    align-items: center;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
}

.con-left-wrepper {
    width: 100%;
}

.con-text {
    color: #343d47;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px
}

.con-line {
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 150px;
    color: #323940;
}

.con-add-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con-loc-email {
    width: 330px;
    height: 60px;
    margin-bottom: 30px;
    display: flex;
}

.location-icon {
    width: 32px;
    margin-right: 24px;
    display: flex;
    justify-content: center;
}

.location-icon i {
    font-size: 33px;
}

.loc-email {
    width: 260px;
}

.add-title h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: #343d47;
}

.add-text p {
    font-size: 15px;
    color: #637381;
}

.con-right {
    width: 31%;
    background-color: white;
    height: 100%;
    margin-left: 20px;
    border-radius: 8px;
    padding: 60px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 28px;
    /* animation: fadeInUp linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%; */
}

.con-ri-title {
    width: 100%;
    height: 33px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #2a3036;
}

.form-group {
    height: 72px;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(241, 241, 241);
    display: flex;
    flex-direction: column;
}

.form-group-ms {
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: none;
}

label {
    font-size: 12px;
}

input {
    height: 54px;
    padding: 15px 0px;
    border: none;
    outline: none;
    font-size: 16px;
}

textarea {
    display: block;
    width: 100%;
    padding: 15px 0px;
    border: none;
    outline: none;
    border-bottom: 1px solid rgb(241, 241, 241);
    font-size: 16px;
}

.ud-main-btn {
    margin-top: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    color: white;
    cursor: pointer;
    z-index: 5;
    white-space: nowrap;
    border-radius: 5px;
    padding: 15px 25px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: all 0.4s ease-out 0s;
    background: #3056D3;
}

.footer {
    /* height: 95px; */
    width: 100%;
    background: #212b36;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    padding: 2rem 6.25rem;
}

.footer-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-icon a {
    color: white;
}

.footer-text {
    text-align: center;
}

.menu-bar {
    display: none;
}

/* @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        scale: 0.5;
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        scale: 1;
    }
} */


@media (max-width: 600px) {
    .nav-list {
        display: none;
    }

    .menu-icon {
        display: block;
        font-size: 26px;
        padding-right: 20px;
        position: relative;
        top: 0;
        right: -16px;
    }

    .cross-icon {
        display: none;
        font-size: 28px;
        padding-right: 20px;
        position: relative;
        top: 0;
        right: -16px;
    }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
        height: 100%;
        padding: 0rem 1.25rem;
    }

    .header-content {
        padding-top: 130px;
    }

    .com-about {
        padding: 5.25rem 1.25rem;
    }

    .ab-container {
        flex-direction: column;
    }

    .com-about .ab-container .ab-text-area {
        padding: 2.5rem 1.25rem;
        width: 100%;
    }

    .ab-text h2 {
        width: 100%;
    }

    .ab-text p {
        width: 100%;
        margin-bottom: 0px;
    }

    .ab-img img {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .item {
        position: absolute;
        padding: 50px 50px;
        background-color: #a5d7f6;
        border-radius: 50%;
        top: auto;
        bottom: -40px;
    }

    .com-project {
        padding: 5.25rem 1.25rem;
    }

    .projects {
        /* flex-direction: column; */
        grid-template-columns: repeat(1, 1fr);
    }

    .pro-item {
        width: 100%;
        padding: 30px 40px;
    }

    .com-skill {
        padding: 5.25rem 1.25rem;
    }

    .sk-items {
        width: 112px;
    }

    .sk-tech {
        text-align: center;
        margin-bottom: 0px;
    }

    .com-contact {
        padding: 5.25rem 1.25rem;
    }

    .con-left {
        width: 100%;
    }

    .con-line {
        margin-bottom: 60px;
    }

    .con-add-box {
        margin-bottom: 28px;
    }

    .con-right {
        width: 100%;
        margin-left: 0px;
        padding: 1.5rem;
    }

    .footer {
        padding: 2rem 1.25rem;
    }

    .footer-container {
        flex-direction: column;
        gap: 20px;
    }

    .menu-bar {
        width: 100%;
        display: none;
        background: transparent;
        position: fixed;
        z-index: 1000;
        top: 74px;
    }

    .menu-container {
        margin: 0px 20px;
        background: white;
        list-style: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 1.2rem;
        line-height: 33px;
        border-radius: 14px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 28px;
        padding: 30px 21px;

    }

    .menu-container li a {
        text-decoration: none;
        color: #55616c;
    }

}