@charset "utf-8";
html {
  font-size: 14px;
  --mwidth: 1080px;
  --mmwidth: 640px;
}
body {
  background-color: rgba(255, 255, 255, 1.00);
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.clearAll {
  clear: both;
}
.onlyDesk {
  display: block;
}
.onlyMob {
  display: none;
}
h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #024C78;
}
h2 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #024C78;
}
p {
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.3rem;
  color: #000000;
}
.header {
  width: 100%;
  max-width: var(--mwidth);
  margin-left: calc((100vw - var(--mwidth)) /2);
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 90;
  position: absolute;
}
.headerLogo {
  width: 300px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.80);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  transition: 0.25s;
  transition-timing-function: ease-out;
}
.headerLogo img {
  width: 100%;
}
.headerLogo:hover {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(5px);
}
.headerMM {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.headerMMmenuOff {
  background-image: url(../images/icons/close.svg);
}
.headerMMmenu {
  height: 40px;
  width: 40px;
  font-size: .1rem;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  background-image: url(../images/icons/menu.svg);
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  transition: 0.25s;
  transition-timing-function: ease-out;
}
.headerMMmenuOff {
  background-image: url(../images/icons/close.svg);
}
.headerMMwhatsapp {
  height: 40px;
  width: 40px;
  font-size: .1rem;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  background-image: url("../images/icons/whatsapp.svg");
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  transition: 0.25s;
  transition-timing-function: ease-out;
}
.headerMM a:hover {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(5px);
}
.MMoff {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.50);
  position: absolute;
  z-index: 50;
  backdrop-filter: blur(50px);
  top: -800px;
  transition: 0.5s;
  transition-timing-function: ease-out;
  -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
}
.MMon {
  top: 0px;
  transition: 0.5s;
  transition-timing-function: ease-out;
}
.MM {
  padding: 150px 20px 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
  justify-items: stretch;
  width: 100%;
  max-width: var(--mwidth);
  margin-left: calc((100vw - var(--mwidth)) /2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.MM a {
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.20);
  border-radius: 10px;
  background-image: url(../images/icons/link.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 30px auto;
  transition: 0.25s;
  transition-timing-function: ease-out;
}
.MM a:hover {
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.40);
}
.MM .phone {
  background-image: url(../images/icons/phone.svg);
}
.MM .whatsapp {
  background-image: url("../images/icons/whatsapp.svg");
}
.MM .email {
  background-image: url("../images/icons/email.svg");
}
.MM p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #F67F00;
}
.MM .pBig {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #024C78;
}
.hero {
  height: 85vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  padding: 20px 20px 20px 20px;
}
.heroItem {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.heroItem1 {
  background-color: #a0d2b9;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  background-image: url(../photos/underwater-waterfall.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
}
.heroItem2 {
  background-color: #f7ccb9;
  background-image: url(../photos/horizon-sea.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
.heroItem3 {
  background-color: #4baef2;
  background-image: url(../photos/aerial-2-boats.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
.heroItemText {
  background-color: rgba(255, 255, 255, 0.90);
  padding: 20px 50px 20px 20px;
  margin-right: 20px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  text-decoration: none;
  transition: 0.25s;
  transition-timing-function: ease-out;
  background-image: url(../images/icons/link.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 24px;
  background-size: 30px auto;
}
.heroItemText:hover {
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(5px);
}
.hero h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  filter: drop-shadow(1px 1px 1px #ffffff);
}
.hero h2 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  filter: drop-shadow(1px 1px 1px #ffffff);
  color: #F67F00;
}
.heroPage {
  height: 55vh;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  padding: 20px 20px 20px 20px;
}
.heroPageItem {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a0d2b9;
  background-image: url("../photos/mauritius-5109739.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
.heroPageItemText {
  background-color: rgba(255, 255, 255, 0.80);
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  text-decoration: none;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.elmWide {
  margin: 20px;
  padding: 0px 0px 20px 0px;
  background-color: #55839e;
  border-radius: 10px;
}
.elmWide2 {
  margin: 20px;
  padding: 0px 0px 20px 0px;
  background-color: rgba(85, 131, 158, 0.30);
  border-radius: 10px;
}
.elmWideTTL h1 {
  padding-top: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.80));
}
.elmWideTTL h2 {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.80);
}
.elmDriver {
  margin: auto;
  padding: 0px 0px 20px 0px;
}
.elmDriverTTL h1 {
  padding-top: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-align: center;
}
.elmDriverTTL h2 {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-align: center;
}
.car {
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 10px;
  margin: 20px 20px 30px 20px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  align-items: center;
}
.carName {
  grid-column: 1 / 8;
  padding: 10px 20px 10px 20px;
}
.carSeats {
  grid-column: 8 / 10;
  justify-self: end;
  padding: 10px 50px 10px 10px;
  background-image: url(../images/icons/seats.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.1rem;
}
.carPhoto {
  grid-column: 1 / 10;
}
.carPhoto img {
  width: 100%;
}
.carIcon {
  text-align: center;
  padding: 40px 10px 10px 10px;
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 24px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carEngine {
  grid-column: 1 / 4;
  background-image: url(../images/icons/power.svg);
}
.carGears {
  grid-column: 4 / 7;
  background-image: url(../images/icons/transmission.svg);
}
.carAC {
  grid-column: 7 / 10;
  background-image: url(../images/icons/aircon.svg);
}
.carPrice {
  text-align: center;
  grid-column: 1 / 10;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(246, 127, 0, 1.00);
  font-weight: 400;
  font-size: 1.2rem;
  background-color: #F3F3F3;
  margin-bottom: 10px;
}
.carQuote {
  text-align: center;
  margin: 10px 20px 20px 20px;
  grid-column: 1 / 10;
  padding: 10px 10px 10px 10px;
  background-color: #024C78;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.30);
  transition: 0.25s;
  transition-timing-function: ease-out;
  text-decoration: none;
}
.carQuote:hover {
  background-color: #024C78;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.60);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.60);
}
.carPhoto img {
  width: 100%;
}
.car h1 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.0rem;
  text-align: left;
  color: #024C78;
}
.elmExc {
  padding: 0px 0px 20px 0px;
  background-color: #ffffff;
}
.elmExcCon {
  max-width: var(--mwidth);
  margin-left: calc((100vw - var(--mwidth)) /2);
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0px;
  row-gap: 0px;
}
.elmExcItem1 {
  grid-area: 1 / 1 / 2 / 4;
}
.elmExcItem2 {
  grid-area: 1 / 4 / 2 / 7;
}
.elmExcItem3 {
  grid-area: 2 / 1 / 3 / 3;
}
.elmExcItem4 {
  grid-area: 2 / 3 / 3 / 5;
}
.elmExcItem5 {
  grid-area: 2 / 5 / 3 / 7;
}
.elmExcItem {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1.00);
  justify-content: space-between;
  margin: 20px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.elmExcItemTTL {
  padding: 10px 20px 10px 20px;
}
.elmExcItemDesc {
  padding: 10px 20px 10px 20px;
  text-align: center;
}
.elmExcItemOption {
  padding: 10px 20px 10px 20px;
  text-align: center;
}
.elmExcItem h1 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.0rem;
  text-align: left;
  color: #024C78;
}
.elmExcItem img {
  width: 100%;
}
.elmExcItemPrice {
  text-align: center;
  grid-column: 1 / 7;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(246, 127, 0, 1.00);
  font-weight: 400;
  font-size: 1.2rem;
  background-color: #F3F3F3;
  margin: 10px 0px 0px 0px;
}
.elmExcTTL h1 {
  padding-top: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-align: center;
}
.elmExcTTL h2 {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-align: center;
}
.keyPoints {
  max-width: var(--mwidth);
  margin-left: calc((100vw - var(--mwidth)) /2);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  padding: 30px 0px 30px 0px;
}
.keyPointsItem {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 64px auto;
  padding: 70px 0px 0px 0px;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #024C78;
}
.keyPointsItemLocation {
  background-image: url("../images/icons/location.svg");
}
.keyPointsItemSupport {
  background-image: url("../images/icons/support.svg");
}
.keyPointsItemRoad {
  background-image: url("../images/icons/road.svg");
}
.keyPointsItemDeposit {
  background-image: url("../images/icons/deposit.svg");
}
.keyPointsItemConditions {
  font-size: 0.8rem;
}
.rent {
  max-width: var(--mwidth);
  margin-left: calc((100vw - var(--mwidth)) /2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background-color: rgba(235, 235, 235, 1.00);
  border-radius: 10px;
  align-items: start;
}
.rentCar {}
.rentForm {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.request {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  row-gap: 20px;
  column-gap: 20px;
  margin: 20px 0px 0px 0px
}
.request p {
  margin-bottom: 5px;
}
.request input {
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 5px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px none rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.request textarea {
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 5px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px none rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.request button {
  width: 100%;
  text-align: center;
  padding: 15px 10px 15px 10px;
  background-color: #024C78;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px none rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  transition: 0.25s;
  transition-timing-function: ease-out;
  text-decoration: none;
}
.request button:hover {
  background-color: #024C78;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.60);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.60);
}
.requestProcess {
  text-align: center;
  padding: 15px 10px 15px 10px;
  background-color: #024c789c;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px none rgba(0, 0, 0, 0.75);
  transition: 0.25s;
  transition-timing-function: ease-out;
  text-decoration: none;
}
.request a {
  width: 100%;
  text-align: center;
  padding: 15px 10px 15px 10px;
  background-color: rgba(2, 76, 120, 0.20);
  border-radius: 5px;
  color: rgba(2, 76, 120, 0.60);
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid rgba(2, 76, 120, 0.60);
  transition: 0.25s;
  transition-timing-function: ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.request a:hover {
  background-color: #ffffff;
  color: rgba(2, 76, 120, 1.00);
  border: 1px solid rgba(2, 76, 120, 1.00);
}
.requestItem1 {
  grid-column: 1 / 3;
}
.requestItem2 {
  grid-column: 1 / 2;
}
.requestItem3 {
  grid-column: 2 / 3;
}
.requestItemHide {
  display: none;
}
.cardesc {
  max-width: var(--mwidth);
  margin-left: calc((100vw - var(--mwidth)) /2);
  background-color: rgba(235, 235, 235, 1.00);
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cardesc h2 {
  margin-bottom: 10px;
}
.cardesc p {
  margin-bottom: 10px;
  color: black;
  font-weight: 400;
}
.type {
  max-width: var(--mwidth);
  margin-left: calc((100vw - var(--mwidth)) /2);
  margin-top: 20px;
  text-align: center;
  background-color: rgba(85, 131, 158, 0.30);
  border-radius: 10px;
  padding: 20px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.typeBody {
  display: flex;
  justify-content: center;
}
.typeBody a {
  text-align: center;
  margin: 10px 20px 20px 20px;
  grid-column: 1 / 10;
  padding: 10px 10px 10px 10px;
  background-color: #024C78;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.30);
  transition: 0.25s;
  transition-timing-function: ease-out;
  text-decoration: none;
}
.typeBody a:hover {
  background-color: #024C78;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.60);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.60);
}
.footer {
  background-color: #024C78;
  border-radius: 10px;
  margin: 20px;
  text-align: center;
}
.footerCont {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  row-gap: 20px;
}
.footer1 {
  text-align: left;
}
.footer1 img {
  width: 200px;
}
.footer2 {
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: flex-end;
}
.footer3 {
  grid-column: 1 / 3;
}
.footer3 p {
  color: #FFFFFF;
  letter-spacing: 0.1rem;
}
.footer2menu {
  height: 40px;
  width: 40px;
  font-size: .1rem;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  background-image: url("../images/icons/top.svg");
  background-position: center center;
  background-size: 25px;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.80);
  transition: 0.25s;
  transition-timing-function: ease-out;
}
.footer2whatsapp {
  background-image: url("../images/icons/whatsapp.svg");
}
.footer2 a:hover {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(5px);
}
.MID------------- {}
@media only screen and (max-width: 900px) {}
.MOB------------- {}
@media only screen and (max-width: 780px) {
  .onlyDesk {
    display: none;
  }
  .onlyMob {
    display: block;
  }
  .header {
    margin-left: auto;
  }
  .headerLogo {
    width: 50%;
  }
  .MM {
    grid-template-columns: 1fr;
    gap: 20px 20px;
    margin-left: 0px
  }
  .hero {
    height: 85vh;
    padding: 0px 0px 10px 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
  }
  .heroItem {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .heroItem1 {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    border-radius: 0px;
  }
  .heroItem2 {
    grid-column: 1 / 2;
    grid-row: 5 / 7;
    border-radius: 0px;
  }
  .heroItem3 {
    grid-column: 1 / 2;
    grid-row: 7 / 9;
    border-radius: 0px;
  }
  .hero h1 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.0rem;
    filter: drop-shadow(1px 1px 1px #ffffff);
  }
  .hero h2 {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7rem;
    filter: drop-shadow(1px 1px 1px #ffffff);
  }
  .heroPage {
    height: 35vh;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
    padding: 0px 0px 20px 0px;
  }
  .heroPageItem {
    border-radius: 0px;
    align-items: end;
  }
  .heroPageItemText {
    margin-bottom: 40px;
  }
  .elmWide {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    border-radius: 0px;
  }
  .elmWide2 {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    border-radius: 0px;
  }
  .elmDriver {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    border-radius: 0px;
  }
  .elmExcCon {
    max-width: 100%;
    margin: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 0px;
    row-gap: 0px;
  }
  .elmExcItem1, .elmExcItem2, .elmExcItem3, .elmExcItem4, .elmExcItem5 {
    grid-column: 1 / 2;
    grid-row: auto;
  }
  .keyPoints {
    max-width: 100%;
    margin-left: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 30px 0px 30px 0px;
    grid-row-gap: 30px;
  }
  .request {
    display: block;
  }
  .requestItem1, .requestItem2, .requestItem3 {
    margin-bottom: 20px;
  }
  .cardesc {
    width: 100%;
    margin-left: 0;
    border-radius: 0px;
    margin-bottom: 20px;
  }
  .type {
    max-width: 100%;
    margin-left: auto;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 20px;
  }
  .typeBody {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .typeBody a {
    width: 80%;
    margin: 10px auto;
  }
  .footer {
    border-radius: 0px;
    margin: 0px;
  }
  .footerCont {
    width: 100%;
    margin-left: 0px;
    padding: 20px 20px 20px 20px;
  }
  .footer1 img {
    width: 100%;
  }
  .rent {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
    border-radius: 0px;
  }
  .rentForm {
    padding: 0px 20px 30px 20px;
  }
}
.MOBSMALL------------- {}
@media only screen and (max-width: 320px) {}