@keyframes rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Roboto Slab", serif;
}

header {
  display: contents;
}

.header {
  background: linear-gradient(to bottom, rgb(26, 65, 34) 0%, rgba(67, 167, 87, 0.01) 100%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.logo {
  display: inline-block;
}

.bg-primary {
  background-color: #1a4122;
}

.bg-third {
  background-color: #AA5238;
  color: #FFF8EB;
}

.bg-fourth {
  background-color: #FFF8EB;
}

.bg-sixth {
  background-color: #331E1C;
}

.bg-fourth .section-heading, .bg-fourth .section-title {
  color: #AA5238 !important;
}

.bg-third .section-title {
  color: #FFF8EB;
}

.bg-primary .section-title {
  color: #FFF8EB;
}

.bg-white .section-title {
  color: #AA5238;
}

.bg-fourth .content, .bg-white .content {
  color: #333 !important;
}

.bg-sixth .section-title {
  color: #AA5238;
}

ul#primary-navigation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul#primary-navigation > li {
  display: inline-block;
}

ul#primary-navigation > li a {
  color: #fff;
  font-size: 14px;
  padding: 0rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease-in-out;
}

ul#primary-navigation > li + li {
  margin-left: 1rem;
}

ul#primary-navigation > li a:hover {
  background-color: none;
  color: #FFF8EB;
}

ul#primary-navigation > li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #FFF8EB;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: 0.3s ease-in-out;
}

ul#primary-navigation > li a:hover::after {
  width: 100%;
}

.top-number svg {
  animation: rotate 2s linear infinite;
  width: 28px;
  height: 28px;
}

.top-number svg path {
  fill: #fff !important;
}

.top-number, .top-number:hover {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  height: auto !important;
  letter-spacing: -1px;
  border-radius: 50px;
  color: #AA5238;
  padding: 0.5rem 1rem;
}

.hero-wrapper {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.h-fixed, .hero-wrapper {
  min-height: 550px;
  height: 100vh;
}

.hero-wrapper .content {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.hero-wrapper .content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.hero-wrapper .content ul li {
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5rem 0 0;
  display: flex !important;
  flex-direction: row;
}

.hero-wrapper .content ul li:nth-child(odd) {
  margin-left: 0px;
}

.hero-wrapper .content ul li:nth-child(even) {
  margin-right: 0px;
}

.hero-wrapper .content ul li svg {
  width: 20px;
  height: 20px;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  border: none;
  box-shadow: none;
  transform: scale(1);
  height: 40px;
  font-weight: 500;
  min-width: 120px;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.btn:active {
  transform: scale(0.95);
}

.btn-primary svg path {
  fill: #fff;
}

.btn-primary {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #1a4122 !important;
  border-color: #1a4122 !important;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
}

.btn-primary:visited, .btn-primary:focus, .btn-primary:hover {
  background-color: #1a4122;
  border-color: #1a4122;
}

.btn .ico {
  margin-right: 0.1rem;
}

.btn-sm {
  font-size: 15px;
  min-width: 150px;
  height: 50px;
}

.btn-trans {
  border: 1px solid #1a4122;
  color: #1a4122;
  background: none !important;
  font-size: 14px;
  line-height: 18px;
  padding: 0.3rem 0.8rem;
}

.btn-trans:hover {
  background: #1a4122 !important;
  border-color: #1a4122 !important;
}

.btn-gold {
  background-color: #FFF8EB !important;
  color: #AA5238 !important;
}

.btn-dark {
  background-color: #AA5238 !important;
  color: #FFF8EB !important;
}

.max-full-image {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section {
  padding-top: 57px;
  padding-bottom: 57px;
}

.section-title {
  font-size: 30px;
  line-height: 36px;
  color: #1a4122;
  font-weight: 400;
}

.section-heading {
  font-size: 24px;
  line-height: 32px;
  color: #1a4122;
  font-weight: 400;
}

.small {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 0.2em;
  display: inline-block;
}

.content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.content ul li {
  display: flex;
}

.content ul li + li {
  margin-top: 0.6rem;
}

.content ul li svg {
  margin-right: 0.5rem;
}

.br-4 {
  border-radius: 0;
}

.bg-light {
  background: #f2f2f2;
}

.bg-secondary {
  background: #43a757 !important;
}

.bg-secondary .content {
  color: #1a4122;
}

.bg-dark {
  background: #000 !important;
  color: #fff;
}

.bg-blue {
  background-color: #F6FBFF;
}

.txt-dark {
  color: #000;
}

.bg-primary {
  background-color: #1a4122 !important;
  color: #fff;
}

ul.gallery {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

ul.gallery > li {
  display: inline-block;
  width: 33.33%;
  padding: 0.4rem;
  float: left;
}

ul.gallery > li a {
  text-decoration: none;
  color: #AA5238;
  font-weight: 500;
}

ul.popup-gallery > li a img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.gallery.grid-2 li {
  width: 100%;
}

ul.popup-gallery1 li {
  position: relative;
}

ul.popup-gallery1 li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 1.5rem;
  display: inline-block;
}

ul.popup-gallery1 li a img {
  height: auto;
  width: 100%;
}

ul.popup-gallery1 span {
  display: block;
}

.table tr {
  vertical-align: middle;
  background: #fff;
}

.table tr td, .table tr th {
  padding: 0.8rem;
}

.table tr th {
  font-weight: 400;
  background-color: #1a4122;
  color: #fff;
}

.table tr th:nth-last-child(1), .table tr td:nth-last-child(1) {
  width: 150px;
}

ul.amenities {
  margin: 0px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

ul.amenities > li {
  width: 25%;
  padding: 0 0.5rem 1rem;
}

ul.amenities > li h3 {
  font-size: 15px;
  color: #FFF8EB;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-top: 0.5rem;
}

ul.amenities > li .list {
  border: 1px solid #FFF8EB;
  padding: 1rem 1rem 0.5rem;
  height: 100%;
}

ul.amenities > li img {
  margin-bottom: 1rem;
}

.footer {
  background: #1a4122;
  color: #FFF8EB;
  font-size: 15px;
}

.footer-widget h3 {
  font-size: 20px;
  margin-bottom: 2rem;
  color: #FFF8EB;
  font-weight: 400;
}

.footer-widget ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  color: #fff;
}

.footer-widget ul li {
  display: flex;
}

.footer-widget ul li + li {
  margin-top: 0.8rem;
}

.footer-widget ul li span {
  margin-right: 0.8rem;
}

.footer-widget ul li svg path {
  fill: #FFF8EB;
}

.enquiry-form {
  display: flex;
  justify-content: end;
}

.enquiry-form .hero-content {
  max-width: 400px;
  width: 100%;
  background: #AA5238;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  border-radius: 0px;
}

.enquiry-form .page-title-sm {
  font-size: 30px;
  color: #fff !important;
}

.enquiry-form .label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}

.hero-content img {
  width: 180px;
  height: auto;
}

ul.grid-4 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

ul.grid-4 > li {
  display: inline-block;
  width: 25%;
  padding: 2rem;
  font-size: 14px;
}

ul.grid-4 > li ul > li + li {
  margin-top: 0.8rem;
  font-size: 14px;
}

.cc-control {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}

.cc-control:focus {
  outline: none;
  box-shadow: none;
}

.required {
  color: #FFF1A8;
}

.wpcf7-not-valid-tip {
  color: #FFF8EB;
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  display: flex;
}

.wpcf7-response-output {
  color: #FFF8EB;
  margin: 0 0 0.5rem !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  padding: 0.5rem !important;
  display: inline-block;
  border: 1px solid #FFF8EB !important;
}

.wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 10px;
}

.enquiry-form .wpcf7-response-output {
  color: #AA5238;
  border-color: #FFF1A8 !important;
  background-color: #FFF1A8 !important;
  width: 100%;
}

.enquiry-form .wpcf7-not-valid-tip {
  color: #FFF1A8;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.custom-modal .wpcf7-response-output, .seller-modal .wpcf7-response-output {
  color: #ff0000;
  border-color: #ff0000 !important;
  width: 100%;
}

.custom-modal .wpcf7-not-valid-tip, .seller-modal .wpcf7-not-valid-tip {
  color: #ff0000;
}

.footer a, .copyright a {
  text-decoration: none;
  color: #FFF8EB;
}

.copyright {
  font-size: 13px;
}

.copyright a {
  color: #000;
  text-decoration: underline;
}

.highlights-wrapper ul li {
  display: flex;
  align-items: start;
}

.highlights-wrapper ul li::before {
  content: "";
  background-image: url(../../assets/images/tick.svg);
  width: 100%;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 0.3rem;
  top: 0px;
  background-repeat: no-repeat;
  max-width: 24px !important;
}

.mob-none {
  display: inline;
}

.desktop-none {
  display: none;
}

.menu_icon .stripes {
  width: 28px;
  height: 23px;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.menu_icon .stripes .stripe {
  height: 3px;
  background-color: #fff;
  display: flex;
  border-radius: 0;
  overflow: hidden;
}

.menu_icon .stripe1, header .menu_icon .stripe3 {
  width: 100%;
}

.menu_icon .stripe2 {
  width: 80%;
  align-self: flex-end;
}

.menu_icon.open .stripe1 {
  transform: rotate(45deg) translate(7px, 7px);
}

.menu_icon.open .stripe2 {
  width: 0;
  opacity: 0;
}

.menu_icon.open .stripe3 {
  transform: rotate(-45deg) translate(7px, -7px);
}

.menu_icon {
  display: none;
  align-content: center;
}

.col-0 {
  width: 0;
  max-width: 0;
  padding: 0;
}

.ew-div {
  position: relative;
}

.hero-content {
  background: #FFF8EB;
  padding: 2rem;
  max-width: 700px;
  margin: 0px auto;
  display: flex;
  color: #1a4122;
  border-radius: 20px;
}

.hero-content .site-logo {
  text-align: center;
  margin-bottom: 0.3rem;
}

.hero-content .page-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #1a4122;
  margin-bottom: 0;
}

.hero-content .lead {
  font-size: 22px;
  color: #1a4122;
}

.hero-content .content {
  font-size: 15px;
  color: #1a4122;
}

.hero-content svg path {
  fill: #1a4122;
}

.hero-content .lt {
  flex: 1;
}

.img-full {
  max-width: 100%;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-modal .modal-content, .seller-modal .modal-content {
  background: rgb(255, 255, 255);
  max-width: 400px;
  font-weight: 500;
  margin: 0px auto;
}

.custom-modal .label, .seller-modal .label {
  font-size: 15px;
  margin-bottom: 0;
  color: #333;
}

.custom-modal .btn, .seller-modal .btn {
  width: 100%;
}

.custom-modal .modal-header, .seller-modal .modal-header {
  padding: 0.5rem;
}

.custom-modal .close, .seller-modal .close {
  border: none;
  right: 1.4rem;
  position: absolute;
  background: #AA5238;
  color: #fff;
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}

.custom-modal .modal-body, .seller-modal .modal-body {
  padding-top: 0 !important;
}

.custom-modal .modal-header, .seller-modal .modal-header {
  border-bottom: none;
}

.custom-modal .modal-title, .seller-modal .modal-title {
  font-size: 24px;
}

.seller-modal {
  max-width: auto;
}

.seller-modal .modal-content {
  background-color: #FFF8EB;
  color: #AA5238;
  max-width: inherit !important;
}

.seller-modal textarea {
  height: 100px;
}

.fixedRight {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -48px;
  z-index: 999;
  background-color: #FFF1A8;
  color: #AA5238;
  padding: 0.5rem;
  width: 70px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation: flash 2s infinite;
}

.fixedRight svg {
  height: 28px;
  width: 28px;
}

.fixedRight svg path {
  fill: #AA5238;
}

.fixedRight a {
  display: flex;
  text-align: center;
  text-decoration: none;
  color: #AA5238;
  font-weight: 500;
  flex-direction: column;
  font-size: 15px;
  line-height: normal;
}

.fixedRight span + span {
  margin-top: 0.1rem;
  line-height: 12px;
  font-size: 12px;
}

.h-inherit {
  height: -moz-fit-content;
  height: fit-content;
}

.bg-image {
  background: #43a757;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.highlights-wrapper-nrml ul li {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bg-bird {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
}

.bg-leaves {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.zIndex {
  z-index: 2;
  position: relative;
}

@keyframes flash {
  0%, 100% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 1px 30px #FFF1A8;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
    line-height: normal;
  }
  .top-number, .top-number:hover {
    padding: 0.25rem 1rem 0.25rem 0.5rem;
  }
  .enquiry-form .page-title-sm {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .bg-image {
    background-position: 120%;
  }
  .hero-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  ul.grid-4 > li {
    width: 50%;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  ul.gallery > li {
    padding: 0.5rem;
  }
  ul.pouplay-gallery > li a img {
    height: 180px;
  }
  .h-fix {
    height: 300px;
    width: auto;
  }
  .content ul li + li {
    margin-top: 0.5rem;
  }
  .mob-none {
    display: none;
  }
  .hero-content {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .hero-wrapper .content ul li {
    display: inline-block;
  }
  .enquiry-form {
    margin-bottom: 1.5rem;
  }
  .enquiry-form .hero-content {
    max-width: 100%;
  }
  .enquiry-wrapper {
    display: flex;
  }
  .enquiry-wrapper .ew-div + .ew-div {
    margin-left: 0.5rem;
  }
  .seller-modal .enquiry-wrapper .ew-div + .ew-div {
    margin-left: 0rem !important;
  }
  #primary-navigation {
    display: none;
  }
  .desktop-none {
    display: inline;
  }
  ul#primary-navigation {
    padding-top: 1rem;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 60%;
  }
  ul#primary-navigation > li {
    width: 100%;
  }
  ul#primary-navigation li + li {
    margin-left: 0;
  }
  ul#primary-navigation > li > a {
    font-size: 18px;
    display: flex;
    margin-bottom: 0;
    padding: 0;
  }
  ul#primary-navigation a span {
    flex: 1;
    text-align: right;
  }
  ul#primary-navigation li a::after, ul.subMenu-list li .icon, .subMenu-list ul li .icon {
    display: none;
  }
  ul.primary-navigation > li {
    padding-bottom: 0 !important;
  }
  ul.primary-navigation li:hover .subMenu-list-wrapper {
    display: flex !important;
  }
  .primary-navigation {
    padding-bottom: 2rem !important;
  }
  .header ul.primary-navigation {
    position: fixed;
    top: 0;
    left: -22rem;
    height: 100%;
    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, box-shadow 0.3s 0.25s;
    border: none !important;
    border-radius: 0 !important;
    width: 280px;
    max-width: 22rem;
    background-color: #1a4122;
    z-index: 1038;
    display: inline-flex;
    flex-direction: column;
    padding-top: 2rem;
    box-shadow: 0 0 30px #000;
  }
  .header ul.primary-navigation li {
    padding: 0;
  }
  .header ul.primary-navigation a {
    color: #fff;
    font-size: 18px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
  }
  ul.primary-navigation > li + li {
    margin-left: 0;
  }
  ul.primary-navigation > li .trans-btn, ul.primary-navigation > li .trans-btn:hover {
    border: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    background: none;
  }
  .header ul.primary-navigation a {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  ul.primary-navigation > li {
    display: block;
    text-align: left;
    padding: 0.8rem 1.5rem !important;
  }
  .header ul.primary-navigation a::after {
    display: none;
  }
  .h-350 {
    height: 350px;
    width: auto;
  }
  .h-250 {
    height: 250px;
    width: auto;
  }
  .max-full-img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .highlights-wrapper ul {
    display: flex;
    flex-wrap: wrap;
  }
  .highlights-wrapper ul li {
    width: 50%;
    margin-bottom: 0.7rem;
    margin-top: 0;
  }
  .content ul li + li {
    margin-top: 0;
  }
  .highlights-wrapper ul li:nth-child(odd) {
    padding-right: 0.4rem;
  }
  .highlights-wrapper ul li:nth-child(even) {
    padding-left: 0.4rem;
  }
  ul#primary-navigation > li > a {
    font-size: 15px;
  }
  ul.gallery > li {
    width: 50%;
  }
  .bg-image {
    background-position: right;
    background-size: cover;
  }
  .bg-image .overlay {
    background: rgba(239, 244, 222, 0.8);
  }
  ul.popup-gallery1 {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  ul.amenities > li {
    width: 33.33%;
  }
  ul.gallery > li, ul.gallery.grid-2 li {
    width: 50%;
  }
  ul.gallery {
    justify-content: center;
  }
  .hero-content .content p, .hero-content .content p:nth-last-child(1) {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-content {
    padding: 1rem 1rem 2rem;
  }
  .hero-content .content p {
    margin-bottom: 0.5rem;
  }
  .tab-none {
    display: none;
  }
  ul.popup-gallery1 li {
    width: 100% !important;
  }
  ul.popup-gallery > li a img {
    height: 180px;
  }
  .hero-content {
    flex-direction: column !important;
    justify-content: center;
    display: flex;
  }
  .hero-content .lt, .hero-content .rt {
    text-align: center;
  }
  .hero-content .rt {
    margin-bottom: 0.5rem;
  }
  .hero-content .lt .btn {
    margin-top: 0.5rem;
  }
}
@media (max-width: 575px) {
  ul.amenities > li {
    width: 50%;
  }
  .h-fix {
    height: 250px;
  }
  .obj-cover {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  ul.gallery > li {
    width: 50%;
    padding: 0.25rem;
  }
  ul.gallery > li:nth-child(1), ul.gallery > li:nth-last-child(1) {
    width: 100%;
  }
  .highlights-wrapper ul li {
    width: 100%;
  }
  .highlights-wrapper ul li:nth-child(odd) {
    padding-right: 0;
  }
  .highlights-wrapper ul li:nth-child(even) {
    padding-left: 0;
  }
  ul.amenities > li {
    max-width: inherit;
  }
  ul.popup-gallery > li:nth-last-child(1) {
    width: 100%;
  }
  ul.popup-gallery > li a img {
    height: 200px;
  }
  ul.grid-4 > li {
    width: 50%;
    padding: 1rem;
  }
  ul.grid-4 > li img {
    height: 150px;
    width: auto;
  }
  ul.grid-4 > li ul > li + li {
    margin-top: 0.5rem;
    font-size: 14px;
  }
  .lead {
    font-size: 16px;
  }
  .section-heading {
    font-size: 20px;
    line-height: 26px;
  }
  .bg-bird {
    padding-bottom: 200px;
  }
  .pb-100 {
    padding-bottom: 220px !important;
  }
}
@media (max-width: 479px) {
  .h-350 {
    height: 300px;
  }
  .hero-wrapper .content ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .enquiry-wrapper {
    flex-direction: column;
  }
  .seller-modal .enquiry-wrapper {
    flex-direction: row !important;
  }
  .enquiry-wrapper .ew-div + .ew-div {
    margin-left: 0;
  }
  .hero-content .page-title, .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .top-number, .top-number:hover {
    font-size: 15px;
    padding: 0.4rem 1.5rem;
  }
  ul.gallery.grid-2 li {
    width: 100%;
    padding: 0.25rem 0;
  }
}
@media (max-width: 360px) {
  html, body {
    width: 360px;
  }
}/*# sourceMappingURL=style.css.map */