*{
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}
 :root{
--secondary-ff: "Grenda", serif;
--primary-ff: "DM Sans", serif;
--input-bg:#FBFBFB;
}

.container{
 width: 100%;
height: 100dvh;
 display: flex;
  padding: 10px 10px 10px 50px; 
  justify-content: space-between;
 }

.img-container{
 width: 50%;
 border-radius: 24px;
}
.img-container img {
 width: 100%;
 height: 100%;
 border-radius: inherit;
}
.form{
width: 125%;
height: 100%;
 padding-top: 50px;
 
}
.form h1{
 text-transform: capitalize;
 font-size: 36px;
 letter-spacing: -3%;
 line-height: 28px;
 font-family: var(--secondary-ff);
 font-weight: 400;
 margin-bottom: 20px;
 color: #1E1E1E;
}
article h3{
 font-size: 14px;
 font-weight: 600;
 letter-spacing: -3%;
 line-height: 18px;
 font-family: var(--primary-ff);
 color: black;
 text-transform: uppercase;
}
 
.article-wrapper{
 width: 100%;
 height: 100%;
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 20px;
 row-gap: 10px;
 padding-top: 20px;
}
.wrapper{
 display: flex;
 flex-direction: column;
 gap: 5px; border-radius: 6px;
}
.dropdown-wrapper{
  display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 6px;
    padding: 10px 0px;
    padding-bottom: 20px;
}




        .dropdown {
          position: relative;
          display: inline-block;
        }
    
        .dropdown-button {
          background-color: #2c2c2c;
width: 100%;
  height: 46px;
    border-radius: 6px;
    outline: none;
    background: var(--input-bg);
    border: none;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    padding-left: 20px;
    line-height: 13px;
    font-family: var(--primary-ff);
    color: #1E1E1E;
    font-size: 13px;
    font-weight: 500;
          cursor: pointer;
        }

    
        .dropdown-content {
          display: none;
          position: absolute;
          background-color: #fff;
          height: 182px;
          width: 214px;
          border-radius: 6px;
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
          z-index: 1;
          overflow: hidden;
          padding: 15px 10px;
        }
    
        .dropdown-content p {
          color: #1E1E1E;
          padding: 10px 16px;
          text-decoration: none;
          text-transform: capitalize;
          opacity: 0.75;
          display: block;
          transition: all 0.3s ease;
          cursor: pointer;
          border-radius: 12px;
        }
    
        .dropdown-content p:hover {
          background-color: #F8A543;
          color: #fff;
        }
    
        .dropdown:hover .dropdown-content {
          display: block;
        }
.dropdown-wrapper h3{
  font-size: 14px;
    font-weight: 600;
    letter-spacing: -3%;
    line-height: 18px;
    font-family: var(--primary-ff);
    color: black;
    text-transform: uppercase;
}


.logo{
  display: none;
}

 label{
 font-size: 12px;
 letter-spacing: -1%;
 color: black;
 line-height: 18px;
 font-family: var(--primary-ff);
 font-weight: 400;
 text-transform: capitalize;
}
.wrapper input{
 height: 46px;
 border-radius: 6px;
 outline: none;
 background: var(--input-bg);
 border: none;
 border: 1px solid gray;
 display: flex;
 align-items: center;
 padding-left: 20px;
 line-height: 13px;
 font-family: var(--primary-ff);
 color: #1E1E1E;
 font-size: 13px;
 font-weight: 500;
  }
input::placeholder{
 font-size: 12px;
 line-height: 18px;
 letter-spacing: -1%;
 color: #16181B;
color: var(--primary-ff);
opacity: 0.5;
}
.textarea{
width: 100%;
display: flex;
 flex-direction: column;
 gap: 5px;
 border-radius: 6px;
 padding-top: 10px;
 }
.textarea input{
 height: 105px;
   border-radius: 6px;
  outline: none;
  background: var(--input-bg);
  border: none;
  border: 1px solid gray;
    padding-left: 20px;
  line-height: 13px;
  font-family: var(--primary-ff);
  color: #1E1E1E;
  font-size: 13px;
  font-weight: 500;
  text-align: start;
  text-transform: capitalize;
  }
  .textarea-header{
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding-top: 5px;
  }
.text-count{
  font-size: 10px;


}
  .btn-container{
    width: 100%;
   text-align: right;
   padding: 10px;
   margin-top: 20px;
  }
  .btn-container .btn{
width: 170px;
height: 63px;
border-radius: 40px;
margin-left: 10px;
line-height: 64%;
font-size: 20px;
font-weight: 500;
font-family: var(--primary-ff);
color: #F8A543;
border: none;
cursor: pointer;
box-shadow: 1px 5px 15px rgba( 0, 0 , 0, 0.1);
position: relative;
overflow: hidden;
transition: all 0.5s linear;
outline: none;
border: 1px solid #F8A543;
  }
  .btn-container .btn::after{
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    width: 30px;
    height: 100px;
 transform: rotateZ(45deg);
transition: all 0.5s linear;
opacity: 0;

  }
.btn-container .btn:hover::after{
  transform: translateX(200px);
 opacity: 0.5;
  background: linear-gradient(135deg, rgba(192, 192, 192, 0.6), rgba(255, 255, 255, 0.6));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: inherit;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  .btn-container .btn-submit{
background: #F8A543;
color: #1E1E1E;
 opacity: 1;
  }
.none{
  display: none;
}


 @media (min-width:801px) and (max-width:1400px){
.form h1 {
  text-transform: capitalize;
  font-size: 36px;
  letter-spacing: -3%;
  line-height: 28px;
  font-family: var(--secondary-ff);
  font-weight: 400;
  margin-bottom: 20px;
}


.article-wrapper {
  padding-top: 10px;
}

.wrapper input {
  height: 38px;
}


.textarea input {
  height: 90px;
}


.btn-container .btn {
  width: 140px;
  height: 50px;
}
 }
    @media (min-width:1500px){
  .form{
    width: 140%;
  }
    }
 @media (min-width:1125px) and (max-width:1300px){
.img-container{
  width: 40%;
}
 }
 @media (min-width:801px) and (max-width:1125px){
.img-container{
display: none;}
 }


 @media (max-width:800px){
  .logo{
    display: block;
    width: 220px;
    height: 47px;
    margin-bottom: 20px;
    padding: 0;
  }
.img-container{
  display: none;
}
.form{
  width: 80%;
  margin: auto;
  padding-top: 20px;
}
.container{
  padding: 0px;
}
.btn-container .btn {
  width: 140px;
  height: 50px;
}
.article-wrapper{
 grid-template-columns: 1fr;
}
.wrapper input {
  width: 100%;
  height: 46px;
}
.container{
  width: 100%;
  display: block;
  height: auto;
}
.form h1 {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
.none{
  display: block;
}
.btn-container .btn{
  width: 108px;
  height: 40px;
  font-size: 12.75px;
}
 }



.booking-sucess-overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
display: grid;
align-items: center;
justify-content: center;
background: linear-gradient( rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.9));
visibility: hidden;
transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
transform: scale(0);
}
.show-sucess{
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  visibility: visible;
}

.booking-sucess{
  width: 636px;
  height: 443px;
  border-radius: 20px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.cancel{
  position: absolute;
  top: 20px;
  right: 20px;
}

.booking-sucess img {
  width: 131px;
  height: 131px;
}
.booking-sucess p{
  font-family: var(--primary-ff);
  line-height: 24px;
  letter-spacing: -2%;
  font-size: 14px;
  font-weight: 400;
  color: black;
  opacity: 0.7;
  text-align: center;
}

.booking-sucess h1 {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -3%;
  font-weight: 400;
  color: #1E1E1E;
  font-family: var(--secondary-ff);
}

@media (min-width:801px)  and (max-width:1400px){
.booking-sucess{
  width: 550px;
  height: 383px;
}
.booking-sucess img {
  width: 121px;
  height: 121px;
}
}
@media (max-width:800px) {
.booking-sucess{
  width: 340px;
  height: 236px;
  border-radius: 10.69px;
}
.booking-sucess img {
  width: 70px;
  height: 70px;
}
.booking-sucess p{
  line-height: 12.8px;
  font-size: 8px;
}
.booking-sucess h1{
  line-height: 17px;
    font-size: 16px;
}
}
.cancel img {
  width: 24px;
  height: 24px;
}


