/* 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: 1200px;
  margin: 0 auto;
  padding: 20px;
}
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: 45px 0px 30px 0px;
  color: #82670E;
}
.description{
  
  font-family: "CormorantGaramond-Light";
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.51px;
  margin: 40px 0px;
  color: #82670E;
}
.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;
}
.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 */
    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: 80px;
}

.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;
}

.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;
}

@media (max-width: 768px) {
  .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) {
  .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;
  }
  .footer-end-3{
    display:inline;
  }
  .footer-content{
    padding-bottom: 10px;
  }
  .fg{
margin:30px 0px;
  }
  .footer-description{
    margin: 30px 0px;
  }
  .traveller-description{
    margin: 30px 0px;
  }
  .description-1{
    margin: 100px 0px 30px 0px;
  }
}
