
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Monomakh&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    box-sizing: border-box;
    margin:0;
}

.border {
    border: 1px solid red !important;
}

.container {
    max-width: 1250px;
    
}


/* HEADER LOGO-LINKS */
.global-nav_logo img {
    height: 110px;
    width: auto;
    margin-left: 7px;
    margin-bottom: -1px;
}

.global-nav_logo {
    margin-left: 2px;
    margin-bottom: -1px;
}

@media (min-width: 768px) {
    .global-nav_logo{
        margin-left: 2px;
        margin-bottom: -1px;
    }
}

.navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgb(242, 174, 46)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: none;
    box-shadow: none;
}

.collapse.show .navbar-nav {
    padding-left: 10px; /* pomeri koliko želiš */
}

.navbar .navbar-nav .nav-link{
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar .navbar-nav .nav-link:hover{
    color: rgb(255, 255, 255); 
}

.navbar-transparent {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
} 

.navbar-solid {
    background-color:  rgba(0, 0, 0, 0.8); 
    transition: background-color 0.3s ease;
}

.navbar {
    transition: all 0.5s ease-in-out;
}

.navbar-sticky {
    opacity: 0.8;
}

@media (max-width: 992px) {
    .navbar-nav {
        padding-left: 10px;
    }
}
/* HEADER */

.header {
    /* position: relative; */
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/background-overlay-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: auto;
}

@media (max-width: 992px) {
    .header {
        min-height: 500px;
    }
}


.header-text h1{
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    font-weight: 700;
}

@media (max-width: 992px) {
    .header-text h1 {
        padding-top: 100px;
    }
}

.header-text p{
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .header-text p {
        padding-bottom: 30px;
    }
}

.contact {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    padding: 20px 55px;
    text-decoration: none;
    display: inline-block;
}

.contact:hover {
    background-color: #fff;
    color: rgb(181, 156, 76);
    transition: all 0.3s ease;
}

/* ABOUT */

/* @media (min-width: 768px) {
.mt-5, .mb-5 {
margin-top: 3rem;
margin-bottom: 1.5rem;
}
}

@media (min-width: 1200px) {
.mt-5, .mb-5 {
margin-top: 4rem;
margin-bottom: 2rem;
}
}  */

.about-heading h1  {
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media (min-width: 768px) {
    .about-heading h1 {
        font-size: 2.5rem;
    }
} 

.about-heading h2 {
    color: #fff;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

@media (min-width: 768px) {
    .about-heading h2{
        font-size: 2.5rem;
    }
} 

.about-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .about-img img {
        max-height: 400px;
    }
}

@media (min-width: 1200px) {
    .about-img img {
        max-height: 500px;
    }
} 

.about-text p {
    color: #fff;
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}


@media (min-width: 992px) {
    .about p {
        font-size: 1rem;
    }
}

.about-text .highlight {
    color:  rgb(181, 156, 76);
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .about-text {
        display: flex;
        flex-direction: column;
        text-align: center;
        
    }
}


/* Services  */

.services-heading h2 {
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;    
    
}

@media (min-width: 768px) {
    .services-heading h2 {
        font-size: 2.5rem;
    }
} 

.services-img {
    aspect-ratio: 4 / 3; 
    object-fit: cover;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .services-img {
        max-height: 400px;
    }
}

@media (min-width: 1200px) {
    .services-img {
        max-height: 500px;
    }
} 

/* .services-about h5  {
color: #fff;
font-family: "Montserrat";
text-transform: uppercase;
font-weight: 300;
line-height: 1.2;
}

@media (min-width: 768px) {
.services-about h5  {
font-weight: 500;
line-height: 1.2;
}
} 


@media (min-width: 992px) {
.services-about h3 {
font-size: 1.2rem;
padding-bottom: 10px;
padding-top: 10px;
}
} */

.services-about p  {
    color: #fff;
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}

/* .about-text mark {
color:  rgb(181, 156, 76);
} */

@media (min-width: 992px) {
    .services-about p {
        font-size: 1rem;
    }
}

.services-about p:nth-of-type(1) {
    color: #fff;
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.;
}


/* PORTFOLIO */

.portfolio-heading h2 {
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media (min-width: 768px) {
    .portfolio-heading h2 {
        font-size: 2.5rem;
    }
} 

.img-container {
    width: 100%;             
    aspect-ratio: 1 / 1;     
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.img-container:hover img {
    transform: scale(1.2);
}

/* PROJECT */

.project-text h2 {
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media (min-width: 768px) {
    .project-text h2 {
        font-size: 2.5rem;
        line-height: 2.9rem;
    }
} 

.project-img img {
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .project-img img {
        max-height: 400px;
    }
}

@media (min-width: 1200px) {
    .project-img img {
        max-height: 600px;
    }
} 

.modal-body img {
    max-width: 100%;
    height: auto;
    max-height: 90vh; 
    object-fit: contain; 
    margin: auto;
    display: block;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.5); 
}

.modal-body {
    padding: 0;
    margin: 0;
}

.modal-body img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}


/* 
PROCES INSTALATION */

.proces-heading h2 {
    color: rgb(181, 156, 76);
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media (min-width: 768px) {
    .proces-heading h2 {
        font-size: 2.5rem;
    }
} 

.proces-text .highlight {
    color:rgb(181, 156, 76);
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .proces-text {
        display: flex;
        flex-direction: column;
        text-align: center;
        
    }
}

.proces-text .desc {
    color: #fff;
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}


@media (min-width: 992px) {
    .proces-text .desc {
        font-size: 1rem;
    }
}






/* FOOTER */

.footer {
    background-image: url('../img/texture-1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    /* overflow: hidden; */
}

.footer-bg-overlay {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 2;
}


.footer-heading h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 800;
    color: black;
    z-index: 3;
}

.footer-heading h3 {
    font-family: "Montserrat";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    z-index: 4;
}

.footer-heading h4 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.icon-box p {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.footer-icon {
    width: 28px;
    height: 28px;
    fill: white;
}



/* Footer Heading LG screen */

@media (min-width: 992px) {
    
    .icon-wrapper {
        display: flex;
        align-items: start;
        justify-items: start;
    }
    .footer-heading {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
    
    .footer-heading h3 {
        font-family: "Montserrat";
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    } 
    
    .footer-heading h2 {
        font-family: "Montserrat";
        font-size: 42px;
        font-weight: 800;
    }
    
    .footer-heading h4 {
        font-family: "Montserrat";
        font-size: 16px;
        font-weight: 500;
    }
    
    .icon-box p {
        font-family: "Montserrat";
        font-size: 25px;
        font-weight: 600;
        text-decoration: none;
        color: white;
    }
    
}


/* Contact */
.text-container h2 {
    font-family: "Montserrat";
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color:  rgb(181, 156, 76);
}

@media (min-width: 768px) {
    .text-container h2 {
        font-size: 28px;
        
    }
} 


@media (max-width: 768px) {
    .footer-links .nav-link {
        font-family: "Montserrat";
        font-size: 8px;
        font-weight: 300;
        text-decoration: none;
        color: black;
    }
} 

 /* #contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background-color: transparent;  
  border-radius: 12px;
   /* box-shadow: 0 0 6px  #fefcf9;  */

/* .form-control {
    font-family: "Montserrat";
    background-color: #fefcf9;       
    color:  #121212;                  
    border: 1px solid  #121212;      
    box-shadow: 0 0 6px #121212; 
    border-radius: 6px;
} */

/* .form-control {
    font-family: "Montserrat";
    background-color: transparent;       
    color:  #121212;                 
    border: 1px solid  #121212;       
    box-shadow: 0 0 6px #121212; 
    border-radius: 6px;
}

.form-control::placeholder {
    color: #9e9e9e; 
}

.form-control:focus {
    background-color: #ffffff;
    border-color: #b59f47;
    box-shadow: 0 0 8px rgba(181, 159, 71, 0.5); 
    outline: none;
}

.btn-custom {
    font-family: "Montserrat";
    background-color: #b59f47;
    color: black;
    border: none;
    padding: 10px 24px;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #9f8940;
    color: white;
} */

/* FORMULAR U FOOTERU */

#contact-form .form-control {
  font-family: "Montserrat", sans-serif;
  background-color: #fff; /* bela pozadina inputa */
  color: #121212;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

#contact-form .form-control::placeholder {
  color: #8a8a8a;
}

#contact-form .form-control:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(181, 159, 71, 0.6);
  transform: scale(1.01);
}

/* Dugme */

#contact-form .btn-custom {
  background-color: #b59f47;
  color: black;
  border: none;
  padding: 12px 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

#contact-form .btn-custom:hover {
  background-color: #9f8940;
  color: #fff;
}

/* Naslov iznad forme */

.text-container h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

/* Responsive padding ako treba */
@media (max-width: 768px) {
  #contact-form {
    padding-bottom: 2rem;
  }
}


.global-footer_copyright {
    color: white;
    font-size: 12px;
    text-align: center;
    font-family: "Montserrat";
    padding-top: 0.5rem; 
    padding-bottom: 0.5rem;
    padding-left: 1rem;   
    padding-right: 1rem;
    
}

@media (min-width: 768px) {
    .global-footer_copyright {
        font-size: 1rem;
        padding-left: 2rem;   
        padding-right: 2rem;
    }
    
}