*, *::before, *::after{box-sizing: border-box;}

header#home_head {
    position: absolute;
    width: 100%;
    z-index: 99;
}

header#vic-border {
    position: relative;
}


header> .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 1% 3%;
}

header> .container.black_header {background: #151f26;}

/* Class added when the user scrolls down to hide the header */
header.hide-headers {
    top: -109px; /* Moves the header completely off-screen (match the height above) */
}

.logo {
    display: flex;
    align-items: flex-end;
}

.logo> a> img{width: 85%; height: 100%}

.site-title-text {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    letter-spacing: -0.2px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: -2%;
}

a.site-title-text.white {color: #fff;}

.main-navigation.toggled {
    position: fixed;
    right: 3%;
}

button.menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 41px;
    width: 120px;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    outline: 0;
    z-index: 1;
    position: relative;
    z-index: 11;
    border: 0;
    color: #ffffff;
    font-size: 1rem;
}

button.menu-toggle::before {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 25px;
    background: #ffffff;
    top: 5px;
    left: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


button.menu-toggle::after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  width: 25px;
  background: #ffffff;
  bottom: 5px;
    left: 50px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -khtml-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

button.menu-toggle:hover::before {
  width: 23px;
}
button.menu-toggle:hover::after {
  width: 18px;
}

.main-navigation.toggled> button {
    color: #000000;
}

.toggled> button.menu-toggle::before,.toggled> button.menu-toggle::after{background: #000000;}

.menu-toggle-text {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.menu-toggle-text.fade-out {
    /* Class to trigger the fade-out effect */
    opacity: 0;
}

.toggled> button.menu-toggle::before {
-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  top: 10px;
    height: 1px;
}

.toggled> button.menu-toggle::after {
    -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
    left: 50px;
    bottom: 10px;
    width: 24px;
    height: 1px;
}

.main-navigation> .menu-main-menu-container {
  
    width: 300px;
    height: 100vh;
    right: -300px;
    top: 0;
    position: fixed;
    background: #fff;
     -webkit-transition: right .5s ease-in;
    -moz-transition: right .5s ease-in;
    -khtml-transition: right .5s ease-in;
    -o-transition: right .5s ease-in;
    transition: right .5s 
ease-in;
}

.main-navigation.toggled> .menu-main-menu-container{
    right: 0;
    z-index: 10;
}

.main-navigation ul {
    
    margin-top: 0;
    height: 100%;
    overflow:auto;
    z-index: 2;
    padding: 0;
   
}

.main-menu> li{
    list-style: none;
}

.main-menu> li> a {
    padding: 0 9%;
    color: #151f26;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: -1.1px;
    text-transform: capitalize;
    line-height: 5;
    padding-bottom: 14px;
    border-bottom: 0 solid #c3c3c3;
    -webkit-transition: border-bottom .5s ease-in;
    -moz-transition: border-bottom .5s ease-in;
    -khtml-transition: border-bottom .5s ease-in;
    -o-transition: border-bottom .5s ease-in;
    transition: border-bottom .5s ease-in;
}

.main-menu> li> a:hover {
    border-bottom: 2px solid #2e2e2e;
}

.main-menu> li> a[aria-current="page"] {
    color: #2e2e2e;
}

.main-menu> li:nth-child(1) {
    margin-top: 30vh;
}

.main-menu> li:nth-last-child(1) {
    background: #151f26;
        margin-bottom: 15%;
}

.main-menu> li:nth-last-child(1)> a {
    color: #fff;
}

body{
    margin: unset; 
    font-family: "Lato", serif;
    color: #333232;
}

section.hero_block {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: #151f26;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1% 2%;
    background-position: center;
    background-size: cover;
    position: relative;
}

section.hero_block::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #151f26ab;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.hero_heading{
    font-size: 4.7rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.03em;
    width: 70vw;
    text-wrap: balance;
    margin-top: 15%;
    text-transform: capitalize;
    z-index: 2;
    
}

.hero_intro {
    color: #151f26;
    background: #fff;
    padding: 3% 3% 1% 2%;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

section.about_block {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.about_block_left {
    width: 50%;
    display: flex;
    align-items: flex-end;
    padding: 0 2% 1%;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.about_home_img {
    background: #454545;
    width: 50%;
}

h2.about_block_title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 50%;
    width: 75%;
}

.about_block_right {
    width: 50%;
    padding: 0 2% 1%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
    align-items: flex-end;
    align-content: space-between;
}

p.about_block_intro {
    font-size: 1.1rem;
    width: 50%;
    text-wrap: balance;
    margin: 0;
}

a.about_block_link {
    width: 50%;
    display: block;
    text-decoration: none;
    background: #151f26;
    color: #fff;
    padding: 3%;
}

section.portfolio_block {
    width: 100%;
    padding: 1% 2%; 
    border-bottom: 1px solid;
}

.portfolio_top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.portfolio_heading {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    margin:10% 0 4%;
    width: 100%;
}

.portfolio_heading> span {
    font-size: 10rem;
    color: #a2a2a2;
    letter-spacing: -11px;
}

.filter-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

button.filter-btn {
    width: 100%;
    font-family: "Lato", serif;
    color: #b2b5bc;
    font-weight: 400;
    line-height: 3;
    font-size: 1rem;
    border: none;
    text-align: left;
    background: none;
}

button.filter-btn:hover {
    cursor: pointer;
    color: #151f26;
}

button.filter-btn.active {
    color: #151f26;
}


/* Base state for all items */
.portfolio-item {
    padding: 15px;
    box-sizing: border-box;
    /* Define the transition properties */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Hidden state (animation out) */
.portfolio-item.hidden {
    opacity: 0;
    transform: scale(0.9);
}

/* Visible state (animation in) - used after display is set to 'block' */
.portfolio-item.visible {
    opacity: 1;
    transform: scale(1);
}

.portfolio_middle {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 5% 0 12%;
}

.portfolio_middle.bottom_magrin {
     margin: 2% 0 11%;
}

.portfolio_middle_left {
    width: 40%;
    margin-right: 3%;
}

.pml_img {
    width: 100%;
    height: 300px;
    background: #454545;
    background-size: cover;
    background-position: center;
}

p.pml_intro {
    letter-spacing: -0.7px;
    color: gray;
    font-size: 1rem;
}

h3.pml_heading {
    font-size: 1.8rem;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: capitalize;
}

.portfolio_middle_right {
    width: 60%;
    background: #454545;
    background-size: cover;
    background-position: center;
    min-height: 90vh;
}

img.pmr_img {
    width: 100%;
}


.portfolio_bottom {
    display: flex;
    justify-content: flex-end;
    padding: 1%;
    padding-left: 0;
    width: 100%;
    margin: 0 0 10%;
}

.portfolio_intro {
    width: 25%;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -1px;
}

a.portfolio_link {
    width: 25%;
    display: block;
    text-decoration: none;
    background: #151f26;
    color: #fff;
    padding: 2%;
}

.menu-portfolio-link-on-home-page-container {
    width: 25%;
}

ul#menu-portfolio-link-on-home-page-1 {
    margin: 0;    
    padding: 0;
}
.portfolio_link> li {
    list-style: none;
}

.portfolio_link> li> a {
    display: block;
    text-decoration: none;
    background: #151f26;
    color: #fff;
    padding: 4%;
    text-align: center;
}


.to_portfilio_sec {
    display: flex;
    padding: 2% 2% 15%;
    border-bottom: 1px solid;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

img.to_portfilio_sec_img {
    width: 12%;
}

.two_texts {
    display: flex;
    flex-direction: row;
    width: 55%;
    justify-content: space-around;
}

h1.to_portfilio_sec_header {
    width: 46%;
    font-weight: 400;
    line-height: 1;
    text-wrap: balance;
    margin-top: 0;
}

p.to_portfilio_sec_text {
    width: 46%;
    margin-top: 0;
    font-size: 1.1rem;
}

section.client_block {
    width: 100%;
    padding: 2%;
    border-bottom: 1px solid;
    display: flex;
    flex-direction: column;
}

h2.client_block_title {
    font-size: 2rem;
    letter-spacing: -1px;
    font-weight: 400;
}

.client_logo_block {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5% 0;
}

img.client_logo_img {
        width: 18%;
    border: 1px solid;
    margin: 3% 1%;
    padding: 5%;
    filter: contrast(0) sepia(0%) saturate(0%) hue-rotate(0deg);
    transition: all .6s
}

img.client_logo_img:hover {
    filter: none;
    border-color: gray;
    cursor: pointer;
}

img.client_logo_img:nth-child(1) {
    margin-left: 41%;
}

section.contacts_block {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contacts_left_block {
    width: 50%;
    padding: 0 2% 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: space-between;
    justify-content: space-between;
}

h1.contacts_heading {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 50%;
}

p.contacts_intro {
    font-size: 1.1rem;
    width: 40%;
    margin: 0;
}

a.contacts_link {
    width: 40%;
    display: block;
    text-decoration: none;
    background: #151f26;
    color: #fff;
    padding: 3%;
}

.contacts_right_block {
    width: 50%;
    padding: 1%;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
    min-height: 500px;
}

.contacts_img {
    width: 98%;
    background: #151f2600073;
}

footer {
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid;
}

.footer-links {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: space-between;
    padding: 3%;
    background: #151f26;
}

.footer_logo{width: 90%; opacity: 0;}



li.wp-social-link {
    background-color: #151f26;
}

.all_details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    width: 55%;
    padding: 3% 6%;
    border-left: 1px solid;
}


.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}


.footer-menu> li> a {
    text-decoration: none;
    color: #151f26;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    transition: all .6s
}

.footer-menu> li {
    list-style: none;
}

.all_details> div> h4 {
    color: gray;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 0.7rem;
}

.physical_location {
    width: 40%;
    line-height: 1.5;
    margin-bottom: 4%;
}

.email_details, .contact_details,.links_full_width {
    width: 100%;
    line-height: 1;
    margin-bottom: 4%;
}

.physical_location> div> p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1px;
}

.copyright_details {
    width: 100%;
    border-top: 1px solid;
    padding: 0 1%;
    font-size: .9rem;
}


.contact_details> div> a, .email_details> div> a {
    font-size: 1rem;
    line-height: 0.7;
    letter-spacing: -0.1px;
    text-decoration: none;
    color: #151f26;
    transition: all .6s
}

.contact_details> div> a:hover, .email_details> div> a:hover, .footer-menu> li> a:hover {
    text-decoration: underline; 
    color: #2d662d;
}


/* about us page */

.new_hero_sec_about {
    width: 100%;
    min-height: 100vh;
    padding: 2%;
    background: gray;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
}

.new_hero_sec_about::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #151f26ab;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

h1.about_top_hero_sec {
    width: 50%;
    font-size: 3.2rem;
    font-weight: 400;
    padding-top: 10%;
    color: white;
    z-index: 1;
}

.about_us_intro_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1% 2% 8%;
    border-bottom: 1px solid;
}

h2.about_us_intro {
    font-size: 1.3rem;
    color: #a2a2a2;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 3%;
    text-transform: capitalize;
}

p.about_us_text {
    font-size: 2.3rem;
    letter-spacing: 0px;
    line-height: 1.3;
    margin-bottom: 7%;
    width: 70%;
}

.about_us_links{padding: 0;}
.about_us_links> li {list-style: none;}

.about_us_links> li> a {
    width: 25%;
    display: block;
    text-decoration: none;
    background: #151f26;
    color: #fff;
    padding: 2%;
}

a.about_us_links {
    width: 25%;
    display: block;
    text-decoration: none;
    background: #151f26;
    color: #fff;
    padding: 2%;
}

.vicwall_history {
    padding:  0 1% 6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid;
}

.vicwall_history::before {
    
    height: 100%;
    width: 1px;
    background: #151f26;
    position: absolute;
    z-index: 0;
}

h2.vicwall_history_title {
    width: 100%;
    font-size: 15vw;
    font-weight: 400;
    text-wrap: balance;
    text-transform: capitalize;
    margin: 4% 0;
    text-align: center;
    color: #a2a2a2;
    z-index: 1;
}

.story_img {
    width: 80%;
    height: 500px;
    margin: 4% 2%;
    background: #000;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}

.vicwall_text {
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 300;
    z-index: 1;
    background: #fff;
    margin: 2% 0;
   
}

.director_story {
    display: flex;
    width: 100%;
    padding: 0 1%;
    background: #151515;
}

.director_img_block {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 5%;
}

.director_text {
    width: 50%;
    padding: 6% 0;
    color: white;
}

p.director_motivation {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 33%;
    padding-left: 2%;
    color: white;
}

img.director-img {
    width: 68%;
    background: white;
}

img.director-img.show_tablet {display: none;}

section.projects_arch_block {
    width: 100%;
    padding: 0% 2% 2%;
    border-bottom: 1px solid #c1c1c1;
    background: #151f26;
}

h1.projects_arch_title {
    color: #b2b5bc;
    font-size: 8rem;
    margin: 0% 0 10%;
    padding-top: 6%;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: -0.3rem;
    line-height: 1;
}

p.projects_arch_intro {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    width: 40%;
    text-wrap: balance;
    color: #fff;
}

.archive_projects_continer {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 2%;
    border-bottom: 1px solid;
}

.archive_projects_menu {
    width: 15%;
    padding-top: 5%;
}

.vicwall-portfolio-menu {
    padding: 0;
    margin-top: 20%;
}

.vicwall-portfolio-menu> li {
    list-style: none;
}

.vicwall-portfolio-menu> li> a {
    text-decoration: none;
    color: #151f26;
    font-weight: 400;
    line-height: 3;
    font-size: 0.9rem;
}

.vicwall-portfolio-menu> li> a:hover {
    background: lightgreen;
    padding: 10px;
}

.archive_projects_right {
    width: 85%;
    padding-left: 2%;
    border-left: 1px solid;
}

a.archive_portfolio_to_page_link {
    text-decoration: none;
    color: #151f26;
}

.portfolio_page_top_details {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    background-color: #151f26;
    color: #fff;
}


.portfolio_page_top_details_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    border-right: 1px solid #151f26;
    padding: 1% 1% 1% 4%;
}

.portfolio_page_top_details_left> p.portfolio_cats {color: #fff;}

.portfolio_page_top_details_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 50%;
    padding: 1%;
}

.portfolio_page_top_details_left> p, .portfolio_page_top_details_right> p  {width: 40%;}


.portfolio_page_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2%;
    border-bottom: 1px solid #151f26;
}


.portfolio_page_blocK_left {
    width: 50%;
    padding: 6% 2%;
    border-right: 1px solid #151f26;
}

p.portfolio_cats {
    color: gray;
    font-weight: 400;
}

h2.the_project_title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -2px;
    margin: 1%;
}

img.the_project_main_img {
    width: 100%;
}

.three_details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5% 0;
    line-height: 1.5;
    font-size: .9rem;
    width: 100%;
}

.hide_on_large_display {
    display: none;
}

.portfolio_page_blocK_right {
    width: 50%;
    padding: 6% 5% 4%;
}

.portfolio_page_blocK_right> h2.the_project_title.hide_on_small_display {
    margin-bottom: 15%;
}

.portfolio_page_second_title> p {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.5;
}

.portfolio_page_content,.portfolio_page_content> p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    width: 100%;

}
.portfolio_page_content{margin-bottom: 9%;}

figure.wp-block-image.size-full {
    width: 100%;
    margin: 10% auto;
}

.wp-video {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin: 10% auto;
}

img.attachment-medium.size-medium {
    width: 100%;
    height: auto;
}



.conta_page_block {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 6% 2% 0;
    border-bottom: 1px solid;
    position: relative;
    background-color: #151f26;
    color: #fff;
}

.conta_page_block::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ffffff6b;
    top: 0;
    left: 50%;
    z-index: 10;
}

.conta_page_blocK_left {
    width: 50%;
    padding: 1% 3%;
}

.conta_title {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 15% 0 0;
    color: #151f26;
}

.conta_page_blocK_left> p {
    font-size: 3rem;
    font-weight: 300;
}

.conta_lets_talk {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 30%;
    color: #fff;
}

.conta_page_blocK_right {
    width: 50%;
    padding: 4% 0 4%;
}

.conta_physical_location, .conta_email_details, .conta_contact_details {
    width: 100%;
    line-height: 1;
    margin: 5% 0;
    padding: 0 4%;
    border-top: 1px solid #ffffff6b;
}

h4.conta_details_title {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 6% 0 2%;
    color: #cac8c8;
}

.conta_physical_location> .conta_details_title {
    margin-bottom: 15%;
}

.conta_contact_details> div> a, .conta_email_details> div> a {
    font-size: 1rem;
    line-height: 0.7;
    letter-spacing: 0;
    text-decoration: none;
    color: #fff;
    transition: all .6s;
    height: 115px;
    display: flex;
    align-items: flex-end;
}

.conta_contact_details> div> a:hover, .conta_email_details> div> a:hover {
    font-size: 1.2rem;
    background-color: #272727;
    padding: 5%;
    
    
}

.conta_footer {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid;
}

/*****mobile responsive****/

/***** Mobile responsivness***/

@media (max-width: 1150px){
    
    /***** homepage***/
    .hero_heading {font-size: 4rem;}
    
    h2.about_block_title {font-size: 2.2rem;}
    
    .portfolio_heading> span {font-size: 9rem; letter-spacing: -8px;}
    
    h1.to_portfilio_sec_header {
        font-size: 1.7rem; line-height: 1.3;}
    
    h1.contacts_heading {font-size: 2.3rem;}
    
    
    /***** portfolio page***/
    
    h2.the_project_title {
    font-size: 2.1rem;
    letter-spacing: -1px;}
    
    /***** about page***/
    
    h1.about_top_hero_sec {width: 60%;}
    
    
    
}


@media (max-width: 1080px){
    .conta_lets_talk {font-size: 2.6rem;}
}

@media (max-width: 1024px){

     /****homepage*****/

    .aee_hero_intro {width: 75%;}
    
    h1.aee_hero_intro_h1 {font-size: 5.5rem;}
    
    /****about us*****/
    
    p.about_us_text {font-size: 2.1rem; width: 90%;}
}

@media (max-width: 992px){
    
    /****homepage*****/
    
    .hero_heading {
        font-size: 3.7rem; 
        width: 90%;  
        margin-top: 90px;
    }
    
    .about_block_right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    }
    
    h2.about_block_title {
    font-size: 2rem;
    margin-bottom: 30%;
    width: 90%;
    }
    
    p.about_block_intro { margin-bottom: 7%; text-wrap: unset;}
    
    .portfolio_heading> span {
    font-size: 7rem;
    letter-spacing: -7px;
    }
    
    h3.pml_heading {font-size: 1.7rem;}
    
    .two_texts {flex-direction: column; width: 50%;}
    
    h1.to_portfilio_sec_header, p.to_portfilio_sec_text  {width: 100%;}
    
    h2.client_block_title {font-size: 1.8rem;}
    
    img.client_logo_img:nth-child(1) {margin-left: 26%;}
    
    img.client_logo_img {width: 23%;}
    
    h1.contacts_heading {font-size: 2.1rem;}
    
    .contacts_right_block {
    height: 85vh;}
    
    .contacts_left_block {
    align-items: flex-start;
    flex-direction: column;
    }
    
    p.contacts_intro, a.contacts_link {width: 80%;}  
    
    /******about page*******/
    
    h1.about_top_hero_sec {width: 70%; font-size: 3rem;}
    
    p.director_motivation {font-size: 1.3rem;}
    
    
    /*******portfolio*******/
    
    h1.projects_arch_title {font-size: 7rem;}
    
    p.projects_arch_intro {width: 50%;}
    
    .archive_projects_continer {
        flex-direction: column;
        padding: 0;
    }
    
    .portfolio_page_top_details_left { 
        font-size: 0.9rem;
    }
    
    .portfolio_page_top_details_right {
        justify-content: space-between; 
        font-size: 0.9rem;
    }
    
    .archive_projects_menu {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c1c1c1;
    padding: 2% 4%;
    }
    
    .filter-menu {flex-direction: row;flex-wrap: wrap;}
    
    button.filter-btn {
        width: 25%;
        line-height: 1;
        margin: 2% 0;}
    
    .archive_projects_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 2%;
    border: none;
    }
    
    .width_100 {width: 100%;}
    .width_50 {width: 50%;}
    .portfolio_hide_on{display: none;}
    
    /******footer*****/
    
    .physical_location {width: 100%;}
    
    
}


@media (max-width: 900px) {
    
    /****archive portfoio*****/
    
     h3.pml_heading {font-size: 1.4rem; letter-spacing: 0;}
    
    /****portfolio*****/
    
    .hide_on_large_display {display: flex;}
    .hide_on_small_display {display: none;}
    .portfolio_page_block {flex-direction: column;}
    .portfolio_page_blocK_left{
        width: 100%;
        border: none;
        padding: 6% 2% 0%;
    }
    
        h2.the_project_title {margin-bottom: 4%;}
    
    .portfolio_page_blocK_right {
        width: 100%;
        padding: 0 2%;
    }
    
    
    /****contact us*****/
    
    .conta_lets_talk {font-size: 2.2rem;}
    
    
}

@media (max-width: 840px) {
    
    /******about page*******/
    .director_img_block.hide_tablet {display: none;}   img.director-img {width: 40%;}
    h2.vicwall_history_title {text-align: left;}
    
    .vicwall_history {
    padding: 0 5% 6%;
    align-items: flex-start;
    }
    
    .story_img, .vicwall_text {width: 95%;}
    .director_text {
        width: 95%;
        padding: 10% 3%;
    }
    
    p.director_motivation {
        margin-bottom: 10%;
        line-height: 1.8;
    }
    img.director-img.show_tablet {display: block;}
    
   
    /*****archive portfolio******/
    
    h1.projects_arch_title {
        font-size: 4.5rem;
        letter-spacing: -2px;
        margin: 0% 0 7%;
    }
    p.projects_arch_intro {width: 100%;}
    
    
    /*****contact us******/
    
    .conta_lets_talk {
    font-size: 2rem;
    margin-top: 50%;
    }
    
    h4.conta_details_title {
    font-size: 1.3rem;
    line-height: 1.5;
    }
    
    .conta_contact_details> div> a, .conta_email_details> div> a {height: 140px;}
    
}


@media (max-width: 768px) {
    
    /****homepage*****/
    
    .hero_heading {
        font-size: 3.2rem;
        width: 90%;
    }
    
    h2.about_block_title {
    font-size: 1.8rem;
    width: 100%;
    }
    
    p.about_block_intro, a.about_block_link{width: 90%;}
    
    .portfolio_heading> span {
    font-size: 5rem;
    letter-spacing: -3px;
    }
    
    .portfolio_heading {font-size: 1.2rem;}
    
    h3.pml_heading {line-height: 1.3;}  
    
    /****about us*****/
    
    h1.about_top_hero_sec {
        width: 86%;
        font-size: 2.9rem;
        letter-spacing: -1px;
    }
    
        p.about_us_text {
        font-size: 2rem;
        width: 100%;
    }
    
    /****portfolio page****/
    
    .portfolio_page_blocK_left {padding: 4% 2% 0%;}
    
    
}

@media (min-width: 701px) {
    
    /*****contacts page******/
    
    #home_head.black_fixed {
    position: fixed;
    background: #151f26;
    z-index: 9;
}
    
    
}

@media (max-width: 700px) {
    
    /****homepage*****/

    section.about_block {flex-direction: column-reverse;}
    
    .about_block_right {width: 100%; border-bottom: none;}
    .about_block_left {
    width: 100%;
    padding: 6% 2%;
    border-right: none;
    }
    
    h2.about_block_title {width: 82%; margin-bottom: 10%;}
    
    a.about_block_link {width: 50%;}
    
    .about_home_img {width: 40%;}
    
    .portfolio_middle {flex-direction: column; margin: 2% 0;}
    
    .portfolio_middle_left {width: 97%;}
    
    .portfolio_middle_right {display: none;}
    
    .to_portfilio_sec {
    padding: 4% 2% 15%;
    flex-direction: column;
    }
    
    img.to_portfilio_sec_img {width: 40%;}
    
    .two_texts {
        width: 95%;
        padding: 5% 0;
    }
    
    img.client_logo_img:nth-child(1) {margin-left: 0%;}
    
    img.client_logo_img {width: 46%; padding: 8% 14%;}
    
    section.contacts_block {flex-direction: column;}
    
    .contacts_left_block {width: 100%;}
    
    h1.contacts_heading {margin-bottom: 15%;}
    
    p.contacts_intro, a.contacts_link {
    width: 43%;
    margin-bottom: 5%;
    }
    
    .contacts_right_block {
    width: 95%;
    margin: 0 auto;
    }
    
    footer {flex-direction: column-reverse;}
    
    .footer-links, .all_details{width: 100%;}
    
    .copyright_details {display: none}
        
    .footer_logo {display: none;}
    
    /******archive portfolio*******/
    
    .archive_projects_right {flex-direction: column;}
    
    .portfolio-item.width_50{width: 100%;}
    
    
    /******contact us*******/
    
    .conta_page_block {flex-direction: column;}
    
    .conta_page_block::before{display: none;}
    
    .conta_page_blocK_left, .conta_page_blocK_right {width: 90%;}
    
    .conta_lets_talk {
        font-size: 2rem;
        margin-top: 30%;
    }
    
    h4.conta_details_title {margin-top: 4%;}
    
    
    
}

@media (max-width: 600px) {
    
    /****header*****/
    
    .site-title-text {font-size: 1.3rem;}
    
    
    /****homepage*****/

    .hero_heading {
    font-size: 3rem;
    line-height: 1.5;
    }
    
    h2.about_block_title {line-height: 1.3;}
    
    .portfolio_heading> span {font-size: 4rem;}
    
    h1.contacts_heading {font-size: 2rem;}
    
    
    /****about us*****/
    
    h1.about_top_hero_sec {
    width: 90%;
    font-size: 2.4rem;
    letter-spacing: -0.6px;
    line-height: 1.5;
    }
    
    p.about_us_text {
    font-size: 1.7rem;
    line-height: 1.5;
    }
    
    
    /****archive portfolio*****/
    
    button.filter-btn {width: 30%;}
    
    
    

}

@media (max-width: 520px) {
    

    /****homepage*****/

    .hero_heading {
    font-size: 3rem;
    line-height: 1.3;
    width: 100%;
    }
    
    
    /****archive portfolio*****/
    
    h1.projects_arch_title {
        font-size: 2.8rem;
        letter-spacing: -1px;
        margin: 0% 0 7%;
        padding-top: 12%;
    }
    
    p.projects_arch_intro {        
        font-size: 1.1rem;
        line-height: 1.5;
        padding: 5% 0px 2%;
    }
    
    button.filter-btn {width: 50%; font-size: 1rem; margin: 4% 0;} 
    
}


@media (max-width: 450px) {
    
    header> .container {padding: 5% 3% 2% 6%;}
    
    .site-title-text {display: none;}
    
    .logo> a> img {width: 70%;}
    
  
    /*****homepage******/
	
	section.hero_block {min-height:80vh;}
    
    section.portfolio_block,section.about_block,.to_portfilio_sec,section.client_block,.contacts_left_block {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    section.about_block{border-bottom: 1px solid;}
    
    h2.about_block_title {
        width: 100%;
        margin-top: 15%;
    }
    p.about_block_intro, p.to_portfilio_sec_text{ margin: 10% 0 5%;}
    a.about_block_link{
        font-size: 1rem;
        width: 73%;
        padding: 4% 4% 2%;
    }    
    .about_block_left {
        padding: 10% 2%;
        border-bottom: none;
    }
    
    .about_home_img, img.to_portfilio_sec_img {width: 50%;}
    
    h3.pml_heading {font-size: 1.6rem;}
    
    .two_texts {padding: 5% 0 0;}
    
    .menu-portfolio-link-on-home-page-container {width: 60%;}
    
    .portfolio_link> li> a {
    padding: 9% 5% 5%;
    font-size: 1.1rem;
    }
    
    h2.client_block_title {
        line-height: 1.5;
        letter-spacing: 0;
    }
    
    p.contacts_intro, a.contacts_link {
        width: 69%;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    
    /*****about us******/
    
    h1.about_top_hero_sec {
        font-size: 2.1rem;
        text-wrap:balance;
    }
    
    .new_hero_sec_about {padding: 2% 4%; min-height: 80vh;}
    
    .about_us_intro_block {padding: 1% 2% 8% 4%;}
    
    .about_us_links> li> a {
    width: 60%;
    padding: 5% 4% 4%;
    font-size: 1rem;
    }
    
    p.about_us_text {
        font-size: 1.4rem;
        line-height: 1.5;
        text-wrap: balance;
    }
    
    img.story_img {height: 300px;}
    
    img.story_img, .vicwall_text {
        width: 97%; 
        text-align: justify;
        font-size: 1rem;
    }
    
    .director_text {width: 99%;}
    
    p.director_motivation {font-size: 1.2rem;}
    
    img.director-img {width: 60%;}
    
    .director_title {
    padding-top: 5%;
    font-size: 1.1rem;
    line-height: 1.6;
    }
    
    span.position_title {
    width: 100%;
    display: block;
    }
    
    img.client_logo_img {
        width: 100%;
        padding: 15% 30%;
        margin: 7% 2%;
    }
    
    /******archive portfolio page*****/
    
    section.projects_arch_block {padding: 0% 2% 2% 4%;
    }
    
    p.projects_arch_intro {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    
    
    /******portfolio page*****/
    
    h2.the_project_title {
    font-size: 1.8rem;
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 9%;
    }
    
    p.portfolio_cats {
        text-transform: uppercase;
        font-size: .9rem;
    }
    
    .portfolio_page_content> p {font-size: 1rem;
        line-height: 1.7;}
    
    /****contacts page*****/
    .conta_lets_talk {
    font-size: 1.7rem;
    margin-top: 40%;
    line-height: 1.7;
    letter-spacing: 0px;
    }
    
    
    /******footer*****/
    
    .all_details{border: none;}
    
    .footer-menu {flex-direction: column;}
    
    .footer-menu> li> a {
        font-size: 1rem;
        line-height: 2.3;
    }
    
    .all_details> div> h4 {
        font-size: 1rem;
        font-weight: 600;
        padding-bottom: 3%;
    }
    
    .physical_location> div> p {
        font-size: 1rem;
        line-height: 1.4;
        letter-spacing: 0px;
    }
    
    .contact_details> div> a, .email_details> div> a {
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0;
    }
    
    
}

/* Overlay Styles */
.menu-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 9; /* Ensure it is behind the menu (which should be 10+) */
    cursor: pointer;
}

/* Show overlay when menu is toggled */
.main-navigation.toggled .menu-overlay {
    display: block;
}

/* Ensure the menu appears ABOVE the overlay */
.main-navigation.toggled .main-menu {
    position: relative;
    z-index: 10;
}




