/* ----------Google Fonts Added---------- */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/* font-family: "Mulish", sans-serif; */

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Mulish", sans-serif;
}

#hide {
  display: none;
}

/* -------------------------Shared Styles Starts Here-------------------------*/
.text-center {
  text-align: center;
}

.display-flex {
  display: flex;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3.125rem;
  margin-bottom: 1.5rem;
}

.section-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: rgba(19, 19, 24, 0.7);
}

.btn-primary {
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5625rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
/* -------------------------Shared Styles Ends Here-------------------------*/

/* ----------Navbar Styles Added---------- */
nav {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.nav-container {
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

/* -----Navbar Left Content----- */
.nav-logo {
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.nav-logo h3 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 45px;
  color: rgb(19, 19, 24);
}
.nav-logo span {
  margin-left: 10px;
  color: rgb(60, 0, 255);
}

/* -----Navbar Right Content----- */
.nav-links {
  list-style: none;
  gap: 44px;
}
.nav-link {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 23px;
  color: rgb(60, 0, 255);
}
.home a {
  font-weight: 700;
  color: rgb(60, 0, 255);
}
.fa-bars {
  display: none;
}

/* ----------Banner Section Styles Added---------- */
.banner-section {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.banner-container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(
      0deg,
      rgba(18, 18, 18, 0),
      rgba(18, 18, 18, 0.7) 100%
    ),
    url(../assets/Images/banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  padding: 6.25rem 0rem;
}
.banner-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 5rem;
  margin-bottom: 1.5rem;
  color: rgb(255, 255, 255, 0.9);
}
.banner-description {
  margin-bottom: 10rem;
  color: rgb(255, 255, 255, 0.9);
}

/* -----  ----- */
.banner-inputs {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

.banner-inputs-container {
  justify-content: space-between;
  align-items: center;
}

/* ----- ----- */
.input {
  padding-left: 1rem;
  height: 3.25rem;
  width: 10.875rem;
  border-radius: 0.5rem;
  border: none;
  cursor: text;
  color: rgba(19, 19, 24, 0.5);
  background-color: rgb(255, 255, 255);
}
.input:focus {
  outline: 1px solid rgb(60, 0, 255);
}

/* -----  ----- */
.input-favicon {
  background-image: url(assets/serdivan-avm-1024x693);
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  background-position: 150rem;
  padding-left: 1rem;
  height: 3.25rem;
  width: 10rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  color: rgba(19, 19, 24, 0.5);
  background-color: rgb(255, 255, 255);
}
.input-favicon:focus {
  outline: 1px solid rgb(60, 0, 255);
}

/* -----  ----- */
.input-anchor {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  background-color: rgb(60, 0, 255);
  color: white;
  width: 10rem;
  height: 3.25rem;
  border-radius: 0.5rem;

  background-image: url(../assets/search.ico);
  background-repeat: no-repeat;
  background-size: 1.3rem 1.3rem;
  background-position: 1.5rem center;
  padding-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------Main Section Styles Added---------- */
main {
  max-width: 1440px;
  margin: 0 auto;
}

/* ----------Our Popular Tours Section Styles Added---------- */
.popular-tours-section {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 100px;
  justify-content: space-between;
  align-items: center;
}

.popular-text-container {
  flex-direction: column;
  align-items: start;
}
.popular-text-container p {
  margin-bottom: 1.5rem;
  color: rgba(60, 0, 255);
}
.popular-text-container li {
  list-style-position: inside;
  padding-left: 1rem;
  margin-bottom: 1rem;
  color: rgba(19, 19, 24, 0.7);
}
.popular-text-container a {
  margin-top: 0.5rem;
}
.popular-image-container img {
  width: 100%;
}

/* ----------Choose Your Destination Section Styles Added---------- */
.choose-destination-section {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.choose-destination-section img {
  width: 100%;
  height: 300px;
  filter: brightness(90%);
}

.destination {
  margin-bottom: 3rem;
}

.row-1,
.row-2,
.row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
}
.row-2 {
  grid-template-columns: 1fr 1.27fr 0.73fr;
}
.row-3 {
  grid-template-columns: 1fr 1.422fr;
}

.country-column {
  position: relative;
}

.country-name {
  position: absolute;
  top: 50%;
  color: rgb(255, 255, 255, 0.9);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2.25rem;
}

/* ----------Why Choose Us Section Styles Added---------- */
.why-choose-us-section {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.choose-us {
  margin-bottom: 3rem;
}

.item {
  box-sizing: border-box;
  border-radius: 16px;
  padding: 2rem;
}
.small-image {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}
.card-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}

/* -----Display Grid----- */
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.item-1 {
  border: 1px solid rgba(251, 181, 99, 0.2);
  background: rgba(251, 181, 99, 0.05);
}

.item-2 {
  border: 1px solid rgba(41, 206, 246, 0.2);
  background: rgba(41, 206, 246, 0.05);
}

.item-3 {
  border: 1px solid rgba(233, 68, 68, 0.2);
  background: rgba(233, 68, 68, 0.05);
  grid-column: 1 / 3;
  width: 50%;
  justify-self: center;
}

/* ---------- Deals And Discounts Section Styles Added ---------- */
.deals-discounts-section {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.discount-description {
  margin-bottom: 3rem;
}

.deals-discounts-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* -----Offers Container Styles Added----- */
.offers-container {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.container-1 {
  background-image: url(../assets/Images/resim549\ -\ Kopya.jpg);
}
.container-2 {
  background-image: url(../assets/Images/resim551\ \(1\).jpg);
}
.container-3 {
  background-image: url(../assets/Images/WhatsApp\ Görsel\ 2025-05-02\ saat\ 16.30.10_2f2d5691\ -\ Kopya.jpg);
}

.offers-content {
  box-sizing: border-box;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 16px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.8);
  width: 579px;
  height: 389px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 3.125rem;

  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.offers-content-2 {
  left: 5%;
}

.offer-info {
  gap: 1.5rem;
  color: rgb(90, 90, 93);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.fa-clock,
.fa-users,
.fa-location-dot {
  color: (60, 0, 255);
  margin-right: 0.625rem;
}
.offer-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  margin-top: 1.625rem;
  margin-bottom: 1rem;
}
.offer-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: rgb(90, 90, 93);
  margin-bottom: 1rem;
}
.offer-price {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5625rem;
  color: rgb(60, 0, 255);
  margin-bottom: 1.5rem;
}

/* -----See All Packages Button Styles----- */
.see-all-packages-container {
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

/* ----------Simple Perfect Place Styles Added---------- */
.perfect-place-section {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 100px;
  justify-content: space-between;
  align-items: center;
}

.perfect-place-container {
  flex-direction: column;
  align-items: start;
}
.perfect-place-container p {
  margin-bottom: 1.5rem;
  color: rgba(19, 19, 24, 0.7);
}
.perfect-place-container li {
  list-style-position: inside;
  padding-left: 1rem;
  margin-bottom: 1rem;
  color: rgb(19, 19, 24);
  font-weight: 700;
}
.perfect-place-container a {
  margin-top: 0.5rem;
}
.popular-image-container img {
  width: 100%;
}

/* ----------Newsletter Section Styles Added---------- */
.newsletter-section {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
.newsletter-container {
  box-sizing: border-box;
  outline: 1px solid rgb(60, 0, 255);
  border-radius: 1rem;
  padding: 2.5rem;
}

.newsletter-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.newsletter-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
  color: rgba(19, 19, 24, 0.7);
}

hr {
  border: none;
  border-top: 1px solid rgba(192, 204, 218, 0.6);
  margin-bottom: 1.5rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newsletter-form input {
  height: 3.25rem;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  background-color: rgba(19, 19, 24, 0.05);
  font-size: 1rem;
  border: none;
  color: rgba(19, 19, 24, 0.5);
}
.newsletter-form input::placeholder {
  color: rgba(19, 19, 24, 0.5);
}

.newsletter-form input:focus {
  outline: 1px solid rgb(60, 0, 255);
}
.newsletter-form button {
  background-color: rgb(60, 0, 255);
  color: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5rem;
  cursor: pointer;
  margin-top: 1rem;
}

.newsletter-image-container {
  position: relative;
}
.newsletter-image-container img {
  width: 100%;
}

/* -----Discount Badge Styles Added----- */
.discount-badge {
  background-color: rgb(60, 0, 255);
  color: rgb(255, 255, 255);
  border-radius: 1rem;
  max-width: 324px;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 3.5rem;
  right: 1rem;
  transform: rotate(-20deg);
}
.discount-badge h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.discount-badge h4 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
}

/* ----------Footer Section Styles Added---------- */
.footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(19, 19, 24, 0.05);
}
.footer-container img {
  width: 100px; 
  height: auto;
}


.footer-logo {
  align-items: center;
  gap: 20px;
  cursor: pointer;
  margin-bottom: 1rem;
}
.footer-logo h3 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 45px;
  color: rgb(19, 19, 24);
}
.footer-logo span {
  margin-left: 10px;
  color: rgb(98, 0, 255);
}

.footer,
.footer-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: rgb(90, 90, 93);
}
.social-icon {
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.social-icon i {
  color: rgb(19, 19, 24);
  margin-top: 2rem;
  font-size: 1.5rem;
  cursor: pointer;
}

/* -----hr line styles Added----- */
.footer-divider {
  width: 100%;
  max-width: 872px;
  border: none;
  border-top: 1px solid rgba(19, 19, 24, 0.1);
  margin: 2rem auto;
}

.copy {
  font-size: 1rem;
  color: rgb(19, 19, 24);
}
