@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;700&family=Roboto:wght@400;700&display=swap");
/***** Global Classes and declarations *****/
body {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 100%;
}

html,
body {
  scroll-behavior: smooth;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover.selected {
  text-decoration: none;
}

img {
  border: none;
  max-width: 100%;
}

html {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 1.8em;
  line-height: 1.2em;
}

h2 {
  font-size: 1.5em;
}

h3,
h3 a {
  font-size: 1.2em;
}

h4,
h4 a {
  font-size: 1.2em;
}

h5,
h5 a {
  font-size: 1.2em;
}

h6,
h6 a {
  font-size: 1.2em;
}

table,
table tr td,
table tr th {
  border: none;
}

.clearfix:after {
  content: ".";
  /*display: block;*/
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  height: 1%;
}

* {
  border: none;
  border-radius: 0;
  -webkit-overflow-scrolling: touch;
  outline: none;
  box-sizing: border-box;
}

.clear {
  font-size: 1%;
  height: 0;
  line-height: 0;
  width: 0;
  float: none;
  clear: both;
}

input {
  outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark {
  display: block;
  width: 100%;
  float: left;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1250px;
}

section {
  margin: 50px 0;
}
@media all and (max-width: 700px) {
  section {
    margin: 30px 0;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  color: #76c366;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 4.6em;
  font-weight: 700;
  line-height: 1.2em;
}
@media all and (max-width: 700px) {
  h2 {
    font-size: 3em;
  }
}

h3 {
  font-family: "Oswald", sans-serif;
  color: #76c366;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.2em;
}
@media all and (max-width: 700px) {
  h3 {
    font-size: 2.2em;
  }
}

p {
  font-size: 1.8em;
  color: #2f2f2f;
  line-height: 1.8em;
}
@media all and (max-width: 700px) {
  p {
    font-size: 1.6em;
  }
}

a.link {
  color: #2f2f2f;
  position: relative;
  display: inline-block;
}
a.link::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #76c366;
  transition: all 0.3s ease-in-out;
}
a.link:hover::before {
  width: 0%;
}

a.btn {
  display: inline-block;
  position: relative;
  font-size: 1.6em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #76c366;
  padding: 13px 23px 12px 23px;
  border-radius: 5px;
  border: 2px solid transparent;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 700px) {
  a.btn {
    font-size: 1.4em;
    padding: 10px 15px 9px 15px;
  }
}
a.btn:hover {
  border-color: #76c366;
  color: #76c366;
  background: #ffffff;
}

.welcome {
  position: relative;
}
.welcome::before {
  content: "";
  position: absolute;
  top: -280px;
  left: -180px;
  width: 584px;
  height: 571px;
  background: url(../images/shape.png) no-repeat 0 0;
}
@media all and (max-width: 700px) {
  .welcome::before {
    width: 400px;
    height: 500px;
    background-size: 400px;
  }
}
.welcome .wrapper {
  position: relative;
}
.welcome .wrapper .imgbox {
  float: left;
  width: 60%;
  position: relative;
}
@media all and (max-width: 1099px) {
  .welcome .wrapper .imgbox {
    width: 100%;
  }
}
.welcome .wrapper .imgbox img {
  float: left;
  width: 100%;
  border-radius: 15px;
}
@media all and (max-width: 700px) {
  .welcome .wrapper .imgbox img {
    border-radius: 10px;
  }
}
.welcome .wrapper .imgbox .img1 {
  margin-top: 220px;
  float: left;
  width: 340px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1099px) {
  .welcome .wrapper .imgbox .img1 {
    margin-top: 100px;
    width: 40%;
  }
}
@media all and (max-width: 500px) {
  .welcome .wrapper .imgbox .img1 {
    width: 50%;
    margin-top: 50px;
  }
}
.welcome .wrapper .imgbox .img2 {
  float: left;
  width: 520px;
  position: absolute;
  right: 0;
}
@media all and (max-width: 1099px) {
  .welcome .wrapper .imgbox .img2 {
    width: 70%;
  }
}
.welcome .wrapper .content {
  position: absolute;
  right: 0;
  top: 90px;
  width: 60%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 50px;
  z-index: 3;
}
@media all and (max-width: 1099px) {
  .welcome .wrapper .content {
    width: 100%;
    top: 0;
    position: relative;
    float: left;
    padding: 50px 0 0 0;
  }
}
.welcome .wrapper .content h3 {
  color: #2f2f2f;
  font-size: 2em;
  margin-bottom: 10px;
}
.welcome .wrapper .content h2 {
  margin-bottom: 25px;
}
.welcome .wrapper .content .btn {
  margin-top: 30px;
}

.things {
  text-align: center;
}
.things ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.things ul li {
  width: 23%;
  margin: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1099px) {
  .things ul li:first-child {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .things ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 700px) {
  .things ul li:nth-child(2) h2 br {
    display: none;
  }
}
@media all and (max-width: 1099px) {
  .things ul li {
    width: 30%;
  }
}
@media all and (max-width: 991px) {
  .things ul li {
    width: 48%;
  }
}
@media all and (max-width: 350px) {
  .things ul li {
    width: 100%;
    margin: 10px;
  }
}
.things ul li a {
  float: left;
  width: 100%;
  position: relative;
  cursor: default;
}
.things ul li a .imgbox {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.things ul li a .imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  z-index: 1;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.things ul li a .imgbox img {
  float: left;
  width: 100%;
  border-radius: 15px;
}
@media all and (max-width: 500px) {
  .things ul li a .imgbox img {
    border-radius: 10px;
  }
}
.things ul li a .textbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-size: 4em;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1.3em;
  text-shadow: 0px 0px 16px rgb(43, 43, 43);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1599px) {
  .things ul li a .textbox {
    font-size: 3.2em;
  }
}
@media all and (max-width: 700px) {
  .things ul li a .textbox {
    font-size: 2em;
  }
}
@media all and (max-width: 500px) {
  .things ul li a .textbox {
    font-size: 1.8em;
  }
}
.things ul li a .textbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/next-bt.png) no-repeat 0 0;
  width: 58px;
  height: 58px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media all and (max-width: 1599px) {
  .things ul li a .textbox::after {
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
}
@media all and (max-width: 700px) {
  .things ul li a .textbox::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

.package {
  position: relative;
  background-color: #f6f5f2;
  padding: 80px 0;
  text-align: center;
}
@media all and (max-width: 700px) {
  .package {
    padding: 40px 0;
  }
}
.package::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  background: url(../images/shape2.png) repeat 0 0;
  height: 16px;
}
.package::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  background: url(../images/shape2.png) repeat 0 0;
  height: 16px;
  transform: rotate(-180deg);
}
.package .swiper-slide {
  padding: 110px 0 90px 0;
}
.package .swiper-slide .packages-details-each {
  width: 90%;
  margin: 0 auto;
  display: table;
  height: 100%;
  position: relative;
  background-color: #e3e3e3;
  border-radius: 10px;
  padding: 25px 10px;
}
@media all and (max-width: 500px) {
  .package .swiper-slide .packages-details-each {
    padding: 20px;
    width: 100%;
    border-radius: 0;
  }
}
.package .swiper-slide .packages-details-each::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background-color: #e3e3e3;
  border-radius: 100%;
  z-index: -1;
}
.package .swiper-slide .packages-details-each::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: url(../images/shape3.png) no-repeat center 0;
  z-index: 0;
  background-size: 250px;
}
.package .swiper-slide .packages-details-each h3 {
  margin-top: -50px;
  margin-bottom: 20px;
}
@media all and (max-width: 1599px) {
  .package .swiper-slide .packages-details-each h3 {
    font-size: 3em;
    margin-top: -60px;
  }
}
.package .swiper-slide .packages-details-each .details {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.8em;
}
@media all and (max-width: 500px) {
  .package .swiper-slide .packages-details-each .details {
    font-size: 1.8em;
  }
}
.package .swiper-slide .packages-details-each p {
  font-size: 1.8em;
  line-height: 1.6em;
  margin: 10px 0 20px 0;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 500px) {
  .package .swiper-slide .packages-details-each p {
    font-size: 1.6em;
  }
}
.package .swiper-slide .packages-details-each .btn {
  position: absolute;
  bottom: -22px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.package .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.package .swiper-pagination-bullet-active {
  background-color: #76c366;
}
.package .note {
  margin-top: 20px;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 25%;
}
@media all and (max-width: 1099px) {
  .package .note {
    padding: 0;
  }
}
@media all and (max-width: 700px) {
  .package .note {
    font-size: 1.4em;
  }
}

.accommodation {
  position: relative;
  text-align: center;
}
.accommodation .swiper-slide {
  padding: 40px 0 60px 0;
}
.accommodation .swiper-slide .accommodation-details-each {
  width: 90%;
  margin: 0 auto;
  display: table;
  position: relative;
}
@media all and (max-width: 500px) {
  .accommodation .swiper-slide .accommodation-details-each {
    width: 100%;
  }
}
.accommodation .swiper-slide .accommodation-details-each a {
  float: left;
  width: 100%;
  position: relative;
  cursor: default;
}
@media all and (max-width: 700px) {
  .accommodation .swiper-slide .accommodation-details-each a {
    padding: 0 5%;
  }
}
.accommodation .swiper-slide .accommodation-details-each a .imgbox {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.accommodation .swiper-slide .accommodation-details-each a .imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.1);
  z-index: 1;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 500px) {
  .accommodation .swiper-slide .accommodation-details-each a .imgbox::before {
    border-radius: 10px;
  }
}
.accommodation .swiper-slide .accommodation-details-each a .imgbox img {
  float: left;
  width: 100%;
  border-radius: 15px;
}
@media all and (max-width: 500px) {
  .accommodation .swiper-slide .accommodation-details-each a .imgbox img {
    border-radius: 10px;
  }
}
.accommodation .swiper-slide .accommodation-details-each a .textbox {
  width: 100%;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #2f2f2f;
  padding: 20px 15px 0 15px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3em;
  transition: all 0.3s ease-in-out;
}
.accommodation .swiper-slide .accommodation-details-each a .textbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/next-bt.png) no-repeat 0 0;
  width: 58px;
  height: 58px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media all and (max-width: 1599px) {
  .accommodation .swiper-slide .accommodation-details-each a .textbox::after {
    width: 48px;
    height: 48px;
    background-size: 48px;
  }
}
.accommodation .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.accommodation .swiper-pagination-bullet-active {
  background-color: #76c366;
}
.accommodation .note {
  margin-top: 20px;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 25%;
}
@media all and (max-width: 1099px) {
  .accommodation .note {
    padding: 0;
  }
}
@media all and (max-width: 1099px) and (max-width: 700px) {
  .accommodation .note {
    font-size: 1.4em;
  }
}

.contact {
  position: relative;
  height: 100%;
}
.contact .leftSection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/contact-us.jpg) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 991px) {
  .contact .leftSection {
    width: 100%;
    position: relative;
    padding: 100px 5%;
    background-attachment: fixed;
  }
}
@media all and (max-width: 700px) {
  .contact .leftSection {
    padding: 70px 5%;
  }
}
.contact .leftSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media all and (max-width: 991px) {
  .contact .leftSection::before {
    background: rgba(0, 0, 0, 0.7);
  }
}
.contact .leftSection .contentBox {
  position: relative;
  z-index: 2;
}
.contact .leftSection h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.contact .leftSection ul {
  text-align: center;
}
.contact .leftSection ul li {
  display: inline-block;
  margin: 0 10px;
}
.contact .leftSection ul li a {
  width: 55px;
  height: 55px;
  background-color: #76c366;
  border-radius: 100%;
  float: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 2px solid #76c366;
}
@media all and (max-width: 700px) {
  .contact .leftSection ul li a {
    width: 40px;
    height: 40px;
  }
}
.contact .leftSection ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .leftSection ul li a.facebook::before {
  background-image: url(../images/facebook.png);
}
@media all and (max-width: 700px) {
  .contact .leftSection ul li a.facebook::before {
    background-size: 10px;
  }
}
.contact .leftSection ul li a.instagram::before {
  background-image: url(../images/instagram.png);
}
@media all and (max-width: 700px) {
  .contact .leftSection ul li a.instagram::before {
    background-size: 20px;
  }
}
.contact .leftSection ul li a:hover {
  background-color: transparent;
}
.contact .rightSection {
  float: right;
  width: 55%;
  background-color: #f8f8f5;
  padding: 50px;
  height: 100%;
}
@media all and (max-width: 991px) {
  .contact .rightSection {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .contact .rightSection {
    padding: 30px 5%;
  }
}
.contact .rightSection ul li {
  margin-bottom: 35px;
  float: left;
  width: 100%;
}
@media all and (max-width: 700px) {
  .contact .rightSection ul li {
    margin-bottom: 20px;
  }
}
.contact .rightSection ul li:last-child {
  margin-bottom: 0;
}
.contact .rightSection ul li .icon {
  float: left;
  width: 80px;
  height: 80px;
  background-color: #76c366;
  border-radius: 100%;
  position: relative;
}
@media all and (max-width: 700px) {
  .contact .rightSection ul li .icon {
    width: 40px;
    height: 40px;
  }
}
.contact .rightSection ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 700px) {
  .contact .rightSection ul li .icon::before {
    background-size: 50%;
  }
}
.contact .rightSection ul li .icon.map::before {
  background-image: url(../images/map-icon.png);
}
.contact .rightSection ul li .icon.call::before {
  background-image: url(../images/phone-icon.png);
}
.contact .rightSection ul li .icon.whatsapp::before {
  background-image: url(../images/whatsapp-icon.png);
}
.contact .rightSection ul li .text {
  float: right;
  width: calc(100% - 120px);
  padding-top: 15px;
  padding-right: 20%;
}
@media all and (max-width: 1099px) {
  .contact .rightSection ul li .text {
    padding-right: 10%;
  }
}
@media all and (max-width: 700px) {
  .contact .rightSection ul li .text {
    width: calc(100% - 60px);
    padding-top: 0;
    padding-right: 0%;
  }
}
.contact .rightSection ul li a.link {
  font-size: 1.8em;
  color: #76c366;
  font-weight: 700;
  padding-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}
@media all and (max-width: 700px) {
  .contact .rightSection ul li a.link {
    font-size: 1.6em;
  }
}

footer {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.5em;
}
@media all and (max-width: 700px) {
  footer {
    font-size: 1.4em;
    padding: 0 5%;
    margin-bottom: 30px;
  }
}

.insideContent p {
  margin-bottom: 30px;
}

.gallery {
  margin: 30px -1%;
}
@media all and (max-width: 700px) {
  .gallery {
    margin: 30px -2% 0 -2%;
  }
}
.gallery ul li {
  display: inline-block;
  width: 33%;
  margin: 0;
  padding: 1%;
}
@media all and (max-width: 700px) {
  .gallery ul li {
    width: 49%;
    padding: 2%;
  }
}
.gallery ul li img {
  float: left;
  width: 100%;
  border-radius: 15px;
}

header {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/headerBg.png) no-repeat;
  background-color: #227f35;
  max-width: 1250px;
  width: 90%;
  border-radius: 15px;
  z-index: 10;
  box-shadow: 6px 6px 0px 0px rgba(39, 39, 39, 0.2);
  height: 100px;
}
@media all and (max-width: 1599px) {
  header {
    height: 80px;
    top: 30px;
  }
}
@media all and (max-width: 1099px) {
  header {
    position: fixed;
    top: 20px;
    z-index: 1000;
    height: 50px;
    border-radius: 0;
    box-shadow: 0px 4px 0px 0px rgba(39, 39, 39, 0.2);
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
header a.logo {
  position: absolute;
  left: 30px;
  top: 50%;
  background: url(../images/logo.png) no-repeat 0 0;
  transform: translateY(-50%);
  width: 143px;
  height: 143px;
  background-size: cover;
}
@media all and (max-width: 1599px) {
  header a.logo {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 1099px) {
  header a.logo {
    width: 80px;
    height: 80px;
    left: 5%;
  }
}
header nav {
  float: right;
  width: auto;
  margin-right: 15px;
}
@media all and (max-width: 1099px) {
  header nav {
    display: none;
    position: fixed;
    top: -30px;
    height: 105vh;
    background-color: #22772c;
    z-index: 1000;
    margin: 0;
    left: -2%;
    width: 104%;
    padding: 50px;
    overflow: hidden;
  }
}
@media all and (max-width: 700px) {
  header nav {
    padding: 80px 5%;
  }
}
@media all and (max-width: 1099px) {
  header nav::after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: -10%;
    background: url(../images/shape.png) no-repeat right bottom;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 700px) {
  header nav::after {
    bottom: 0%;
    right: -40%;
    background-size: contain;
  }
}
header nav.open {
  display: block;
}
header nav ul li {
  float: left;
}
@media all and (max-width: 1099px) {
  header nav ul li {
    width: 100%;
  }
}
header nav ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 0 15px;
  display: inline-block;
  line-height: 100px;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 1599px) {
  header nav ul li a {
    line-height: 80px;
  }
}
@media all and (max-width: 1290px) {
  header nav ul li a {
    font-size: 1.8em;
    padding: 0 13px;
  }
}
@media all and (max-width: 1099px) {
  header nav ul li a {
    font-size: 2.5em;
    line-height: 70px;
  }
}
header nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 0%;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1599px) {
  header nav ul li a::before {
    bottom: 12px;
  }
}
header nav ul li a:hover::before {
  width: 100%;
}
header .menu {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 5%;
  transition-duration: 0.5s;
  cursor: pointer;
  display: none;
  z-index: 1200;
}
@media all and (max-width: 1099px) {
  header .menu {
    display: block;
  }
}
header .menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 40px;
  top: 24px;
  background-color: #ffffff;
}
header .menu .icon::before {
  transition-duration: 0.5s;
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: -12px;
}
header .menu .icon::after {
  transition-duration: 0.5s;
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: 12px;
}
header .menu.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
header .menu.open .icon::before {
  transform: rotateZ(45deg) scaleX(1.25) translate(8px, 8px);
}
header .menu.open .icon::after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(7px, -8px);
}

.banner {
  width: 100%;
  height: 100vh;
  margin-top: 0;
}
.banner .swiper-container {
  height: 100vh;
}
.banner .swiper-container .swiper-slide .img {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner .swiper-container .swiper-slide .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3b8f29;
  opacity: 0.5;
}
.banner .swiper-container .swiper-button-prev {
  background: url(../images/prev-bt.png) no-repeat 0 0;
  width: 58px;
  height: 58px;
  left: auto;
  right: 5%;
  margin-top: 40px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.banner .swiper-container .swiper-button-prev::after {
  display: none;
}
.banner .swiper-container .swiper-button-prev:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media all and (max-width: 700px) {
  .banner .swiper-container .swiper-button-prev {
    display: none;
  }
}
.banner .swiper-container .swiper-button-next {
  background: url(../images/next-bt.png) no-repeat 0 0;
  width: 58px;
  height: 58px;
  right: 5%;
  margin-top: -40px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.banner .swiper-container .swiper-button-next::after {
  display: none;
}
.banner .swiper-container .swiper-button-next:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media all and (max-width: 700px) {
  .banner .swiper-container .swiper-button-next {
    display: none;
  }
}
.banner .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding-top: 150px;
  pointer-events: none;
}
@media all and (max-width: 1599px) {
  .banner .content {
    padding-top: 110px;
  }
}
.banner .content .wrapper {
  display: table;
  height: 100%;
}
.banner .content .wrapper .text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 7em;
  line-height: 1.4em;
}
@media all and (max-width: 1599px) {
  .banner .content .wrapper .text {
    font-size: 5.5em;
  }
}
@media all and (max-width: 700px) {
  .banner .content .wrapper .text {
    font-size: 4em;
  }
}
@media all and (max-width: 500px) {
  .banner .content .wrapper .text br {
    display: none;
  }
}
.banner .content .wrapper .text .line {
  display: inline-block;
  position: relative;
}
.banner .content .wrapper .text .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
}
@media all and (max-width: 1599px) {
  .banner .content .wrapper .text .line::before {
    bottom: 0;
  }
}
@media all and (max-width: 700px) {
  .banner .content .wrapper .text .line::before {
    height: 2px;
  }
}
.banner .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.1;
}
@media all and (max-width: 500px) {
  .banner .lines {
    opacity: 0.05;
  }
}
.banner .lines ul {
  height: 100%;
}
.banner .lines ul li {
  border-right: 3px solid #fff;
  height: 100%;
  float: left;
  width: 25%;
}
@media all and (max-width: 500px) {
  .banner .lines ul li {
    width: 33%;
  }
}
@media all and (max-width: 500px) {
  .banner .lines ul li:last-child {
    display: none;
  }
}

.insidebanner {
  width: 100%;
  height: 60vh;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0;
  background-size: cover;
  overflow: hidden;
}
@media all and (max-width: 700px) {
  .insidebanner {
    height: 30vh;
  }
}
@media all and (max-width: 400px) {
  .insidebanner {
    height: 45vh;
  }
}
.insidebanner h1 {
  position: absolute;
  bottom: -12px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 10em;
  line-height: 1em;
  letter-spacing: 3px;
}
@media all and (max-width: 700px) {
  .insidebanner h1 {
    font-size: 5em;
    letter-spacing: 1px;
    bottom: auto;
    top: 60%;
    transform: translateY(-50%);
  }
}/*# sourceMappingURL=main.css.map */