:root {
  scroll-behavior: smooth;
  font-size: 19px;
}

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  padding: 0;
  margin: 0;
  color: #eee;
  line-height: 1.7em;
  min-width: 284px;
}

p {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.6666em;
}

h3,
caption {
  font-size: 1.4em;
}

caption {
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}

button,
button:hover,
button:focus {
  background: transparent;
  border: none;
  outline: none;
}
button:hover,
button:hover:hover,
button:focus:hover {
  cursor: pointer;
}

table {
  text-align: center;
  display: inline-block;
  color: #0a151b;
  background-color: #eee;
}
table td {
  background-color: #f8f8f8;
}
table th {
  background-color: #3b5e71;
  color: #eee;
}

@media only screen and (max-width: 1000px) {
  :root {
    font-size: 17.5px;
  }
}
@media only screen and (max-width: 800px) {
  :root {
    font-size: 16px;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3,
  caption {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 500px) {
  :root {
    font-size: 14px;
  }
}
.sect_header {
  width: 100%;
  height: 180px;
  min-width: 70px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a151b;
}

@media only screen and (max-width: 1000px) {
  .sect_header {
    height: max(15vw, 90px);
  }
}
.cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 120px;
  height: 150px;
  background-color: #182933;
}
.cont .header {
  display: flex;
}
.cont .header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.cont .header .logo img {
  height: 150px;
  width: auto;
}
.cont .header #burg {
  display: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  position: absolute;
  right: 20px;
  padding: 0;
}
.cont .nav {
  max-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 70px;
  text-align: center;
  padding-inline: 20px;
  background-color: #182933;
  color: #eee;
}
.cont .nav .nav_it {
  font-weight: 300;
}
.cont .nav .nav_it:hover {
  cursor: pointer;
}
.cont .nav .nav_it a:hover {
  color: #f1dd6e;
}

@media only screen and (max-width: 1600px) {
  .cont {
    gap: 0 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .cont {
    gap: 0 20px;
    height: 130px;
  }
  .cont .header .logo img {
    height: 130px;
  }
}
@media only screen and (max-width: 1300px) {
  .cont .nav {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .cont {
    flex-direction: column;
    padding-bottom: 15px;
  }
  .cont .header {
    justify-content: center;
    align-items: center;
  }
  .cont .header #burg {
    display: block;
  }
  .cont .nav {
    width: 100%;
    max-width: none;
    display: none;
    flex-direction: column;
    height: auto;
    margin: 0;
    padding-inline: 0;
    position: absolute;
    top: 130px;
    background-color: #1c303b;
  }
  .cont .nav .nav_it {
    margin: auto;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #294351;
  }
  .cont .nav .nav_it:hover {
    cursor: auto;
  }
  .cont .nav_active {
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  .cont {
    height: auto;
    padding: 0;
  }
  .cont .nav {
    position: static;
  }
}
@media only screen and (max-width: 500px) {
  .cont {
    align-items: start;
  }
  .cont .header .logo img {
    height: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .cont .header #burg {
    right: 10px;
  }
  .cont .header #burg svg {
    width: 50px;
  }
}
.hero-section {
  width: 100%;
  height: calc(100vh - 130px);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  background-color: #182933;
}
.about h2 {
  margin-bottom: 50px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 40px;
  padding-inline: 30px;
  margin: 0;
}
.about .about_cont {
  margin: auto;
  padding-bottom: 100px;
  width: 1237px;
  background-color: #182933;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about_cont .logo_big img {
  height: 300px;
  width: auto;
}
.about .about_cont .about_desc {
  margin-left: 50px;
  padding: 5px 30px;
  color: #eee;
}
.about .about_cont .about_desc p {
  padding: 0 7.5vw;
}

@media only screen and (max-width: 1500px) {
  .about .about_cont {
    width: 75%;
  }
}
@media only screen and (max-width: 1300px) {
  .about .about_cont {
    width: 85%;
  }
}
@media only screen and (max-width: 1200px) {
  .about h2 {
    padding-top: 70px;
  }
  .about .about_cont {
    flex-direction: column;
  }
  .about .about_cont .about_desc {
    padding-top: 80px;
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .about .about_cont {
    width: 100%;
  }
  .about .about_cont .about_desc {
    padding-top: 60px;
  }
  .about .about_cont .logo_big img {
    height: 250px;
  }
}
@media only screen and (max-width: 700px) {
  .about h2 {
    padding-inline: 12vw;
  }
}
@media only screen and (max-width: 600px) {
  .about h2 {
    padding-inline: 12.5vw;
  }
  .about .about_cont {
    padding-bottom: 50px;
  }
  .about .about_cont .about_desc {
    padding: 40px 40px 5px;
  }
  .about .about_cont .about_desc p {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .about h2 {
    padding-top: 50px;
    padding-inline: 15px;
  }
  .about .about_cont .logo_big img {
    height: 200px;
  }
}
.video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0;
  background-color: #eee;
}

.ad1 {
  text-align: center;
  background-color: #eee;
}
.ad1 a {
  width: 0;
  height: 0;
}

.ad2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  background-color: #f8f8f8;
}
.ad2 p {
  color: #0a151b;
  font-size: 1rem;
}
.ad2 p:last-child {
  margin-bottom: 50px;
  font-size: 0.833rem;
  margin-inline: 40px;
}

.gbs-img {
  width: 100%;
  height: 160px;
  background-color: #387731;
}
.gbs-img img {
  height: 160px;
  width: auto;
}

.footer {
  text-align: center;
  padding: 20px;
  background-color: #182933;
  color: #eee;
}

@media only screen and (max-width: 1500px) {
  .video iframe,
  .ad1 img {
    width: 80vw;
  }
  .video iframe {
    height: 45vw;
  }
  .gbs-img {
    height: 140px;
  }
  .gbs-img img {
    height: 140px;
  }
}
@media only screen and (max-width: 1000px) {
  .video {
    padding: 10vw 0;
  }
  .gbs-img {
    height: 100px;
  }
  .gbs-img img {
    height: 100px;
  }
}
@media only screen and (max-width: 800px) {
  .video iframe,
  .ad1 img {
    width: 90vw;
  }
  .video iframe {
    height: 50.6255vw;
  }
}
@media only screen and (max-width: 600px) {
  .video iframe,
  .ad1 img {
    width: 100%;
  }
  .video iframe {
    height: 56.25vw;
  }
  .gbs-img {
    height: 80px;
  }
  .gbs-img img {
    height: 80px;
  }
}
.adv_sect {
  width: 100%;
  background-color: #eee;
  color: #0a151b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.adv_imgs {
  padding: 0 clamp(50px, 10vw, 200px) 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.adv_imgs .adv_cont {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.adv_imgs .adv_cont:first-child {
  position: relative;
  top: -30px;
}
.adv_imgs .adv_cont ul {
  list-style-type: disc;
}
.adv_imgs .adv_cont ul li {
  margin: 20px 0;
}
.adv_imgs .adv_cont .img {
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.adv_imgs .adv_cont .img1 {
  background-image: url("./img/left-night.jpg");
}
.adv_imgs .adv_cont .img2 {
  background-image: url("./img/visual-angle.jpg");
}
.adv_imgs .adv_cont .img3 {
  background-image: url("./img/front-night.jpg");
}

@media only screen and (max-width: 1600px) {
  .adv_imgs {
    padding: 0 5vw 100px;
  }
  .adv_imgs .adv_cont:first-child {
    top: -15px;
  }
}
@media only screen and (max-width: 1500px) {
  .adv_imgs {
    gap: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .adv_imgs {
    gap: 150px;
  }
  .adv_imgs .adv_cont {
    gap: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .adv_imgs {
    padding: 100px max(5vw, 40px);
    gap: 75px;
  }
  .adv_imgs .adv_cont {
    flex-direction: column-reverse;
    max-width: 600px;
    gap: 0;
  }
  .adv_imgs .adv_cont:first-child {
    position: static;
    top: auto;
  }
  .adv_imgs .adv_cont:nth-child(2) {
    flex-direction: column;
  }
  .adv_imgs .adv_cont .img {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 800px) {
  .adv_imgs {
    padding: 50px max(5vw, 40px);
    gap: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .adv_imgs {
    padding: 50px 0;
    gap: 25px;
  }
  .adv_imgs .adv_cont .img {
    width: 70vw;
    height: 70vw;
  }
}
.hd_green {
  color: #eee;
  background-color: #294351;
}

.advs_sect {
  background-color: #eee;
  color: #0a151b;
}
.advs_sect .advs {
  margin: auto;
  width: 100%;
  max-width: 1300px;
  display: grid;
  justify-content: space-between;
  align-items: baseline;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  font-size: 1.15rem;
  gap: 30px 30px;
  padding: 100px;
}
.advs_sect .advs .adv_it {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.advs_sect .advs .adv_it p {
  padding-top: 5px;
}
.advs_sect .advs .adv_it .adv_ic {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .advs_sect .advs {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 700px) {
  .advs_sect .advs {
    font-size: 1.1rem;
  }
  .advs_sect .advs .adv_it .adv_ic {
    width: 100px;
    height: 100px;
  }
  .advs_sect .advs .adv_it .adv_ic svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .advs_sect .advs {
    padding: 50px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .advs_sect .advs .adv_it p {
    max-width: 180px;
  }
}
@media only screen and (max-width: 500px) {
  .advs_sect .advs .adv_it .adv_ic {
    width: 80px;
    height: 80px;
  }
}
.hd2 {
  color: #182933;
  background-color: #f8f8f8;
}

.gallery {
  background-color: #eee;
}

.hd3 {
  background-color: #f8f8f8;
  color: #294351;
}

.gall_grid {
  margin: auto;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 40px 20px;
  padding: 100px 2%;
  max-width: 2000px;
}
.gall_grid .gall_img {
  width: 450px;
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  background-color: #fff;
}

.tb {
  overflow: hidden;
}
.tb td,
.tb th {
  padding: 2px 20px;
  text-align-last: left;
}

.plan_gall {
  background-color: #eee;
  display: grid;
  text-align: center;
  grid-template-columns: 450px 380px;
  justify-content: center;
  place-items: center;
  padding: 100px 40px;
  gap: 20px 50px;
}
.plan_gall .plan_img {
  width: 450px;
}
.plan_gall .gall_tbl h3 {
  color: #0a151b;
  margin: 15px 0;
}
.plan_gall .mob_h2 {
  color: #0a151b;
  display: none;
}

@media only screen and (max-width: 1500px) {
  .gall_grid {
    gap: 10px 10px;
  }
  .gall_grid .gall_img {
    height: 225px;
    width: 382.5px;
  }
  .plan_gall {
    padding: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  .gall_grid .gall_img {
    width: 315px;
    height: 210px;
  }
}
@media only screen and (max-width: 1100px) {
  .gall_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    gap: 40px 10px;
  }
  .gall_grid .gall_img {
    width: 40vw;
    height: 26.666vw;
  }
  .gall_grid .gall_img:last-child {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 1000px) {
  .plan_gall {
    padding: 40px 5vw;
    grid-template-columns: 1fr 1fr;
  }
  .plan_gall .plan_img {
    width: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .plan_gall {
    padding: 50px 3vw;
  }
  .plan_gall .plan_img {
    width: 350px;
  }
}
@media only screen and (max-width: 800px) {
  .plan_gall {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, auto);
    gap: 20px;
  }
  .plan_gall .gall_tbl:first-of-type {
    order: 1;
  }
  .plan_gall .gall_tbl:last-of-type {
    order: 3;
  }
  .plan_gall .plan_img {
    width: 450px;
  }
  .plan_gall .plan_img:first-of-type {
    order: 2;
    margin-bottom: 100px;
  }
  .plan_gall .plan_img:last-of-type {
    order: 4;
  }
}
@media only screen and (max-width: 700px) {
  .hd3 {
    margin-top: 100px;
    color: #f8f8f8;
    background-color: #294351;
  }
  .gall_grid {
    padding: 50px 2%;
  }
}
@media only screen and (max-width: 600px) {
  .gall_grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(15, 1fr);
    grid-auto-flow: column;
    gap: 40px 0;
  }
  .gall_grid .gall_img {
    width: 70vw;
    height: 46.666vw;
  }
  .plan_gall .plan_img {
    width: 70vw;
  }
  .plan_gall .plan_img:first-of-type {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .gall_grid .gall_img {
    width: 90vw;
    height: 60vw;
  }
  .plan_gall .plan_img {
    width: 90vw;
  }
}
.colmid ol,
.col_box ol {
  margin-top: 30px;
}

.colmid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10%;
  color: #0a151b;
  background-color: #f8f8f8;
}
.colmid ol {
  margin-top: 0;
  list-style-type: none;
}
.colmid ol li {
  margin-bottom: 10px;
}
.colmid ul {
  list-style-type: disc;
}

.col_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5%;
  margin: auto;
  background-color: #eee;
}
.col_box .col {
  padding: 50px 2.5% 50px;
  color: #182933;
}
.col_box .col ul {
  list-style-type: disc;
}
.col_box .col ul ul {
  list-style-type: circle;
}
.col_box .col ol li {
  line-height: 2.4em;
}

@media only screen and (max-width: 1600px) {
  .col_box .col ol li {
    line-height: 2em;
  }
}
@media only screen and (max-width: 1100px) {
  .col_box {
    padding: 0;
  }
  .col_box .col h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .col_box {
    flex-direction: column;
  }
  .col_box .col {
    padding: 50px 0;
  }
  .col_box .col ol {
    padding: 0 50px;
  }
  .col_box .col h3 {
    text-align: left;
    margin-inline: 30px 15px;
  }
  .col_box .col:first-child {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .col_box .col ol {
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .colmid ol,
  .col_box .col ol {
    padding-inline: 7vw 3vw;
  }
  .col_box,
  .colmid {
    line-height: 1.5em;
  }
  .col_box .col h3 {
    text-align: left;
    margin: 0 0 0 10px;
    padding: 0;
  }
}
.tbl_cont {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.tbl_cont svg {
  display: block;
  margin: 0 auto;
}
.tbl_cont .tbl {
  display: inline-block;
  height: 70vh;
  overflow-y: auto;
  margin: 50px 0;
}
.tbl_cont .tbl td,
.tbl_cont .tbl th {
  padding: 10px 20px;
}
.tbl_cont .tbl th {
  position: sticky;
  top: 0;
}

tr .reserved {
  background-color: #e4c71e;
}

tr .sold {
  background-color: #ff0000;
  color: #eee;
}

@media only screen and (max-width: 1300px) {
  .tbl_cont .tbl {
    font-size: 0.916rem;
  }
  .tbl_cont .tbl td,
  .tbl_cont .tbl th {
    padding: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .tbl_cont svg {
    width: 95%;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .tbl_cont .tbl td,
  .tbl_cont .tbl th {
    padding: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .tbl_cont .tbl {
    width: 100%;
    height: 668px;
    overflow: auto;
    white-space: nowrap;
  }
  .tbl_cont .tbl td,
  .tbl_cont .tbl th {
    padding: 10px;
  }
}
.contact {
  width: 100%;
  background-color: #f8f8f8;
  color: #182933;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 40px;
}
.contact p,
.contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact p {
  background-color: #ddd;
  padding: 30px;
  border-radius: 70px;
}
.contact .tel {
  font-size: 1.75em;
  margin: 20px 0;
}
.contact ul {
  list-style-type: disc;
  margin: 50px 0 100px;
}
.contact li {
  line-height: 2em;
}

@media only screen and (max-width: 1000px) {
  .contact ul {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 800px) {
  .contact {
    padding: 40px 0 20px;
  }
  .contact ul {
    margin: 20px 0 40px;
  }
}
@media only screen and (max-width: 700px) {
  .contact ul {
    margin: 10px 0 20px;
  }
}

/*# sourceMappingURL=style.css.map */
