body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
}

/* canvas  */

.img-mails {
  width: 100%;
  display: flex;
  /* background-color: red; */
  justify-content: space-between;
  padding: 0px;
  align-items: center;
}

.offcanvas {
  background-color: #d3ebf5 !important;
}

.offcanvas .sel {
  padding: 15px;
  width: 100%;
  border: none;
  font-size: 14px;
  border-radius: 8px;
  background-color: white;
}

.sel select {
  width: 90%;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}

.offcanvas .us {
  width: 100%;
  padding: 15px 48px 15px 15px;
  background-color: white;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}

.us select {
  width: 100%;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}

.btn-close {
  box-shadow: none !important;
  color: #036 !important;
}

.mobileam {
  width: 78px;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: transparent;
  border: 0.5px solid #036;
  color: #036;
  font-size: 16px;
  font-weight: 500;
  margin-left: 30px;
  text-decoration: none;
}

.mobile h6 {
  border-radius: 4px;
  background-color: transparent;
  border: 0.5px solid #036;
  color: #036 !important;
  font-size: 16px;
  font-weight: 500;
  margin-left: 40px;
}

.nav_li a {
  text-decoration: none;
  color: inherit;
}

.nav_li {
  padding: 0px;
}

.nav_li li {
  font-weight: 500;
  list-style-type: none;
  height: 50px;
}

.nav_li .home {
  color: #e20505;
}

.nav_li a:hover {
  color: #e20505;
}

.relate {
  position: relative;
}

.loginDrop {
  display: none;
  position: absolute;
  background-color: white;
  height: 300px;
  z-index: 1000;
  width: 93%;
}

.loginDropm {
  display: none;
  position: absolute;
  background-color: white;
  height: 300px;
  z-index: 1000;
  width: 93%;
}

.loginDropm.active {
  display: block;
}

.loginDrop.active {
  display: block;
}

/* desktop */

button {
  cursor: pointer;
}

.mobile {
  display: none;
}

select:focus,
  option:focus,
  :focus {
  outline: none;
}

/* header  */

.header {
  background-color: #d3ebf5;
  max-width: 100%;
  height: 100%;
}

.header section {
  padding: 5px 50px;
}

.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headermail {
  height: 16px;
  width: 16px;
  /* margin-bottom: 8px; */
  margin-right: 5px;
}

.headermail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mail {
  display: block;
  height: 30px;
  font-size: 14px;
  max-width: 100%;
}

.mail li {
  color: #606060;
  width: 100%;
  max-width: 200px;
}

.logo {
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  font-size: 30px;
  margin-top: 15px;
  overflow: hidden;
  display: block;
}

.logo img {
  width: 100%;
}

.mailselect {
  padding: 0px;
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mail select {
  background-color: transparent;
  padding: 8px;
  border: none;
  color: #606060;
}

.mail span {
  /* margin: 0px 10px */
  font-size: 14px;
}

.img-mail {
  width: 320px;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  align-items: center;
}

.nav_list {
  display: flex;
  width: 600px;
  justify-content: space-between;
  align-items: center;
}

.nav_list a {
  color: #404040;
  text-decoration: none;
}

.nav_list li {
  cursor: pointer;
  margin-top: 15px;
  color: #404040;
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav_list li:hover {
  color: #e20505;
}

.nav_list a:hover {
  color: #e20505;
}

.us span {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.us {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}

.us img {
  width: 100%;
}

.nav_list .home {
  color: #e20505;
}

.btnsl {
  display: flex;
  justify-content: space-between;
  width: 180px;
}

.btnsl a {
  padding: 10px;
  border-radius: 5px;
}

.btnsl :first-child {
  background-color: transparent;
  color: #036;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 4px;
  border: 0.5px solid #036;
}

.btnsl :first-child:hover {
  border: 0.5px solid #036;
  color: white !important;
  padding: 10px 12px;
  border-radius: 4px;
  background: #036;
}

.btnsl a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.btnsl .signup {
  border: 0.5px solid #036;
  color: white;
  padding: 10px 12px;
  border-radius: 4px;
  background: #036;
}

.btnsl .signup:hover {
  border: 0.5px solid #036;
  color: white;
  padding: 10px 12px;
  border-radius: 4px;
  background: #6a84b7;
}

.Book {
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* background-color: blue; */
  max-width: 100%;
}

.flight_img {
  flex-grow: 1;
}

.bg_img {
  max-width: 500px;
  height: 300px;
  margin-right: 50px;
  flex-grow: 1;
}

.bg_img img {
  width: 100%;
  height: 300px;
  /* object-fit: cover; */
}

.flight_img h1 {
  margin-top: 60px;
  color: #036;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.flight_img p {
  color: #e20505;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dummy {
  height: 180px;
  max-width: 100%;
  position: relative;
}

.tab {
  position: absolute;
  width: 100%;
  bottom: 50px;
}

.tab-container {
  display: flex;
  justify-content: start;
  align-items: center;
}

.tab-container a {
  color: #505050;
  text-decoration: none;
}

.tabBtn {
  padding: 13px;
  text-align: center;
  width: 150px;
  background-color: transparent;
  border: none;
  color: #505050;
  font-weight: 600;
  line-height: normal;
  font-size: 15px;
}

.activeBtn.tabBtn {
  border-radius: 12px 12px 0px 0px;
  background: #fafafa;
}

.tab-content {
  max-width: 100%;
  padding: 30px;
  border-radius: 0px 12px 12px 12px;
  background: #fafafa;
  position: relative;
}

.impt-cities {
  background-color: rgb(255, 255, 255, 0.9);
  border: 1.5px solid lightgrey;
  width: 455px;
  padding: 10px;
  height: 160px;
  position: absolute;
  display: none;
  border-radius: 4px;
  bottom: 103px;
}

.cities .active {
  display: none;
}

.cities {
  padding: 0px;
  display: block;
}

.impt-cities.active {
  display: block;
}

.impt-cities h6 {
  color: #036;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.to-cities {
  background-color: rgb(255, 255, 255, 0.9);
  width: 455px;
  padding: 10px;
  height: 160px;
  position: absolute;
  display: none;
  border-radius: 4px;
  bottom: 103px;
  left: 270px;
  transition: 0.3s ease-in;
}

.to-cities.active {
  display: block;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  max-width: 100%;
}

.destination article {
  border-radius: 4px;
  border: 0.3px solid #404040;
  padding: 12px;
  gap: 8px;
}

.destination {
  width: 41%;
  display: flex;
  justify-content: start;
  gap: 20px;
  position: relative;
}

.form .book-now {
  width: 13%;
  display: flex;
  justify-content: space-between;
}

.book-now button {
  width: 100%;
  height: 70px;
  font-weight: bold;
  margin-left: auto;
  border-radius: 4px;
  background: #036;
  border: none;
  color: white;
}

.book-now a {
  text-decoration: none;
  color: white;
}

.book-now button:hover {
  color: white;
  background: #6a84b7;
}

.form input {
  width: 100%;
  background-color: transparent;
  padding: 0px;
  border: none;
  color: #707070;
  font-weight: 500;
}

.form input:focus {
  border: none;
  outline: none;
}

.form span {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}

/* country and places  */

.places {
  padding: 5px 50px;
  max-width: 100%;
  margin-top: 30px;
}

.country {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.country article {
  width: 31%;
  min-width: 340px;
  height: 300px;
}

.country p {
  color: #404040;
  font-weight: 500;
  margin-top: 10px;
  font-size: 15px;
}

.places h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.places h2 {
  font-size: 30px;
  font-weight: 700;
}

.images {
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}

h2 .xplore {
  color: #036;
  font-size: 30px;
  font-weight: 700;
}

.images img {
  width: 100%;
}

strike {
  color: #fb1d1d;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

/* our service  */

.ourservice .one {
  width: 18%;
  min-width: 150px;
  text-align: center;
  color: black;
  padding: 10px;
}

.one p {
  color: black;
}

.ourservice h3,
  p {
  height: 30px;
  margin-top: 10px;
}

/* subscribe  */

.subscribe {
  max-width: 100%;
  background: #036;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.subscribe h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.subscribe .one {
  width: 35%;
  padding: 0px;
  height: 60px;
}

.subscribe p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.subscribe form {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.subscribe input[type="email"] {
  font-size: 16px;
  border-radius: 4px;
  background: #ededed;
  width: 76%;
  height: 50px;
  padding: 12px 16px;
  border: none;
  outline: none;
  color: #404040;
  font-weight: 400;
  line-height: normal;
}

.subscribe input[type="submit"] {
  width: 22%;
  height: 50px;
  border: none;
  padding: 15px;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f00707;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.subscribe input[type="submit"]:hover {
  background-color: #711b1b;
}

/* footer  */

.myfoot {
  width: 100%;
  background-color: #f7f9fa;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}

.myfoot p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.foot-img {
  width: 150px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.myfoot .one {
  width: 35%;
}

.one img {
  width: 100%;
}

.myfoot .two {
  max-width: 65%;
  width: 650px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.myfoot .two h3 {
  color: #e20505;
  font-size: 16px;
  font-weight: 700;
}

.myfoot .two a {
  text-decoration: none;
  color: inherit;
}

.myfoot .two li {
  list-style-type: none;
  height: 40px;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.myfoot .two li:hover {
  color: #e20505;
}

.myfoot .car i {
  font-size: 30px;
}

.car img {
  height: 40px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.social {
  display: flex;
}

.social img {
  width: 100%;
}

.social div {
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.reserveds {
  max-width: 100%;
  padding: 10px;
  background-color: #f7f9fa;
  justify-content: center;
  align-items: center;
}

.reserveds div {
  text-align: center;
  color: #a7a7a7;
  font-size: 13px;
  height: 30px;
  font-weight: 500;
}

.loop-mobile {
  display: none;
}

/* tablet  */

@media only screen and (max-width: 870px) {
  .header section {
    padding: 5px 30px;
  }

  .headermail {
    height: 12px;
    width: 12px;
    margin-bottom: 17px;
    margin-right: 5px;
  }

  .headermail img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mail ul {
    padding: 0px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mail i {
    font-size: 10px;
  }

  .mail span {
    font-size: 10px;
  }

  .mail li {
    color: #606060;
  }

  .us span {
    width: 17px;
    height: 17px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }

  .us {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
  }

  .mail select {
    background-color: transparent;
    padding: 5px;
    border: none;
    font-size: 8px;
    color: #606060;
  }

  .logo {
    margin-top: 40px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100px;
  }

  .nv {
    height: 100px;
  }

  .nav_list {
    display: flex;
    width: 380px;
    justify-content: space-between;
    align-items: center;
  }

  .nav_list li {
    cursor: pointer;
    color: #404040;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .btnsl :first-child {
    background-color: transparent;
    color: #036;
    font-size: 10px;
    border-radius: 4px;
    border: 0.5px solid #036;
  }

  .btnsl {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }

  .btnsl .signup {
    border: 0.5px solid #036;
    font-size: 10px;
    color: white;
    border-radius: 4px;
    background: #036;
  }

  .bg_img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 470px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-right: 0px;
    background-color: transparent;
  }

  .bg_img img {
    width: 100%;
    /* height: 100%; */
  }

  .dummy {
    height: 100px;
    max-width: 100%;
    position: relative;
  }

  .Book {
    height: 300px;
    display: flex;
    justify-content: space-between;
  }

  .flight_img {
    width: 500px;
  }

  .flight_img h1 {
    margin-top: 80px;
    color: #036;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
  }

  .flight_img p {
    color: #e20505;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tabBtn {
    padding: 10px;
    text-align: center;
    width: 100px;
    background-color: transparent;
    border: none;
    color: #505050;
    font-weight: 600;
    font-size: 12px;
  }

  .activeBtn {
    border-radius: 12px 12px 0px 0px;
    background: #fafafa;
  }

  .selectcont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 390px;
  }

  .selectcont div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px;
    height: 30px;
    width: 118px;
    background: transparent;
    border-color: lightgrey;
    border-radius: 4px;
    border: 0.3px solid #cbcaca;
  }

  .selectcont p {
    height: 17px;
    width: 17px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .selectcont img {
    width: 100%;
  }

  .tab {
    position: absolute;
    width: 100%;
    bottom: 30px;
  }

  .selectcont select {
    width: 100%;
    border: none;
    padding: 5px;
    background: transparent;
    color: #707070;
    font-size: 10px;
  }

  .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    max-width: 100%;
  }

  .destination article {
    border-radius: 4px;
    border: 0.3px solid #cbcaca;
    width: 100%;
    padding: 8px;
  }

  .form .destination {
    width: 41%;
    display: flex;
    justify-content: start;
    gap: 10px;
    position: relative;
  }

  .leave {
    border-right: 1px solid rgb(103, 103, 103);
  }

  .leaving {
    border-radius: 4px;
    border: 0.3px solid #cbcaca;
    width: 41%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .form input {
    background-color: transparent;
    padding: 0px;
    border: none;
    font-size: 10px;
    color: #707070;
    font-weight: 500;
  }

  .form input:focus {
    border: none;
    outline: none;
  }

  .form span {
    color: #909090;
    font-size: 8px;
    font-weight: 400;
  }

  .loop {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #003366;
    position: absolute;
    left: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18px;
  }

  .loop i {
    color: white;
    font-size: 12px;
  }

  .leaving article {
    width: 100%;
    gap: 8px;
    padding: 8px;
  }

  .book-now button {
    font-weight: bold;
    border-radius: 4px;
    background: #036;
    border: none;
    color: white;
    height: 65px;
    font-size: 10px;
  }

  .places {
    padding: 5px 30px;
    max-width: 100%;
    margin-top: 10px;
  }

  .places h2 {
    font-size: 20px;
    font-weight: 700;
  }

  .places h4 {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0px;
  }

  h2 .xplore {
    color: #036;
    font-size: 20px;
    font-weight: 700;
  }

  .country p {
    color: #404040;
    width: 100%;
    font-weight: 500;
    height: 20px;
    margin-top: 15px;
    font-size: 11px;
  }

  .hotels {
    margin-top: 30px;
  }

  .hotels h3 {
    margin-top: 5px;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
  }

  .hotel_num {
    color: #909090;
    font-size: 9px;
    font-weight: 400;
  }

  .country {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .country p {
    color: #404040;
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 3px;
  }

  .country article {
    max-width: 100%;
    min-width: 170px;
    height: 200px;
  }

  .discount {
    color: #e20505;
    font-size: 11px;
    font-weight: lighter;
    margin: 0px 10px;
  }

  h3 > img {
    height: 10px;
  }

  strike {
    color: #fb1d1d;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
  }

  .images {
    max-width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
  }

  .images img {
    width: 100%;
    /* height: 100%; */
  }

  .xbtn {
    width: 150px;
    margin: 5px auto;
  }

  .xbtn button {
    width: 100%;
    font-size: 13px;
    text-align: center;
    border: none;
    width: 140px;
    padding: 10px 14px;
    gap: 8px;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    background: #036;
  }

  .Tour {
    display: none;
  }

  .ourservice {
    max-width: 100%;
    background: #f9f9f9;
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .ourservice .one {
    width: 20%;
    min-width: 180px;
    text-align: center;
    color: black;
    /* padding: 10px; */
  }

  .ourservice h3 {
    color: #262626;
    font-size: 13px;
    padding: 0px;
    height: 20px;
    font-weight: 600;
  }

  .ourservice p {
    font-size: 12px;
    color: black;
  }

  .subscribe .one {
    width: 40%;
    height: 100px;
  }

  .subscribe h3 {
    margin-top: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }

  .subscribe {
    max-width: 100%;
    background: #036;
    padding: 13px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .subscribe p {
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    line-height: normal;
  }

  .subscribe input[type="email"] {
    font-size: 9px;
    border-radius: 4px;
    background: #ededed;
    width: 67%;
    height: 30px;
    padding: 10px 12px;
    border: none;
    outline: none;
    color: #404040;
    font-weight: 400;
    line-height: normal;
  }

  .subscribe input[type="submit"] {
    width: 29%;
    height: 30px;
    border: none;
    padding: 8px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #f00707;
    cursor: pointer;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
  }

  .myfoot p {
    color: #404040;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .myfoot .one {
    width: 33%;
    min-width: 230px;
    height: 250px;
  }

  .myfoot .two {
    width: 63%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }

  .foot-soc {
    display: none;
  }

  .myfoot .two h3 {
    color: #e20505;
    font-size: 11px;
    font-weight: 600;
  }

  .myfoot .two li {
    list-style-type: none;
    width: 100%;
    color: #525252;
    height: 20px;
    font-size: 10px;
    font-weight: 500;
  }

  .foot-img {
    width: 100px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }

  .car img {
    height: 20px;
    width: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }

  .myfoot .social i {
    font-size: 10px;
    color: #16245d;
    cursor: pointer;
  }

  .myfoot {
    max-width: 100%;
    background-color: #f7f9fa;
    padding: 25px 30px;
    height: 200px;
    display: flex;
    justify-content: space-between;
  }

  .social {
    display: flex;
    justify-content: space-between;
  }

  .reserveds div {
    text-align: center;
    color: #a7a7a7;
    font-size: 9px;
    font-weight: 500;
    height: 30px;
  }

  .social {
    display: flex;
  }

  .social img {
    width: 100%;
  }

  .social div {
    width: 15px;
    height: 15px;
    overflow: hidden;
  }

  .loop-mobile {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
  .Desktop {
    display: none;
  }

  .mobile {
    background-color: #d3ebf5;
    height: 100%;
    padding: 0px 0px 15px 0px;
    display: block;
  }

  .mobile section {
    padding: 0px 15px;
  }

  .mobile nav {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .mobile-logo {
    height: 70px;
    width: 140px;
    overflow: hidden;
  }

  .mobile-logo img {
    width: 100%;
  }

  .mobile button {
    width: 78px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: transparent;
    border: 0.5px solid #036;
    color: #036;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
  }

  .mobilea {
    width: 78px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: transparent;
    border: 0.5px solid #036;
    color: #036;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
    text-decoration: none;
  }

  .bars {
    width: 30px;
    height: 30px;
  }

  .bars img {
    width: 100%;
  }

  .tex h3 {
    color: #036;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .tex p {
    color: #e20505;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .planeMob {
    width: 25px;
    height: 25px;
  }

  .planeMob img {
    width: 25px;
  }

  .mob-btn {
    width: 40%;
  }

  .icons-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-left: 30px;
  }

  .tabBtn {
    padding: 13px;
    text-align: center;
    width: 150px;
    background-color: transparent;
    border: none;
    color: #404040;
    font-size: 16px;
    font-weight: 500;
  }

  .activeBtn.tabBtn {
    border-radius: 12px 12px 0px 0px;
    background: #fafafa;
  }

  .imgs img {
    width: 30px;
  }

  .tab-content {
    max-width: 100%;
    padding: 10px;
    border-radius: 0px 12px 12px 12px;
    background: #fafafa;
  }

  .selectcont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .selectcont div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    height: 40px;
    width: 100px;
    border-width: thin;
    background: transparent;
    border-color: lightgrey;
    border-radius: 4px;
    border: 0.2px solid #404040;
  }

  .form {
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .destinations article {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 0.3px solid #404040;
  }

  .destinations {
    width: 100%;
  }

  .destinations span {
    color: #909090;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .destinations input {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .form .book-now {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .book-now button {
    width: 100%;
    height: 60px;
    font-weight: bold;
    margin-left: auto;
    border-radius: 4px;
    background: #036;
    border: none;
    color: white;
  }

  .book-now a {
    text-decoration: none;
    color: white;
  }

  .book-now button:hover {
    color: white;
    background: #6a84b7;
  }

  .places {
    padding: 20px;
    max-width: 100%;
  }

  .country {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    overflow-x: auto;
  }

  .ourservice {
    max-width: 100%;
    background: #f9f9f9;
    padding: 10px 30px;
    display: block;
  }

  .ourservice .one {
    width: 30%;
    margin: auto;
    text-align: center;
    color: black;
  }

  .ourservice h3 {
    color: #262626;
    font-size: 16px;
    padding: 0px;
    height: 20px;
    font-weight: 600;
  }

  .ourservice p {
    font-size: 12px;
    color: black;
  }

  .Tour {
    display: block;
  }

  .icon {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
    overflow: hidden;
  }

  .subscribe {
    max-width: 100%;
    background: #036;
    display: block;
    padding: 13px 13px 13px;
  }

  .subscribe h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
  }

  .subscribe .one {
    width: 100%;
    height: 80px;
  }

  .subscribe p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
  }

  .subscribe form {
    display: block;
    width: 100%;
  }

  .subscribe input[type="email"] {
    font-size: 16px;
    border-radius: 4px;
    background: #ededed;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    border: none;
    outline: none;
    color: #404040;
    font-weight: 400;
    line-height: normal;
  }

  .subscribe input[type="submit"] {
    width: 100%;
    height: 50px;
    border: none;
    padding: 15px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #f00707;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }

  .subscribe input[type="submit"]:hover {
    background-color: #711b1b;
  }

  .myfoot {
    max-width: 100%;
    display: block;
    padding: 10px;
    height: 100%;
  }

  .myfoot p {
    color: #404040;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .foot-img {
    width: 150px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }

  .myfoot .one {
    width: 100%;
    height: 200px;
  }

  .one img {
    width: 100%;
  }

  .myfoot .two {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .myfoot .two li {
    color: #525252;
    height: 22px;
    font-size: 10px;
    font-weight: 500;
  }

  .myfoot .car i {
    font-size: 30px;
  }

  .car img {
    height: 15px;
    width: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }

  .first_footer {
    padding: 0px;
  }

  .loop-mobile {
    display: block;
    position: relative;
  }

  .loops {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #036;
    left: 150px;
    top: 55px;
  }

  .loops img {
    width: 70%;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.ms-1 {
  -webkit-margin-start: 0.25rem;
          margin-inline-start: 0.25rem;
}

.ms-2 {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}

.ms-3 {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}

.ms-auto {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-\[30px\] {
  height: 30px;
}

.w-10 {
  width: 2.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-full {
  width: 100%;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[2\] {
  width: 2;
}

.w-\[px\] {
  width: px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[15px\] {
  width: 15px;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-customBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
}

.bg-customWhite {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(210 235 245 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-end {
  text-align: end;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.text-custom-black {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-customBlue {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}

.text-customHash {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.star {
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(241 217 2 / var(--tw-text-opacity));
}

.carPrice {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(251 29 29 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.carPriceDiscount {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.applicantLabel {
  margin-left: auto;
  margin-right: auto;
  width: 7rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.applicantlabel {
  width: 13rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.applicantInput {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 235 245 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .applicantInput {
    margin-top: 0px;
    width: 12rem;
  }
}

.details {
  width: 50%;
  flex-direction: column;
}

.details > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.details {
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.VisaHeader {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: space-between;
}

.VisaHeader div input {
  height: 3rem;
  width: 6rem;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

.formRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.formRow > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.formRow {
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.formRow label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.formRow input {
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(210 235 245 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

.radioRow {
  display: flex;
  justify-content: flex-start;
}

.radioRow > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 768px) {
  .radioRow > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.xplore {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block;
  border-radius: 0.25rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.xplore:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 132 183 / var(--tw-bg-opacity));
}

#date {
  margin-top: 1rem;
  display: none;
  font-size: 7px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #date {
    display: block;
  }
}

@media (min-width: 1024px) {
  #date {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.message {
  padding: 1rem;
}

@media (min-width: 768px) {
  .message {
    margin-bottom: 0px;
    margin-top: 0px;
    flex-direction: row;
    justify-content: space-between;
  }

  .message > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .message {
    padding: 3rem;
  }
}

.contactInput {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(144 144 144 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

.hover\:bg-\[\#6a84b7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 132 183 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mt-\[50px\] {
    margin-top: -50px;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-\[360px\] {
    height: 360px;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-\[185\] {
    width: 185;
  }
}