/* container 1110px */
/* section-hero */

.section-hero {
  position: relative;
  background: url(../images/background/homepage.png);
  background-size: 100%;
  padding-bottom: 35.97%;
  background-repeat: no-repeat;
}

.hero-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.section-contact {
  height: 20.25rem;
  color: #fff;
  background: #0c1625;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
}

.container-contact-box {
  max-width: 92rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-boxs {
  display: flex;
  flex-basis: 75.2rem;
  max-height: 61px;
}

.contact-box {
  display: flex;
  flex: 1 1 0;
}

.contact-box:nth-child(2) {
  margin: 0 1.6rem;
}

.contact-box:not(:first-child) {
  border-left: 1px solid rgba(141, 159, 194, 0.2);
  padding-left: 1.6rem;
}

.icon-box {
  margin-right: 2.7rem;
}

.icon-contact {
  height: 1.8rem;
  width: 1.8rem;
}

.head-contact-text {
  font-family: "Montserrat 600";
  font-size: 1.4rem;
  color: #8d9fc2;
  margin-bottom: 8px;
  line-height: 1.7rem;
}

.sub-contact-text {
  font-family: "NotoSansThai", "Montserrat";
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

a.sub-contact-text {
  text-decoration: none;
}

.sub-contact-text a {
  color: #fff;
  text-decoration: none;
}

.contact-button-box {
  margin-left: auto;
}

/* section-advertise */

.section-advertise {
  padding: 6.8rem 0 9.6rem;
  overflow: hidden;
}

.advertise-head-box {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}

.advertise-head {
  font-family: "NotoSansThai";
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #112d4e;
  margin-bottom: 5rem;
}

/* swiper-announce */

#swiper-announce {
  max-width: 102rem;
  padding: 0 5rem;
}

#swiper-announce::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  padding-left: 5rem;
  background-color: #fff;
}

#swiper-announce::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  background-color: #fff;
}

#swiper-announce .swiper-button-prev {
  left: 0;
  z-index: 20;
}

#swiper-announce .chv-btn {
  width: 1.2rem;
  height: 2rem;
}

#swiper-announce .swiper-button-next {
  right: 0;
  z-index: 20;
}

#swiper-announce .swiper-button-prev:after,
#swiper-announce .swiper-button-next:after {
  content: "";
}

/* ///////// */

.card-box {
  background: url(../images/background/BG.png);
  background-size: cover;
  padding: 48px 32px;
  height: 400px;
  width: 29.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
}

.card-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.announce-icon {
  width: 1.8rem;
  height: 1.5rem;
}

.card-head-text {
  font-family: "NotoSansThai 600";
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 18px;
}

.card-text {
  font-family: "NotoSansThai 300";
  color: #c4c4c4;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.card-link {
  color: #fff;
  font-family: "Montserrat 500";
  font-size: 14px;
  margin-top: auto;
}

.card-link:hover {
  color: var(--color-white-hover);
}

.date-text {
  font-family: "Montserrat 300";
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

/* section-promotion */

.section-promotion {
  background: url(../images/background/Section_02.png);
  background-size: cover;
  background-position: right;
  padding: 8.65rem 0 8rem;
  overflow: hidden;
}

.promotion-box {
  max-width: 93rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper-promotion-box {
  max-width: 623px;
  margin-left: -4.16rem;
  position: relative;
}

/* swiper promotion */

#swiper-promotion {
  padding: 0 41.6px;
}

/* #swiper-promotion .swiper-wrapper {
  height: 303px;
} */

#swiper-promotion .swiper-button-prev {
  left: 0;
}

#swiper-promotion .swiper-button-next {
  right: 0;
}

#swiper-promotion .swiper-button-prev:after,
#swiper-promotion .swiper-button-next:after {
  content: "";
}

.swiper-promotion-box .swiper-pagination {
  bottom: -30px;
  /* position: static;
    margin-top: 3.2rem; */
}

.swiper-promotion-box .swiper-pagination-bullet,
.swiper-promotion-box .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* //////// */

.swiper-image-promotion {
  width: 540px;
}

.chevron-left-white,
.chevron-right-white {
  width: 1.14rem;
  height: 2rem;
}

.promotion-image-box {
  width: 540px;
  height: 303px;
}

.promotion-text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 4.16rem;
  padding-bottom: 3rem;
  max-width: 540px;
  margin: 0 auto;
}

.promotion-head-text {
  font-family: "NotoSansThai 600";
  color: #fff;
  font-size: 2.8rem;
  line-height: 4.2rem;
  margin-bottom: 8px;
}

.promotion-head-text span {
  font-family: "Montserrat";
}

.promotion-text {
  font-family: "NotoSansThai";
  color: #fff;
  font-size: 1.6rem;
  line-height: 24px;
}

/* ///////////////////////////// */
/* section-golf-course */

.section-golf-course {
  height: 70.4rem;
  padding-top: 11.6rem;
  padding-bottom: 11.6rem;
}

.golf-course-box-1 {
  height: 47.2rem;
}

.golf-course-image-box1 {
  position: relative;
}

.golf-course-image-box2 {
  position: relative;
}

.golf-course-image1 {
  position: absolute;
  width: 29.439rem;
  border-radius: 0.8rem;
}

.golf-course-image2 {
  position: absolute;
  width: 33.697rem;
  border-radius: 0.8rem;

  top: 23.357rem;
  left: 18.247rem;
}

.golf-course-box-2 {
  height: 47.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
}

.golf-course-link {
  font-family: "Montserrat 600";
  font-size: 16px;
  color: var(--color-blue-btn);
}

.golf-course-link:hover {
  color: var(--color-blue-hover-btn);
}

.eng-text {
  font-family: "Montserrat";
}

/* ///////////////////////////// */
/* section-booking */
.section-booking {
  margin-top: 8.7rem;
  margin-bottom: 12.076rem;
}

.calendar-box {
  background: #0e1e34;
  border-radius: 8px;
  max-width: 730px;
  height: 496.24px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
}

/* calendar custom */
#calendar {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#calendar .fc-toolbar-title {
  color: #fff;
  font-family: "Montserrat 500";
}

/* btn */
#calendar button {
  text-transform: capitalize;
  font-family: "Montserrat";
  font-size: 1.2rem;
  width: 7.15rem;
  height: 2.405rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#calendar .fc-dayGridWeek-button,
#calendar .fc-dayGridMonth-button {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}

#calendar .fc-dayGridMonth-button {
  border-left-color: transparent;
}

#calendar .fc-dayGridWeek-button:active,
#calendar .fc-dayGridMonth-button:active,
#calendar .fc-button-active {
  color: #fff;
  background-color: #205dac;
  border-color: #205dac;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0;
}

.fc .fc-scroller-liquid-absolute {
  overflow: hidden !important;
}

/* ///// */
.fc .fc-scrollgrid-section > * {
  border-right-width: 0;
  border-bottom-width: 0;
}

#calendar .fc-scrollgrid-sync-inner {
  text-align: left;
  color: #fff;
}

#calendar tr[role="row"] td:first-child a {
  color: #eb5757;
}

#calendar tr[role="row"] td:first-child.fc-day-other .fc-daygrid-day-top {
  opacity: 0.9;
}

#calendar .fc-col-header-cell-cushion {
  color: #fff;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 6px;
}

#calendar .fc-daygrid-day-number {
  margin-right: auto;
}

#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.4em;
}

/* border grid */
.fc table {
  border-collapse: separate;
}

.fc-theme-standard th,
.fc-theme-standard td,
.fc-theme-standard .fc-scrollgrid {
  border: 0;
}

#calendar tr[role="row"] td:last-child {
  border-right: 1.5px solid rgba(90, 97, 108, 0.36);
}

.fc-theme-standard td {
  border-top: 1.5px solid rgba(90, 97, 108, 0.36);
  border-left: 1.5px solid rgba(90, 97, 108, 0.36);
}

.fc-theme-standard .fc-scrollgrid {
  border-bottom: 1.5px solid rgba(90, 97, 108, 0.36);
}

/* /////////// */

.fc-daygrid-event {
  background-color: #112d4e;
  border: 0;
  border-radius: 2px;
  padding: 4px 8px;
}

.fc .fc-daygrid-day.fc-day-today {
  position: relative;
  background-color: transparent;
}

.fc .fc-daygrid-day .today {
  background-color: #205dac;
}

/* /////// */
.btn-day {
  font-family: "NotoSansThai 600";
  font-size: 1.4rem;
  color: #464f61;
  line-height: 2.1rem;

  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 2px;
  width: 100%;
  height: 3.4rem;
  cursor: pointer;
  background: #fff;
  transition: all 0.4s;
}

.btn-day:hover,
.btn-day:active {
  color: #205dac;
}

.btn-day.active {
  color: #205dac;
  border-bottom-color: #205dac;
}

.content-booking-box {
  padding: 2.4rem 1.6rem;
}

.booking-head-text {
  font-family: "NotoSansThai 600";
  font-size: 14px;
  line-height: 21px;
  color: #205dac;
}

.booking-list {
  padding-left: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.booking-item {
  font-family: "NotoSansThai 500";
  margin: 16px 0;
  font-size: 14px;
  line-height: 18px;
  color: #1f2125;
}

.booking-item::marker {
  font-size: 11px;
}

b.num-text {
  font-weight: 700;
}

.booking-promotion {
  font-family: "NotoSansThai 600";
  font-size: 14px;
  line-height: 18px;
  padding-left: 0.6rem;
  color: #ff8e00;
}

.btn-box {
  display: flex;
}

/* Bootstrap5 */
#pills-tab li {
  flex-basis: 100%;
}

.card-text-box {
  display: flex;
  flex-direction: column;
}
