@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .long_section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero_area {
    min-height: auto;
  }


  .img2-box {
    padding-top: 45px;
    padding-bottom: 90px;
  }

}
@media (max-width: 768px) {
.img2-box {
    margin-top: 45px;
  }
  .about_section .img-box {
    margin-bottom: 45px;

  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .exp_section .box {
    flex-direction: column;
    text-align: center;
    margin: 45px 15px;
  }

  .exp_section .box .detail-box {
    align-items: center;
  }

  .exp_section .box .img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .info_section .contact_nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .info_section .contact_nav a {
    margin-bottom: 15px;
  }

  .info_section .row>div {
    text-align: center;
  }

  .info_section .info_post .post_box {
    justify-content: center;
  }

  .info_section .info_links .info_links_menu a {
    flex-basis: 100%;
  }

  .info_form {
    margin-top: 35px;
  }

  .info_form form {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .info_form .social_box {
    justify-content: center;
  }

  .info_form .social_box a {
    margin: 0 5px;
  }

}

@media (max-width: 576px) {
  .long_section {
    margin-left: 25px;
    margin-right: 25px;
  }


  .info_section .info_links .info_links_menu {
    margin-bottom: 35px;
  }

}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .long_section {
    margin-left: 15px;
    margin-right: 15px;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 768px) {
  .slide-container {
    width: 100%; /* Set the slide container to full width */
	height: 100%; /* Set the slide container to full height */
  }

  .slide-image img {
    width: 100%; /* Set the image inside the slide to full width */
	height: 100%;
  }

  .carousel-controls {
    display: none; /* Hide the carousel controls on smaller screens */
  }

  .carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    text-align: center; /* Center-align the header content on smaller screens */
  }

  .logo-container {
    margin-bottom: 15px; /* Add some space below the logo on smaller screens */
  }

  .menu {
    list-style-type: none; /* Remove list styles */
    padding: 0;
  }

  .menu li {
    display: block;
    margin-bottom: 10px; /* Add spacing between menu items on smaller screens */
  }

  .menu a {
    display: block;
    padding: 10px; /* Add padding to make links more clickable */
    text-decoration: none;
    color: #ffffff; /* Change link color to improve readability */
  }
}
@media only screen and (max-width: 768px) {
  .logo-container {
    text-align: center; /* Center the logo */
  }

  .logo-container img {
    width: 80%; /* Adjust the logo size as needed */
  }

  .menu {
    text-align: center; /* Center the menu items */
    margin-top: 10px; /* Add some space between the logo and menu */
  }

  .menu li {
    display: block;
    margin-bottom: 10px; /* Add space between menu items */
  }

  .menu a {
    display: block;
    padding: 10px; /* Add padding to make it touch-friendly */
    font-size: 50%; /* Adjust the font size as needed */
  }
}