@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Potta+One&display=swap");
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  font-family: "Poppins";
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  /* list-style-type: none; */
}

a {
  text-decoration: none;
  color: inherit;
}

.orange {
  color: #f37002;
}

.main_intro_section {
  height: 680px;
  width: 100%;
  background-color: red;
  position: relative;
}

.main_img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}

.dark_section {
  height: 80%;
  width: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, #000000, transparent);
}

.content_section {
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 40px;
}

.main_name {
  font-size: 24px;
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
}

.tag_line {
  font-size: 50px;
  font-weight: 500;
  color: white;
  line-height: 90px;
}

.book_now_btn {
  height: 60px;
  width: 180px;
  background-color: white;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.book_now_arrow {
  height: 52px;
  width: 52px;
  background-color: black;
  position: absolute;
  right: 4px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book_now_text {
  font-size: 16px;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.trust_box {
  height: 300px;
  width: 350px;
  background-color: #00000075;
  margin-top: 20px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

.tb_images_section {
  height: 30%;
  width: 100%;
  position: relative;
  /* background-color: red; */
  display: flex;
  padding-left: 20px;
  align-items: center;
}

.trust_imgs_1 {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  object-fit: cover;
}
.trust_imgs_2 {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  object-fit: cover;
  position: relative;
  right: 30px;
}
.trust_imgs_3 {
  height: 50px;
  position: relative;
  width: 50px;
  border-radius: 100px;
  object-fit: cover;
  right: 60px;
}

.trust_line {
  padding-left: 20px;
  font-size: 20px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.trust_rating {
  padding-left: 20px;
  font-size: 80px;
  color: white;
  margin-top: 5px;
  position: relative;
  font-weight: 600;
  /* background-color: red; */
}

.star_svg_section {
  position: absolute;
  top: 0;
  left: 150px;
}

.slot_section {
  height: 300px;
  width: 600px;
  /* background-color: red; */
  position: absolute;
  bottom: 0;
  right: 0;
}

.slot_arrow_section {
  height: 30%;
  width: 100%;
  /* background-color: blue; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  gap: 10px;
}

.slot_indi_arrow {
  height: 60px;
  width: 60px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.slot_slot_section {
  height: 70%;
  width: 100%;
  /* background-color: green; */
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: auto;
  padding-right: 20px;
}

.slot_slot_section::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.indi_slot {
  height: 80%;
  width: 460px;
  /* background-color: blue; */
  border-radius: 10px;
  background-color: #00000075;
  backdrop-filter: blur(5px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.indi_slot_img_section {
  height: 150px;
  width: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.indi_slot_img {
  height: 100%;
  width: 105%;
  border-radius: 10px;
  object-fit: cover;
}

.slot_content_section {
  height: 100%;
  width: calc(100% - 170px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding-top: 10px;
}

.slot_date {
  font-size: 20px;
  color: white;
  letter-spacing: 0.7px;
}

.slot_details {
  font-size: 18px;
  color: white;
  letter-spacing: 0.7px;
  font-weight: 300;
}

.slots_mobile {
  display: none;
}

/* home */

.header {
  height: 100px;
  width: 100%;
  /* background-color: red; */
  z-index: 1000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trust_box_home {
  height: 300px;
  width: 350px;
  background-color: #00000075;
  margin-top: 20px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  position: absolute;
  right: 10px;
  bottom: 10px;
  /* display: none; */
}

.content_section_home {
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 40px;
}

.main_header {
  height: 60px;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.279);
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  backdrop-filter: blur(5px);
}

.main_intro_section_home {
  height: 680px;
  width: 100%;
  background-color: red;
  position: relative;
}

.logo_section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo_circle {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_name {
  font-size: 20px;
  color: white;
  letter-spacing: 0.7px;
}

.links_section {
  display: flex;
  gap: 40px;
  align-items: center;
  color: white;
  font-size: 18px;
  letter-spacing: 0.7px;
}

.links {
  cursor: pointer;
}

.links:hover {
  color: #f37002;
}

.login_section {
  height: 50px;
  width: 140px;
  background-color: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.7px;
  font-size: 18px;
  cursor: pointer;
}

.logo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header_mobile {
  display: none;
}

.main_options {
  display: none;
}

.mobile-img {
  display: none;
}

@media screen and (max-width: 600px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .slot_section {
    display: none;
  }

  .content_section {
    /* background-color: red; */
    padding-left: 20px;
  }

  .main_name {
    font-size: 14px;
  }

  .tag_line {
    font-size: 22px;
    line-height: 36px;
    margin-top: 10px;
  }

  .book_now_btn {
    margin-top: 20px;
    height: 50px;
    width: 160px;
  }
  .book_now_arrow {
    height: 45px;
    width: 45px;
  }

  .book_now_text {
    font-size: 14px;
  }

  .trust_box {
    height: 250px;
    width: 250px;
  }

  .trust_imgs_1 {
    height: 40px;
    width: 40px;
  }
  .trust_imgs_2 {
    height: 40px;
    width: 40px;
    right: 20px;
  }
  .trust_imgs_3 {
    height: 40px;
    width: 40px;
    right: 40px;
  }

  .trust_line {
    font-size: 16px;
  }

  .trust_rating {
    font-size: 70px;
  }

  .star_svg_section {
    left: 130px;
  }

  .main_intro_section {
    height: 540px;
  }

  .slots_mobile {
    display: block;
    width: 100%;
    height: fit-content;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .mobile_indi_slot {
    height: 180px;
    width: 96%;
    /* background-color: red; */
    position: relative;
  }

  .mis_top_section {
    position: absolute;
    top: 0;
    height: 55%;
    width: 100%;
    /* background-color: #00000040; */
    background-color: #57b9d0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .mis_img_section {
    height: 150px;
    width: 120px;
    /* background-color: blue; */
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 10px;
    overflow: hidden;
  }

  .mobile_slot_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .mis_btn_section {
    height: 50px;
    width: 210px;
    background-color: #f37002;
    position: absolute;
    bottom: 20px;
    right: 0px;
    border-radius: 4px;
    /* box-shadow: 0 0 2px gray; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 0.7px;
    font-size: 14px;
  }

  .mts_date {
    width: 60%;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 500;
    color: white;
  }
  .mts_des {
    width: 60%;
    font-size: 12px;
    color: white;
  }

  .header {
    display: none;
  }

  .header_mobile {
    height: 100px;
    width: 100%;
    /* background-color: red; */
    z-index: 1000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main_header_mobile {
    height: 60px;
    width: 95%;
    background-color: rgba(255, 255, 255, 0.279);
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    backdrop-filter: blur(5px);
  }

  .content_section_home {
    height: 80%;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 20px;
  }

  .trust_box_home {
    height: 250px;
    width: 250px;
    /* position: relative; */
    left: 20px;
    bottom: 20px;
  }

  .main_intro_section_home {
    height: 600px;
    width: 100%;
    background-color: red;
    position: relative;
  }

  .logo_name {
    font-size: 14px;
  }

  .main_options {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #00000091;
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    top: 0;
  }

  .main_options1 {
    height: 100%;
    width: 30%;
  }

  .main_options2 {
    height: 100%;
    width: 70%;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    align-items: center;
    overflow: auto;
  }

  .main_options2::-webkit-scrollbar {
    height: 0px;
    width: 0px;
  }

  .options_title {
    height: 30px;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #f37002;
    flex-shrink: 0;
  }

  .options {
    flex-shrink: 0;
    height: 60px;
    width: 90%;
    background-color: #f37002;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    letter-spacing: 0.7px;
  }
}
