.announcement-wrapper {
  display: contents;
}
 
.announcement-announcement {
  gap: var(--dl-space-space-halfunit);
  flex: 1;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
  background-color: #247B68;
}
 
.announcement-announcement:hover {
  box-shadow: 5px 5px 10px 0px #d4d4d4;
}
 
.announcement-title {
  color: #ffffff;
}
 
.announcementroot-class-name {
  width: 100%;
}
 
.announcementroot-class-name1 {
  flex: 0 0 auto;
  width: 100%;
}
 
@media(max-width: 991px) {
  .announcement-announcement {
    background-color: #247b68;
  }
  .announcement-title {
    color: rgb(255, 255, 255);
  }
  .announcementroot-class-name {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
 
@media(max-width: 767px) {
  .announcement-title {
    color: rgb(255, 255, 255);
  }
}
 
@media(max-width: 479px) {
  .announcement-announcement {
    align-items: center;
    flex-direction: column;
  }
}

.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
 
.navbar-desktop {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-main {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-navlink {
  display: contents;
}
 
.navbar-logo {
  width: 136px;
  height: 50px;
  text-decoration: none;
}
 
.navbar-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
  border-radius: 6px;
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
}
 
.navbar-link1 {
  text-decoration: none;
}
 
.navbar-link2 {
  text-decoration: none;
}
 
@media(max-width: 991px) {
  .navbar-navbar {
    align-items: center;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .navbar-links {
    display: none;
  }
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    align-items: center;
  }
}
 
@media(max-width: 479px) {
  .navbar-logo {
    width: 110px;
    margin-left: 0px;
  }
}

.highlight-wrapper {
  display: contents;
}
 
.highlight-highlight {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.highlight-text1 {
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 27px;
}
 
.highlight-text2 {
  max-width: 535px;
  font-family: "Poppins";
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .highlight-text1 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.point-wrapper {
  display: contents;
}
 
.point-point {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #6aaaa1;
}
 
.point-icon1 {
  width: 12px;
  height: 12px;
}
 
.point-text {
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}

.point-wrapper-zohs {
  display: contents;
}
 
.point-point1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check1 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #6aaaa1;
}
 
.point-icon3 {
  width: 12px;
  height: 12px;
}
 
.point-text1 {
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}

.point-wrapper-zwuv {
  display: contents;
}
 
.point-point2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check2 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #6aaaa1;
}
 
.point-icon5 {
  width: 12px;
  height: 12px;
}
 
.point-text2 {
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}

.social-wrapper {
  display: contents;
}
 
.social-social {
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-insider {
  width: 18px;
  height: 18px;
}
 

 
@media(max-width: 767px) {
  .social-social {
    padding: 12px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  gap: var(--dl-space-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #000000;
}
 
.footer-content {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-information {
  gap: var(--dl-space-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer-heading {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.footer-pasted-image {
  width: 118px;
  height: 55px;
}
 
.footer-text1 {
  line-height: 21px;
}
 
.footer-socials {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.footer-link1 {
  display: contents;
}
 
.footer-component {
  text-decoration: none;
}
 
.footer-links {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-column {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-header {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-link2 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-link2:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link3 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-link3:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link4 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
  text-decoration: none;
}
 
.footer-link4:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-text2 {
  color: rgb(196, 196, 196);
  width: 100%;
  font-size: 14px;
  max-width: 1200px;
  line-height: 21px;
}
 

 
@media(max-width: 991px) {
  .footer-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .footer-text1 {
    font-family: Raleway;
  }
  .footer-header {
    line-height: 30px;
  }
  .footer-link2 {
    color: rgb(196, 196, 196);
    font-size: 14px;
    line-height: 21px;
  }
  .footer-link3 {
    color: rgb(196, 196, 196);
    font-size: 14px;
    line-height: 21px;
  }
  .footer-link4 {
    color: rgb(196, 196, 196);
    font-size: 14px;
    line-height: 21px;
  }
  .footer-text2 {
    font-family: Raleway;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    gap: var(--dl-space-space-twounits);
  }
  .footer-content {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-information {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .footer-heading {
    gap: var(--dl-space-space-halfunit);
  }
  .footer-pasted-image {
    width: 100px;
  }
  .footer-text1 {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-socials {
    gap: var(--dl-space-space-halfunit);
  }
  .footer-links {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
  .footer-header {
    font-size: 16px;
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .footer-links {
    width: 100%;
    flex-direction: column;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
.home-hero {
  width: 100%;
  height: 1100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.home-content1 {
  width: 100%;
  height: 720px;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0.5;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
}
 
.home-title1 {
  font-size: 4em;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 70px;
}
 
.home-caption1 {
  font-size: 20px;
  font-style: normal;
  font-family: "Raleway";
  font-weight: 600;
  line-height: 27px;
}
 
.home-hero-buttons1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  z-index: 15;
  margin-top: var(--dl-space-space-unit);
  align-items: left;
  flex-direction: column;
  justify-content: center;
}
 
.home-link1 {
  display: contents;
}
 
.home-ios-btn1 {
  gap: var(--dl-space-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #247b68;
}
 
.home-ios-btn1:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-apple1 {
  width: 16px;
  height: 20px;
}
 
.home-caption2 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-link2 {
  display: contents;
}
 
.home-android-btn1 {
  gap: var(--dl-space-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #247b68;
}
 
.home-android-btn1:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-android1 {
  width: 18px;
  height: 20px;
}
 
.home-caption3 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-images {
  gap: var(--dl-space-space-oneandhalfunits);
  right: -210px;
  bottom: -300px;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  transform: rotate(-30deg);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-column1 {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image1 {
  width: 240px;
}
 
.home-column2 {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image2 {
  width: 240px;
}
 
.home-pasted-image3 {
  width: 240px;
}
 
.home-column3 {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image4 {
  width: 240px;
}
 
.home-pasted-image5 {
  width: 240px;
}
 
.home-designed-for-instant {
  color: white;
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  animation-name: none;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  animation-delay: 0s;
  background-color: #000000;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-content3 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text10 {
  width: 947px;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-sections {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-section1 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: row;
  padding-bottom: 70px;
  justify-content: center;
}
 
.home-image1 {
  width: 291px;
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: flex-end;
  background-image: url('https://loopmeetups.com/public/climbing.png');
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text11 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 56px;
}
 
.home-section2 {
  gap: var(--dl-space-space-sixunits);
  width: 100%;
  height: 795px;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  border-color: #DBDBDB;
  flex-direction: row;
  padding-bottom: 71px;
  justify-content: center;
  border-top-width: 1px;
}
 
.home-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text12 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 56px;
}
 
.home-text13 {
  font-size: 18px;
  max-width: 535px;
  font-family: "Poppins";
  line-height: 27px;
}
 
.home-content6 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-points {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-link3 {
  display: contents;
}
 
.home-get-started1 {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #247b68;
}
 
.home-get-started1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-sign-up {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
 
.home-image2 {
  width: 291px;
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: flex-end;
  background-image: url('https://loopmeetups.com/public/climbing.png');
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: 30px;
}
 
.home-banner {
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  align-items: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  background-color: #247b68;
}
 
.home-overlay {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 577px;
  display: flex;
  align-items: flex-start;
  padding-top: 61px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 44px;
  background-size: cover;
  justify-content: center;
  background-image: url('https://meetloop.web.app/assets/img/hero/banner.png?v=3.2');
}
 
.home-text14 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-link4 {
  display: contents;
}
 
.home-book-btn {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #ffffff;
}
 
.home-book-btn:hover {
  opacity: 50%;
}
 
.home-text15 {
  color: #000000;
  width: 100%;
  max-width: 490px;
  font-style: normal;
  font-weight: 500;
}
 
.home-pasted-image6 {
  display: none;
}
 
.home-faq {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #F3F5FA;
}
 
.home-content7 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag {
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  background-color: #247b68;
}
 
.home-text16 {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
}
 
.home-heading3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text19 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-rows {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-column4 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-title2 {
  font-size: 18px;
}
 
.home-description1 {
  line-height: 24px;
}
 
.home-title3 {
  font-size: 18px;
}
 
.home-description2 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question3 {
  border-bottom-width: 0px;
}
 
.home-title4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
 
.home-description3 {
  line-height: 24px;
}
 
.home-column5 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-question4 {
  border-right-width: 0px;
}
 
.home-title5 {
  font-size: 18px;
}
 
.home-description4 {
  line-height: 24px;
}
 
.home-question5 {
  border-right-width: 0px;
}
 
.home-title6 {
  font-size: 18px;
}
 
.home-description5 {
  line-height: 24px;
}
 
.home-question6 {
  border-right-width: 0px;
  border-bottom-width: 0px;
}
 
.home-title7 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
 
.home-description6 {
  line-height: 24px;
}
 
.home-get-started2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #247b68;
}
 
.home-content8 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.home-heading4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text22 {
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: "Raleway";
  font-weight: 700;
}
 
.home-text23 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: center;
  font-family: "Raleway";
  line-height: 30px;
}
 
.home-hero-buttons2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  z-index: 15;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-link5 {
  display: contents;
}
 
.home-ios-btn2 {
  gap: var(--dl-space-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.home-ios-btn2:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-apple2 {
  width: 16px;
  height: 20px;
}
 
.home-caption4 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-link6 {
  display: contents;
}
 
.home-android-btn2 {
  gap: var(--dl-space-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #000000;
}
 
.home-android-btn2:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-android2 {
  width: 18px;
  height: 20px;
}
 
.home-caption5 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
@media(max-width: 991px) {
  .home-content1 {
    flex-direction: column;
  }
  .home-content2 {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 435px;
    align-self: flex-start;
    padding-top: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-title1 {
    font-size: 50px;
    text-align: left;
    line-height: 58px;
  }
  .home-caption1 {
    font-size: 16px;
  }
  .home-hero-buttons1 {
    width: 366px;
  }
  .home-ios-btn1 {
    flex: 1;
    width: 100%;
  }
  .home-android-btn1 {
    flex: 1;
    width: 100%;
  }
  .home-images {
    width: 100%;
    margin: auto;
  }
  .home-pasted-image1 {
    width: 200px;
  }
  .home-pasted-image2 {
    width: 200px;
  }
  .home-pasted-image3 {
    width: 200px;
  }
  .home-pasted-image4 {
    width: 200px;
  }
  .home-pasted-image5 {
    width: 200px;
  }
  .home-content3 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-section1 {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: row;
    justify-content: center;
  }
  .home-image1 {
    background-image: url('https://loopmeetups.com/public/anything.png');
  }
  .home-content4 {
    gap: var(--dl-space-space-unit);
  }
  .home-section2 {
    gap: var(--dl-space-space-halfunit);
    height: auto;
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-fourunits);
    border-color: #DBDBDB;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: row;
    justify-content: center;
    border-top-width: 1px;
  }
  .home-content5 {
    gap: var(--dl-space-space-unit);
  }
  .home-content6 {
    gap: var(--dl-space-space-twounits);
  }
  .home-image2 {
    height: 600px;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-description6 {
    line-height: 24px;
  }
  .home-get-started2 {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-content8 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading4 {
    gap: var(--dl-space-space-halfunit);
  }
  .home-text22 {
    font-size: 40px;
  }
  .home-text23 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Raleway;
    line-height: 30px;
  }
  .home-caption4 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
  .home-caption5 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
  }
}
 
@media(max-width: 767px) {
  .home-content1 {
    height: 600px;
    align-self: center;
  }
  .home-content2 {
    width: 610px;
  }
  .home-title1 {
    font-size: 40px;
    line-height: 48px;
  }
  .home-caption1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-hero-buttons1 {
    width: auto;
  }
  .home-android-btn1 {
    width: 332px;
  }
  .home-images {
    gap: var(--dl-space-space-halfunit);
    flex: 1;
    width: auto;
    bottom: -650px;
    height: 826px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-text10 {
    width: 100%;
    font-size: 32px;
    max-width: 640px;
  }
  .home-section1 {
    flex-direction: column;
  }
  .home-image1 {
    background-image: url('https://loopmeetups.com/public/anything.png');
  }
  .home-text11 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-section2 {
    gap: var(--dl-space-space-threeunits);
    height: auto;
    border-color: #DBDBDB;
    align-content: center;
    flex-direction: column;
  }
  .home-text12 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text13 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-get-started1 {
    display: none;
  }
  .home-banner {
    height: 520px;
    position: relative;
  }
  .home-overlay {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    z-index: 50;
    align-items: flex-start;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: flex-start;
    background-image: url('https://meetloop.web.app/assets/img/hero/banner.png?v=3.2');
  }
  .home-text14 {
    font-size: 32px;
  }
  .home-pasted-image6 {
    right: 0px;
    bottom: 0px;
    height: 300px;
    display: flex;
    position: absolute;
    align-self: flex-end;
  }
  .home-faq {
    width: 100%;
  }
  .home-content7 {
    gap: var(--dl-space-space-twounits);
  }
  .home-text16 {
    font-size: 14px;
  }
  .home-text19 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-rows {
    flex-direction: column;
  }
  .home-title2 {
    font-size: 16px;
  }
}
 
@media(max-width: 479px) {
  .home-content1 {
    width: 100%;
    height: auto;
    align-content: center;
  }
  .home-content2 {
    width: auto;
  }
  .home-title1 {
    width: auto;
    height: auto;
    align-self: flex-start;
  }
  .home-hero-buttons1 {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn1 {
    width: 100%;
  }
  .home-android-btn1 {
    width: 100%;
  }
  .home-images {
    right: 0px;
    //width: 100%;
    //bottom: -550px;
    height: 595px;
    overflow: hidden;
    position: absolute;
    //transform: rotate(0deg);
    //flex-direction: row-reverse;
  }
  .home-pasted-image1 {
    width: 140px;
  }
  .home-pasted-image2 {
    width: 140px;
    height: auto;
  }
  .home-pasted-image3 {
    width: 140px;
  }
  .home-pasted-image4 {
    width: 140px;
    height: auto;
    display: block;
  }
  .home-pasted-image5 {
    width: 140px;
  }
  .home-text10 {
    height: 87px;
    font-size: 25px;
  }
  .home-image1 {
    background-image: url('https://loopmeetups.com/public/anything.png');
  }
  .home-section2 {
    height: auto;
  }
  .home-image2 {
    background-image: url('https://loopmeetups.com/public/climbing.png');
  }
  .home-banner-container {
    height: 476px;
  }
  .home-overlay {
    height: 192px;
    padding: var(--dl-space-space-twounits);
    align-items: flex-start;
    justify-content: flex-start;
    background-image: url('https://meetloop.web.app/assets/img/hero/banner.png?v=3.2');
  }
  .home-book-btn {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .home-pasted-image6 {
    height: 205px;
  }
  .home-faq {
    //height: 1349px;
  }
  .home-get-started2 {
    display: flex;
  }
  .home-text23 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Raleway;
    line-height: 30px;
  }
  .home-hero-buttons2 {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn2 {
    width: 100%;
  }
  .home-android-btn2 {
    width: 100%;
  }
}

.blog-section {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.blog-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.blog-card-title a {
  text-decoration: none;
  color: #000;
}

.blog-card-snippet {
  font-size: 0.95rem;
  color: #666;
  flex-grow: 1;
}
