@media screen and (min-width: 767px) {
  nav {
    position: inherit;
    display: block !important;
  }
  nav ul {
    flex-direction: inherit;
  }
}
/* Max widht */
@media screen and (max-width: 1200px) {
  .hero__area {
    padding-top: 100px;
  }
  .hero__area::before {
    left: -100px;
    height: 400px;
    width: 400px;
  }
  .journey::before,
  .journey::after {
    height: 400px;
    width: 400px;
  }
  .journey::after {
    right: -150px;
    top: -100px;
  }
  .footer__top-content {
    column-gap: 40px;
  }
  .event__text {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hero__text h1 {
    font-size: 56px;
  }
  .joueney__title {
    font-size: 50px;
  }
  .single__list h3 {
    font-size: 24px;
  }
  .single__list p {
    font-size: 14px;
  }
  .journey__list .ct__date {
    padding: 8px 20px;
    font-size: 18px;
  }
  .single__list::before {
    top: 9px;
  }
  .single__list {
    padding-bottom: 35px;
  }
  .event {
    padding-top: 20px;
  }
  .event .section__header {
    padding-bottom: 50px;
  }
  .event__text {
    transform: translateX(0);
    width: 100%;
    transform: translateY(-30px);
  }
  .event__image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px 40px 0 0;
  }
  .event__conent {
    grid-template-columns: 1fr;
  }
  .event__text-content h3 {
    font-size: 28px;
  }
  .event__text-content h2 {
    padding: 20px 0;
    font-size: 42px;
  }
  .protfolio {
    padding-top: 20px;
  }
  .protfolio__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__title {
    font-size: 42px;
  }
  .footer__top-content {
    grid-template-columns: 1fr;
  }
  .footer__social ul {
    justify-content: flex-start;
    grid-gap: 16px;
    padding-top: 20px;
  }
  .video__play {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mobile__bar {
    display: block;
  }
  nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    top: 100%;
    display: none;
    background: #fff;
  }
  nav ul {
    flex-direction: column;
  }
  .journey__wrapper,
  .hero__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .hero__text h1 {
    font-size: 42px;
  }
  .section__title,
  .joueney__title {
    font-size: 36px;
  }
  .single__list h3 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  .single__list p {
    font-size: 14px;
    max-width: 350px;
  }
  .journey__list .ct__date {
    padding: 8px 15px;
    font-size: 16px;
  }
  .protfolio__content {
    grid-template-columns: 1fr;
  }
  .single__protfolio {
    padding: 20px;
    max-width: 380px;
    margin: 0 auto;
  }
  .journey {
    margin-top: 100px;
    padding: 0 0;
    padding-bottom: 100px;
    background: #349dab;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 576px) {
  .hero__area {
    padding-top: 60px;
  }
  .event .section__title::after {
    height: 25px;
    width: 20px;
    top: -2px;
    left: -22px;
  }
  .hero__text h1 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
  }
  .hero__text p {
    text-align: center;
    font-size: 14px;
  }
  .event__text-content h2,
  .section__title,
  .joueney__title {
    font-size: 28px;
  }
  .single__list h3 {
    font-size: 18px;
  }
  .event__text {
    padding: 30px 20px;
  }
  .event__text-content h3 {
    font-size: 20px;
  }
  .event__text-content h2 {
    padding: 10px 0;
  }
  .cards__text small {
    font-size: 18px;
  }
  .cards__text h3 {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .single__protfolio {
    padding: 20px 10px;
    max-width: 380px;
    margin: 0 auto;
  }
  .section__header {
    text-align: center;
  }
  .footer__social ul {
    align-items: center;
    justify-content: center;
  }
}
