@media screen and (max-width: 480px) {
    body {
        font-weight: 1em;
        background-color: var(--main-bg-color);
        font-family: "Cormorant Garamond", serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        margin: 0 !important;
        padding: 0 !important;
    }

    .logo {
        padding: 0;
        margin: 24px;
        font-size: 20px;

    }

    .nav-items_vance {
        display: none;

    }

    .menu_showed {
        display: none;
        width: 100%;
        height: 100%;
        background-color: var(--main-bg-color);
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    /* ovde pocinje menu */
    .bars {
        position: fixed;
        top: 30px;
        right: 10px;
        width: 40px;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
        z-index: 200;
    }

    #one {
        width: 22px;
        position: relative;
    }

    #two {
        width: 32px;
        position: relative;
    }

    #three {
        width: 18px;
    }

    .line {
        display: block;
        height: 3px;
        margin-bottom: 5px;
        transition: all 0.5s ease-in-out;
        background-color: var(--main-text-color);

    }

    .line:hover {
        width: 39px;
        transition: all 0.8s ease-in-out;
    }
    .hide{
        display: none;
    }

    #menu {
        top: 0px;
        left: -450px;
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 0px;
        opacity: 0;
        background-color: var(--main-bg-color);
        transition: all 0.7s ease-in-out;
        z-index: 100;
    }

    #menu_line {
        width: 15%;
        float: right;
        height: 100vh;
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        background-color: var(--main-line-color);
    }

    #ulMenu {
        padding-top: 120px;
        width: 70%;
        margin: 0px auto;
    }

    .left_line {
        text-align: left;
        position: relative;
        display: flex;
        font-family: "Inter", sans-serif;
        width: 100%;
        color: var(--main-line-color);
        font-weight: 400;
        font-size: 16px;
        line-height: 33px;
    }

    .left_line::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -70px;
        width: 65px;
        height: 5px;
        background-color: var(--main-line-color);
        transform: translateY(-50%);
    }

    .menuItem {
        text-align: center;
        font-family: "Inter", sans-serif;
        color: var(--main-text-color);
        font-weight: 400;
        font-size: 22px;
        line-height: 33px;
        margin: 50px 20px;
    }

    .footer_menu {
        position: absolute;
        bottom: 20px;

    }

    /* ovde zavrsva menu */
    .nav_items_mobile {
        display: block;
        float: right;
        margin: 24px;

    }

    form {
        padding: 5px;
        width: 90%;
        margin: 0px auto;
        position: relative;
        top: -20px;
        display: block;
    }

    .copyright {
        margin: 0px auto;
        display: block;
        text-align: center;
        width: 100%;
    }

    .lets_connect {
        width: 100%;
        text-align: center;
    }

    .footer {
        width: 100%;
        float: left;
    }

    .row {
        width: 100% !important;
        --bs-gutter-x: 0 !important;
        float: left;
        margin-bottom: 20px;
    }

    .projects_container {
        justify-content: center;
        align-items: center;
        grid-template-columns: 100%;
        width: 100%;
        margin-top: 40px;
    }

    .padding100 {
        padding: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .projects_container img {
        width: 85%;
        display: block;
        margin: 0px auto;
    }

    .header_type {
        margin-bottom: 50px !important;
        text-align: center !important;
    }

    .header_text {
        text-align: center !important;
        margin-bottom: 0px !important;
    }

    .header_subtext {
        display: none;
        text-align: center !important;
    }

    .second_animation {
        display: block;
        text-align: left;
        padding-bottom: 0.5rem !important;
    }

    .right_text,
    .left_text {
        text-align: center;
    }

    .right_text,
    .left_text {
        float: left;
        margin: 0px;
        text-align: center;
    }

    .projects_container p {
        width: 100%;
        padding: 30px;
        display: grid;
        text-align: center;
    }

    .projects_image_left {
        order: 2;
    }

    .projects_image_right {
        order: 2;
    }

    .projects_image_right img,
    .projects_image_left img {
        float: none !important;
    }

    .center_text {
        width: 100%;
        float: left;
        text-align: center !important;
        margin-top: 10px !important;
    }
     h1{
        font-size: 32px !important;
        float: left;
    }
    .projects_text {
        order: 1;
    }
    .largeHeader{
        font-size: 72px !important;
    }

    .top-navigation_vance {
        float: left;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        background-color: var(--main-bg-color);
    }

    .portfolio_container {
        width: 100%;
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .portfolio_clients { 
        grid-template-columns: 100%;
    }

    .image-container {
        height: 354px;
        overflow: hidden;
        border-radius: 24px;
    }
    .image-container img{
        position: relative;
        top: -20px;
        left: 0;
    }

    .fade-image {
        height: auto;
    }

    .container_vance {
        max-width: 1541px;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        float: left;
    }

    .top_text {
        display: block;
        width: 90%;
        margin: 0px auto;
        margin-top: 130px;
        text-align: right;
        height: 300px;
        padding: 5px;
    }

    #italics {
        display: block;
        position: relative;
        top: 10px;
        left: 120px;
        width: 240px;
    }

    .col-2 {
        width: 100% !important;
    }

    input {
        margin: 10px 5px;
        background-color: #EFEBE6;
         line-height: normal;
    }
    input::placeholder {
        font-family: "Inter", sans-serif;
        color: var(--main-text-color);
        font-weight: 400;
    }

    label {
        margin: 10px 5px;
    }

    .wider_input {
        height: 170px;
        padding-top: 5px;
         line-height: normal;
    }
    .wider_input::placeholder{
        padding-top: 5px;
         vertical-align: top;
    }
    .spacing {
        margin: 0;
        padding: 0;
    }

    .modal-content {
        width: 100%;
    }

    .modal-dialog {
        width: 100%;
    }

    .inevitable-design {
        display: none;
    }

    .inevitable-design_mobile {
        height: auto;
        display: block;
        padding: 10px;
        margin-top: 60px;
        font-size: 72px;
        width: 80%;
    }

    .main-slider {
        float: left;
        height: auto;
        width: 100%;
        display: block;
    }

    .main-slider img {
        float: none;
    }

    .vance-image {
        display: block;
        width: 100%;
        border-radius: 50px;
        float: left;
        margin-top: 0px;
    }

    .vance-image img {
        width: 90%;
        margin: 0px auto;
        display: block;
    }

    .line_vance {
        top: 28%;
        width: 280px;
    }
    .line_below{
        display: block;
        position: relative;
        top: 120px;
    }
    .second_animation {
        padding: 5px;
    }

    .selected_clients {
        float: left;
    }

    .view_selected_work {
        display: block;
        float: left;
        width: 100%;
        margin: 2rem auto;

    }

    .grey_button {
        width: 177px;
        height: 48px;
        display: block;
        border-radius: 10px;
        background-color: var(--main-line-color);
        color: var(--main-logo-color);
        margin: 0px auto;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .selected_clients h4 {
        width: 100%;
        font-weight: 2em;
        font-size: 14px;
        background-color: var(--main-bg-color);
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        color: var(--main-text-color);
    }

    .featured_work {
        float: left;
        width: 100%;
    }

    .featured_work h2 {
        font-size: 14px;
        width: 100%;
        letter-spacing: 1.2;
        font-weight: 2em;
        background-color: var(--main-bg-color);
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        text-transform: uppercase;
        color: var(--main-text-color);
        padding-bottom: 0px !important;
    }

    .featured_work p {
        padding-bottom: 0px !important;
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 12px;
    }

    .featured_container {
        display: flex;
        flex-direction: row;
        /* Default for desktop: image and text side-by-side */
        align-items: center;
        /* Vertically align items */
        flex-direction: column;
    }

    .clients img {
        display: block;
        /* Forces the image to start on a new line (its own 'row') */
        margin: 20px auto;
        max-width: 100%;
        width: 120px;
        height: auto;
    }

    .featured_text {
        float: left;
        width: 80%;
        margin: 0 auto;
        text-align: left;
        order: 1;
        height: 100px;
    }

    .featured_container img {
        order: 2;
        width: 85%;
        margin: 0px auto;
        border-radius: 30px;
    }

    .footer {
        display: none;
    }

    .footer_mobile {
        display: block;
        ;
        padding-bottom: 1rem;
        float: left;
    }
}