html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}
::selection {
  color: #fff;
  background: #829dc4; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #829dc4;/* Gecko Browsers */
}
body {
  font-family: 'Public Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
  background-color: #000;
  overflow: hidden;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:link:active, a:visited:active {
  color: inherit;
  text-decoration: none;
}
h2 {
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
}
.title {
  color: #38507f;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}
.bold {
  font-weight: 700;
}
section {
  position: relative;
  background-color: #fff;
  width: 100%;
  top: -100px;
}
/*------------------------COVER PHOTO CSS----------------------------------*/
.cover-image-fix-width {
  position: relative;
  height: auto;
  width: 100%;
}

/*----------------------------------------------------------*/
.b-container {
  visibility: hidden;
}

.review h2 {
  margin: 0;
}

.review .container  {
  margin: 0 40px;
}

.review .button {
  padding: 20px 60px;
  background-color: #000000;
  border-radius: 10px;
  max-width: 600px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.review .button:hover {
  background-color: #adadad;
  color: #000000;
}

.review-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(270deg, #000000, #0d4c89, #09a2dd, #000000);
  background-size: 800% 800%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 10s ease-in-out infinite, scalePulse 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes scalePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.review {
  padding: 40px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review .content {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 40px;
  max-width: 800px;
  text-align: center;
}

.review .content .part {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.review .content .barcode img{
  min-height: 200px;
}


.nav-bar {
  font-family: 'Libre Baskerville', serif;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -515px;
  width: 1030px;
  height: 60px;
  z-index: 998;
  text-align: center;
  padding-top: 20px;
  box-shadow: 0 0 5px #000;
}
.logo {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #000;
  height: 70px;
  padding: 10px;
  box-shadow: 0 0 5px #000;
  width: 200px;
}
.logo-text {
  font-size: 22px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.nav ul {
  position: relative;
  margin: 10px 0 0 175px;
}
.nav-link {
  color: #000;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 400;
}
.nav-link:hover {
  color: #829dc4;
}
.nav .active {
  border-bottom: 2px solid #000;
}
.text-under {
  padding: 3px;
  margin-top: 37px;
  color: #000;
  background-color: #fff;
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/*----------------------------------------------------------*/
.cover-title {
  width: 100%;
  position: absolute;
  z-index: 5;
  margin-top: 360px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  color: #fff;
}
.cover-sub {
  width: 100%;
  position: absolute;
  z-index: 5;
  margin-top: 440px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
  color: #fff;
}
.cover-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cover-video-640 {
  display: none;
}
/*----------------------------------------------------------*/
.summery {
  padding: 80px 0 0 0;
  width: 800px;
  margin: 0 auto;
}
.summery p {
  padding-left: 23px;
}
.summery ul {
  list-style: circle;
  display: inline-block;
  width: 340px;
  vertical-align: text-top;
}
.summery ul li {
  padding: 5px;
}
.map {
  padding: 30px 0 80px 0;
  width: 800px;
  margin: 0 auto;
}
.map img {
  width: 100%;
}
/*----------------------------------------------------------*/
.bedding-bg {
  background-color: #ECEDEF;
  padding: 80px 0 160px 0;
}
.bedding {
  width: 870px;
  margin: 0 auto;
}
.bedding-gallery-container {
  width: 100%;
  padding-top: 40px;
}
.bedding-gallery {
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap:  1rem 1rem;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}.bedding-gallery > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.bedding-gallery > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}.bedding-gallery > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.bedding-gallery > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}.bedding-gallery > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}.bedding-gallery > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}.bedding-gallery > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}.bedding-gallery > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}.bedding-gallery > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.bedding-block {
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}
.icon {
  width: 200px;
  height: 200px;
}
.icon-sub {
  position: absolute;
  text-align: center;
  margin-top: -230px;
  margin-left: 51px;
  text-transform: uppercase;
}
.icon-sub-2 {
  position: absolute;
  text-align: center;
  margin-top: -45px;
  margin-left: -15px;
  width: 230px;
}
.icon-view {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
}
.icon-view:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
/* Modal Content (image) */
.modal-content {
  display: block;
  background-color: #ffff;
  width: 80%;
  height: auto;
  max-width: 1100px;
  margin: 10vh auto;
  padding: 15px;
  border-radius: 8px;

  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.4s;
  animation-name: zoom;
  animation-duration: 0.4s;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.8); transform:scale(0.8)}
  to {-webkit-transform:scale(1); transform:scale(1)}
}
@keyframes zoom {
  from {-webkit-transform:scale(0.8); transform:scale(0.8)}
  to {-webkit-transform:scale(1); transform:scale(1)}
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 736px){
  .modal-content {
    width: 95%;
    margin: 18vh auto;
    padding: 5px;
  }
}
/*----------------------------------------------------------*/
.gallery {
  background-color: #ECEDEF;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}
.mobile {
  display: none !important;
}
.pc {
  display: block !important;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
  margin-top: -6px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.column {
  float: left;
  width: 14.285%;
  margin-bottom: -6px;
}
/* Add a transparency effect for thumnbail images */
.demo, .demo2 {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.column .active,
.demo:hover, .demo2:hover {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*----------------------------------------------------------*/
.explore {
  padding: 80px 0 0 0;
}
.explore-container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.explore-content {
  position: relative;
  height: 500px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #fff;

  line-height: 500px;
}
.explore-content:nth-child(2),
.explore-content:nth-child(4),
.explore-content:nth-child(6) {
  background-color: #d9ead3;
}
.explore-content ul li {
  padding: 5px 0;
  margin-left: -15px;
}
.explore-content a {
  text-decoration: underline;
}
.explore-lft {
  width: 50%;
  float: left;
}
.explore-rt {
  width: 50%;
  float: right;
}
.explore-text {
  padding: 0 60px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.hero-image1 {
  background-image: url("../imgs/1602.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image2 {
  background-image: url("../imgs/coles.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image3 {
  background-image: url("../imgs/1294.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image4 {
  background-image: url("../imgs/rain-forest.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image5 {
  background-image: url("../imgs/green-island.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image6 {
  background-image: url("../imgs/smithfield.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*---------FOODIE SLIDER-------------------------------------------------*/
.foodie-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  text-transform: uppercase;
  padding: 35px 0;
  line-height: 35px;
  text-align: center;
}
.slider-bg {
  background-color: #fff;
}
.slider-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 60px 0;
  overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.slider-wrap::-webkit-scrollbar {
  display: none;
}
.slider {
  width: 1800px;
  height: 200px;
	position: absolute;
	top: 0;
	left: 0;
  padding: 0;
  margin: 0;
}
.slider li {
  width: 360px;
	float: left;
	position: relative;
  list-style: none;
  padding: 0;
}
.slider li img {
  width: 360px;
}
.slider-text {
  position: absolute;
  display: block;
  background-color: #000;
  text-align: left;
  line-height: 0.8;
  padding: 5px;
  color: #fff;
  font-family: 'Public Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.slider-text-small {
  font-weight: 300;
  font-size: 10px;
}

/*slide controler*/
.slide-controler-wrap {
  margin-top: -90px;
  position: relative;
  z-index:999;
  display: inline-block;
  padding: 0 30px 0 30px;
}
.slide-right {
  float: right;
}
.slide-left {
  float: left;
}
.slide-controler {
  /*arrow*/
  border: solid #829dc4;
  border-width: 0 10px 10px 0;
  padding: 10px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;

	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.slide-controler:hover {
	border: solid #272f3a;
  border-width: 0 10px 10px 0;
  cursor: pointer
}
.slide-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.slide-previous {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slider-wrap.active .slide-next {
}
.slider-wrap.active .slide-previous {
}

/*ANIMATION*/
.slider-wrap ul {
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);
}
/*----------------------------------------------------------*/
.footer {
  padding: 120px 0 160px 0;
  background-color: #000;
  overflow: hidden;
}
.footer-container {
  text-align: center;
  color: #fff;
}
.footer-block {
  margin-bottom: 80px;
}
.footer-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 35px;
  line-height: 35px;
}
.footer-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 25px;
}

.damage-container {
  margin: 0 auto;
  width: 550px;
  text-align: left;
  padding-bottom: 40px;
}

.rule-container {
  margin: 0 auto;
  width: 600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 40px;
}

.rule-contact > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.rule-contact > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.rule-block {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}
.rule-block:nth-child(2) {
  border-left: 1px solid #fff;
}
.rule-block ul li {
  padding: 5px 0;
  text-align: left;
}

.rule-container2 {
  margin: 0 auto;
  width: 600px;
  text-align: left;
  padding-bottom: 20px;
}
.rule-container2 ul li {
  padding: 5px 0;
  text-align: left;
}

.copyright-text {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
/*----------------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  section {
    top: 0;
  }
}

@media only screen and (max-width: 1060px) {
  /*----------------------------------------------------------*/
  .nav-bar {
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 60px;
    padding-top: 20px;
  }
  .logo {
    height: 70px;
    padding: 10px;
    width: 150px;
  }
  .logo-text {
    font-size: 16px;
  }
  .nav ul {
    margin: 10px 0 0 140px;
  }
  .text-under {
    padding: 0;
    margin-top: -25px;
    left: 180px;
    font-size: 14px;
    box-shadow: 0 0 0;
  }
  /*----------------------------------------------------------*/
  .nav .logo {
    visibility: visible;
  }
  .nav {
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 9999;
    left: 0px;
    top: 0px;
  }
  .nav ul {
    margin: -100px 40px 0 40px;
    padding: 0;
  }
  .nav:not(.open) {
    visibility: hidden;
  }
  .nav-link {
    display: block;
    list-style: none;
    text-align:  left;
    margin: 0;
    padding: 15px 0;
    border-bottom: gray solid 1px;
    -webkit-transform: translateY(250px);
            -ms-transform: translateY(250px);
        transform: translateY(250px);
  }
  .nav-link:not(.open) {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideOutTop;
            animation-name: slideOutTop;
  }
  .nav .open {
    visibility: visible;
  }
  .nav.open li {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: slideInTop;
            animation-name: slideInTop;
  }
  /*----------------------------------------------------------*/
    /*burger icon*/
    .b-container {
      visibility: visible;
      position: fixed;
      height: 40px;
      width: 40px;
      right: 10px;
      top: 15px;
      z-index: 9999;
    }
    .b-menu {
      cursor: pointer;
      display: inline-block;
      height: 34px;
      width: 38px;
      padding-right: 20px;
      padding-top: 20px;
      position: relative;
      z-index: 12;
    }
    .b-bun {
      background: #000;
      position: relative;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    .b-bun--top {
      height: 2.5px;
      top: 0;
      width: 25px;
    }
    .b-bun--mid {
      height: 2.5px;
      top: 6px;
      width: 25px;
    }
    .b-bun--bottom {
      height: 2.5px;
      top: 12px;
      width: 25px;
    }
    /*burger icon animation*/
    .b-container:hover:not(.open) .bun-top,
    .b-container:hover:not(.open) .bun-mid,
    .b-container:hover:not(.open) .bun-bottom {
      background: #000;
    }
    .b-container.open .b-main {
      border: #000 solid 1px;
    }
    .b-container.open .b-bun--top {
      background: #000;
      top: 10px;
      -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
          transform: rotate(45deg);
    }
    .b-container.open .b-bun--mid {
      opacity: 0;
    }
    .b-container.open .b-bun--bottom {
      background: #000;
      top: 5px;
      -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
    }
    .nav .active {
      color: #829dc4;
    }
  /*----------------------------------------------------------*/
}

@media only screen and (max-width: 920px) {
  .mobile {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .hero-image1 {
    background-image: url("../imgs/mobile/1602.webp");
  }
  .hero-image2 {
    background-image: url("../imgs/mobile/coles.webp");
  }
  .hero-image3 {
    background-image: url("../imgs/mobile/1294.webp");
  }
  .hero-image4 {
    background-image: url("../imgs/mobile/rain-forest.webp");
  }
  .hero-image5 {
    background-image: url("../imgs/mobile/green-island.webp");
  }
  .hero-image6 {
    background-image: url("../imgs/mobile/smithfield.webp");
  }
  /*----------------------------------------------------------*/
  .title {
    font-size: 40px;
    width: 80%;
    margin: 0 auto;
  }
  #section0 {
    padding-top: 60px;
  }
  .cover-video {
    display: none;
  }
  .cover-video-640 {
    display: inherit;
    position: relative;
    width: 100vw;
    height: 56.25vw;
    overflow: hidden;
    pointer-events: none;
  }
  /*
  #player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  @media (min-aspect-ratio: 16/9) {
    .hero-video-container #player {
      height: 56.25vw;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .hero-video-container #player {
      width: 177.78vh;
    }
  }*/
  /*----------------------------------------------------------*/
  .summery {
    padding: 100px 0 0 0;
    width: 80%;
  }
  .summery ul {
    width: 80%;
    margin: 0;
  }
  .map {
    padding: 80px 0 100px 0;
  }
  /*----------------------------------------------------------*/
  .bedding-bg {
    padding: 40px 0 80px 0;
  }
  .bedding {
    width: 100%;
  }
  .bedding-gallery {
    grid-gap:  1rem 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }.bedding-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }.bedding-gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }.bedding-gallery > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }.bedding-gallery > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }.bedding-gallery > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }.bedding-gallery > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .bedding-gallery > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  /*----------------------------------------------------------*/
  .gallery {
    padding: 80px 0 0 0;
  }
  /*----------------------------------------------------------*/
  .explore {
    padding: 120px 0 0 0;
  }
  .explore-container {
    padding: 80px 0 0 0;
    width: 100%;
  }
  .explore-text {
    padding: 0 20px;
  }
  /*----------------------------------------------------------*/
  .rule-container {
    width: 500px;
    display: block;
  }
  .rule-block:nth-child(2) {
    border-left: 0px;
    border-top: 0.5px solid #fff;
  }
}
/*----------------------------------------------------------*/
@media only screen and (max-width: 675px) {
  .title {
    width: 90%;
    font-size: 30px;
    line-height: 45px;
  }
  /*----------------------------------------------------------*/
  .nav-bar {
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 60px;
    padding-top: 20px;
  }
  .logo {
    height: 70px;
    padding: 10px;
    width: 150px;
  }
  .logo-text {
    font-size: 16px;
  }
  .text-under {
    padding: 0;
    margin-top: -25px;
    left: 165px;
    font-size: 12px;
    box-shadow: 0 0 0;
  }
  /*----------------------------------------------------------*/
  .summery {
    padding: 80px 0 0 0;
    width: 90%;
  }
  .summery p {
    padding-left: 0px;
  }
  .summery ul {
    width: 90%;
  }
  .map {
    padding: 60px 0 80px 0;
  }
  /*----------------------------------------------------------*/
  .bedding {
    width: 90%;
  }
  .bedding-gallery {
    grid-gap:  1rem 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }.bedding-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }.bedding-gallery > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }.bedding-gallery > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }.bedding-gallery > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }.bedding-gallery > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }.bedding-gallery > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .bedding-gallery > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  /*----------------------------------------------------------*/
  .explore-container {
    padding: 0px 0 0 0;
  }
  .explore-content {
    height: 800px;
    width: 100%;

    line-height: 400px;
  }
  .explore-text {
    padding: 0 20px;
  }
  .explore-lft {
    width: 100%;
    height: 400px;
    float: none;
  }
  .explore-rt {
    width: 100%;
    height: 400px;
    float: none;
  }
  /*----------------------------------------------------------*/
  .footer-title {
    padding-bottom: 20px;
  }
  .footer-sub-title {
    padding-left: 0px;
  }
  .footer-block {
    margin-bottom: 80px;
  }
  .damage-container {
    width: 90%;
  }
  .rule-container {
    width: 90%;
  }
  .rule-container2 {
    width: 90%;
  }
  .rule-container2 ul {
    padding: 0 20px;
  }
  /*----------------------------------------------------------*/
}
