@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1210px;
  }
  .feature .container {
    max-width: 1345px;
  }
  .cta .container {
    max-width: 1295px;
  }
  .footer .container {
    max-width: 1267px;
  }
  .hero--style-2 .container {
    max-width: 1290px;
  }
  .about-info .container {
    max-width: 1303px;
  }
}

/* 
  Extra large devices (less than 1400px)
*/
@media (max-width: 1399px) {
  h3 {
    font-size: 24px;
  }
  .para-style {
    font-size: 18px;
  }
  .para-style-lg {
    font-size: 22px;
  }
  .section__title h2,
  h2 {
    font-size: 40px;
  }
  .header__wrapper {
    height: 80px;
  }
  .header__logo-img {
    max-width: 250px;
  }
  .header__menu {
    gap: 20px;
  }
  .header.fixed-top .header__logo-img {
    max-width: 250px;
  }
  .hero {
    padding-top: 116px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__title span:nth-child(2) {
    font-size: 62px;
    line-height: 65px;
  }
  .hero__title span:nth-child(3) {
    font-size: 92px;
  }
  .feature__wraper {
    gap: 50px;
  }
  .feature__content h3 {
    font-size: 28px;
  }
  .faq__wrapper {
    padding: 60px 40px 80px;
  }
  .faq__thumb {
    width: 380px;
  }
  .testimonial__slider .slick-slide {
    width: 300px;
  }
  .callout__card-title {
    font-size: 80px;
  }
  .callout__card {
    height: 260px;
  }
  .callout__card-btn {
    font-size: 20px;
  }
  .blog__slider .slick-slide {
    width: 460px;
  }
  .blog__card-thumb {
    height: 235px;
  }
  .blog__card-content {
    padding: 24px 30px 35px;
  }
  .blog__card-subtitle {
    font-size: 18px;
  }
  .blog__card-title {
    font-size: 24px;
  }
  .blog {
    padding-block: 70px 30px;
  }
  .cta__content {
    max-width: 530px;
    padding-bottom: 80px;
  }
  .cta__main {
    padding-top: 300px;
  }
  .cta__form {
    padding: 70px 32px;
  }
  .cta__form-title {
    padding-right: 0;
  }
  .footer {
    padding-block: 100px 64px;
  }
  .footer__identity {
    padding-top: 80px;
  }
  .hero--style-2 .hero__title {
    font-size: 45px;
  }
  .hero--style-2 .hero__content {
    max-width: 580px;
    padding-block: 100px;
  }
  .page-nav__link {
    font-size: 20px;
  }
  .page-nav__wrapper {
    height: 70px;
  }
  .about__content {
    padding-block: 80px 100px;
    width: 585px;
  }
  .about__thumb-container {
    margin-left: 0px;
  }

  .about__thumb:first-child {
    width: 320px;
    padding: 24px;
  }
  .about__thumb:nth-child(2) {
    width: 400px;
    padding: 24px;
    top: 210px;
    left: 70px;
  }
  .about__thumb:nth-child(3) {
    width: 240px;
    padding: 20px;
    top: 515px;
  }
  .about {
    margin-bottom: 120px;
  }
  .about-info__thumb {
    margin-bottom: 32px;
  }
  .difference__content {
    max-width: 640px;
  }
  .section-top-card__inner {
    width: 360px;
    min-height: 360px;
    padding: 70px 60px;
  }
  .section-top-card {
    top: -110px;
    padding: 32px;
  }
  .about-page .faq {
    padding-bottom: 140px;
  }
  .theme-card {
    padding: 80px;
    max-width: 680px;
  }
  .about-page .cta__content {
    max-width: 1000px;
    padding-block: 120px;
  }

  .how-it-work--style-2 .how-it-work__content {
    padding-left: 50px;
  }
}

/* 
  Large devices (less than 1200px)
*/
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
  .para-style-lg {
    font-size: 20px;
  }
  .hero {
    padding-top: 80px;
  }
  .hero__content {
    max-width: 440px;
    padding-bottom: 80px;
  }
  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__title span:nth-child(2) {
    font-size: 55px;
    line-height: 60px;
  }
  .hero__title span:nth-child(3) {
    font-size: 80px;
  }
  .hero__dot-shape {
    max-width: 70%;
  }
  .hero__video {
    width: 53%;
  }
  .hero--style-2 .hero__title {
    font-size: 40px;
  }
  .hero--style-2 .hero__desc {
    font-size: 20px;
  }
  .hero--style-2 .hero__content {
    max-width: 520px;
  }
  .section__title h2,
  h2 {
    font-size: 36px;
  }
  .feature__wraper {
    gap: 32px;
    margin-bottom: 50px;
  }
  .feature__card {
    padding: 36px 20px 110px 20px;
    min-height: 280px;
  }
  .feature__content h3 {
    font-size: 24px;
  }
  .feature__btn {
    bottom: -40px;
    width: 140px;
    height: 140px;
  }
  .feature__btn a {
    font-size: 18px;
  }
  .faq__wrapper {
    padding: 40px 32px 60px;
    transform: translateY(90px);
  }

  .faq__thumb {
    width: 320px;
  }
  .faq__accordion {
    gap: 32px;
    margin-bottom: 40px;
  }
  .faq__accordion .accordion-button {
    font-size: 20px;
  }
  .faq__content {
    padding-top: 30px;
  }
  .testimonial {
    padding-block: 180px 80px;
  }
  .testimonial__section-title {
    margin-bottom: 50px;
  }
  .how-it-work .row {
    --bs-gutter-x: 40px;
  }
  .how-it-work__content {
    padding-block: 0px 60px;
  }
  .callout {
    padding-block: 80px;
  }
  .callout__title {
    margin-bottom: 50px;
  }
  .callout .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
  }
  .callout__card-title {
    font-size: 70px;
  }
  .callout__card-btn {
    font-size: 18px;
  }
  .callout__card {
    height: 200px;
    padding-block: 32px;
  }
  .blog__slider .slick-slide {
    width: 420px;
    margin-right: 24px;
  }
  .blog__card-title {
    font-size: 22px;
  }
  .blog__card-subtitle {
    font-size: 16px;
  }
  .blog__card-content {
    padding: 20px 24px 30px;
  }
  .blog__slider .slick-list {
    padding-bottom: 40px;
  }
  .cta__desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .cta__content {
    max-width: 480px;
    padding-bottom: 60px;
  }
  .cta__main {
    padding-top: 270px;
  }
  .cta__main::after {
    height: 110px;
    top: 100px;
  }
  .page-nav__wrapper {
    height: 60px;
    gap: 32px;
  }
  .page-nav__link {
    font-size: 18px;
  }

  .about__content {
    width: 500px;
  }
  .about__thumb:first-child {
    width: 260px;
  }
  .about__thumb:nth-child(2) {
    width: 340px;
    top: 175px;
    left: 40px;
  }
  .about__thumb:nth-child(3) {
    width: 200px;
    top: 445px;
  }
  .about {
    margin-bottom: 0;
  }
  .about-info__thumb {
    margin-bottom: 24px;
    height: 240px;
  }
  .reach__thumb {
    width: 380px;
  }
  .reach__wrapper {
    gap: 60px;
  }
  .about-page .faq__thumb {
    width: 320px;
  }
  .faq__thumb-img:nth-child(2) {
    margin-left: 80px;
  }
  .difference__content {
    max-width: 530px;
  }
  .section-top-card__inner {
    width: 260px;
    min-height: 260px;
    padding: 50px 35px;
  }
  .section-top-card {
    top: -80px;
    padding: 24px;
  }
  .about-page .faq {
    padding-bottom: 110px;
  }
  .theme-card {
    padding: 60px;
    max-width: 585px;
  }
  .about-page .cta__main::before {
    height: calc(100% - 530px);
  }
  .about-page .cta__main::after {
    top: 460px;
  }
  .about-page .cta__content {
    max-width: 780px;
    padding-block: 100px;
  }
  .about-page .cta__content h2 {
    margin-bottom: 30px;
  }
  .about-page .cta__content p {
    max-width: 660px;
  }
  .how-it-work--style-2 {
    padding-block: 80px;
  }
  .how-it-work--style-2 .how-it-work__content {
    padding-left: 30px;
  }
  .about--pro-facilators {
    padding-block: 100px;
  }
  .team-building {
    padding-block: 100px;
  }
}

/* 
  Medium devices (less than 992px)
*/
@media (max-width: 991px) {
  .theme__btn {
    height: 45px;
    font-size: 16px;
    padding-inline: 20px;
  }
  .section__title {
    margin-bottom: 40px;
  }
  .section__title h2,
  h2 {
    font-size: 32px;
  }
  .para-style {
    font-size: 16px;
    line-height: 20px;
  }
  .para-style-lg {
    font-size: 18px;
  }
  .hero__title {
    font-size: 30px;
  }
  .hero__title span:nth-child(2) {
    font-size: 48px;
    line-height: 54px;
  }
  .hero__title span:nth-child(3) {
    font-size: 68px;
  }
  .hero__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    max-width: 400px;
  }
  .hero__content {
    max-width: 400px;
    padding-bottom: 60px;
    margin-inline: auto;
  }
  .hero-shape {
    max-width: 130px;
  }
  .hero__video {
    width: 100%;
  }
  .hero__video::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  .hero--style-2 .hero__title {
    font-size: 32px;
  }
  .hero--style-2 .hero__desc {
    font-size: 18px;
  }
  .hero--style-2 .hero__content {
    max-width: 400px;
    padding-block: 80px;
  }
  .feature__wraper {
    gap: 20px;
  }
  .feature__card {
    padding: 24px 16px 80px 16px;
    min-height: 232px;
  }
  .feature__btn {
    bottom: -40px;
    width: 110px;
    height: 110px;
    left: -10px;
    padding-bottom: 22px;
  }
  .feature__btn a {
    font-size: 16px;
  }
  .feature__content h3 {
    font-size: 18px;
  }
  .faq__wrapper {
    padding: 32px 24px 40px;
    transform: translateY(80px);
    border-radius: 60px 0;
  }
  .faq__thumb {
    width: 260px;
  }
  .faq__accordion {
    gap: 24px;
    margin-bottom: 32px;
  }
  .faq__accordion .accordion-button {
    font-size: 18px;
    gap: 16px;
  }
  .testimonial {
    padding-block: 140px 60px;
  }
  .testimonial__slider .slick-slide {
    width: 260px;
  }
  .play-icon {
    width: 70px;
    height: 70px;
  }
  .play-icon img {
    width: 24px;
  }
  .testimonial__quote-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .testimonial__quote-icon img {
    width: 28px;
  }
  .testimonial__card {
    border-radius: 50px 0;
    padding: 55px 20px 14px 30px;
  }
  .how-it-work .row {
    --bs-gutter-x: 32px;
  }
  .how-it-work__content {
    padding-block: 0;
  }
  .how-it-work {
    padding-block: 60px;
  }
  .how-it-work__thumb {
    border-radius: 20px !important;
  }
  .callout {
    padding-block: 60px;
  }
  .callout .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 24px;
  }
  .callout__card-title {
    font-size: 55px;
  }
  .callout__card-btn {
    font-size: 14px;
  }
  .callout__card {
    height: 170px;
    border-radius: 40px 0;
  }
  .blog__slider .slick-slide {
    width: 320px;
    margin-right: 20px;
  }
  .blog__card-thumb {
    height: 200px;
    border-radius: 40px 0 0;
  }
  .blog__card-content {
    padding: 20px 20px 24px;
    border-radius: 0 0 40px 0;
  }
  .blog__card-subtitle {
    font-size: 14px;
  }
  .blog__card-title {
    font-size: 20px;
  }
  .blog__card-desc {
    margin-top: 6px;
  }
  .cta__main {
    padding-top: 240px;
  }
  .cta__form {
    padding: 50px 32px;
  }
  .footer {
    padding-block: 60px 40px;
  }
  .footer__identity {
    padding-top: 60px;
  }

  .page-nav__wrapper {
    gap: 24px;
  }
  .page-nav__link {
    font-size: 14px;
  }

  .about__thumb {
    position: static !important;
    width: 100% !important;
    padding: 20px !important;
  }
  .about__thumb-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .about--pro-facilators .about__thumb-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .about__content {
    width: 100%;
    padding-block: 40px 60px;
  }
  .about__content p {
    max-width: 100%;
  }
  .about-info__thumb {
    height: 298px;
  }
  .about-info {
    padding-block: 60px;
  }
  .reach__wrapper {
    gap: 32px;
  }
  .reach__thumb {
    width: 300px;
  }
  .reach__content .section__title {
    margin-bottom: 30px;
  }
  .reach__content p {
    margin-bottom: 24px;
  }
  .reach {
    padding-block: 60px;
  }
  .about-page .faq__thumb {
    width: 240px;
  }

  .faq__thumb-img:first-child {
    width: 200px;
    margin-bottom: 24px;
  }
  .faq__thumb-img:nth-child(2) {
    width: 170px;
    transform: rotate(-13.72deg) translateY(60px);
    margin-top: -60px;
    margin-left: 50px;
  }
  .faq__thumb-img:nth-child(3) {
    width: 200px;
    margin-left: 0;
  }
  .faq__thumb-img:nth-child(4) {
    width: 170px;
    margin-left: 50px;
  }
  .about-page .faq {
    padding-bottom: 90px;
  }
  .difference {
    padding-block: 60px;
  }
  .difference__content {
    max-width: 460px;
  }
  .section-top-card__inner {
    width: 224px;
    min-height: 224px;
    padding: 32px 24px;
    border-radius: 40px 0;
  }
  .section-top-card {
    top: -60px;
    padding: 20px;
  }
  .about-page .cta__main {
    padding-top: 80px;
  }
  .theme-card {
    padding: 40px;
    max-width: 480px;
  }
  .theme-card__desc {
    margin-bottom: 36px;
  }
  .theme-card__subtitle {
    margin-bottom: 24px;
  }
  .about-page .cta__content {
    max-width: 550px;
    padding-block: 80px;
  }
  .about-page .cta__main::before {
    height: calc(100% - 470px);
  }
  .about-page .cta__main::after {
    top: 400px;
  }
  .how-it-work--style-2 .how-it-work__content {
    padding-left: 10px;
  }
  .about--pro-facilators {
    padding-block: 80px;
  }
  .team-building {
    padding-block: 80px;
  }
}

/* 
  Small devices (less than 768px)
*/
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
  .header__logo-img {
    max-width: 200px;
  }
  .header__wrapper {
    height: 60px;
  }
  .header.fixed-top .header__logo-img {
    max-width: 200px;
  }
  .header.fixed-top .header__wrapper {
    height: 60px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero__subtitle {
    font-size: 14px;
  }
  .hero__title {
    font-size: 26px;
  }
  .hero__title span:nth-child(2) {
    font-size: 40px;
    line-height: 45px;
  }
  .hero__title span:nth-child(3) {
    font-size: 60px;
  }

  .hero--style-2 .hero__title {
    font-size: 30px;
  }
  .hero--style-2 .hero__content {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .hero--style-2 .hero-img {
    position: static;
    max-width: 500px;
    margin-inline: auto;
    display: block;
  }
  .brand {
    height: auto;
    padding-block: 20px;
  }
  .brand .container {
    padding-inline: 0;
  }
  .brand__logo {
    height: 60px;
  }
  .feature__wraper {
    grid-template-columns: 1fr;
  }
  .feature {
    padding-block: 50px;
  }
  .faq__wrapper {
    padding: 32px 16px 40px;
    transform: translateY(60px);
    border-radius: 40px 0;
  }
  .section__title h2,
  h2 {
    font-size: 28px;
  }
  .testimonial {
    padding-block: 120px 60px;
  }
  .cta__main {
    padding-top: 120px;
  }
  .cta__main::before {
    height: calc(100% - 80px);
  }
  .cta__main::after {
    height: 80px;
    top: 30px;
  }
  .cta__desc {
    font-size: 18px;
  }
  .cta__form {
    padding: 50px 20px;
    border-radius: 40px 0;
  }
  .cta__form-title {
    font-size: 16px;
  }
  .cta__form-title img {
    width: 36px;
  }
  .input-field {
    height: 45px;
    font-size: 17px;
  }
  .footer__social-icon {
    width: 40px;
    height: 40px;
  }
  .footer__social-icon svg {
    max-width: 20px;
    max-height: 20px;
  }
  .footer__social {
    margin-bottom: 30px;
  }
  .footer__logo-img {
    width: 270px;
  }
  .footer {
    padding-block: 60px 30px;
  }
  .footer__identity {
    padding-top: 50px;
  }
  .page-nav {
    top: 60px;
  }
  .page-nav__link {
    font-size: 12px;
  }
  .page-nav__wrapper {
    gap: 20px;
    height: 50px;
  }
  .about__thumb-container {
    gap: 16px;
  }
  .about__thumb {
    padding: 10px !important;
  }
  .about-page .faq__thumb {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }
  .faq__thumb-img {
    width: 100% !important;
    margin: 0 !important;
  }
  .faq__thumb-img:nth-child(2) {
    transform: rotate(-13.72deg) translateY(0px);
  }
  .section-top-card {
    position: relative !important;
    top: unset;
    max-width: 265px;
    margin-inline: auto;
    margin-bottom: 32px;
  }
  .about-page .cta__main {
    padding-top: 60px;
  }
  .theme-card {
    padding: 30px 20px;
    max-width: 100%;
    border-radius: 40px 0;
  }
  .about-page .cta__content {
    padding-block: 60px;
  }
  .about-page .cta__main::before {
    height: calc(100% - 340px);
  }
  .about-page .cta__main::after {
    top: 295px;
  }
  .how-it-work--style-2 .how-it-work__content {
    padding-left: 0;
  }
  .about--pro-facilators {
    padding-block: 60px;
  }
  .team-building {
    padding-block: 60px;
  }
}

/* 
  Extra small devices (less than 576px)
*/
@media (max-width: 575px) {
}
