@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Playfair+Display:wght@700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
}

body {
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
p {
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
}
img {
  max-width: 100%;
}
.relative {
    position: relative;
}
.clr_white {
    color: white;
}
.txt_bottom {
    position: absolute;
    left: 5%;
    bottom: 5%;
}
.txt_bottom h3 {
    font-size: 20px;
}
.mb_3 {
    margin-bottom: 20px;
}

/* Swiper CSS */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
}

/* Swiper CSS */

/* Header Section */

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.my-container {
  width: 90%;
  margin: auto;
}
.theme-btn {
  background-color: #ff4c00;
  color: #fff;
  border-radius: 25px;
  font-size: 15px;
  border: none; 
  cursor: pointer;
}
.theme-bgc-1 {
  background: linear-gradient(180deg, #f1ffb6 0%, rgba(241, 255, 182, 0) 100%);
}
.theme-bgc-2 {
  background: linear-gradient(180deg, rgba(241, 255, 182, 0) 0%, #f1ffb6 100%);
}
.navb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navb div img {
  max-width: 70%;
}
.navb ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  gap: 2vw;
}
.navb .my-menu-logo {
  /* border: 2px solid red; */
  /* display: flex; */
  display: none;
}
.navb .my-menu-logo img {
  max-width: 100%;
}
.enquiry_form {
    position: fixed;
    right: 30px;
    bottom: 85px;
    z-index: 99;
}

/* Header Section */

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 700px;
  background-image:url("../images/home/Hero Image.jpg");
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.hero-section .hero-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border: 2px solid red; */
  color: #fff;
  width: 60%;
}

.hero-section .hero-content p {
  font-size: 1.5vw;
  letter-spacing: 0.8px;
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
.hero-section .hero-content h1 {
  font-size: 5vw;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 4.2rem;
}
.hero-section .hero-content > div {
  text-align: center;
  position: relative;
  margin-top: 45px;
}
.hero-section .hero-content > div input {
  font-size: 18px;
  padding: 12px 0;
  padding-left: 44px;
  width: 100%;
  border-radius: 40px;
  border: none;
}
.hero-section .hero-content > div input:focus {
  outline: none;
}
.hero-section .hero-content > div button {
  position: absolute;
  right: 15px;
  top: 50%;
transform: translateY(-50%);
  font-size: 1.3vw;
  cursor: pointer;
}
.hero-section .hero-content > div > img {
    position: absolute;
    max-width: 25px;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.hero-section .hero-content > div .search-bar-tag {
  background: #ccf32f;
  color: #0e3d4d;
  font-weight: 400;
  position: absolute;
  padding: 8px 10px;
  left: 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hero-section .hero-content > div .search-bar-tag span {
  font-weight: 700;
}
.hero-section .animation-marquee {
    position: absolute;
    transform: translateY(50%);
    bottom: 0px;
    z-index: 20;
}

/* Hero Section */

/* Top Destination Section */
.top-destination-section {
  background: #f1ffb6;    
  padding: 120px 0 90px;
  position: relative;
}

.top-destination-section .section-heading {
  text-align: center;
  letter-spacing: 0.7px;
  margin-bottom: 14px;
}
.top-destination-section .section-heading h3 {
  font-size: 3vw;
  margin-top: 0.5vw;
}
.top-destination-section .top-destination-cards {
  width: 80%;
  margin: auto;
}
.top-destination-section .top-destination-cards .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-destination-section .top-destination-cards .my-col {
  width: 20%;
}
.top-destination-section .top-destination-cards .my-card {
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}
.top-destination-section .top-destination-cards .my-card img {
  max-width: 100%;
  border-radius: 8px;
  min-height: 366px;
}
.top-destination-section .top-destination-cards .my-card .my-card-price {
  position: absolute;
  top: 2%;
  right: 5%;
}
.top-destination-section .top-destination-cards .my-card .my-card-info {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
.top-destination-section .top-destination-cards .my-card .my-card-info h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
/* Top Destination Section */

/* Take A Trip Section */

.take-a-trip-section {
  position: relative;
  width: 78%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.take-a-trip-section .section-heading {
  position: relative;
  letter-spacing: 0.7px;
}
.take-a-trip-section .section-heading p {
  margin-bottom: 0.5vw;
}
.take-a-trip-section .section-heading h2 {
  font-size: 3vw;
  width: 55%;
}
.take-a-trip-section .section-heading button {
  display: flex;
  align-items: center;
}
.take-a-trip-section .section-heading button span {
  font-size: 1.2vw;
}
.take-a-trip-section .content-section {
  margin-top: 4vw;
  /* border: 2px solid red; */
}
.take-a-trip-section .content-section .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.take-a-trip-section .content-section .my-row .my-col {
  /* border: 2px solid red; */
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.take-a-trip-section .content-section .my-row .my-col:first-of-type {
  width: 40%;
}

.take-a-trip-section .content-section .my-row .my-col .my-card {
  margin-right: 2rem;
  /* border: 2px solid red; */
}
.take-a-trip-section .content-section .my-row .my-col .my-nested-col {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  /* border: 2px solid red; */
  margin-left: 1.5rem;
}
.take-a-trip-section
  .content-section
  .my-row
  .my-col
  .my-nested-col:first-of-type {
  /* border: 2px solid red; */
  align-self: flex-start;
}

.take-a-trip-section .content-section .my-row .my-col .my-card-2 {
  box-shadow: 0px 14px 24px 0px #0000000f;
  padding: 1.5vw;
  border-radius: 15px;
}
.take-a-trip-section .content-section .my-row .my-col .my-card-2:hover {
  background-color: #ccf32f;
  cursor: pointer;
}
.take-a-trip-section .content-section .my-row .my-col .my-card-2 h4 {
  font-size: 1.5vw;
  margin: 0.5vw 0;
}
.take-a-trip-section .content-section .my-row .my-col .my-card-2 p {
  font-size: 1.1vw;
  margin: 0.5vw 0;
  width: 75%;
}
.take-a-trip-section .content-section .my-row .my-col .my-card-2 img {
  max-width: 10%;
}

/* Take A Trip Section */

/* Explore Destination */

.explore-destination {
  padding-top: 2vh;
}

.explore-destination .section-heading {
  text-align: center;
  letter-spacing: 0.7px;
  padding: 2vw 0;
  max-width: 1200px;
  margin: auto;
}
.explore-destination .section-heading p {
  margin-bottom: 0.5vw;
  font-size: 1.1vw;
}
.explore-destination .section-heading h2 {
  font-size: 3vw;
}
.explore-destination .card-section {
  width: min(100%, 1200px);
  margin: auto;
}
.explore-destination .card-section .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.explore-destination .card-section .my-row .my-col {
  width: calc(100% / 3);
}
.explore-destination .card-section .my-row .my-col .my-card {
  position: relative;
  box-shadow: 0px 24px 59.1px -24px #00000040;
  margin: 10px; 
  padding: 10px; 
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.explore-destination .card-section .my-row .my-col .my-card .my-img-card img {
  width: 100%;
}
.explore-destination .card-section .my-row .my-col .my-card .my-card-info {
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.explore-destination .card-section .my-row .my-col .my-card .my-card-info div {
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 0.5vw;
}
.explore-destination .card-section .my-ro .my-col .my-card .my-card-info p span {
  color: #ff4c00;
  font-weight: 700;
}
.explore-destination .card-section .my-row .my-col .my-card .my-card-data {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 12px;
  justify-content: space-between;
}
.explore-destination
  .card-section
  .my-row
  .my-col
  .my-card
  .my-card-data
  > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5vw;
  /* border: 2px solid red; */
}
.explore-destination
  .card-section
  .my-row
  .my-col
  .my-card
  .my-card-data
  > div
  img {
  width: 20px;
}
.explore-destination .card-section .my-row .my-col .my-card .my-card-rating {
  position: absolute;
  top: 4%;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 0.2vw;
  box-shadow: 0px 4px 27.3px -5px #00000040;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
}
.explore-destination
  .card-section
  .my-row
  .my-col
  .my-card
  .my-card-rating
  div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.3vw;
  /* border: 2px solid red; */
}

.explore-destination
  .card-section
  .my-row
  .my-col
  .my-card
  .my-card-rating
  div
  p
  span {
  font-weight: 700;
  margin-right: 0.3vw;
}
.explore-destination
  .card-section
  .my-row
  .my-col
  .my-card
  .my-card-rating
  div:first-of-type
  > img {
  max-width: 20%;
}
.explore-destination
  .card-section
  .my-row
  .my-col
  .my-card
  .my-card-rating
  img {
  max-width: 60%;
}
.explore-destination .btn-section {
  /* border: 2px solid red; */
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 5vh auto;
  padding: 5vh 0;
}
.btn-section img {
    width: 26px;
}

/* Explore Destination */

/* Our Achievements */

.our-achievements {
  /* border: 2px solid red; */
  width: 80%;
  margin: auto;
  margin-bottom: 5vh;
  margin-top: 15vh;
}
.our-achievements .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our-achievements .my-row .my-col {
  width: 50%;
}
.our-achievements .my-row .my-col .my-content {
  /* border: 2px solid red; */
  letter-spacing: 0.7px;
}
.our-achievements .my-row .my-col .my-content p {
  font-size: 1.1vw;
  margin-top: 4vh;
  margin-bottom: 0.5vh;
}
.our-achievements .my-row .my-col .my-content h2 {
  font-size: 3vw;
  margin-bottom: 3vh;
}
.our-achievements .my-row .my-col .my-content .my-content-info {
  font-size: 1vw;
  padding: 1vh 0;
}
.our-achievements .my-row .my-col .my-card-section {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  width: 80%;
}
.our-achievements .my-row .my-col .my-card-section .my-card {
  /* border: 2px solid red; */
  box-shadow: 0px 14px 24px 0px #0000000f;
  padding: 1.5vw;
  margin: 1.5vw 0;
  text-align: center;
}
.our-achievements .my-row .my-col .my-card-section .my-card h4 {
  font-size: 2vw;
  color: #ff4c00;
  margin-bottom: 0.5vw;
}

/* Our Achievements */

/* My Banner Slider */

.my-banner-slider {
  padding-top: 20px;
  margin-bottom: 80px;
  position: relative;
}

.my-banner-slider .section-heading {
  margin-top: 10vh;
  margin-bottom: 10vh;
  /* border: 2px solid red; */
  text-align: center;
  letter-spacing: 0.7px;
  padding: 2vw 0;
  margin-bottom: 2vw;
}
.my-banner-slider .section-heading p {
  margin-bottom: 0.5vw;
  font-size: 1.1vw;
}
.my-banner-slider .section-heading h2 {
  font-size: 3vw;
}
.my-banner-slider .my-container {
  width: 85%;
  position: relative;
}

.my-banner-slider .my-container .custom-nav-prev {
  position: absolute;
  top: 50%;
  left: calc(-4.5% / 2);
  transform: translateY(-50%);
  z-index: 20;
  width: 4.5%;
  cursor: pointer;
}
.my-banner-slider .my-container .custom-nav-next {
  position: absolute;
  top: 50%;
  right: calc(-4.5% / 2);
  transform: translateY(-50%);
  z-index: 20;
  width: 4.5%;
  cursor: pointer;
}
.my-banner-slider .my-container .swiper-pagination {
  position: absolute;
  bottom: -25%;
}
.my-banner-slider .my-container .swiper-pagination-bullet {
  background-color: #ff4c00;
  opacity: 1;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.my-banner-slider .my-container .swiper-pagination-bullet-active {
  background-color: #ff4c00;
  height: 16px;
  width: 16px;
}

/* My Banner Slider */

/* Travel Articles */

.travel-articles {
  padding-top: 2vh;
  margin-bottom: 8vh;
}

.travel-articles .section-heading {
  margin-top: 10vh;
  margin-bottom: 10vh;
  /* border: 2px solid red; */
  text-align: center;
  letter-spacing: 0.7px;
  padding: 2vw 0;
  margin-bottom: 2vw;
}
.travel-articles .section-heading p {
  margin-bottom: 0.5vw;
  font-size: 1.1vw;
}
.travel-articles .section-heading h2 {
  font-size: 3vw;
}
.travel-articles .card-section {
  /* border: 2px solid red; */
  width: 85%;
  margin: auto;
}
.travel-articles .card-section .my-card {
  position: relative;
  box-shadow: 0px 24px 59.1px -24px #00000040;
  margin: 1.5vw;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
}
.travel-articles .card-section .my-card .my-img-card {
  display: flex;
}
.my-img-card a {
    position: absolute;
    bottom: 0;
    left: 25px;
    transform: translateY(50%);
}
.travel-articles .card-section .my-card .my-card-info {
  padding: 1.5vw;
  letter-spacing: 0.8px;
}
.travel-articles .card-section .my-card .my-card-info div {
  font-size: 1.6vw;
  font-weight: 700;
  margin-top: 0.5vw;
  margin-bottom: 1vw;
}
.travel-articles .card-section .my-card .my-card-info p {
  font-size: 0.95vw;
  margin-bottom: 1vw;
}
.travel-articles .card-section .my-card .my-card-info a {
  color: #ff4c00;
  margin-bottom: 1vw;
  font-weight: 700;
  font-size: 1.2vw;
}
.travel-articles .card-section .my-card .my-card-rating {
  position: absolute;
  top: 4%;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 0.2vw;
  box-shadow: 0px 4px 27.3px -5px #00000040;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 15px;
}

/* Travel Articles */

.contact-form-action .form-group{
    position:relative
}
.contact-form-action .form-group .form-icon{
    position:absolute;
    top:15px;
    left:15px;
    color:#5d646d;
    font-size:18px
}
.contact-form-action .form-group .search-btn,.contact-form-action .form-group .submit-btn{
    position:absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.contact-form-action .form-group .search-btn{
    background-color:transparent;
    border:none;
    padding:3px 10px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    color:#0d233e
}
.contact-form-action .form-group .search-btn:hover{
    color:#FF5252
}
.contact-form-action .form-control{
    height:auto;
    line-height:inherit;
    padding:10px 20px 10px 40px;
    font-size:13px;
    color:#0d233e;
    border-color:rgba(128,137,150,.2);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    background-color:#fff
}
.contact-form-action .form-control:focus{
    border-color:#FF5252
}
.contact-form-action .message-control{
    height:130px
}

/* Footer */

footer .footer-top {
  background: #141b34;
  color: #fff;
  padding: 10vh 0;
}

footer .footer-top .my-container .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer-top .my-container .my-row .my-col {
  width: calc(100% / 3);
  /* border: 2px solid red; */
}
footer .footer-top .my-container .my-row .my-col:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-top .my-container .my-row .my-col .my-content {
  padding: 2.5vw;
  /* border: 2px solid red; */
  letter-spacing: 0.7px;
}
footer .footer-top .my-container .my-row .my-col .my-content p {
  margin-bottom: 2vw;
}
footer .footer-top .my-container .my-row .my-col .my-content h4 {
  font-family: "Inter";
  font-size: 1.25vw;
  margin-bottom: 1.5vw;
}
footer .footer-top .my-container .my-row .my-col .my-content a {
  color: #fff;
}
footer .footer-top .my-container .my-row .my-col .my-content ul {
  list-style: none;
}
footer .footer-top .my-container .my-row .my-col .my-content ul li {
  padding-bottom: 1.25vw;
}
footer .footer-top .my-container .my-row .my-col .my-content div {
  margin-bottom: 2vw;
  /* border: 2px solid red; */
}
footer .footer-top .my-container .my-row .my-col .my-content div img {
  max-width: 100%;
}

footer .footer-bottom {
  background: #10162a;
  color: #ffffff99;
}
footer .footer-bottom .my-container {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 3vw;
}
footer .footer-bottom .social-media-icons {
  display: flex;
  flex-direction: row;
  padding: 0.8vw 0;
}
footer .footer-bottom .social-media-icons img {
  max-width: 80%;
}

/* Footer */


/* whatsapp integrate */
/* Whatsapp Chatbot Css */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

textarea#chat-input {
  border: none;
  font-family: 'Arial', sans-serif;
  width: 100%;
  height: 42px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 42px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url('https://elfsight.com/assets/chats/patterns/whatsapp.png');
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.kAZgZq::before {
  position: absolute;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
@media (max-width: 568px){
    a.blantershow-chat {
        bottom: 60px;
        right: 15px;
    }
}
/* Whatsapp Chatbot Css */
.modal {
    z-index: 99999;
}


@media screen and (max-width: 1024px) {
  .hero-section .hero-content p {
    font-size: 1.2vw;
    padding: 4px 0;
    margin-top: 25px;
  }
  .hero-section .hero-content h1 {
    font-size: 4.5vw;
    line-height: 3.5rem;
  }

  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 12%;
    font-size: 14px;
  }
  .top-destination-section .section-heading p {
    font-size: 1.5vw;
  }
  .top-destination-section .section-heading h3 {
    font-size: 4vw;
    margin-top: 0.5vw;
  }
  .explore-destination .section-heading p {
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
  }
  .explore-destination .section-heading h2 {
    font-size: 3vw;
  }
  .travel-articles .card-section .my-card .my-card-info {
    padding: 1.5vw;
  }
  .travel-articles .card-section .my-card .my-card-info div {
    font-size: 1.75vw;
    font-weight: 700;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
  }
  .travel-articles .card-section .my-card .my-card-info p {
    font-size: 1.15vw;
    margin-bottom: 1vw;
  }
  .travel-articles .card-section .my-card .my-card-info a {
    color: #ff4c00;
    margin-bottom: 1vw;
    font-weight: 700;
    font-size: 1.5vw;
  }
  footer .footer-top .my-container .my-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .footer-top .my-container .my-row .my-col {
    width: calc(100% / 2);
    /* border: 2px solid red; */
  }

  footer .footer-top .my-container .my-row .my-col .my-content p {
    margin-bottom: 2vw;
    font-size: 1.8vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content h4 {
    font-size: 2.5vw;
    margin-bottom: 3vw;
  }

  footer .footer-top .my-container .my-row .my-col .my-content ul li {
    padding-bottom: 2vw;
    text-wrap: nowrap;
  }
  footer .footer-top .my-container .my-row .my-col .my-content div {
    margin-bottom: 5vw;
    /* border: 2px solid red; */
  }
  footer .footer-top .my-container .my-row .my-col .my-content div img {
    max-width: 50%;
  }
  footer
    .footer-top
    .my-container
    .my-row
    .my-col
    .my-content
    div
    .payment-img {
    max-width: 80%;
  }

  footer .footer-bottom {
    background: #10162a;
    color: #ffffff99;
  }
  footer .footer-bottom .my-container {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.5vw;
    padding-right: 3vw;
  }
  footer .footer-bottom .my-container p {
    font-size: 1.8vw;
  }
  footer .footer-bottom .social-media-icons {
    display: flex;
    flex-direction: row;
    padding: 0.8vw 0;
  }
  footer .footer-bottom .social-media-icons img {
    max-width: 70%;
  }
}

@media screen and (max-width: 800px) {
  .navb ul {
    font-size: 2vw;
    gap: 2.5vw;
  }
  .navb .theme-btn {
    font-size: 2vw;
    padding: 1vw 2vw;
  }
  .navb div img {
    max-width: 60%;
  }
  .hero-section .hero-content p {
    font-size: 1.35vw;
    padding: 2px 0;
    margin-top: 30px;
  }
  .hero-section .hero-content h1 {
    font-size: 4vw;
    line-height: 2.5rem;
  }
  .hero-section .hero-content > div input {
    padding: 16px 42px;
    width: 100%;
    font-size: 14px;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 8%;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section .hero-content p {
    font-size: 1.5vw;
    padding: 2px 0;
    margin-top: 30px;
    width: 70%;
  }
  .hero-section .hero-content h1 {
    font-size: 4vw;
    line-height: 2.5rem;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 8%;
    font-size: 12px;
  }
  .top-destination-section .section-heading p {
    font-size: 2vw;
  }
  .top-destination-section .section-heading h3 {
    font-size: 5vw;
    margin-top: 0.5vw;
  }
  .take-a-trip-section .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 2vw;
  }
  .take-a-trip-section .section-heading h2 {
    font-size: 4vw;
    width: 70%;
  }
  .take-a-trip-section .section-heading button span {
    font-size: 1.8vw;
  }
  .take-a-trip-section .content-section {
    margin-top: 4vw;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card {
    margin-right: 1rem;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 h4 {
    font-size: 1.6vw;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 p {
    font-size: 1.2vw;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 img {
    max-width: 15%;
  }
  .explore-destination .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 1.8vw;
  }
  .explore-destination .section-heading h2 {
    font-size: 4.5vw;
  }

  .explore-destination .card-section .my-row {
    justify-content: center;
  }
  .explore-destination .card-section .my-row .my-col {
    width: calc(100% / 2);
  }
  .explore-destination
    .card-section
    .my-row
    .my-col
    .my-card
    .my-card-info
    div {
    font-size: 2.2vw;
    margin-bottom: 1vw;
  }

  .explore-destination .card-section .my-row .my-col .my-card .my-card-data {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .explore-destination .card-section .my-row .my-col .my-card .my-card-data p {
      font-size: 14px;
      margin-left: 3px;
  }
  .explore-destination .btn-section {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 5vh auto;
    padding: 8vh 0;
  }
  .our-achievements {
    width: 90%;
    margin: auto;
    margin-bottom: 5vh;
    margin-top: 15vh;
  }
  .our-achievements .my-row {
    align-items: center;
  }
  .our-achievements .my-row .my-col .my-content p {
    font-size: 1.5vw;
    margin-top: 4vh;
    margin-bottom: 0.5vh;
  }
  .our-achievements .my-row .my-col .my-content h2 {
    font-size: 3.5vw;
    margin-bottom: 3vh;
  }
  .our-achievements .my-row .my-col .my-content .my-content-info {
    font-size: 1.5vw;
    padding: 1.5vh 0;
  }
  .our-achievements .my-row .my-col .my-card-section .my-card h4 {
    font-size: 2.5vw;
    color: #ff4c00;
    margin-bottom: 0.5vw;
  }
  .our-achievements .my-row .my-col .my-card-section .my-card p {
    font-size: 1.8vw;
  }
  .my-banner-slider .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 2vw;
  }
  .my-banner-slider .section-heading h2 {
    font-size: 5vw;
  }
  .my-banner-slider .my-container .custom-nav-prev {
    width: 7%;
    left: calc(-7% / 2);
  }
  .my-banner-slider .my-container .custom-nav-next {
    width: 7%;
    right: calc(-7% / 2);
  }
  .travel-articles .section-heading {
    margin-top: 2vh;
    margin-bottom: 4vh;
  }
  .travel-articles .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 2vw;
  }
  .travel-articles .section-heading h2 {
    font-size: 5vw;
  }
  .travel-articles .card-section .my-card .my-card-info {
    padding: 2.5vw;
    letter-spacing: 0.8px;
  }
  .travel-articles .card-section .my-card .my-card-info div {
    font-size: 2.5vw;
    font-weight: 700;
    margin-top: 0.5vw;
    margin-bottom: 1.5vw;
  }
  .travel-articles .card-section .my-card .my-card-info p {
    font-size: 1.8vw;
    margin-bottom: 1.2vw;
  }
  .travel-articles .card-section .my-card .my-card-info a {
    color: #ff4c00;
    margin-bottom: 1vw;
    font-weight: 700;
    font-size: 2vw;
  }
}

@media screen and (max-width: 600px) {
    .hero-section {
      min-height: 560px;
    }
    .hero-section .hero-content > div {
        margin-top: 24px;
    }
  .navb ul {
    display: none;
  }
  .navb .my-menu-logo {
    display: flex;
    align-items: center;
    font-size: 30px;
    /* border: 2px solid red; */
  }
  .navb div img {
    max-width: 70%;
  }
  .hero-section .hero-content p {
    font-size: 1.7vw;
    padding: 3px 0;
    margin-top: 30px;
    width: 80%;
  }
  .hero-section .hero-content h1 {
    font-size: 4vw;
    line-height: 1.8rem;
  }
  .hero-section .hero-content > div input {
    padding: 14px 38px;
    width: 100%;
    font-size: 10px;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 8%;
    font-size: 10px;
  }
  .top-destination-section {
      padding: 60px 0 40px;
    }
  .top-destination-section .top-destination-cards .my-card .my-card-info h3 {
      font-size: 18px;
  }
  .txt_bottom h3 {
      font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
    .enquiry_form {
        bottom: 116px;
    }
  .navb div img {
    max-width: 75%;
  }
  .navb .my-menu-logo {
    font-size: 26px;
  }
  .hero-section .hero-content {
    width: 100%;
  }
  .hero-section .hero-content p {
    font-size: 3.5vw;
    padding: 5px 0;
    margin-top: 10vw;
    margin-bottom: 2vw;
    width: 90%;
  }
  .hero-section .hero-content h1 {
    width: 80%;
    font-size: 8vw;
    line-height: 2.5rem;
    margin: auto;
  }
  .hero-section .hero-content > div button {
    right: 6px;
    font-size: 12px;
  }
  .top-destination-section .section-heading p {
    font-size: 3vw;
  }
  .top-destination-section .section-heading h3 {
    font-size: 7vw;
    margin-top: 1vw;
  }
  .top-destination-section .top-destination-cards {
    width: 90%;
  }
  .take-a-trip-section {
    width: 88%;
  }
  .take-a-trip-section .section-heading {
    position: static;
  }
  .take-a-trip-section .section-heading p {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  .take-a-trip-section .section-heading h2 {
    font-size: 7vw;
    margin-bottom: 10vw;
    width: 90%;
  }
  .take-a-trip-section .section-heading button span {
    font-size: 4vw;
    text-wrap: nowrap;
  }

  .take-a-trip-section .content-section {
    margin-top: 4vw;
  }
  .take-a-trip-section .content-section .my-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .take-a-trip-section .content-section .my-row .my-col {
    width: 100%;
    flex-direction: column;
    gap: 2vw;
  }
  .take-a-trip-section .content-section .my-row .my-col:first-of-type {
    width: 100%;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card {
    margin-right: 0;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-nested-col {
    /* border: 2px solid red; */
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  .take-a-trip-section
    .content-section
    .my-row
    .my-col
    .my-nested-col:first-of-type {
    margin-top: 6vw;
  }

  .take-a-trip-section .content-section .my-row .my-col .my-card-2 {
    /* border: 2px solid red; */
    min-height: 30vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0px 14px 24px 0px #0000000f;
    padding: 8vw 6vw;
    border-radius: 15px;
    margin: 3vw 0;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2:hover {
    background-color: #ccf32f;
    cursor: pointer;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 h4 {
    font-size: 5vw;
    margin: 2vw 0;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 p {
    font-size: 4vw;
    margin: 0.5vw 0;
    width: 90%;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 img {
    max-width: 12%;
  }
  .explore-destination {
    /* border: 2px solid red; */
    padding-top: 1vh;
    padding-bottom: 2vh;
  }
  .explore-destination .section-heading {
    margin-bottom: 5vh;
    /* border: 2px solid red; */
    padding: 2vw 0;
  }
  .explore-destination .section-heading p {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .explore-destination .section-heading h2 {
    font-size: 7.5vw;
    padding: 0 10px;
    margin: auto;
  }
  .explore-destination .card-section .my-row {
    flex-direction: column;
    gap: 6vw;
  }
  .explore-destination .card-section .my-row .my-col {
    width: 100%;
  }
  .explore-destination
    .card-section
    .my-row
    .my-col
    .my-card
    .my-card-info
    div {
    font-size: 4.5vw;
    font-weight: 700;
    margin-bottom: 2vw;
  }
  .explore-destination .btn-section {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 5vh auto;
    padding: 5vh 0;
  }
  .our-achievements {
    /* border: 2px solid red; */
    margin-top: 5vh;
    padding-bottom: 18vh;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .our-achievements .my-row {
    flex-direction: column;
  }
  .our-achievements .my-row .my-col {
    width: 100%;
    /* border: 2px solid red; */
  }
  .our-achievements .my-row .my-col .my-content {
    width: 80%;
    margin: auto;
  }
  .our-achievements .my-row .my-col .my-content p {
    font-size: 3vw;
    margin-top: 4vh;
    margin-bottom: 1vh;
  }
  .our-achievements .my-row .my-col .my-content h2 {
    font-size: 7vw;
    margin-bottom: 3vh;
  }
  .our-achievements .my-row .my-col .my-content img {
    max-width: 140%;
  }
  .our-achievements .my-row .my-col .my-content .my-content-info {
    font-size: 3.5vw;
    padding: 2vh 0;
    text-align: justify;
  }
  .our-achievements .my-row .my-col .my-card-section {
    gap: 1.5vw;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* border: 2px solid red; */
  }
  .our-achievements .my-row .my-col .my-card-section .my-card {
    /* border: 2px solid red; */
    box-shadow: 0px 14px 24px 0px #0000000f;
    padding: 1.5vw;
    margin: 1.5vw 0;
    text-align: center;
  }
  .our-achievements .my-row .my-col .my-card-section .my-card h4 {
    font-size: 6vw;
    color: #ff4c00;
    margin-bottom: 1vw;
  }
  .our-achievements .my-row .my-col .my-card-section .my-card p {
    font-size: 3.5vw;
  }
  .my-bannner {
    overflow: hidden;
  }
  /*.my-bannner img {*/
  /*  max-width: 170%;*/
  /*  position: relative;*/
  /*  left: -50%;*/
  /*}*/
  .my-banner-slider {
    /* border: 2px solid red; */
    padding-top: 2vh;
    margin-bottom: 8vh;
  }

  .my-banner-slider .section-heading {
    margin-top: 5vh;
    margin-bottom: 5vh;
    /* border: 2px solid red; */
    text-align: center;
    letter-spacing: 0.7px;
    padding: 2vw 0;
  }
  .my-banner-slider .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 2.5vw;
  }
  .my-banner-slider .section-heading h2 {
    font-size: 7vw;
    width: 60%;
    margin: auto;
  }
  .my-banner-slider .my-container {
    width: 90%;
  }
  .my-banner-slider .my-container .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }

  .my-banner-slider .my-container .swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
  }
  .my-banner-slider .my-container .custom-nav-prev {
    width: 10%;
    left: calc(-10% / 2);
  }
  .my-banner-slider .my-container .custom-nav-next {
    width: 10%;
    right: calc(-10% / 2);
  }
  .travel-articles .section-heading {
    margin-top: 2vh;
    margin-bottom: 4vh;
  }
  .travel-articles .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 2.5vw;
  }
  .travel-articles .section-heading h2 {
    font-size: 7vw;
  }
  .travel-articles .card-section .my-card .my-card-info {
    padding: 4vw;
    letter-spacing: 0.8px;
  }
  .travel-articles .card-section .my-card .my-card-info div {
    font-size: 5vw;
    font-weight: 700;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
  .travel-articles .card-section .my-card .my-card-info p {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
  .travel-articles .card-section .my-card .my-card-info a {
    color: #ff4c00;
    margin-bottom: 1vw;
    font-weight: 700;
    font-size: 3.5vw;
  }
  footer .footer-top .my-container .my-row {
    flex-direction: column;
  }
  footer .footer-top .my-container .my-row .my-col {
    width: 100%;
    /* border: 2px solid red; */
  }
  footer .footer-top .my-container .my-row .my-col:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-top .my-container .my-row .my-col .my-content {
    padding: 2.5vw;
    /* border: 2px solid red; */
    letter-spacing: 0.7px;
  }
  footer .footer-top .my-container .my-row .my-col .my-content p {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content h4 {
    font-family: "Inter";
    font-size: 5vw;
    margin-bottom: 6vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content a {
    color: #fff;
  }
  footer .footer-top .my-container .my-row .my-col .my-content ul {
    list-style: none;
    font-size: 3.5vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content ul li {
    padding-bottom: 5vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content div {
    margin-bottom: 8vw;
    /* border: 2px solid red; */
  }
  footer .footer-top .my-container .my-row .my-col .my-content div img {
    max-width: 40%;
  }
  footer
    .footer-top
    .my-container
    .my-row
    .my-col
    .my-content
    div
    .payment-img {
    max-width: 70%;
  }

  footer .footer-bottom {
    background: #10162a;
    color: #ffffff99;
    position: relative;
    /* border: 2px solid red; */
  }
  footer .footer-bottom .my-container {
    flex-direction: column;
    align-items: center;
    padding: 3vw 0;
    padding-left: 2.5vw;
    padding-right: 3vw;
  }
  footer .footer-bottom .my-container p {
    font-size: 3vw;
  }
  footer .footer-bottom .social-media-icons {
    display: flex;
    flex-direction: row;
    padding: 0.8vw 0;
    position: absolute;
    top: -160%;
    align-self: flex-start;
    /* border: 2px solid red; */
  }
  footer .footer-bottom .social-media-icons img {
    max-width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .navb div img {
    max-width: 75%;
  }
  .navb .my-menu-logo {
    font-size: 26px;
  }
  .hero-section .hero-content {
    width: 100%;
  }
  .hero-section .hero-content p {
    font-size: 3.5vw;
    padding: 5px 0;
    margin-top: 10vw;
    margin-bottom: 2vw;
    width: 90%;
  }
}
@media screen and (max-width: 380px) {
  .navb div img {
    max-width: 75%;
  }
  .navb .my-menu-logo {
    font-size: 26px;
  }
  .hero-section .hero-content {
    width: 100%;
  }
  .hero-section .hero-content p {
    font-size: 3.5vw;
    padding: 5px 0;
    margin-top: 10vw;
    margin-bottom: 2vw;
    width: 90%;
  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 {
    min-height: 25vh;
  }
  footer .footer-bottom .social-media-icons {
    top: -175%;
  }
}
@media screen and (max-width: 325px) {
  .navb div img {
    max-width: 65%;
  }
  .hero-section .hero-content h1 {
    line-height: 2rem;
  }

  .take-a-trip-section {
    width: 88%;

  }
  .take-a-trip-section .content-section .my-row .my-col .my-card-2 {
    min-height: 25vh;
  }
  footer .footer-bottom .social-media-icons {
    top: -200%;
  }
  footer .footer-bottom .social-media-icons img {
    max-width: 70%;
  }
}
