* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    transition: all .3s ease;
    outline: none;
}
a:hover {
    text-decoration: none;
}
body {
    font-family: 'Chivo', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
}
/*----- 55px -----*/
h1 {
    font-size: 3.4375rem;
    font-family: 'Oswald', sans-serif;
}
/*----- 48px -----*/
h2 {
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
}
/*----- 40px -----*/
h3 {
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
}
/*----- 36px -----*/
h4 {
    font-size: 2.25rem;
    line-height: 3.4375rem;
    font-family: 'Oswald', sans-serif;
}
/*----- 24px -----*/
h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: 'Oswald', sans-serif;
}
/*----- 18px -----*/
h6 {
    font-size: 1.125rem;
    font-family: 'Oswald', sans-serif;
}
/*----- 16px -----*/
p {
    font-size: 1rem;
    color: #485165;
    line-height: 1.75rem;
}
button:hover {
    cursor: pointer;
}
img {
    width: 100%;
}
.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader img {
    width: 250px;
    height: auto;
}
.top-bar {
    background: #39192a;
    padding: 10px;
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
.top-bar p {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
.top-bar ul {
    display: flex;
    padding: 0px;
    margin: 0px;
}
.top-bar ul li {
    list-style: none;
    padding-left: 15px;
}
.top-bar ul li a {
    color: #fff;

}
.top-bar ul li a:hover {
    color: #b20092;
}
header {
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 10px 0px;
}
.navbar-brand {
    width: 250px;
    padding-top: 00px;
}
.menu-main-container {
    margin-left: auto;
}
#navbarSupportedContent {
    flex-direction: column;
}

#navbarSupportedContent .menu-main-container li {
    padding: 0px 20px;
    position: relative;
    line-height: 15px;
}
#navbarSupportedContent .menu-main-container li::after {
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    content: "";
}
#navbarSupportedContent .menu-main-container li:last-child {
    padding-right: 0px;
}
#navbarSupportedContent .menu-main-container li:last-child::after {
    display: none;
}
#navbarSupportedContent .menu-main-container li a {
    color: #333;
    padding: 0px;
    line-height: 0px;
    font-size: 15px;
    text-transform: uppercase ;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
#navbarSupportedContent .menu-main-container li a:hover {
    color: #b20092;
}
#navbarSupportedContent .menu-main-container {
    margin-top: 10px;
}
#section-rooms {
    padding: 80px 0px;
}
#section-rooms  h3 {
    text-align: center;
    margin-bottom: 50px;
}
.room-item {
    width: 100%;
}
.room-item figure {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}
.room-item h6 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.room-item .more-link {
    font-size: 14px;
    color: #9a3e6f;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.room-item .more-link i {
    font-size: 20px;
    margin-left: 10px;
}
#section-rooms h3 {
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 0px;
    margin-bottom: 25px!Important;
    text-transform: uppercase;
}
#section-rooms h3::after {
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background:#9a3e6f;
}
#section-rooms .owl-prev, #section-rooms .owl-next  {
    position: absolute;
    top: -45px;
    bottom: 0px;
    left: -50px;
    width: 40px;
    height: 60px;
    margin: auto;
    background: #9a3e6f!important;
}
#section-rooms .owl-next {
    left: auto;
    right: -50px;
}
#section-rooms .owl-prev i, #section-rooms .owl-next i {
    color: #fff;
}
.item-wrapper-slide {
    height: 700px;
    position: relative;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
}
.item-wrapper-slide-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto; 
    animation: zoominnew 6s linear infinite;
}
@-webkit-keyframes zoominnew {
  0% {transform: scale(1); }
  50% {transform: scale(1.3); }
  100% {transform: scale(1.5); }
}
@keyframes zoominnew {
 0% {transform: scale(1); }
  50% {transform: scale(1.1); }
  100% {transform: scale(1.2); }
}

.item-wrapper-slide .line-caption {
    text-align: center;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    letter-spacing: 10px;
    z-index: 120;
    margin-bottom: -10px;
}
.item-wrapper-slide .big-caption {
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    position: relative;
    z-index: 120;
}
.item-wrapper-slide .sub-caption {
    text-align: center;
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 120;
    font-family: 'Cagliostro', sans-serif;
    line-height: 36px;
}
.item-wrapper-slide {
    position: relative;
}
.item-wrapper-slide::after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: rgba(3, 10, 36, 0.52);
    content: "";
    z-index: 101;
}
#slider .owl-prev, #slider .owl-next  {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 20px;
    width: 40px;
    height: 60px;
    margin: auto;
    background: #9a3e6f!important;
}
#slider .owl-next {
    left: auto;
    right: 20px;
}
#slider .owl-prev i, #slider .owl-next i {
    color: #fff;
}
.room-item:hover figure {
    transform: scale(1.03);
}
#booking {
    padding: 250px 0px;
    background-color: #f4f4f4;
    background-image: url(../images/img-5.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
#booking::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    content: "";
    background-color: rgba(3, 10, 36, 0.62);
}
#booking h3 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
}
#booking h3::after {
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #9a3e6f;
}
.front-form label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}
.fields {
    margin-bottom: 20px;
    position: relative;
}
.fields input[type="text"],
.fields input[type="email"],
.fields input[type="tel"],
.fields select {
    width: 100%;
    height: 46px;
    padding: 5px 20px;
    border: none;
    background: #fff;
}
.front-form .booking-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.front-form .booking-row .fields {
    width: 100%;
    margin: 10px 0px;
}
.front-form .booking-row .fields button {
    width: 100%;
    height: 45px;
    border: none;
    background: #9a3e6f;
    text-transform: uppercase;
    color: #fff;
}
.front-form .booking-row .fields button:hover {
    background: #7b036d;
}
#gallery-sec {
    padding: 60px 0px;
}
#gallery-sec h4 {
    font-size: 24px;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#gallery-sec h4::after {
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background: #9a3e6f;
}
#gallery-sec .gal-item {
    height: 140px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
#gallery-sec .gal-item:hover {
    filter: grayscale(100%);
}
#gallery-sec h5 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-top: 20px;
}
.news-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; 
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}
.date-wrapper {
    width: 25%;
    background-color: #9a3e6f;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 10px;
}
.date-wrapper span {
    display: block;
}
.news-item .c-wrap {
    width: 75%;
}
.news-item .c-wrap h5 {
    margin-top: 0px!important;
    padding-top: 0px!important;
}
.news-all {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9a3e6f;
}
#sec-testimonials  {
    padding: 60px 0px;
    background-color: #eee;
}
#sec-testimonials h3 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
#sec-testimonials h3::after {
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #9a3e6f;
}
.testi-item figure {
    width: 110px;
    height: 110px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin: 20px auto 30px;
}
.testi-item {
    text-align: center;
    padding: 0px 100px;
}
.footer-top {
    background-color: #39192a;
    padding: 60px 0px 90px;
}
.footer-top h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-top p {
    color: #fff;
}
.footer-top ul.ft-ul {
    padding: 0px;
}
.footer-top ul.ft-ul  li {
    padding: 7px 0px 7px 30px;
    list-style: none;
    position: relative;
}
.footer-top ul.ft-ul  li a {
    color: #fff;
}
.footer-top ul.ft-ul  li::before {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #9a3e6f;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}
.contact-item {
    display: flex;
    margin-bottom: 20px;
}
.contact-item i {
    color: #9a3e6f;
    font-size: 20px;
    width: 20%;
}
.contact-item .contact-content {
    width: 80%;
    color: #fff;
}
.social-footer {
    display: flex;
    margin-top: 20px;
}
.social-footer li {
    list-style: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9a3e6f;
    border-radius: 100%;
    margin-right: 10px;

}
.social-footer li:hover {
    background: #7b036d;
    cursor: pointer;
}
.social-footer li i {
    color: #fff;
}
.social-footer li a {
    line-height: 0px;
}
.copyright {
    background-color: #2a0f1d;
    text-align: center;
    color: #fff;
    padding: 40px 0px 20px;
}
.booking-inside {
    padding: 30px!important;
    background: #907650!important;
}
.booking-inside::before {
    display: none;
}
.booking-inside label {
    color: #fff;
}
.booking-inside h5 {
    color: #fff;
}
.booking-inside button {
    background: #7a4904!important;
}
.booking-inside button:hover {
    background: #533103!important;
}
.booking-inside .booking-row {
    flex-direction: column;
}
.in-contents {
    padding: 80px 0px;
}
.image-header {
    background-color: #030a24; 
    background-size: 100% auto;;
    background-position: center;
    background-attachment: scroll;
    padding: 150px 0px;
    position: relative;
    overflow: hidden;
}
.image-header::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: rgba(3, 10, 36, 0.51);
    content: "";
    z-index: 100;
}
.image-header .container {
    position: relative;
    z-index: 100;
}
.image-header p {
    text-align: center;
    font-size: 22px;
    color: #fffc;
    padding: 10px 150px 0px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Cagliostro', sans-serif;
}
.img-header-bg {
    background-image: url(../images/img-8.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    webkit-animation: zoomin 10s linear infinite;
    animation: zoomin 10s linear infinite;
}
@-webkit-keyframes zoomin {
  0% {transform: scale(1); opacity: 1;}
  50% {transform: scale(1.3); opacity: .5;}
  100% {transform: scale(1.5); opacity: 0;}
}
@keyframes zoomin {
 0% {transform: scale(1); opacity: 1;}
  50% {transform: scale(1.3); opacity: .5;}
  100% {transform: scale(1.5); opacity: 0;}
} /*End of Zoom in Keyframes */

.image-header h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.img-main {
    padding-bottom: 30px;
}
.rose-bullets li {
    list-style: none;
    padding: 10px 30px;
    font-size: 18px;
    position: relative;
}
.rose-bullets li::before {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #9a3e6f;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}
.room-pricing {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.room-pricing td, .room-pricing th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 20px;
}
#html5-watermark {
    display: none!important;
}
.extra-item {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}
.extra-media {
    width: 25%;
}
.extra-desc {
    width: 75%;
    padding-left: 30px;
}
.extra-desc.full {
    width: 100%;
    padding-left: 0px;
}
.extra-desc h5 {
    font-size: 20px;
}
.in-contents h6 {
    line-height: 35px;
}
.gmwd_store_locator_container {
    display: none;
}
#branches {
    padding: 30px 0px;
}
#branches h3 {
    font-size: 20px;
}
#slider .owl-nav {
    opacity: 0;
    visibility: hidden;
}
#slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.sticky-header {
    position: fixed;
    top: -90px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
.fixed {
    top: 0px!important;
}
.footer-form .fields textarea {
    height: 100px!important;
}
.top-bg-white {
    width: 200%;
    height: 200px;
    background: #fff;
    transform: rotate(-6deg);
    position: absolute;
    top: -100px;
    left: -50%;
    right: -50%;
}

.bottom-bg-white {
    width: 200%;
    height: 200px;
    background: #fff;
    transform: rotate(-6deg);
    position: absolute;
    bottom: -100px;
    left: -50%;
    right: -50%;
}
#section-rooms p {
    font-family: 'Cagliostro', sans-serif;
    color: #444;
    line-height: 30px;
    padding: 0px 100px;
    font-size: 20px;

}
.bg-top {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0px;
}
.bg-bottom {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
}
.contact-wrapper {
    background: #9a3e6f;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: -93px;
}
.ct-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ct-item .ct-icon {
    width: 20%;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 24px;
    margin-right: 30px;
}
.ct-item .ct-content {
    width: 75%;

    text-align: left;
}
.fields select {
    position: relative;
}
.fields select::before {

}
.facebook a:hover i {
    color: #4267b2!important;
}
.twitter a:hover i {
    color: #00aced!important;
}
.google a:hover i {
    color: #dc4a38!important;
}
.instagram a:hover i {
    color: #6929be!important;
}
.pop-up-overlay-wrap {
    display: none;
}
.pop-up-overlay {
    
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.85);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1000000;
    display: flex;
}
.pop-up-form-wrap {
    padding: 30px;
    background: #9a3e6f;
    border-radius: 10px;
    width: 30%;
    position: relative;
}

.pop-up-form-wrap h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}
.pop-up-form-wrap textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
}
.pop-up-form-wrap  .footer-submit {
    padding: 12px 35px;
font-size: 15px;
text-transform: uppercase;
background: #68055c;
color: #fff;
border: none;
}
.close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 25px;
}
.enquiry-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #9a3e6f;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    z-index: 1000;
    cursor: pointer;
    animation: glow .5s infinite alternate;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.contact-page-form textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
}
.contact-page-form  .footer-submit {
    padding: 12px 35px;
font-size: 15px;
text-transform: uppercase;
background: #68055c;
color: #fff;
border: none;
}
.fb:hover {
    background: #4267b2!important;
}
.twi:hover {
    background: #00aced!important;
}
.gp:hover {
    background: #dc4a38!important;
}
.inst:hover {
    background: #6929be!important;
}
@keyframes glow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
#archive-gallery {
    padding: 60px 0px;
}

.gallery-box-wrap {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.gallery-box-wrap {

}
.gal-title {
    background: #907650;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 600;
    z-index: 101;
}
.link-button {
    border: none;
    padding: 7px 15px 5px;
    background: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 15px;
    font-family: 'Oswald', sans-serif;
    position: relative; 
    z-index: 101;
    transition: all .3s ease;
    margin-right: -100%;
}
.gallery-box-wrap:hover .link-button {
    margin-right: auto;
}
.gallery-box-wrap::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: rgba(0,0,0,.6);
    content: "";
    z-index: 100;
    opacity: 0;
    transition: all .3s ease;
}
.gallery-box-wrap:hover::before {
    opacity: 1;
}
.rose-button {
    height: 45px;
    border: none;
    background: #9a3e6f;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 0px 40px 0px;
    font-family: 'Oswald', sans-serif;
    border-radius: 5px;
}
.gmp_map_opts {
    width: 100%!important;
}



@media (max-width: 767px) {
    .item-wrapper-slide .line-caption {
        font-size: 18px;
        letter-spacing: 4px;
    }
    .item-wrapper-slide .big-caption {
        font-size: 39px;
        letter-spacing: 5px;
    }
    .item-wrapper-slide .sub-caption {
        text-align: center;
        font-size: 18px;
        color: #fff;
        position: relative;
        z-index: 120;
        font-family: 'Cagliostro', sans-serif;
        line-height: 25px;
    }
    #section-rooms p {
    
        padding: 0px 20px;
   
    }
    #section-rooms .owl-prev{
    
    left: -15px;
    
    }
    #section-rooms .owl-next {
    
    right: -15px;
    
    }
    .front-form .booking-row {
        flex-direction: column;
    }
    #gallery-sec .gal-item {
        height: 229px;
    }
    .testi-item {
        text-align: center;
        padding: 0px 20px;
    }
    .ct-item {
        text-align: center;
        flex-direction: column;
        margin: 20px 0px;
    }
    .ct-item .ct-icon {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .ct-item .ct-content {
        width: 100%;
        text-align: center;
    }
    #navbarSupportedContent .menu-main-container li {
        padding: 10px 20px;
    }
    .navbar-toggler {

        border: none;
    }
    .image-header p {
        padding: 10px 0px 0px;
    }
    .in-contents {
        padding: 40px 20px;
    }
    .room-item {
        margin-bottom: 20px;
    }
	.enquiry-icon {
		bottom: 80px!important;
	}
	.pop-up-form-wrap {
    width: 80%;
}

}
@media (max-width: 600px) {
    .extra-item {
        flex-direction: column;
    }
    .extra-media {
        width: 100%;
    }
    .extra-desc {
        width: 100%;
        padding-left: 0PX;
        padding-top: 20px;
    }
}