a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #2a292a;
    overflow-x: hidden;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Base CSS */
.my-container {
    max-width: 1724px;
    width: 100%:;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.my-row {
    margin-right: -15px;
    margin-left: -15px;
}

.bg-pink {
    background: #e3007b !important;
}

main {
    float: left;
    width: 100%;
}

.heading-primary-pink {
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
    color: #e3007b;
}

.heading-primary-white {
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
    color: #ffffff;
}

.button-primary {
    text-transform: uppercase;
    background: #f8f400;
    padding: 24px 50px;
    width: auto;
    color: #2a292c;
    font-size: 24px;
    width: 100%;
    -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;

}

.button-primary span {
    vertical-align: middle;
    margin-right: 20px;
}

.button-primary-arrow-light {
    display: none;
}

.button-primary:hover {
    background: #e3007b;
    color: #ffffff;
}

.button-primary:hover .button-primary-arrow-dark {
    display: none;
}

.button-primary:hover .button-primary-arrow-light {
    display: inline-block;
}




/* Header Area */
header {
    font-size: 18px;
    background: #e3007b;
    width: 100%;
    color: #ffffff;
    float: left;
}

.logo {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.logo a {
  color: #ffffff;
}

.logo a:hover {
  color: #eeeeee;
}

.main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.main-nav li {
    display: inline-block;
}

.main-nav li a {
    padding: 35px 14px;
    display: block;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
}

.main-nav li a:hover {
    color: #e6e338;
}

.slicknav_menu {
    display:none;
    background: #e3007b;
    border-bottom: 1px solid #680139;
}

.mobile-logo {
    float: left;
    margin: 10px 0 0 10px;
    color: #fff;
    font-weight: 700;
}

.mobile-logo:hover {
    color: #eeeeee;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_icon {
    margin: 0 !important;
}

.header-logo {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    max-width: 360px;
    width: 100%;
}

.logo {
    margin-top: 30px;
    display: block;
}

.header-menu {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    max-width: 1014px;
    width: 100%;
}

.header-address {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    max-width: 350px;
    width: 100%;
}

.header-address-inner {
    float: right;
    margin-top: 10px;
}

.header-address-inner img {
    float: left;
    margin: 21px 20px 0 0;
}

.header-address-inner p {
    float: left;
    margin: 0;
}


/* Showcase Section */
.showcase-section {
    position: relative;
}

.showcase-section .my-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.showcase-bg {
    width: 100%;
}

.showcase-tag {
    padding: 0 15px;
}

.showcase-tag-inner {
    padding: 15px 0 20px;
    background: rgba(248,244,0,0.7);
    max-width: 950px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 330px;
}

.showcase-tag-first-text {
    font-size: 56px;
    font-weight: 300;
}

.showcase-tag-second-text {
    font-size: 38px;
    font-weight: 600;
}

.showcase-tag-third-text {
    font-size: 35px;
    font-weight: 600;
}

.showcase-section-slider {
    position: relative;
}

.slider-overlay {
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    height: 100%;
}

.carousel-control.left, .carousel-control.right {
    z-index: 1000;
}


/* Description Section */
.description-section {
    padding: 100px 0;
}

.description-section p.first-p {
    margin-bottom: 60px;
}

.description-section p.second-p {
    margin-bottom: 45px;
}

.description-list {
    font-size: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
}

.description-list i.fa {
    font-size: 10px;
    color: #e3007b;
    margin-top: 11px;
    float: left;
    margin-right: 8px;
}


/* Accommodaton Section */
.accommodation-section {
    padding: 100px 0 120px;
    background: #49b2df;
}

.suites-wrapper {
    background: #fff;
    float: left;
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 90px;
}

.suites-item {
    background: #49b2df;
    padding: 12px 20px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
}

.suites-item a {
    color: #ffffff;
}

.suites-wrapper p {
    margin: 0 auto;
    text-align: center;
}


/* Map Section */
.google-map-section {
    position: relative;
    width: 100%;
    height: 870px;
}

.google-map-section::before {
    content: "";
    top: -68px;
    background: #49b2df;
    position: absolute;
    width: 120%;
    height: 170px;
    transform: rotate(-5deg);
    right: 0;
    z-index: 10;
}

.google-home-page-map {
    width: 100%;
    height: 870px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.google-home-page-map-overlay {
    width: 100%;
    height: 870px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.google-home-page-map-overlay img {
    width: 100%;
    height: 100%;
}


/* Static Section */
.static-map-section {
    padding: 100px 0;
    background: #a9a6a5;
}

.static-map-section img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.static-map-table {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid #fff;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
}

.static-map-table-row {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
}

.static-map-table-row:last-child {
    border-bottom: none;
}

.static-map-table-item-one {
    width: 70%;
    float: left;
    padding: 5px 20px;
    text-align: left;
}

.static-map-table-item-two {
    width: 30%;
    float: left;
    padding: 5px 20px;
    text-align: right;
    font-size: 18px;
}

/* Feature Section */
.feature-section {
    padding: 85px 0;
    background: #f8f400;
}

.feature-item {
    padding: 15px 0;
}

.feature-item img {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    display: block;
}


/* Amenities Seation */
.amenities-section {
    padding: 100px 0;
    color: #ffffff;
}

.amenities-left, .amenities-right {
    background: #e3007b;
    padding: 65px 45px;
    min-height: 460px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

.amenities-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amenities-list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

.amenities-list img {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
}


/* Banner Section */
.banner-section {
    padding: 60px 0 60px;
    background: #49b2df;
}

.banner-section p {
    font-weight: 600;
    color: #ffffff;
}


/* Footer Section */
.footer-top {
    background: #f2f2f2;
    padding: 100px 0;
}

.footer-top a {
    color: #5b5d5e;
}

.footer-info {
    font-size: 14px;
    font-weight: 600;
    color: #5b5d5e;
    line-height: 2em;
}

.footer-desc {
    font-weight: 300;
    font-size: 8px;
}

.footer-bottom {
    padding: 20px 0 10px;
    background: #e6e6e6;
}

.footer-bottom p {
    font-size: 12px;
}

.footer-bottom-right {
    text-align: right;
}