section#banner-home {
  min-height: 600px;
  height: 100dvh;
  position: relative;
  background-position: center;
  background-size: cover;
}

.content-banner-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  height: 100dvh;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 3%;
  padding-top: 3%;
  position: relative;
}
.content-up-banner-home h1 {
  color: #fff;
  font-size: 88px;
  line-height: 88px;
  font-weight: 400;
  font-weight: 300;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin: 0;
}
.content-up-banner-home p {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
}

.content-down-banner-home {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.content-text-banner-home {
  width: 35%;
}
.content-flag-home a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.content-text-banner-home h3 {
  color: #f9f9f9;
  font-size: 26px;
  font-family: "Cormorant Garamond", Arial, sans-serif;
  line-height: 1.1;
  font-weight: 300;
}

.content-text-banner-home {
  text-align: end;
}

.content-text-banner-home h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

@media (width <= 850px) {
  .content-text-banner-home {
    width: 65%;
  }
  section#banner-home:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
  }
}
@media (width <= 500px) {
  .content-up-banner-home h1 {
    font-size: 40px;
    line-height: 37px;
    font-weight: 400;
    font-weight: 300;
  }
  .content-banner-home {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 8%;
    padding-top: 5%;
  }
  .content-down-banner-home {
    flex-direction: column-reverse;
  }
  .content-text-banner-home {
    width: 100%;
    text-align: start;
  }
}




/*---------- MESSAGE ----------------*/


section#message-home {
  padding-top: 6%;
}
.content-message {
  display: flex;
}
.content-text-message {
  width: 50%;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 10%;
  text-align: center;
}
.content-img-message {
  width: 50%;
  min-height: 700px;
  background-position: center;
  background-size: cover;
}
.content-text-message p {
  font-family: "Cormorant Garamond";
  line-height: normal;
  color: #fff;
  font-size: 32px;
}
.content-text-message h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (width <= 1550px) {
    .content-img-message{
   min-height: 500px;
    }
  .content-text-message {
    padding-inline: 5%;
 
}
}

@media (width <= 1280px) {
  .content-text-message {
    padding-inline: 3%;
}
.content-img-message {
    min-height: 400px;
}
.content-text-message p {
    font-size: 26px;
}
}
@media (width <= 1024px) {
.content-text-message p {
        font-size: 21px;
    }
}
@media (width <= 875px) {
.content-text-message {
        padding-inline: 3%;
        text-align: end;
        align-items: end;
    }
}
@media (width <= 500px){
    .content-text-message {
    width: 90%;
}
}
@media (width <= 350px){
    .content-text-message p {
        font-size: 20px;
    }
}

/*----------GET IN TOUCH----------------*/


section#get-in-touch {
    padding-top: 10%;
}
.content-get-in-touch {
    display: flex;
    gap: 8%;
        padding-top: 5%;
}
.content-img-get-in-touch {
    position: relative;
    width: 19%;
}
.content-text-get-in-touch h4 {
    font-family: 'Cormorant Garamond', Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
        margin-bottom: 25px;
}

.content-text-get-in-touch h5 {
    font-weight: 700;
    margin: 0;
    font-size: 18px;
}.content-text-get-in-touch a {
    font-weight: 300;
    margin: 0;
    font-size: 18px;
}

@media (width <= 1020px){
   .content-img-get-in-touch {
    position: relative;
    width: 26%;
}
}

@media (width <= 875px){
.content-get-in-touch {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}
}

@media (width <= 500px){
.content-img-get-in-touch {
    width: 45%;
}
section#get-in-touch {
    padding-top: 20%;
}
}