/* Fonts */
@font-face {
  font-family: "intervoguealt-light";
  src: url("../font/intervoguealt-light.otf");
}

@font-face {
  font-family: "CormorantGaramond-Italic";
  src: url("../font/CormorantGaramond-Italic.ttf");
}

@font-face {
  font-family: "CormorantGaramond-Light";
  src: url("../font/CormorantGaramond-Light.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #F6F3EA;
  text-align: center;
}

.container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 20px;
}

.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;

}

.container3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

header {
  margin-top: 50px;
}

.title {
  font-size: 48px;
  font-weight: bold;
}

.subtitle {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-top: 10px;
}

.description-1 {

  text-align: center;
  font-family: "intervoguealt-light";
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.6px;
  margin: 60px 0px 30px 0px;
  color: #82670E;
}

.description {

  font-family: "CormorantGaramond-Light";
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.51px;
  margin: 60px 0px;
  color: #82670E;
}

.desnew {
  margin-top: 0px;
}

.description-2 {

  text-align: center;
  /* CHAPEAU */
  font-family: "intervoguealt-light";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.6px;
  margin-top: 80px;
  color: #82670E;
}

.y-video {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 650px;
}

.main-content {
  margin-top: 200px;
  height: auto;
  padding: 10px 0px;
}

.icon img {
  width: 60px;
  margin: 40px auto;
}

.email-subscription {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  /* margin-bottom: 60px; */
}

.display-1 {
  display: none;
}

.footer-end-1 {
  display: none;
}

.footer-end-3 {
  display: none;
}

form {
  display: flex;
  border: 1px solid #C3A375;
  /* Use a color similar to the one in the image */
  width: 100%;
  max-width: 550px;
  /* Adjust width as per the design */
  background-color: #F6F3EA;
  /* Match the background */
}

.email-input {
  flex-grow: 1;
  padding: 15px;
  color: #C3A375;
  background-color: #FFFBF0;
  border: 1px solid #C3A375;
  font-family: Intervogue;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  box-shadow: none;
  appearance: none;
  /* Remove default appearance */
  -webkit-appearance: none;
}

/* Override Chrome’s autofill styles for background and text color */
.email-input:-webkit-autofill {
  background-color: #FFFBF0 !important;
  color: #C3A375 !important;
  -webkit-text-fill-color: #C3A375 !important;
  /* Ensure text color for autofill */
  -webkit-box-shadow: 0 0 0 30px #FFFBF0 inset !important;
  /* Keeps background color */
}

/* Override focus styling */
.email-input:focus {
  background-color: #FFFBF0;
  color: #C3A375;
  /* Ensure color consistency on focus */
  outline: none;
  box-shadow: none;
}

.footer-end {
  margin-bottom: 70px;

}

.w100 {
  /* min-width: 100%; Ensures the image fills the container width */
  height: 100%;
  /* Ensures the image fills the container height */
  width: 100%;
  object-fit: cover;
  /* Maintains aspect ratio without stretching */
}

.email-input::placeholder {
  color: #82670E;
}

.submit-button {
  padding: 15px 20px;
  border: none;
  background-color: #FFFBF0;
  /* Match the background */
  color: #C3A375;
  /* Submit button text color */
  cursor: pointer;
  letter-spacing: 1px;
  border: 1px solid #C3A375;
  text-align: center;
  font-family: Intervogue;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;

}

.submit-button:hover {
  background-color: #C3A375;
  /* Hover color */
  color: #FDF8EB;
  /* Text color on hover */
}

.submit-button:focus {
  outline: none;
}

.email-input:focus {
  outline: none;
}

.traveller-content {
  margin-top: 40px;
}

.traveller-message {

  text-align: center;
  font-family: "intervoguealt-light";
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.6px;
  margin: 30px 0px;
  color: #82670E;
}

.traveller-description {

  font-family: "CormorantGaramond-Light";
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.51px;
  margin: 40px 0px;
  color: #82670E;
}

.traveller-icon img {
  width: 100px;
  /* margin: 20px auto; */
  margin-top: 60px;
}

.footer-content {
  margin-top: 60px;
  padding-bottom: 100px;
}

.footer-message {
  color: #82670E;
  text-align: center;
  font-family: "intervoguealt-light";
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.6px;
  margin: 30px 0px;
}

.footer-description {
  color: #82670E;
  font-family: "CormorantGaramond-Light";
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.51px;
  margin: 40px 0px;
}

.footer-head {
  color: var(--LIGHT-BLACK, #222322);
  text-align: center;
  font-family: Antwerp;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-icons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.footer-icons span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.image1 {
  width: 930px;
  height: auto;
  margin-top: 50px;
}

.image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* #less {
  display: none;
} */

.video-set {
  padding: 45.88% 0 0 0;
  position: relative;

}

.player.player-sm .Title_module_portrait__c87a7c0c {

  display: none;
}

.Title_module_titleWrapper__c87a7c0c {

  display: none;
}

a.Title_module_subtitle__c87a7c0c {

  display: none;
}

.Title_module_title__c87a7c0c {
  display: none;
}

.player.player-sm .Title_module_portrait__c87a7c0c img {
  display: none;
}

.Title_module_title__c87a7c0c {
  display: none;
}

@media (min-width:1600px) {

  /* #more{
    display: none;
  }
  #less{
    display: flex;
  } */
  .video-set {
    padding: 35.88% 0 0 0;
    position: relative;

  }
}

@media (max-width:992px) {
  .image1 {
    width: 760px;
    height: auto;

  }

  .y-video {
    margin-top: 100px;
    margin-bottom: 100px;
    height: 495px;
  }
}

@media (max-width: 768px) {
  .video-set {
    padding: 68.88% 0 0 0;
    position: relative;

  }

  .image1 {
    width: 460px;
    height: auto;

  }

  .description,
  .traveller-description,
  .footer-description {
    font-size: 16px;
  }

  .email-form input {
    width: 200px;
  }

  .footer-icons {
    flex-direction: column;
    gap: 30px;
  }
}

.alert-box {
  max-width: 300px;
  min-height: 70px;
  color: #82670E;
  background-color: #ECE7D7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

@media (max-width: 480px) {
  .footer-icons {
    margin-top: 20px;
  }

  .image1 {
    width: 98%;
    height: auto;
    margin-top: 20px;
  }

  .y-video {
    height: 300px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  #img3 {
    margin-bottom: 40px;
  }

  p br {
    display: none;
  }

  .main-content {
    margin-top: 80px;
    height: auto;
    /* padding: 62px 0px; */
  }

  .traveller-content {
    margin: auto;
  }

  .footer-head {
    margin-bottom: 10px;
  }

  .description-1,
  .traveller-message,
  .footer-message {
    font-size: 16px;
  }

  .email-input {
    width: 100%;
  }

  .title {
    font-size: 36px;
  }

  .email-input {
    font-size: 10px;
  }

  .subtitle {
    font-size: 16px;
  }

  .submit-button {
    font-size: 10px;
  }

  .fg {
    order: 2;
  }

  .footer-icons {
    font-size: 12px;
  }

  /* .display-1 {
    display: inline;
  } */

  .footer-end-1 {
    display: inline;
  }

  /* .footer-end-2 {
    display: none;
  } */
  .description-2 {
    margin-top: 40px;
  }

  .footer-end-3 {
    display: inline;
  }

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

  .fg {
    margin: 30px 0px;
  }

  .footer-description {
    margin: 30px 0px;
  }

  .traveller-description {
    margin: 30px 0px;
  }

  .description-1 {
    margin: 40px 0px 30px 0px;
  }
}