/*@font-face {
    font-family: Futura; 
    src: url('../fonts/Futura.ttf');
}
@font-face {
    font-family: Futura Bold; 
    src: url('../fonts/Futura Md BT Bold.ttf');
}*/
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Proxima%20Nova%20Alt%20Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Proxima%20Nova%20Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


@font-face{
    font-family: 'Futura';
    src: url('Futura.eot');
    src: url('Futura.eot?#iefix') format('embedded-opentype'),
    url('Futura.woff') format('woff'),
    url('Futura.ttf') format('truetype'),
    url('Futura.svg#webfont') format('svg');
}

* {
	/*color: #fff;*/ 
}

body {
	background-color: rgb(29,32,35);
	margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, input, button, textarea {
    /*font-family: 'Inter', sans-serif;*/
    /*font-family: 'Futura', sans-serif;*/
    /*font-family: 'Proxima Nova', sans-serif;*/
    font-family: "Wix Madefor Text", Sans-serif;
    font-weight: 400;
    /*line-height: 1.2;*/
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

a:hover {
    color: #DE7E00;
}

button, input[type="submit"] {
    /*font-family: 'Inter', sans-serif;*/
    font-weight: 500;
    color: #000;
    background-color: #DE7E00;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
} 

footer {
    margin-top: 124px;
	background-color: #1B1B1B;
}
.wc-main {
	padding: 264px 0 124px 0;
}

#wc-main-title {
    max-width: 1140px;
    margin:0 auto;
}

#wc-main-title h1 {
    font-size: 90px;
}

.site-header.scrolled {
    background-color: #000;
    padding: 25px 0;
    transition: all 0.3s ease;
}

.site-header {
    padding: 45px 0px;
    color: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0
}

.site-header .logo img {
    max-width: 100px;
}

.main-navigation .menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.main-navigation .menu li {
    display: inline-block;
}

.main-navigation .menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600; 
    transition: background-color 0.3s;
    text-shadow: #212529 1px 0 2px;
    font-size: 18px;
}

.main-navigation .menu li a:hover {
    color: #DE7E00;
}

.main-navigation .menu li.current-menu-item a {
    border-bottom: 2px solid #DE7E00; 
    color: #DE7E00;
}

/*Footer*/

.site-footer {
    background-color: #1e1e1e;
    color: #fff;
    padding: 40px 20px;
}

.site-footer :is(h5, h6) {
    color:#fff;
}

.site-footer .container {
    max-width: 1440px;
    padding: 0;
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-logo {
    margin-right: 40px;
}

.footer-logo img {
    max-width: 100px; 
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.contact-info li {
	color: #BDBDBD; 
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.contact-info i {
	color: #BDBDBD;
    margin-right: 10px;
}

.footer-right {
    display: flex;
    gap: 40px;
}

.quick-links h3, .social-links h3 {
    font-size: 19px;
    margin-bottom: 20px;
}

.quick-links ul, .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.quick-links li, .social-links li {
    margin-bottom: 13px;
}

.quick-links a, .social-links a {
    text-decoration: none;
    transition: color 0.3s;
}

.quick-links a{
	color: #BDBDBD;
	font-size: 14px;
}

.quick-links a:hover, .social-links i:hover {
    color: #DE7E00;
}

.social-links i {
    font-size: 20px;
    margin-right: 34px;
}

.social-links ul {
	display: flex;
    justify-content: space-around;
}

.footer-bottom {
    margin-top: 40px;
}

.license-info {
    font-size: 12px;
    color: #ccc;
}



/* Single Project*/
.custom-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
 
.custom-slider--wc .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.custom-slider--wc .slider-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.slider-item img {
    height: 500px !important;
    object-fit: cover;
}

.custom-slider--wc .slider-item img {
    width: 100%;
}

/* Custom arrows */
.slider-prev, .slider-next {
 /*   position: absolute;
    top: 45%; 
    transform: translateY(-50%);
    background-color: transparent;
    color: #000 !important;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 40px;*/
}

.slider-prev, .slider-next {
    width: 23px;
    height: 39px;
    padding: 0px;
    top: calc(50% - 7px);
    right: 48px;
    left: auto;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    justify-content: center;
    z-index: 10;
} 

.custom-slider .slider-prev svg,
.custom-slider .slider-next svg{ pointer-events: none; }

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.custom-slider--wc .slider-thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.custom-slider--swiper .swiper { overflow: hidden; }
.custom-slider--swiper .swiper-wrapper { 
    transition-timing-function: linear !important;
    display: flex; 
}

.custom-slider--swiper .swiper-slide,
.custom-slider--swiper .slider-item{
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}

.custom-slider--swiper .slider-item img{
  display:block;
  width:100%;
  height:auto;
}

.thumbnail-item {
    margin: 0 13px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color 0.3s;
}

.thumbnail-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px; 
}

.thumbnail-item:hover, .thumbnail-item.active {
    border-color: #DE7E00; 
}

.project-sidebar {
	width: max-content;
}

.project-sidebar .list-group {
	padding: 33px;
    background-color: #1B1B1B;
    border-radius: 20px;
}

.project-location p{
	font-size: 2rem;
}

.project-sidebar a {
	background-color: transparent;
    color: #5A5A5A;
    border: none;
    padding: 10px 0; 
}

.project-sidebar a:hover,.project-sidebar a.active {
	color: #DE7E00;
	background-color: transparent;
}

.project-description {
    padding-top: 40px;
}

.project-description a{
    color:#DE7E00;  
}

.project-description a:hover{
    opacity: 0.7;
}

.news-item {
    display: flex;
    flex-direction: row;
    background-color: #1a1a1a;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff;
    max-height: 400px;
}

.news-image {
    flex: 0 0 40%;
    overflow: hidden;
    border-radius: 8px;
}

.news-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.news-content {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-top: 60px;
}

.news-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-excerpt {
    font-size: 16px;
    margin-bottom: 10px;
    flex-grow: 1;
}

.read-more {
    text-align: right;
}

.read-more a {
    text-decoration: none;
    font-weight: bold;
}

.pagination {
    text-align: center;
    margin: 20px auto;
}

.pagination a,
.pagination span {
    color: #fff;
    background-color: #333;
    padding: 8px 12px;
    margin: 2px;
    text-decoration: none;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #555;
}

.pagination .current {
    background-color: #555;
    font-weight: bold;
}

.form-control input:not(.btn), .form-control textarea {
    background-color: #323232;
    border:1px solid gray
}
.form-control::placeholder {
    color: gray;
}
.form-control {
    background-color:transparent;
    border:none;
    color: #fff;
}
.footer-first li{
    font-size: 14px;    
}
.footer-first ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}

.footer-first ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-logo-wrapper{
    display: flex
}

#menu-footer-menu li {
    margin-top:7px;
}

.footer-first p{
    line-height: 24px;
}

.footer-first p, .footer-first a,.footer-first li, #menu-footer-menu a span{ 
    color:#BDBDBD !important; 
}

#menu-footer-menu a span:hover {
    color:#fff !important;
}

.wc-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 45px;
    padding-top: 60px;
}

.wc-project-item img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.wc-project-item > a:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wc-project-item h3 {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}

.wc-project-item:hover img {
    transform: scale(1.1);
}

.wc-project-item:hover h3 {
    color: #ffa500; 
    transition: color 0.3s ease;
}

.projects-template-default *:not(.site-footer *) {
    color: initial; 
}

.project-details--style2 .pd-section {
  margin: 0 0 23px;
} 

.project-details--style2 .pd-title {
  font-size: 23px;
  color: #DE7E00;
  margin: 0 0 10px;
}

.project-details--style2 .pd-title p {
  display: block;
  color: #DE7E00 !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
  text-decoration:underline;
} 

.project-details--style2 .pd-list, .project-details--style2 .pd-text {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.project-details--style2 .pd-list li {
    margin: 6px 0;
}
.project-details--style1 .pd-text, .project-details--style1 .pd-list li, 
.project-details--style2 .pd-text, .project-details--style2 .pd-list p{
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
    letter-spacing: -0.01em;
    color:#000 !important
}

.project-details--style1 .pd-title {
    color:#DE7E00; 
    font-weight: 600;
}

.related-projects .swiper-button-next, .related-projects .swiper-button-prev {
    margin:inherit;
}

.featured-project-categories>h2 {
    color:#fff;
}
.single-projects .image-block {
    align-items: flex-start;
}

.burger-navigation { 
    display: none;
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .site-header .container, .site-footer .container, .news-wrapper, .single-news .wc-main{
        width: 1140px;
    }
    .single-news .wc-main {
        padding: 200px 0 50px 0;
    }        
    .main-navigation .menu li a {
        font-size: 16px;
    }
    .footer-logo {   
        margin-right: 20px;
    }
    .footer-first ul > li:not(:last-child) {
        margin-bottom: 8px;
    }
    .footer-first li {
        font-size: 13px;
    }
    .site-footer :is(h5, h6) {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .single-news .wc-main {
        padding: 200px 0 50px 0;
    }        
    .site-header .logo img {
        width: 70px;
    }
    .news-content {
        padding-bottom: 35px;
        padding-right: 35px;
        padding-top: 35px;
    }
    .wc-main {
        padding: 264px 20px 0 20px;
    }
    .site-header .container {
        padding: 0 20px;
    }
    .site-footer > .container > .row {
        flex-direction: column-reverse;
    }

    .burger-navigation {    
        display: block;
    }

    .main-navigation {
        display: none;
    }
    .burger-navigation .navbar-collapse,
    .burger-navigation .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(26, 26, 26, 0.98);
        z-index: 1040;    
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;        
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease-in-out;
    }

    .burger-navigation .navbar-collapse.show {
        opacity: 1;
        pointer-events: all;
    }

    .burger-navigation .navbar-nav {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .burger-navigation .navbar-nav li {
        margin: 15px 0;
    }

    .burger-navigation .navbar-nav a {
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .burger-navigation .navbar-nav a:hover {
        color: #e39322; 
    }
}

@media (max-width: 920px) {
    .news-item {
        flex-direction: column;
        max-height: fit-content;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .footer-logo-wrapper {
        flex-direction: column;
    }
}

.custom-hamburger {
    width: 35px;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.4s ease-in-out;
    transform-origin: left center;
}

.burger-navigation .navbar-toggler {
    z-index: 1050; 
    position: relative;
}

.burger-navigation .navbar-toggler:not(.collapsed) .custom-hamburger span:nth-child(1) {
    transform: rotate(45deg);
    width: 38px;
}
.burger-navigation .navbar-toggler:not(.collapsed) .custom-hamburger span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.burger-navigation .navbar-toggler:not(.collapsed) .custom-hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    width: 38px;
} 