body {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.width {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
}
.link-text{
  transition: 0.3s ;
  cursor: pointer;
}
.link-text:hover{
color: #AF0421;
}
.navbar .nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .nav-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-black {
  color: #222223;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 28px;
}
.text-normal {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 400;
  line-height: 28px;
}
.text-normal2 {
  font-size: 16px;
  color: #8d8d91;
  font-weight: 400;
  line-height: 28px;
}
.text-normal3 {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 28px;
}
.text-white {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.text-md {
  font-weight: 400;
  font-size: 14px;
  color: #6f6f6f;
}
.text-thin {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 16px;
}
.text-sm {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.98px;
  color: #3d3d3d;
}
.btn-black {
  background: #222223;
  border-radius: 12px;
  padding: 16px 27px;
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-black:hover{
  background: #494949;
}
.btn-blue {
  background: #404040;
  border-radius: 12px;
  padding: 16px 27px;
  font-size: 16px;;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-blue:hover{
  background: #AF0421;
}
.btn-primary {
  background: #AF0421;
  border-radius: 12px;
  padding: 16px 27px;
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-primary:hover {
  background: #ff583e;

}
.heading1 {
  font-weight: 600;
  font-size: 52px;
  color: #001c34;
  margin-bottom: 20px;
}
.heading-white {
  font-weight: 700;
  font-size: 33px;
  color: #ffffff;
  margin: 0;
}
.heading2 {
  font-weight: 500;
  font-size: 17px;
  color: #050505;
}
.heading3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #222223;
  width: 40%;
  text-align: center;
}
.heading4 {
  font-weight: 600;
  font-size: 21px;
  color: #ffffff;
}
.heading5 {
  font-weight: 700;
  font-size: 17px;
  color: #222223;
}
.heading-sm {
  font-weight: 700;
  font-size: 15px;
  color: #222223;
}
.heading-blue {
  font-weight: 500;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: -0.48px;
  color: #364564;
}
.hero-form {
  background: #e7e8e9;
  border-radius: 14px;
  padding: 13px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.hero-input {
  background: #ffffff;
  border-radius: 10px;
  height: 60px;
  color: #8d8d91;
  font-size: 16px;
  font-weight: 500;
  padding: 0 23px;
  border: none;
}
.btn-big {
  background: #AF0421;
  border-radius: 12px;
  font-size: 16px;
  color: white;
  border: none;
  height: 60px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-big:hover{
  background: #BF364D;
}
.flag-container {
  width: 80%;
  max-width: 750px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.flag-card {
  border: 1.26px solid #d3dad6;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  width: 30%;
  max-width: 200px;
  min-width: 150px;
}
.best {
  display: flex;
}
.best-left {
  width: 45%; 
  padding-right: 30px;
}
.best-right {
  width: 55%;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 10%;
}
.best-right-box {
  width: 45%;
}

.booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.booking-left {
  width: 45%;
}
.booking-right {
  width: 55%;
}
.booking-img {
  max-width: 600px;
  width: 40%;
}
.rent {
  padding: 50px 0;
}
.rent .rent-div .rent-cards {
  width: 25%;
}
.rent .rent-div {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
}
.immerse {
  background: #AF0421;
  border-radius: 20px;
  width: 80%;
  margin: 100px auto;
  padding: 5vw 0;
}
.immerse-inner {
  background: #ffffff;
  box-shadow: 1px 1px 47px rgba(130, 130, 130, 0.14);
  border-radius: 25px;
  padding: 35px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
}
.immerse .immerse-img {
  width: 40%;
  border-radius: 10px;
}
.testimonial {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  
}
.testimonial .testimonial-div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.testimonial .testimonial-div .testimonial-card {
  width: 24%;
  max-width: 300px;
  min-width: 190px;
  border: 1px solid #ededed;
  padding: 20px 10px;
}
.testimonial .testimonial-top {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 50%;

  border-bottom: 1px solid #ededed;
}
.publish {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
}
.publish .publish1 {
  width: 49%;
  background: #101e24;
  box-shadow: 0px 3px 20px rgba(8, 15, 52, 0.06);
  border-radius: 22px;
  padding: 70px 50px;
}
.publish .publish2 {
  width: 49%;
  background: #ffffff;
  box-shadow: -3px -3px 20px rgba(8, 15, 52, 0.06);
  border-radius: 22px;
  padding: 70px 50px;
}
.news {
  margin: 100px auto;
}
.news .news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-div {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  overflow-x: scroll;
}
.news-card {
  border: 1px solid #ededed;
  padding: 15px 12px;
  width: 32%;
}
.news-btn2 {
  display: none;
  margin-top: 30px;
}
.faq .faq-div {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.faq .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-part {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}
.faq-text {
  font-weight: 500;
  font-size: 16px;
  color: #11181c;
}
.answer {
  display: none;
}
.active {
  display: block;
}
.email {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
}
.email .logo-sec {
  width: 40%;
}
.email .email-sec {
  width: 35%;
}
.link {
  display: flex;
  justify-content: space-between;
}
.link-div-A{
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.link-div-B{
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.link-div{
  width: 30%;
}
.link-div2 {
  width: 35%;
}


@media only screen and (max-width: 1200px) {
  .width {
    width: 90%;
  }
  .flag-container {
    width: 100%;
  }
  .heading3 {
    width: 90%;
  }
  .immerse-inner {
flex-direction: column;  
justify-content: flex-start;
gap: 30px;
}
  .jojo {
    width: 100%!important;
    /* border: 2px solid red; */
  }
}
@media (min-width: 901px) {

  .sidebar {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .heading1 {
    font-weight: 600;
    font-size: 40px;
    color: #001c34;
    margin-bottom: 20px;
  }
  .heading-white {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    margin: 0;
  }
  .heading2 {
    font-weight: 500;
    font-size: 16px;
    color: #050505;
  }
 .width .heading3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #222223;
    width: 70%;
    text-align: center;
  }
  .heading4 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
  }
  .heading5 {
    font-weight: 700;
    font-size: 18px;
    color: #222223;
  }
  .heading-sm {
    font-weight: 700;
    font-size: 16px;
    color: #222223;
  }
  .heading-blue {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -0.48px;
    color: #364564;
  }
  .nav-main {
    display: none !important;
  }
  .nav-main-small {
    display: flex !important ;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar {
    display: none;
    background-color: #ffffff;
    width: 300px;
    height: 100vh;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .hero-form {
    flex-direction: column;
    gap: 10px;
  }
  .input {
    width: 100% !important;
  }
  .input-btn {
    width: 100px !important;
    margin-top: 10px;
  }
  .best {
    flex-direction: column !important;
  }
  .best-left {
    width: 100%;
    border: none;
    text-align: center;
  }
  .best-right {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0;
  }
  .best-right-box {
    min-width: 200px;
  }
  .immerse {
    width: 100%;
  }



  .immerse-inner {
    flex-direction: column;
    width: 90vw !important;
    gap: 30px;

  }
  .immerse-img {
    width: 100% !important;

  }
  .testimonial-div {
    flex-wrap: wrap;
    justify-content: center !important;
    width: 100%;
  }
  .immerse {
    width: 100%;
  }
  .immerse .width {
    width: 100vh;
  }
  .immerse .immerse-inner {
    padding: 0;
    width: 100%;
  }
    .immerse .width .jojo {
    padding-top: 32px;
    width: 80%!important;
    /* border: 2px solid red; */
  }
  .immerse-img {
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 25px;
  }
  .testimonial .width .testimonial-card {
    width: 100%;
  }
  .testimonial-balls {
    /* display: none !important; */
  }
  .news-div {
    max-width: 800px;
    gap: 20px;
  }
  .news-card {
    min-width: 250px;
  }
  .news-btn {
    display: none;
  }
  .news-btn2 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .publish {
    flex-direction: column;
    gap: 30px;
  }
  .publish .publish1,
  .publish .publish2 {
    width: 100%;
  }
  .link{
    flex-direction: column;
  }
  .link-div2{
    width: 100%;
  }
  .link-div-A{
    width: 100%;
  }
  .link-div-B{
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .booking {
    flex-direction: column;
    align-items: flex-start;
  }
  .booking-left {
    width: 100%;
  }
  .booking-right {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .rent-div {
    margin-top: 80px!important;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .rent .rent-div .rent-cards {
    width: 80%;
  }
  .faq .faq-div {
    width: 100%;
  }
  .email {
    flex-direction: column;
  }
  .email-sec {
    width: 100% !important;
    margin-top: 30px;
  }
  .logo-sec {
    width: 100% !important;
  }
}
