/* General Styles */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Header */
header {
  background: url('https://via.placeholder.com/1200x500?text=Travel+With+Us') center/cover no-repeat;

}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
}

a {
  color: #000 !important;
}


img {
  margin-bottom: 20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px !important;
  border-radius: 10px;
  background-position: center center;
  
}


.mySwiper2 .swiper-slide {
  height: 240px !important;
}


.swiper {
/*  height: 400px;*/
}


.swiper-slide h3 {
  color: #fff;
  font-size: 31px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li a {
  color: white;
  font-weight: bold;
}

.hero {
background: url(ferryboats);
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height:500px;
  align-content: center;
}

.hero h1 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
}

.hero p {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background: #ff6f61;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  margin-bottom : 20px;
  margin-right : 20px;
}


.f-link {

  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none !important;

}

/* Sections */
section {
  padding: 60px 10%;
  text-align: center;
}

.services-container, .destinations-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

.service, .destination {
  flex: 1 1 250px;
  margin: 10px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
}

.destination img {
  width: 100%;
  border-radius: 10px;
}


.select2-container--default .select2-selection--single {
  background-color: #f1f2f6 !important;
  border: none!important;;
  height: 38px!important;;
  margin-top: 5px!important;;
  align-content: center!important;;
}


/* Contact Form */


form input, form textarea {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #aaa;
  border-radius: 5px;
}

form button {
  padding: 10px;
  background: #0077cc;
  color: white;
  border: none;
  border-radius: 5px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background: #222;
  color: white;
}
