html {
  box-sizing: border-box;
}

* {
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #464e73 !important;
  position: relative;
}

.container {
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 15px;
}

.container2 {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 15px;
}

/* mobile menu */
.mobile-menu--show {
  display: flex !important;
}
.mobile-menu {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 7;
  align-items: start;
  justify-content: center;
}

.mobile-menu__plug {
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.4;
  z-index: 1;
}

.mobile-menu__inner {
  /* max-width: 90%; */
  background: white;
  flex: 1;
  margin-top: 32px;
  border-radius: 8px;
  padding: 24px 24px 12px 24px;
  z-index: 2;
}

.mobile-menu__item-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.mobile-menu__item {
  cursor: pointer;
  padding: 16px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  border-bottom: 1px solid #dae2fd;
}

.mobile-menu__item--last {
  margin-bottom: 0;
  border-bottom: none;
}

/* contactus modal  */
.mobile-menu--show2 {
  display: flex !important;
}

.mobile-menu2 {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 7;
  align-items: start;
  justify-content: center;
}

.mobile-menu__plug2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.4;
  z-index: 1;
}

.mobile-menu__inner2 {
  /* max-width: 90%; */
  max-width: 700px;
  background: white;
  flex: 1;
  margin-top: 32px;
  border-radius: 8px;
  padding: 24px 24px 12px 24px;
  z-index: 2;
}

.mobile-menu__item-close2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.mobile-menu__item2 {
  padding: 16px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  border-bottom: 1px solid #dae2fd;
}

.mobile-menu__item--last2 {
  margin-bottom: 0;
  border-bottom: none;
}
/* .contactus-modal-block {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  align-items: start;
  justify-content: center;
}

.mobile-menu__plug2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.4;
  z-index: 6;
}

.contactus-modal {
} */

/* header */
.header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 90px;
}

@media (max-width: 730px) {
  .header {
    margin-bottom: 32px;
  }
}

.header__logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__nav-box {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 730px) {
  .header__nav-box {
    display: none;
  }
}

.header__burger {
  cursor: pointer;
}

@media (min-width: 730px) {
  .header__burger {
    display: none;
  }
}

.header__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* "Bahamo is"  block */
.bahamo-is {
  display: flex;
  align-items: center;
  margin-bottom: 200px;
  justify-content: space-between;
}

@media (max-width: 970px) {
  .bahamo-is {
    margin-bottom: 80px;
    display: block;
  }
}

.bahamo-is__hero {
  border-radius: 16px;
  box-shadow: 0px 7.183px 14.365px 0px rgba(0, 0, 0, 0.08),
    0px 0px 3.591px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 3;
  background: white;
}

.glow-2 {
  position: absolute;
  top: -250px;
  right: -300px;
  transform: scale(0.8);
}

.glow-2-mobile {
  position: absolute;
  top: -100px;
  right: -400px;
  transform: scale(0.8);
  z-index: 1;
  display: none;
}
@media (max-width: 970px) {
  .bahamo-is__hero {
    display: none;
  }
  .glow-2 {
    display: none;
  }

  .glow-2-mobile {
    display: block;
  }
}

@media (max-width: 970px) {
  .bahamo-is__hero-mobile {
    border-radius: 16px;
    box-shadow: 0px 7.183px 14.365px 0px rgba(0, 0, 0, 0.08),
      0px 0px 3.591px 0px rgba(0, 0, 0, 0.04);
    z-index: 3;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
    position: relative;
  }
}

.bahamo-is__hero-mobile-inner {
  position: relative;
  width: 100%;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0px 7.183px 14.365px 0px rgba(0, 0, 0, 0.08),
    0px 0px 3.591px 0px rgba(0, 0, 0, 0.04);
}

.bahamo-is__hero-mobile-inner img {
  width: 100%;
  border-radius: 16px !important;
  overflow: hidden;
}

@media (min-width: 970px) {
  .bahamo-is__hero-mobile-inner {
    display: none;
    border-radius: 16px !important;
    z-index: 3;
    overflow: hidden;
    box-shadow: 0px 7.183px 14.365px 0px rgba(0, 0, 0, 0.08),
      0px 0px 3.591px 0px rgba(0, 0, 0, 0.04);
  }
}

.bahamo-is__text {
  /* font-size: calc(42px + 0.5vw); */
  /* font-size: 2vw; */
  /* font-size: 42px; */
  font-size: min(max(32px, 4vw), 42px);
  /* font-size: clamp(32px, 1.4vw, 42px); */
  font-weight: 700;
  margin-bottom: 51px;
  text-transform: capitalize;
  line-height: 54.6px;
  max-width: 482px;
}

@media (max-width: 970px) {
  .bahamo-is__text {
    /* font-size: 32px; */
    margin-bottom: 30px;
    line-height: 44.8px;
  }
}

.bahamo-is__buttons {
  display: flex;
  gap: 16px;
  z-index: 5;
  position: relative;
}

.bahamo-is__buttons button {
  width: 160px;
}

@media (max-width: 970px) {
  .bahamo-is__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .bahamo-is__buttons button {
    margin: 0 !important;
    width: auto;
  }
}

/* "Fully automated" block */
.fully-automated {
  margin-bottom: 120px;
}

@media (max-width: 820px) {
  .fully-automated {
    margin-bottom: 56px;
  }
}

.fully-automated__text {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  margin-bottom: 32px;
  line-height: 39px;
}

.fully-automated__text > div {
  max-width: 738px;
  text-align: center;
}

.fully-automated__image {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  /* margin-bottom: 40px; */
  position: relative;
}

@media (max-width: 820px) {
  .fully-automated__image img {
    width: 100%;
  }
}

.fully-automated__features {
  display: grid;
  grid-template-columns: auto auto auto;
  /* gap: 24px; */
  row-gap: 28px;
  column-gap: 24px;
}

@media (max-width: 915px) {
  .fully-automated__features--items {
    display: none;
  }
}
@media (min-width: 915px) {
  .fully-automated__slider {
    display: none !important;
  }
}

.fully-automated__slider-navs {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
@media (min-width: 915px) {
  .fully-automated__slider-navs {
    display: none;
  }
}

.fully-automated__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}

.fully-automated__feature-image {
  margin-bottom: 16px;
}

.fully-automated__feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 26px;
}

.fully-automated__feature-text {
  font-size: 16px;
  font-weight: 400;
  /* max-width: 270px; */
}

/* "Powerful Tools"  block */
.powerful-tools {
  border-radius: 20px;
  background: #f5f7fe;
  padding: 60px 106px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1040px) {
  .powerful-tools {
    padding: 20px;
    display: block;
  }
}

.powerful-tools__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 39px;
  text-transform: capitalize;
}

/* .powerful-tools__title-br-1 {
  display: none;
} */
.powerful-tools__title--mob {
  display: none;
}
@media (max-width: 600px) {
  .powerful-tools__title--desc {
    display: none !important;
  }
  .powerful-tools__title--mob {
    display: block;
  }
}

.powerful-tools__text-p1 {
  margin-bottom: 28px;
  line-height: 24px;
}

.powerful-tools__text-p2 {
  margin-bottom: 48px;
  line-height: 24px;
}

@media (max-width: 1040px) {
  .powerful-tools__text-p2 {
    margin-bottom: 28px;
    /* line-height: 24px; */
  }
}

.powerful-tools__image img {
  width: 528px;
  height: 479;
}

@media (max-width: 1040px) {
  .powerful-tools__image {
    display: none;
  }
}
@media (min-width: 1040px) {
  .powerful-tools__image-mobile {
    display: none !important;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 740px) {
  .powerful-tools__button {
    display: flex;
    flex-direction: column;
  }
}

/* "Trip Through" block */

/* "Trip Through" 2 block */
.trip-through {
  border-radius: 20px;
  padding: 60px 106px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1040px) {
  .trip-through {
    padding: 16px;
  }
}

@media (max-width: 1040px) {
  .trip-through__image {
    display: none;
  }
}

@media (min-width: 1040px) {
  .trip-through__image-mobile {
    display: none;
  }
}

.trip-through__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 28px;
}

.trip-through__text-p1 {
  margin-bottom: 28px;
}

@media (max-width: 740px) {
  .trip-through__button {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1040px) {
  .trip-desctop {
    display: none;
  }
}
.trip-mobile {
  display: none !important;
}
@media (max-width: 1040px) {
  .trip-mobile {
    display: block !important;
  }
}

/* "Trusted By" block */
.trusted-by {
  margin-bottom: 100px;
  position: relative;
}

.gradients {
  position: relative;
}

.left-grad {
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 400px;
  position: absolute;
  z-index: 4;
  left: 0;
}
.right-grad {
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 400px;
  position: absolute;
  z-index: 4;
  right: 0;
}

.trusted-by__slide-image-mobile {
  display: none !important;
}

@media (max-width: 780px) {
  .left-grad {
    width: 100px;
  }
  .right-grad {
    width: 100px;
  }
  .trusted-by__slide-image-desktop {
    display: none !important;
  }
  .trusted-by__slide-image-mobile {
    display: inline !important;
  }
}

.trusted-by__title {
  color: #959aaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.trusted-by__image-list {
  display: flex;
  justify-content: space-between;
}
.trusted-by__slide {
  display: flex;
  justify-content: center;
}
/* .trusted-by__inner {
} */

/* "Partner Solutions" block */
.partner-solutions {
  padding: 60px;
  background: #f5f7fe;
}

@media (max-width: 780px) {
  .partner-solutions {
    padding: 60px 0px;
    /* background: #f5f7fe; */
  }
}

.partner-solutions__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 52px;
}

@media (max-width: 780px) {
  .partner-solutions__title {
    margin-bottom: 32px;
  }
}

.partner-solutions__item-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.partner-solutions__item {
  display: flex;
  align-items: center;
  gap: 80px;
  cursor: pointer;
}

@media (max-width: 780px) {
  .partner-solutions__item {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
}

.partner-solutions__item:hover .partner-solutions__item-header {
  text-decoration: underline;
}

.partner-solutions__item:hover .partner-solutions__item-text {
  text-decoration: underline;
}

.partner-solutions__item:hover .partner-solutions__item-link {
  color: #6adbff;
}

.partner-solutions__item-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.partner-solutions__item-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.partner-solutions__item-link {
  color: #404edb;
  font-size: 16px;
  font-weight: 700;
  line-height: 37px;
}

/* "submit" section */
.submit {
  padding: 100px 0;
}

@media (max-width: 780px) {
  .submit {
    padding: 60px 0 68px 0;
  }
}

.submit__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.submit__title-sub {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
  line-height: 20.8px;
  display: flex;
  justify-content: center;
}

.submit__form {
  max-width: 734px;
  flex: 1;
}

.submit__form-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 780px) {
  .submit__form-wrapper {
    margin-bottom: 40px;
  }
}

.submit__btn-wrapper {
  display: flex;
  justify-content: center;
}

.submit__btn-wrapper button {
  width: 160px;
}

@media (max-width: 780px) {
  .submit__btn-wrapper {
    flex-direction: column;
  }
  .submit__btn-wrapper button {
    width: auto;
  }
}

/* "footer" section */
.footer {
  margin-top: 20px;
  margin-bottom: 28px;
  border-top: 1px solid #dae2fd;
  padding-top: 20px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (max-width: 780px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 780px) {
  .footer__logo-box {
    margin-bottom: 24px;
  }
}

.footer__nav-wrapper {
  display: flex;
  gap: 48px;
  align-items: center;
}

@media (max-width: 780px) {
  .footer__nav-wrapper {
    flex-direction: column;
  }
}

.footer__nav-box {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer__nav-box-sub-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 780px) {
  .footer__socials {
    display: none;
  }
}

.footer__socials-mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
@media (min-width: 780px) {
  .footer__socials-mobile {
    display: none;
  }
}
.footer__socials-mobile-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.footer__rights {
  color: #959aaa;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

/* mui redefine */
.mui-btn {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  height: 53px !important;
}

.mui-btn--primary {
  color: #fff !important;
  background-color: #404edb !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

.mui-btn--outlined {
  border: 2px solid #404edb !important;
  color: #404edb !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

/* slick */
.trip__slider .slick-dots {
  display: flex !important;
  justify-content: center !important;
  list-style-type: none !important;
  gap: 12px;
  padding-right: 40px !important;
}

@media (max-width: 915px) {
  .trip__slider .slick-dots {
    display: none !important;
  }
}

.trip-prev {
  cursor: pointer;
}
.trip-next {
  cursor: pointer;
}

.trip__slider .slick-dots button {
  font-size: 0 !important;
  height: 8px !important;
  width: 8px !important;
  border-radius: 50% !important ;
  border: none;
  padding: 0;
}

.trip__slider2 .slick-dots {
  display: flex !important;
  justify-content: center !important;
  list-style-type: none !important;
  gap: 12px;
}

.trip__slider2 .slick-dots button {
  font-size: 0 !important;
  height: 8px !important;
  width: 8px !important;
  border-radius: 50% !important ;
  border: none;
  padding: 0;
}

.trip__slider__wrapper {
  margin-bottom: 84px;
}

@media (min-width: 1040px) {
  .trip__slider__wrapper-mobile {
    display: none;
  }
}

.trip__slider .slick-dots .slick-active button {
  background: #404edb;
}
.trip__slider2 .slick-dots .slick-active button {
  background: #404edb;
}

/* trip throu 2 -----------*/
/* "Trip Through" block */
.trip-through2 {
  border-radius: 20px;
  padding: 60px 0 88px;
}

.trip-through__title2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
}

.trip-through__text-p12 {
  margin-bottom: 28px;
}

.trip-through__button2 {
  display: flex;
  flex-direction: column;
}

.trip-mobile {
  display: none !important;
}
@media (max-width: 1040px) {
  .trip-mobile {
    display: block !important;
  }
}

.glow-1 {
  position: absolute;
  top: -150px;
  z-index: 1;
}

@media (max-width: 900px) {
  .glow-1 {
    top: 20px;
    transform: scale(2);
  }
}

.fully-automated .prev {
  cursor: pointer !important;
}
.fully-automated .next {
  cursor: pointer !important;
}

/* other */
.logo {
  width: 40px;
  height: 40px;
}

@media (max-width: 730px) {
  .logo {
    width: 36px;
    height: 36px;
  }
}

/* ---- */
.mui-select > select {
  color: #c2c8d6 !important;
  border-bottom: 1px solid #959aaa !important;
  background-image: url("../images/arrow-down.png") !important;
  background-size: 16px 16px !important;
}

.mui-textfield > input {
  border-bottom: 1px solid #959aaa !important;
}
.mui-textfield {
  margin-bottom: 28px !important;
}
/* --- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 30px 2px 2px;
  border: none;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  color: black;
}

.custom-dropdown select:focus {
  outline: none;
  border-color: #007bff;
}

/* submit modal */
.submit-modal {
  padding: 48px 52px;
}

@media (max-width: 730px) {
  .submit-modal {
    padding: 28px 18px !important;
  }
  .submit-modal .submit__form-wrapper {
    margin-bottom: 20px !important;
  }
}

.modal {
  padding-right: 0px !important;
}

.modal-close {
  display: flex;
  justify-content: flex-end;
}

.input-error label {
  color: #ff4646 !important;
}

.input-error input::placeholder {
  color: #ff9c9c !important;
}

.input-error input {
  border-bottom: 1px solid #ff4646 !important;
}

.input-error select {
  border-bottom: 1px solid #ff4646 !important;
  color: #ff9c9c !important;
}

#times_close {
  position: absolute;
  top: 24px;
  right: 28px;
}

@media (max-width: 730px) {
  #times_close {
    height: 20px;
    width: 20px;
    top: 12px;
    right: 12px;
  }
}

.dropdown--selected.mui-select > select {
  color: black !important;
}
