.Tiffany{
font-family: 'Playfair Display', serif;
 padding-top: 0px;
 padding-bottom: 30px;
font-size: 50px;
line-height: 100px;
font-weight: 700;
position: relative;
top: 14px;
text-transform: uppercase;
}

.t-cap{
    padding-bottom: 180px ;
}
.t-h{
font-family: "Cinzel Decorative", sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 1.73;
letter-spacing: 7.5px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
}

.hotels{
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 1.73;
letter-spacing: 7.5px;
text-align: center;
color: #ffffff;
text-transform: uppercase;
}

.btn-list{
    list-style: none;
}

.a-btn{
    font-family: 'Raleway', sans-serif;
    padding: 5px; 
    background-color:#421c10; 
    padding: 10px; 
    color: #fff; 
    border-radius: 25px;
    font-weight: bolder;
    font-size: 12px;
}

.a-btn:hover{
    font-family: 'Raleway', sans-serif;
    padding: 5px; 
    background-color:#fff; 
    padding: 10px; 
    color: #421c10; 
    border-radius: 25px;
    font-weight: bolder;
    font-size: 12px;
}
.tb{
font-family: "Raleway", sans-serif;
font-size: 30px;
font-weight: bold;
line-height: 1.67;
text-align: left;
color: #333333;
margin: 0px;
text-transform: uppercase;
padding-top:20px;
}



.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
@media (max-width: 768px){
    .ty{
        height: auto !important;
    }
    .t-cap{
    padding-bottom: 0px ;
}
.t-h{
    display: none;
}
.hotels{
    display: none;
}
.tb{
    font-size: 18px;
}
.Tiffany{
font-family: 'Playfair Display', serif;
 padding-top: 20px;
font-size: 20px;
line-height: 20px;
font-weight: 800;
position: relative;
top: 40px;
text-transform: uppercase;
}
.a-btn{
    display: none;
}
}
.form-h3{
    font-size: 24px;
    line-height: 1.2em; 
    font-family: Poppins,sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px;
    margin-bottom: 20px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    }
.form-span{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: bolder;
    margin-top: -1em;
}
.divider{
    border-bottom: 1px solid #e6e9ec;
    position: relative;
margin-left: -33px;
margin-right: -33px;
height: 20px;
margin-bottom: 30px;
width: calc(100% + 66px);
}
label{
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 5px;
color: #899198;
}
h6{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    padding: 0;
    margin: 0 0 15px;
    margin-bottom: 15px;
    color: #3d4c58;
}
.form-des{
font-size: 16px !important;
line-height: 27px !important;
margin-bottom: 15px;
color: #899198 !important;
margin-top: -1em !important;
}
input[type="date"].form-control{
    line-height: 15px !important;
}
input[type="time"].form-control{
    line-height: 15px !important;
}
