#welCome {
    padding-top: 100px;
    padding-bottom: 50px;
}

#welCome .content {
    position: relative;
}

#welCome big {
    font-family: "comfortaa";
    font-size: 225px;
    color: rgba(17, 17, 17, 0.05);
    position: absolute;
    top: -10px;
    left: -84px;
    letter-spacing: 0.2px;
}

#welCome h2 {
    margin: 0 0 20px 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #45c2cc;
    line-height: 50px;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}

#welCome h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #111111;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1px;
}

#welCome h3 strong {
    font-weight: 700;
}

#welCome p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.5px;
}

#welCome .button {
    position: relative;
    display: inline-block;
    padding: 14px 60px 14px 25px;
    background-color: #ff9900;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease-out;
    margin-top: 15px;
}

#welCome .button:after {
    content: "";
    width: 45px;
    background-image: url(../../images/button-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100% 100% 100% 12px;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
}

#welCome .button:hover {
    background-color: #45c2cc;
}

#welCome .image {
    text-align: right;
}

#welCome .image img {
    border-radius: 100% 100% 100% 25%;
    box-shadow: 0px 23px 21px rgba(30, 31, 31, 0.15);
}

#ourHotels {
    margin-bottom: var(--space-between-sections);
    height: 604px;
    overflow: hidden;
}

#ourHotels .title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

#ourHotels .title big {
    font-family: "comfortaa";
    font-size: 225px;
    color: rgba(17, 17, 17, 0.05);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    letter-spacing: 0.2px;
}

#ourHotels .title h2 {
    margin: 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #45c2cc;
    line-height: 50px;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}

#ourHotels .title p {
    margin: 0;
    color: #97999B;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.hotels-listing-full .owl-stage-outer {
    overflow: visible;
    margin-bottom: 20px;
}

.hotels-listing-full .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.hotels-listing-full .owl-item {
    transform: none;
    transition: all 0.3s ease-out;
}

.hotels-listing-full .item {
    position: relative;
    height: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
}

.hotels-listing-full .item a {
    display: block;
    text-decoration: none;
    color: white;
}

.hotels-listing-full a.btn {
    width: max-content;
    margin-inline: auto;
    font-size: 12px;
    height: unset;
    padding-right: 50px;
    margin-top: 8px;
}

.hotels-listing-full .item a:hover {
    color: #45c2cc;
}

.hotels-listing-full .item img {
    position: relative;
    transform: unset;
    width: 100%;
    height: 270px;
}

.hotels-listing-full .item .info {
    position: relative;
    width: 100%;
    padding: 20px 20px;
    background: white;
    bottom: 0;
}

.hotels-listing-full .info-line {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hotels-listing-full .item .from {
    display: inline-block;
    min-width: 66px;
    height: 66px;
    padding: 12px 0;
    background-color: #ff9900;
    border-radius: 100% 100% 100% 15px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    font-family: "Brandon Grotesque";
    line-height: 21px;
    text-align: center;
}

.hotels-listing-full .item .from .content {
    display: inline-block;
    transform: rotate(-3deg);
}

.hotels-listing-full .item .from .content strong {
    display: block;
    font-weight: 800;
}

.hotels-listing-full .item .from .content strong .text {
    font-size: 30px;
    margin-left: 6px;
}

.hotels-listing-full .item .from .content strong .sign {
    vertical-align: top;
    font-size: 18px;
    margin-left: 2px;
}

.hotels-listing-full .item p {
    min-height: 56px;
    margin: 0;
    font-size: 16px;
    color: rgb(69, 194, 204);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.5px;
}

.hotels-listing-full.owl-theme .owl-nav {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.hotels-listing-full.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
}

.hotels-listing-full.owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
}

#beneFits {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #45c2cc;
    background-image: url(../images/water-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#beneFits .items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-right: 1px solid #ffffff;
}

#beneFits .items:last-child {
    border-right: none;
}

#beneFits .items .icon {
    display: flex;
    align-items: center;
    width: 73px;
    height: 73px;
    margin-right: 17px;
    border: 2px solid #ffffff;
    border-radius: 100%;
}

#beneFits .items .icon img {
    width: auto;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

#beneFits .items p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
}

#ourOffers {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ff9900;
}

#ourOffers .title {
    position: relative;
    padding: 52px 0;
    text-align: center;
}

#ourOffers .title big {
    font-family: "comfortaa";
    font-size: 225px;
    color: rgba(255, 255, 255, 0.07);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    letter-spacing: 0.2px;
}

#ourOffers .title h2 {
    margin: 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}

#ourOffers .title p {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

#hotel-offers .offers-listing {
    margin-bottom: 100px;
}

.offers-listing .item {
    position: relative;
    background-color: #ffffff;
    box-shadow: 13px 22px 25px rgba(0, 0, 0, 0.05);
    border-radius: 25px 25px 25px 0px;
    overflow: hidden;
}

.offers-listing .item p:empty {
    display: none;
}

.offers-listing .item a {
    display: block;
    text-decoration: none;
}


.offers-listing .item img {
    border-radius: 0px 0px 25px 0px;
}

.offers-listing .item .info {
    width: 100%;
    padding: 20px 20px;
    position: relative;
}

.offers-listing .item .info p {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.offers-listing .item .info p {
    color: #45c2cc;
    font-size: 16px;
}


.offers-listing .item .from {
    display: inline-block;
    width: 66px;
    height: 66px;
    padding: 12px 0;
    background-color: #ff9900;
    border-radius: 100% 100% 100% 15px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    position: absolute;
    top: -46px;
    right: 20px;
}

.offers-listing .item .from strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.offers-listing .item p {
    min-height: 60px;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #001111;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.offers-listing .item p {
    min-height: 50px;
    margin: 0;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    line-height: 25px;
}

.offers-listing.owl-theme .owl-nav {
    top: calc(50% - 25px);
}

.offers-listing.owl-theme .owl-nav button.owl-prev {
    left: -28px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.offers-listing.owl-theme .owl-nav button.owl-next {
    right: -28px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
    .offers-listing.owl-theme .owl-nav {
        top: calc(45% - 25px);
    }

    .offers-listing.owl-theme .owl-nav button.owl-prev {
        left: -10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    }

    .offers-listing.owl-theme .owl-nav button.owl-next {
        right: -10px;
    }
}


#ourHotels2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#ourHotels2 .title {
    order: 1;
}

#ourHotels2 .title h2 {
    margin: 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #45c2cc;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#ourHotels2 .title p {
    margin: 0;
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
}

#ourHotels2 .content {
    order: 3;
    padding-top: 35px;
}

#ourHotels2 .content ul {
    padding: 0;
    margin: 0 -15px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

#ourHotels2 .content ul li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-top: -1px;
}

#ourHotels2 .content ul li a {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    color: #45c2cc;
    text-decoration: none;
}

#ourHotels2 .content ul li a:hover {
    color: #ff9900;
    text-decoration: none;
}

#ourHotels2 .content ul li p {
    margin: 0 0 7px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 1.5px;
}

#ourHotels2 .moredetails {
    order: 2;
    text-align: right;
}

#ourHotels2 .moredetails .button {
    position: relative;
    display: inline-block;
    margin-top: -67px;
    padding: 12px 60px 12px 25px;
    border: 1px solid;
    background-color: transparent;
    border-radius: 30px;
    font-size: 18px;
    color: #ff9900;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease-out;
}

#ourHotels2 .moredetails .button:after {
    content: "";
    width: 45px;
    background-image: url(../images/button-arrow-orange.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100% 100% 100% 12px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
}

#ourHotels2 .moredetails .button:hover {
    border-color: #ff9900;
    background-color: #ff9900;
    color: #ffffff;
}

#ourHotels2 .moredetails .button:hover:after {
    background-image: url(../../images/button-arrow-white.png);
}

#azulineClub {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #45c2cc;
    background-image: url(../images/water-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

#azulineClub h2 {
    margin: 0 0 20px 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#azulineClub p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.5px;
}

#azulineClub .button {
    position: relative;
    display: inline-block;
    padding: 12px 60px 12px 25px;
    border: 1px solid;
    background-color: transparent;
    border-radius: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease-out;
}

#azulineClub .button:after {
    content: "";
    width: 45px;
    background-image: url(../../images/button-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100% 100% 100% 12px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
}

#azulineClub .button:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #45c2cc;
}

#azulineClub .button:hover:after {
    background-image: url(../images/button-arrow-water.png);
}

/*---------------Experiencies Page--------------*/


/*-----------------Hotel Gallery---------------*/
#hotel-gallery .gallery-hotel-container {
    width: 100%;
}

#hotel-gallery .isotope_grid {
    width: 100%;
    display: flex;
}

#hotel-gallery .isotope_grid .isotope_item {
    position: relative;
    padding: 15px 15px;
}

#hotel-gallery .isotope_grid .isotope_item .isotope-image {
    border-radius: 8px;
}

#hotel-gallery .isotope_grid .isotope_item .view-more-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 2;
    background-color: rgba(255, 153, 0, 0.7);
}

.hotel-contact-info-container {
    margin-block: 28px;
}

#hotel-gallery .isotope_grid .isotope_item:hover .view-more-container {
    opacity: 1;
}

#hotel-gallery .isotope_grid .isotope_item:hover .view-more-container {
    opacity: 1;
}

#hotel-gallery .isotope_grid .isotope_item .view-more-container .galleryItem {
    padding: 10px 30px;
    border: 1px solid white;
    color: white;
    text-decoration: none;
}

/*----------------- Hotel Page -----------------*/
#hotelSection {
    padding-top: 0px;
    padding-bottom: 0px;
}

#hotelSection .content {
    padding: 0 70px;
}

#hotelSection .content hr {
    width: 80px;
    height: 4px;
    margin: 0 auto;
    border: 0;
    background-color: #45c2cc;
    border-radius: 4px;
}

#hotelSection .content h1 {
    margin: 0 0 20px 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #45c2cc;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#hotelSection .content h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1px;
}

#hotelSection .content p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.5px;
}

#hotelSection .content p:last-of-type {
    margin-bottom: 30px;
}

#hotelSection .content .button {
    position: relative;
    display: inline-block;
    min-width: 190px;
    padding: 14px 60px 14px 25px;
    background-color: #ff9900;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease-out;
}

#hotelSection .content .button:after {
    content: "";
    width: 45px;
    background-image: url(../../images/button-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100% 100% 100% 12px;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
}

#hotelSection .content .button:hover {
    background-color: #45c2cc;
}

#hotelSection .start {
    padding: 70px 0;
    text-align: center;
}

#hotelSection .rooms {
    padding: 70px 0;
    text-align: center;
}

#hotelSection .rooms .button {
    margin-top: -26px;
    z-index: 2;
}

#hotelSection .rooms .owl-theme .owl-nav {
    margin-top: -24px;
}

#hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] {
    width: 48px;
    height: 48px;
    background: #ff9900;
}

#hotelSection .rooms .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #45c2cc;
}

#hotelSection .rooms .owl-theme .owl-nav button.owl-prev {
    left: -24px;
}

#hotelSection .rooms .owl-theme .owl-nav button.owl-next {
    right: -24px;
}

#hotelSection .rooms .owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
}

#hotelSection .services {
    padding: 70px 0;
    text-align: center;
}

#hotelSection .services [class*="col-"]:nth-child(2n + 2) {
    border-left: 1px solid #e5e5e5;
}

#hotelSection .services [class*="col-"]:nth-last-child(-n + 2) .items {
    border-bottom: none;
}

#hotelSection .services .items {
    height: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

#hotelSection .services #more-services-icons {
    padding: 0px 0px;
    max-height: none;
}

#hotelSection .services p {
    text-align: center;
}

#hotelSection .services .items .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    margin: 0 auto;
    border: 2px solid #45c2cc;
    border-radius: 100%;
}

#hotelSection .services .items .icon img {
    width: auto;
    max-width: 69%;
    margin: 0 auto;
}

#hotelSection .services .items p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #45c2cc;
    font-weight: 500;
    line-height: 24px;
}

#hotelSection .services .button {
    margin-top: 30px;
}

#hotelSection .gallery {
    position: relative;
    padding: 0px 0;
    margin: 0 -70px;
    text-align: center;
}

#hotelSection .gallery h2 {
    margin: 0;
    color: #ffffff;
    position: absolute;
    width: 70%;
    top: calc(50% - 13px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#hotelSection .gallery .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

#hotelSection .gallery .button {
    margin-top: -26px;
    z-index: 2;
}

#hotelSection .gallery .owl-theme .owl-nav {
    margin-top: -24px;
}

#hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] {
    width: 48px;
    height: 48px;
    background: #ff9900;
}

#hotelSection .gallery .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #45c2cc;
}

#hotelSection .gallery .owl-theme .owl-nav button.owl-prev {
    left: 30px;
}

#hotelSection .gallery .owl-theme .owl-nav button.owl-next {
    right: 30px;
}

#hotelSection .gallery .owl-theme .owl-nav [class*="owl-"] img {
    width: 22px;
}

#hotelSection .gallery {
    margin-bottom: 70px;
}

#hotelSection .contact {
    margin-top: 70px;
}

#hotelSection .kids {
    padding: 0 0;
    text-align: center;
}

#hotelSection .kids .image {
    margin: 0 0 30px 0;
}

#hotelSection .kids .image img {
    border-radius: 100% 100% 100% 25%;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.05);
}

#hotelSection .contact {
    padding: 0 0 70px 0;
}

#hotelSection .contact .banner {
    position: relative;
    margin: 0 -70px;
    text-align: center;
}

#hotelSection .contact .banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

#hotelSection .contact .banner h2 {
    margin: 0;
    color: #ffffff;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#hotelSection .contact .banner img {
    display: block;
    width: 100%;
}

#hotelSection .contact .info {
    padding: 70px 0 0 0;
}

#hotelSection .contact .info [class*="col-"] {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

#hotelSection .contact .info [class*="col-"]:last-child {
    border-bottom: none;
}

#hotelSection .contact .info [class*="col-"]:first-child .items {
    margin-top: 0;
}

#hotelSection .contact .info [class*="col-"]:last-child .items {
    margin-bottom: 0;
}

#hotelSection .contact .info [class*="col-"]:nth-child(2) .items {
    padding-right: 20px;
}

#hotelSection .contact .info [class*="col-"]:nth-child(3) .items {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
}

#hotelSection .contact .info .items {
    margin: 30px 0;
}

#hotelSection .contact .info .items .icon {
    display: flex;
    align-items: center;
    float: left;
    width: 33px;
    height: 33px;
    margin: 0 12px 0 0;
    border: 1px solid #45c2cc;
    border-radius: 100%;
}

#hotelSection .contact .info .items .icon img {
    width: auto;
    margin: 0 auto;
}

#hotelSection .contact .info .items h3 {
    margin: 0;
    padding: 4px 0;
    font-size: 20px;
    color: #45c2cc;
    font-weight: 500;
    line-height: 25px;
}

#hotelSection .contact .info .items p {
    margin: 15px 0 0 0;
}

#hotelSection .contact .info .items a {
    color: inherit;
    text-decoration: none;
}

#hotelSection .contact .info .items a:hover {
    color: #ff9900;
    text-decoration: none;
}

#hotelSection .images {
    position: static;
    height: calc(100vh - 107px);
    padding: 0;
    background-color: #f7f7f7;
}

#hotelSection .images.sticky {
    position: fixed;
    right: 0;
}

#hotelSection .images .zoom-icon {
    display: flex;
    align-items: center;
    width: 47px;
    height: 47px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 100%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.25s ease-out;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#hotelSection .images .zoom-icon i {
    margin: 0 auto;
}

#hotelSection .images .zoom-icon .zoom-tag {
    padding: 7px 13px;
    background-color: rgba(255, 153, 0, 0.9);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) scale(0.5);
    -moz-transform: translateX(-50%) translateY(0) scale(0.5);
    -ms-transform: translateX(-50%) translateY(0) scale(0.5);
    -o-transform: translateX(-50%) translateY(0) scale(0.5);
    transform: translateX(-50%) translateY(0) scale(0.5);
    opacity: 0;
    transition: all 0.25s ease-out;
}

#hotelSection .images .zoom-icon .zoom-tag:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    color: rgba(255, 153, 0, 0.9);
    line-height: 0;
    position: absolute;
    top: calc(100% - -2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#hotelSection .images .zoom-icon:hover {
    background-color: #ffffff;
    color: #ff9900;
}

#hotelSection .images .zoom-icon:hover .zoom-tag,
#hotelSection .images .zoom-icon:focus .zoom-tag {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-10px) scale(1);
    -moz-transform: translateX(-50%) translateY(-10px) scale(1);
    -ms-transform: translateX(-50%) translateY(-10px) scale(1);
    -o-transform: translateX(-50%) translateY(-10px) scale(1);
    transform: translateX(-50%) translateY(-10px) scale(1);
}

#hotelSection .images .hotel-photos,
#hotelSection .images .hotel-photos .owl-stage-outer,
#hotelSection .images .hotel-photos .owl-stage,
#hotelSection .images .hotel-photos .owl-item,
#hotelSection .images .hotel-photos .owl-item .item {
    height: 100%;
}

#hotelSection .images .hotel-photos .owl-item .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-backface-visibility: hidden;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

#hotelSection .images .owl-theme .owl-nav [class*="owl-"] {
    background: #ff9900;
}

#hotelSection .images .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #45c2cc;
}

#hotelSection .images .owl-theme .owl-nav button.owl-prev {
    left: 30px;
}

#hotelSection .images .owl-theme .owl-nav button.owl-next {
    right: 30px;
}

#hotelSection .images .owl-theme .owl-nav [class*="owl-"] img {
    width: 25px;
}

.seo-utils-container *,
.seo-utils-container .description {
    text-align: center;
}

/*--------------------Sitemap--------------------*/
#seo-utils .header-icon-top2 .title,
#seo-utils .header-icon-top2 .content {
    text-align: center;
}

#seo-utils .header-icon-top2 .title {
    margin-top: 100px;
}

#seo-utils .about-simple {
    margin: 0 auto;
}

#seo-utils .about-simple ul {
    list-style: none;
}

/*----------------- Room Page -----------------*/
#roomsSection {
    padding-bottom: var(--space-between-sections);
    overflow: hidden;
    font-family: "comfortaa";
}

#roomsSection .content h1 {
    margin: 0 0 20px 0;
    font-size: 45px;
    color: #45c2cc;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#roomsSection .content h2,
#roomsSection .hotel-contact-info h2 {
    color: #45c2cc;
    font-size: 32px;
    font-weight: 500;
}

#roomsSection .content h4 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 1px;
}

#roomsSection .content p,
#roomsSection .hotel-contact-info p {
    font-weight: lighter;
    margin: 0 0 20px 0;
    color: #97999B;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
}

#roomsSection .content p:last-child {
    margin-bottom: 0;
}

#roomsSection .content p strong {
    font-weight: 600;
}

#middle .hotel-contact-info {
    margin-block: 35px;
}


/*----------------- Gastronomy Page -----------------*/
#contentSection:last-child {
    margin-bottom: 35px;
}

#contentSection .contentSectionRow {
    padding-block: 40px;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

#contentSection .textContainer {
    flex: 1;
    order: 1;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    margin-top: 40px;
}

#contentSection .imageContainer {
    flex: 1;
    order: 2;
    display: flex;
    justify-content: center;
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

#contentSection:nth-child(odd) {
    background-color: #f7f7f7;
}

#contentSection:nth-child(odd) .textContainer {
    order: 2;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

#contentSection:nth-child(odd) .imageContainer {
    order: 1;
}

#contentSection>a {
    text-decoration: none;
    margin-inline: auto;
}

#contentSection h1 {
    margin: 0 0 20px 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #45c2cc;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#contentSection h2 {
    color: #45c2cc;
    font-size: 28px;
    font-family: "comfortaa";
}

#contentSection h4 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 1px;
}

#contentSection h5 {
    color: #3d3d3d;
}

#contentSection p,
#contentSection h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
}

#contentSection p {
    font-size: 16px;
    color: #97999B;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

#contentSection p:last-child {
    margin-bottom: 0;
}

#contentSection p strong {
    font-weight: 600;
}

#contentSection .button {
    position: relative;
    display: inline-block;
    min-width: 190px;
    padding: 14px 60px 14px 25px;
    background-color: #ff9900;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease-out;
}

#contentSection .button:after {
    content: "";
    width: 45px;
    background-image: url(../../images/button-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100% 100% 100% 12px;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
}

#contentSection .button:hover {
    background-color: #45c2cc;
}

#contentSection .image {
    position: relative;
    display: inline-block;
    width: calc(70% - 40px);
}

#contentSection .image>img {
    border-radius: 100% 100% 100% 25%;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.05);
}

#contentSection .image .award-tag {
    display: flex;
    align-items: center;
    width: 138px;
    height: 138px;
    background-color: #ffffff;
    border-radius: 100% 100% 100% 25%;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 30px;
}

#contentSection .image .award-tag.right {
    left: auto;
    right: 15px;
}

#contentSection .image .award-tag img {
    width: auto;
    margin: 0 auto;
}

/*----------------- Template Page -----------------*/

#templateSection {
    margin-bottom: var(--space-between-sections);
}

#templateSection .content h1 {
    margin: 0 0 20px 0;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#templateSection h1,
#templateSection h2,
.hotel-contact-info h2 {
    color: #2CCCD3;
    font-family: Comfortaa;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1.52px;

}

#templateSection .content h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 1px;
}

#templateSection .content h5 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
}

#templateSection .content p,
.hotel-contact-info p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #97999B;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

#templateSection .content p:last-child {
    margin-bottom: 0;
}

#templateSection .content p strong {
    font-weight: 600;
}

#templateSection .benefits .items {
    padding-top: 50px;
    text-align: center;
}

#templateSection .benefits .items .icon {
    display: flex;
    align-items: center;
    width: 93px;
    height: 93px;
    margin: 0 auto;
    border: 2px solid #45c2cc;
    border-radius: 100%;
}

#templateSection .benefits .items .icon img {
    width: auto;
    margin: 0 auto;
}

#templateSection .benefits .items h6 {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #45c2cc;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
}

#ourGallery {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.gallery-full .owl-stage-outer {
    overflow: visible;
    height: 385px;
}

.gallery-full .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

.gallery-full .owl-item {
    height: 305px;
    opacity: 1;
    transform: none;
    transition: all 0.3s ease-out;
}

.gallery-full .owl-item.active {
    opacity: 1;
}

.gallery-full .owl-item.active.center {
    height: 385px;
}

.gallery-full .item {
    position: relative;
    height: 100%;
    background-color: transparent;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.07);
    border-radius: 25px 25px 25px 0px;
    overflow: hidden;
}

.gallery-full .item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-full.owl-theme .owl-nav button.owl-prev {
    left: 231px;
}

.gallery-full.owl-theme .owl-nav button.owl-next {
    right: 234px;
}

#facilities {
    font-family: "comfortaa";
    padding-bottom: var(--space-between-sections);
}

#facilities [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

#facilities .content h2 {
    color: #45c2cc;
}

#facilities .content h4 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 1px;
}

#facilities .content h5 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
}

#facilities .content p {
    color: #97999B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
}

#facilities .content p:last-child {
    margin-bottom: 0;
}

#facilities .content p strong {
    font-weight: 600;
}

#facilities .items {
    position: relative;
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
}

#facilities .items:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.3s ease-out;
}

#facilities .items img {
    width: 100%;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: -1;
}

#facilities .items h5 {
    margin: 0;
    padding-bottom: 7px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

#facilities .items h5:before {
    content: "";
    width: 52px;
    margin: 0 auto;
    border: 1px solid;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#facilities .items:hover:before,
#facilities .items:hover h5 {
    opacity: 1;
}

#facilities .items:hover img {
    transform: scale(1.2);
}

#ourOffers2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
}

#ourOffers2 h2 {
    margin: 0 0 52px 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #45c1cd;
    line-height: 50px;
    letter-spacing: 0.2px;
    text-align: center;
}

#ourOffers2 .offers-listing .item {
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.07);
}

#ourOffers2 .offers-listing.owl-theme .owl-dots .owl-dot span {
    background: rgba(69, 194, 204, 0.3);
}

#ourOffers2 .offers-listing.owl-theme .owl-dots .owl-dot.active span,
#ourOffers2 .offers-listing.owl-theme .owl-dots .owl-dot:hover span {
    background: #45c2cc;
}

#ourLocation {
    padding-top: 0px;
    padding-bottom: 0px;
}

#ourLocation .container {
    position: relative;
}

#ourLocation .title {
    padding: 0 0 30px 0;
    text-align: center;
}

#ourLocation .title h2 {
    margin: 0 0 20px 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #45c2cc;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#ourLocation .title p {
    margin: 0;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}

#ourLocation .location {
    width: 575px;
    height: 575px;
    padding: 70px 70px;
    background-color: #45c2cc;
    border-radius: 100% 100% 100% 25%;
    text-align: center;
    position: absolute;
    top: -45px;
}

#ourLocation .location h2 {
    margin: 0 0 10px 0;
    font-family: "comfortaa";
    font-size: 45px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0.2px;
}

#ourLocation .location p {
    margin: 0 0 25px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
}

#ourLocation .location h5 {
    margin: 0 0 15px 0;
    font-family: "comfortaa";
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.7px;
}

#ourLocation .image {
    width: 100%;
}

#ourLocation .image img {
    width: 100%;
}


/*****************************PLAIN TEXT SLIDER*****************************/
#hotel-plain-text-slider .more-info-container {
    padding: 100px 15px;
    text-align: center;
}

#hotel-plain-text-slider .more-info-container h2 {
    color: #45c2cc;
    margin-bottom: 52px;
}

.logo-footer {
    width: 50%;
}

#contentSection .contentSectionList {
    display: flex;
}

@media (max-width: 992px) {
    #roomsSection {
        padding-inline: 32px;
    }

    #roomsSection .content,
    #roomsSection .hotel-contact-info {
        text-align: left !important;
    }

    #roomsSection .content h2 {
        line-height: 32px;
        font-size: 24px;
    }

    #roomsSection .content h4 {
        font-size: 16px;
        line-height: 28px;
    }

    #roomsSection .content h5 {
        font-size: 14px;
        line-height: 26px;
    }

    #roomsSection .content p {
        font-size: 14px;
        line-height: 24px;
    }

    #templateSection {
        margin-bottom: unset;
    }

    #templateSection h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #templateSection .content h1 {
        font-size: 40px;
    }

    .hotels-listing-full.owl-theme .owl-nav {
        display: none;
    }

    .hotels-listing-full .owl-item {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .hotels-listing-full .owl-stage-outer {
        margin: unset;
        margin-bottom: unset;
    }

    #ourHotels {
        height: unset;
        margin-top: var(--space-between-sections);
        margin-bottom: unset;
    }

    #ourHotels .title big {
        font-size: 80px;
    }

    #ourHotels .title h2 {
        font-size: 28px;
        line-height: 32px;
    }

    #ourHotels2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #ourHotels2 .title {
        order: 1;
        text-align: center;
    }

    #ourHotels2 .title h2 {
        font-size: 28px;
        line-height: 32px;
    }

    #ourHotels2 .title p {
        font-size: 14px;
        line-height: 24px;
    }

    #ourHotels2 .content {
        order: 2;
        padding-top: 30px;
    }

    #ourHotels2 .content ul li {
        width: 50%;
    }

    #ourHotels2 .content ul li a {
        padding: 12px 0;
    }

    #ourHotels2 .content ul li p {
        font-size: 14px;
        line-height: 19px;
    }

    #ourHotels2 .moredetails {
        order: 3;
        text-align: center;
    }

    #ourHotels2 .moredetails .button {
        margin-top: 30px;
        padding: 11px 60px 11px 25px;
        font-size: 16px;
    }

    #ourHotels2 .moredetails .button:after {
        width: 43px;
        top: 2px;
        bottom: 2px;
        right: 2px;
    }

    #ourHotels .title {
        margin-bottom: unset;
    }

    #ourHotels .title big {
        font-size: 80px;
    }

    #ourHotels .title h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #ourHotels .title p {
        line-height: unset;
    }

    #ourHotels .title p br {
        display: none;
    }


    /*----------------- Gastronomy Page -----------------*/

    #contentSection h4 {
        font-size: 16px;
        line-height: 28px;
    }

    #contentSection h5 {
        font-size: 14px;
        line-height: 26px;
    }

    #contentSection p {
        font-size: 14px;
        line-height: 24px;
    }

    #contentSection .button {
        padding: 12px 60px 12px 25px;
        font-size: 16px;
    }

    #contentSection .button:after {
        width: 43px;
        top: 3px;
        bottom: 3px;
        right: 3px;
    }

    #contentSection .contentSectionList {
        flex-direction: column;
    }

    #contentSection .image {
        width: 100%;
    }

    #contentSection:nth-child(odd) .textContainer {
        margin-top: 30px;
    }

    #contentSection .image .award-tag {
        width: 100px;
        height: 100px;
        left: 0px;
    }
}