 
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
 
 
 
  .modal-box{ font-family: 'Poppins', sans-serif; }
  
  .modal-open .modal {
  background: rgb(255, 255, 255, 0.7);
}


.show-modal{
    color: #fff;
    background-color: #8090af;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 10px;
    margin: 10px auto ;
    border: none;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: block;
    transition: all 0.3s ease 0s;
}
.show-modal:hover,
.show-modal:focus{
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
    background-color: #d6bdd9;

}
.modal-dialog{
    width: 400px;
    margin:40px auto 0;
}
.modal-dialog{ transform: scale(0.5); }

.modal-dialog{
 transform: scale(1); 
-webkit-transform: translate(0, 0);
 transform: translate(0, 0%)!important;
}

.modal-dialog .modal-content{
    text-align: center;
    border: none; 
	background:url(../images/bg.jpg)!important; 
	border-radius:20px!important;
	box-shadow: 0 0 12px 2px rgb(0 0 0 / 5%)!important;
}
.modal-content .close{
    color: #fff;
    background:linear-gradient(to right, #404040, #020202, #444444);
    font-size: 25px;
    font-weight: 400;
    text-shadow: none;
    line-height: 24px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-content .close:hover{
    color: #fff!important;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.close:focus{ 
outline: none; 
}
.modal-body{ 
    border-radius: 20px;
    padding:25px 40px 40px !important; 
    border: 1px solid #0003;
}
.modal-body .title{
    color: #000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.modal-body .description{
    color: #000;
    font-size: 15px;
    margin: 0 0 20px;
    text-align: left;
}
.modal-body .form-group{
    text-align: left;
    margin-bottom: 15px;
    position: relative;
}
.modal-body .input-icon{
    color: var(--blackColor2);
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
}

.modal-body .input-icons{
    color:#000;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 40%;
    left: 15px;
}
.modal-body .form-control{
    font-size: 16px; 
	font-weight:400;
    height: 45px;
    width: 100%;
    padding: 6px 0 6px 40px;
    margin: 0 auto;
    border: 2px solid #dbdbdb;
    border-radius:15px;
    box-shadow: none;
    outline: none;
}
.form-control::placeholder{
    color: #222;
}

select.form-control:not([size]):not([multiple]) {
    padding-left: 36px;
}


.form-group.checkbox{
    width: 130px;
    margin-top: 0;
    display: inline-block;
}
.form-group.checkbox label{
    color: #9A9EA9;
    font-weight: normal;
}
.form-group.checkbox input[type=checkbox]{
    margin-left: 0;
}
.modal-body .forgot-pass{
    color: #7F7FD5;
    font-size: 13px;
    text-align: right;
    width: calc(100% - 135px);
    margin: 2px 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}
.forgot-pass:hover{
    color: #9A9EA9;
    text-decoration: underline;
}
.modal-content .modal-body .btn{
    color: #000;
    background:#f5c3e2;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize; 
	font-size:20px;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-radius:20px;
    border: none;
    display: inline-block;
    transition: all 0.6s ease 0s;
}
.modal-content .modal-body .btn:hover{
    color: #000;
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-content .modal-body .btn:focus{ outline: none; }

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-body .form-control + .select-arrow {
  position: absolute;
  right: 10px;
  bottom: 6px;
  width: 32px;
  line-height: 38px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.modal-body .form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 576px){
.modal-body {
    max-height: calc(100vh - 0px);
    padding-top: 2rem;
    overflow-y: auto;
    /*position: absolute;*/
    background-color:  #caaacd;
}


textarea {
    resize: vertical;
    width: -webkit-fill-available !important;
    border-radius: 20px;
    border-color: #0002;
    padding: 6px 0 6px 40px;
}

textarea::placeholder {
    color: #000;
    opacity: 1;
  }


}


@media only screen and (max-width: 768px){
    .modal-dialog{ width: 95% !important; }
    .modal-content .modal-body{
        padding: 60px 20px 40px !important;
    }
	
	.modal-dialog{
 transform: translate(0, 0)!important;
}

textarea {
    resize: vertical;
    width: -webkit-fill-available !important;
    border-radius: 20px;
    border-color: #0002;
    padding: 6px 0 6px 40px;
    color: #000;
}

textarea::placeholder {
    color: #000;
    opacity: 1;
  }

.modal-body {
    /* max-height: calc(100vh - 0px); */
   
    background-color:  #caaacd;
    border-radius: 20px !important;
}


}