/*Univesal Reset and Global Settings */
@media only screen and (min-width: 769px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: "Noto Sans", sans-serif;
    background-image: linear-gradient(
        90deg,
        rgba(66, 72, 49, 1) 0%,
        rgba(66, 72, 49, 0) 100%
      ),
      url("img/bg.jpg");
    background-size: 100%;
    color: #505050;
  }

  span {
    font-weight: bold;
  }
  /*Declaring the container Flex box for all the sections */
  .container {
    display: flex;
    flex-direction: row;
    gap: 1%;
  }

  /*Left Side Settings*/
  .leftSide {
    display: flex;
    flex-direction: column;
    margin-left: 1%;
    gap: 3%;
  }

  .vl {
    width: 1px;
    height: 60%;
    border: 1px solid #e6e5e2;
    margin-left: 50%;
  }

  .logo {
    width: 100%;
    margin-left:1%;
  }
  .icon {
    width: 30%;
    margin-left: 37%;
  }

  /*Language elements*/
  .languages{
    position:absolute;
    display:flex;
    gap:20%;
    width:13%;
    top:2%;
    right:3%;
  }
  .flags{
    width:100%;
    padding-left:10%;
  }

  /*Main Element Settings*/
  .mainElements {
    display: flex;
    flex-direction: column;
    margin-top: 4%;
  }

  .firstTitle,
  .secondTitle {
    font-size: 4vw;
    color: #e6e5e2;
  }

  .secondTitle {
    font-family: "Noto Sans", sans-serif;
    font-size: 3vw;
  }

  .mainElementsDiv {
    font-size: 80%;
    color: #e6e5e2;
    width: 33vw;
    margin-right: 5vw;
    text-align: justify;
    text-justify:inter-word
  }

  .mainElementsText {
    margin-top: 2%;
  }

  .bookNow {
    border: 1px solid #9e814e;
    border-radius: 4px;
    width: 30%;
    padding: 1%;
    margin-top: 4%;
    height: 5vh;
    font-size: 1vw;
    background-color: #9e814e;
    color: #e6e5e2;
    text-align: center;
    text-decoration: none;
  }

  .bookNow:hover {
    background-color: #424831;
    border-color: #424831;
    cursor: pointer;
  }

  .bookNowFrench{
    height:7h;
  }

  /*Banner Container Settings*/
  .bannerContainer {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% / 3);
    gap: 1%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
  }

  .bannerContainer::-webkit-scrollbar {
    display: none;
  }

  .dragging {
    cursor: grab;
    user-select: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  .no-transition {
    scroll-behavior: auto;
  }

  /*Banner Elements*/
  .banner {
    display: flex;
    flex-direction: column;
    gap: 2%;
    flex: 0 0 13.5vw;
    width: 13.5vw;
    height: 80%;
    border: 2px solid #e6e5e2;
    border-radius: 5px;
    background-color: #e6e5e2;
    margin-top: 11vh;
    scroll-snap-align: start;
  }

  .bannerTitle {
    font-size: 1.5vw;
    text-align: center;
    font-weight: normal;
  }

  .bannerText {
    font-size: 1vw;
    padding: 0 5%;
  }

  .bannerImgContainer {
    width: 100%;
    height: 35%;
  }

  .bannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .airport {
    object-position: 100% 0;
  }

  .disney {
    object-position: 0 60%;
  }


  /*Arrow Settings*/

  .arrow{
  position:absolute;
  display: flex;
  width:25%;
  gap:50%;
  bottom:0;
  right:15%;
}
 

  .leftArrow,
  .rightArrow {
    background: none;
    border: none;
    cursor: pointer;
    padding-right:10%;
  }

  .leftArrowImg,
  .rightArrowImg {
    width:100%;
  }

  .rightArrowImg {
    transform: rotate(180deg);
  }
}
/*Media Settings for Tablet*/

/*Media Settings for Cellphones*/
@media only screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Noto Sans", sans-serif;
    width: 100%;
    height: 100%;
    background: #e6e5e2;
    color: #0d1821;
  }
  span {
    font-weight: bold;
  }
  .container {
    display: grid;
    position: relative;
  }

  img {
    width: 3%;
  }

  .vl {
    width: 0;
    height: 0;
  }

  /*Header and Footer */
  .leftSide {
    display: flex;
    background: #424831;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 7%;
  }

  .logo {
    width: 40px;
    margin-left: 1%;
  }

  .icon {
    width: 25px;
    padding-top: 33%;
  }

  /*Languages*/
  .languages{
    position:absolute;
    display:flex;
    gap:15%;
    top:0;
    right:4%;
    width:20%;
    margin-top:1%;
  }

  .flags{
    width:100%;
  }

  /*Main Elements*/
  .mainElements {
    display: grid;
    gap: 3%;
  }

  .titleContainer {
    margin: auto;
  }
  .hl {
    border: 1px solid #0d1821;
    width: 43%;
  }

  .firstTitle {
    font-size: 30px;
  }

  .secondTitle {
    font-size: 25px;
    margin: auto;
  }

  .mainElementsDiv {
    font-size: 12px;
    margin: auto;
    text-align: center;
  }

  .mainElementsText {
    margin: 2% 4% 0 4%;
  }
  .bookNow {
    margin: auto;
    border: 1px solid #9e814e;
    border-radius: 3px;
    height: 3.5vh;
    width: 40%;
    background-color: #9e814e;
    color: #e6e5e2;
    text-align: center;
    text-decoration: none;
  }

  .bannerContainer {
    margin-top: 20%;
  }

  /*Banner Elements*/
  .bannerContainer {
    display: grid;
    grid-auto-flow: row;
    gap: 1%;
  }

  .banner {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.51);
    display: flex;
    flex-direction: column;
    margin: 0 3%;
    font-size: 10px;
    gap: 2.5%;
  }

  .bannerImgContainer {
    width: 100%;
    height: 50%;
  }

  .bannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bannerTitle,
  .bannerText,
  .bannerSubtitle {
    margin-left: 3%;
  }

  .bannerUl {
    margin-left: 7%;
  }

  .arrow {
    width: 0;
    height: 0;
  }
}
/*
Grey = #505050
white = #e6e5e2
Gold = #9e814e
Green = #424831
*/
