@media only screen and (max-width: 768px) {
    .profile-img {
        width: 100%;
        object-fit: cover;
        filter: grayscale(100%);
    }
    .profile-card{
        position: relative;
        left: unset;
        margin: 25px auto;
        width: 85%;
    }
    .navigator-container {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        left: 0;
        border: 0;
        justify-content: center;
        padding: 10px 0;
        border-radius: 0;
        background: #222;
                border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    .padding-left-right {
        padding:0 15px;
    }
    .navigator-container a span{
        display: none;
    }
    .navigator-container a.active span{
        display: flex;
        opacity:1;
        visibility:visible;
    }
    .tag-line .left-text {
        font-size: 30px;
        font-weight: 600;
        position: relative;
    }
    .main-text {
        width: 100%;
    }
    .main-text .title-text {
        font-size: 35px;
        font-weight: 300 !important;
        line-height: 1.2;
    }
    .content-wrapper {
        padding: 0 15px;
    }
    .skill-card {
        border: 1px solid #ffffff8a;
        border-radius: 20px;
        padding: 15px;
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    .project-card {
        border-radius: 20px;
        height: 250px;
        flex: 1 1 calc(100% - 15px);
        max-width: calc(100% - 15px);
        overflow: hidden;
        background-size: cover;
        background-position: top;
        transition: background-position 2s ease-in-out;
        position: relative;
        border: 3px solid #ffffff8a;
    }
    .input-box{
        margin-bottom: 8px;
    }
    .dark-bg {
        position: relative;
        height: auto !important;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .nav-link{
        margin-left: 8px;
    }
    .tag-line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 40px;
        width: 100%;
        padding: 0 0 17px;
    }
    .left-text {
        font-size: 26px !important;
    }
    .tag-line .right-text {
        text-align: right;
        font-size: 13px;
    }
    .email-area a {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 15px;
        display: block;
    }
    .contact-button a {
        background: #007ced;
        color: #ffffff;
        border: 0;
        border-radius: 35px;
        padding: 11px 25px;
        font-size: 15px;
        cursor: pointer;
        transition: .3s;
        width: 73%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        text-transform: uppercase;
        transition: .2s all;
        border: 1px solid #007ced;
    }
    .profile-card {
        position: relative;
        left: unset;
        margin: 25px auto;
        width: 85%;
        margin-top: 65px;
    }
    .circle {
        position: absolute;
        width: 120px;
        height: 120px;
        display: flex ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        outline: 0.5px solid #fff;
        outline-offset: 16px;
        right: 37%;
        top: 51px;
    }
    .footer-social-medias {
        display: flex;
        justify-content: center !important;
        padding-bottom: 41px;
    }
    .profile-cover {
        position: relative;
        width: 270px;
        height: 270px;
        border: 5px solid #007ced;
        border-radius: 30px;
        overflow: hidden;
    }
    .body-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0);
        display: flex
    ;
        align-items: center;
        justify-content: center;
        z-index: -5;
        object-fit: cover;
        opacity: .3;
        object-fit: cover;
        object-position: -644px 10%;
    }
    .navigator-container a>span::after {
        content: '\F231';
        font-family: "Bootstrap-icons";
        position: absolute;
        color: #3f3f3f;
        font-size: 15px;
        bottom: -13px;
        transform: rotate(90deg);
    }
    .navigator-container a>span {
        right: -24px !important;
    }
    .navigator-container a span {
        position: absolute;
        right: unset !important;
        font-size: 12px;
        text-transform: uppercase;
        padding: 3px 10px;
        background: #3f3f3f;
        color: #ffffff;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        transition: .3s all;
        justify-content: center;
        align-items: center;
        top: -43px;
        align-items: center;
    }
    .navigator-container a>span::after{
        right:unset !important;
    }
    .navigator-container a {
        display: flex;
        padding: 10px 10px;
        font-size: 18px;
        justify-content: center;
        color: #ffffff8a;
        position: relative;
    }
  }