/* End Nav */
/* Seymour child */
/*
Theme Name: Seymour Child Theme - New
Description: Seymour Child Theme - New For Wordpress
Author: Grouphoenix
Author URI: http://grouphoenix.com/
Template: seymour-new
Version: 1.0
*/
@import url("../seymour-new/style.css");
.header {
  height: 120px;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  position: fixed;
  top: 0;
  -webkit-transition: padding 0.5s ease-out;
  -o-transition: padding 0.5s ease-out;
  transition: padding 0.5s ease-out;
}

.header .h-top {
  padding: 10px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
.header .h-top span {
  color: #040404;
  opacity: 0.85;
}

.header .mynav ul:first-child {
  float: right;
  margin: 0 -12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header .mynav ul li {
  padding: 0 10px;
  position: relative;
}
.header .mynav ul li a {
  opacity: 70%;
  color: #222222;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  white-space: nowrap;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
}
.header .mynav ul li ul {
  opacity: 0;
  float: none;
  visibility: hidden;
  margin: 0;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 20px;
  margin-left: -20px;
}
.header .mynav ul li ul span.carret {
  border-right: 9px solid transparent;
  border-bottom: 9px solid #c3bf49;
  border-left: 9px solid transparent;
  top: 0;
  left: 20%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.header .mynav ul li ul li {
  float: none;
  padding: 0;
}
.header .mynav ul li ul li a {
  color: #222222;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
.header .mynav ul li ul li ul {
  border-top: 0;
  left: 100%;
  top: 0;
}

.header .mynav ul li.bn a {
  display: inline;
  padding: 12px;
  border: 1px solid #c3bf49;
  color: #ffffff;
}
.header .mynav ul li.bn:hover a {
  color: #c3bf49;
  border: 1px solid #ffffff;
}
.header .mynav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.header .flex-button .un-danger {
  width: 20vw;
}

.mynav .current-menu-item a {
  text-decoration: underline;
}
.mynav .current-menu-item .sub-menu a {
  text-decoration: none !important;
}
.mynav .current-menu-item .sub-menu a:hover {
  text-decoration: underline;
}
.header .flex-button .un-danger p:last-child {
  display: none;
}
.main__highlight_container_mob {
  display: none;
}
.menu-item-has-children a:first-child:hover {
  /* border-bottom: 1px solid #434343; */
  text-decoration: underline;
}
.menu-item-has-children a:first-child:hover .nav-poly {
  /* border-bottom: 1px solid #434343; */
  transform: rotate(180deg);
  margin-left: 4px;
  margin-right: -4px;
}
.nav-topic {
  padding: 48px 0;
  width: 440px;
}
.nav-padding {
  padding: 0 60px;
  height: 100%;
}
.nav-poly {
  padding-left: 4px;
}
.pagination-block {
  background: #f5f5f5;
  color: #434343;
  padding: 5px;
  float: left;
  margin: 10px 0px;
}
.pagination-block a {
  color: #959595;
  padding-right: 7px;
  padding-left: 7px;
}
.pagination-block .page-numbers.current {
  background: #c3bf49;
  padding: 8px;
  width: 100%;
  color: #fff;
}
.attraction .pv {
  font-size: 23px !important;
}

/*accomodation changes*/
.price-book .pstart h4 {
  margin: 0;
}

.price-book .pbook {
  padding: 7px 17px;
  color: #565656;
  background: #ffca00;
  font-weight: bold;
}

.static-bg {
  min-height: 280px;
}

/*socials*/
.social {
  margin-top: 15px;
}
.social ul {
  margin: 0 -5px;
}
.social li {
  padding: 0 5px;
  text-align: center;
}
.social ul li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background-color: #c3bf49;
  color: #fff;
  border-radius: 50%;
}
.accd-left p a,
address a {
  color: #333;
  text-decoration: underline;
}

.logo {
  width: 280px;
  height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo__text h1 {
  font-family: "Rozha One" !important;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  width: 200px;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.tol_no {
  margin: 3em 0;
  position: relative;
  font-weight: 400;
  border: 1px solid #b52804;
  text-align: center;
  height: 56px;
  border-radius: 2px;
}
.tol_no p {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  font-weight: 500;
  transition: 0.3s;
}
.tol_no h3 {
  margin: 0px;
  color: #c3bf49;
}

#message {
  height: 64px;
}

.carousel-inner .item p {
  color: #fafafa;
}
.menu-btn {
  display: none;
}
.subMenu {
  visibility: hidden;
}
.header .phone {
  display: none;
}
.footer-mob {
  display: none;
}

.home__main-wrapper section .intro__wrapper {
  padding-top: 100px;
}

.location__nav-wrapper {
  margin-bottom: 120px;
}

/* IPAD Pro */
@media (width: 1024px) {
  .header a {
    font-size: 20px !important;
  }
  .header .mynav ul li {
    padding-top: 12px !important;
  }
  .menu-btn {
    width: 6vw !important;
  }

  .header .flex-button {
    justify-content: end;
  }
  .sub-menu-description {
    width: 23vw !important;
  }
}
/* IPAD */
@media (max-width: 1439px) {
  .header {
    height: 8.8vw;
  }
  .nav-padding {
    padding: 0 60px;
  }
  .nav-topic {
    padding: 33px 0;
    width: 440px;
  }
  .logo {
    width: 14.5vw;
    height: 100%;
  }

  .header .logo a img {
    width: 14.5vw;
  }
  .header .flex-button .un-danger {
    width: 132px !important;
  }
  .header .flex-button .danger {
    width: 140px !important;
  }
  .header .flex-button .un-danger p:last-child {
    display: inline-block;
  }
  .header .flex-button .un-danger p:first-child {
    display: none;
  }
  .header .tol_no {
    margin: 17px 0;
  }
  .header .tol_no {
    margin: 60px 0;
  }
  .mynav li:last-child {
    display: none;
  }
  .mynav li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo {
    width: 20vw;
  }
  p {
    font-size: 15px;
  }
  a {
    font-size: 15px !important;
  }
  .home__sticky-address {
    display: none;
  }
  .header .flex-button .tol_no {
    height: 45px;
  }
  .header .mynav ul li {
    padding: 0;
  }
  .header .menu-menu-2-container li:nth-child(2),
  .header .menu-menu-2-container li:last-child {
    display: none;
  }
  .header .sub-menu li {
    display: block !important;
  }
  .nav-topic {
    padding: 20px 0;
  }
  .tol_no p {
    padding: 10px 24px;
  }
  .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    /* border: 3px solid #fff; */
  }
  .menu-btn__burger {
    opacity: 0.7;
    width: 50%;
    height: 2px;
    background: #222222;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    opacity: 70%;
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #222222;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-5px);
  }
  .menu-btn__burger::after {
    transform: translateY(5px);
  }
  /* ANIMATION */
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
  .subMenu.subOpen {
    margin: 0 -60px;
    padding: 0 60px 0 90px;
    visibility: visible;
    display: flex !important;
    justify-content: space-between;
    background-color: #fff;
  }
  .subMenu ul {
    height: 10vw;
    width: 40vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .subMenu ul li a {
    opacity: 0.7;
    color: #222222;
  }
  .sub-menu-description {
    display: flex;
    width: 30vw;
  }
  .sub-menu-description p {
    opacity: 0.7;
    color: #b52804;
    padding-top: 22px;
  }
  .sub-menu-description .arrow {
    width: 80px;
    height: 40px;
    border-left: 1px solid #b52804;
    border-bottom: 1px solid #b52804;
  }
}
/* MOBILE */
@media (max-width: 600px) {
  main > section:not(:first-child) {
    padding: 0;
    margin-bottom: 160px;
  }
  .home__sticky-address {
    display: none;
  }
  .footer-mob {
    display: block;
  }
  .footer-tab {
    display: none !important;
  }
  .p-wrapper {
    padding: 0px !important;
  }
  .header {
    width: 100vw !important;
    height: 15vw !important;
  }
  .logo {
    width: 40vw !important;
  }
  .header .logo a img {
    width: 100px !important;
  }
  .phone {
    padding: 4.5vw 0;
  }
  .subMenu {
    display: none;
  }
  .header .phone {
    display: flex;
    gap: 1rem;
  }
  .mynav {
    display: none;
  }
  .main__highlight_container {
    display: none;
  }
  .nav-padding {
    padding: 0 24px !important;
    height: 100%;
  }
  /* index */
  .home__main-wrapper section .splide__testominal .splide__track ul li p {
    height: 144px;
  }

  .location__nav-wrapper {
    padding-bottom: 14px;
    margin-bottom: 0;
  }
  .main-container {
    margin-bottom: 80px !important;
  }
  /* end index */
  .main__banner {
    height: 230vw;
    padding: 0 24px 120px !important;
    margin-bottom: 0 !important;
  }
  .main__banner_wrapper {
    position: static;
    height: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .main__banner_info {
    position: static;
    background-color: #fff;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .main__banner_info-button.flex-button {
    margin-top: 60px;
    flex-direction: column;
    align-items: start;
  }
  .main__banner_info-button.flex-button div {
    width: 213px !important;
  }
  .main__banner_img {
    position: static;
    width: 325px !important;
    height: 337px !important;
    margin-top: 60px;
  }
  .main__banner_img img {
    object-fit: cover;
  }
  .main__highlight {
    margin-bottom: 0 !important;
  }
  .main__highlight h2 {
    margin-bottom: 48px;
  }
  .main__highlight_container_mob {
    width: 100% !important;
  }
  .main__highlight_container_mob .main__highlight_container {
    display: block;
    position: relative;
    width: 100vw;
    height: 388px !important;
  }
  .main__highlight_container-img2 {
    top: 80px !important;
    left: 0 !important;
  }
  .main__highlight .main__highlight_container div:last-child {
    top: 188px !important;
    left: 138px !important;
  }
  .main__highlight_container_mob .main__highlight_content {
    padding: 40px 24px 0;
  }
  .main__highlight_container-img1 img {
    width: 236px;
    height: 148px;
  }
  .main__highlight_container-img2 img {
    width: 216px;
    height: 133px;
  }
  .main__highlight_container-img3 img {
    width: 156px;
    height: 200px;
  }
  .main__highlight .main__highlight_container-highlight {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .header .flex-button {
    display: none;
  }
  .main__facilities {
    padding: 0 24px !important;
    margin-bottom: 120px !important;
  }
  .main__facilities-info p {
    margin-bottom: 40px !important;
  }
  .main__facilities-img {
    display: none;
  }
  /* WelCome*/
  .main__intro {
    margin: 0 !important;
    height: 470px !important;
    padding: 0 24px !important;
  }
  .main__intro .main__intro-left {
    width: 100% !important;
  }
  .main__intro-right {
    width: 270px !important;
    height: 200px !important;
  }
  .main__img {
    margin: 0 !important;
    padding: 40px 24px 80px 24px !important;
  }
  .main__img img {
    width: 327px !important;
    height: 142px !important;
  }
  .main__mission {
    padding: 0 24px !important;
    margin-bottom: 120px !important;
  }
  .main__mission_content {
    display: flex !important;
    flex-direction: column;
    gap: 40px !important;
    width: 100% !important;
    height: auto !important;
  }
  .main__mission_content-text {
    width: 100% !important;
    height: auto;
    gap: 50px;
  }
  .main__mission-quote {
    width: 100% !important;
  }
  .main__why {
    padding: 0 24px !important;
    margin-bottom: 120px !important;
  }
  .main__why h2 {
    text-align: left;
    margin-bottom: 80px;
  }
  .main__why_wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .main__why_wrapper-location {
    width: 85% !important;
  }
  .main__why_wrapper img {
    width: 270px;
    height: 367px;
    margin-left: auto;
  }
  .main__why_wrapper:first-child {
    padding-bottom: 40px;
  }

  /* End Welcome*/

  .room__type-wrapper {
    margin-bottom: 0 !important;
  }
  .container-fluid .mytable .logo {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .container-fluid .mytable .menu-btn {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .container-fluid .mytable .phone {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .menu-btn {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    /* border: 3px solid #fff; */
  }
  .menu-btn__burger {
    opacity: 0.7;
    width: 100%;
    height: 0.5vw;
    background: #222222;
    border-radius: 1;
    box-shadow: 0 0.5vw 1vw rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    opacity: 0.7;
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5vw;
    background: #222222;
    border-radius: 5px;
    box-shadow: 0 0.5vw 1vw rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-1.5vw);
  }
  .menu-btn__burger::after {
    transform: translateY(1.5vw);
  }
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-13vw);
    background: transparent;
    box-shadow: none;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(9vw, -9vw);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(9vw, 9vw);
  }
  .mobileSub {
    left: 0;
  }
  /* footer */
  .footer .col-7 p {
    text-align: left !important;
  }
  /* end footer */
}
/* End seymour-child */
