/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ About 1200px ~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 75em) {
  /* /GR/ */
  html {
    font-size: 56.25%;
  }
  .heading-primary {
    font-size: 4.4rem;
  }
  .heading-secondary {
    font-size: 3.6rem;
  }
  .standard-text {
    font-size: 1.6rem;
  }
  .title-texte {
    font-size: 2rem;
  }
  .container {
    padding: 0 4rem;
    max-width: 96rem;
  }
  .section {
    padding: 3.2rem 0;
    gap: 2.4rem;
  }
  .main-nav-list {
    gap: 2rem;
  }

  .grid {
    column-gap: 3.2rem;
  }
  .auto-pad {
    padding: 0 1.2rem;
  }

  .main-nav-list {
    gap: 2rem;
  }
  .flex-card {
    align-items: flex-start;
  }
  /* /style/ */

  /* ~~~~~~~~~~~~ home section ~~~~~~~~~~~~ */
  .aboutpic-container {
    height: 45rem;
  }
  .pr {
    box-shadow: 1px 1px 8px 4px rgba(120, 114, 114, 0.15);
  }
  /* ~~~~~~~~~~~~ review section ~~~~~~~~~~~~ */

  .review {
    padding: 5rem 3rem 5rem 7rem;
  }
  .member-profile-pic {
    height: 10rem;
    width: 10rem;
  }
  /* ~~~~~~ section coaches  ~~~~~~ */
  .coach .title-texte {
    font-size: 2rem;
  }
  .coaches-section .grid {
    column-gap: 2rem;
  }
  .coach img {
    width: 22rem;
    height: 22rem;
  }
  /* ~~~~~~ section blog ~~~~~~ */
  .blog {
    box-shadow: 1px 1px 8px 4px rgba(120, 114, 114, 0.15);
  }
  .time-blog-details {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ About 960px ~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 60em) {
  /* /Menu-burger/ */

  /* dont change anything about burger*/

  .burger-menu {
    display: block;
    z-index: 9999;
  }
  .main-nav {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.97);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
    backdrop-filter: blur(10px);
    /* hiden burger use opacity to make animation dont use display none */
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }
  .nav-open .icon-mobile[name="close-outline"] {
    display: block;
  }
  .nav-open .icon-mobile[name="menu-outline"] {
    display: none;
  }

  .main-nav-list {
    flex-direction: column;
    gap: 2rem;
  }
  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 3rem;
  }

  .btn.nav-cta:link,
  .btn.nav-cta:visited {
    font-size: 3rem;
    padding: 1rem 2rem;
  }

  /* /GR/ */
  /* .section-featured .grid {
    row-gap: 2.5rem;
    column-gap: 1.5rem;
  } */
  .header {
    padding: 0 2rem;
  }
  html {
    font-size: 50%;
  }
  .heading-primary {
    font-size: 3.6rem;
  }
  .heading-secondary {
    font-size: 2.4rem;
  }

  .standard-icon {
    font-size: 2.6rem;
  }
  .standard-text {
    font-size: 1.8rem;
  }
  .title-texte {
    font-size: 2rem;
  }

  .container {
    max-width: 80rem;
    padding: 0 2rem;
  }
  .section {
    padding: 4.8rem 0;
  }
  .top-btn .btnone {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
  /* /style/ */
  /* ~~~~~~ section featured in  ~~~~~~ */
  .section-featured .grid {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .section-featured .grid--5-cols {
    grid-template-columns: repeat(3, 1fr);
  }

  .logos img {
    height: 3.5rem;
  }

  .heading-featured-in {
    margin-top: 2rem;
  }
  /* ~~~~~~ section home  ~~~~~~ */
  .section-home .grid {
    row-gap: 3.2rem;
  }
  .section-home .grid--2-cols {
    grid-template-columns: 1fr;
  }

  .aboutpic-container {
    height: 30rem;
    align-self: center;
    justify-self: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  /* ~~~~~~ section About  ~~~~~~ */

  .paradise .flex-col-cen {
    gap: 2.4rem;
  }
  .bt {
    column-gap: 1.6rem;
  }
  .on-a-plane {
    height: 28rem;
  }

  /* ~~~~~~ section Event  ~~~~~~ */

  .events-detail .auto-pad {
    padding: 0 0.8rem;
  }
  .events-detail .flex-standard {
    gap: 0.8rem;
  }
  /* ~~~~~~ section Coaches  ~~~~~~ */
  .coaches-section .grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .coaches-section .grid {
    column-gap: 8.2rem;
  }
  .coach img {
    height: 35rem;
    width: 35rem;
  }

  /* ~~~~~~ mailing section ~~~~~~ */
  .mailing-section .flex-standard {
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
  }
  form {
    margin-top: 2rem;
  }
  form label,
  form input {
    width: 45rem;
  }

  /* ~~~~~~ footer ~~~~~~ */
  .links .grid {
    column-gap: 1.6rem;
  }
  .footer .grid {
    column-gap: 2rem;
  }
  .social-links .standard-icon {
    font-size: 3.2rem;
  }
  .social .flex-bet-center {
    gap: 2rem;
    justify-content: start;
  }
  .footer .grid {
    row-gap: 2rem;
  }
  .grid--footer {
    grid-template-columns: 3fr 2fr;
  }
  .ft1-1 {
    grid-column: 1/-1;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~About 720px~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 45em) {
  /* /GR/ */

  html {
    font-size: 56.25%;
  }
  .container {
    max-width: 54rem;
  }
  .section {
    gap: 2.4rem;
  }
  .heading-primary {
    font-size: 3.6rem;
  }
  .heading-secondary {
    font-size: 3.6rem;
  }

  .standard-text {
    font-size: 1.6rem;
  }
  .title-texte {
    font-size: 2rem;
  }

  .flex-card {
    width: 40rem;
  }
  /* /style/ */
  /* ~~~~~~ section hero+ rated  ~~~~~~ */

  .hero-container,
  .rated-container {
    padding: 12rem 6rem;
  }
  /* ~~~~~~ section featured in  ~~~~~~ */
  .section-featured .grid--5-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .logos img {
    height: 2.5rem;
  }
  /* ~~~~~~ section Home  ~~~~~~ */
  .section-home .grid--3-cols {
    grid-template-columns: 1fr;
    width: 36rem;
    align-self: center;
    row-gap: 2rem;
    background-color: #fff;
  }

  .plans {
    align-self: center;
  }
  .aboutpic-container {
    height: 25rem;
  }

  /* ~~~~~~ section About  ~~~~~~ */
  .section-about .grid--3-cols {
    grid-template-columns: 1fr;
    align-self: center;
    row-gap: 2rem;
  }
  .paradise .flex-col-cen {
    gap: 1rem;
  }
  .about-pic img {
    display: none;
  }
  .hinted {
    display: none;
  }
  .bt {
    grid-template-columns: 1fr;
  }
  .section-about .grid--3-cols {
    grid-template-columns: 1fr;
    column-gap: 1.4rem;
  }
  .paradise .flex-col-cen {
    gap: 2rem;
  }
  .about-pic img {
    width: 20rem;
  }
  /* ~~~~~~ section jump or book  ~~~~~~ */
  .section-jump .grid--2-cols {
    grid-template-columns: 1fr;
  }
  .section-jump .grid--2-cols div {
    width: 40rem;
    align-self: center;
    justify-self: center;
  }
  .section-jump .grid--2-cols .solo {
    padding: 4rem 0;
  }

  /* ~~~~~~ section event  ~~~~~~ */
  .Event-section .grid--3-cols {
    grid-template-columns: 1fr;
  }
  .events-detail {
    width: 40rem;
    justify-self: center;
  }
  /* ~~~~~~ section review  ~~~~~~ */
  .review-section .cover-top {
    background-position: center;
  }
  .review-picture {
    width: 0;
    display: none;
  }
  .review {
    width: 100%;
  }
  /* ~~~~~~ section coaches  ~~~~~~ */
  .coaches-section .grid--4-cols {
    grid-template-columns: 1fr;
    align-self: center;
  }
  .coaches-section .grid {
    row-gap: 1.5rem;
  }
  .coach img {
    height: 30rem;
    width: 30rem;
  }
  /* ~~~~~~ section mailing  ~~~~~~ */
  .mailing-section .container {
    padding: 0 3rem;
  }
  /* ~~~~~~ section blog  ~~~~~~ */
  .Blog-section .grid--3-cols {
    grid-template-columns: 1fr;
    align-self: center;
  }
  .Blog-section .grid {
    row-gap: 1.5rem;
  }
  .time-blog-details {
    flex-direction: row;
  }
  /* ~~~~~~ section footer  ~~~~~~ */
  .grid--footer {
    grid-template-columns: 3fr 2fr;
  }
  .ft1-1 {
    grid-column: 1/-1;
  }
  .social-links .standard-icon {
    font-size: 2.4rem;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~About 560px~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 35em) {
  /* /GR/ */
  .header {
    padding: 0 2rem;
  }
  html {
    font-size: 62.5%;
  }
  .standard-text {
    font-size: 1.8rem;
  }
  .title-texte {
    font-size: 2.4rem;
  }
  .flex-card {
    align-items: center;
  }
  .container {
    width: 40rem;
  }
  .logos img {
    height: 2.5rem;
  }
  .footer .grid {
    row-gap: 4rem;
  }
  .grid--footer {
    grid-template-columns: 1fr;
  }
  .top-btn .btnone {
    right: 2rem;
    bottom: 2rem;
  }
  /* /style/ */
  /* ~~~~~~ section featured in  ~~~~~~ */

  .section-featured .grid {
    column-gap: 2rem;
    row-gap: 2rem;
  }
  .section-featured .grid--5-cols {
    grid-template-columns: 1fr 1fr;
  }
  .section-featured {
    padding: 0 4rem;
  }
}
/* 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~About 464px~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (max-width: 29em) {
  /* /GR/ */
  .container {
    max-width: 30rem;
  }
  html {
    font-size: 56.25%;
  }
  .standard-text {
    font-size: 1.6rem;
  }
  .title-texte {
    font-size: 2rem;
  }
  .header {
    padding: 0 4.8rem;
  }
  .flex-card {
    align-items: start;
  }
  /* /style/ */
  /* ~~~~~~ section featured in  ~~~~~~ */
  .section-featured .grid--5-cols {
    grid-template-columns: 1fr;
  }

  /* ~~~~~~ section mailing  ~~~~~~ */
  form label,
  form input {
    width: 35rem;
  }
  .mailing-section .container {
    padding: 0 2rem;
  }
  /* ~~~~~~ section jump  ~~~~~~ */
  .section-jump .grid--2-cols div {
    width: 30rem;
  }
  /* ~~~~~~ section event  ~~~~~~ */
  .Event-section .grid--3-cols div {
    width: 30rem;
  }
  /* ~~~~~~ section blog  ~~~~~~ */
  .Blog-section .grid--3-cols div {
    width: 30rem;
  }

  .time-blog-details {
    flex-direction: column;
    /* justify-content: start; */
  }
  .time-blog-details .flex-standard {
    justify-content: start;
  }
  /* ~~~~~~ section footer  ~~~~~~ */
  .social .flex-bet-center {
    gap: 1rem;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~About 368px~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (max-width: 23em) {
  /* /GR/ */
  html {
    font-size: 50%;
  }
  .heading-primary {
    font-size: 3.6rem;
  }
  .heading-secondary {
    font-size: 3rem;
    font-size: 2.4rem;
  }
  .heading-tertiary {
    font-size: 2.4rem;
  }
  .standard-text {
    font-size: 1.4rem;
  }
  .title-texte {
    font-size: 1.8rem;
  }
  .top-btn .btnone {
    /* right: 2rem; */
    bottom: 8rem;
  }
}
