.page-template-page-destination .first-section {
  background-color: var(--secondary-color);
  padding-top: 150px;
  padding-right: 30px;
  padding-left: 30px;
}
.page-template-page-destination .first-section .desc {
  font-size: 16px;
  line-height: 29px;
  color: var(--gray-text-color);
  margin: auto;
  text-align: center;
  max-width: 1054px;
}
.page-template-page-destination .first-section .desc p {
  margin-bottom: 0;
}
.page-template-page-destination .first-section .list-section {
  padding-top: 62px;
  padding-bottom: 150px;
}
.page-template-page-destination .first-section .list-section .vertical_line.animation_start {
  border-left: 0.75px solid rgba(199, 169, 127, 0.3019607843);
}
.page-template-page-destination .first-section .list-section .item {
  text-align: center;
}
.page-template-page-destination .first-section .list-section .item .title-list {
  font-size: 16px;
  line-height: 25px;
  color: var(--gray-text-color);
}
.page-template-page-destination .first-section .list-section .item .number-list {
  direction: ltr;
  font-size: 53px;
  font-family: "Alexandria-Bold";
  line-height: 25px;
  color: var(--primary-color);
  padding-top: 30px;
  padding-bottom: 40px;
}
.page-template-page-destination .first-section .list-section .item .desc-list {
  color: var(--gray-text-color);
  font-size: 16px;
  line-height: 25px;
  max-width: 239px;
  margin: auto;
}
.page-template-page-destination .first-section .list-section .item .horizontal_line {
  display: none;
  background-color: rgba(255, 255, 255, 0.06);
}
.page-template-page-destination .first-section .list-section .item:last-child .vertical_line {
  display: none;
}
.page-template-page-destination .map-section-mobile {
  display: none;
}
.page-template-page-destination .map-section {
  position: relative;
  width: 100%;
  height: 1090px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-right: 30px;
  padding-left: 30px;
}
.page-template-page-destination .map-section canvas {
  position: absolute;
  right: 0;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-destination .map-section .title {
  padding-top: 95px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}
.page-template-page-destination .map-section .desc {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  margin: auto;
}
.page-template-page-destination .map-section .desc p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.third-section {
  height: auto;
  background-color: var(--gray-bg-color);
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.third-section .desc {
  color: var(--secondary-color);
  font-size: 26px;
  max-width: 1264px;
  line-height: 49px;
  max-width: 1357px;
}
.third-section .item-holder {
  position: relative;
}
.third-section .item-holder .item {
  padding-bottom: 110px;
  padding-top: 100px;
  position: relative;
}
.third-section .item-holder .item .col1 .title-list {
  color: var(--secondary-color);
  font-size: 23px;
  line-height: 49px;
}
.third-section .item-holder .item .col1 img {
  margin-left: 40px;
  height: 40px;
}
.third-section .item-holder .item .col2 .desc {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 29px;
}
.third-section .item-holder .item .col2 .desc p {
  padding-top: 7px;
}

@media only screen and (min-width: 1881px) {
  .map-section canvas {
    height: 663px;
    left: -172px;
    top: 18%;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1881px) {
  .map-section canvas {
    height: 648px;
    top: 30%;
    left: -233px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .map-section canvas {
    height: 642px;
    top: 30%;
    left: -227px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .map-section canvas {
    height: 642px;
    top: 30%;
    left: -227px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1600px) {
  .map-section canvas {
    height: 638px;
    top: 18.9%;
    left: -166px;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-page-destination .first-section {
    padding-top: 90px;
  }
  .page-template-page-destination .third-section {
    padding-top: 50px;
  }
  .page-template-page-destination .third-section .item-holder .item {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .page-template-page-destination .third-section .desc {
    line-height: 25px;
  }
}
@media only screen and (max-width: 920px) {
  .page-template-page-destination .map-section {
    background-position-x: 45%;
    width: 100%;
    height: 635px;
    min-height: auto;
    background-position-x: 42%;
  }
  .page-template-page-destination .map-section .title {
    padding-top: 30px;
    font-size: 19px;
    line-height: 40px;
    font-family: "Alexandria-Medium";
    padding-bottom: 15px;
  }
  .page-template-page-destination .map-section .desc {
    font-size: 15px;
    line-height: 25.639px;
    text-align: center;
  }
  .page-template-page-destination .map-section .desc p {
    margin-bottom: 1rem;
    font-size: 15px;
  }
  .page-template-page-destination .map-section .desc p:first-of-type {
    display: none;
  }
  .page-template-page-destination .map-section canvas {
    transform: translate(-44%, -50%);
    right: unset;
    height: 432px;
    top: 60%;
    left: 38.6%;
    width: 100%;
  }
  .page-template-page-destination .map-section-mobile {
    background-color: var(--primary-color);
    color: #fff;
    padding: 43px 30px 50px 30px;
    text-align: center;
  }
  .page-template-page-destination .map-section-mobile .title {
    font-size: 24px;
    line-height: 40px;
    font-family: "Alexandria-Medium";
    padding-bottom: 30px;
  }
  .page-template-page-destination .map-section-mobile .desc {
    font-size: 15px;
    line-height: 25.639px;
    text-align: center;
  }
  .page-template-page-destination .map-section-mobile .desc p {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-destination .first-section {
    padding-top: 50px;
  }
  .page-template-page-destination .first-section .desc {
    font-size: 15px;
    line-height: 24px;
    text-align: right;
  }
  .page-template-page-destination .first-section .desc p {
    margin-bottom: 1rem;
  }
  .page-template-page-destination .first-section .list-section {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .page-template-page-destination .first-section .list-section .item .vertical_line {
    display: none;
  }
  .page-template-page-destination .first-section .list-section .item .horizontal_line {
    display: block;
  }
  .page-template-page-destination .first-section .list-section .item .number-list {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 25px;
  }
  .page-template-page-destination .first-section .list-section .item .desc-list {
    padding-bottom: 24px;
  }
  .page-template-page-destination .first-section .list-section .item .title-list {
    padding-top: 24px;
  }
  .page-template-page-destination .third-section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page-template-page-destination .third-section .desc {
    font-size: 15px;
    line-height: 26px;
  }
  .page-template-page-destination .third-section .item-holder {
    padding-bottom: 20px;
  }
  .page-template-page-destination .third-section .item-holder .item {
    padding-top: 94px;
    padding-bottom: 24px;
  }
  .page-template-page-destination .third-section .item-holder .item .col1 img {
    position: absolute;
    left: 50%;
    margin-left: 0 !important;
    margin-top: -32px;
    transform: translate(-50%, -50%);
  }
  .page-template-page-destination .third-section .item-holder .item .col1 .title-list {
    text-align: center;
  }
  .page-template-page-destination .third-section .item-holder .item .col1 .title-list span {
    font-size: 20px;
    line-height: 49px;
  }
  .page-template-page-destination .third-section .item-holder .item .col2 .desc {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }
  .page-template-page-destination .third-section .item-holder .item .col2 .desc p {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-destination .map-section {
    height: 630px;
    background-position-x: 43%;
  }
  .page-template-page-destination .map-section canvas {
    transform: translate(-45%, -50%);
    right: unset;
    width: 523px;
    top: 48.1%;
    left: 46%;
    width: 97%;
  }
}/*# sourceMappingURL=destination.css.map */