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

#welCome .content {
  position: relative;
}

#welCome big {
  font-family: "Comfortaa";
  font-weight: 700;
  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-weight: 700;
  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);
}

#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: 0 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-weight: 700;
  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-weight: 700;
  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 15px;
  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;
  }
}

#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-weight: 700;
  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);
}

/*--------------Contact Page-------------------*/
#contact {
  word-break: break-all;
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #97999B;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

#contact .more-info-container {
  margin-top: 35px;
  font-size: 14px;
}

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

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

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

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

/*----------------- 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-weight: 700;
  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: 0 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: 0px 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;
}

#plain-text #middle {
  color: #97999B;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  margin-bottom: var(--space-between-sections);
  line-break: auto;
  word-wrap: break-word;
}

#plain-text #middle h2 {
  color: #2CCCD3;
  font-family: Comfortaa;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.52px;
}

#plain-text #middle .more-info-container h2,
#plain-text #middle .more-info-container h1 {
  font-size: 28px;
}

#plain-text #middle .more-info-container h1,
#plain-text #middle .more-info-container h2,
#plain-text #middle .more-info-container h3 {
  color: #2CCCD3;
}

.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;
}

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

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

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

.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;
}

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

#ourOffers2 h2 {
  margin: 0 0 52px 0;
  font-family: "Comfortaa";
  font-weight: 700;
  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-weight: 700;
  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-weight: 700;
  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-weight: 700;
  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%;
}

@media (max-width: 992px) {
  #contact #templateSection {
    margin-bottom: 35px;
  }
}