@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
.about-section {
  display: flex;
  gap: 80px;
  max-width: 960px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin: 80px auto;
  font-size: 20px;
  align-items: center;
}

.benefits-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  padding: 0 40px;
  margin: 0px auto 120px auto;
  align-items: center;
}
.benefits-section h2 {
  font-size: 40px;
  font-weight: 600;
}
.benefits-section .benefits-cards {
  display: flex;
  gap: 20px;
}
.benefits-section .benefits-cards .benefit-card {
  width: 325px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  padding: 20px 20px 40px 20px;
  border-radius: 40px;
}
.benefits-section .benefits-cards .benefit-card h3 {
  font-size: 24px;
  font-weight: 500;
}
.benefits-section .benefits-cards .benefit-card p {
  font-weight: 300;
}
.benefits-section .benefits-cards .benefit-card:nth-child(1) {
  background-color: #ecfff3;
}
.benefits-section .benefits-cards .benefit-card:nth-child(2) {
  background-color: #fffaf1;
}
.benefits-section .benefits-cards .benefit-card:nth-child(3) {
  background-color: #fff4ee;
}
.benefits-section .benefits-cards .benefit-card:nth-child(4) {
  background-color: #fff2f9;
}

.slider {
  height: 10px;
}

.why-bloomly-section .container {
  color: #222222;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 40px;
}
.why-bloomly-section .why-bloomly-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.why-bloomly-section .why-bloomly-text {
  max-width: 650px;
  width: 100%;
}
.why-bloomly-section .why-bloomly-text h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 64px;
}
.why-bloomly-section .why-bloomly-text .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.why-bloomly-section .why-bloomly-text .benefit-item img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}
.why-bloomly-section .why-bloomly-text .benefit-item h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.why-bloomly-section .why-bloomly-text .benefit-item p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.why-bloomly-section .why-bloomly-image {
  max-width: 600px;
  width: 100%;
}
.why-bloomly-section .why-bloomly-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  display: block;
}

.why-bloomly-section-video .container .why-bloomly-wrapper {
  flex-direction: row-reverse;
}
.why-bloomly-section-video .container .benefit-item p {
  margin-bottom: 64px;
}

.home-image-full-width {
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 80px;
  margin-left: 40px;
  margin-right: 40px;
  min-height: 600px;
  display: flex;
  align-items: end;
  justify-content: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent), url("/static/multishop_customer/asocijacijacvecara.com/img/home-image02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-image-full-width div {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #ffffff;
  align-items: center;
}
.home-image-full-width div h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}

.members {
  display: flex;
  gap: 80px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin: 20px auto;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}

.swiper {
  max-width: 600px;
  width: 100%;
  min-height: 300px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: 1px solid #222222;
}

.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: 1px solid #222222;
}

.swiper-wrapper {
  max-width: 760px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -32px !important;
}

.primary-btn-dark .arrow-icon path {
  fill: #222222;
  transition: all 0.2s ease-in-out;
}

.primary-btn-dark:hover .arrow-icon path {
  fill: #ffffff !important;
}

.swiper-pagination-bullet-active {
  background: #222222 !important;
  width: 15px !important;
  border-radius: 6px !important;
}

@media only screen and (max-width: 1433px) {
  .benefits-section h2 {
    text-align: center;
  }
  .benefits-section .benefits-cards .benefit-card {
    width: 49%;
  }
}
@media only screen and (max-width: 1000px) {
  .benefits-cards {
    flex-direction: column;
  }
  .benefits-section .benefits-cards .benefit-card {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .why-bloomly-section .why-bloomly-wrapper {
    flex-direction: column;
  }
  .why-bloomly-section-video .container .why-bloomly-wrapper {
    flex-direction: column;
  }
  .why-bloomly-section .why-bloomly-text {
    max-width: 600px;
  }
}
@media only screen and (max-width: 550px) {
  .benefits-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .why-bloomly-section .container {
    padding: 40px 20px;
  }
  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .about-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-section .about-section-text {
    align-items: center;
  }
  .why-bloomly-section .why-bloomly-text h2 {
    text-align: center;
    font-size: 28px;
  }
  .benefits-section {
    margin-bottom: 40px;
  }
  .home-image-full-width {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 600px;
  }
  .members {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-image-full-width {
    margin-bottom: 60px;
  }
  .why-bloomly-section-video .container {
    padding-top: 0;
  }
  .banner-buttons .secondary-btn {
    display: none;
  }
  .home-image-full-width div h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 840px) {
  .about-section {
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    gap: 40px;
    max-width: 675px;
    font-size: 16px;
    text-align: center;
  }
}
body {
  margin-top: 80px;
}

@media only screen and (max-width: 992px) {
  body {
    margin-top: 60px;
  }
}
.image-absolute-home1 {
  position: absolute;
  right: 0;
  top: -50%;
  z-index: -1;
}

.why-bloomly-section {
  position: relative;
}

.image-absolute-home2 {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: -1;
}

.about-us-absolute-image1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-us-absolute-image2 {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}

.about-us-section-wrapper {
  position: relative;
}

@media only screen and (max-width: 1250px) {
  .image-absolute-home2 {
    display: none;
  }
  .image-absolute-home1 {
    display: none;
  }
  .about-us-absolute-image1 {
    display: none;
  }
  .about-us-absolute-image2 {
    display: none;
  }
}
.contact-page {
  color: #222222;
  max-width: 1440px;
  width: 100%;
  margin: 150px auto 120px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  gap: 40px;
}
.contact-page .contact-info-form {
  display: flex;
  gap: 40px;
}
.contact-page .contact-info {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-page .contact-info h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.contact-page .contact-info .contact-phone .phone-icon a {
  display: flex;
  gap: 16px;
  color: #288C41;
  font-size: 20px;
  text-decoration: none;
}
.contact-page .contact-info .contact-phone .phone-icon a:hover {
  text-decoration: underline;
}
.contact-page .contact-info .contact-email a {
  color: #222222;
}
.contact-page .contact-info .contact-email a:hover {
  text-decoration: none;
}
.contact-page .contact-form-section {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-page .contact-form-section h1 {
  font-weight: 600;
  font-size: 40px;
}
.contact-page .contact-form-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-page .contact-form-section .two-cols {
  display: flex;
  gap: 24px;
}
.contact-page .contact-form-section .two-cols input {
  border-radius: 8px;
  width: 50%;
  padding: 16px;
  border: 1px solid #222222 !important;
}
.contact-page .contact-form-section .form-row {
  width: 100%;
}
.contact-page .contact-form-section .form-row input {
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  border: 1px solid #222222 !important;
}
.contact-page .contact-form-section .form-row textarea {
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  border: 1px solid #222222 !important;
}
.contact-page .contact-form-section .align-right {
  text-align: right;
}

#map {
  height: 500px;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .contact-page {
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .contact-info-form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 550px) {
  .contact-page {
    padding-left: 20px;
    padding-right: 20px;
    margin: 100px auto 60px auto;
  }
}
.sub-page-banner {
  height: 100% !important;
  min-height: 70vh !important;
}
.sub-page-banner .banner-info {
  margin-bottom: 55px;
}

.why-blomly-section-second .benefit-item {
  display: flex !important;
}
.why-blomly-section-second .benefit-item p {
  margin-bottom: 10px !important;
}

.membership-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  margin: -80px auto 80px auto;
  background-color: white;
  border-radius: 80px;
  z-index: 10;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 80px;
}
.membership-section .membership-packages {
  justify-content: center;
  color: #222222;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.membership-section .membership-packages .membership-package-card {
  min-width: 320px;
  max-width: 450px;
  width: 100%;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}
.membership-section .membership-packages .membership-package-card ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.membership-section .membership-packages .membership-package-card h4 {
  font-size: 18px;
  font-weight: 500;
}
.membership-section .membership-packages .membership-package-card h3 {
  font-weight: 500;
  font-size: 24px;
}
.membership-section .membership-packages .membership-package-card p {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 8px;
}
.membership-section .membership-packages .basic-package {
  border-radius: 15px 0px 0px 15px;
}
.membership-section .membership-packages .basic-package p {
  background-color: #fff2f9;
}
.membership-section .membership-packages .business-package {
  border: 3px solid #72c08f !important;
  border-radius: 0 0 15px 15px;
}
.membership-section .membership-packages .business-package p {
  background-color: #ecfff3;
}
.membership-section .membership-packages .premium-package {
  border-radius: 0px 15px 15px 0px;
}
.membership-section .membership-packages .premium-package p {
  background-color: #ffefd6;
}
.membership-section .business-package-wrapper {
  margin-top: -44px;
  display: flex;
  flex-direction: column;
}
.membership-section .business-package-wrapper .card-heder {
  border-radius: 15px 15px 0px 0px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  background-color: #72c08f;
}
.membership-section .business-package-wrapper .card-heder h4 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.absolute-image-packages {
  position: absolute;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 1444px) {
  .business-package-wrapper {
    order: 1;
  }
  .membership-section {
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
  }
  .membership-section .business-package-wrapper {
    margin-top: 0;
  }
  .membership-packages {
    gap: 20px;
  }
  .membership-section .membership-packages .premium-package {
    border-radius: 15px;
  }
  .membership-section .membership-packages .basic-package {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 460px) {
  .membership-section .membership-packages .membership-package-card {
    padding: 28px 20px;
  }
  .membership-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .absolute-image-packages {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .membership-section {
    margin-bottom: 0;
  }
}
.membership-section .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.membership-section .benefit-item img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}
.membership-section .benefit-item h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.membership-section .benefit-item p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.why-bloomly-info {
  display: flex;
  gap: 80px;
}
.why-bloomly-info .why-bloomly-info-section {
  width: 50%;
}
.why-bloomly-info h3 {
  color: #222222 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}
.why-bloomly-info p {
  font-weight: 300;
}

@media only screen and (max-width: 800px) {
  .why-bloomly-info {
    flex-direction: column;
    gap: 0;
  }
  .why-bloomly-info .why-bloomly-info-section {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .why-bloomly-info h3 {
    font-size: 22px;
  }
}
.about-us-section {
  padding-top: 0px !important;
  gap: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.about-us-section .about-section {
  margin-bottom: 0 !important;
}

body {
  font-family: "Onest", sans-serif !important;
}

.primary-btn {
  font-size: 16px;
  border-radius: 16px;
  border: 2px solid #ffffff;
  padding: 14px 24px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.primary-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.secondary-btn {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  padding-left: 24px;
  padding-right: 24px;
}
.secondary-btn:hover {
  text-decoration: none;
}

.secondary-btn-black {
  font-size: 16px;
  color: #222222;
  display: inline-block;
  font-weight: 500;
  padding-left: 24px;
  padding-right: 24px;
}
.secondary-btn-black:hover {
  text-decoration: none;
}

.primary-btn-dark {
  background-color: transparent;
  font-size: 16px;
  border-radius: 16px;
  border: 2px solid #222222;
  padding: 14px 24px;
  color: #222222;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.primary-btn-dark:hover {
  background-color: #222222;
  color: #ffffff;
}

p {
  margin-bottom: 0px;
}

h1, h2, h3, h4 {
  margin-bottom: 0;
}

nav {
  height: 80px;
  border: 0 !important;
  background-color: white !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
nav .navigation-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
nav .navigation-wrapper .navbar-brand img {
  max-width: 170px !important;
  width: 100% !important;
}

.navbar-toggler-icon {
  width: 25px !important;
  height: 25px !important;
}

.navbar-nav .nav-item .active {
  padding: 10px 16px;
  border-radius: 12px;
  background-color: #FFE6D8;
  color: #222222;
}
.navbar-nav .nav-item .nav-link {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  border-radius: 12px;
}
.navbar-nav .nav-item .nav-link:hover {
  background-color: #FFE6D8;
  color: #222222;
}

.nav-item .primary-btn-dark {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.offcanvas-body ul {
  gap: 8px;
}

@media only screen and (max-width: 550px) {
  .navigation-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.btn-close {
  box-shadow: none !important;
}

.navbar {
  transition: height 0.3s ease;
}

.navbar.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  height: 60px !important;
}

.navbar.scrolled .navbar-brand img {
  max-width: 130px !important;
  transition: all 0.3s ease !important;
}

.navbar-nav {
  padding-right: 0 !important;
}

@media only screen and (max-width: 991px) {
  .navbar.scrolled .navbar-brand img {
    max-width: 105px !important;
  }
  .navbar {
    padding-top: 0px !important;
  }
  nav {
    height: 60px !important;
  }
  nav .navigation-wrapper {
    height: 60px;
  }
  nav .navigation-wrapper .navbar-brand img {
    max-width: 105px !important;
  }
}
footer {
  background-color: #ecfff3;
  padding: 120px 40px 40px 40px;
}
footer .footer-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
footer .footer-second-section p {
  text-align: center;
}
footer .footer-first-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
footer .footer-first-section .footer-social ul {
  display: flex;
  gap: 16px;
  list-style: none;
}
footer .footer-first-section .footer-social ul li a {
  text-decoration: none;
}
footer .footer-navigation {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 24px;
}
footer .footer-navigation .footer-navigation-lists {
  width: 150px;
}
footer .footer-navigation ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0 !important;
  align-items: start;
  justify-content: end;
}
footer .footer-navigation ul li {
  text-decoration: none;
}
footer .footer-navigation ul li a {
  text-decoration: none;
  color: #222222;
}
footer .footer-navigation ul li a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  max-width: 300px;
  width: 100%;
}
footer .footer-logo img {
  max-width: 170px;
  width: 100%;
  margin-bottom: 32px;
}
footer .footer-third-section {
  text-align: center;
}
footer .footer-third-section ul {
  padding-left: 0;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  list-style: none;
}
footer .footer-third-section ul li {
  text-decoration: none;
}
footer .footer-third-section ul li a {
  text-decoration: none;
  color: #222222;
}
footer .footer-third-section ul li a:hover {
  text-decoration: underline;
}

.footer-list-third {
  margin-top: 40px;
}

@media only screen and (max-width: 1180px) {
  .footer-social ul {
    padding-left: 0 !important;
  }
  .footer-first-section {
    gap: 50px;
    flex-wrap: wrap;
  }
  footer .footer-wrapper {
    gap: 40px;
  }
  footer .footer-second-section p {
    text-align: left;
  }
}
@media only screen and (max-width: 942px) {
  footer {
    padding: 40px;
  }
}
@media only screen and (max-width: 722px) {
  .footer-list-third {
    margin-top: 0px;
  }
  footer .footer-third-section ul {
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media only screen and (max-width: 560px) {
  .footer-navigation {
    flex-direction: column;
  }
  .footer-first-section {
    flex-direction: column;
  }
}
@media only screen and (max-width: 550px) {
  footer {
    padding: 40px 20px 40px 20px;
  }
}
.home-banner {
  padding-left: 40px;
  padding-right: 40px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent), url("/static/multishop_customer/asocijacijacvecara.com/img/home-banner.jpg");
  height: calc(100vh - 80px);
  display: flex;
  align-items: end;
  padding-bottom: 80px;
  color: #ffffff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.banner-wrapper .banner-info {
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start !important;
}
.banner-wrapper .banner-text {
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
}
.banner-wrapper .banner-text p {
  font-weight: 600;
  font-size: 16px;
}
.banner-wrapper h1 {
  margin-left: -3px;
  font-weight: 600;
  font-size: 56px;
}
.banner-wrapper p {
  font-weight: 500;
  font-size: 24px;
}

@media only screen and (max-width: 700px) {
  .banner-buttons {
    flex-direction: column;
    display: flex;
    align-items: start;
    gap: 20px;
  }
  .banner-buttons .secondary-btn {
    padding-left: 0 !important;
  }
  .home-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-banner h1 {
    font-size: 26px !important;
  }
  .home-banner .banner-wrapper p {
    font-size: 16px;
  }
  .benefits-section h2 {
    font-size: 28px;
  }
}
.sub-page-package-banner {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent), url("/static/multishop_customer/asocijacijacvecara.com/img/package-banner.jpg") !important;
}

.sub-page-banner-why-bloomly {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent), url("/static/multishop_customer/asocijacijacvecara.com/img/whyBlomlyBanner.jpg") !important;
}

.sub-page-banner-about {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent), url("/static/multishop_customer/asocijacijacvecara.com/img/about-us-banner1.jpg") !important;
}

@media only screen and (max-width: 700px) {
  .home-banner {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent), url("/static/multishop_customer/asocijacijacvecara.com/img/home-banner-mobile.jpg");
  }
  .home-banner {
    padding-bottom: 40px;
  }
}
.about-section .about-section-text {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}
.about-section .about-section-text h3 {
  font-size: 34px;
  font-weight: 600;
}
.about-section .about-section-text p {
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 700px) {
  .about-section .about-section-text {
    align-items: center;
  }
  .about-section .about-section-text h3 {
    font-size: 26px;
  }
}
.our-clients {
  position: relative;
  margin-bottom: 140px;
  padding: 0 40px;
}
.our-clients .our-clients-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.our-clients .our-clients-content h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}
.our-clients .our-clients-content .our-clients-paragraph {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
}
.our-clients .our-clients-content .our-clients-cards {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.our-clients .our-clients-content .our-clients-card {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 40px 40px 40px 40px;
}
.our-clients .our-clients-content .our-clients-card:nth-child(1) {
  background-color: #fff4ee;
}
.our-clients .our-clients-content .our-clients-card:nth-child(2) {
  background-color: #ecfff3;
}
.our-clients .our-clients-content .our-clients-card:nth-child(3) {
  background-color: #fff2f9;
}
.our-clients .our-clients-content .our-clients-card:nth-child(4) {
  background-color: #fffaf1;
}
.our-clients .our-clients-content .our-clients-card img {
  width: 100%;
  border-radius: 40px 40px 0px 0px;
}
.our-clients .our-clients-content .our-clients-card .our-clients-item-info {
  padding: 20px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: center;
}
.our-clients .our-clients-content .our-clients-card .our-clients-item-info img {
  width: unset;
}
.our-clients .our-clients-content .our-clients-card .card-footer {
  display: flex;
  gap: 8px;
}

.whybloomly-absolute-image3 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.whybloomly-absolute-image5 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: -20%;
}

@media only screen and (max-width: 1200px) {
  .whybloomly-absolute-image3 {
    display: none;
  }
  .whybloomly-absolute-image5 {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .our-clients .our-clients-content .our-clients-paragraph {
    margin-bottom: 40px;
  }
  .our-clients {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .our-clients .our-clients-content h2 {
    font-size: 26px;
  }
  .our-clients-card {
    flex-direction: column;
  }
  .our-clients {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.our-clients-card {
  max-width: 600px;
  width: 100%;
  display: flex !important;
  border-radius: 40px 40px 40px 40px;
}
.our-clients-card:nth-child(1) {
  background-color: #fff4ee;
}
.our-clients-card:nth-child(2) {
  background-color: #ecfff3;
}
.our-clients-card:nth-child(3) {
  background-color: #fff2f9;
}
.our-clients-card:nth-child(4) {
  background-color: #fffaf1;
}
.our-clients-card .our-clients-item-info {
  padding: 20px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: center;
}
.our-clients-card .card-footer {
  display: flex;
  gap: 8px;
}

/*# sourceMappingURL=style.css.map */
