/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .menu-block-link {
    font-size: 17px;
  }

  .menu-block-btn {
    padding: 9px 22px;
  }

  .container {
    width: 90%;
  }

  .content-subtitle-flag,
  .content-subtitle-flag-right {
    width: 50%;
  }


  .content-image-right {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;

  }

  .content-image-left {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;

  }

  /* Hero Section End   */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Hero Section Start   */

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-subtitle::before {
    height: 2px;
    width: 50px;
  }

  .XXhero-title {
    /* font-size: 10vw;
    line-height: 16vw; */
  }

  .content-image-right {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;

  }

  .content-image-left {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;

  }


  /* Hero Section End   */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    padding: 0 80px;
    width: 100%;
  }

  .header-container {
    padding: 0 80px;
  }

  .content-subtitle-flag,
  .content-subtitle-flag-right {
    width: auto;
  }



  /* Header Navigation Start   */

  .navbar {
    padding: 64px 0;
    box-shadow: none;
    background-color: transparent;
  }

  .on-scroll .navbar {
    padding: 24px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  }

  .burger {
    display: none;
    visibility: hidden;
  }

  .brand svg img {
    max-width: 108px;
  }

  .menu {
    position: relative;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: none;
    box-shadow: none;
    top: unset;
    left: 0;
    right: unset;
    transform: unset;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin: 0 auto;
    padding: 0;
    row-gap: 0;
  }

  .menu-block {
    margin-left: 86px;
    column-gap: 50px;
  }

  .header-backdrop,
  .menu-header {
    display: none;
  }

  .menu-block-link:hover,
  .menu-link:hover {
    color: #fbd784;
  }

  /* Header Navigation End   */

  /* Hero Section Start   */

  .hero-section {
    max-height: unset;
    padding-bottom: 200px;
    max-height: unset;
  }

  .hero-section::after {
    height: 60%;
  }

  .hero-content {
    padding: 0 80px;
    z-index: 3;
    top: 14%;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-subtitle::before {
    height: 2px;
    width: 72px;
  }

  .hero-title {
    /* font-size: 88px;
    line-height: 100px; */
  }

  .hero-image-wrapper img.sky {
    transform: translateY(40%);
  }

  /* Hero Section End   */

  .content-wrapper .content-image {
    width: auto;
  }

  .content-image img {
    /* width: 566px; */
    width: 60vw;
    height: auto;
  }

  .content-image-right {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

  }

  .content-image-left {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;

  }

  .content-wrapper:nth-child(odd) .content-image {
    order: 2;
  }

  .content-wrapper:nth-child(odd) .content-content {
    order: 1;
  }

  .content-wrapper:not(:last-child) {
    margin-bottom: 200px;
  }

  .content-wrapper:nth-child(1) .content-subtitle {
    margin-bottom: 208px;
  }

  .content-subtitle::before {
    height: 2px;
    width: 72px;
  }

  .content-section {
    margin-top: -60%;
    /* border: red solid 2px; */
  }

  .content-content {
    padding-left: 40px;
    /* border: #fbd784 solid 2px; */
  }

  .content-image img {
    width: 466px;
    height: auto;
    ;
  }

  .content-row {
    gap: 75px;
    /* flex-direction: row; */
    flex-direction: row;
    vertical-align: top;
  }

  .content-subtitle {
    font-size: 18px;
  }

  .content-title {
    font-size: 54px;
    line-height: 72px;
  }

  .content-copy {
    font-size: 18px;
  }



  footer {
    padding-top: 200px;
    padding-bottom: 120px;
  }

  .footer-row {
    gap: 100px;
    flex-direction: row;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .content-content {
    padding-left: 100px;

  }

  .content-row {
    gap: 35px;
  }

  .content-subtitle .counter {
    left: -20%;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .content-content {
    padding-left: 150px;

  }

  .content-image img {
    width: 566px;
    height: auto;
  }

  .content-image-right {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

  }

  .content-image-left {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;

  }

  .content-row {
    gap: 114px;
  }

  .content-title {
    font-size: 64px;
  }

  .content-subtitle .counter {
    left: -40%;
  }

  .footer-row {
    gap: 200px;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    margin: 0 auto;
    padding: 0;
    row-gap: 0;
  }
}