@media (max-width:1100px) {
    nav {
        padding: 10px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* background: var(--color1); */
        /* position: relative; */
        height: 75px;
        box-shadow: 0 3px 10px var(--color5);
    }


    nav ul {
        position: absolute;
        top: 70px;
        left: -32px;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: var(--color42);
        gap: 0;
        overflow: hidden;
        box-shadow: 0 3px 10px var(--color23);
        z-index: 999;

    }

    nav ul li {
        padding: 0.8rem;
    }

    nav ul li:hover {
        background: var(--color7);
    }

    .menu-icon {
        display: block;
    }

    #menuList {
        transition: all 0.5s;
    }

    .home-container {
        /* background-color: var(--color1); */
        color: var(--color2);
        min-height: 75vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        flex-direction: column;
    }

    .my-info {
        /* border: 1px solid red; */
        /* width: 535px; */
        /* max-width: 45%; */
        max-width: 95vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .my-info-button {
        text-align: center;
    }

    .my-info-details {
        margin: 2rem 0;
    }

    .home-btn1 a {
        border-radius: 36px;
        font-size: 1rem;
        /* width: 40%; */
        width: 150px;
        margin-bottom: 0.6rem;
    }

    .my-box2 {
        /* margin: 1rem; */
        text-align: center;
    }

    .my-skills-title {
        text-align: center;
        /* margin: 0 0 2rem 0; */
        margin: 2rem 0 1rem;
    }

    .services-title {
        text-align: center;
        margin: 4rem 0 2rem;
    }


    .contact-title {
        text-align: center;
        margin: 4rem 0 2rem;
    }

    .wrapper {
        display: none;
    }

    .wrapper2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;

    }
    .my-text-101{
        margin-bottom: 0;
    }
    .home-scroll-down a {
        display: none;
    }
    .home-icons{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box {
        margin-top: 7rem;
        margin-left: 0;
    }
    .testimonial-card .profile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem;
        flex-direction: column;
    }
    .profile-desc span:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        color: var(--primary-clr);
        text-align: center;
    }
    .profile-desc span:nth-child(2) {
        font-size: 10px;
        color: var(--text-clr);
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .home-container {
        margin-top: 2rem;
    }
    .review-container{
        margin-top: 2rem;
    }


    .contact-box1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        /* flex-direction: column; */
        gap: 1rem;
    }

    .contact-icon i {
        color: var(--color31);
        font-size: 2.4rem;
        margin: 1rem;
    }

    .contact-item {
        border: 1px solid var(--color30);
        display: flex;
        align-items: center;
        margin: 0 10px;
        width: 330px;
        padding: 10px;
    }


    .skills {
        min-width: 300px;
        /* padding: 0 20px; */
        max-width: 500px;
    }

    .box {
        position: relative;
        width: 275px;
        height: 275px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 7rem;
        margin-left: 0;
    }
    .box::before {

        inset: -10px 129px;
    }

    .my-box2 {
        margin: 1rem;
        text-align: center;
    }

    .home-btn1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .home-btn1 a {
        /* border-radius: 36px; */
        /* font-size: 1rem; */
        /* width: 40%; */
        width: 190px;
        /* margin-bottom: 0.6rem; */
        margin: 0.5rem;
    }

    .contact-box2-title h3 {
        font-size: calc(1.2rem + .5vw);
    }

    .contact-box2 form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact-form1-box1 {
        display: flex;
        flex-direction: column;
    }

    .animated-text {
        font-size: 30px;
        font-weight: 600;
        /* min-width: 280px; */
    }

    .my-text1 p {
        margin-top: 0.2rem;
    }

    .contact-form1-box1 input,
    .contact-form1-box2 input,
    .contact-form1-box2 textarea {
        /* margin: 1rem 1rem 0.4rem 0; */
        width: 300px;
        margin: 0.5rem;
    }


    .my-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .my-info-details ul li span {
        position: relative;
        width: 109px;
        font-weight: 600;
        color: var(--color3);
        font-size: small;
    }

    .my-info-details ul li p {
        margin-left: 1rem;
        font-weight: 600;
        font-size: small;
    }
    .review-box1{
        margin-top: 7rem;
    }

    .review-box1 form div {
        margin: 0.3rem 0;
    }

    .review-box1 form {
        min-width: 300px;
        margin: 2rem;
    }
    

    .review-input {
        /* padding: 1rem 1rem;
        border: 1px solid var(--color3); */
        border-radius: 5px;
        max-width: 100%;
    }


    .wrapper {
        display: none;
    }

    .wrapper2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .testimonial-card .profile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2rem;
        text-align: center;
        flex-direction: column;
    }
    .profile-desc span:nth-child(1) {
        font-size: 1rem;
    }
    .my-info-title{
        text-align: center;
    }
    .testimonial-card .profile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem;
        flex-direction: column;
    }
    .profile-desc span:nth-child(1) {
        font-size: 16px;
        font-weight: bold;
        color: var(--primary-clr);
        text-align: center;
    }
    .profile-desc span:nth-child(2) {
        font-size: 8px;
        color: var(--text-clr);
        max-width: 100%;
        text-align: center;
    }
    .scroll-up a {
        position: absolute;
        right: 12px;
        /* margin: 0 2rem 2rem 0; */
        bottom: 12px;
    }

    .terms-container{
        margin: 10rem 5rem 2rem;
    }

}