html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

body {
  background: #fff;
  color: #4c4f57;
  font-family: "Roboto", sans-serif;
  padding: 0;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

.container-fluid {
  padding: 0;
  max-width: 1440px;
}

header {
  position: relative;
}
header .logo {
  position: absolute;
  max-width: 200px;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

header.inner-pages {
  height: 120px;
}

.menubar {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100vh;
  background: rgba(10, 10, 10, 0.8);
  padding-left: 20px;
  padding-top: 20px;
}
.menubar .menu-text {
  color: #fff;
  font-size: 12px;
}
.menubar .premium-text img {
  position: absolute;
  width: 11px;
  height: auto;
  top: 190px;
  left: 35px;
  display: none;
}
.menubar .social-menu {
  position: absolute;
  bottom: 170px;
  left: 20px;
  color: #fff;
}
.menubar .social-menu ul {
  font-size: 14px;
  list-style-type: none;
  padding: 12px;
}
.menubar .social-menu ul li {
  margin-bottom: 18px;
  color: #fff;
  transition: all 0.3s;
}
.menubar .social-menu ul li a {
  color: inherit;
}
.menubar .social-menu ul li:hover {
  color: #c88607;
}

.menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.menu-wrap .toggler {
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}
.menu-wrap .toggler:checked + .hamburger > div:before, .menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}
.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
}
.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.3s;
}
.menu-wrap .hamburger {
  position: absolute;
  top: 40px;
  right: 12px;
  z-index: 1;
  width: 55px;
  height: 30px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 1px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.menu-wrap .hamburger > div:before, .menu-wrap .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  width: 100%;
  height: 1px;
  background: inherit;
}
.menu-wrap .hamburger > div::after {
  top: 8px;
}
.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap .menu > div {
  background: rgba(20, 20, 24, 0.9);
  width: 200vw;
  height: 200vh;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.3s ease;
}
.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu-wrap .menu > div > div ul li {
  list-style: none;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  padding: 15px;
  transition: font-size 0.3s ease;
}
.menu-wrap .menu > div > div ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.menu-wrap .menu > div > div ul li:hover {
  font-size: 30px;
}

.lang-picker {
  color: #fff;
  float: right;
  padding-right: 20px;
  padding-top: 50px;
}
.lang-picker li {
  list-style: none;
}

.menubar.page-menubar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: rgb(10, 10, 10);
  padding-left: 20px;
  padding-top: 20px;
}
.menubar.page-menubar .menu-text {
  color: #fff;
  font-size: 12px;
  float: right;
  padding-right: 20px;
}
.menubar.page-menubar .premium-text img {
  display: none;
}
.menubar.page-menubar .social-menu {
  display: none;
}
.menubar.page-menubar .social-menu ul {
  font-size: 14px;
  list-style-type: none;
  padding: 12px;
}
.menubar.page-menubar .social-menu ul li {
  margin-bottom: 18px;
  color: #fff;
  transition: all 0.3s;
}
.menubar.page-menubar .social-menu ul li a {
  color: inherit;
}
.menubar.page-menubar .social-menu ul li:hover {
  color: #c88607;
}

.hero .carousel {
  height: 100vh;
  width: 100%;
  background: url(/wp-content/themes/premiumcenter/assets/img/PremiumCenter01-mob.jpg) #000;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero .carousel h3 {
  bottom: 35px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 15px 35px 15px 7%;
  width: 100%;
}
.hero .cta-button {
  position: absolute;
  display: inline-block;
  border: 1px solid white;
  background: #e39b0f;
  padding: 5px 10px;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  right: 80px;
  bottom: 0;
  left: 0;
}
.hero .cta-button .btn {
  color: #fff;
}
.hero .cta-button:hover {
  opacity: 1;
  background: #04142b;
  color: #fff;
}

.hero.postpage .carousel {
  max-height: 100vh;
  width: 100%;
  background: none;
  height: auto;
}

.hero.planpage .carousel {
  max-height: 90vh;
  width: 100%;
  background: none;
  height: auto;
}

p.floor-desc {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
}

.page-title h2 {
  margin-top: 45px;
  font-family: "Prata", serif;
  border-bottom: 1px solid #d3d7dd;
  padding-bottom: 15px;
}
.page-title h2::after {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 140px;
  border-bottom: 3px solid #9f8c5f;
  content: "";
}

.page-title-single h2 {
  margin-top: 45px;
  font-family: "Prata", serif;
  border-bottom: 1px solid #d3d7dd;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.page-title-single h2::after {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 140px;
  border-bottom: 3px solid #9f8c5f;
  content: "";
}

.main-section {
  padding: 95px 0;
}
.main-section h2 {
  font-size: 28px;
  font-weight: 100;
  margin: 0 0 10px 0;
  color: #4c4f57;
  font-family: "Prata", serif;
}
.main-section .big {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-section h3 {
  padding-top: 0;
  font-size: 40px;
  font-family: "Prata", serif;
  margin-bottom: 55px;
  color: #04142b;
}
.main-section p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  padding-right: 50px;
}
.main-section img {
  width: 100%;
  height: auto;
}
.main-section .btn {
  display: inline-block;
  border: 0;
  background: #9f8c5f;
  color: #fff;
  padding: 9px 63px;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 1rem;
}
.main-section .btn:hover {
  opacity: 1;
  background: #04142b;
  color: #fff;
}
.main-section .cat-image-right {
  position: relative;
}
.main-section .dots:after {
  content: url(/wp-content/themes/premiumcenter/assets/img/dot-image.png);
  position: absolute;
  right: -10px;
  bottom: -33px;
  z-index: -1;
  display: none;
}

.location {
  padding: 5px 0;
}
.location h3 {
  margin-bottom: 20px;
}

.main-section-gray {
  padding: 80px 0;
  background: #f8f8f8;
}
.main-section-gray h3 {
  padding-top: 80px;
  font-size: 40px;
  font-family: "Prata", serif;
  margin-bottom: 55px;
  color: #04142b;
}
.main-section-gray p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  padding-right: 50px;
}
.main-section-gray img {
  width: 100%;
  height: auto;
}
.main-section-gray .btn {
  display: inline-block;
  border: 0;
  background: #9f8c5f;
  color: #fff;
  padding: 9px 63px;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.main-section-gray .btn:hover {
  opacity: 1;
  background: #04142b;
  color: #fff;
}
.main-section-gray .cat-image-right {
  position: relative;
}

i.more-button {
  margin-left: 10px;
}

.main-section-dark {
  padding: 20px;
  background: #1b1e26;
  color: #fff;
}
.main-section-dark h2 {
  font-size: 31px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.main-section-dark .big {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 49px;
}
.main-section-dark h3 {
  padding-top: 40px;
  font-size: 40px;
  font-family: "Prata", serif;
  margin-bottom: 55px;
  margin-bottom: 30px;
}
.main-section-dark p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  padding-right: 50px;
}
.main-section-dark img {
  width: 90%;
  height: auto;
}
.main-section-dark .btn {
  display: inline-block;
  border: 0;
  background: #9f8c5f;
  color: #fff;
  padding: 9px 63px;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.main-section-dark .btn:hover {
  opacity: 1;
  background: white;
  color: #565656;
}
.main-section-dark .cat-image-right {
  position: relative;
}

.intro-page p {
  font-size: 24px;
  font-weight: 400;
  padding: 70px 50px 20px 50px;
  text-align: center;
  font-family: "Prata", serif;
  color: #9f8c5f;
}

.page-section {
  padding: 65px 0;
}
.page-section h2 {
  position: relative;
  font-size: 49px;
  font-weight: 100;
  margin: 0;
}
.page-section .big {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.page-section h3 {
  padding-top: 0;
  font-size: 40px;
  font-family: "Prata", serif;
  margin-bottom: 55px;
  color: #04142b;
}
.page-section p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  padding-right: 50px;
}
.page-section img {
  width: 100%;
  height: auto;
}
.page-section .btn {
  display: inline-block;
  border: 1px solid #414141;
  background: transparent;
  color: #414141;
  padding: 9px 63px;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.page-section .btn:hover {
  opacity: 0.7;
  background: #414141;
  color: #fff;
}
.page-section .cat-image-right {
  position: relative;
  margin-bottom: 50px;
}
.page-section .dots:after {
  content: url(/wp-content/themes/premiumcenter/assets/img/dot-image.png);
  position: absolute;
  right: -10px;
  top: 22px;
  z-index: -1;
}
.page-section .image-post {
  margin-top: 30px;
}
.page-section .right-post-text {
  padding-left: 50px;
}

.page-section.planpage {
  padding: 0 0 65px 0;
}

.panorama {
  margin-top: 40px;
  height: 500px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.panorama img {
  height: 100%;
}

.panorama-fluid {
  max-width: 100%;
}

.pr-news {
  background: url(/wp-content/themes/premiumcenter/assets/img/img08.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}
.pr-news a {
  color: white;
}
.pr-news h2 {
  font-size: 2.4rem;
  font-family: "Prata", serif;
}
.pr-news .date {
  margin-bottom: 10px;
  padding: 1rem 1rem 0rem 1rem;
}
.pr-news .pr-title {
  font-family: "Prata", serif;
  font-weight: bold;
  padding: 0 1rem;
}
.pr-news .pr-title a {
  color: #fff;
  transition: color 0.4s;
  font-weight: 400;
}
.pr-news .pr-title a:hover {
  color: #9f8c5f;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .pr-news .pr-title {
    width: 90%;
  }
}
.pr-news .dark a {
  color: #4c4f57;
  transition: color 0.4s;
}
.pr-news .dark a:hover {
  color: #9f8c5f;
}
.pr-news .read-more a {
  color: rgb(139, 139, 139) !important;
  transition: color 0.4s;
  font-weight: 400;
}
.pr-news .read-more a:hover {
  color: #fff !important;
}
.pr-news .image-wrap {
  position: relative;
}
.pr-news .image-wrap img {
  width: 100%;
  height: auto;
}
.pr-news .image-wrap .pr-label {
  bottom: 0px;
  position: absolute;
  background: green;
  right: 0px;
  margin: 0px 25px 15px 0px;
  color: white;
  padding: 5px 35px 7px 35px;
  line-height: 1em;
  border-radius: 20px;
  font-size: 14px;
}
.pr-news.news-light {
  background: white;
}
.pr-news.news-light .ks-label {
  background: #3c3e43;
}
.pr-news.news-light .pr-title,
.pr-news.news-light .pr-news a {
  color: blue;
}
.pr-news.news-light .pr-news {
  padding-bottom: 20px;
}
.pr-news.news-light .news-wrap {
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 991px) {
  .pr-news.news-light .news-wrap:hover {
    transform: translateY(-10px);
  }
}

footer {
  background: #0e0e0e url(/wp-content/themes/premiumcenter/assets/img/img08.jpg) no-repeat top center;
  min-height: 200px;
  padding-top: 50px;
}
footer ul {
  color: #9e9e9e;
  font-size: 13px;
  list-style: none;
  line-height: 26px;
}
footer ul a {
  color: inherit;
  transition: all 0.4s;
}
footer ul a:hover {
  color: #fff;
  text-decoration: none;
}
footer .logo {
  display: flex;
  justify-content: center;
}
footer .logo img {
  max-width: 150px;
}
footer .copy p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-size: 12px;
  color: #797979;
}
footer .social-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  bottom: 0;
}
footer .social-menu ul {
  font-size: 16px;
  list-style-type: none;
  padding: 12px;
  display: flex;
  justify-content: right;
}
footer .social-menu ul li {
  margin-bottom: 18px;
  color: #fff;
  transition: all 0.3s;
  margin-right: 25px;
}
footer .social-menu ul li a {
  color: inherit;
}
footer .social-menu ul li:hover {
  color: #c88607;
}

@media (min-width: 576px) {
  .hero .carousel {
    height: 100vh;
    width: 100%;
    background: url(/wp-content/themes/premiumcenter/assets/img/PremiumCenter01-tab.jpg);
    background-size: cover;
  }
  .hero .carousel h3 {
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 35px 15px 7%;
    right: auto;
    bottom: 70px;
    width: auto;
  }
  .hero .cta-button {
    position: absolute;
    display: inline-block;
    border: 1px solid white;
    background: #e39b0f;
    padding: 5px 43px;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    bottom: 20px;
    left: auto;
  }
  .hero .cta-button .btn {
    color: #fff;
  }
  .hero .cta-button:hover {
    opacity: 1;
    background: #04142b;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .main-section .dots:after {
    display: block;
  }
  .main-section h3 {
    padding-top: 80px;
  }
  .main-section .btn {
    margin-bottom: 0;
  }
  header .logo {
    position: absolute;
    max-width: 260px;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  header .logo img {
    max-width: 80%;
  }
  .hero .carousel {
    height: 100vh;
    width: 100%;
    background: url(/wp-content/themes/premiumcenter/assets/img/PremiumCenter01-tab.jpg) #fff;
    background-size: cover;
  }
  .hero .carousel h3 {
    bottom: 80px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 35px 15px 7%;
  }
  .hero .cta-button {
    position: absolute;
    display: inline-block;
    border: 1px solid white;
    background: #e39b0f;
    padding: 5px 43px;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    bottom: 20px;
  }
  .hero .cta-button .btn {
    color: #fff;
  }
  .hero .cta-button:hover {
    opacity: 1;
    background: #04142b;
    color: #fff;
  }
  .main-section-dark {
    padding: 0;
    background: #1b1e26;
    color: #fff;
  }
  .main-section-dark h2 {
    font-size: 31px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .main-section-dark .big {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 49px;
  }
  .main-section-dark h3 {
    padding-top: 80px;
    font-size: 40px;
    font-family: "Prata", serif;
    margin-bottom: 55px;
    margin-bottom: 30px;
  }
  .main-section-dark p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    padding-right: 50px;
  }
  .main-section-dark img {
    width: 90%;
    height: auto;
  }
  .main-section-dark .btn {
    display: inline-block;
    border: 0;
    background: #9f8c5f;
    color: #fff;
    padding: 9px 63px;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
  }
  .main-section-dark .btn:hover {
    opacity: 1;
    background: white;
    color: #565656;
  }
  .main-section-dark .cat-image-right {
    position: relative;
  }
}
@media (min-width: 992px) {
  .hero .carousel {
    height: 100vh;
    width: 100%;
    background: url(/wp-content/themes/premiumcenter/assets/img/PremiumCenter01.jpg);
    background-size: cover;
  }
  .hero .carousel h3 {
    bottom: 20px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
  }
  .hero .cta-button {
    position: absolute;
    display: inline-block;
    border: 1px solid white;
    background: #e39b0f;
    padding: 5px 43px;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    right: 120px;
    bottom: 20px;
  }
  .hero .cta-button .btn {
    color: #fff;
  }
  .hero .cta-button:hover {
    opacity: 1;
    background: #04142b;
    color: #fff;
  }
  .menubar {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100vh;
    background: rgba(10, 10, 10, 0.8);
    padding-left: 20px;
    padding-top: 20px;
  }
  .menubar .menu-text {
    color: #fff;
    font-size: 12px;
  }
  .menubar .premium-text img {
    position: absolute;
    width: 11px;
    height: auto;
    top: 190px;
    left: 35px;
    display: block;
  }
  .menubar .social-menu {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff;
  }
  .menubar .social-menu ul {
    font-size: 14px;
    list-style-type: none;
    padding: 12px;
  }
  .menubar .social-menu ul li {
    margin-bottom: 18px;
    color: #fff;
    transition: all 0.3s;
  }
  .menubar .social-menu ul li a {
    color: inherit;
  }
  .menubar .social-menu ul li:hover {
    color: #c88607;
  }
}