:root {
  --desaturated-Red:  #584339;
  --soft-red: #584339;
  --dark-grayish-red: hsl(0, 6%, 24%);
}

.josefin-sans-thin {
  font-family: 'Glacial Indifference', sans-serif; 
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.josefin-sans-regular {
  font-family: 'Glacial Indifference', sans-serif; 

  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.josefin-sans-bold {
  font-family: 'Glacial Indifference', sans-serif; 

  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

* {
  font-family: 'Glacial Indifference', sans-serif; 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
  
}
.social{
  display: none;
}
#sucess{
  display: none;
}
body{
  background-color:#F5F4F0;
}
.coming-soon-container {
  display: flex;
}

.details-container {
  width: 100%;
  padding: 5rem 8rem;
  background-color:#F5F4F0;
}
.image-container {
  width: 4%;
  height: 100vh;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-logo-container {
  display: none;
  padding: 0 0 0 0;
}

.logo-container {
  width: 100%;
  height: auto;
  display: block;
    padding: 1rem 1rem;
  
}
.log{

  width:800px;
  max-width:100%;
  min-width: 375px;
  height:auto;
}

.details h1 {
  text-transform: uppercase;
  letter-spacing: 12px;
  font-size: 4rem;
  color: hsl(0, 6%, 24%);
}

.details h1 span {
  color: #584339;
}

.details p {
  color: #584339;
  font-size: 16px;
   padding: 2rem 2rem;
  line-height: 30px;
}
.details-container {
    width: 100%;
  }

  .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  .details h1 {
    text-align: center;
  }

  .details p {
    width: 400px;
     padding: 2rem 2rem;
     text-align: center;
  }
.input-container {
  position: relative;
  width: 385px;
}

.input-container input {
  width: 100%;
  padding: 10px 50px 10px 15px;
  border: 1px solid var(--desaturated-Red);
  border-radius: 25px;
  font-size: 16px;
  outline: none;
}

.input-container input::placeholder {
  color: var(--desaturated-Red);
  opacity: 0.6;
  font-size: 12px;
}

.input-container span {
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  width: 70px; /* Circle diameter */
  height: 40px; /* Circle diameter */
  border-radius: 28px;
  background-color:#584339;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow for button */
  z-index: 1;
}

.input-container .icon-span img {
  width: 16px;
  height: 16px;
}

.error-message {
  margin-top: 5px !important;
  font-size: 12px !important;
  color: var(--desaturated-Red) !important;
  display: none;
  position: absolute !important;
  top: 37px !important;
  padding: 0 !important;
  width: 203px !important;
  right: 161px !important;
}

@media (max-width: 1200px) {
  .details-container {
    width: 100%;
  }

  .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  .details h1 {
    text-align: center;
  }

  .details p {
    width: 400px;
     padding: 2rem 2rem;
     text-align: center;
  }
}

@media (max-width: 991px) {
 .details-container {
    width: 100%;
  }

  .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  .details h1 {
    text-align: center;
  }

  .details p {
    width: 400px;
    padding: 2rem 2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .coming-soon-container {
    flex-direction: column-reverse;
  }

  .logo-container {
    display: none;
  }

  .main-logo-container {
    display: block;
    padding: 1rem 1rem;
  }

  .image-container {
    width: 100%;
    height: 200px;
  }

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .details-container {
    width: 100%;
  }

  .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
  }
  .details h1 {
    text-align: center;
  }

  .details p {
    width: 400px;
     padding: 2rem 2rem;
     text-align: center;
  }
}

@media (max-width: 375px) {
  .image-container{
    height: 250px;
  }
  
  .image-container img {
    object-fit: cover;
    object-position: top;
  }

  .details h1 {
    font-size: 2rem;
  }
.details-container {
    width: 100%;
  }
  .details p {
    width: 335px;
    font-size: 14px;
    padding: 2rem 2rem;
    text-align: center;
  }

  .input-container {
    width: 300px;
  }
}
