.navbar .menu-left {
  padding-right: 2rem;
  padding-top: 1.5rem;
}

.sidebar-bottom span {
  margin-top: 0.5rem !important;
}


@media (max-width:443px) {
  .navbar-nav {
    padding-left: 1rem;
  }

  #sidebar {
    width: 300px;
    right: -300px;
  }

  .sidebar-bottom {
    padding-left: 2rem !important;
  }

  .sidebar-bottom span {
    margin-top: 0.5rem !important;
  }

  .navbar-hide-mb .d-none {
    display: block !important;
  }
}


.navbar-menu li {
  padding: 0 0 0 40px;
}

.navbar-menu li.nav-button {
  background-color: #0c8381;
  padding: 0 40px 0 40px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.navbar-menu-left {
  background-color: #0c8381;
  border-radius: 50px;
}

.navbar-menu li.nav-button:hover {
  background-color: #ffc852;
}

.navbar-menu li.nav-button:hover a {
  color: #2d2d2d !important;
}

.navbar-menu li.nav-button .active {
  background-color: #ffc852;
}

.navbar-menu li a i.icon-phone {
  position: absolute;
  left: -1rem;
  top: -0.4rem;
  border-radius: 50px;
  background-color: #0c8381;
  padding: 12px;
}

.navbar-menu li a i.icon-phone:hover {
  background-color: #5bbebc;
}

@media (max-width: 992px) {
  .navbar .navbar-hide-mb {
    display: none !important;
  }

  .navbar {
    top: 0 !important;
  }

  .navbar .hamburger {
    background-color: #ffc852;
    border-radius: 10px;


  }

  .navbar-nav>.nav-item>.nav-link {
    padding-left: 11px;
    padding-right: 9px;
    padding-bottom: 5px;
    margin-top: 10px;
    padding-top: 0;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
  }
}

.section-intro {
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 10;
  background: #ffffff
}

.section-intro .container {
  display: flex;
  padding: 0;
  gap: 20px;
  background-color: #f5f5f5;
}

.section-intro .left-img {
  width: 30%;
}


.section-intro .right-img {
  width: 48%;
}

.section-intro .left-img img,
.section-intro .right-img img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
}

.section-intro .intro-text {
  flex: 1;
  padding: 6rem 0 10rem 0;
  margin: 0 3.5rem 0 0;
  text-align: center;
  color: #008080;
}

@media (max-width:1566px) {
  .section-intro .intro-text {
    padding: 6rem 6rem 8rem 6rem;
    margin: 0;
  }

  .section-intro .container-left {
    display: none;
  }

  .section-intro .container-center,
  .section-intro .container-right {
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (max-width:1099px) {
  .section-intro .intro-text {
    padding: 6rem 6rem 8rem 6rem;
    margin: 0;
  }

  .section-intro .container-left {
    display: none;
  }

  .section-intro .container-center,
  .section-intro .container-right {
    flex: 0 0 100%;
    max-width: 100%;
  }


}




@media (max-width:443px) {
  .section-intro .intro-text {
    padding: 6rem 0 6rem 0;
    margin: 0;
  }
}

.section-intro .intro-text h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0;
}

.section-intro .intro-text p {
  margin-top: 3rem;
  font-size: 1.2rem;
  padding: 0 3rem;
  font-family: 'kanit', sans-serif;
  color: #6b6b6b;
  font-weight: 300;
}

.section-intro .subheader-intro {
  font-family: 'Inter', sans-serif;
  display: block;
  font-size: 1.5rem;
  color: #008080;
}

.section-about {
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: visible;
}


.section-about {
  background-color: #008080;
  color: #fff;
  padding: 7rem 20px;
}

.section-about h2 {
  font-size: 2rem;
}

.section-about span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.section-about p {
  font-family: 'kanit', sans-serif;
  color: #6b6b6b;
  font-weight: 300;
}

.section-about .categories .card {
  padding: 2rem;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.section-about .categories .card .row {
  align-items: center;
  height: 100%;
}

.section-about .categories .card i {
  font-size: 3.5rem;
  color: #0c8381;
}

.section-about .categories .card h4 {
  color: #0c8381;
}

.section-about .categories .card p {
  color: #494949;
  margin: 0;
}

.section-about .categories .card .col-lg-9,
.section-about .categories .card .col-12 {
  display: flex;
  align-items: center;
}

.section-about .categories .card .row>div {
  display: flex;
  align-items: center;
}

.section-about img:hover {
  background-color: #ffffff;
  box-shadow: none;
}

@media (max-width:443px) {
  .section-about {
    padding: 4rem 0 5rem 0;
  }

  .section-about span {
    margin-bottom: 0;
  }
}

.section-sponsors {
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: visible;
}

.section-sponsors span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}


.section-sponsors h2 {
  color: #2f2f2f;
  font-size: 2.5rem !important;
  font-weight: normal;
}

.section-sponsors p {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 10px;
  margin-bottom: 3rem;
}

.section-sponsors {
  text-align: center;
  padding: 8rem 0;
  width: 80%;
  margin: 0 auto;
}

@media (max-width:443px) {
  .section-sponsors {
    padding: 4rem 0;
    width: 90%;
    margin: 0 auto;
  }

  .section-sponsors span {
    margin-bottom: 0;
  }
}

.section-members {
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: visible;
}

.section-members h2 {
  font-size: 3rem;
  font-weight: 300;
}

.section-members p {
  font-family: "Kanit", sans-serif;
  display: block;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 9px;
}

.section-members span {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width:443px) {
  .section-members .overlay {
    padding: 5rem 0 !important;
  }

  .section-members h2 {
    font-size: 2rem;
    padding: 0 3rem;
  }

  .section-members p {
    font-size: 2rem;
    letter-spacing: 4px;
    margin-bottom: 1rem;
  }
}

.section-news {
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: visible;
}

.section-news {
  background-color: #008080;
  color: #fff;
  padding: 7rem 20px;
}

.section-news span {
  color: #2c2c2c;
}

@media (max-width:443px) {
  .section-news {
    padding: 2rem 1rem;
  }
}

.section-member {
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: visible;
  background-color: #ffffff;
  padding: 7rem 20px;
}

.section-member .container .card-body .about-us-logo {
  width: 20%;
}

.section-member .container-btn-download {
  width: 25%;
}

.section-member h2 {
  color: #008080;
  font-size: 2.5rem !important;
  font-weight: normal;
}

.section-member h4 {
  color: #ffffff;
  font-size: 1.7rem;
  margin-bottom: 2rem;

}

.section-member ul {
  padding-left: 0;
}

.section-member span {
  font-family: 'Kanit', sans-serif !important;
  list-style: none;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.1rem;
  color: #ffffff;
}

.section-member ul li {
  font-family: 'Kanit', sans-serif !important;
  color: #ffffff;
  list-style: none;
  /* margin-bottom: 2rem; */
  font-weight: 300;
  font-size: 1.1rem;
}

.section-member .card {
  background-color: #008080;
  border-left: 10px solid #5cbebc;
}

.section-member {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.section-member .custom-list {
  list-style-position: outside;
  padding-left: 2em;
}

.section-member .custom-list li {
  text-indent: -0.8em;
  padding-left: 3em;
  margin-bottom: 0.5em;
}

.section-member .btn-download {
  background-color: #008080;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  border-bottom: 8px solid #5cbebc;
}

.section-member .btn-download:hover {
  background-color: #5cbebc;
  border-bottom: 8px solid #008080;
}

.section-member .btn-download i {
  font-size: 3rem;
}

.section-member .btn-download span {
  font-size: 'Kanit', sans-serif !important;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}

.section-member .btn-download p {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 300;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.section-member .sub-header {
  font-size: 1.2rem;
  color: #404040;
  font-family: 'Kanit', sans-serif !important;
  font-weight: 300;
}

.section-member .org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}

.section-member .org-level {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.section-member .org-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 200px;
}

.section-member .org-member.display-mb {
  display: none;
}

.section-member .member-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  /* border: 4px solid #0c8381; */
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-member .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.section-member .member-info h5 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #0c8381;
  font-family: 'Kanit', sans-serif !important;
}

.section-member .member-info p {
  font-size: 0.9rem;
  color: #666;
  font-family: 'Kanit', sans-serif !important;
  margin: 0;
}

.section-member .org-connection-level-1 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-member .org-connection-level-1 .vertical-line {
  width: 2px;
  height: 30px;
  background-color: #0c8381;
  margin: 0 auto;
}

.section-member .org-connection-level-1 .horizontal-line {
  position: absolute;
  top: 50%;
  left: 22%;
  right: 23%;
  height: 2px;
  background-color: #0c8381;
  transform: translateY(-50%);
}

.section-member .org-connection-level-1 .center-line {
  position: absolute;
  top: -1.9rem !important;
}

.section-member .org-connection-level-1 .left-line {
  position: absolute;
  left: 22%;
  top: 0;
}

.section-member .org-connection-level-1 .half-left-line {
  position: absolute;
  left: 40%;
  top: 50%;
}

.section-member .org-connection-level-1 .half-right-line {
  position: absolute;
  right: 41.5%;
  top: 0;
}

.section-member .org-connection-level-1 .right-line {
  position: absolute;
  right: 23%;
  top: 0;
}

.section-member .org-connection-level-2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-member .org-connection-level-2 .vertical-line {
  width: 2px;
  height: 30px;
  background-color: #0c8381;
  margin: 0 auto;
}

.section-member .org-connection-level-2 .horizontal-line {
  position: absolute;
  top: 50%;
  left: 32%;
  right: 32%;
  height: 2px;
  background-color: #0c8381;
  transform: translateY(-50%);
}

.section-member .org-connection-level-2 .center-line {
  position: absolute;
  top: -1.9rem !important;
  height: 60px;
}

.section-member .org-connection-level-2 .left-line {
  position: absolute;
  left: 32%;
  top: 0;
}

.section-member .org-connection-level-2 .right-line {
  position: absolute;
  right: 32%;
  top: 0;
}

@media (max-width: 1024px) {
  .section-member .org-connection-level-1 .horizontal-line {
    left: 12%;
    right: 13%;
  }

  .section-member .org-connection-level-1 .left-line {
    left: 12%;
  }

  .section-member .org-connection-level-1 .half-left-line {
    left: 36.5%;
  }

  .section-member .org-connection-level-1 .half-right-line {
    right: 38.5%;
  }

  .section-member .org-connection-level-1 .right-line {
    right: 13%;
  }


  .section-member .org-connection-level-2 .horizontal-line {
    left: 25%;
    right: 25%;
  }


  .section-member .org-connection-level-2 .left-line {
    left: 25%;
  }

  .section-member .org-connection-level-2 .right-line {
    right: 25%;
  }
}

@media (max-width: 768px) {
  .section-member .org-level {
    gap: 1rem;
  }

  .section-member .org-member {
    min-width: 150px;
  }

  .section-member .member-photo {
    width: 80px;
    height: 80px;
  }

  .section-member .member-info h5 {
    font-size: 0.9rem;
  }

  .section-member .member-info p {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .section-member .org-level {
    /* flex-direction: column; */
    gap: 1.5rem;
  }


  .section-member .org-connection-level-2 {
    display: none;
  }

  .section-member .org-member {
    /* min-width: auto; */
    width: 40%;
  }

  .section-member .horizontal-line {
    display: none;
  }

  .section-member .center-line,
  .section-member .left-line,
  .section-member .right-line,
  .section-member .half-left-line,
  .section-member .half-right-line {
    display: none;
  }

  .section-member .org-member.display-mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-member .org-member.display-pc {
    display: none;
  }
}

@media (max-width:443px) {
  .section-member {
    padding: 4rem 0;
  }

  .section-member .mb-5 {
    margin-bottom: 2rem !important;
  }

  .section-member .container .card {
    padding: 0;
    margin: 0;
  }

  .section-member .container .card-body {
    padding: 1rem;
  }

  .section-member .container .card-body .about-us-logo {
    width: 50%;
  }

  .section-member h4 {
    margin-bottom: 1rem !important;
    font-size: 18px;
  }

  .section-member .custom-list {
    padding-left: 0 !important;
  }

  .section-member .custom-list li {
    padding-left: 1.5rem !important;
    padding-right: 1rem !important;
  }

  .section-member .container-btn-download {
    width: 80%;
  }

  .section-member ul li {
    font-size: 14px;
  }
}

.section-contact-form {
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: visible;
}


.section-contact-form {
  background-color: #ffffff;
  padding: 7rem 20px;
}

.section-contact-form h2 {
  color: #008080;
  font-size: 2.5rem !important;
  font-weight: normal;
}

.section-contact-form span {
  font-family: 'Kanit', sans-serif !important;
  list-style: none;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.section-contact-form h4 {
  color: #ffffff;
  font-size: 1.7rem;
  margin-bottom: 2rem;

}

.section-contact-form ul {
  padding-left: 0;
}

.section-contact-form span {
  font-family: 'Kanit', sans-serif !important;
  list-style: none;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.1rem;
}

.section-contact-form .container .card-body {
  padding: 0 0 3rem 0;
}

.section-contact-form .container .card-body .card-title,
.section-contact-form .container .container-form .card-title {
  color: #3d3d3d;
  text-transform: uppercase !important;
}

.section-contact-form .container .card-body p {
  color: #3d3d3d;
}

.section-contact-form .container .card-body p i {
  font-size: 1.2rem;
}

.section-contact-form .container .card-body p a {
  color: #3d3d3d;
}

.section-contact-form .container .card-body p a:hover {
  color: #008080;
}

.section-contact-form .container .container-form .contact-wrap label {
  font-family: 'Inter', sans-serif;
  color: #383838;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.section-contact-form .container .container-form .contact-wrap label.ml-2 {
  margin-left: 1rem;
}

.section-contact-form .btn {
  padding: 7px 40px 7px 40px;
}

.section-contact-form .btn.btn-submit {
  font-family: 'Inter', sans-serif !important;
  background-color: #008080;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.section-contact-form .btn.btn-submit:hover {
  background-color: #3d3d3d !important;
  color: #ffffff;
}

@media (max-width:443px) {
  .section-contact-form {
    padding: 4rem 0;
  }

  .section-contact-form .mb-5 {
    margin-bottom: 2rem !important;
  }

  .section-contact-form .p-4,
  .section-contact-form .px-6 {
    padding: 0 !important;
  }

  .section-contact-form .container .card-body {
    padding: 0 0 2rem 0;
  }
}

/* @media (max-width: 992px) {
        .section-contact-form .container .card-body {
          padding: 0;
        }

        .section-contact-form .container .container-form {
          padding: 0 1.5rem 0 1.5rem !important;
        }
      } */


.sidebar-bottom {
  position: absolute;
  bottom: 0;
  color: white;
  background: none;
  border: none;
  padding-left: 4rem;
  padding-bottom: 1.5rem;
}

.sidebar-bottom span {
  font-family: "GothamPro", sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
}

.sidebar-bottom a {
  padding-left: 0;
}

.sidebar-bottom a i {
  font-size: 1.5rem;
  margin-right: 0;
}


.container-full {
  width: 100%;
  justify-content: center;
}

.hero {
  /* height: 90vh; */
  /* height: 900px; */
  height: 850px;
  position: relative;
}

@media (max-width: 1608px) {
  .hero {
    height: 800px !important;
  }
}

.hero-2 {
  height: 60vh;
  position: relative;
}

.hero-header {
  height: 60vh;
  position: relative;
}

/* .hero .overlay {
  background: rgba(0,0,0,0.4);
  color: white;
  padding: 100px 20px;
  text-align: center;
  height: 100%;
} */

.hero h1 span {
  font-size: 4rem;
  color: #fff;
  display: block;
  font-weight: bold;
}

@media (max-width:443px) {
  .hero .logo {
    width: 24%;
  }

}

.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.card {
  background: white;
  color: #008080;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  flex: 1 1 250px;
  /* max-width: 300px; */
}

.categories .card {
  align-items: center;
  display: flex;
  border-left: 7px solid #5bbebc;
}

.categories .card i {
  font-size: 4rem;
}

.rounded {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.btn {
  font-family: "Kanit", serif !important;
  border: none;
  padding: 5px 30px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.btn-more-primary {
  font-family: "Kanit", serif !important;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.btn-more-primary:hover {
  background: #fff;
  color: #008080;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.btn-facebook {
  font-family: "Kanit", serif !important;
  color: #fff;
  background: #1878f1;
  border-radius: 50px;
  border: 1px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-facebook:hover {
  background: #fff;
  border: 1px solid #1878f1;
  color: #1878f1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.btn-more-secondary {
  color: #008080;
  background: transparent;
  border: 1px solid #008080;
}

.btn-more-secondary:hover {
  color: #fff;
  background: #008080;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}


.section-members .overlay {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 15rem 0;
  text-align: center;
  height: 100%;
}

.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.logo-box {
  background: #e0e0e0;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news {
  background: #f9f9f9;
}

.news-card {
  background: white;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  display: inline-block;
  width: 250px;
  height: 300px;
}

footer {
  background: #063d3c;
  color: white;
  /* padding: 30px 20px; */
}

.footer-content {
  width: 70%;
  margin: 0 auto;
}


.hero-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}


.hero-pin {
  position: relative;
  z-index: 10;
  margin-right: 1.5vw;
  width: 60px;
  min-width: 40px;
  max-width: 80px;
  height: auto;
  align-self: center;
}

.hero-center-stack img {
  position: absolute;
  transition: transform 0.4s, box-shadow 0.4s;

}

.hero-center-stack img:nth-child(1) {
  z-index: 6;
  left: 14%;
  top: 24%;
  max-width: 180px;
  min-width: 120px;
  width: 100%;
  animation: floatY 3.2s ease-in-out infinite;
}

.hero-center-stack img:nth-child(2) {
  z-index: 3;
  left: 25%;
  top: 22%;
}

.hero-center-stack img:nth-child(3) {
  z-index: 4;
  left: 25%;
  top: 30%;
}

.hero-center-stack img:nth-child(4) {
  z-index: 5;
}

.hero-container-2 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.hero-center-stack-2 img {
  position: absolute;
  transition: transform 0.4s, box-shadow 0.4s;
}

.hero-center-stack-2 img:nth-child(1) {
  z-index: 5;
  left: 19%;
  top: 35%;
}

.hero-center-stack-2 img:nth-child(2) {
  z-index: 6;
  left: 0;
  top: -12%;
}

.hero-center-stack-2 img:nth-child(3) {
  z-index: 4;
}

.hero-center-stack-3 img {
  position: absolute;
  transition: transform 0.4s, box-shadow 0.4s;
}

.hero-center-stack-3 img:nth-child(1) {
  z-index: 5;
  left: 21%;
  top: 35%;
}

.hero-center-stack-3 img:nth-child(2) {
  z-index: 6;
  left: 0;
  top: -12%;
}

.hero-center-stack-3 img:nth-child(3) {
  z-index: 4;
}

.hero-center-stack-4 img {
  position: absolute;
  transition: transform 0.4s, box-shadow 0.4s;
  -webkit-transition: transform 0.4s, box-shadow 0.4s;
  -moz-transition: transform 0.4s, box-shadow 0.4s;
  -ms-transition: transform 0.4s, box-shadow 0.4s;
  -o-transition: transform 0.4s, box-shadow 0.4s;
}

.hero-center-stack-4 img:nth-child(1) {
  z-index: 5;
  left: 9%;
  top: 35%;
}

.hero-center-stack-4 img:nth-child(2) {
  z-index: 6;
  left: 0;
  top: -7%;
}

.hero-center-stack-4 img:nth-child(3) {
  z-index: 4;
}


@media (max-width:1607px) {
  .hero-center-stack img:nth-child(1) {
    left: 12%;
    max-width: 180px;
    min-width: 180px;
  }

  .hero-center-stack img:nth-child(2) {
    max-width: 1000px;
  }

  .hero-center-stack img:nth-child(3) {
    max-width: 1000px;
  }
}


@media (max-width:1582px) {
  .hero-center-stack img:nth-child(1) {
    left: 12%;
    max-width: 180px;
    min-width: 180px;
  }

  .hero-center-stack img:nth-child(2) {
    max-width: 1000px;
  }

  .hero-center-stack img:nth-child(3) {
    max-width: 1000px;
  }

  .hero-center-stack-2 img:nth-child(1) {
    max-width: 1000px;
  }

  .hero-center-stack-3 img:nth-child(1) {
    max-width: 1000px;
  }

  .hero-center-stack-4 img:nth-child(1) {
    max-width: 1000px;
  }
}

@media (max-width:1450px) {
  .hero-center-stack img:nth-child(1) {
    left: 12%;
    top: 24%;
    max-width: 180px;
    min-width: 180px;
  }

  .hero-center-stack img:nth-child(2) {
    z-index: 3;
    left: 25%;
    top: 22%;
    max-width: 900px;
  }

  .hero-center-stack img:nth-child(3) {
    z-index: 4;
    left: 25%;
    top: 30%;
    max-width: 900px;
  }

  .hero-center-stack-2 img:nth-child(1) {
    left: 16%;
    max-width: 1000px;
  }

  .hero-center-stack-3 img:nth-child(1) {
    left: 16%;
    max-width: 1000px;
  }

  .hero-center-stack-4 img:nth-child(1) {
    left: 16%;
    max-width: 1000px;
  }
}

@media (max-width:1366px) {
  .hero-center-stack img:nth-child(1) {
    left: 9%;
  }
}

@media (max-width:1180px) {
  .hero-center-stack img:nth-child(1) {
    left: 10%;
    top: 30%;
    max-width: 150px;
    min-width: 150px;
  }

  .hero-center-stack img:nth-child(2) {
    z-index: 3;
    left: 25%;
    top: 30%;
    max-width: 700px;
  }

  .hero-center-stack img:nth-child(3) {
    z-index: 4;
    left: 25%;
    top: 35%;
    max-width: 700px;
  }

  .hero-center-stack-2 img:nth-child(1) {
    left: 14%;
    top: 40%;
    max-width: 900px;
  }

  .hero-center-stack-3 img:nth-child(1) {
    left: 14%;
    top: 40%;
    max-width: 900px;
  }

  .hero-center-stack-4 img:nth-child(1) {
    left: 14%;
    top: 40%;
    max-width: 900px;
  }
}

@media (max-width:1024px) {
  .hero-center-stack img:nth-child(1) {
    left: 12%;
    max-width: 120px;
    min-width: 120px;
  }

  .hero-center-stack img:nth-child(2) {
    left: 25%;
    top: 30%;
    max-width: 600px;
  }

  .hero-center-stack img:nth-child(3) {
    left: 25%;
    top: 35%;
    max-width: 600px;
  }

  .hero-center-stack-2 img:nth-child(1) {
    left: 12%;
    top: 45%;
    max-width: 800px;
  }

  .hero-center-stack-3 img:nth-child(1) {
    left: 12%;
    top: 45%;
    max-width: 800px;
  }

  .hero-center-stack-4 img:nth-child(1) {
    left: 12%;
    top: 45%;
    max-width: 800px;
  }

}

@media (max-width:768px) {
  .hero-center-stack img:nth-child(1) {
    left: 10%;
    top: 33%;
    max-width: 100px;
    min-width: 100px;
  }

  .hero-center-stack img:nth-child(2) {
    left: 25%;
    top: 32%;
    max-width: 500px;
  }

  .hero-center-stack img:nth-child(3) {
    left: 25%;
    top: 37%;
    max-width: 500px;
  }

  .hero-center-stack-2 img:nth-child(1) {
    left: 12%;
    top: 40%;
    max-width: 600px;
  }

  .hero-center-stack-3 img:nth-child(1) {
    left: 12%;
    top: 40%;
    max-width: 600px;
  }

  .hero-center-stack-4 img:nth-child(1) {
    left: 12%;
    top: 40%;
    max-width: 600px;
  }
}



@media (max-width:443px) {
  .hero-center-stack img:nth-child(1) {
    left: 4%;
    top: 39%;
    max-width: 65px;
    min-width: 65px;
  }

  .hero-center-stack img:nth-child(2) {
    left: 22%;
    top: 38%;
    max-width: 315px;
  }

  .hero-center-stack img:nth-child(3) {
    left: 22%;
    top: 40%;
    max-width: 315px;
  }

  .hero-center-stack-2 img:nth-child(1) {
    left: 4%;
    top: 45%;
    max-width: 400px;
  }

  .hero-center-stack-3 img:nth-child(1) {
    left: 4%;
    top: 45%;
    max-width: 400px;
  }

  .hero-center-stack-4 img:nth-child(1) {
    left: 4%;
    top: 43%;
    max-width: 400px;
  }
}




/* @media (max-width: 600px) {
 

  .hero-pin {
    width: 36px;
    min-width: 24px;
    margin-right: 0.5vw;
  }

  .hero-center-stack {
    min-width: 120px;
    min-height: 60px;
  }

  .hero-center-stack img {
    max-width: 120px;
    min-width: 60px;
    width: 28vw;
  }
} */

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0);
  }
}

.hero-pin {
  animation: floatY 2.8s ease-in-out infinite;
}

.logo-mb {
  margin-left: -3rem !important
}

.logo-mb img {
  width: 50%;
}

@media (max-width: 1372px) {
  .navbar-container {
    width: 97% !important;
  }
}

/* AOS animation */
/* .hero-center-stack img[data-aos] {
  will-change: transform, opacity;
} */