/*
 Theme Name:   DTR Theme
 Theme URI:    https://wecodepro.com/
 Description:  Parent theme for DTR
 Author:       Sime
 Author URI:   https://wecodepro.com/
 Version:      1.2.19
*/
@import "mobstyle.css" screen and (max-width: 768px);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

p {
   font-family: 'Montserrat', sans-serif !important;
}


 
@font-face {
    font-family: 'Radio Space';
    src: url('fonts/RadioSpace.woff2') format('woff2'),
        url('fonts/RadioSpace.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#logo h2 {
    font-family: 'Radio Space', sans-serif;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}
body {
  background-color: #d9d9d9;
	position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.home.page-template span.loader {
    left: 500px;
    top: 45vh;
}
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #262626;
    border-bottom-color: #e97132;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	left: 50%;
    top: 250px;
    position: absolute;
    z-index: 0;
}

    @keyframes rotation {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
    } 
#primary {
    width: 100%;
}
header#masthead {
    position: fixed;
    right: 10px;
    top: 0;
	z-index: 2;
}
#logo h2 { 
    color: #e97132;
    font-size: 54px;
    /* Letter spacing removed to match the logo */
	/* letter-spacing: 3px; */ 
    margin: 10px 0 0 0;
}
#logo a {
	display: none;
}
#logo h2 span {
	color: #808080;
}

#logo.open .menu-links {
    display: block;
}
/* CSS for hover effect on logo */
#logo {
	position: relative;
	display: inline-block;
}

#logo .menu-links {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 10px;
	z-index: 1000;
	text-align: right;
}

#logo:hover .menu-links {
	display: block;
}

#logo .menu-links a {
	color: #3a3a3a;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
#logo .menu-links a:hover {
	color: #e97132;
}
h2.orange, h1.page-title {
	color: #e97132;
}
.video_bigone {
    float: left;
}
video#dtr_video {
    object-fit: cover;
	width: calc(100% - 460px);
	height: 100vh;
	position: fixed;
    left: 0;
}
.dtr_r-sections {
    width: 440px;
    float: right;
}

.dtr_section video {
	position: fixed;
	inset: 0;
	object-fit: cover;
	width: 100%;
	height: 100vh;
	opacity: 0;
}


section.dtr_section {
	position: relative;
	min-height: 100vh;
	display: grid;
	scroll-behavior: smooth;
	place-items: center;
	view-timeline: --section;
}

#dtr_welcome {
    padding-bottom: 5vh;
    align-items: end;
	justify-content: start;
}
#dtr_welcome .section_content a {
    font-weight: 700;
    font-size: 3em;
    display: block;
    color: #333;
    text-decoration: none;
	max-width: max-content;
	margin-bottom: 5px;
    text-align: left;
}

section.dtr_section:nth-of-type(1) {
	width: 100%;
}

.dtr_section h1 {
	display: grid;
}

.dtr_section h1 span {
	color: #000;
}




.dtr_section .text-container h3.text {
	font-size: 32px;
	line-height: 1;
}
.dtr_section .text-container .text {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px
}



.dtr_section .container {
	padding: 2% 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}


.dtr_section .text-container {
	flex: 1;
	padding: 0 20px;
}


.dtr_section .image {
	max-width: 100%;
	/* max-height: 95vh; */
	display: none;
}

.dtr_section .image.show {
	position: relative;
	z-index: 95;
	display: block;
}

.dtr_all_projects {
	max-width: 100%;
    display: flex !important;
    align-items: flex-start !important;
}


#dtr_all_projects .column.project_image {
	width: calc(100% - 460px);
	position: fixed;
    left: 0;
    top: 0;
}

#featuredImageContainer {
	display: none;
}

#featuredImage {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    height: 100vh;
}
ul#projectTitles {
	margin-left: 0;
	padding-left: 0;
	width: 420px;
}
ul#projectTitles li {
    list-style: none;
    padding-bottom: 7px;
}
#projectTitles li a {
    color: #3a3a3a; 
    transition: color 0.3s; 
    font-size: 1.45em;
    letter-spacing: 1px;
	text-decoration: none;
}
#projectTitles li.hovered a {
 	color: #e97132; 
}

#projectTitles li.unhovered a {
    color: #747474;
}
.dtr_map {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.dtr_contact-taps {
    display: flex;
    justify-content: space-between;
    width: 95%;
}
#macedonia-info, #macedonia-map {
    display: none;
}
body.home .copyrights { bottom: 20px;}
.dtr_contact-taps h3:hover {
    color: #e97132;
}
.dtr_contact-info {
	width: 100%;
}
.dtr_contact-info p, .dtr_contact-info a {
    color: #363636;
}
.dtr_contact-info h3 {
	margin-top: 10px;
	margin-bottom: 0;
    color: #e97132;
}
.dtr_contact-info .contact-column {
	width: 50%;
	float: left;
}
.dtr_contact-info .contact-column p {
    margin-top: 0;
}
section#dtr_all_projects {
	padding-top: 23vh;
/*     padding-top: 150px; */
}
section#contact {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 25vh; 
/* 	padding-top: 100px; */
}
h2.orange {
    margin-top: 0;
}
.dtr_social {
	width: 100%;
    text-align: center;
    padding: 1% 0% 0%;
}
.dtr_social .dtr-social-icons-wrapper span.elementor-grid-item {
    margin: 0 10px;
}
.dtr_social svg.e-font-icon-svg {
    width: 50px;
}
.site-navigation ul.menu li a {
	color: #000;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 140px;
    height: 120px;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea, #contact input.wpcf7-form-control.wpcf7-email, #contact input.wpcf7-form-control.wpcf7-text {
	background: transparent;
	border-color: #979797;
}
#contact form.wpcf7-form .wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red !important;
}
#contact form.wpcf7-form .wpcf7-not-valid-tip, #contact form.wpcf7-form .wpcf7-response-output {
	display: none !important;
}
#contact form.wpcf7-form.init {
	position: relative;
}

#contact input.wpcf7-form-control.wpcf7-submit {
	background-image: url(https://cdn-icons-png.flaticon.com/512/60/60525.png);
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 55px;
    color: transparent;
    border: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 999999999;
}
.cf7_button {
    position: absolute;
    right: 0;
    bottom: 0;
}
#contact label {
    display: block;
}
header#site-header {
    width: 100%;
    background: #aba596;
	z-index: 9999;   
	position: fixed;
    top: 0;
	padding: 0;
}

body.page-template-about-page-template #dtr-fullpage {
    padding-top: 20vh;
    position: fixed;
    right: 0;
    height: auto;
    overflow: auto;
    scrollbar-width: none;
    padding-bottom: 4vh;
}
/* .grid-row.team-dtr .team_column img {
display: none;
} */
.grid-row.team-dtr img.team-image {
    width: 100%;
    height: auto;
}
.grid-row.team-dtr .team_column {
    margin: 5vh 20px 30px;
/*     background-repeat: no-repeat;
    background-size: cover; */
    flex: 3;
    position: relative;
/*    margin-bottom: 50px;
    height: 380px; */
	max-width: calc(33% - 40px);
}
.grid-row.team-dtr .team_column  .team_name {
    position: absolute;
    bottom: -60px;
}
.grid-row.team-dtr .team_column .team_name h4 {
	margin-bottom: 0;
}
.grid-row.team-dtr .team_column .team_name p {
	margin-top: 0;
}
.grid-row.team-dtr { 
	display: flex;
	flex-wrap: wrap;
}
body.page-template.page-template-about-page-template .video_bigone.feature_image {
    padding-bottom: 5vh;
}
div#dtr-fullpage .section_content {
    padding-right: 10px;
}
.wp-block-image.award_image figure {
    margin: 0;
}
#main.page {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
#site-footer .site-branding {
    width: 100%;
    max-width: 100%;
	align-items: center;
}
footer#site-footer {
    padding: 5px 0 10px;
}
.copyrights {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 460px;
/* 	background: #d9d9d9; */
}
.copyrights p, body.single #primary .post_copyrights p {
	color: #808080;
    text-align: right;
    font-size: small;
}
body.single #primary .post_content {
    text-align: justify;
    float: left;
    width: 100%;
}
body.single video#dtr_video {
	position: relative;
    width: 100%;
    height: 80vh;
}

div#footer {
    clear: both;
}
#site-footer .footer-inner .footer_info {
    text-align: center;
    max-width: 420px;
	margin: auto;
	color: #333;
}
#site-footer .footer-inner .footer_info p {
    margin-bottom: 0;
    margin-top: 10px;
}
ul#projectTitles li:hover, .dtr_section .links-container a:hover {
	cursor: pointer;
}


#dtr-fullpage section {
  height: 100vh;
}

#dtr-fullpage {
     overflow: hidden;
	scroll-behavior: smooth;
}
.dtr_section {
	height: 100vh; 
	scroll-snap-align: start; 
	overflow-y: auto; 
}
body.page-template-about-page-template div#dtr-fullpage .section_content p,
body.single #primary .post_content {
    font-weight: 500;
    text-align: left;
}
body.single-post h2, body.single-post p{
    color: #262626;
}
body.single .feature_image img {
	width: 100%;
	margin-bottom: 10px;
}
body.single #dtr-fullpage a.next-post-button {
    text-decoration: none;
    color: #262626;
    text-align: center;
    display: block;
}

body.single .post_copyrights {
	margin-top: 3vh;
    display: block;
    float: right;
}
body.single .post_close, body.page-template-about-page-template .post_close {
    float: right;
    position: absolute;
	right: 10px;
    top: 20vh;
	font-size: 23px;
	z-index: 9999;
}

body.single .post_close a, body.page-template-about-page-template .post_close a { 
	color: #262626;
    text-decoration: none;
}
body.single #dtr-fullpage {
	padding-top: 20vh;
    position: fixed;
    right: 0;
    height: 95vh;
/*     overflow: scroll; */
    overflow: auto;
	scrollbar-width: none;
    padding-bottom: 5.5vh;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
body.single .post_bottom, body.single .post_content_wrap {
    width: 100%;
	float: left;
}
.video_bigone.feature_image {
    width: calc(100% - 460px);
	position: relative;
}
#dtr_post_title h2 {
	color: #e97132; 
	margin:0;
    margin-right: 5%;
    
}


   
    /* ===== LIQUID GLASS LOGO BACKGROUND ===== */
#logo {
  background: rgba(217, 217, 217, 1); /* translucent white */
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border-radius: 16px;
  padding: 8px 18px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Slight hover effect for logo */
#logo:hover {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* ===== MENU LINKS (dropdown) ===== */
#logo .menu-links {
  background: rgba(217, 217, 217, 1);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border-radius: 16px;
  padding: 12px 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Menu hover */
#logo .menu-links a {
  color: #262626;
  font-weight: 500;
  transition: color 0.3s ease;
}
#logo .menu-links a:hover {
  color: #e97132;
}

