* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'roboto', sans-serif;
}

body {
  min-height: 100vh;
  max-width: 100%;
  background: transparent;
}
.head-links{
  height: 50px;
  width: 100%;
  background: #040C39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11%;
  font-size: 18px;
  font-weight: 700;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 3px;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 350px;
  margin-left: -10%;
}

.navbar {
  background: transparent;
  padding: 5px 3%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: 'roboto', sans-serif;
}

.navbar img {
  height: 150px;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  text-transform: uppercase;
}

.nav-links li {
  position: relative;
  font-size: 14px;
}

.nav-links a {
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
  border-radius: 0;
  transition: all .4s ease;
  font-weight: 700;
}

.nav-links a:hover {
  background: #df000088;
  color: #fff;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.235);
  transform: scale(1.03);
}
.navbar button{
  background: orangered;
  width: 200px;
  height: 50px;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  color: #ffffff;
}

/* Submenu styles */

.submenu li a {
  padding: 10px 20px;
  white-space: nowrap;
  background: #3d301e99;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.submenu li a img {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  border-radius: 50%;
}

.submenu li a:hover {
  background-color: #df0000c6;
  margin-left: 15px;
  color: #fff;
}

/* Display submenu on hover */
.nav-links li:hover .submenu {
  display: block;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > a {
  text-decoration: none;
  color: #000;
  padding: 0.8rem;
  display: inline-block;
}
.submenu, .submenu-student {
  display: none;
  position: absolute;
  color: black;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.submenu li, .submenu-student li {
  position: relative;
}
.submenu a, .submenu-student a {
  text-decoration: none;
  color: #343a40;
  padding: 0.5em 2em;
  display: block;
  white-space: nowrap;
}
.dropdown:hover .submenu {
  display: block;
}
.submenu li:hover .submenu-student {
  display: block;
  top: 0;
  left: 101%;
}
/* Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 5% 35%;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: black;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form input {
  background: #fff;
}

input, button {
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

button {
  background-color: #007BFF;
  color: white;
  cursor: pointer;
  border: none;
}

button:hover {
  background-color: #0056b3;
}

/* Responsive Design */

/* Adjustments for screens smaller than 900px */
@media (max-width: 900px) {
  .modal-content {
      width: 90%;
  }

  form input, form button {
      font-size: 14px;
  }
}

/* Adjustments for screens smaller than 480px */
@media (max-width: 480px) {
  .modal-content {
      width: 95%;
      margin: 10px 10px;
  }

  form input, form button {
      font-size: 10px;
      padding: 6px;
  }

  .close-btn {
      font-size: 15px;
  }
}

nav ul li {
  list-style: none;
}
#home {
  padding: 3% 15%;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  z-index: -1;
  opacity: .9;
  padding: 2%;
}

.slideshow-container .mySlides img {
  height: 100vh;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.155);
}

/* Hide the images by default */
.mySlides {
  display: none;
  margin-bottom: 60px;
}

/* Caption text */
.text {
  color: #040c39;
  font-size: 30px;
  position: absolute;
  top: 8%;
  bottom: 50%;
  left: -5%;
  width: 100%;
  text-align: right;
}

.text span {
  font-size: 8rem;
  color: #ff5500;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
/* Hero section styles */
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('./images/visa.jpg') no-repeat center center/cover;
  color: #fff;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.hero-section p {
  font-size: 1.25rem;
  max-width: 700px;
  font-family: 'roboto', sans-serif;
  margin: 0 auto;
}

.about-container {
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
}
.about-us-section {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(11, 11, 11, 0.314);
  padding: 40px;
  text-align: center;
}
.about-us-section h1 {
  font-size: 36px;
  color: #2c3e50;
  font-family: 'roboto', sans-serif;
  margin-bottom: 20px;
}
.about-us-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 2px;
}
.about-us-section p strong {
  font-weight: bold;
}
.about-us-section .highlight {
  color: #2980b9;
  font-weight: bold;
}
.about-us-section .mission {
  font-size: 20px;
  color: #16a085;
}
.owner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(11, 11, 11, 0.314);
  padding: 30px;
  margin-bottom: 20px;
  transition: all .5s ease;
}
.owner-image {
  width: 300px;
  height: 350px;
  object-fit: cover;
  margin-right: 30px;
}
.owner-text {
  max-width: 600px;
  text-align: left;
}
.owner-text h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 15px;
}
.owner-text p {
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
}

.container {
  width: 100%;
  position: relative;
  margin: auto;
  z-index: -1;
  opacity: .9;
}

.home {
  margin-top: 80px;
  max-width: 100%;
  display: flex;
}

/* Container for the image (make sure it's relatively positioned) */
.home img {
  position: relative;
  display: block;  
  max-width: 500px; 
  width: 80%;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.155);
}

.home-text {
  position: absolute;
  background-color: #ffffff;
  color: #222222;
  border: 10px solid #49e8d6;
  border-style: inset;
  top: 53.5%;
  width: 28%;
  left: 9%;
  height: 60%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.255);
}

.home-text h4 {
  font-weight: 500;
  letter-spacing: .5px;
  text-align: left;
  padding: 10px 12%;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 13px;
}

.home-text h4 span {
  margin-right: 37%;
}

.home-text h1 {
  color: #0c2136;
  font-weight: 700;
  letter-spacing: .7px;
  text-align: left;
  font-family: 'cabin', sans-serif;
  padding: 10px 12%;
  margin-top: 1px;
  text-transform: uppercase;
  font-size: 4rem;
}

.home-text h5 {
  text-align: left;
  font-size: 16px;
  padding: 10px 12%;
  font-weight: 400;
  margin-top: -10px;
}

.home-text h5 span {
  margin-top: 10px;
}

.home-col-text {
  margin-left: 10%;
  font-family: 'cabin', sans-serif;
}

.home-col-text h5 {
  color: #77777B;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.home-col-text h1 {
  font-size: 2.2rem;
  margin-top: 20px;
}

.home-col-text h1 span {
  border-bottom: 3px solid #222222;
}

.home-col-text h3 {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
}
.home-col-text p{
  color: #000;
  font-weight: 400;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: .7px;
}
.home-col-text i{
  margin-left: 20px;
}
.link {
  margin-top: 40px;
  margin-bottom: 80px;
}
.links{
  list-style: none;
}
.links a{
  text-decoration: none;
}

#btn{
  background: #ffffff;
  border: 1px solid #b91313;
  border-radius: 5px;
  font-family: 'monteserrat', sans-serif;
  text-transform: uppercase;
  padding: 15px 24px;
  color: #000;
  min-width: 200px;
  margin: 10px 57%;
  cursor: pointer;
  transition: all .4s linear;
  position: relative;
}
#btn a{
  color: #000;
  transition: all .4s ease;
}
#btn:hover{
  color: #fff;
  background-color: #b91313;
}
#btn:hover a{
  color: #fff;
}
#btn i {
  font-size: 14px;
  margin-left: 12px;
}

.destination{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: transparent;
  margin-bottom: 6%;
}
.dest-container{
  flex-wrap: wrap;
  width: 100%;
  margin: 4% 20px;
}
.dest-img img{
  padding-top: 20px;
  height: 500px;
  width: 700px;
}
.dest-content{
  color: #040c39;
}
.dest-content h2{
  margin-top: 50px;
  font-size: 2.4rem;
  text-decoration: underline;
  text-decoration-color: #ff5500;
}
ul.dest-links {
  margin-top: 30px;
  list-style: none;
  display: flex;
  justify-content: left;
  gap: 50px;
  flex-wrap: wrap;
  text-align: left;
}
.dest-content ul li {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.255);
  width: 40%;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  gap: 20%;
  transition: all .5s ease;
}
.dest-content ul li a{
  color: #000;
  text-decoration: none;
  font-size: 25px;
  padding: 20px 0px 15px;
  margin-top: 15px;
}
.dest-content ul li a img{
  height: 50px;
  width: 50px;
  margin-left: 25px;
  margin-bottom: -15px;
}
.dest-content ul li:hover {
  border-bottom: 10px solid #ff5000;
  border-radius: 5px;
}
#contact {
  background: #cf2c2c;
}
.main {
  display: flex;
  flex-wrap: wrap;
}
.footer {
  padding: 60px 15%;
}
.list {
  width: 25%;
}
.list h4 {
  font-size: 25px;
  color: #040c39;
  margin-bottom: 30px;
  position: relative;
}
.list h4::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 60px;
  left: 0;
  bottom: -10px;
  background: #fff;
}
.list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.list ul{
  list-style: none;
}
.list ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  text-decoration: none;
  transition: .3s;
}
.list ul li a:hover {
  color: #040C39;
  transform: translateX(4px);
}
.list .social a{
  height: 40px;
  width: 40px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border-radius: 15px;
  transition: .3s;
  margin-right: 10px;
  text-decoration: none;
}
.list .social a img{
  height: 35px;
  border-radius: 15px;
}
.list .social a:hover {
  transform: translateY(-5px);
  background-color: #fff;
  color: #cf2c2c;
}
.end-text {
  text-align: center;
}
.end-text p {
  color: #fff;
  background: #040C39;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 4px;
}

/* Media Queries for responsiveness (max width 1350px) */

@media screen and (max-width: 900px) {
  .head-links{
    height: 20px;
    width: 100%;
    background: #040C39;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .navbar {
    flex-direction: column;
    align-items: center;
  }

  .nav-links {
    width: 100%;
    flex-direction: row;
    padding: 0;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    text-align: left;
    font-size: 8px;
    padding: 0 10px;
  }
  .submenu {
    list-style: none;
    margin-top: 2px;
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 10%;
  }
  .submenu li a {
    padding: 10px 20px;
    white-space: nowrap;
    background: #3d301e99;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
  }
  
  .submenu li a img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    border-radius: 50%;
  }
  
  .submenu li a:hover {
    background-color: #df0000c6;
    margin-left: 15px;
    color: #fff;
  }
  
  /* Display submenu on hover */
  .nav-links li:hover .submenu {
    display: block;
  }
  
  /* Slideshow container */
  .slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    z-index: -1;
    opacity: .8;
  }
  
  .slideshow-container .mySlides img {
    height: 50vh;
    background-size: cover;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  /* Caption text */
  .text {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 8%;
    bottom: 50%;
    left: -5%;
    width: 100%;
    transition: all .6s ease;
  }
  
  .text span {
    font-size: 3rem;
    color: #ff0000;
    transition: all .6s ease;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 4s;
  }
  
  @keyframes fade {
    from {
      opacity: .4;
    }
    to {
      opacity: 1;
    }
  }
  .container {
    width: 100%;
    position: relative;
    margin: auto;
    z-index: -1;
    opacity: .9;
  }
  .home {
    display: flex;
  }
  
  /* Container for the image (make sure it's relatively positioned) */
  .home img {
    position: relative;
    display: block;  
    width: 100%; 
    max-height: 300px; 
    border-radius: 4px;
    transition: all .5s ease;
    object-fit: cover;
  }
  
  .home-text {
    position: absolute;
    background-color: #ffffff;
    color: #222222;
    border: 10px solid #49e8d6;
    border-style: inset;
    top: 30%;
    width: 30%;
    left: 6%;
    height: 37%;
    transition: all .5s ease;
  }
  
  .home-text h4 {
    font-weight: 500;
    letter-spacing: .5px;
    text-align: left;
    padding: 6px 12%;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 10px;
    transition: all .5s ease;
  }
  
  .home-text h4 span {
    margin-right: 37%;
  }
  
  .home-text h1 {
    color: #0c2136;
    font-weight: 700;
    letter-spacing: .7px;
    text-align: left;
    font-family: 'cabin', sans-serif;
    padding: 6px 12%;
    margin-top: 1px;
    text-transform: uppercase;
    font-size: 3rem;
    transition: all .5s ease;
  }
  
  .home-text h5 {
    text-align: left;
    font-size: 11px;
    padding: 6px 12%;
    font-weight: 400;
    margin-top: -5px;
    transition: all .5s ease;
  }
  
  .home-text h5 span {
    margin-top: 5px;
  }
  
  .home-col-text {
    margin-left: 5%;
    font-family: 'cabin', sans-serif;
  }
  
  .home-col-text h5 {
    color: #77777B;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all .5s ease;
  }
  
  .home-col-text h1 {
    font-size: 2.5rem;
    margin-top: 10px;
    transition: all .5s ease;
  }
  .hero-section h1 {
    font-size: 2.5rem;
}

.hero-section p {
    font-size: 1rem;
}

.about-us h2 {
    font-size: 1.75rem;
}

.about-us p {
    font-size: 1rem;
}

.about-us ul li {
    font-size: 1rem;
}
.list {
  width:  100%;
}
.list h4{
  margin-top: 20px;
}
.newsletter form {
  margin-top: 15px;
  margin-left: 12%;
  max-width: 315px;
}
.end-text p{
  font-size: 14px;
  letter-spacing: .2px;
}
.owner-section {
  display: flex;
  flex-wrap: wrap;
}
.owner-text {
  margin-top: 10%;
}
  .list {
    width:  100%;
  }
  .newsletter form {
      width: 350px;
  }
  
.destination{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200vh;
  width: 100%;
  background: transparent;
  margin-bottom: 6%;
  flex-wrap: wrap;
}
.dest-container{
  flex-wrap: wrap;
  width: 100%;
  margin: 4% 20px;
}
.dest-img img{
  padding-top: 20px;
  height: 400px;
  width: 500px;
}
.dest-content{
  color: #040c39;
}
.dest-content h2{
  margin-top: 20px;
  font-size: 2.4rem;
  text-decoration: underline;
  text-decoration-color: #ff5500;
}
ul.dest-links {
  margin-top: 20px;
  list-style: none;
  display: flex;
  justify-content: left;
  gap: 50px;
  flex-wrap: wrap;
  text-align: left;
}
.dest-content ul li {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.255);
  width: 40%;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  gap: 20%;
  transition: all .5s ease;
}
.dest-content ul li a{
  color: #000;
  text-decoration: none;
  font-size: 25px;
  padding: 20px 0px 15px;
  margin-top: 15px;
}
.dest-content ul li a img{
  height: 50px;
  width: 50px;
  margin-left: 25px;
  margin-bottom: -15px;
}
.dest-content ul li:hover {
  border-top: 15px solid #ff5500;
  border-bottom: 15px solid #ff5000;
  transform: scale(1.02);
  transform: translateY(-5px);
  border-radius: 5px;
}
}
@media screen and (max-width: 480px) {
  .navbar {
    padding: 10px 5%;
    flex-direction: column;
    align-items: center;
    display: block;
  }
  .navbar img{
    height: 120px;
    width: 300px;
    margin-left: 12.5%;
  }

  .nav-links {
    width: 100%;
    flex-direction: column;;
    padding: 0;
  }
  .nav-links li{
    display: flex;
    flex-direction: column;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 45%;
    font-size: 10px;
    padding: 0 10px;
  }
  .navbar button{
    background: orangered;
    width: 150px;
    height: 40px;
    font-size: 12px;
    border-radius: 5px;
    border: none;
    margin-left: 7%;
    color: #ffffff;
  }
  .submenu {
    list-style: none;
    margin-top: 2px;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 85%;
  }
  .submenu li{
    width: 100%;
  }
  .submenu li a {
    padding: 10px 20px;
    white-space: nowrap;
    background: #3d301e99;
    color: #fff;
    text-decoration: none;
  }
  
  .submenu li a img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    border-radius: 50%;
  }
  
  .submenu li a:hover {
    background-color: #df0000c6;
    margin-left: 15px;
    color: #fff;
  }
  
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > a {
  text-decoration: none;
  color: #000;
  padding: 0.8rem;
  display: inline-block;
}
.submenu, .submenu-student {
  display: none;
  position: absolute;
  color: black;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.submenu li, .submenu-student li {
  position: relative;
}
.submenu a, .submenu-student a {
  text-decoration: none;
  color: #343a40;
  padding: 0.2em 1em;
  display: block;
  white-space: nowrap;
}
.dropdown:hover .submenu {
  display: block;
}
.submenu li:hover .submenu-student {
  display: block;
  top: 0;
  left: 51%;
}
  
  /* Display submenu on hover */
  .nav-links li:hover .submenu {
    display: block;
  }
  .container {
    width: 100%;
    position: relative;
    margin: auto;
    z-index: -1;
    opacity: .9;
  }
  .home {
    display: flex;
    flex-wrap: wrap;
  }
  .mySlides {
    display: none;
    margin-bottom: 60px;
  }
  .slideshow-container .mySlides img {
    height: 35vh;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.155);
  }
  /* Caption text */
  .text {
    color: #040c39;
    font-size: 5px;
    position: absolute;
    top: 8%;
    bottom: 50%;
    left: -5%;
    width: 100%;
    text-align: right;
  }
  
  .text span {
    font-size: 1.5rem;
    color: #ff5500;
  }
  
  
  /* Container for the image (make sure it's relatively positioned) */
  .home img {
    position: relative;
    display: block;  
    width: 100%; 
    max-height: 300px; 
    border-radius: 4px;
    transition: all .5s ease;
    object-fit: cover;
  }
  
  .home-text {
    position: absolute;
    background-color: #ffffff;
    color: #222222;
    border: 10px solid #49e8d6;
    border-style: inset;
    top: 15%;
    width: 80%;
    left: 10%;
    height: 30%;
    transition: all .5s ease;
  }
  
  .home-text h4 {
    font-weight: 500;
    letter-spacing: .5px;
    text-align: left;
    padding: 6px 12%;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 10px;
    transition: all .5s ease;
  }
  
  .home-text h4 span {
    margin-right: 37%;
  }
  
  .home-text h1 {
    color: #0c2136;
    font-weight: 700;
    letter-spacing: .7px;
    text-align: left;
    font-family: 'cabin', sans-serif;
    padding: 6px 12%;
    margin-top: 1px;
    text-transform: uppercase;
    font-size: 3rem;
    transition: all .5s ease;
  }
  
  .home-text h5 {
    text-align: left;
    font-size: 11px;
    padding: 6px 12%;
    font-weight: 400;
    margin-top: -5px;
    transition: all .5s ease;
  }
  
  .home-text h5 span {
    margin-top: 5px;
  }
  
  .home-col-text {
    margin-top: 90%;
    margin-left: 5%;
    font-family: 'cabin', sans-serif;
  }
  
  .home-col-text h5 {
    color: #77777B;
    text-transform: uppercase;
    font-size: 4px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all .5s ease;
  }
  
  .home-col-text h1 {
    font-size: 1rem;
    margin-top: 10px;
    transition: all .5s ease;
  }
  
.home-col-text h3 {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .5px;
  color: #2d2c2c;
}
.home-col-text p{
  color: #555555;
  font-weight: 400;
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: .7px;
}
.home-col-text i{
  margin-left: 20px;
}
  .links {
    margin-right: 80%;
  }
  .open{
    right: 0;
  }
  
#btn{
  background: #ffffff;
  border: 1px solid #b91313;
  border-radius: 5px;
  font-family: 'monteserrat', sans-serif;
  text-transform: uppercase;
  padding: 7px 12px;
  color: #000;
  min-width: 200px;
  margin: 10px 40%;
  cursor: pointer;
  transition: all .4s linear;
  position: relative;
}

.about-container {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
.about-us-section {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(11, 11, 11, 0.314);
  padding: 15px;
  text-align: center;
}
.about-us-section h1 {
  font-size: 18px;
  color: #2c3e50;
  font-family: 'roboto', sans-serif;
  margin-bottom: 20px;
}
.about-us-section p {
  font-size: 5px;
  color: #555;
}
.about-us-section p strong {
  font-weight: bold;
}
.about-us-section .highlight {
  color: #2980b9;
  font-weight: bold;
}
.about-us-section .mission {
  font-size: 10px;
  color: #16a085;
}
.owner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(11, 11, 11, 0.314);
  padding: 15px;
  margin-bottom: 10px;
  transition: all .5s ease;
}
.owner-image{
  width: 100px;
  height: 150px;
  object-fit: cover;
  margin-left: 25px;
}
.owner-text {
  max-width: 400px;
  text-align: center;
}
.owner-text h2 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 15px;
}
.owner-text p {
  font-size: 9px;
  color: #555;
  text-align: left;
  letter-spacing: .5px;
}
.destination{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180vh;
  width: 100%;
  background: transparent;
}
.dest-container{
  flex-wrap: wrap;
  width: 100%;
  margin: 4% 20px;
}
.dest-img img{
  padding-top: 20px;
  height: 300px;
  width: 350px;
}

.dest-content h2{
  margin-top: 5px;
  margin-left: 50px;
  font-size: 1.45rem;
  text-decoration: underline;
  text-decoration-color: #ff5500;
}
ul.dest-links {
  list-style: none;
  display: flex;
  justify-content: left;
  gap: 50px;
  flex-wrap: wrap;
  text-align: left;
}
.dest-content ul li {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.255);
  width: 40%;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  gap: 20%;
  transition: all .5s ease;
}
.dest-content ul li a{
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding: 20px 0px 15px;
  margin-top: 15px;
}
.dest-content ul li a img{
  height: 50px;
  width: 50px;
  margin-left: 25px;
  margin-bottom: -15px;
}
.dest-content ul li:hover {
  border-top: 15px solid #ff5500;
  border-bottom: 15px solid #ff5000;
  transform: scale(1.02);
  transform: translateY(-5px);
  border-radius: 5px;
}
.head-links{
  height: 50px;
  width: 100%;
  background: #040C39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  font-size: 10px;
  font-weight: 700;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 1px;
}
}

/* Media Queries for Responsiveness (Max width 1160px) */

.wa-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  color: #000;
  border-radius: 50px;
  transition: 0.5s all ease;
}

.wa-btn img {
  height: 60px;
  width: 60px;
  opacity: 1;
  padding: 0px;  
  margin-top: 5px;
  mix-blend-mode: color-burn;
  border-radius: 50%;
}

.wa-btn:hover {
  background: #16a085ac;
  transform: translateY(-10px);
}