body {
  font-family: "Poppins", sans-serif;
  color: #040000;
  overflow-x: hidden;
  background-image: url("../images/green_gradient_body.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* Optional: to make the background fixed */
}

html {
  font-size: 80%; /* Base font size */
}

body::-webkit-scrollbar {
  display: none;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000;
  border-radius: 50px;
  padding: 5px 15px 5px 15px;
}

/*header section*/
.hero_area {
  z-index: 0;
  height: 100vh;
  background-image: url(../images/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#63f74f));
  background: linear-gradient(to bottom, transparent, transparent, #63f74f);
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .class_section .owl-carousel .owl-nav {
  top: 55%;
}

.header_section {
  z-index: 3;
  background-color: #ffffff;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
}

.header_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 45px;
  background: #080203;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
}

.header_section .nav_container {
  margin: 0 auto;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

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

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_nav {
  position: relative;
  z-index: 9;
}

.main_nav .top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.main_nav .top_nav ul li {
  list-style-type: none;
}

.main_nav .top_nav ul li a {
  display: inline-block;
  color: #ffffff;
  margin: 10px 0 10px 35px;
}

.main_nav .top_nav ul li a img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

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

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  width: 125px;
  margin-right: 5px;
}

.navbar-brand.brand_mobile {
  display: none;
}

.custom_nav-container {
  z-index: 2;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.horizontalline {
  position: relative;
  top: 5%;
}

.slider_section .row .col-md-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .slider_heading {
  -webkit-transform: rotate(270.5deg) scaleX(-1);
  transform: rotate(270.5deg) scaleX(-1);
  position: absolute;
  left: -150px;
  top: -25px;
}

.slider_section .slider_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #ffffff;
}

.slider_section .slider_heading h2 span {
  color: #63f74f;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    5px 5px 10px rgba(0, 0, 0, 1),
    /* First shadow */
    10px 10px 20px rgba(0, 0, 0, 1);
  /* Second shadow */
  background-color: #000;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
}

.slider_section .detail-box hr {
  margin: 0 auto;
  border: none;
  width: 1.5px;
  height: 83px;
  background-color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section #carouselExampleIndicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider_section #carouselExampleIndicators .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0 70px 45px 70px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  opacity: 1;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: inline-block;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  top: 45%;
  left: initial;
  right: 25px;
  width: 55px;
  height: 55px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #063600;
  border-radius: 100%;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  -webkit-transform: translateY(57%);
  transform: translateY(57%);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev-grey.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next-grey.png);
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #63f74f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_section .number_box hr {
  border: none;
  width: 1px;
  height: 200px;
  background-color: #63f74f;
  margin: 2rem 0;
}

/* end slider section */
.about_section {
  color: #ffffff;
}

.about_section .heading_container h2 {
  background-color: white;
  border-radius: 50px;
  color: #000;
}

.about_section .about_container {
  padding: 45px;
  background-image: url(../images/video\ time\ line.webp);
  background-size: cover;
  border-radius: 50px 0px 0px 50px;
}

.about_section .about_container .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about_section .about_container .detail-box p {
  margin-top: 25px;
}

.about_section .about_container .detail-box hr {
  margin: 0 auto;
  border: none;
  width: 1.5px;
  height: 125px;
  background-color: #ffffff;
}

.heading_container p {
  font-size: 20px;
  margin-left: 15px;
  color: #dfdfdf;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.about_section .about_container .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
  margin: 35px auto 0 auto;
  -webkit-box-shadow: 0 0 35px 0 rgba(99, 247, 79, 0.7);
  box-shadow: 0 0 35px 0 rgba(99, 247, 79, 0.7);
}

.about_section .about_container .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.class_section {
  color: #ffffff;
  position: relative;
}

.class_section .row>div {
  overflow: hidden;
  padding: 20px;
  position: unset;
  border-radius: 40px;
  background-color: #91ffa3;
}

.class_section .class_box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.class_section .class_box-container .box {
  position: relative;
}

.class_section .class_box-container .box .img-box {
  position: relative;
  padding-left: 75px;
  background-color: #000000;
  border-radius: 15px;
}

.class_section .class_box-container .box .img-box img {
  width: 100%;
  border-radius: 0px 15px 15px 0px;
}

.class_section .class_box-container .box .img-box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 55px 0;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.class_section .class_box-container .box .img-box .detail-box button {
  position: inherit;
  top: 64%;
  left: 1.5%;
  background-color: #292929;
  border: none;
  width: 55px;
  height: 55px;
  margin: 0 10px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.class_section .class_box-container .box .img-box .detail-box button img {
  width: 20px;
  margin-left: 5px;
  z-index: 0;
}

.class_section .class_box-container .box .img-box .detail-box h2 {
  position: inherit;
  left: 6%;
  top: 69%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  line-height: 35px;
  margin-left: 15px;
  background-color: #000;
  border-radius: 0px 50px 50px 0px;
  padding: 0px 15px 0px 35px;
  z-index: 0;
}

.class_section .class_box-container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.class_section .class_box-container .box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ffffff;
}

.class_section .class_box-container .box .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.class_section .owl-carousel {
  position: unset;
}

.class_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-top: 55px;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.class_section .owl-carousel .owl-nav .owl-prev,
.class_section .owl-carousel .owl-nav .owl-next {
  background-color: #000000;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 100%;
  outline: none;
  margin: 2px 0;
}

.class_section .owl-carousel .owl-nav .owl-prev:hover,
.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
}

.class_section .owl-carousel .owl-nav .owl-prev {
  width: 75px;
  height: 75px;
  background-image: url(../images/prev.png);
}

.class_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-grey.png);
}

.class_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/next.png);
}

.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-grey.png);
}

.blog_section {
  color: #ffffff;
  overflow-x: hidden;
}

.blog_section .box {
  margin: 45px 0;
  background-color: #101010;
}

.box.b1 {
  border-radius: 0px 20px 20px 0px;
}

.box.b1 img {
  border-radius: 0px 20px 20px 0px;
}

.box.b2 {
  border-radius: 20px 0px 0px 20px;
}

.box.b2 img {
  border-radius: 20px 0px 0px 20px;
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  position: relative;
  padding-top: 75px;
  padding-bottom: 35px;
}

.blog_section .box .detail-box .img_date {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  text-align: center;
  background-color: #63f74f;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog_section .box .detail-box .img_date h6 {
  margin: 0;
}

.blog_section .box .detail-box h3 {
  font-weight: bold;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
  margin-top: 35px;
}

.blog_section .box .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.blog_section .box.b1 .detail-box {
  padding-right: 35px;
}

.blog_section .box.b2 .detail-box {
  padding-left: 35px;
}

.blog_section .box.b2 .detail-box .img_date {
  left: 35px;
}

.client_section {
  color: #ffffff;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

.client_section .box .img-box {
  width: 125px;
  border-radius: 100%;
  margin-bottom: -62px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 95px 25px 45px 25px;
  background-color: #050304;
  border-radius: 25px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
}

.client_section .box .detail-box p {
  margin-top: 25px;
}

.client_section .box .detail-box img {
  width: 35px;
  margin-top: 25px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  margin-top: 55px;
}

.aboutustext {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: large;
}

.highlightgreen {
  font-size: large;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #63f74f;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 50px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 10px;
  outline: none;
  margin: 0;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev-arrow.png);
  background-color: #000000;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  background-position: 15px center;
}

.client_section .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/next-arrow.png);
  background-color: #ffffff;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.info_section .info_main-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.info_section .contact_section {
  position: relative;
}

.info_section .contact_section h2 {
  font-weight: bold;
  color: white;
  background-color: #000;
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  width: fit-content;
}

.info_section .contact_section form {
  margin-top: 45px;
  padding-right: 35px;
  margin-bottom: 45px;
}

.info_section .contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #000;
  outline: none;
  color: #ffffff;
  border-radius: 45px;
}

.info_section .contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.info_section .contact_section input:-ms-input-placeholder {
  color: #737272;
}

.info_section .contact_section input::-ms-input-placeholder {
  color: #737272;
}

.info_section .contact_section input::placeholder {
  color: #737272;
}

.message-box {
  width: 100%;
  border: none;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #000;
  outline: none;
  color: #ffffff;
  border-radius: 45px;
  height: 155px;
  word-wrap: break-word;
  resize: none;
  padding: 30px; /* Add padding to all sides of the textarea */
  box-sizing: border-box; 
  /* Allow vertical resizing */
}

.message-box::-webkit-scrollbar {
    display: none;
}

.info_section .contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #ffffff;
  border-radius: 35px;
  color: #000000;
  margin-top: 35px;
}

.info_section .contact_section button:hover {
  background-color: #000000;
  color: #ffffff;
}

.info_section .contact_section .map_container {
  height: 100%;
  min-height: 325px;
}

.info_section .contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section .img-box img {
  width: 100%;
  border-radius: 30px 0px 0px 0px;
}

/* footer section*/
.footer_section {
  margin: 25px 0;
}

.footer_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_section .social_box a {
  margin-right: 15px;
  padding: 10px;
  background-color: rgb(255, 241, 215);
  border-radius: 20px;
  background-size: cover;
}

.footer_section .social_box a img {
  max-width: 25px;
  max-height: 25px;

}

.footer_section p {
  margin: 0;
  margin-top: 25px;
  color: #d6d6d6;
}

.footer_section a {
  color: #1c1b1b;
}


/* end footer section*/
/*# sourceMappingURL=style.css.map */
.square {
  z-index: -1;
  position: absolute;
  /* Green color */
  opacity: 0.85;
  color: #35862a !important;
  /* Initial opacity */
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  /* Smooth deceleration */
  --depth: 1;
  /* Default depth */
  --border-radius: calc(25px - var(--depth) * 10px);
  /* Calculate border radius based on depth */
  border-radius: var(--border-radius);
}

#whitehide {
  z-index: 0;
  position: absolute;
  display: none;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 36%, rgba(99, 247, 79, 0));
  height: 50%;
  width: 100%;
  top: 100%;
}

.grain-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grain_overlay.webp);
  /* You might need to adjust the opacity and other properties to achieve the desired effect */
  opacity: 0.4;
  /* Adjust the opacity as needed */
  pointer-events: none;
  /* Ensures that the overlay doesn't interfere with user interactions */
  z-index: 1;
  /* Ensure the overlay is behind the content */
  background-repeat: repeat;
  /* Repeat the overlay image */
}

.green-light {
  position: absolute;
  top: -30px;
  height: 500px;
  width: 500px;
  left: 390px;
  /* You might need to adjust the opacity and other properties to achieve the desired effect */
  opacity: 0.9;
  /* Adjust the opacity as needed */
  z-index: 0;
  /* Ensure the overlay is behind the content */
}

.bigdanger {
  display: none;
}


@import url(//fonts.googleapis.com/css?family=Lato:300:400);


.inner-header {
  z-index: 4;
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  z-index: 4;
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  z-index: 4;
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
  margin-top: -150px;
  pointer-events: none;

}

.content {
  z-index: 4;
  position: relative;
  height: 30vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 50px;
    min-height: 60px;
    margin-top: -90px;
  }

  .content {
    height: 30vh;
  }
}

.so9ic-footer {
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
}

/*Scenes button*/
.btnsc {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  color: #000;
  background-color: #32e605;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 10px;
  }

.btnsc:hover {
  color: white;
  background-color:#000;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  transform: scale(1.1);
}


/*country state hover css*/

/* Style the datalist dropdown arrow */
input::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Invert the color for a custom look */
  cursor: pointer;
}

/* Style the datalist options */
datalist {
  font-family: Arial, sans-serif;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-height: 150px;
  overflow-y: auto;
}

datalist option {
  padding: 8px 12px;
  cursor: pointer;
}

datalist option:hover {
  background-color: #f1f1f1;
}


/*input css for contact_section*/

.contact_section input {
  text-transform: none; /* Prevent automatic capitalization */
  font-size: inherit; /* Inherit font size from parent element */
  font-weight: inherit; /* Inherit font weight from parent element */
}