* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}
/* Navbar */
#logo {
  font-size: 36px;
  font-weight: 700;
  color: black;
  text-shadow: 1px 1px 1px white;
  margin-bottom: 5px;
}
#logo span-1 {
  color: orange;
}
#logo span-2 {
  color: black;
}
#logo span-3 {
  color: gray;
}
.navbar-toggler span {
  color: #0e0e0e;
}
.navbar-nav {
  margin-left: 90px;
}
.nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: orange;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: 0.5s ease;
}
.nav-item .nav-link:hover {
  background-color: #ffa500;
  color: white;
}
#navbar form button {
  color: white;
  border: none;
}
/* Home */
.home {
  width: 100%;
  height: 120vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(IMA-GES/BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.home .content {
  text-align: center;
  padding-top: 300px;
}
.home .content h5 {
  color: white;
  font-size: 38px;
  font-weight: 500;
  text-shadow: 1px 7px 8px black;
}
.home .content h1 {
  color: white;
  font-size: 70px;
  font-weight: 550;
  text-shadow: 0px 1px 10px orange;
  margin-top: 5px;
}
.changecontent::after {
  content: " ";
  color: #ffa500;
  text-shadow: 0px 1px 10px black;
  animation: changetext 10s infinite linear;
}
@keyframes changetext {
  0%{content: "India";}
  10%{content: "France";}
  20%{content: "United States";}
  30%{content: "Italy";}
  40%{content: "Canada";}
  50%{content: "Germany";}
  60%{content: "United Kindom";}
  70%{content: "singapore";}
  80%{content: "Thailand";}
  90%{content: "Malaysia";}
  100%{content: "Austria";}
}
.home .content p {
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 2px 2px 1px black;
  margin-bottom: 50px;
  margin-top: 5px;
}
.home .content a {
  padding: 10px;
  background: rgb(5, 235, 139);
  color: black;
  letter-spacing: 1px;
  font-weight: 550;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.5s;
}
.home .content a:hover {
  background: #ffa500;
  color: white;
}
/*  Book */
.book {
  background: #f9f9f9;
  padding: 50px;
}
.main-text h1 {
  text-align: center;
  text-shadow: 1px 1px 1px white;
  font-weight: 600;
}
.main-text h1 span {
  color: #ffa500;
}
.book .card {
  border-radius: 10px;
  box-shadow: 0px 5px 5px -6px black;
}
.book .row {
  margin-top: 30px;
}
.book form input {
  padding: 10px;
  color: black;
  border: none;
  outline: none;
  font-size: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 5px -6px black;
}
.book form textarea {
  border: none;
  border-radius: 10px;
  resize: none;
  box-shadow: 0px 5px 5px -6px black;
  height: 200px;
}
.book .submit {
  width: 160px;
  font-size: 16px;
  font-weight: 550;
  background: #ffa500;
  color: white;
  margin-top: 10px;
  transition: 0.5s;
}
.book .submit:hover {
  width: 170px;
}
/* Packages */
.main-txt h1 {
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  text-shadow: 1px 1px 1px white;
}
.main-txt h1 span {
  color: #ffa500;
}
.packages .card {
  border-radius: 50px;
  border: none;
  box-shadow: rgba(195, 112, 112, 0.1) 0px 4px 12px;
}
.packages .card img {
  border-radius: 5px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.packages .card .card-body {
  background: transparent;
}
.packages .card .card-body h3 {
  font-size: 25px;
  font-weight: 600;
}
.packages .card .card-body p {
  font-size: 15px;
}
.checked {
  color: #ffa500;
}
.star i {
  font-size: 15px;
}
.packages .card .card-body h6 {
  font-size: 20px;
}
.packages .card .card-body a {
  padding: 10px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}
.package-img {
  height: 250px;
}
.booking-btn {
  color: white;
  background-color: #ffa500;
  height: 40px;
  width: 90px;
  border: none;
  border-radius: 5px;
}
.booking-btn:hover {
  background-color: #937745;
  color: black;
}

.packages .card img:hover {
  transform: scale(1.02);
}
/* Services */
.services {
  background: #f9f9f9;
  margin-top: 50px;
}
.services .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  cursor: pointer;
}
.services .card-body:hover {
  transform: scale(1.05);
}
.services .card i {
  font-size: 80px;
  text-align: center;
  color: #ffa500;
  margin-top: 20px;
}
.services .card .card-body h3 {
  font-weight: 600;
}
.services .card .card-body {
  text-align: center;
}
/* Gallery */
.gallery {
  margin-top: 50px;
}
.gallery .card {
  border-radius: 10px;
  cursor: pointer;
}
.gallery .card img {
  border-radius: 10px;
  transition: 0.5s;
}
.gallery .card img:hover {
  transform: scale(1.05);
}
/* About */
.about {
  padding: 50px;
  margin-top: 50px;
}
.about .card {
  border-radius: 10px;
}
.about .card img {
  border-radius: 10px;
}
.about h2 {
  font-weight: 600;
  letter-spacing: 1px;
}
.about p {
  font-weight: 500;
}
#about-btn {
  width: 150px;
  height: 38px;
  border: none;
  border-radius: 5px;
  background: #ffa500;
  color: white;
  letter-spacing: 2px;
  font-weight: 550;
  transition: 0.5s ease;
  cursor: pointer;
}
#about-btn:hover {
  width: 170px;
}
/* Footer */
#footer {
  width: 100%;
  text-align: center;
}
#footer h1 {
  font-weight: 600;
  padding-top: 30px;
  text-shadow: 1px 1px 1px white;
}
#footer span-1 {
  color: orange;
}
#footer span-2 {
  color: black;
}
#footer span-3 {
  color: gray;
}
#footer h1 span {
  color: #ffa500;
}
.social-links i {
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  background: black;
  color: white;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: 0.5s ease;
  cursor: pointer;
}
.social-links i:hover {
  background: #ffa500;
}
.credit a {
  text-decoration: none;
}
