@media only screen and (max-width: 1440px) {
  nav.nav-area ul li {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 1199px) {

  .shape-about-one,
  .shape-about-two {
    display: none;
  }

  .section_hero {
    height: 1300px;
  }

  .ptb--100 {
    padding: 60px 0;
  }

  .title-faq-4 .title {
    margin-top: 0;
  }

  .faq-thumbnail-two .small-img {
    z-index: -1;
  }

  .main-wrapper-case-studies .title {
    line-height: 1;
  }

  .swiper-testimonials-wrapper-main-2 .swiper-button-next,
  .swiper-testimonials-wrapper-main-2 .swiper-button-prev {
    display: block !important;
    bottom: 0;
  }

  .carticle-slide-active video {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .md_text_center {
    text-align: center;
  }

  .image-container,
  .tab-container .image-container {
    position: relative;
    width: 100%;
    height: 400px !important;
    margin-bottom: 60px;
    top: 0;
  }

  .tab-container .image-container .bagr-image {
    width: 100%;
  }

  .banner-wrapper-seven .title {
    font-size: 32px;
    line-height: normal;
    text-align: center;
  }

  .banner-wrapper-seven p.disc {
    width: 100%;
    text-align: center;
  }

  .thumbnail-image-banner-7 img {
    padding: 25px;
    width: 300px;

  }

  .thumbnail-image-banner-7 {
    justify-content: center;
  }

  .why-speak-con .why-speak-tab {
    margin-bottom: 60px;
  }

  .inner_content.why-speak .section {
    flex-direction: column;
    overflow: hidden;
  }

  .inner_content.why-speak .section.section-left .left {
    padding: 4% 0;
  }

  .inner_content.why-speak .section .right {
    background: 0 0;
  }

  .inner_content.why-speak .section-right {
    flex-direction: column-reverse;
    padding: 0;
  }

  .inner_content.why-speak .section.section-right .right {
    margin: 0 !important;
  }

  .inner_content.why-speak .section .left {
    width: 100%;
  }

  .inner_content.why-speak .section .right img {
    min-width: 100%;
    height: auto;
    padding: 20px 0 !important;
  }

  .inner_content.why-speak .section .left {
    width: 100%;
    text-align: left;
  }

  .inner_content .circle1 img {
    display: none;
  }

  .inner_content .circle2 img {
    display: none;
  }

  .sponsors-partners h4 {
    font-size: 18px;
  }

  body {
    height: auto !important;
    overflow-y: auto !important;
    /* IMPORTANT FOR CHROME */
    overscroll-behavior-y: auto !important;
    overscroll-behavior-x: none !important;
    touch-action: pan-y !important;
  }

  #smooth-wrapper {
    position: relative !important;
    overflow: visible !important;
  }

}

@media only screen and (max-width: 767px) {
  .rts-header-area-two .main-header-two {
    padding: 15px 0;
  }

  .section_hero {
    height: 100vh;
  }

  .key-topics ul {
    padding-left: 0;
  }

  .key-topics ul li::before {
    width: 20px;
    height: 20px;
  }

  .departments-content .icon-box {
    width: calc(100% / 2);
  }

  .departments-content .icon-box {
    border-right: none;
  }

  .departments-content .icon-box.even {
    border-left: 1px solid #f5f5f5;
  }

  .attendee-profiles-col p {
    margin-bottom: 5px;
  }

  .inner-padding {
    padding: 30px;
  }

  .image-container,
  .tab-container .image-container {
    margin-bottom: 0;
  }

  .image-container,
  .tab-container .image-container {
    height: 250px !important;
  }

  .id-color {
    font-size: 20px;
  }

  .exhi-paragraph {
    font-size: 16px;
  }

  .banner-wrapper-seven {
    padding-top: 20px;
  }

  .column-2 {
    flex-direction: column;
    width: 50%;
  }

  .column-1 {
    width: 85%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 414px) {
  .top-btn {
    padding: 10px 20px;
    font-size: 11px;
  }

  .morocco-funding-title,
  .morocco-funding-sub-title,
  .morocco-number-text,
  .overview .title,
  .powerhouse .title,
  .why-morocco .title,
  .departments .title,
  .attendee-profiles .title,
  .happenings .pin-spacer .title,
  .series-sponsors .title,
  .sponsors-partners .title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .overview h3.title,
  .powerhouse h3.title,
  .why-morocco h3.title,
  .key-topics h3.title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) {

  /*
  .hero-main-heading {
    font-size: 2.8rem;
  }
  */
  .powerhouse-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-morocco-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}

@media only screen and (min-width: 768px) {

  /*
	.hero-heading {
    font-size: 2.4rem;
  }
  */
  .key-topics ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-morocco-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .departments-content .icon-box {
    width: calc(100% / 5);
  }

  .attendee-profiles-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .attendee-profiles-row {
    padding: 15px 70px;
  }

  .testimonial .single-testimonial-2 .content-area {
    width: 60%;
  }

  .key-topics-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-logo img {
    height: 250px;
  }

  .hero-logo {
    column-gap: 80px;
  }

  /*
 .hero-partner {
  padding-left: 80px;
}

	.hero-partner:before {
		position: absolute;
		width: 1px;
		height: calc(100% - 100px);
		background-color: #2bb6c68c;
		content: "";
		top: 20%;
		left: 0;
    }
    */
  .speakers--slide .speakers-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .g1 {
    height: var(--circle-size);
    left: calc(50% - var(--circle-size) / 2);
    top: calc(50% - var(--circle-size) / 2);
    width: var(--circle-size);
  }

  .g2 {
    height: var(--circle-size);
    left: calc(50% + var(--circle-size) / 2);
    top: calc(50% - var(--circle-size) / 2);
    width: var(--circle-size);
  }

  .g3 {
    height: var(--circle-size);
    left: calc(50% - var(--circle-size) / 2 - 27.77778vw);
    top: calc(50% - var(--circle-size) / 2 + 11.11111vw);
    width: var(--circle-size);
  }

  .interactive {
    background: #26296d;
    display: block;
    filter: blur(7.1863888889vw);
    height: 20vw;
    mix-blend-mode: var(--blending);
    opacity: .8;
    position: absolute;
    width: 20vw;
  }
}

@media only screen and (min-width: 992px) {
  .powerhouse-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  .series-sponsors .companies-exhibit {
    border: 1px solid #d0d0d07d;
    border-right: none !important;
  }

  /*
  .hero-main-heading {
    font-size: 3.5rem;
  }
  */
  .morocco-number {
    font-size: 24rem;
  }

  .pl_lg--50 {
    padding-left: 50px;
  }

  .why-morocco-wrap {
    grid-template-columns: repeat(5, 1fr);
  }

  .why-morocco-number span {
    font-size: 3rem;
  }

  .why-morocco-number {
    font-size: 1.5rem;
  }

  .pl_lg--100 {
    padding-left: 100px;
  }

  .col-md-offset-6 {
    margin-left: 3%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .speakers--slide .speakers-list-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .cs-height_80 {
    height: 80px
  }

  .cs-height_60 {
    height: 60px
  }

  .cs-height_40 {
    height: 40px
  }

  .cs-height_30 {
    height: 30px
  }
}

@media only screen and (min-width: 1200px) {
  .overview-wrapper {
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .timer {
    position: absolute;
    top: -20%;
    left: 20px;
  }

  .timer-content {
    grid-template-columns: repeat(2, 1fr);
    width: 300px;
    height: 250px;
  }

  .timer-el {
    padding: 0;
  }

  .timer-el__number {
    font-size: 5.4rem;
    font-weight: 900;
  }

  .timer {
    font-size: 2rem;
  }

  .hero-logo-section {
    gap: 60px;
  }

  .rts-reveal-one-video {
    width: 70%;
    height: 70%;
  }

  .banner-bg-1 {
    height: 1000px;
  }

  /*
  .hero-main-heading {
    font-size: 4.5rem;
  }
  */
  .title-faq-4 .title {
    margin-top: 15px;
  }

  .morocco-number {
    font-size: 20rem;
  }

  .morocco-funding-sub-title,
  .morocco-number-text {
    font-size: 32px;
  }

  .testimonial .title,
  .speakers .title,
  .banner-wrapper-seven .title,
  .speak-main h2,
  .why-header h1,
  .exhi-main h2,
  .overview .title,
  .powerhouse .title,
  .why-morocco .title,
  .departments .title,
  .attendee-profiles .title,
  .happenings .pin-spacer .title,
  .series-sponsors .title,
  .sponsors-partners .title {
    font-size: 34px;
    text-align: center;
    line-height: 100%;
  }

  .overview h3.title,
  .powerhouse h3.title,
  .why-morocco h3.title,
  .key-topics h3.title {
    font-size: 22px;
  }

  .hero-date span:nth-child(1) {
    font-size: 3.8rem;
  }

  .hero-date span:nth-child(2) {
    font-size: 2.4rem;
  }

  .carticle-slide-active video {
    width: 700px;
  }

  .hero-main-heading {
    font-weight: 900;
  }

  .speakers-non-slide .speakers-list-wrapper {
    display: grid;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .speakers-wrapper-2:nth-child(even),
  .speakers-wrapper-4:nth-child(even),
  .speakers-wrapper-6:nth-child(even),
  .speakers-wrapper-8:nth-child(even) {
    flex-direction: column-reverse;
  }

  .speaker-section-content {
    padding: 40px;
  }

  .speakers--slide .speakers-list-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .section_hero {
    height: 950px;
  }

  .app-overlay-layer {
    opacity: 0;
    transition: opacity 1000ms cubic-bezier(0.74, 0, 0.29, 1.01);
  }

  .hero-partner-name {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1400px) {
  .why-morocco-number {
    font-size: 2rem;
  }

  .why-morocco-number span {
    font-size: 4rem;
  }

  .why-morocco-text {
    font-size: 14px !important;
  }

  .why-morocco-count {
    padding: 0 20px
  }

  .carticle-slide-active video {
    width: 800px;
  }

  .use-case-area-start {
    gap: 100px;
  }
}

@media only screen and (min-width: 1680px) {

  .timer-content {
    width: 300px;
    height: 250px;
  }

  .why-morocco-number {
    font-size: 2rem;
  }

  .why-morocco-number span {
    font-size: 4.5rem;
  }

  .rts-reveal-one-video {
    width: 75%;
    height: 75%;
  }

  .why-morocco-number {
    font-size: 2.5rem;
  }

  .why-morocco-number span {
    font-size: 5rem;
  }

  .why-morocco-text {
    font-size: 16px !important;
  }

  .carticle-slide-active video {
    width: auto;
  }
}

@media only screen and (min-width: 1800px) {
  .use-case-area-start {
    gap: 200px;
  }

  .timer-content {
    width: 400px;
    height: 350px;
  }

  .why-morocco-number {
    font-size: 2.5rem;
  }

  .why-morocco-number span {
    font-size: 5rem;
  }

  .rts-reveal-one-video {
    width: 80%;
    height: 80%;
  }

  .why-morocco-number-col span {
    font-size: 7rem;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-testimonial-2 .testimonial-quote-icon {
    display: block !important;
  }
}