@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);

html {
  box-sizing: border-box;
}


@font-face {
  font-family: 'Lovelo Line Light';
  src: url('fonts/Lovelo.otf') format('opentype');
}


@font-face {
  font-family: 'RubikMonoOne';
  src: url('fonts/RubikMonoOne.ttf') format('opentype');
}


@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.ttf') format('opentype');
}



p.coming-soon {
  font-size: 6vw;
  /* Responsive font size based on viewport width */
  font-family: 'Lovelo Line Light', sans-serif !important;

  color: #F4EDCC;
}


footer h1 {
  font-size: 2vw;
  /* Responsive font size based on viewport width */
  font-family: 'Lovelo Line Light', sans-serif !important;
  color: #F4EDCC;
}


#countdown li {
  padding: 2% 2%;
  font-family: 'RubikMonoOne', sans-serif !important;
  background-color: rgba(255, 255, 255, 0.15);

}

.timeRefDays {
  color: #F4EDCC;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  width: 100%;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}



#content {
  position: relative;
  z-index: 2;
}


html .main,
body .main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);


}

html .main #content,
body .main #content {

  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  min-height: 24px;
  height: 100%;
  position: relative;
  text-align: center;
  top: 15%;
}

html .main #content .title,
body .main #content .title {
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

html .main #content .title span,
body .main #content .title span {
  font-size: 4rem;
  cursor: pointer;
}

html .main #content .title:hover,
body .main #content .title:hover {
  -webkit-animation: MISSION-HOVER 1.5s infinite;
  animation: MISSION-HOVER 1.5s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes MISSION-HOVER {

  0%,
  100% {
    font-size: 4rem;
    color: white;
  }

  50% {
    color: #bffcff;
    letter-spacing: 5px;
    text-shadow: 0px 0px 30px #bffcff;
  }
}

html .main #content p,
body .main #content p {
  color: #e6dbae;
  font-family: "Quicksand", sans-serif;
  font-size: 3.5rem;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

html .main #content p:last-child,
body .main #content p:last-child {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 3em auto;
  padding: 0;
  letter-spacing: 0.1rem;
}

html .main #content p:last-child>a,
body .main #content p:last-child>a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in;
}

html .main #content p:last-child>a:hover,
body .main #content p:last-child>a:hover {
  color: #fff;
}

html .main #content section,
body .main #content section {
  color: #fff;
  margin: 0 auto;
  line-height: 24px;
  font-size: 1rem;
  font-weight: 700;
}

html .main #content section ul,
body .main #content section ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

html .main #content section ul li,
body .main #content section ul li {
  display: inline-block;
  margin-right: 2rem;
  width: 6rem;
}

html .main #content section .timenumbers,
body .main #content section .timenumbers {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0 auto;
  text-align: center;
}

html .main #content section p.timedescription,
body .main #content section p.timedescription {
  font-size: 0.5rem;
  font-variant: small-caps;
  line-height: 1.5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 0px;
}


#logo {
  margin-bottom: 7%;
}

#saction1 {
  position: relative;
  background: url('img/background.png') no-repeat;
  background-size: cover;

  padding: 176px 0;

}

#saction1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.685);
  /* Adjust the 0.5 to increase or decrease the darkness */
  z-index: 1;
}

#saction2 {
  
  position: relative;
  background: url('img/background2.png') no-repeat center center;
  font-family: 'Montserrat-Bold', sans-serif !important;
  background-size: cover;
  padding: 10% 0;
  text-align: center;
}


#saction2  h4{
  
  line-height: 1.5;
}




#background2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.685);
  z-index: 1;
  /* Keeps the overlay behind the content */
}

.column {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 1.5%;
}

.icon {
  width: 100px;
  /* Adjust as needed */
  height: auto;
  margin-bottom: 15px;
}

.description {
  color: #fff;
  /* Adjust color as needed */
  margin-bottom: 20px;
}

.myButton {
  margin-top: 34%;
  padding: 17px 76px;
  background-color: transparent;
  color: #F4EDCC;
  border: 2px solid #F4EDCC;
  font-size: larger;
  cursor: pointer;
}

.myButton:hover {
  background-color: #F4EDCC;
  /* Background color appears on hover */
  color: rgb(0, 0, 0);
  /* Adjust text color on hover if needed */
}


/* Responsive adjustments if needed */
@media (max-width: 768px) {

  .eltdf-header-double-grid-line-one, .eltdf-header-double-grid-line-two {

    height: 72px;

  }

  .column {
    width: 100%;
    margin-bottom: 30px;
  }
}



.main {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  /* This ensures that the container takes up the full viewport height */
}

#saction1,
#saction2 {
  scroll-snap-align: start;
  height: 100vh;
  /* This ensures each section takes up the full viewport height */
}

#saction2 h3 {
  color: #F4EDCC;
  font-size: 30px;
}


#saction2 h4 {
  color: #F4EDCC;
}


#store {

  width: 15%;
}

#casablanca {
  width: 40%;
}

#call {
  width: 15%;
}

footer img {
  width: 50%;
  margin-bottom: -3.8px;
}




@media  (min-height: 800px) and (max-width: 768px) {

  .eltdf-header-double-grid-line-one, .eltdf-header-double-grid-line-two {

    height: 72px   !important;

  }

  .container {
    display: flex !important;
    flex-direction: column;
    justify-content: center; /* Aligns children vertically in the center */
    align-items: center; /* Aligns children horizontally in the center */
    height: 100vh; /* Adjust the height as needed */
    text-align: center; /* Centers the text within each child */
  }

  }

  @media (max-width: 1700px) {
    #saction2 h3 {
      color: #F4EDCC;
      font-size: 25px;
    }

      .column {

        width: 26%;

    }

  }


@media (max-width: 768px) {

  .eltdf-header-double-grid-line-one, .eltdf-header-double-grid-line-two {

    height: 72px !important;

  }

  #saction2 h4 {
    line-height: 1.2;
}

  footer img {
    width: 50%;
  }

  .myButton {
    margin-bottom: 39px;
  }

  .column {
    margin-bottom: 0px;
  }
  .description {
  
    margin-bottom: 2px;
  }

  
  #saction2 h3 {
   
    font-size: 16px;
  }
  
  
  #saction2 h4 {
  
    font-size: 14px;
  }
  
  
  #store {
  
    width: 9%;
  }
  
  #casablanca {
    width: 20%;
  }
  
  #call {
    width: 10%;
  }


  #saction1 {
    padding: 50px 0;
  }

  html .main #content section ul li,
  body .main #content section ul li {
    display: block;
    margin: 2% 30% 0%;
  }

  #saction2 {
    margin-top: 39%;
    padding: 2%;
  }

  #background1 {
    margin-top: 20%;
    padding: 2%;
  }

  p.coming-soon {
    font-size: 10vw;
    /* Adjust the font size for smaller screens */
  }

  #countdown li {
    font-size: 2vw;
    /* Adjust font size for smaller screens */
  }

  /* Adjust other styles for small screens */
  #content {
    top: 10%;
  }

  html .main #content .title,
  body .main #content .title {
    font-size: 2rem;
  }

  html .main #content p,
  body .main #content p {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }

  html .main #content p:last-child,
  body .main #content p:last-child {
    font-size: 0.5rem;
  }

  html .main #content section,
  body .main #content section {
    font-size: 0.8rem;
  }

  .icon {
    width: 60px;
    margin-bottom: 10px;
  }

  .myButton {
    margin-top: 10%;
    padding: 10px 40px;
    font-size: medium;
  }
}


@media  (min-height: 800px)  {



 
  #store {

    width: 18%;
  }
  
  #casablanca {
    width: 40%;
  }
  
  #call {
    width: 15%;
  }

  
  }









footer {
  position: absolute !important;
  bottom: 0;
  width: 100%;
 
}



.scroll {
  display: flex;
  flex-direction: column; /* Aligns children vertically */
  justify-content: center; /* Center children vertically */
  align-items: center; /* Center children horizontally */
  margin-top: 3%; /* This makes the div take the full viewport height */
}


.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #F4EDCC;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


.eltdf-header-double-grid-line-one, .eltdf-header-double-grid-line-two {
  position: fixed;
  display: block;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #F4EDCC;
  z-index: 200;
}

.eltdf-double-grid-line-one, .eltdf-header-double-grid-line-one {
  left: 110px;
}

.navbar {
  width: 99%;
  display: flex;
  border: solid 1px #F4EDCC;
  border-left: none;
  border-top: none;
  border-right: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #0000005e;
  z-index: 1000;
  position: relative;
}

.navbar-logo img {
  height: 50px; /* Adjust as needed */
}

.navbar-icon svg {
  margin-left: 30px;
  color: #F4EDCC;
  fill: currentColor;
  width: 40px;
  margin-right: 30px;
  height: auto;
  cursor: pointer;
}


.line1, .line2, .line3, .line4 {
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.3s ease;
}


.eltdf-side-menu-icon:hover .line1 {
  transform: translateX(10.1px);
}

.eltdf-side-menu-icon:hover .line2 {
  transform: translateX(0px);
}

.eltdf-side-menu-icon:hover .line3 {
  transform: translateX(0px);
}

.eltdf-side-menu-icon:hover .line4 {
  transform: translateX(-10.1px);
}
