@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.top {
  width: 90%;
  margin: 1em 5vw auto;
  height: auto;
  display: block;
  float: left;
  clear: none;
  position: fixed;
  z-index: 1000;
  transition: all 0.3s;
}

.logo {
  width: auto;
  height: 3.5em;
  float: left;
  clear: none;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top .logo .logo-img {
  width: 2em;
  height: 2em;
  float: left;
  clear: none;
  background-image: url("../img/logo/Mo-Logo-brown.svg");
  background-repeat: no-repeat;
  background-size: contain;

  transition: all 0.3s;
}

.top .logo .logo-img-homepage {
  width: 0em;
  height: 2em;
  float: left;
  clear: none;
  background-image: url("../img/logo/Mo-Logo-brown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
  transform-origin: center right;
}

.top .logo .logo-text {
  font-family: "Aptos-Bold";
  color: #116982;
  font-size: 0em;
  display: block;
  float: left;
  clear: none;
  margin-left: 0.35em;
}

.top .logo .pagename {
  font-family: "Aptos-Bold";
  color: #606060;
  font-size: 0.9em;
  display: block;
  float: left;
  clear: none;
  margin-left: 0.35em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: solid #d6b58c;
  border-width: 0 0 0 0.5px;
  padding-left: 0.75em;
}

#slidedown-logo {
  display: block;
  float: left;
  clear: none;
  height: 2em;
  width: 2em;
}

.nav-btn {
  height: auto;
  width: calc(auto - 1.5em);
  float: right;
  padding: 1em 1.5em;
  background: #d6b58c;
  border: 0;
  cursor: pointer;
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin: 0.5em 0;
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 5px;
  transition: all 0.3s;
}

.nav-btn p {
  font-weight: 600;
  letter-spacing: 2px;
  display: none;
}

.nav-btn .navstrokes {
  height: 1em;
  width: 2.5em;
  float: left;
  clear: none;
  display: block;
  position: relative;
  padding: 0;
}

.nav-btn .navstrokes span {
  height: 2px;
  background-color: white;
  float: left;
  clear: both;
  display: block;
  position: relative;
  transition: all 0.4s;
}

.navstrokes span:first-child {
  width: 2.5em;
  margin: calc(0em + 0px) auto auto auto;
  bottom: 0;
  transform-origin: center;
  top: auto;
  left: 0;
}

.navstrokes span:last-child {
  width: 2.5em;
  margin: 0.5em auto auto auto;
  bottom: 0;
  transform-origin: center;
  top: auto;
  left: 0;
}

/*Expanded*/
.nav-btn .navstrokes-expanded {
  height: 1em;
  width: 2em;
  float: left;
  clear: none;
  display: block;
  position: relative;
  padding: 0;
  color: #094e4c;
  margin-right: 0.6em;
}

.nav-btn .navstrokes-expanded span {
  background-color: white;
  height: 3px;
}

.nav-btn .navstrokes-expanded p {
  color: #094e4c;
}

.navstrokes-expanded span {
  height: 5px;
  background-color: #094e4c;
  float: left;
  clear: both;
  display: block;
  position: relative;
  transition: all 0.4s;
}

.navstrokes-expanded span:first-child {
  width: 2.5em;
  margin: 0.3em auto auto auto;
  bottom: 0;
  transform-origin: center;
  top: auto;
  left: 0;
  transform: rotate(45deg);
}

.navstrokes-expanded span:last-child {
  width: 2.5em;
  margin: 0em auto auto auto;
  bottom: 0;
  transform-origin: center;
  top: auto;
  left: 0;
  transform: rotate(-45deg);
}

/*Expanded*/

/*Top Moved*/

.topmoved {
  background-color: #fff;
  padding: 1em 2em 1em 1.5em;
  width: calc(90% - 3.5em);
  margin: 1em 5vw auto;
  height: auto;
  display: block;
  float: left;
  clear: none;
  position: fixed;
  z-index: 1000;
  border-radius: 2em;
  transition: all 0.3s;
  border: 0.5px solid #e4e4e4;
}

.topmoved .logo {
  height: 3.5vh;
}

.topmoved .nav-btn {
  margin: 0.5em 0.5em auto;
}

.topmoved .logo .logo-img-homepage {
  width: 2em;
  height: 2em;
  float: left;
  clear: none;
  background-image: url("../img/logo/Mo-Logo-brown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.topmoved .logo .logo-img {
  width: 2em;
  height: 2em;
  float: left;
  clear: none;
  background-image: url("../img/logo/Mo-Logo-brown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.topmoved .logo .logo-text {
  font-family: "Aptos-Bold";
  color: #116982;
  font-size: 1.25em;
  display: block;
  float: left;
  clear: none;
  margin-left: 0.35em;
}

.topmoved .logo .pagename {
  font-family: "Aptos-Bold";
  color: #606060;
  font-size: 0em;
  display: block;
  float: left;
  clear: none;
  margin-left: 0.35em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: solid #d6b58c;
  border-width: 0 0 0 0.5px;
  padding-left: 0.75em;
}

/*Top Moved*/

.nav-closed {
  display: none;
  width: calc(0vw - 0em);
  height: calc(0vh - 0em);
  float: left;
  clear: none;
  border-radius: 0em;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  transition: all 0.4s;
}

.nav-popup {
  width: calc(100vw - 0em);
  height: calc(100vh - 12em);
  float: left;
  clear: none;
  display: block;
  border-radius: 0em;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(50px);
  padding: 6em 1em 6em 0;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.bignav {
  display: block;
  float: left;
  clear: none;
  width: 100%;
  height: auto;
  font-family: "Aptos-SemiBold";
  transition: all 0.4s;
  transform-style: flat;
  letter-spacing: 1px;
}

.bignav li {
  list-style: none;
  font-size: 2.5em;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.4s;
  transform-style: flat;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
}

.bignav li span {
  width: 0em;
  height: 0em;
  transform-origin: center;
  border-radius: 2em;
  background-color: #ec2227;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0em;
  font-weight: 100;
  transition: all 0.3s;
}

.bignav li:hover span {
  width: 4em;
  height: 4em;
  border-radius: 2em;
  background-color: #ec2227;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.4em;
  font-weight: 100;
  margin: 0.5em;
}

.bignav li:hover {
  color: #dfdfdf;
}

.bignav li:hover::marker {
  color: red;
  transition: all 0.4s;
  transform-style: flat;
}

.bookingfilling {
  width: calc(90vw + 0em);
  display: block;
  float: left;
  background-color: white;
  height: auto;
  transform: all 0.3s;
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 1000;
  border-radius: 1em 1em 0 0;
}

.bf-top {
  height: auto;
  float: left;
  clear: none;
  display: block;
  padding: 1.25em 1.5em;
  cursor: pointer;
  width: calc(100% - 3em);
  box-shadow: 2px 1px 40px -2px rgba(144, 255, 253, 0.66);
  -webkit-box-shadow: 2px 1px 40px -2px rgba(144, 255, 253, 0.66);
  -moz-box-shadow: 2px 1px 40px -2px rgba(144, 255, 253, 0.66);
  transform: all 0.3s;
  border-radius: 1em 1em 0 0;
}

.bf-top h6 {
  float: left;
  color: #094e4c;
}

.bf-top i {
  float: right;
  font-size: 1em;
  margin: 0.4em auto 0;
}

.bf-top .booktriggerup::after {
  content: "Book Mo!";
}

.bf-top .booktriggerdown::after {
  content: "Close Booking";
}

.bf-bottom {
  width: calc(100% - 2em);
  height: 75vh;
  display: none;
  float: left;
  clear: none;
  padding: 1em;
  transform: all 0.3s;
  bottom: 0;
  position: relative;
  overflow-y: scroll;
  padding-bottom: 4em;
}

.bf-bottom form {
  width: calc(100% - 10%);
  height: auto;
  display: block;
  float: left;
  clear: none;
  margin-left: 5%;
  margin-top: 3vh;
}

.bf-bottom p {
  margin-top: 2em;
  font-family: "Aptos";
  color: #0f1330;
  font-size: 0.7em;
}

.bf-bottom input[type="text"],
.bf-bottom input[type="email"],
.bf-bottom input[type="tel"],
textarea,
input[type="email"],
input[type="search"] {
  width: calc(100% - 2.5em);
  height: 1.5em;
  padding: 1em 1.5em 1em 1em;
  transition: all 0.4s;
  font-family: "Aptos";
  border: solid 0;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: 1em;
  border-radius: 1em;
}

textarea {
  height: 30vh;
}

.bf-bottom input[type="number"] {
  width: 38%;
  height: 1.5em;
  padding: 5% 5%;
  transition: all 0.4s;
  font-family: "Aptos";
  border: solid 0;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: 1em;
  float: left;
  clear: none;
  display: block;
}

.bf-bottom input:focus,
textarea:focus,
textarea:focus,
input[type="email"]:focus,
input[type="search"]:focus {
  border: solid inset 2px #0f1330;
  outline: 0;
  background-color: #f5f5f5;
}

.bf-bottom input:active,
textarea:active {
  border: solid 0.5px #0f1330;
  outline: 0;
  background-color: #f5f5f5;
}

.bf-bottom input::placeholder,
,
textarea::placeholder {
  font-size: 0.75em;
  opacity: 0.7;
  color: #0f1330;
  letter-spacing: 1px;
  position: absolute;
  top: 40%;
  left: 5%;
  transition: all 0.4s;
}

.bf-bottom input:focus::placeholder,
,
textarea:focus::placeolder {
  top: 15%;
  font-size: 0.5em;
}

.bf-bottom input[type="date"] {
  width: 90%;
  height: 1.5em;
  padding: 5% 5%;
  transition: all 0.4s;
  font-family: "Aptos";
  border: solid 0.5px #0f1330;
  margin: 0.5em 0;
  background-color: transparent;
  color: #0f1330;
  font-size: 0.9em;
  float: left;
  clear: none;
  display: block;
}

::-webkit-datetime-edit {
  font-size: 1em;
}
::-webkit-datetime-edit-fields-wrapper {
}
::-webkit-datetime-edit-text {
}
::-webkit-datetime-edit-month-field {
}
::-webkit-datetime-edit-day-field {
}
::-webkit-datetime-edit-year-field {
}
::-webkit-inner-spin-button {
  display: block;
}
::-webkit-calendar-picker-indicator {
}

.bf-bottom input[type="date"]::placeholder {
  font-size: 0.6em;
  opacity: 0.7;
  color: #0f1330;
  letter-spacing: 1px;
  position: absolute;
  top: 40%;
  left: 5%;
  transition: all 0.4s;
  background-color: #f5f5f5;
}

.bf-bottom select {
  width: 100%;
  height: 4em;
  padding: 0.6em 1.5em 0.6em 1em;
  transition: all 0.4s;
  font-family: "Aptos";
  border: solid 0px #0f1330;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: 1em;
  cursor: pointer;
  border-radius: 1em;
}

.bf-bottom select::after {
  opacity: 0;
}

.bf-bottom select option {
  color: #0f1330;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.4s;
}

input[type="search"]:before {
  content: url("../img/svgs/magnifying-glass-solid.svg");
}

input[type="search"] {
  margin-bottom: 2em;
  border-radius: 5em;
  padding: 1em 1.5em 1em 3em;
}

#search {
  height: 5em;
  position: relative;
}

#search i {
  font-size: 1em;
  display: block;
  float: left;
  clear: none;
  position: absolute;
  z-index: 10;
  left: 1.2em;
  top: 0.75em;
}

#search input[type="search"] {
  position: absolute;
  z-index: 0;
}

.footer {
  width: 100%;
  height: 85vh;
  display: block;
  float: left;
  clear: none;
  background-color: #116982;
  margin: 0vh auto 0;
  padding: 10vh 0 0 0;
  position: fixed;
  z-index: 0;
  bottom: 0;
  background-image: url("../img/svgs/abdulsign-blue.svg");
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer-inner {
  width: 90%;
  height: 80vh;
  margin: 6vh 5% auto;
  float: left;
  clear: none;
  display: block;
  overflow-y: scroll;
}

.f-contact {
  height: auto;
  width: 100%;
  margin: 3vh 0;
  display: block;
  float: right;
  clear: none;
  border-radius: 1em;
  background-color: rgba(22, 126, 155, 0);
  border: 1px solid rgba(22, 126, 155, 1);
  backdrop-filter: blur(7px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2em 2em;
  grid-template-areas:
    "."
    ".";
  overflow: hidden;
}

.contact-details {
  width: 90%;
  margin: 5%;
  display: block;
  float: left;
  clear: none;
  height: auto;
}

.cd-contact {
  border-radius: 3em;
  background-color: #3691aa;
  padding: 0.8em 1em;
  display: block;
  float: left;
  clear: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  clear: both;
  margin: 0.25em 0;
  cursor: pointer;
  transition: all 0.3s;
  border: 0px solid #3691aa;
}

.cd-contact i {
  color: #fff;
  font-size: 1.2em;
  margin: auto 0.5em auto auto;
}

.cd-contact p {
  color: #fff;
}

.cd-contact:hover i {
  color: #fff;
  font-size: 1.2em;
  margin: auto 0.5em auto auto;
}

.cd-contact:hover {
  border: 1px solid #3691aa;
}

.social {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: none;
  margin: 3em auto 0;
}

.social h4 {
  margin: 0;
}

.s-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0em 0em;
  grid-template-areas: ". . . . .";
  width: auto;
}

.s-links i {
  cursor: pointer;
  background-color: #fff;
  color: #167e9b;
  transition: all 0.3s;
  border-radius: 2em;
  font-size: 1.2em;
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 0.3s all;
  transform-origin: center;
}

.s-links i:hover {
  opacity: 0.7;
  transform: scale(110%);
}

.newsetter {
  background-color: #167e9b;
  border: 1px solid rgba(22, 126, 155, 1);
  width: 100%;
  height: 100%;
}

.newsetter form {
  width: 80%;
  height: auto;
  margin: 10%;
  display: block;
  float: left;
  clear: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
  .nav-popup {
    width: calc(100vw - 4em);
    height: calc(100vh - 12em);
    float: left;
    clear: none;
    display: block;
    border-radius: 0em;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(50px);
    padding: 6em 1em 6em 3em;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.4s;
  }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
  .nav-popup {
    width: calc(100vw - 4em);
    height: calc(100vh - 12em);
    float: left;
    clear: none;
    display: block;
    border-radius: 0em;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(50px);
    padding: 6em 1em 6em 3em;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.4s;
  }
}
/* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
  .top {
    width: 90%;
    margin: 3.5em 5vw auto;
    height: auto;
    display: block;
    float: left;
    clear: none;
    position: fixed;
    z-index: 1000;
    transition: all 0.3s;
  }

  .logo {
    width: auto;
    height: 3.5em;
    float: left;
    clear: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .top .logo .logo-img {
    width: 2.5em;
    height: 2.5em;
    float: left;
    clear: none;
    background-image: url("../img/logo/Mo-Logo-brown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
  }

  .top .logo .logo-img-homepage {
    width: 0em;
    height: 2.5em;
    float: left;
    clear: none;
    background-image: url("../img/logo/Mo-Logo-brown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
    transform-origin: center right;
  }

  .top .logo .logo-text {
    font-family: "Aptos-Bold";
    color: #116982;
    font-size: 1.5em;
    display: block;
    float: left;
    clear: none;
    margin-left: 0.35em;
  }

  .top .logo .pagename {
    font-family: "Aptos-Bold";
    color: #606060;
    font-size: 1em;
    display: block;
    float: left;
    clear: none;
    margin-left: 0.35em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: solid #d6b58c;
    border-width: 0 0 0 0.5px;
    padding-left: 0.75em;
  }

  #slidedown-logo {
    display: block;
    float: left;
    clear: none;
    height: 2em;
    width: 2em;
  }

  .nav-btn {
    height: auto;
    width: calc(auto - 1.5em);
    float: right;
    padding: 1em 1.5em;
    background: #d6b58c;
    border: 0;
    cursor: pointer;
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin: 0.3em 0;
    top: 0;
    right: 0;
    position: absolute;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 5px;
    transition: all 0.3s;
  }

  .nav-btn p {
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
  }

  .nav-btn .navstrokes {
    height: 1em;
    width: 6em;
    float: left;
    clear: none;
    display: block;
    position: relative;
    padding: 0;
  }

  .nav-btn .navstrokes span {
    height: 2px;
    background-color: white;
    float: left;
    clear: both;
    display: block;
    position: relative;
    transition: all 0.4s;
  }

  .navstrokes span:first-child {
    width: 6em;
    margin: calc(0em + 0px) auto auto auto;
    bottom: 0;
    transform-origin: center;
    top: auto;
    left: 0;
  }

  .navstrokes span:last-child {
    width: 6em;
    margin: 0.5em auto auto auto;
    bottom: 0;
    transform-origin: center;
    top: auto;
    left: 0;
  }

  /*Expanded*/
  .nav-btn .navstrokes-expanded {
    height: 1em;
    width: 2em;
    float: left;
    clear: none;
    display: block;
    position: relative;
    padding: 0;
    color: #094e4c;
    margin-right: 0.6em;
  }

  .nav-btn .navstrokes-expanded span {
    background-color: white;
    height: 3px;
  }

  .nav-btn .navstrokes-expanded p {
    color: #094e4c;
  }

  .navstrokes-expanded span {
    height: 5px;
    background-color: #094e4c;
    float: left;
    clear: both;
    display: block;
    position: relative;
    transition: all 0.4s;
  }

  .navstrokes-expanded span:first-child {
    width: 2.5em;
    margin: 0.2em auto auto auto;
    bottom: 0;
    transform-origin: center;
    top: auto;
    left: 0;
    transform: rotate(45deg);
  }

  .navstrokes-expanded span:last-child {
    width: 2.5em;
    margin: 0em auto auto auto;
    bottom: 0;
    transform-origin: center;
    top: auto;
    left: 0;
    transform: rotate(-45deg);
  }

  /*Expanded*/

  /*Top Moved*/

  .topmoved {
    background-color: #fff;
    padding: 1em 2em;
    width: calc(90% - 4em);
    margin: 1em 5vw auto;
    height: auto;
    display: block;
    float: left;
    clear: none;
    position: fixed;
    z-index: 1000;
    border-radius: 2em;
    transition: all 0.3s;
    border: 0.5px solid #e4e4e4;
  }

  .topmoved .logo {
    height: 4vh;
  }

  .topmoved .nav-btn {
    margin: 0.5em 0.5em auto;
  }

  .topmoved .logo .logo-img-homepage {
    width: 2.5em;
    height: 2.5em;
    float: left;
    clear: none;
    background-image: url("../img/logo/Mo-Logo-brown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
  }

  .topmoved .logo .logo-img {
    width: 2.5em;
    height: 2.5em;
    float: left;
    clear: none;
    background-image: url("../img/logo/Mo-Logo-brown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
  }

  .topmoved .logo .logo-text {
    font-family: "Aptos-Bold";
    color: #116982;
    font-size: 1.5em;
    display: block;
    float: left;
    clear: none;
    margin-left: 0.35em;
  }

  .topmoved .logo .pagename {
    font-family: "Aptos-Bold";
    color: #606060;
    font-size: 1em;
    display: block;
    float: left;
    clear: none;
    margin-left: 0.35em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: solid #d6b58c;
    border-width: 0 0 0 0.5px;
    padding-left: 0.75em;
  }

  /*Top Moved*/

  .nav-closed {
    display: none;
    width: calc(0vw - 0em);
    height: calc(0vh - 0em);
    float: left;
    clear: none;
    border-radius: 0em;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    transition: all 0.4s;
  }

  .nav-popup {
    width: calc(100vw - 8em);
    height: calc(100vh - 8em);
    float: left;
    clear: none;
    display: block;
    border-radius: 0em;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(50px);
    padding: 4em;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.4s;
  }

  .bignav {
    display: block;
    float: left;
    clear: none;
    width: 100%;
    height: auto;
    font-family: "Aptos-SemiBold";
    transition: all 0.4s;
    transform-style: flat;
    letter-spacing: 1px;
  }

  .bignav li {
    list-style: none;
    font-size: 4em;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.4s;
    transform-style: flat;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    letter-spacing: -0.025em;
  }

  .bignav li span {
    width: 0em;
    height: 0em;
    transform-origin: center;
    border-radius: 2em;
    background-color: #ec2227;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0em;
    font-weight: 100;
    transition: all 0.3s;
  }

  .bignav li:hover span {
    width: 4em;
    height: 4em;
    border-radius: 2em;
    background-color: #ec2227;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.4em;
    font-weight: 100;
    margin: 0.5em;
  }

  .bignav li:hover {
    color: #dfdfdf;
  }

  .bignav li:hover::marker {
    color: red;
    transition: all 0.4s;
    transform-style: flat;
  }

  .bookingfilling {
    width: calc(20vw + 5em);
    display: block;
    float: left;
    background-color: white;
    height: auto;
    transform: all 0.3s;
    position: fixed;
    right: 5%;
    bottom: 0;
    z-index: 1000;
    border-radius: 1em 1em 0 0;
  }

  .bf-top {
    height: auto;
    float: left;
    clear: none;
    display: block;
    padding: 1em 1.5em;
    cursor: pointer;
    width: calc(100% - 3em);
    box-shadow: 2px 1px 40px -2px rgba(144, 255, 253, 0.66);
    -webkit-box-shadow: 2px 1px 40px -2px rgba(144, 255, 253, 0.66);
    -moz-box-shadow: 2px 1px 40px -2px rgba(144, 255, 253, 0.66);
    transform: all 0.3s;
    border-radius: 1em 1em 0 0;
  }

  .bf-top h6 {
    float: left;
    color: #094e4c;
  }

  .bf-top i {
    float: right;
    font-size: 1em;
    margin: 0.4em auto 0;
  }

  .bf-top .booktriggerup::after {
    content: "Book Mo!";
  }

  .bf-top .booktriggerdown::after {
    content: "Close Booking";
  }

  .bf-bottom {
    width: calc(100% - 2em);
    height: 75vh;
    display: none;
    float: left;
    clear: none;
    padding: 1em;
    transform: all 0.3s;
    bottom: 0;
    position: relative;
    overflow-y: scroll;
    padding-bottom: 4em;
  }

  .bf-bottom form {
    width: calc(100% - 10%);
    height: auto;
    display: block;
    float: left;
    clear: none;
    margin-left: 5%;
    margin-top: 3vh;
  }

  .bf-bottom p {
    margin-top: 2em;
    font-family: "Aptos";
    color: #0f1330;
    font-size: 0.7em;
  }

  .bf-bottom input[type="text"],
  .bf-bottom input[type="email"],
  .bf-bottom input[type="tel"],
  textarea,
  input[type="email"],
  input[type="search"] {
    width: calc(100% - 2.5em);
    height: 1.5em;
    padding: 1em 1.5em 1em 1em;
    transition: all 0.4s;
    font-family: "Aptos";
    border: solid 0;
    margin: 0.5em 0;
    background-color: #f5f5f5;
    color: #0f1330;
    font-size: 1em;
    border-radius: 1em;
  }

  textarea {
    height: 30vh;
  }

  .bf-bottom input[type="number"] {
    width: 38%;
    height: 1.5em;
    padding: 5% 5%;
    transition: all 0.4s;
    font-family: "Aptos";
    border: solid 0;
    margin: 0.5em 0;
    background-color: #f5f5f5;
    color: #0f1330;
    font-size: 1em;
    float: left;
    clear: none;
    display: block;
  }

  .bf-bottom input:focus,
  textarea:focus,
  textarea:focus,
  input[type="email"]:focus,
  input[type="search"]:focus {
    border: solid inset 2px #0f1330;
    outline: 0;
    background-color: #f5f5f5;
  }

  .bf-bottom input:active,
  textarea:active {
    border: solid 0.5px #0f1330;
    outline: 0;
    background-color: #f5f5f5;
  }

  .bf-bottom input::placeholder,
  ,
  textarea::placeholder {
    font-size: 0.75em;
    opacity: 0.7;
    color: #0f1330;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    left: 5%;
    transition: all 0.4s;
  }

  .bf-bottom input:focus::placeholder,
  ,
  textarea:focus::placeolder {
    top: 15%;
    font-size: 0.5em;
  }

  .bf-bottom input[type="date"] {
    width: 90%;
    height: 1.5em;
    padding: 5% 5%;
    transition: all 0.4s;
    font-family: "Aptos";
    border: solid 0.5px #0f1330;
    margin: 0.5em 0;
    background-color: transparent;
    color: #0f1330;
    font-size: 0.9em;
    float: left;
    clear: none;
    display: block;
  }

  ::-webkit-datetime-edit {
    font-size: 1em;
  }
  ::-webkit-datetime-edit-fields-wrapper {
  }
  ::-webkit-datetime-edit-text {
  }
  ::-webkit-datetime-edit-month-field {
  }
  ::-webkit-datetime-edit-day-field {
  }
  ::-webkit-datetime-edit-year-field {
  }
  ::-webkit-inner-spin-button {
    display: block;
  }
  ::-webkit-calendar-picker-indicator {
  }

  .bf-bottom input[type="date"]::placeholder {
    font-size: 0.6em;
    opacity: 0.7;
    color: #0f1330;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    left: 5%;
    transition: all 0.4s;
    background-color: #f5f5f5;
  }

  .bf-bottom select {
    width: 100%;
    height: 4em;
    padding: 0.6em 1.5em 0.6em 1em;
    transition: all 0.4s;
    font-family: "Aptos";
    border: solid 0px #0f1330;
    margin: 0.5em 0;
    background-color: #f5f5f5;
    color: #0f1330;
    font-size: 1em;
    cursor: pointer;
    border-radius: 1em;
  }

  .bf-bottom select::after {
    opacity: 0;
  }

  .bf-bottom select option {
    color: #0f1330;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.4s;
  }

  input[type="search"]:before {
    content: url("../img/svgs/magnifying-glass-solid.svg");
  }

  input[type="search"] {
    margin-bottom: 2em;
    border-radius: 5em;
    padding: 1em 1.5em 1em 3em;
  }

  #search {
    height: 5em;
    position: relative;
  }

  #search i {
    font-size: 1em;
    display: block;
    float: left;
    clear: none;
    position: absolute;
    z-index: 10;
    left: 1.2em;
    top: 0.75em;
  }

  #search input[type="search"] {
    position: absolute;
    z-index: 0;
  }

  .footer {
    width: 100%;
    height: 85vh;
    display: block;
    float: left;
    clear: none;
    background-color: #116982;
    margin: 0vh auto 0;
    padding: 10vh 0 0 0;
    position: fixed;
    z-index: 0;
    bottom: 0;
    background-image: url("../img/svgs/abdulsign-blue.svg");
    background-position: top center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .footer-inner {
    width: 90%;
    height: 80vh;
    margin: 5vh 5%;
    float: left;
    clear: none;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    gap: 2em 2em;
    grid-template-areas: ". .";
  }

  .f-contact {
    height: 70%;
    width: 100%;
    margin: 10vh 0;
    display: block;
    float: right;
    clear: none;
    border-radius: 1em;
    background-color: rgba(22, 126, 155, 0);
    border: 1px solid rgba(22, 126, 155, 1);
    backdrop-filter: blur(7px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1em 2em;
    grid-template-areas: ". .";
    overflow: hidden;
  }

  .contact-details {
    width: 80%;
    margin: 10%;
    display: block;
    float: left;
    clear: none;
    height: auto;
  }

  .cd-contact {
    border-radius: 3em;
    background-color: #3691aa;
    padding: 0.8em 1em;
    display: block;
    float: left;
    clear: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    clear: both;
    margin: 0.25em 0;
    cursor: pointer;
    transition: all 0.3s;
    border: 0px solid #3691aa;
  }

  .cd-contact i {
    color: #fff;
    font-size: 1.2em;
    margin: auto 0.5em auto auto;
  }

  .cd-contact p {
    color: #fff;
  }

  .cd-contact:hover i {
    color: #fff;
    font-size: 1.2em;
    margin: auto 0.5em auto auto;
  }

  .cd-contact:hover {
    border: 1px solid #3691aa;
  }

  .social {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: none;
    margin: 3em auto 0;
  }

  .social h4 {
    margin: 0;
  }

  .s-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0em 0em;
    grid-template-areas: ". . . . .";
    width: auto;
  }

  .s-links i {
    cursor: pointer;
    background-color: #fff;
    color: #167e9b;
    transition: all 0.3s;
    border-radius: 2em;
    font-size: 1.4em;
    width: 2.5em;
    height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.3s all;
    transform-origin: center;
  }

  .s-links i:hover {
    opacity: 0.7;
    transform: scale(110%);
  }

  .newsetter {
    background-color: #167e9b;
    border: 1px solid rgba(22, 126, 155, 1);
    width: 100%;
    height: 100%;
  }

  .newsetter form {
    width: 80%;
    height: auto;
    margin: 10%;
    display: block;
    float: left;
    clear: none;
  }
}

/* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
}

/* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
}
/* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
}
