body,
html {
  padding: 0;
  margin: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

.heading {
  font-weight: normal; }

@font-face {
  font-family: EBGaramond08;
  src: url("../font/font/EBGaramond08-Regular.ttf"); }

@font-face {
  font-family: Montserrat;
  src: url("../font/font/Montserrat-Regular.otf"); }

.container-header {
  min-width: 100%; }

.topbar__menu {
  background-color: #ffffff !important;
  z-index: 20;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 130px;
  padding: 0 100px;
  border-bottom: 1px solid #AE935E; }

.img_logo_text {
  display: none; }

.list {
  list-style-type: none; }

.list li {
  display: inline-block;
  margin-right: 1.4rem; }

.list li a {
  color: #AE935E;
  font-family: EBGaramond08;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px; }

.list li:last-child {
  margin-right: 0; }

.list_menu {
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.list_menu:hover {
  color: #AE935E;
  text-decoration: none;
  border-collapse: separate;
  font-weight: none;
  border-bottom: 5px solid #AE935E;
  padding-bottom: 43px; }

.list_boxed {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-collapse: separate;
  width: 11px;
  height: 10px;
  padding: 10px;
  border: 1px solid #AE935E; }

.menu_bars {
  display: none;
  color: #ffffff; }

.btn_close {
  display: none; }

.list_mobile {
  display: none; }

.main {
  border-left: 1px solid #AE935E;
  border-right: 1px solid #AE935E;
  margin-top: 99px; }

.v1mobile {
  display: none; }

.v2ipad {
  display: none; }

.lido {
  margin: 50px 0;
  height: 495px;
  background-color: #124452; }

.img_residence {
  width: 100%;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  padding-top: 30px; }

.h3 {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: justify;
  color: #ffffff;
  padding: 60px 35px; }
  .h3--article {
    padding: 110px 35px; }

.img_desktop_bali {
  position: absolute;
  right: -121px; }

.carousel-indicators {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.carousel-indicators li {
  background-color: #e4e8f1; }

.carousel-indicators .active {
  background-color: #AE935E; }

.img_1 {
  height: 495px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 50px; }

.title_resbali {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px; }

.bali-golf {
  height: 392px; }

.img_desktop_golf {
  position: absolute;
  left: -128px !important; }

.title {
  position: absolute;
  bottom: 4px;
  right: 12px;
  color: #ffffff;
  font-size: 6px; }

.img_2 {
  height: 392px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.H4bodymedium_brown {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #AE935E;
  padding: 0 20px 0 20px;
  margin: 0; }

.H3titlemedium_grey {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: justify;
  color: #625d58;
  padding: 0 20px 30px 20px; }

.masterpiece-bali {
  height: 100px;
  background-color: #023d54;
  margin: 50px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.H3titlemedium_white_bali {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: justify;
  color: #ffffff;
  padding: 30px 20px; }

.masterpiece {
  padding-top: 40px; }

.btn-master {
  border: solid;
  border-width: 1px;
  color: #023d54;
  padding: 9px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
  cursor: pointer;
  background-color: #ffffff; }

.btn-master:hover {
  color: #023d54;
  background-color: #AE935E;
  text-decoration: none;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease; }

.H4bodymedium_brown_luxury {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  text-align: center;
  letter-spacing: 1.8px;
  color: #AE935E;
  margin: 50px 0 15px 0; }

.H4bodymedium_brown_location {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  text-align: center;
  letter-spacing: 1.8px;
  color: #AE935E;
  margin: 50px 0 15px 0; }

.line-v2 {
  border-bottom: 3px solid #AE935E;
  max-width: 5%;
  margin: 0 auto; }

.H3titlemedium_grey_luxury {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: justify;
  color: #625d58;
  text-align: center;
  padding: 15px 20px 10px 20px; }

.img_class_7 {
  width: 300px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px; }

.img_class_8 {
  width: 300px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px; }

.H3titlemedium_grey_img {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: justify;
  color: #625d58;
  text-align: center; }

.border_type {
  border: 1px solid #AE935E;
  width: 300px;
  margin: 0 auto;
  padding: 5px 0; }

.loc {
  margin: 30px 35px 0 35px; }

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 20px 0 0;
  padding-right: 20px; }

.fa-arrow-up {
  font-size: 20px;
  color: #AE935E; }

.backtotop {
  padding: 2px 0 32px 14px;
  font-size: 12px;
  color: #AE935E; }

.footerd {
  display: block; }

.footerm {
  display: none; }

.footerpad {
  display: none; }

.footer {
  background-color: #AE935E; }

.followus {
  padding-top: 30px;
  font-family: EBGaramond08;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

.main_sosmed {
  margin: 0 0 10px 10px; }

.icon_class_footer {
  width: 19px;
  height: 19px;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain; }

.embrace {
  padding-top: 30px;
  font-family: EBGaramond08;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

.embrace_10 {
  padding-top: 50px; }

.follow_sosmed {
  display: none; }

.icon_sosmed {
  display: none; }

.H4bodymedium_white_9 {
  font-family: Montserrat;
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

.signup {
  padding-top: 30px;
  font-family: EBGaramond08;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

input.text1::-webkit-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input.text1:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input.text1::-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input.text1::placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input[type="text1"] {
  width: 83%;
  height: 40px;
  padding-right: 50px;
  border: none; }

button[type="submit"] {
  margin-left: -6px;
  height: 41px;
  width: 40px;
  background-color: #AF8E54; }

.footer_1 {
  margin-bottom: 50px; }

button[type="submit"] {
  color: #AF8E54;
  border-color: #ffffff;
  border-style: solid;
  border: 1px; }

.footer_2 {
  padding: 8px 0 8px 0;
  background-color: #AF8E54; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.H4bodymedium_white_11 {
  font-family: Montserrat;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0; }

.H4bodymedium_white_11:hover {
  text-decoration: none;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease;
  color: #ffffff; }

.column_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sitemap {
  padding-right: 40px; }

.column_footer_2 {
  text-align: center; }

.column_footer_3 {
  text-align: right; }

.img_class_footer {
  max-width: 64px; }

.copyright {
  display: none; }

.homepagemenu {
  min-width: 1366px;
  height: 100vh;
  border: none;
  border-radius: 0;
  background-color: #ffffff; }

.modal-header {
  border-bottom: none;
  padding-right: 20px; }

.btnclosepage {
  padding-right: 70px; }

.homepage {
  font-size: 1.5rem;
  color: #000000;
  width: 50px;
  height: 50px;
  padding: 20px 40px 0 0; }

.Rectangle-2 {
  margin-top: 45px;
  width: 100%;
  height: 299px; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px; }

.menu-page {
  background: transparent;
  border: none; }

input[type=text], select {
  width: 100%;
  padding: 7px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px; }

input[type=text]:focus, select {
  width: 100%;
  padding: 7px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #AE935E;
  border-radius: 4px;
  outline-color: #AE935E;
  color: #AE935E; }

textarea {
  width: 750px;
  padding: 25px 5px;
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea:focus {
  width: 750px;
  padding: 25px 5px;
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #AE935E;
  border-radius: 4px;
  outline-color: #AE935E;
  color: #AE935E; }

.col-modal {
  padding: 0 20px 0 26px; }

.col-modal-text {
  padding: 0; }

::-webkit-input-placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

::-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

::placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

.form-control {
  margin-left: -1px;
  font-size: 0.9rem; }

.btn-enquire {
  font-family: EBGaramond08;
  border: solid;
  border-width: 1px;
  color: #AE935E;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ffffff; }

.btn-enquire:hover {
  border: solid;
  border-width: 1px;
  color: #ffffff;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #AE935E; }

.btn-enquire:active {
  border: solid;
  border-width: 1px;
  color: #ffffff;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #AF8E54; }

.headermessage {
  padding-right: 15px; }

.message {
  padding: 12px;
  position: absolute;
  width: 50px;
  height: 51px;
  background-color: #AE935E;
  border-radius: 50%;
  z-index: 10;
  right: 36px;
  bottom: 15px;
  position: fixed; }

.mail-msg {
  width: 25px;
  height: 20px; }

.modal-sm {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 50px 50px 0; }

input[type=text], select {
  width: 100%;
  padding: 10px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=text]:focus, select {
  width: 100%;
  padding: 10px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #AE935E;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-color: #AE935E;
  color: #AE935E; }

textarea {
  width: 750px;
  padding: 25px 5px;
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea[name=messagesend] {
  width: 215px;
  padding: 25px 5px;
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea[name=messagesend]:focus {
  width: 215px;
  padding: 25px 5px;
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn-enquire-msg {
  border: solid;
  border-width: 1px;
  color: #AE935E;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ffffff; }

.btn-enquire-msg:hover {
  color: #ffffff;
  background-color: #AE935E;
  cursor: pointer; }

.btn-enquire-msg:active {
  color: #ffffff;
  background-color: #AF8E54;
  cursor: pointer; }

.H4bodymedium_brown_message {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #AE935E; }

#message-popup {
  margin: 0;
  width: 265px; }

.H4bodymedium_brown_contact {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #AE935E;
  padding-left: 8px; }

a {
  text-decoration: none !important; }

.logo-trump {
  width: 155px;
  height: 148px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 35px; }

.img_room {
  padding-top: 15px;
  width: 96%;
  height: 545px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 31px 0 22px; }

.space-imgblm {
  margin: 0 67px; }

.img-blm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .logo-trump {
    height: 110px;
    width: 155px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px; }
  .topbar__menu {
    background-color: #AF8E54 !important;
    border-bottom: none;
    z-index: 100;
    position: fixed !important;
    position: relative;
    padding: 10px 15px;
    height: 60px; }
  .carousel-indicators {
    z-index: -15; }
  .img_logo {
    display: none; }
  .img_logo_text {
    height: 42px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain; }
  .menu_bars {
    display: block; }
  .menu_bars i {
    font-size: 22px; }
  input[type="text1"] {
    border-radius: 0; }
  .list {
    display: none; }
  .list_mobile.is-show {
    display: block; }
  .menu_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 15px 0 15px; }
  .list-mobile {
    z-index: 100 !important; }
  .btn_close {
    font-size: 10px;
    color: #ffffff;
    padding: 8px 2px 0 0; }
  .btn_close.is-show {
    display: block;
    color: #ffffff;
    z-index: 10; }
  .list_mobile {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 10; }
  .list_mobile_menu {
    list-style-type: none;
    padding: 60px 0 0 0;
    width: 62%;
    text-align: justify;
    margin: 0 auto; }
  .list_menu_mobile {
    font-family: EBGaramond08;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 2.2px;
    color: #ffffff; }
  .list_menu_mobile:hover {
    color: #AE935E;
    text-decoration: none; }
  .img_logo {
    padding-left: 0; }
  .fa-minus {
    padding-right: 20px; }
  .main {
    border-left: 0;
    border-right: 0;
    margin-top: 75px; }
  .v1mobile {
    display: block; }
  .v1 {
    display: none; }
  .lido {
    height: 505px;
    margin: 15px 0 30px 0;
    margin-top: 210px; }
  .bali-golf {
    height: 235px; }
  .title_resbali {
    text-align: center;
    font-size: 14px; }
  .h3 {
    padding: 30px 21px; }
  .img_residence {
    width: 100%;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    padding-top: 30px; }
  .H3titlemedium_white_bali {
    padding: 0 15px;
    text-align: center; }
  .img_desktop_bali {
    position: absolute;
    right: 0; }
  .carousel-indicators {
    margin: 0;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 18px;
    height: 3px;
    background-color: #e4e8f1;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer; }
  .carousel-indicators .active {
    background-color: #AE935E; }
  .img_1 {
    height: 211px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0; }
  .img_desktop_golf {
    position: absolute;
    left: 0 !important; }
  .title {
    position: absolute;
    bottom: 7px;
    font-size: 4px; }
  #text2 {
    height: 495px; }
  .img_2 {
    height: 211px; }
  .H4bodymedium_brown {
    padding: 0 6px;
    margin-top: 240px; }
  .H3titlemedium_grey {
    padding: 0 6px 30px 6px; }
  .v3 {
    margin-top: 285px; }
  .masterpiece-bali {
    width: 100%;
    height: 100px;
    background-color: #023d54;
    margin: 0;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px; }
  .img_room {
    height: 24vh;
    width: 100%;
    margin: 0; }
  .img-blm {
    display: block; }
  .H4bodymedium_brown_luxury {
    margin: 30px 0 15px 0; }
  .H4bodymedium_brown_location {
    margin: 0 0 15px 0; }
  .line-v2 {
    border-bottom: 2px solid #AE935E;
    max-width: 20%; }
  .H3titlemedium_grey_luxury {
    text-align: justify;
    padding: 15px 6px 30px 6px;
    margin: 0; }
  .btn-master {
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center; }
  .btn-master:hover {
    color: #023d54;
    background-color: #AE935E;
    text-decoration: none;
    -webkit-transition: 0.3 all ease;
    -o-transition: 0.3 all ease;
    transition: 0.3 all ease; }
  .img_class_7 {
    width: 100%;
    height: 211px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .img_class_8 {
    width: 100%;
    height: 211px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .H3titlemedium_grey_img {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 1.2px;
    text-align: justify;
    color: #625d58;
    text-align: center; }
  .border_type {
    border: 1px solid #AE935E;
    width: 125px;
    padding: 5px 0;
    margin-bottom: 40px; }
  .loc {
    margin: 30px 0 0 0; }
  .back {
    padding: 30px 0 30px 0; }
  .fa-arrow-up {
    font-size: 20px;
    padding: 10px 12px; }
  .backtotop {
    display: none;
    padding: 22px 0 0 14px;
    font-size: 12px;
    color: #AE935E; }
  .footerd {
    display: none; }
  .footerm {
    display: block !important; }
  .footr-mobile {
    padding-left: 35px; }
  .followus {
    display: none; }
  .icon_class_footer {
    display: none; }
  .embrace {
    padding: 20px 0 5px 0;
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff; }
  .H4bodymedium_white_9 {
    font-size: 12px;
    padding-bottom: 12px; }
  .embrace_10 {
    padding-top: 0;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 1.2px;
    color: #ffffff; }
  .signup {
    padding-top: 20px;
    font-size: 16px; }
  .main_sosmed {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px; }
  .follow_sosmed {
    padding-top: 0;
    display: block;
    font-size: 16px; }
  .icon_sosmed {
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }
  .footer_1 {
    margin-bottom: 40px; }
  .footer_2 {
    padding: 18px 0 8px 0;
    background-color: #AF8E54; }
  .column_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .H4bodymedium_white_9 {
    font-size: 12px; }
  .H4bodymedium_white_11 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: 0.9px;
    color: #ffffff;
    margin: 0; }
  .main__body_9 {
    padding: 0 15px; }
  .main__title_10 {
    padding: 0 15px; }
  .sitemap {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff; }
  .column_footer_2 {
    display: none;
    text-align: center; }
  #H4bodymedium_white_11 {
    font-size: 9px; }
  .column_footer_3 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%; }
  .img_class_footer {
    width: 20%;
    padding: 9px 0 8px 0;
    -o-object-fit: contain;
    object-fit: contain; }
  .copyright {
    display: block; }
  .homepagemenu {
    min-width: 100%;
    opacity: 1; }
  .modal-header {
    padding-right: 13px; }
  .btnclose {
    color: #a09e9b; }
  .Rectangle-2 {
    width: 100%;
    height: 184px;
    margin-top: 7px;
    -o-object-fit: cover;
    object-fit: cover; }
  .modal-lg {
    margin: 0; }
  .modal-content {
    border: none;
    border-radius: 0;
    height: 100vh; }
  textarea {
    width: 100%;
    padding: 25px 5px;
    margin: 0;
    height: 80px; }
  textarea:focus {
    width: 100%;
    padding: 25px 5px;
    margin: 0; }
  ::-webkit-input-placeholder {
    font-size: 10px; }
  :-ms-input-placeholder {
    font-size: 10px; }
  ::-ms-input-placeholder {
    font-size: 10px; }
  ::placeholder {
    font-size: 10px; }
  .modal-body {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-top: 0;
    padding-bottom: 10px; }
  .form-control {
    font-size: 0.8rem; }
  .col-modal {
    padding: 0 1rem; }
  .col-modal-text {
    margin: 0; }
  .modal-sm {
    position: absolute;
    margin: 0; }
  #content-message {
    height: 100vh !important; }
  .modal_msg_pos {
    width: 100%; }
  #message-popup {
    margin: 0;
    width: 100%; } }

@media only screen and (min-width: 767px) {
  .logo-trump {
    margin-right: 600px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topbar__menu {
    background-color: #AF8E54 !important;
    border-bottom: none;
    z-index: 100;
    position: fixed !important;
    position: relative;
    padding: 10px 18px;
    height: 60px; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 18px;
    height: 3px;
    background-color: #e4e8f1;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer; }
  .img_logo {
    display: none; }
  .img_logo_text {
    display: block;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain; }
  .menu_bars {
    display: block; }
  input[type="text1"] {
    border-radius: 0; }
  .menu_bars i {
    font-size: 22px; }
  .list {
    display: none; }
  .list_mobile.is-show {
    display: block; }
  .menu_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 20px 0 20px; }
  .fa-times {
    font-size: 22px; }
  .list-mobile {
    z-index: 100 !important; }
  .btn_close {
    font-size: 10px;
    color: #ffffff;
    padding: 8px 2px 0 0; }
  .btn_close.is-show {
    display: block;
    color: #ffffff;
    z-index: 10; }
  .list_mobile {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 10; }
  .list_mobile_menu {
    list-style-type: none;
    padding: 60px 0 0 0;
    width: 28%;
    text-align: justify;
    margin: 0 auto; }
  .list_menu_mobile {
    font-family: EBGaramond08;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 2.2px;
    color: #ffffff; }
  .list_menu_mobile:hover {
    color: #AE935E;
    text-decoration: none; }
  .fa-minus {
    padding-right: 20px; }
  .main {
    border-left: none;
    border-right: none;
    margin-top: 59px; }
  .v1mobile {
    display: block; }
  .v1 {
    display: none; }
  .v2 {
    display: none; }
  .v2ipad {
    display: block; }
  .img_desktop_golf {
    position: absolute;
    left: 0px !important;
    margin: 0 15px; }
  .img_2 {
    height: 570px !important; }
  .bali-golf {
    height: 245px;
    margin-top: 600px; }
  .H4bodymedium_brown {
    padding: 0 10px; }
  .H3titlemedium_grey {
    padding: 0 10px; }
  .loc {
    margin: 30px 15px 0 15px; }
  .title_resbali {
    text-align: center;
    font-size: 14px; }
  .h3 {
    padding: 30px 15px; }
  .carousel-indicators {
    margin: 0;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .img_residence {
    width: 100%;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    padding-top: 30px; }
  .H3titlemedium_white_bali {
    padding: 0 15px;
    text-align: center; }
  .img_desktop_bali {
    position: absolute;
    right: 0;
    padding: 0 15px; }
  .lido {
    height: 265px;
    margin: 15px 15px 30px 15px;
    margin-top: 545px; }
  .footerd {
    display: none; }
  .footerm {
    display: none; }
  .footerpad {
    display: block; }
  .footer {
    padding-bottom: 10px; }
  .embrace_10 {
    padding-top: 10px; }
  .embrace {
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 22px; }
  .H4bodymedium_white_9 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #ffffff; }
  .followus {
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 22px; }
  .main_sosmed {
    margin: 0; }
  .icon_class_footer {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain; }
  .signup {
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff;
    margin: 25px 0; }
  input.text1::-webkit-input-placeholder {
    font-size: 12px; }
  input.text1:-ms-input-placeholder {
    font-size: 12px; }
  input.text1::-ms-input-placeholder {
    font-size: 12px; }
  input.text1::placeholder {
    font-size: 12px; }
  .sitemap {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff;
    font-size: 9px; }
  .text-disclaimer {
    font-size: 9px; }
  .H4bodymedium_white_11 {
    text-align: center; }
  .modal-content {
    border: none;
    border-radius: 0;
    height: 100vh; }
  .homepageipad {
    margin: 0 23px; }
  .Rectangle-2 {
    width: 100%;
    height: 184px;
    margin-top: 7px;
    -o-object-fit: cover;
    object-fit: cover; }
  .modal-header .homepage {
    margin-right: 550px !important; }
  .modal-dialog {
    min-width: 100%; }
  .close {
    margin: 18px 0 18px 18px; }
  textarea {
    width: 100%;
    padding: 25px 5px;
    margin: 0;
    height: 80px; }
  textarea:focus {
    width: 100%;
    padding: 25px 5px;
    margin: 0; }
  ::-webkit-input-placeholder {
    font-size: 12px; }
  :-ms-input-placeholder {
    font-size: 12px; }
  ::-ms-input-placeholder {
    font-size: 12px; }
  ::placeholder {
    font-size: 12px; }
  .modal-body {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-top: 0;
    padding-bottom: 10px; }
  .form-control {
    font-size: 0.8rem; }
  .col-modal {
    padding: 0 1rem; }
  .col-modal-text {
    margin: 0; }
  .modal-footer {
    padding: 10px; }
  .modal-sm {
    margin: 0; }
  #message-popup {
    margin: 0;
    width: 100%;
    height: 300px; } }

@media only screen and (min-width: 1023px) {
  .logo-trump {
    margin-right: 335px !important; } }

@media only screen and (min-width: 1024px) {
  .list_mobile {
    display: none; }
  input[type="text1"] {
    border-radius: 0; }
  .H4bodymedium_brown_v4 {
    margin: 0 15px 0 0; }
  .H3titlemedium_grey_media {
    margin: 25px 15px 0 0; }
  .modal-header .homepage {
    margin-right: 300px !important; }
  .homepageipad {
    margin: 0 33px; }
  .H4bodymedium_brown_contact {
    padding-left: 0; } }

@media only screen and (min-width: 1366px) {
  .topbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #contact-land {
    position: absolute;
    right: 25px;
    top: 49px; }
  .list {
    padding-left: 0;
    margin-bottom: 0; }
  .logo-trump {
    margin-right: 13px !important; }
  .list_mobile {
    display: none !important; }
  input[type="text1"] {
    border-radius: 0; }
  .homepageipad {
    margin: 0 106px; }
  .Rectangle-2 {
    margin-top: 10px; }
  .modal-header .homepage {
    margin-right: 45px !important; }
  .H4bodymedium_brown_contact {
    padding-left: 10px; }
  .contactus {
    margin-top: 18px; } }
