.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-website {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--dl-color-white-w300);
}
.home-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 3;
  position: fixed;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  backdrop-filter: blur(3px);
  justify-content: space-between;
  background-color: rgba(183, 229, 255, 0.5);
}
.home-image {
  left: 0px;
  right: 0px;
  width: 138px;
  height: 28px;
  margin: auto;
  position: absolute;
  align-self: center;
  object-fit: cover;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: space-between;
  flex-direction: column;
}
.home-desktop-menu {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
}
.home-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-navlink {
  text-decoration: none;
}
.home-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-button {
  text-decoration: none;
}
.home-textframe {
  display: flex;
  padding: 0 10px;
  align-items: flex-start;
}
.home-icon-outlinemail {
  width: 18px;
  height: 18px;
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-white-w300);
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-image1 {
  width: 138px;
  height: 28px;
  object-fit: cover;
}
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink2 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-navlink3 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link2 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link3 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-buttons1 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-login {
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-icon4 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-icon6 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  text-decoration: none;
}
.home-main-home {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-landing {
  width: 100%;
  display: flex;
  padding: 0 0 0 24px;
  position: relative;
  align-self: stretch;
  column-gap: 40px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--dl-color-white-w300);
}
.home-mainmessage {
  gap: 24px;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.home-text02 {
  color: rgba(33, 33, 33, 1);
  height: auto;
  font-size: 80px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-text03 {
  font-weight: 300;
}
.home-text04 {
  font-weight: 400;
}
.home-text06 {
  color: var(--dl-color-black-b300);
  height: auto;
  font-size: 30px;
  align-self: stretch;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 400px;
  line-height: 150%;
  font-stretch: normal;
}
.home-button1 {
  text-decoration: none;
}
.home-textframe1 {
  display: flex;
  padding: 0 12px;
  align-items: flex-start;
}
.home-backgroundimg {
  width: 50%;
  align-self: stretch;
  object-fit: cover;
}
.home-ourservices {
  gap: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: var(--dl-color-white-w300);
}
.home-div {
  width: 70px;
  height: 3px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: var(--dl-color-malibu-m300);
}
.home-servicessection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-servicesdiv {
  gap: 20px;
  width: 30%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.home-ticket {
  width: 128px;
  height: 128px;
}
.home-servicedescription {
  gap: 6px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.home-text12 {
  color: var(--dl-color-black-b300);
  height: auto;
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: Inter;
  font-weight: 500px;
  line-height: 150%;
  font-stretch: normal;
}
.home-text14 {
  color: var(--dl-color-black-b200);
  height: auto;
  font-size: 20px;
  align-self: stretch;
  font-style: normal;
  text-align: center;
  font-family: Inter;
  font-weight: 300px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-servicesdiv1 {
  gap: 20px;
  width: 30%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.home-hotel-cart {
  width: 128px;
  height: 128px;
}
.home-servicedescription1 {
  gap: 6px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.home-text16 {
  color: var(--dl-color-black-b300);
  height: auto;
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: Inter;
  font-weight: 500px;
  line-height: 150%;
  font-stretch: normal;
}
.home-text17 {
  color: var(--dl-color-black-b200);
  height: auto;
  font-size: 20px;
  align-self: stretch;
  font-style: normal;
  text-align: center;
  font-family: Inter;
  font-weight: 300px;
  line-height: 120%;
  font-stretch: normal;
}
.home-servicesdiv2 {
  gap: 20px;
  width: 30%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.home-insurance {
  width: 128px;
  height: 128px;
}
.home-servicedescription2 {
  gap: 6px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.home-text18 {
  color: var(--dl-color-black-b300);
  height: auto;
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: Inter;
  font-weight: 500px;
  line-height: 150%;
  font-stretch: normal;
}
.home-text19 {
  color: var(--dl-color-black-b200);
  height: auto;
  font-size: 20px;
  align-self: stretch;
  font-style: normal;
  text-align: center;
  font-family: Inter;
  font-weight: 300px;
  line-height: 120%;
  font-stretch: normal;
}
.home-textframe2 {
  display: flex;
  padding: 0 12px;
  align-items: flex-start;
}
.home-icon-outlinechevronright {
  width: 22px;
  height: 22px;
}
.home-aboutus {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: var(--dl-color-white-w300);
}
.home-div1 {
  width: 70px;
  height: 3px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: var(--dl-color-malibu-m300);
}
.home-div2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-grid {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.home-left {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.home-text24 {
  color: var(--dl-color-black-b300);
  width: auto;
  height: auto;
  font-size: 6rem;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-text25 {
  font-weight: 300;
}
.home-text26 {
  font-weight: 700;
}
.home-right {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 50%;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
.home-imageblock {
  width: auto;
  height: auto;
  object-fit: cover;
}
.home-text27 {
  color: var(--dl-color-black-b300);
  width: 100%;
  height: auto;
  font-size: 18px;
  align-self: stretch;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-grid1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  column-gap: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
}
.home-image2 {
  object-fit: cover;
}
.home-right1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-text29 {
  color: var(--dl-color-black-b300);
  height: auto;
  font-size: 48px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 150%;
  font-stretch: normal;
}
.home-text31 {
  color: var(--dl-color-black-b300);
  height: auto;
  font-size: 24px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: Inter;
  font-weight: 300;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-text32 {
  font-weight: 300;
}
.home-clients {
  gap: 32px;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: var(--dl-color-white-w300);
}
.home-div3 {
  width: 100px;
  height: 3px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: var(--dl-color-malibu-m300);
}
.home-div4 {
  height: auto;
  display: grid;
  grid-gap: 1.6rem;
  position: relative;
  align-self: center;
  align-items: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.home-clientcard {
  gap: 10px;
  width: 300px;
  display: flex;
  padding: 16px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(23, 23, 23, 1);
  border-style: solid;
  border-width: 0.5px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-white-w50);
}
.home-logoimg {
  width: 150px;
  height: 150px;
}
.home-content {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text45 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-text47 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-clientcard1 {
  gap: 10px;
  width: 300px;
  display: flex;
  padding: 16px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(23, 23, 23, 1);
  border-style: solid;
  border-width: 0.5px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-white-w50);
}
.home-logoimg1 {
  width: 150px;
  height: 150px;
}
.home-content1 {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text49 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-text51 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-clientcard2 {
  gap: 10px;
  width: 300px;
  display: flex;
  padding: 16px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(23, 23, 23, 1);
  border-style: solid;
  border-width: 0.5px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-white-w50);
}
.home-logoimg2 {
  width: 150px;
  height: 150px;
}
.home-content2 {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text53 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-text55 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-clientcard3 {
  gap: 10px;
  width: 300px;
  display: flex;
  padding: 16px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(23, 23, 23, 1);
  border-style: solid;
  border-width: 0.5px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-white-w50);
}
.home-logoimg3 {
  width: 150px;
  height: 150px;
}
.home-content3 {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text56 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-text58 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-clientcard4 {
  gap: 10px;
  width: 300px;
  display: flex;
  padding: 16px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(23, 23, 23, 1);
  border-style: solid;
  border-width: 0.5px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-white-w50);
}
.home-logoimg4 {
  width: 150px;
  height: 150px;
}
.home-content4 {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text60 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-text62 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-clientcard5 {
  gap: 10px;
  width: 300px;
  display: flex;
  padding: 16px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(23, 23, 23, 1);
  border-style: solid;
  border-width: 0.5px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-white-w50);
}
.home-logoimg5 {
  width: 150px;
  height: 150px;
}
.home-content5 {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text64 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 500px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-text66 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 120.00000476837158%;
  font-stretch: normal;
  text-decoration: none;
}
.home-footer {
  gap: 10px;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
  background-color: var(--dl-color-black-b300);
}
.home-addressdiv {
  gap: 20px;
  height: 156px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.home-logo {
  width: 84.36363983154297px;
  height: 16px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
}
.home-layer2 {
  top: -0.0056088753044605255px;
  left: 0px;
  width: 84.36144256591797px;
  height: 15.99014663696289px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}
.home-resfeberrlog-image {
  top: 0px;
  left: 0px;
  width: 84.36144256591797px;
  height: 15.99014663696289px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}
.home-vector {
  top: 0.24395084381103516px;
  left: 45.26580047607422px;
  width: 12px;
  height: 16px;
  position: absolute;
}
.home-vector1 {
  top: 4.725458145141602px;
  left: 34.10173416137695px;
  width: 10px;
  height: 11px;
  position: absolute;
}
.home-vector2 {
  top: 4.682069301605225px;
  left: 57.687278747558594px;
  width: 10px;
  height: 11px;
  position: absolute;
}
.home-vector3 {
  top: 4.640618324279785px;
  left: 7.818393707275391px;
  width: 10px;
  height: 11px;
  position: absolute;
}
.home-vector4 {
  top: 0px;
  left: 26.30961799621582px;
  width: 7px;
  height: 16px;
  position: absolute;
}
.home-vector5 {
  top: 5.0626044273376465px;
  left: 0px;
  width: 7px;
  height: 11px;
  position: absolute;
}
.home-vector6 {
  top: 5.0626044273376465px;
  left: 68.77983093261719px;
  width: 7px;
  height: 11px;
  position: absolute;
}
.home-vector7 {
  top: 5.0626044273376465px;
  left: 77.17111206054688px;
  width: 7px;
  height: 11px;
  position: absolute;
}
.home-vector8 {
  top: 4.482293605804443px;
  left: 18.71901512145996px;
  width: 7px;
  height: 11px;
  position: absolute;
}
.home-text68 {
  color: var(--dl-color-white-w50);
  height: auto;
  font-size: 14px;
  font-style: normal;
  text-align: left;
  font-family: Inter;
  font-weight: 300px;
  line-height: 120.00000476837158%;
  font-stretch: normal;
}
.home-text77 {
  color: var(--dl-color-white-w50);
  height: auto;
  text-align: left;
  line-height: 120.00000476837158%;
  text-decoration: none;
}
.home-linksdiv {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
.home-link6 {
  display: contents;
}
.home-sociallinks {
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.home-link7 {
  display: contents;
}
.home-sociallinks1 {
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.home-link8 {
  display: contents;
}
.home-sociallinks2 {
  width: 40px;
  height: 40px;
  text-decoration: none;
}
@media(max-width: 1200px) {
  .home-image {
    width: 134px;
    height: 28px;
  }
  .home-image1 {
    width: 134px;
    height: 28px;
  }
  .home-landing {
    column-gap: 0px;
  }
  .home-text02 {
    font-size: 64px;
  }
  .home-text06 {
    font-size: 22px;
  }
  .home-ourservices {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-headerwrapper {
    font-size: 32px;
  }
  .home-servicessection {
    gap: 0;
    justify-content: space-between;
  }
  .home-servicesdiv {
    width: 30%;
  }
  .home-ticket {
    width: 100px;
    height: 100px;
  }
  .home-text12 {
    font-size: 25px;
  }
  .home-text14 {
    font-size: 16px;
  }
  .home-servicesdiv1 {
    width: 30%;
  }
  .home-hotel-cart {
    width: 100px;
    height: 100px;
  }
  .home-text16 {
    font-size: 25px;
  }
  .home-text17 {
    font-size: 16px;
  }
  .home-servicesdiv2 {
    width: 30%;
  }
  .home-insurance {
    width: 100px;
    height: 100px;
  }
  .home-text18 {
    font-size: 25px;
  }
  .home-text19 {
    font-size: 16px;
  }
  .home-headerwrapper1 {
    font-size: 32px;
  }
  .home-text24 {
    font-size: 4.5rem;
  }
  .home-right {
    gap: var(--dl-space-space-unit);
  }
  .home-text27 {
    font-size: 16px;
  }
  .home-image2 {
    width: 50%;
    height: 100%;
  }
  .home-right1 {
    justify-content: space-between;
  }
  .home-text29 {
    font-size: 32px;
  }
  .home-text31 {
    font-size: 18px;
    line-height: 120%;
  }
  .home-clients {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-headerwrapper2 {
    font-size: 32px;
  }
  .home-text47 {
    color: var(--dl-color-black-b300);
    font-size: 12px;
  }
  .home-text51 {
    color: var(--dl-color-black-b300);
    font-size: 12px;
  }
  .home-text55 {
    color: var(--dl-color-black-b300);
    font-size: 12px;
  }
  .home-text58 {
    color: var(--dl-color-black-b300);
    font-size: 12px;
  }
  .home-text62 {
    color: var(--dl-color-black-b300);
    font-size: 12px;
  }
  .home-text66 {
    color: var(--dl-color-black-b300);
    font-size: 12px;
  }
  .home-footer {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 991px) {
  .home-navbar-interactive {
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: space-between;
  }
  .home-image {
    left: 0px;
    width: 86px;
    height: 18px;
    position: static;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    right: var(--dl-space-space-unit);
    display: flex;
    position: absolute;
  }
  .home-image1 {
    left: 0px;
    width: 86px;
    height: 18px;
    position: static;
  }
  .home-landing {
    padding-left: var(--dl-space-space-unit);
  }
  .home-text02 {
    font-size: 56px;
  }
  .home-text06 {
    font-size: 18px;
  }
  .home-ourservices {
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text10 {
    font-size: 24px;
  }
  .home-ticket {
    width: 100px;
    height: 100px;
  }
  .home-text12 {
    font-size: 20px;
  }
  .home-text14 {
    font-size: 14px;
  }
  .home-hotel-cart {
    width: 100px;
    height: 100px;
  }
  .home-text16 {
    font-size: 20px;
  }
  .home-text17 {
    font-size: 14px;
  }
  .home-insurance {
    width: 100px;
    height: 100px;
  }
  .home-text18 {
    font-size: 20px;
  }
  .home-text19 {
    font-size: 14px;
  }
  .home-aboutus {
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-text22 {
    font-size: 24px;
  }
  .home-clients {
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text43 {
    font-size: 24px;
  }
  .home-div4 {
    grid-template-columns: 1fr 1fr;
  }
  .home-clientcard {
    width: 280px;
  }
  .home-text45 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .home-clientcard1 {
    width: 280px;
  }
  .home-text49 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .home-clientcard2 {
    width: 280px;
  }
  .home-text53 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .home-clientcard3 {
    width: 280px;
  }
  .home-text56 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .home-clientcard4 {
    width: 280px;
  }
  .home-text60 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .home-clientcard5 {
    width: 280px;
  }
  .home-text64 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
}
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-burger-menu {
    right: 10px;
    align-items: center;
    justify-content: center;
  }
  .home-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-navlink3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-link2 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-link3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text02 {
    font-size: 32px;
  }
  .home-text06 {
    font-size: 14px;
  }
  .home-button1 {
    width: auto;
  }
  .home-text08 {
    font-size: 12px;
  }
  .home-servicesdiv {
    gap: 10px;
    width: 220px;
  }
  .home-ticket {
    width: 60px;
    height: 60px;
  }
  .home-text12 {
    font-size: 16px;
  }
  .home-text14 {
    font-size: 11px;
  }
  .home-servicesdiv1 {
    gap: 10px;
    width: 220px;
  }
  .home-hotel-cart {
    width: 60px;
    height: 60px;
  }
  .home-text16 {
    font-size: 16px;
  }
  .home-text17 {
    font-size: 11px;
  }
  .home-servicesdiv2 {
    gap: 10px;
    width: 220px;
  }
  .home-insurance {
    width: 60px;
    height: 60px;
  }
  .home-text18 {
    font-size: 16px;
  }
  .home-text19 {
    font-size: 11px;
  }
  .home-icon-outlinechevronright {
    width: 12px;
    height: 12px;
  }
  .home-text24 {
    font-size: 2.5rem;
  }
  .home-text27 {
    font-size: 11px;
  }
  .home-text29 {
    font-size: 24px;
  }
  .home-text31 {
    font-size: 14px;
  }
  .home-div4 {
    grid-gap: 0.5rem;
  }
  .home-clientcard {
    width: 230px;
  }
  .home-logoimg {
    width: 100px;
    height: 100px;
  }
  .home-text45 {
    font-size: 12px;
  }
  .home-text47 {
    font-size: 10px;
  }
  .home-clientcard1 {
    width: 230px;
  }
  .home-logoimg1 {
    width: 100px;
    height: 100px;
  }
  .home-text49 {
    font-size: 12px;
  }
  .home-text51 {
    font-size: 10px;
  }
  .home-clientcard2 {
    width: 230px;
  }
  .home-logoimg2 {
    width: 100px;
    height: 100px;
  }
  .home-text53 {
    font-size: 12px;
  }
  .home-text55 {
    font-size: 10px;
  }
  .home-clientcard3 {
    width: 230px;
  }
  .home-logoimg3 {
    width: 100px;
    height: 100px;
  }
  .home-text56 {
    font-size: 12px;
  }
  .home-text58 {
    font-size: 10px;
  }
  .home-clientcard4 {
    width: 230px;
  }
  .home-logoimg4 {
    width: 100px;
    height: 100px;
  }
  .home-text60 {
    font-size: 12px;
  }
  .home-text62 {
    font-size: 10px;
  }
  .home-clientcard5 {
    width: 230;
  }
  .home-logoimg5 {
    width: 100px;
    height: 100px;
  }
  .home-text64 {
    font-size: 12px;
  }
  .home-text66 {
    font-size: 10px;
  }
  .home-text68 {
    font-size: 11px;
  }
  .home-sociallinks {
    width: 32px;
    height: 32px;
  }
  .home-sociallinks1 {
    width: 32px;
    height: 32px;
  }
  .home-sociallinks2 {
    width: 32px;
    height: 32px;
  }
}
@media(max-width: 479px) {
  .home-navbar-interactive {
    padding: 10px;
  }
  .home-image {
    width: 80px;
    height: 16px;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-image1 {
    width: 80px;
    height: 16px;
  }
  .home-landing {
    gap: 16px;
    height: 90vh;
    padding-top: 0px;
    padding-left: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-mainmessage {
    width: 100%;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-text02 {
    color: var(--dl-color-white-w300);
    font-size: 48px;
  }
  .home-text06 {
    color: var(--dl-color-white-w300);
    font-size: 16px;
  }
  .home-backgroundimg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
  }
  .home-ourservices {
    gap: 24px;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-servicessection {
    gap: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-servicesdiv {
    gap: 8px;
    width: 100%;
  }
  .home-ticket {
    width: 80px;
    height: 80px;
  }
  .home-text12 {
    font-size: 18px;
  }
  .home-text14 {
    font-size: 14px;
  }
  .home-servicesdiv1 {
    gap: 8px;
    width: 100%;
  }
  .home-hotel-cart {
    width: 80px;
    height: 80px;
  }
  .home-text16 {
    font-size: 18px;
  }
  .home-text17 {
    font-size: 14px;
  }
  .home-servicesdiv2 {
    gap: 8px;
    width: 100%;
  }
  .home-insurance {
    width: 80px;
    height: 80px;
  }
  .home-text18 {
    font-size: 18px;
  }
  .home-text19 {
    font-size: 14px;
  }
  .home-aboutus {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-div2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-grid {
    column-gap: 16px;
  }
  .home-text24 {
    font-size: 1.8rem;
  }
  .home-right {
    gap: 6px;
  }
  .home-grid1 {
    gap: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-image2 {
    width: 100%;
  }
  .home-clients {
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-div4 {
    grid-gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  .home-clientcard {
    width: 300px;
  }
  .home-logoimg {
    width: 150px;
    height: 150px;
  }
  .home-text45 {
    font-size: 16px;
  }
  .home-clientcard1 {
    width: 300px;
  }
  .home-logoimg1 {
    width: 150px;
    height: 150px;
  }
  .home-text49 {
    font-size: 16px;
  }
  .home-clientcard2 {
    width: 300px;
  }
  .home-logoimg2 {
    width: 150px;
    height: 150px;
  }
  .home-text53 {
    font-size: 16px;
  }
  .home-clientcard3 {
    width: 300px;
  }
  .home-logoimg3 {
    width: 150px;
    height: 150px;
  }
  .home-text56 {
    font-size: 16px;
  }
  .home-clientcard4 {
    width: 300px;
  }
  .home-logoimg4 {
    width: 150px;
    height: 150px;
  }
  .home-text60 {
    font-size: 16px;
  }
  .home-clientcard5 {
    width: 280px;
  }
  .home-logoimg5 {
    width: 150px;
    height: 150px;
  }
  .home-footer {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}
