/* Responsive CSS*/

@media (min-width: 320px) and (max-width: 768px) {
  body,
  html {
    font-size: 12px;
    letter-spacing: 1.1px;
    /* scroll-behavior: smooth; */
    /* margin: 20px 30px 0px 30px; */
  }

  h2 {
    font-size: 20px;
  }

  .announcement-bar {
    font-size: 10px;
  }

  .header {
    padding: 10px;
    justify-content: space-between;
  }

  .hamburger {
    display: flex;
    background-color: #f3f4f6;
    padding: 12px;
    border-radius: 5px;
  }

  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .menu a {
    padding: 1rem;
    /* border-bottom: 1px solid #ddd; */
  }

  .menu.activate {
    display: flex;
  }

  .menu .sign-in,
  .header .join {
    border: 0;
  }

  .logo a {
    display: flex;
  }

  .header .join {
    margin-left: 80px;
    order: 0;
  }

  .menu-btns {
    margin-left: 0px;
  }

  .menu .sign-in {
    margin-left: 0px;
  }

  /* Dropdown Menu for Mobile */
  .dropdown:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
  }

  .dropdown {
    flex-direction: column;
    align-items: center;
  }

  /* Hamburger Animation */
  .hamburger.activate .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.activate .line:nth-child(2) {
    opacity: 0;
  }

  .hamburger.activate .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .dropdown-menu {
    position: relative !important;
    border: 0;
    background-color: var(--secondary-color);
    align-items: center;
    top: 0 !important;
  }

  .floating-button {
    transform: translateX(30px);
  }

  .floating-button img {
    width: 60%;
  }
  .carousel {
    margin: 0px;
  }
  .carousel-slide {
    height: 300px;
  }

  #top-banner .carousel-slide {
    background-position: left;
  }

  .carousel-text {
    margin: 10px;
  }

  #top-banner .owl-nav {
    display: none;
  }

  .scroll-instruction {
    margin-top: 0px;
  }

  .carousel .owl-dots {
    bottom: 20px;
  }

  .carousel-text h1,
  .text-overlay h1,
  .intro-content h1,
  .text-content h2,
  .testimonials .testimonial-section h2,
  .events-header h1,
  .hero-overlay h2 {
    font-size: 20px;
  }

  .carousel-text h1{
    font-size: 16px;
  }

  .breadcrumb .breadcrumb-current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
  }

  .blog-detail-container .blog-title {
    width: 250px;
  }

  .carousel-text p {
    font-size: 12px;
    width: 180px;
  }

  #top-banner .cta-button-banner{
    padding: 10px;
    font-size: 11px;
  }

  .about-section {
    margin-top: 30px;
  }

  .cta-button {
    font-size: 12px;
    padding: 10px;
  }

  .text-overlay {
    max-width: 100%;
    position: unset;
  }

  .logo {
    width: 40%;
  }

  .about-section p {
    padding: 10px;
    margin: 0px;
  }

  .brand-logos {
    width: 100%;
  }

  #partner-logos-section .brand-logos {
    width: 80%;
  }

  .logos-section p {
    font-weight: 400;
    margin-bottom: 20px;
  }

  .subs .quote {
    margin-top: 0px!important;
    background-color: #f8f8f8;
  }

  .campaign-pricing .pricing-box {
    padding: 10px 30px;
    height: 200px;
  }

  .ft-15px {
    
    text-align: center;
  }

  .play-button span {
    font-size: 1.5rem;
    left: 10px;
  }

  .play-button {
    height: 40px;
    width: 40px;
    bottom: 10px;
  }

  .intro-section {
    height: 320px;
  }

  .intro-overlay {
    height: 320px;
    justify-content: flex-start;
  }

  .intro-content h1 {
    margin-bottom: 10px;
  }

  .intro-content p {
    margin-bottom: 20px;
  }

  .online-studio .container {
    flex-direction: column;
    height: 100%;
    padding: 10px;
  }

  .right-section {
    padding: 0px;
    margin-top: 10px;
    gap: 10px;
  }

  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-banner img {
    height: auto;
  }

  .the-app .image-container,
  .the-app .content, 
  .the-campaign .video-container, .the-campaign .content {
    width: 100%;
  }

  .the-app .image-container img, .the-campaign .video-container img {
    width: 100%;
  }

  .app-screenshot {
    padding: 0px;
  }

  .hover-text {
    right: auto;
  }

  .intro-buttons .btn {
    font-size: 12px;
  }

  .intro-overlay {
    padding: 10px;
  }

  .text-content {
    padding: 20px;
    margin: 10px 0px;
  }

  .testimonials .testimonial-section {
    /* margin: 20px 0px; */
    padding: 20px;
    margin-bottom: 0px;
  }
  .testimonials .owl-carousel-testimonial .item {
    padding: 0px;
  }

  .testimonials .join-button {
    font-size: 12px;
  }

  .testimonials .owl-carousel-testimonial .owl-dots {
    margin-top: 10px;
  }

  .nutrition .content {
    width: 100%;
  }

  .nutrition .top-image {
    position: unset;
    width: 100%;
  }

  .nutrition .thumbnails {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }

  .nutrition .thumbnail img {
    width: 150px;
  }

  .nutrition .thumbnail p {
    width: auto;
  }

  .accordion {
    padding: 0px 20px;
  }

  .recipe-detail-container .image-container {
    margin: 0;
    overflow: hidden;
    position: relative;
  }

  .recipe-detail-container .instructor-image {
    display: block;
  }

  #recipe-content-1 {
    margin: 80px 10px 10px;
  }

  .recipe-detail-container .overlay {
    position: absolute;
    box-sizing: border-box;
    transform: none;
  }

  .recipe-detail-container #recipe-title {
    width: 220px;
  }
  .more-healthy-options .item-caption {
    text-align: center;
    padding: 0px 10px;
  }

  .filter-section .selection-filter {
    width: 100%;
    margin-right: 10px;
    gap: 10px;
  }

  .label-text {
    max-width: 120px;
  }

  .featured-event {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .pricing {
    flex-direction: column;
    padding: 10px;
    gap: 20px;
  }

  .blog-content {
    margin: -50px 20px 20px;
  }

  .blog-detail-container .image-container {
    margin: 0px;
  }

  .blog-detail-container #banner-image {
    object-fit: contain;
    height: auto;
  }

  .blog-detail-container .overlay {
    padding: 10px;
    transform: translateY(-62px);
  }

  .blog-card .image-container {
    position: relative;
    display: block;
    /* height: 294px; */
    overflow: hidden;
  }

  #main-blog-container .blog-card img {
    height: auto;
    object-fit: cover;
  }

  .recipe-detail-container .recipe-title {
    width: 250px;
  }

  #main-blog-container .hero-banner img {
    height: auto;
    object-fit: contain;
  }

  .blog-grid .card-title {
    text-overflow: ellipsis;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
  }

  .subs .quote {
    font-size: 10px;
    line-height: 1rem;
  }

  .category-btn {
    font-size: 10px;
  }

  .blog-container {
    padding: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .blog-grid {
    display: flex;
    flex-direction: column;
  }

  .hero-overlay {
    max-width: 100%;
    position: unset;
  }

  .events-header {
    display: block;
    margin-bottom: 20px;
  }

  .view-all {
    margin-left: 0px;
  }

  .event-details {
    padding: 0px;
  }

  .card-details p,
  .card-date {
    font-size: 12px;
  }

  .event-card img {
    width: 120px;
    height: 120px;
  }

  .card-details {
    padding: 0px;
    margin-left: 10px;
  }

  .card-details h4,
  .card-title {
    font-size: 15px;
  }

  .follow-insta-logo {
    text-align: center;
  }

  .follow-insta-logo img {
    width: 150px;
    position: unset;
  }

  .mask {
    max-width: 500px;
    height: 500px;
    position: unset;
    display: block;
    width: auto;
  }

  .mask-1,
  .mask-3,
  .mask-5 {
    top: auto;
  }

  .insta-carousel .container {
    margin-bottom: 0px;
  }

  .insta-carousel .container {
    gap: 0px;
  }

  .the-app .container,
  .our-mission .container,
  .our-expert .container {
    flex-direction: column-reverse;
  }

  .our-mission .container .content {
    gap: 20px;
    margin-bottom: 20px;
  }

  .our-mission .container {
    padding: 0px 20px;
  }

  .our-mission .content,
  .our-mission .image-container {
    width: 100%;
  }

  .pricing-header {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    margin-left: 20px;
  }

  .meet-the-team {
    margin: 0 0;
  }

  .meet-the-team .image-container {
    height: auto;
  }

  .slide-navigation {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0px;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .meet-the-experts .carousel-slide, .the-campaign .container {
    flex-direction: column;
  }

  .meet-the-experts .middle-image img {
    margin-left: 0px;
    height: 500px;
    object-fit: cover;
  }

  .meet-the-experts .right-text {
    width: 100%;
    margin: 20px 0px;
    padding: 20px;
  }

  .meet-the-experts .owl-nav {
    display: none;
  }

  .meet-the-experts .container-right,
  .meet-the-experts .container-left {
    flex-direction: column;
  }

  .meet-the-experts .container-left {
    padding-top: 0px;
  }

  .meet-the-experts .overlay {
    padding: 10px;
  }

  .meet-the-experts .overlay {
    bottom: 5px;
  }

  .container-right .content {
    margin-left: 0px;
    padding: 10px;
  }

  .container-left .content {
    margin-right: 0px;
    padding: 10px;
  }

  .container-left .overlay a,
  .container-right .overlay a {
    font-size: 10px;
  }
  .the-app .container ul, .the-campaign .container ul {
    margin: 20px;
  }

  .buttons img {
    width: 100px;
  }

  .our-mission .image-container img {
    width: 100%;
  }

  .recipes-about .card-title {
    font-size: 12px;
    width: 65%;
    font-weight: 400;
  }

  .recipes-about .overlay-blogs {
    padding: 0px 10px;
  }

  #expert .content {
    margin: 10px;
  }

  .class-hero-section .text-content h2 {
    font-size: 20px;
  }

  .offering-container {
    flex-direction: column;
    padding: 0px !important;
    margin-top: 20px !important;
    border: 0 !important;
  }

  .offering-container .left-image {
    width: 100%;
  }

  .offering-container .right-text {
    width: 100% !important;
    margin: 0;
    margin-top: 10px;
  }

  .pricing-class-studio {
    padding: 10px !important;
  }

  .class-pricing .price {
    font-size: 15px;
  }

  .book-class-form .form-container {
    max-width: 360px;
  }

  .offering-container .left-image {
    height: auto;
  }

  .class-offering .blog-container {
    padding-top: 0 !important;
  }

  .radio-class-container {
    padding: 0;
    display: grid;
    grid-template-columns: minmax(40px, auto) minmax(40px, auto);
    gap: 10px;
    justify-content: left;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .radio-class-container label {
    font-size: 12px;
    text-align: left;
  }

  .radio-class-container input {
    margin-left: 10px;
  }

  .radio-class-container label {
    margin-left: 10px;
  }

  .book-class-form textarea {
    margin-top: -20px;
  }

  footer {
    padding: 20px;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    flex: 0;
    margin: 0px;
  }

  .footer-center {
    margin-top: 10px;
  }

  /*  .foot-logo,
  .app-links img,
  .floating-button img {
    width: 50%;
  } */

  .app-links,
  .social-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-container {
    flex-direction: column;
  }

  .footer-center .links {
    flex-direction: column;
  }

  ul {
    margin: 0px;
  }

  .footer-right {
    width: 100%;
  }

  h4 {
    width: auto !important;
    margin-top: 20px;
  }

  .footer-right p {
    margin-top: 10px;
    font-size: 10px;
  }

  /*Campaigns*/
  .video-container{
    width: 100%;
  }

  .content .add-bottom-margin {
    margin-bottom: 20px;
  }

  .add-margin p{
    margin-bottom: 20px;
  }

  .add-margin .quote{
    margin-top: 20px;
  }

  .add-margin{
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .community-about .about-section, .mobile-margin-top, .campaign-page .add-cta{
    margin-top: 0px!important;
  }

  .campaign-thumbnails .thumbs-container {
    flex-direction: column;
  }

  .campaign-thumbnails .container-divider, .image-container-campaign{
    width: 100%;
  }

  .campaign-hero-section .text-content {
    padding: 20px !important;
}

.campaign-page .buttons{
  justify-content: center;
}

.cta-button-campaign {
  line-height: 1.5rem;
}

.hook-line {
  line-height: 2rem;
}


.cta-button-campaign-down {
  margin: 20px;
  line-height: 2rem;
  font-size: 16px;
}

.mb-bottom{
  margin-bottom: 20px;
}

.vitality-form, .vitality-form form {
  flex-direction: column;
}

#error-message {
    
    padding: 0 20px;
    margin-bottom: 10px;
    
}

}

@media (min-width: 320px) and (max-width: 374px) {
  .header .join {
    margin-left: 40px;
  }

  .nutrition .thumbnails {
    padding: 10px;
  }
  .nutrition .thumbnail img {
    width: 140px;
  }
}

@media (min-width: 375px) and (max-width: 768px) {
  #expert .content {
    margin: 10px;
  }
}

@media (min-width: 768px) and (max-width: 855px) {
  .floating-button {
    /* right: -35px; */
    top: 50% !important;
  }

  .header .join {
    margin-left: 440px !important;
  }

  .floating-button img {
    width: 50%;
  }

  .header {
    padding: 20px;
  }

  .logo {
    width: 20%;
  }
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .menu.active {
    display: flex;
  }
  .hamburger {
    display: flex;
  }

  /* Hamburger Animation */
  .hamburger.activate .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.activate .line:nth-child(2) {
    opacity: 0;
  }

  .hamburger.activate .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .about-section p {
    padding: 0px 80px;
  }

  .text-content {
    padding: 100px;
  }

  .online-studio .container {
    height: auto;
  }

  .card p {
    font-size: 12px;
  }

  .nutrition .right-section {
    align-items: center;
  }

  #partner-logos-section .brand-logos {
    width: 70%;
  }

  .nutrition .content {
    width: 100%;
  }

  .nutrition .top-image {
    position: unset;
    width: 100%;
  }

  .featured-event {
    display: block;
  }

  .event-details {
    padding: 20px 0px;
  }

  .pricing {
    padding: 40px;
    gap: 20px;
  }

  .pricing-box {
    padding: 10px;
  }

  .insta-carousel .container {
    gap: 10px;
  }

  .mask {
    height: 300px;
  }

  .follow-insta-logo img {
    width: 150px;
    left: 41%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .footer-left {
    flex: 10%;
  }
  .footer-center {
    flex: 40%;
  }
  .footer-right {
    flex: 10%;
  }
  .offering-container {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .offering-container .right-text {
    width: 100% !important;
    margin: 20px 0 !important;
  }
  .left-image {
    width: 100%;
    height: auto;
  }
  .left-image img {
    height: auto;
  }

  .class-pricing p {
    margin: 0;
    margin-right: 10px;
  }

  .meet-the-team {
    margin-bottom: 0;
  }

  .middle-image img {
    margin-left: 20px;
  }

  .meet-the-experts .owl-nav {
    transform: translate(-330px, -300px);
  }

  .meet-the-experts .owl-carousel .owl-stage-outer {
    height: 800px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .nutrition .top-image {
    right: 2%;
  }
  .footer-left {
    flex: 0;
  }

  footer .footer-center {
    flex: 40% !important;
  }
  .campaign-pricing .pricing-box{
  
  padding: 10px 20px;
}
}

@media (min-width: 1280px) and (max-width: 1921px) {
  .header {
    justify-content: center;
  }

  .header .join {
    margin-left: 10px;
  }
  
}

@media (min-width: 1441px) and (max-width: 1920px) {
  .mask {
    width: 350px;
  }
}

@media (min-width: 900px) and (max-width: 1024px) {
  .header .join {
    margin-left: -40px;
  }

  .header {
    padding: 0;
  }

  .menu a {
    font-size: 14px;
    margin: 0 10px;
  }

  .menu-btns {
    margin-left: 0;
  }

  .the-app .content,
  .our-mission .content {
    width: 50%;
  }
  .the-app .image-container img,
  .our-mission .image-container img {
    width: 100%;
  }

  .campaign-pricing{
    flex-direction: column;
  }

  .the-campaign .container{
    flex-direction: column-reverse;
  }

  .the-campaign .content, .the-campaign .video-container{
    width: 100%;
  }

  .add-margin .add-bottom-margin,
.add-margin p,
.add-margin ul,
.the-app .quote,
.remove-bt {
  margin-bottom: 10px;
  margin-top: 10px;
}
}
