@media only screen and (max-width: 768px) {

  html {
    max-width: 100vw;
    height: fit-content;
    overflow-x: hidden;
  }

  body {
    max-width: 100vw;
    height: auto;
    overflow: hidden;


  }

  .scrollTo {
    color: white;

    font-size:  18px;
    margin-top: 13px;
  }

  .popUpOuter {
    display: grid;
    min-width: 100vw;
    min-height: 100vh;
    position: fixed;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none!important;
  }

  .headerLegal {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 12px;
    color: goldenrod;
  }

  .popUpContainer {
    height: 55vw;
    width: 60vw;
    padding: 5vh;
    border-radius: 2rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.712);
    background-color: white;
    font-size: 2vw;
    display: none!important;
  }

  .textContainer {
    max-height: 30vw;
    overflow-y: scroll;
    padding: 5px;
  }

  .popUpPara1 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: -2.5;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
  }

  li {
    margin-bottom: 10px;
    list-style: disc;
  }

  .legalButtons {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-evenly;

  }

  .legalButton {
    border: 1px solid black;
    background: transparent;
    font-size: 2vw;
    padding: 0.5rem 2.5rem;
    border-radius: 2rem;
    cursor: pointer;
  }

  .accept {
    background-color: gold;
    font-weight: 700;
    width: 100px;
    height: 30px;
  }

  .bgImageContainer {
    width: 100vw;
    height: 120vh;
    background: rgba(0, 0, 0, 0.199) url(/assets/background4.jpg);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: 210vw 90vh;
    background-position: center;
    position: fixed;
    z-index: -2;
  }

  /* Container height for Scroll(Modified by Javascript) */
  .outerContainer {
    height: fit-content;
    width: 100%;
  }

  .container {
    max-width: 100vw;
  }

  .otherMenu {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.699);
    position: fixed;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    left: -100vw;
    transition: all 1s ease-in-out;
  }

  .navList {
    margin-top: 10vh;
    list-style: none;
    width: 80vw;
  }

  .navItems>a {
    text-decoration: none;
    font-family: blkchcry;
    color: rgb(255, 255, 255);
    transition: all 0.2s ease-in;
    font-size: 5vw;
    font-weight: 700;
    text-shadow: 0px 10px 20px rgb(0, 0, 0);

  }

  .navItems>a:hover {
    font-size: 6vw;
  }

  .close-Icon {
    height: 10vw;
    width: 10vw;
    cursor: pointer;
  }

  .navIcons {
    width: 100vw;
    height: fit-content;
    background: rgba(0, 0, 0, 0.479);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 3;
    border-bottom: 1px solid gold;
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  #hamburger-Image {
    width: 10vw;
    margin: 2.5vh 0;
  }

  .section {

    max-width: 100vw;
  }

  .section>img {
    width: 95vw;
  }

  .first-Section {
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: black;

  }

  .title-Image-Container {
    width: 100vw;
    display: grid;
    place-items: center;
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  #title-Image {
    width: 90vw;
    margin-bottom: 10vh;
    margin-top: 17vh;
  }

  .bird-Image-Container {
    width: 100vw;
    display: flex;
    justify-content: space-around;
    margin-top: -5vh;
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  #bird-logo-1,
  #bird-logo-2 {
    height: 40vh;
    width: auto;
  }

  #bird-logo-2 {
    transform: rotateY(-180deg);
  }

  .presents-Image-Container {
    opacity: 0;
    transition: all 1s ease-in-out;
  }

  #presents-Image {
    width: 30vw;
    margin-top: 5vh;
    margin-left: -1vw;
  }

  .right-Container {
    opacity: 0;
    transition: all 1s ease-in-out;
    justify-content: center;
    display: contents;
  }

  #rights-Image {
    width: 45vw;
    margin-left: -2vw;
    margin-top: 5vh;
  }

  .second-Section {
    height: 80vh;
    max-width: 100vw;
    display: grid;
    place-items: center;
  }

  #page2 {
    width: 110%;
  }

  .second2-Section {
    height: 80vh;
    max-width: 100vw;
    display: grid;
    place-items: center;
    background: rgba(19, 18, 18, 0.719);
  }

  .third-Section {
    height: 80vh;
    max-width: 100vw;
    display: grid;
    place-items: center;
  }

  #page3 {
    background: rgba(19, 18, 18, 0.719);
  }

  .sixth-Section {
    height: 30vh;
    max-width: 100vw;
    display: grid;
    place-items: center;

  }

  #page6 {
    margin-top: -25vh;
  }

  #page7 {
    margin-top: 15vh;
    margin-left: 2vw;
  }

  .products-DisplayMobile {
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
    background-color: rgb(78, 78, 78);
    display: none;

  }

  .slider {
    max-width: 100vw;
    height: auto;

    overflow: hidden;

  }

  .slides {
    width: 1100%;
    height: auto;
    display: flex;
  }

  .slides input {
    display: none;
  }

  .slide {
    width: 20%;
    transition: 2s;
  }

  .slide img {
    width: 90vw;
    height: auto;
  }

  /*css for manual slide navigation*/

  .navigation-manual {
    position: absolute;
    min-width: 98vw;
    margin-inline: 0vw;

    margin-top: 1vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;


  }

  .manual-btn {
    border: 2px solid white;
    padding: 1.4vw;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s;
  }



  .manual-btn:hover {
    background: white;
  }

  #radio1:checked~.first {
    margin-left: -0.1%;
  }

  #radio2:checked~.first {
    margin-left: -10.7%;
  }

  #radio3:checked~.first {
    margin-left: -24.55%;
  }

  #radio4:checked~.first {
    margin-left: -42.5%;
  }

  #radio5:checked~.first {
    margin-left: -66%;
  }

  #radio6:checked~.first {
    margin-left: -99.3%;
  }

  #radio7:checked~.first {
    margin-left: -119.6%;
  }

  #radio8:checked~.first {
    margin-left: -139.6%;
  }

  #radio9:checked~.first {
    margin-left: -159.6%;
  }

  #radio10:checked~.first {
    margin-left: -179.6%;
  }


  .addedDiv {
    width: 100vw;
    height: 30vh;
    padding-block: 10vh;
    display: grid;
    place-items: center;


  }

  #addedDiv38 {
    margin-bottom: 0;
  }

  .addedDivImg {

    width: 100vw;
    height: auto;
  }


  .arrow-container {
    margin-top: 20px;
  }

}