

.hero-image {
    position:relative;
} 

.logo-image {
    position:absolute;
    z-index: 9;
    top:55px;
    left:150px; 
}

@media only screen and (max-width:425px){
    .section-hero {
        display:none;
    }
}

@media only screen and (min-width:426px){
    .section-hero-mobile {
        display:none;
    }
}
@media only screen and (max-width:600px){
    .logo-image{
        top:30px!important;
        left:30px!important;
        width: 55px!important;
    }
}

.menu-desktop {
    position:fixed;
    z-index: 9;
    width:100%;
    background-color:#131125;
    top:-190%;
    transition: 1s all;
    display: flex;
}
.menu-item {
    width:50%;
}
@media only screen and (max-width:600px){
    .menu-image {
        display:none!important;
    }
    .menu-item {
        width:100%;
    }
}

.menu-desktop.active{
    top:0;
    display:flex;
    flex-direction: row;
} 
@media only screen and (max-width:600px){
    .menu-desktop.active {
        flex-direction: column;
    }
}

#primary-menu{
    margin-top: 170px!important;
    flex-direction: column;
    align-items: center;
}

.main-navigation a {
    color:white;
    font-size:40px;
    font-family: "Orelo Standard", sans-serif;
    font-weight:400;
}

.main-navigation li {
    margin-top:20px;
}

@media only screen and (max-width:600px){
    .main-navigation ul {
        display:flex!important;
        flex-direction: column;
    }
}
@media only screen and (max-width:600px){
    #site-navigation {
        padding: 0px 25px;
        height: 100vh;
    }
}
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: absolute;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 160px;
    top:20px;
    z-index:999999;
    cursor: pointer;
    color:white;
  }


  @media only screen and (max-width:600px){
    #nav-icon4{
        top:0px!important;
        right:30px!important;
        width: 49px!important;
    }
}

  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    background: #FFF6E5;;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width:100%
  }



#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}



#nav-icon4 span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  width: 80%;
  right:0px!important;
  left:auto!important;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px!important;
}
@media only screen and (max-width:600px){
    #nav-icon4.open span:nth-child(1) {
        top: -6px;
        left: 1px!important;
    }
}


#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 0px!important;
  width:100%!important;
}
@media only screen and (max-width:600px){
    #nav-icon4.open span:nth-child(2) {
        top: 30px;
        left: 0px!important;
    }
}


.header-desktop {
    position: fixed;
	z-index: 1000;
	height: 120px;
    width: 100%; 
	background-color: transparent;
	-webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}


@media only screen and (max-width:600px){
    .header-desktop {
        top:0px;
    }
}
.sticky_header {
    background-color:#131125;
}


.section-hero .slick-next:before {
    content:url('https://soho.landmark-test.com/wp-content/uploads/2023/03/Group-136.svg');
    position: absolute;
    z-index: 9999999;
    bottom: -429px;
}

@media only screen and (max-width:600px){ 
   .section-hero .slick-next:before {
        bottom: -452px;
    }
}

.fourth-section {
    background-color: #131125;
    padding-bottom: 100px;
}

.project-carousel {
    margin-left: 60px;
}

.project-carousel.slick-initialized .slick-slide {
    margin-right: 60px!important;
}

.section-hero .slick-next {
    right:140px;
}
/* @media only screen and (max-width:600px){
    .slick-next {
        display: none!important;
    }
} */

.go-below {
    display:flex;
    flex-direction: column;
    position: absolute;
    bottom:65px;
    left: 650px;
    align-items: center;
}

@media only screen and (max-width:600px){ 
    .go-below {
        left:55px;
    }
}
.go-below p {
    color:white;
    font-family: "Gellix-Light", sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}
@media only screen and (max-width:600px){
    .go-below p {
        font-size:20px;
    }
}


.about-text-wrapper {
    padding-top: 100px;
    padding-bottom: 200px;	
}

.about-text-wrapper p {
    margin-bottom: 20px!important;
}

.green .about-text-wrapper .green p:nth-child(1) {
    padding-bottom: 0px!important;
}

.section-contact .information h5 {
    text-align: center;
    font-family: "Orelo Standard", sans-serif;
    color: #FFB98B;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}
.section-contact .tel {
    display: flex;
    justify-content: space-around;
    margin-top: 90px !important;
    flex-direction: row;
    margin: 0 auto;
    max-width: 80%;
}
@media only screen and (max-width:600px){
    .section-contact .tel {
        flex-direction: column;
        margin-top: 105px !important;
        max-width: 65%;
    }
    .section-contact .forma {
        margin-top: 150px !important;
    }
    .forma textarea {
        width: 323px;
    }
    .form-horizontal p{
        margin: 0;
    }
    .message-input p{
        margin: 0;
    }
    .button-form {
        margin-top: 30px !important;
    }
    .forma input[type="text"] ,.wpcf7 input[type="email"]  {
        width: 76%;
    }
}
.section-contact .tel p {
    color: white;
    margin: 5px 0px;
}
.section-contact .con-tact {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
@media only screen and (max-width:600px){
    .section-contact .con-tact {
        margin-left: 0px;
        margin-bottom: 70px;
    }
}
.section-contact .con-tact1 {
    display: flex;
    align-items: center;
    max-width: 17%;
    margin: 0 auto;
}
@media only screen and (max-width:600px){
    .section-contact .con-tact1 img {
        max-width: 65px;
        /* min-width: 43px; */
        max-height: 61px;
        /* min-height: 53px; */
        object-fit: contain;
        padding-left: 8px;
    }
}
@media only screen and (max-width:600px){
    .con-tact img {
        max-width: 50px;
        min-width: 43px;
        max-height: 55px;
        min-height: 40px;
        object-fit: contain;
    }
}
@media only screen and (max-width:600px){
    .section-contact .con-tact1 {
        max-width: fit-content;
    }
}
.section-contact .con-tact1 p {
    padding-left: 30px;
}
/* @media only screen and (max-width:600px){
    .section-contact .con-tact1 p {
        padding-left: 0px;
    }
} */
.section-contact{
    background-color: #131125;
    padding: 117px 0px 50px 0px;
}
.section-contact .em-ail {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.section-contact .forma h5 {
    text-align: center;
    font-family: "Orelo Standard", sans-serif;
    color: #FFB98B;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}
.section-contact .forma {
    margin-top: 195px;
}
/* @media only screen and (min-width:600px){
   .forma .wpcf7-form p:nth-child(2) {
        position: relative;
        width: 30%;
        top: 0px;
        margin: 0;
    }
    .forma .wpcf7-form p:nth-child(3) {
        position: relative;
        left: 500px;
        margin: 0;
        top: -65px;
    }
    .forma .wpcf7-form p:nth-child(4) {
        position: relative;
        left: 73%;
        top: -147px;
    }
    .forma .wpcf7-form p:nth-child(5) {
        position: relative;
        bottom: 130px;
    }
    .forma .wpcf7-form p:nth-child(6) {
       text-align: center;
       margin: 0;
       position: relative;
       bottom: 95px;
    }
    
}



.forma .wpcf7-form {
    position: relative;
    max-width: 80%;
    margin: 75px auto;
    display: block;
}

.forma input[type="text"], .forma input[type="email"] ,textarea{
    background-color: #141025;
    border-radius: 0%;
    padding: 8px;
}

.forma textarea {
    height: 100px;
}

.forma input[type="submit"] {
    background-color: #FFB98B;
    color: #201D3C;
    border: none;
    padding: 1em 5em 1em 5em;
    border-radius: 0px;
} */

.form-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width:600px){
    .form-horizontal {
        display:flex;
        flex-direction: column;
    }
}

.contact-form-section {
    display:flex;
    flex-direction: column;
    max-width: 86.5rem;
    margin: 50px auto;
}
@media only screen and (max-width:600px){
    .contact-form-section {
        text-align: center;
    }
}

.button-form  {
    margin: 0 auto;
}

.section-hero .slick-slide img {
    width: 100%;
}
@media only screen and (max-width:600px){
    .message-input {
        width: 365px;
        margin: 0 auto;
    }
    .section-hero .slick-slide img.folie-img {
        width: 95%;
        margin: 0 auto;
    }
   
}

.forma input[type="text"], .forma input[type="email"] ,textarea{
    background-color: #141025;
    border-radius: 0%;
    padding: 8px;
}

.forma textarea {
    height: 100px;
}

.forma input[type="submit"] {
    background-color: #FFB98B;
    color: #201D3C;
    border: none;
    padding: 1em 5em 1em 5em;
    border-radius: 0px;
} 

.section-filter .ka-ti p {
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 16px;
    font-family: "Gellix-Light", sans-serif !important;
    font-weight: 400;
    padding: 11px 75px 11px 17px;
    background-color: #131125;
    border: 1px solid #FFFFFF;
}
.section-filter {
    background-color: #131125;
    padding-top: 100px;
}

.section-filter .filter {
    max-width: 84%;
    margin: 0 auto;
}
@media only screen and (max-width:600px){
    .section-filter .filter {
        max-width: 100%!important;
        padding: 11px 20px 11px 20px !important;
    }
}
.section-filter .filter h1 {
    color:#FFB98B;
    text-align: center;
    font-size: 50px;
    font-family: "Orelo Standard", sans-serif;
    font-weight: 400;
    line-height: 60px;
    white-space: nowrap;
}

.section-filter .filter form {
    text-align: center;
}


.section-filter .filter   ul li {
    background-color: #FFB98B1A;
    max-width: 31%;
    /* padding: 75px 0px 80px 0px; */
}
@media only screen and (max-width:600px){
    .section-filter .filter   ul li {
        max-width: 100%;
        margin-top: 100px;
    }
}

.section-filter .filter ul {
    display:flex;
    padding: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 95px;
}
@media only screen and (max-width:600px){
    .section-filter .filter ul {
        margin-top: 0px;
    }
}
.wp-pagenavi {
    text-align: center;
    margin-top: 100px;
}
.wp-pagenavi a {
    background-color: #FFB98B;
    color: #201D3C;
    border: none;
    padding: 10px 15px;
    margin-right: 10px;
}

.wp-pagenavi span.current {
    border: 1px solid #FFB98B;
    padding: 10px 15px;
    margin-right: 10px;
}




