html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Balletic";
  src: url("../font/Balletic.woff2") format("woff2"),
    url("../font/Balletic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h2 {
  font-family: "Balletic";
  color: #000;
  font-size: 48px;
  text-align: center;
}
h3 {
  font-family: "Balletic";
  color: #000;
  font-size: 36px;
  text-align: left;
}

.footer p,
a {
  font-size: 14px;
  color: #666;
}
.whatsapp {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 40px;
  width: 80px;
  height: 80px;
}
.populardestination {
  padding: 70px 0;
  background-image: url("../images/bg-destinations-malaysia-thailand.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.destination-box {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 8px;
  border: 1px solid #709be5;
  box-shadow: 3px 3px 3px #709be5a1;
}

.about-contact {
  padding: 60px 0;
}

/*.vertical-tab {
    background-color: #fff;
    min-height: 50px;
}*/

.header {
  min-height: 60px;
  background-color: #ccc;
}

.query {
  background-color: #fbdc43;
  padding: 60px 0;
}
.destinations {
  background-color: #cfe6ff;
  padding: 60px 0;
}
.footer {
  background-color: #fbdf55;
  padding: 24px 0;
}
.copyrights {
  background-color: #fbdf55;
  padding: 10px 0;
}
.img-100 img {
  width: 100%;
}
.destinations-content {
  background-color: #fff;
  border: 1px solid #709be5;
  box-shadow: 3px 3px 6px #709be5;
  padding: 30px;
  border-radius: 6px;
}
.quick-query-section {
  text-align: center;
  padding: 50px 0;
  background-color: #fbdc43;
}

.query-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.query-description {
  font-size: 16px;
  margin-bottom: 30px;
}

.navbar-brand img {
  width: 250px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fbdc43;
}

/*.navbar-dark {
    background-color: #003463!important;
}*/

.fullscreen-image {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/landing-image.jpg") right top / cover no-repeat; /* Set background properties */
}

@media (max-width: 576px) {
  .fullscreen-image {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/landing-bg-mobile.jpg") center center / cover
      no-repeat; /* Set background properties */
  }

  .mobile-landinglogo {
    padding-top: 120px;
    text-align: center;
  }

  .mobile-landinglogo img {
    width: 80%;
  }
}

.populardestination .nav-tabs .nav-link {
  border-bottom: 1px solid #f1f1f1;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: bold;
}

.populardestination .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #ffb300;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: bold;
  color: #023182;
}

.populardestination .nav-tabs .nav-item.show .nav-link:active {
  border-bottom: 2px solid #ffb300;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: bold;
  color: #023182;
}

.populardestination li a.nav-link.active {
  border-bottom: 2px solid #ffb300;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: bold;
  color: #023182;
}

/*.populardestination .nav-tabs .nav-item.show .nav-link:hover!important{
  color: #495057;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-color: #FF0000;
}

.populardestination .nav-tabs .nav-item.show .nav-link:active!important{
  color: #495057;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-color: #FF0000;
}
*/

@media (min-width: 577px) {
  .mobile-landinglogo {
    display: none;
  }
}

.navbar-toggler-icon {
  background-color: transparent !important;
}

.navbar-dark .navbar-toggler {
  color: #fff !important;
}

.about-contact a {
  font-size: 16px;
  color: #212529;
}
.about-contact a:is(:hover, :focus) {
  color: #212529;
}
#cname_error,
#email_error,
#number_error {
  text-align: left;
}
textarea {
  resize: none;
}
.populardestination-tab {
  margin: 10px 0 30px 0;
}
.populardestination .nav-pills li {
  margin: 0 15px;
}

.populardestination .nav-pills li a {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  transition: 0.3s;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
.populardestination .nav-pills li a.active {
  background-color: #fbdc43;
  color: #000;
}
.populardestination .nav-pills li a:is(:hover, :focus) {
  text-decoration: none;
}

@media (max-width: 395px) {
  .populardestination .nav-pills li {
    margin: 0 10px 25px 10px;
  }
  .navbar-brand img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  #verticalTabsContent,
  #verticalTabsContent1 {
    margin-top: 30px;
  }
}
