@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* mediaquery for laptop *************/

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .story-right::before {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .story-right-txtarea {
    padding-left: 10px;
    padding-right: 10px;
  }
  .story-right-txtarea > p:first-child::before {
    top: -29px;
    left: -3px;
  }

  .news {
    margin-top: 0px;
  }

  .news-img > video {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .nav {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (min-width: 769px) {
}

/* mediaquery for tablet ****************************/

@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  header {
    position: fixed;
  }

  .mobile-menu {
    font-size: 20px;
  }
  .logo {
    width: 60%;
  }

  .bnr-text > p {
    font-size: 150px;
  }

  .bnr-txt-area > p:nth-child(1),
  .bnr-txt-area > p:nth-child(2) {
    font-size: 100px;
  }

  .explore,
  .story,
  .gallery {
    background-image: none;
  }
  .explore-text {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .explore-img {
    flex-basis: 100%;
    padding-left: 0px;
    justify-content: space-between;
  }
  .explore-img > div {
    flex-basis: 49%;
  }
  .explore-img > div > img {
    width: 100%;
  }
  .explore-img > div:nth-child(2) > img {
    position: static;
  }
  .story,
  .story2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .story-row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .story-left {
    flex-basis: 100%;
  }
  .story-left > a {
    position: relative;
    text-align: center;
    bottom: 0;
    z-index: 1;
    display: block;
  }
  .story-left > a > img {
    height: 100%;
    width: auto;
  }
  .story-right {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-basis: 100%;
  }
  .story-right::before {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .story-right-txtarea {
    padding-left: 10px;
    padding-right: 10px;
  }
  .story-right-txtarea > p:first-child::before {
    top: -29px;
    left: -3px;
  }

  .feature-card > p:first-child {
    margin-bottom: 20px;
  }
  .gallery-left {
    order: 1;
  }
  .gallery-right {
    order: 2;
  }
  .gallery-middle {
    order: 3;
  }
  .gallery-left,
  .gallery-right {
    flex-basis: 49%;
  }
  .gallery-middle {
    flex-basis: 100%;
  }
  .gallery-middle-row {
    flex-direction: row;
  }
  .gallery-middle-row > div {
    flex-basis: 49%;
  }
  .journey-container > p {
    margin-bottom: 20px;
  }
  .journey-txt-area-left {
    flex-basis: 100%;
  }
  .journey-txt-area-right {
    flex-basis: 50%;
  }
  .story2 {
    background-image: none;
  }
  .story2-left {
    display: none;
  }

  .news {
    padding-top: 50px;
  }
  .news-img,
  .news-txt-area {
    flex-basis: 100%;
  }

  .news-txt-area {
    text-align: center;
  }
  .footer-container {
    flex-direction: column;
    justify-content: center;
  }
  .footer-container > ul > li > a > i {
    color: var(--lt-grey);
    font-size: 20px;
  }
  .footer-container > ul > li:first-child {
    margin-left: 0;
  }
  /* {
    display: inline-block;
    margin-left: 20px;
  } */
  .footer-container > a {
    font-size: 30px;
  }
}

/* mediaquery for mobile *******************************/

@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .mobile-menu {
    font-size: 20px;
  }
  .logo {
    width: 60%;
  }
  .bnr-text > p {
    font-size: 60px;
    letter-spacing: 0px;
  }
  .bnr-txt-area {
    padding-top: 50px;
  }
  .bnr-txt-area > p:nth-child(1),
  .bnr-txt-area > p:nth-child(2) {
    font-size: 50px;
  }

  .explore-img > div {
    flex-basis: 100%;
  }
  .story-left > a > img {
    width: 100%;
  }
  .story-right-txtarea > p:first-child {
    font-size: 18px;
  }

  .feature-card > p:first-child {
    font-size: 27px;
  }
  .gallery-left,
  .gallery-right {
    flex-basis: 100%;
  }
  .gallery-middle-row > div {
    flex-basis: 100%;
  }
  .journey-txt-area-right {
    flex-basis: 100%;
  }
  .journey-container > p,
  .blog-container > p {
    font-size: 27px;
  }
  .blog-card {
    flex-basis: 100%;
  }
  .news-txt-area form > input[type="email"] {
    width: 78%;
  }
  .news-txt-area form > button {
    width: 20%;
  }
  .footer-container > a {
    font-size: 20px;
  }
}
