* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}
html,body{
  height: 100%;
}
/*common css start here*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #222222;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; 
}
header {
  width: 100%;
  background: #134566;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  z-index: 999;
  transition: all 0.3s;
  height: 75px;
}
header.active{
  padding: 10px 0;
}
header .logo{
  max-width: 250px;
  margin: 0px auto;
  padding: 0px;
  transition: all 0.3s;
}
.logo img{
  width: 100%;
  display: block;
  transition: all 0.3s;
}
header.active .logo{
  width: 15%;
}
.spotlight{
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: calc(100% - 75px);
    overflow: hidden;
}
.spotlight .slide{
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.slick-list, .slick-track{
  height: 100%;
}
.spotlight .slide .thumb{
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.spotlight .slide .thumb picture{
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.spotlight .slide .thumb picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spotlight .slide .caption{
  width: 34%;
  margin: 0px;
  padding: 50px 40px;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(19, 69, 102, 0.8);
  -webkit-border-top-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
height: 80%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;

}
.spotlight .slide .caption .title{
  font-family: 'hoefler_textblack';
  font-size: 3vw;
  line-height: 1;
  color: #ffffff;
  margin: 0px 0 1rem 0;
  padding: 0px;
  text-transform: uppercase;
}
.spotlight .slide .caption .desc{
  font-family: 'hoefler_textregular';
  font-weight: normal;
  font-size: 1.5vw;
  line-height: 1.2;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.spotlight .slide .caption .cost{
  font-family: 'hoefler_textregular';
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  margin: 8rem 0 1.5rem 0;
  padding: 0px;
  width: 100%;
}
.spotlight .slide .caption .cost span{
  font-family: 'hoefler_textblack';
}
.spotlight .slide .caption .cta{
  font-family: 'hoefler_textblack';
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  margin: 0rem 0 0 0;
  padding: 0px;
}
.spotlight .slide .caption .cta a{
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.spotlight .slide .caption .cta a span{
  width: 40px;
  height: 40px;
  background: #eaa035;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-60%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.spotlight .slide .caption .cta a:hover span{
  transform: translate(5px, -60%);

}
.celebrate-with-hyatt{
  width: 100%;
  margin: 0px;
  padding: 115px 0;
  background: url(../img/celebrate-with-hyatt-section-bg.jpg) left top no-repeat;
  background-size: cover;
}
.celebrate-with-hyatt .container{
  width: 90%;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
            radial-gradient(transparent 0%, #967041 100%);
border-radius: 0;
padding: 0;
box-sizing: border-box;
}
.celebrate-with-hyatt .container .head{
  width: 50%;
  margin: 0px auto;
  padding: 3rem 0px;
}
.footer{
  width: 20%;
  margin: 0px auto;
  padding: 0px 0 3rem 0;
}
.footer img{
  width: 100%;
}
.celebrate-with-hyatt .container .head img{
  width: 100%;
}
.celebrate-with-hyatt .container::before{
  width: 150px;
  height: 150px;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  background: url("../img/corner-flower-left.jpg") left top;
  background-size: 100%;
}
.celebrate-with-hyatt .container::after{
  width: 150px;
  height: 150px;
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("../img/corner-flower-right.jpg") right top;
  background-size: 100%;
}
.celebrate-with-hyatt .container .bg{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.celebrate-with-hyatt .container .bg img{
  width: 100%;
  display: block;
}
.celebrate-with-hyatt .container .bg img{
  width: 100%;
  display: block;
}
.celebrate-with-hyatt .container .content{
  width: 50%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
.celebrate-with-hyatt .container .content p{
  font-size: 1.5vw;
  margin: 0;
  padding:0 0 2rem 0;
  color: #231f20;
   text-align: center;
}
.contact{
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.contact .bg{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.contact .bg img{
  width: 100%;
  display: block;
}
.contact .form{
  width: 50%;
  margin: 0px;
  padding: 1rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.contact .form .title{
  font-size: 1.5vw;
  font-family: 'hoefler_textregular';
  color: #0c0c0c;
  margin: 1rem 0;
  padding: 0;
}
.contact .form .container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.contact .form .container ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .form .container ul li{
  margin: 0px;
  padding: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.contact .form .container ul li label.error {
  display: block;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
  text-align: left;
  color: red;
  font-size: 10px;
}
.contact .form .container ul li.xs{
  width: 7%;
}
.contact .form .container ul li.xl{
  width: 90%;
}
.contact .form .container ul li.m{
  width: 48%;
}
.contact .form .container ul li.s{
  width: 45%;
}
.contact .form .container ul li.l{
  width: 50%;
}
.contact .form .container ul li.seventy{
  width: 68%;
}
.contact .form .container ul li.thirty{
  width: 28%;
}
.contact .form .container ul li input[type="text"], .contact .form .container ul li input[type="number"], .contact .form .container ul li select, .contact .form .container ul li textarea{
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  height: 30px;
  padding: 0.25rem 0.5rem;
  font-size: 1vw;
  border-bottom: 1px solid #808080;
  resize: none;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.contact .form .container ul li input[type="number"]{
  appearance: none;
}
.contact .form .container ul li input[type="text"]::placeholder, .contact .form .container ul li input[type="number"]::placeholder, .contact .form .container ul li textarea::placeholder{
  opacity: 1;
  color: #000;
}
.contact .form .container ul li input:focus, .contact .form .container ul li select:focus, .contact .form .container ul li textarea:focus{
  outline: none;
}
.contact .form .container ul li button{
  margin: 0px auto;
  padding: 0.5rem 3rem;
  background: #f1a140;
  display: inline-block;
  width: auto;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.4rem;
  -webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
font-weight: 600;
}
.contact .form .container ul li button img{
  width: 20px;
}
footer{
  width: 100%;
  background: #134566;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  top: 0;
  left: 0;
  z-index: 999;
}
footer .logo{
  width: 20%;
  margin: 0px auto;
  padding: 0px;
  transition: all 0.3s;
}
footer .logo img{
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.copyright{
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  background: #f8f8f8;
  font-size: 0.8rem;
  color: #84958d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
}
.copyright span{
  font-family: 'prestige_signature_script__Rg';
}
.copyright .right a{
  color: #84958d;
  text-decoration: none;
  margin-left: 1rem;
}
.copyright .right a:hover{
  text-decoration: underline;
}
.spotlight .slick-prev{
  left: 30px;
  z-index: 99;
  transform: rotate(180deg) translateY(50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(201, 87, 57, 1);
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
}
.spotlight .slick-prev.slick-disabled, .spotlight .slick-next.slick-disabled{
  background: rgba(201, 87, 57, 0.5);
  cursor: default;
}
.spotlight .slick-next {
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c95139;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
}
.spotlight .slick-next:before, .spotlight .slick-prev:before{
  content: "";
}
.spotlight .arrow .d_arrow, .spotlight .arrow .posarrow {
  transition: transform .4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}
.spotlight .slick-next:hover .d_arrow {
  transform: translate(300%, -50%);
}
.spotlight .slick-next:hover .posarrow {
  transform: translate(-50%, -50%);
}
.spotlight .arrow .d_arrow {
  transform: translate(-50%, -50%);
}
.spotlight .arrow .posarrow {
  margin: 0 auto;
  transform: translate(-300%, -50%);
  justify-content: center;
}
.spotlight .slick-prev:hover .d_arrow {
  transform: translate(300%, -50%);
}
.spotlight .slick-prev:hover .posarrow {
  transform: translate(-50%, -50%);
}
.spotlight .slick-dots{
  bottom: 1rem;
}
.spotlight .slick-dots li {
  text-indent: -9999px;
  height: 6px;
  background-color: rgba(255,255,255,.4);
  width: calc(2.5556rem + (1vw - 0.2335rem)*2.6787);
  min-height: 0vw;
  margin: 0 1rem;
  border-radius: 5px;
  transition: all .3s ease;
}
.spotlight .slick-dots li button:before{
  content: "";
}
.spotlight .slick-dots li.slick-active {
  background-color: rgba(255,255,255,1);
}
.popup{
  width: 700px;
  margin: 0px auto;
  padding: 2rem;
  background: #a7dbd7;
  -webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.popup .pop-up-wrap{
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
  radial-gradient(transparent 0%, #967041 100%);
border-radius: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}
.popup .pop-up-wrap::before{
  content: "";
    width: 98.5%;
    position: absolute;
    top: 5px;
    left: 50%;
    background: url(../img/pop-up-bg-top.png) center top no-repeat;
    background-size: 100%;
    height: 95px;
    transform: translateX(-50%);
}
.popup .pop-up-wrap::after{
  content: "";
  width: 98.5%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  background: url(../img/pop-up-bg-btm.png) center bottom no-repeat;
  height: 95px;
  background-size: 100%;
  transform: translateX(-50%);
}
.popup .pop-up-wrap .bg{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.popup .pop-up-wrap .bg img{
  width: 100%;
  display: block;
}
.popup .pop-up-wrap .content{
  width: 80%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup .pop-up-wrap .content .head {
  width: 100%;
  margin: 1.5rem auto 0 auto;
  padding: 0px;
  text-align: center;
  font-size: 3rem;
  font-family: 'prestige_signature_script__Rg';
  color: #634e2f;
}
.popup .pop-up-wrap .content .head img{
  width: 100%;
}
.popup .pop-up-wrap .content .head-sep{
  width: 7%;
  margin: 0px auto;
  padding: 0px;
}
.popup .pop-up-wrap .content .head-sep img{
  width: 100%;
}
.popup .pop-up-wrap .content .pkg-details{
  width: 100%;
  margin: 0px;
  padding: 2rem 0;
  text-align: center;
  max-height: 300px;
  overflow: auto;
}
.popup .pop-up-wrap .content .pkg-details ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.popup .pop-up-wrap .content .pkg-details ul li{
  width: 100%;
  margin: 0px;
  padding: 0.2rem 0;
  font-size: 1rem;
  color: #343635;
}
.popup .pop-up-wrap .content .pop-footer-sep{
  width: 7%;
  margin: 0px auto;
  padding: 0px;
}
.popup .pop-up-wrap .content .pop-footer-sep img{
  width: 100%;
}
.popup .pop-up-wrap .content .pop-cost{
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #343635;
  margin: 0;
  padding: 1rem 0;
  font-family: 'hoefler_textregular';
}
.popup .pop-up-wrap .content .pop-cost span{
  width: 100%;
  display: block;
  font-size: 0.8rem;
  font-family: 'Open Sans', sans-serif;

}
.thanks{
  width:  500px;
  margin: 3rem auto;
  padding: 0px;
}
.thanks .top{
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.thanks .top img{
  width: 100%;
  display: block;
}
.thanks .bottom{
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #f8f8f8;
  -webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
}
.thanks .bottom .cont{
  width: 80%;
  margin: 0px auto;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
.spotlight .slide .caption .cost{
  margin-top: 3rem;
}
}
/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 767px) {
.spotlight .slide .thumb picture{
  width: 100%;
  display: block;
  height: 100%;
}
.spotlight .slide .caption{
  width: 90%;
  padding: 35px 28px;
  right: 50%;
  top: 5%;
  transform: translate(50%,-0%);
  height: auto;
}
.spotlight .slide .caption .title{
  font-size: 1.5rem;
  margin: 0px 0 1rem 0;
  padding: 0px;
}
.spotlight .slide .caption .desc{
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.spotlight .slide .caption .cost{
  font-size: 1rem;
  line-height: 1;
  margin: 2rem 0 1rem 0;
  padding: 0px;
}
.spotlight .slide .caption .cta{
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  margin: 0rem 0 0 0;
  padding: 0px;
}
.spotlight .slide .caption .cta a{
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.spotlight .slide .caption .cta a span{
  width: 30px;
  height: 30px;
}
.spotlight .slide .caption .cta a:hover span{
  transform: translate(5px, -60%);
}
.spotlight .slide .caption .cta a span svg{
  transform: scale(0.6);
}
.spotlight .slick-next{
  display: none;
}
.spotlight .slick-dots{
  bottom: 1.5rem;
}
header .logo{
  width: 50%;
}
header.active .logo {
  width: 35%;
}
.celebrate-with-hyatt .container .content {
  width: 70%;
}
.celebrate-with-hyatt .container::before,.celebrate-with-hyatt .container::after{
  width: 75px;
  height: 75px;

}
.celebrate-with-hyatt .container .head {
  width: 80%;
  margin: 0px auto;
  padding: 5rem 0px 3rem;
}
.footer {
  width: 30%;
  margin: 0px auto;
  padding: 0px 0 3rem 0;
  font-family: 'prestige_signature_script__Rg';
}
.celebrate-with-hyatt .container .content p {
  font-size: 1.1rem;
  padding: 0 0 2rem 0;
  line-height: 1.5;
}
.contact .form {
  width: 90%;
  margin: 0px;
  padding: 1rem;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
}
.contact .form .container ul li.m{
  width: 100%;
}
.celebrate-with-hyatt{
  padding: 2rem 0;
}
.contact .form .title {
  font-size: 1.1rem;
  margin: 1rem 0;
  text-align: center;
}
.contact .form .container ul li input[type="text"], .contact .form .container ul li input[type="number"], .contact .form .container ul li select, .contact .form .container ul li textarea{
  font-size: 0.9rem;
}
.contact .form .container ul li.xs{
  width: 15%;
}
.contact .form .container ul li.xl{
  width: 80%;
}
.contact .form .container ul li{
  padding: 0.5rem 0;
}
.contact .form .container ul li.l{
  width: 55%;
}
.contact .form .container ul li.s{
  width: 42%;
}
footer .logo{
  width: 50%;
}
.popup{
  width: 100%;
  margin: 0px auto;
  padding: 1rem;
  background: #a7dbd7;
  -webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.popup .pop-up-wrap .content{
  width: 90%;
  margin: 0px auto;
}
.popup .pop-up-wrap .content .pkg-details {
  padding: 0.5rem 0;
}
.popup .pop-up-wrap .content .pkg-details ul li {
  padding: 0.1rem 0;
}
.popup .pop-up-wrap .content .pop-cost {
  font-size: 1.5rem;
}
.contact .form .container ul li label.error{
  font-size:0.9rem ;
}
.popup .pop-up-wrap .content .head{
  font-size: 2rem;
}
.spotlight .slick-dots li {
  width: 30px;
  margin: 0 8px;
}
.thanks{
  width:  90%;
  margin: 3rem auto;
  padding: 0px;
}
.copyright{
  padding: 1rem;
  flex-wrap: wrap;
}
.copyright .right{
  margin-top: 0.5rem;
}
.copyright .right a{
  margin: 0 1rem 0 0;
}
}


@font-face {
  font-family: 'hoefler_textregular';
  src: url('ufonts.com_hoefler-text-webfont.woff2') format('woff2'),
       url('ufonts.com_hoefler-text-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hoefler_textblack';
  src: url('ufonts.com_hoefler-text-black-webfont.woff2') format('woff2'),
       url('ufonts.com_hoefler-text-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hoefler_textblack_italic';
  src: url('ufonts.com_hoefler-text-black-italic-webfont.woff2') format('woff2'),
       url('ufonts.com_hoefler-text-black-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hoefler_textitalic';
  src: url('ufonts.com_hoefler-text-italic-webfont.woff2') format('woff2'),
       url('ufonts.com_hoefler-text-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'prestige_signature_script__Rg';
  src: url('prestige_signature_script_-_demo-webfont.woff2') format('woff2'),
       url('prestige_signature_script_-_demo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



