body {
  max-width: 1920px;
  margin: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #00000033;
}

.no-overflow {
  overflow: hidden;
}

main {
  padding: 15px 0px;
}

a:hover {
  text-decoration: none;
}

.tw-container {
  max-width: 1590px;
  margin: 0px auto;
  padding: 0px 10px;
}

.grey_dk {
  background: #404040;
}

.green_lt {
  background: #94b43d;
}

.green_lt_text {
  color: #94b43d;
}

.header {
  height: 98px;
  max-width: 1590px;
  background: #ffffff;
  opacity: 1;
  padding: 0 10px;
  margin: auto;
}

.header nav a {
  padding-right: 8px;
  color: #404040;
}

footer {
  height: 88px;
  background: #94b43d;
  font-size: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}

footer i {
  font-size: 36px;
}

.anton {
  font-family: "Anton", sans-serif;
}

.rubik {
  font-family: "Rubik", sans-serif;
}

.green_dk {
  background: #84a232;
}

.logo {
  text-align: left;
  font-family: "Anton", sans-serif;
  font-size: 50px;
  letter-spacing: 0px;
  color: #404040;
  text-transform: uppercase;
}

h1 {
  font-family: "Anton", sans-serif;
  font-size: 170px;
  line-height: 170px;
  color: #ebebeb;
  text-transform: uppercase;
}

h2 {
  font-family: "Anton", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #404040;
  text-transform: uppercase;
}

h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #404040;
}

h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #404040;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #404040;
}

p a {
  font-weight: 700;
  color: #94b43d;
}

p a:hover {
  color: #84a232;
}

.button {
  padding: 14px 30px;
  background: #94b43d;
  color: white;
  font-family: "Anton", sans-serif;
  font-size: 22px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  opacity: 1;
  text-transform: uppercase;
  display: inline-block;
}

.button:hover {
  background: #84a232;
  color: white;
}

#carousel {
  width: 100%;
  height: 628px;
}

.carousel-indicators {
  margin-left: 640px;
  margin-right: 0px;
  margin-top: 450px;
  width: 100px;
  position: relative;
}

.carousel-indicators li {
  width: 18px;
  height: 18px;
  border: solid 2px;
  border-color: white;
  border-radius: 100%;
  opacity: unset;
  background: unset;
}

.carousel-indicators .active {
  background: white !important;
}

.tw-carousel-cont {
  max-width: 1590px;
  width: 100%;
  margin: auto;
  padding-top: 111px;
}

.slide-inner {
  width: 780px;
  height: 408px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.8;
  border-radius: 5px;
  backdrop-filter: blur(30px);
  filter: brightness(1.1);
  padding: 50px;
  text-align: left;
  z-index: 1;
}

.slide-inner2 {
  position: absolute;
  margin-top: -375px;
  margin-left: 30px;
}

.slide-inner2 p {
  color: white;
  font-size: 18px;
  opacity: 1;
  width: 80vw;
  max-width: 653px;
}

.slide-inner2 h1 {
  color: white;
  opacity: 1;
}

.slide1 {
  background-image: url("img/Image1.jpg");
}

.slide2 {
  background-image: url("img/Image5.jpg");
}

.slide3 {
  background-image: url("img/Image6.jpeg");
}

.slide1,
.slide2,
.slide3 {
  height: 628px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 1;
}

.icon {
  font-size: 40px;
}

.focus-image {
  background-image: url("img/Image4.jpg");
  width: 100%;
  height: 687px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}

.bottom-banner {
  height: 431px;
  background: url("img/Image3.jpg");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-clip: padding-box;
  opacity: 1;
  display: flex;
  align-items: center;
}

.banner-box {
  background: rgba(255, 255, 255, 0.2);
  fill-opacity: 0;
  border-radius: 5px;
  height: 228px;
  width: 705px;
  color: white;
  margin: 0px 0px 0px 50px;
  padding: 32px 0px 10px 35px;
}

#mob-menu {
  width: 100%;
  height: 100vh;
  padding: 20px 21px;
  z-index: 3;
}

.hide {
  display: none;
}

.mob-menu-inner {
  background: white;
  display: block;
  height: 100%;
  border-radius: 5px;
  padding: 11px 15px;
  font-size: 22px;
}

.mob-menu-inner i {
  font-size: 36px;
}

.mob-menu-inner a {
  color: #404040;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .lgplus {
    display: none;
  }

  .focus-image {
    height: 487px;
    margin-bottom: 10px;
  }

  .banner-box {
    margin: 15px;
    padding: 20px 10px;
  }

  .header {
    padding: 9px 15px;
    height: 53px;
  }

  .logo {
    font-size: 25px;
  }

  h1 {
    font-size: 70px;
    line-height: 103px;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
  }

  h3 {
    font-size: 23px;
    line-height: 28px;
  }

  #carousel {
    height: 421px;
  }

  .tw-carousel-cont {
    padding-top: 0px;
  }

  .slide-inner {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 30px;
    width: 100%;
    height: 379px;
  }

  .slide1,
  .slide2,
  .slide3 {
    height: 421px;
    padding: 20px 15px;
  }

  .carousel-indicators {
    /* margin-left: Calc(100vw - 160px); */
    margin-top: 340px;
    margin-left: 23px;
  }
}
