* {
  padding: 0;
  margin: 0;
  position: relative;
}

body {
  background: rgba(255, 252, 244, 1);
}

@font-face {
  font-family: dinBlack;
  src: url("../fonts/DIN Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: din;
  src: url("../fonts/DIN.ttf");
  font-display: swap;
}
@font-face {
  font-family: dinBold;
  src: url("../fonts/DIN Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: dinMedium;
  src: url("../fonts/DIN Medium.ttf");
  font-display: swap;
}

section {
  padding: 3rem 0;
}
main{
  /* background: linear-gradient( rgba(255, 103, 18, 1), rgba(187, 35, 76, 1), rgba(67, 27, 124, 1)); */
  margin-top: 40px;

}
.wrap-container{
  max-width: 1375px;
  padding-inline: 60px;
  margin: auto;
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.logo-row img {
  max-width: 120px;
}

.banner-area {
  /* background-image: url("https://vacations-exotica.in/durga_pooja_landonly/images/Banner 1.jpg"); */
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 100vh; */
  border-radius: 30px;
  overflow: hidden;
  /* margin-bottom: 3rem; */
  position: relative;
  /* height: 100vh; */
}

.banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 16, 0.65) 4.55%,
    rgba(7, 27, 204, 0) 104.41%
  ); */
  padding: 80px 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner-text {
  color: #fff;
  font-family: dinBlack;
}
.get-set{
  font-size: 55px;
  line-height: 66px;
 text-shadow: 1px 6px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;

  font-family: din;
}
.departure-span{
  text-shadow: 1px 6px 4px  rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 3.4px;
  margin-top: 10px;
  margin-left: auto;
  font-family: din;
  float: right;

}
.mobile-banner{
  display: none !important;
}


.banner-text h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-shadow: 3px 5px 5.7px rgba(0, 0, 0, 0.25);
}
/* .form-area{
  top: -40px;
} */

.form-area .form {
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
  width: 400px;
  border-radius: 30px;
}
#main-form{
  padding-block: 30px 20px;
}

.form-heading {
  color: #FFFFFF;
  /* color: rgba(0, 0, 0, 0.7); */
  font-family: dinBlack;
  text-align: center;
  line-height: 23.74px;
  font-size: 26px;
  text-shadow: 2px 2px 4.7px rgba(0, 0, 0, 0.27);
  
}

.form input {
  background: rgba(255, 255, 255, 0.6);
  /* padding-block: 15px; */
}

form input::placeholder {
  text-transform: uppercase;
}
.card-btn{
  background: #FFD600;
  color: black;
  font-family: din;

  display: block;

  font-weight: 600;
  margin: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.theme-btn,
.theme-btn:hover {
  background: #f89826;
  /* padding-block: 12px; */
  color: #fff;
  font-family: din;
  margin: auto;
  display: block;
  width: 100%;
  font-weight: 600;
  /* margin-top: 50px; */
  /* margin: auto; */
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .formSubmit {
  width: 100%;
} */

.section-heading {
  font-family: dinBold;
  font-weight: 600;
  /* color: #FFFFFF; */
}

.inr-span{
color: #FFD600;

}
.without-span{
  font-size: 26px;
  line-height: 46px;
  font-weight: 300;
  display: block;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.explore-grid.grid-2 {
  grid-template-columns: 1fr 1fr;
  max-width: 65.85%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.explore-grid.grid-1 {
  max-width: 400px;

  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.explore-grid.align {
  /* grid-template-columns: 1fr 1fr; */
  /* max-width: 65.85%; */
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  padding: 15px;
  border-radius: 20px;
}

.card-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.card-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.card-content {
  position: relative;
}

.card-content::after {
  display: block;
  content: "";
  background-image: url("../images/plan.svg");
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.card-title {
  font-weight: bold;
  font-family: dinBold;
  font-size: 1.45rem;
  margin-bottom: 5px;
}

.day_night {
  font-family: din;
  margin-top: 5px;
  margin-bottom: 5px;
}

.duration_time {
  font-weight: bold;
  font-family: dinBold;
  font-size: 1.1rem;
}

.faculty-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.faculty {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.faculty-image {
  margin: auto;
  width: max-content;
  display: block;
  margin-bottom: 5px;
}

.faculty-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.faculty-name {
  font-family: dinBold;
}

.star-row {
  display: flex;
  gap: 5px;
  width: max-content;
  margin: auto;
}

.orange-overlay {
  background-color: #fff;
  height: 150vh;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.glider-track {
  display: flex;
  gap: 20px;
}

.button-row {
  width: 80px;
  margin: auto;
  height: 50px;
  margin-top: 20px;
}
.button-row button i{
  color: black;
}

footer {
  /* background: #FFD600; */
  padding: 40px 0;
  background-image: url("https://vacations-exotica.in/winter-git-24-airfare/images/footer-(1).jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.footer-text-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.footer-text-row p {
  font-weight: 600;
  font-size: 0.9rem;
}

.copyright {
  grid-row: 2/3;
}

.privacy {
  font-size: 1.1rem !important;
  grid-column: 2/3;
  text-align: right;
}

.contact {
  grid-column: 2/3;
  text-align: right;
}

.star-row .fa-solid,
.star-row .fa-regular {
  color: #fcc153;
}

.right-text p:first-child {
  font-size: 1.1rem;
}

.btn-price-row .btn {
  border-radius: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.message_wrapper {
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  margin-bottom: 20px;
}

.message_wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.message_wrapper.success {
  background: green;
}

.message_wrapper.danger {
  background: red;
}

.mobile {
  display: none !important;
}

footer .logo img {
  max-width: 120px;
}


/* filter css */

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
}

.filter-wrapper {
  position: relative;
}

.filter-btn {
  background: #111827;
  color: white;
  border: none;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
}

.filter-btn:hover {
  background: #e1bc02;
}

.dropdown {
  position: absolute;
  right: 0;
  top: 45px;
  background: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  min-width: 150px;
  overflow: hidden;
  z-index: 999;
}

.dropdown button {
  padding: 8px 15px;
  border: none;
  background: white;
  text-align: left;
  cursor: pointer;
}

.dropdown button:hover {
  background: #f3f4f6;
}
