*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header{
	position: fixed;
	width:100%;
	z-index:1000;
  padding: 15px 0;
}
.free{
  text-decoration: none;
  color:white;
}
.container{
  max-width: 1800px;
  padding: 0 20px;
	margin: 0 auto;
	width: 100%;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #232323;
    position: relative;
    width:100%;
    padding: 20px 30px;
    border-radius:15px;
}
.deproyecto{
  position: absolute;
  margin-left: 100px;
  color: #d4af7a;
  --font-kit-scale: 24;
  --font-kit-size-max: 40;
  font-size: 30px;
  padding: 5px 10px;
}
.menu{
  position: absolute;
	display: none;
	list-style-type: none;
	padding:0;
	margin-top:10px;
	margin-left:0;
	top:100%;
	background-color: #111111;
	border-radius:15px;
	max-width:285px;
	max-height:350px;
	left:0;
  z-index: 1000;
}
.menu.active{
	display: block;

}
.menu-item{
	text-align:left;
	padding:10px 10px;
}
.menu-item::before {
    content: "•"; 
    color: #d4af7a;
    font-size: 20px; 
    margin-right: 5px; 
}
.menu-link, .phone{
    color: white;
    text-decoration: none;
    font-size: 30px;
    padding: 5px 10px;
}
.menu ul lu{
	margin: 10px;
}
.menu ul lu a:hover{
	color: #d4af7a;
}
.menu-toggle{
	cursor: pointer;
}
.menu-img{
  transform: scale(0.85);
}
  .logo{
    font: 50px 'Goblin One';
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -25px;
  }


.logo img{
	  margin-top:0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 80px;
    height: 100%;
}
.hero-section {
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    
  }
  
  .hero-banner {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    position: relative;
    min-height: 920px;
    width: 100%;
    font-family: Helvetica, sans-serif;
    padding: 2px 52px 99px;
    z-index: 999;
    align-items: center;
  }
  
  .banner-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .banner-overlay {
    aspect-ratio: 13.33;
    object-fit: contain;
    width: 100%;
    background: #000;
  }
  
  .content-wrapper {
    position: relative;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    top:200px;
    flex-direction: column;
    align-items: center;
    padding: 20px 80px 38px;
    max-width: 1800px;
  }
  
  .tagline {
    color: #000;
    --font-kit-weight: 400;
    --font-kit-size: 24;
    --font-kit-size-max: 24;
    --font-kit-line-height: inherit;

    align-self: center;
  }
  
  .company-name {
    color: #b88f57;
    text-align: center;
    margin-top: 51px;
    font: 100px Geologica, sans-serif;
  }
  
  .description {
    color: rgba(0, 0, 0, 0.5);
    align-content: center;
    font: 20px Geologica, sans-serif;
    max-width: 1200px;
    text-align-last: center;
  }
  
  .cta-button {
    border-radius: 11px;
    background: #000;
    display: flex;
    margin-top: 25px;
    max-width: 100%;
    align-items: start;
    gap: 4px;
    font-size: 28px;
    padding: 15px 20px;
  }
  
  .cta-text {
    color: #fff;
    flex-grow: 1;
  }
  
  .cta-highlight {
    color: #000;
    flex-grow: 1;
    width: 145px;
    border: 1px solid #fff;
  }
  
  .service-icons {
    display: flex;
    margin-top: 25px;
    max-width: 100%;
    gap: 8px;
    font-size: 18px;
    color: #000;
    flex-wrap: wrap;
  }
  
  .service-icon {
    aspect-ratio: 1.04;
    object-fit: contain;
    width: 29px;
    border-radius: 1px;
  }
  
  .service-text {
    align-self: center;
    flex-grow: 1;
  }
  .service-icons-t {
    display: flex;
    margin-top: 10px;
    max-width: 100%;
    gap: 8px;
    font-size: 18px;
    color: #000;
    flex-wrap: wrap;
  }
  .section-title {
    color: #000;
    margin-top: 50px;
    font: 400 70px Geologica, sans-serif;
    display: inline-block; 
  border-bottom: 4px solid #b88f57; 
  padding-bottom: 5px;
  
  }
  
  .section-description {
    color: #000;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    font: 400 30px Helvetica, sans-serif;
  }
  
  .feature-section {
    border-radius: 11px 11px 0 0;
    background: #111;
    align-self: stretch;
    display: flex;
    margin-top: 83px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 58px 80px 187px;
    font: 400 25px Helvetica, sans-serif;
  }
  
  .feature-content {
    display: flex;
    margin-bottom: -37px;
    width: 100%;
    max-width: 1320px;
    flex-direction: column;
  }
  /*
  .slides img {
    aspect-ratio: 1.91;
    object-fit: contain;
    width: 100%;
    border-radius: 40px;
    margin-top: 75px;
  }
  */
  .services-grid {
    display: flex;
    margin-top: 0px;
    width: 100%;
    max-width: 1719px;
    flex-direction: column;
    
  }
  
  .service-card {
    display: flex;
    flex-direction: column;
    color: #000;
    
  }
  
  .service-title {
    font: 700 70px Geologica, sans-serif;
    display: inline-block; 
  border-bottom: 4px solid #000; 
  padding-bottom: 5px;
  }
  
  .service-image {
    aspect-ratio: 33.33;
    object-fit: contain;
    width: 403px;
    border-radius: 1px;
    margin-top: 33px;
  }
  
  .footer {
    border-radius: 11px 11px 0 0;
    background: #111;
    align-self: stretch;
    margin-top: 42px;
    width: 100%;
    padding: 45px 80px 81px;
  }
  
  .footer-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
  }
  
  .footer-logo {
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    font-size: 30px;
  }
  
  .footer-divider {
    display: flex;
    height: 40px;
    border: 4px solid #fff;
  }
  
  .footer-contact {
    display: flex;
    margin-top: 11px;
    width: 100%;
    gap: 20px;
    font-size: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .contact-info {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
  }
  
  .contact-icon {
    aspect-ratio: 0.95;
    transform: scale(0.9);
  }
  
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }



  .contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    width: 100%;
}

.contact-info2 {
    flex: 1;
    padding: 20px;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 10px;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 5px;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.6;
}

.contact-form {
    flex: 1;
    background: #111;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    color: white;
}

.contact-form h3 {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 5px;
}

.contact-form label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    background: white;
    color: black;
    border-radius: 5px;
    font-size: 14px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    background: red;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.contact-form button:hover {
    background: darkred;
}



  /* --------------------------- */
  .slider-container {
    width: 100%;
    margin-top: 50px;
    background: #232323;
    padding: 40px;
    border-radius: 10px;
    justify-items: center;
    max-width: 1800px;
}

.slider-title {
    margin-bottom: 20px;
    color: white;
    max-width: 1200px;
    justify-items: center;
    font: 400 30px Helvetica, sans-serif;
    text-align-last: center;
}

.slider {
    display: flex;
    overflow: hidden;
    position: relative;
    max-height: 700px;
    height: 100%;
    border-radius: 10px;
}

.slides {
    display: flex;
    width: 1200px;
    transition: transform 3s ease-in-out;
}

.slide {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.slide-img1 {
  width: 100%;
  height: 100%;

  border-radius: 10px;
}
/*****************/
.new-buil, .renovation, .relax {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 30px;
}

.text-content {
  flex: 1;
  max-width: 500px;
}

.text-content h2 {
  font-size: 60px;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.text-content h2::after {
  content: "";
  display: block;
  height: 4px;
  background: #b88f57;
  margin-top: 5px;
}

.text-content p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.image-container img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}
.footer {
  background-color: #111;
  color: white;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
}

.footer .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.footer .underline {
  width: 80px;
  height: 3px;
  background-color: white;
}

.footer .info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .info img {
  width: 20px;
  height: 20px;
}

.footer .right {
  text-align: right;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}


.container-h {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.headline {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  align-content: center;
  text-align-last: center;
}

.highlight {
  color: #C4A35A; 
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery-item {
  width: 30%;
  min-width: 250px;
  text-align: center;
}

.gallery-item img {
  width: 100%;
  border-radius: 10px;
}

.gallery-item p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 3px solid #C4A35A;
  display: inline-block;
  padding-bottom: 5px;
}

.depo{
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5); /* Тень */
}

@media (max-width: 768px) {
  .gallery {
      flex-direction: column;
      align-items: center;
  }

  .gallery-item {
      width: 90%;
  }
}


@media (max-width: 1024px) {
  .new-buil, .renovation, .relax {
    flex-direction: column;
    text-align: center;
  }
  
  .image-container img {
    max-width: 100%;
  }
}

/*****************/
  @media (max-width: 1200px){
    .logo{
      font: 35px 'Goblin One';

      margin-top: -15px;
    }
    .company-name {
      max-width: 100%;
      margin-top: 25px;
      padding-bottom: 15px;
      font-size: 30px;
      font: 70px Geologica, sans-serif;
    }
    .contact-icon{
      transform: scale(0.7);
    }
    .hero-banner {

      min-height: 900px;
    }
    header{
      position: fixed;
      width:100%;
      z-index:1000;
      padding: 0px;
    }
    .menu-img{
      transform: scale(0.7);
    }
    .container{
      padding: 0 20px;
      margin: 0 auto;
      width: 100%;
      margin-top: 0px;
    }
    .nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width:100%;
        padding: 10px 20px;
        border-radius:15px;
    }

    .menu{
      position: absolute;
      display: none;
      list-style-type: none;
      padding:0;
      margin-top:10px;
      margin-left:0;
      top:100%;
      background-color: #111111;
      border-radius:15px;
      max-width:285px;
      max-height:350px;
      left:0;
      z-index: 1000;
    }
    .menu.active{
      display: block;
    
    }
    .menu-item{
      text-align:left;
      padding:10px 10px;
    }
    .menu-item::before {
        content: "•"; 
        color: #d4af7a;
        font-size: 20px; 
        margin-right: 5px; 
    }
    .menu-link, .phone{
        color: white;
        text-decoration: none;
        font-size: 18px;
        padding: 5px 10px;
    }
    .deproyecto{
      position: absolute;
      margin-left: 100px;
      color: #d4af7a;
      font-size: 18px;
      padding: 5px 10px;
    }
    .menu ul lu{
      margin: 10px;
    }
    .menu ul lu a:hover{
      color: #d4af7a;
    }
    .service-icon{
      transform: scale(0.7);
      gap:8px;
    }
    .content-wrapper {
      position: relative;
      border-radius: 9px;
      top:100px;
      padding: 20px 40px 28px;
    }
  }
  @media (max-width: 991px) {
    
    .menu-img{
      transform: scale(0.5);
    }

    .hero-banner{
      min-height: 700px;
    }
    .service-icon{
      transform: scale(0.7);
      gap:4px;
    }
    .company-name {
      max-width: 100%;
      padding-top: 10px;
      margin-top: 40px;
      font-size: 35px;
    }
  
    .section-title {
      margin-top: 40px;
      font-size: 33px;
    }
  
    .section-description {
      max-width: 100%;
      margin-top: 40px;
      font-size: 20px;
    }
  
    .feature-section {
      max-width: 100%;
      margin-top: 40px;
      padding: 0 20px 100px;
    }
  
    .feature-content {
      max-width: 100%;
      margin-bottom: 10px;
    }
  
    .feature-image {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .services-grid {
      max-width: 100%;
      /* margin-top: 40px; */
    }
  
    .service-title {
      margin-right: 10px;
      font-size: 40px;
    }
  
    
  }
   
    @media (max-width: 768px) {
      .footer {
        flex-direction: column;
        text-align: center;
        gap: 15px;
      }
    
      .footer .right {
        text-align: center;
      }
    
    }
  @media (max-width: 1000px){
    .renovation{
      flex-direction: column-reverse;
    }
  }
  
  @media (max-width: 700px) {
    .company-name {

      font-size: 25px;
    }
    .description{
      font: 16px Geologica, sans-serif;
    }
  }
  @media (max-width: 600px) {
    .logo{
      display: none;
    }
  }