/* Start Colors */
/* End Colors */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
body main {
  min-height: 100vh;
}

.primary-btn {
  background-color: rgb(31, 175, 78);
  color: #fff;
  font-weight: 600;
  padding: 16px 32px;
  margin-top: 2rem;
  transition: background-color 0.3s ease-in-out;
}
.primary-btn:hover {
  background-color: rgb(22, 122, 55);
  color: #fff;
}

html[dir=rtl] body {
  font-family: "Almarai", sans-serif !important;
}
html[dir=rtl] body h1,
html[dir=rtl] body h2,
html[dir=rtl] body h3,
html[dir=rtl] body h4,
html[dir=rtl] body h5,
html[dir=rtl] body h6 {
  letter-spacing: 0 !important;
}
html[dir=rtl] select {
  background-position: left 0.75rem center;
}
html[dir=rtl] .primary-btn img {
  transform: rotateY(180deg);
}

header {
  width: 100%;
  z-index: 111;
}
header .navbar {
  min-height: 100px !important;
}
header .navbar .navbar-toggler__wrapper {
  min-height: 5.1875rem;
}
header .navbar .navbar-nav {
  gap: 1.5rem;
  padding: 0;
  align-items: center;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff !important;
  padding: 8px 16px;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  border: 1px solid #fff;
}
header .navbar .navbar-nav .nav-item .lang-btn {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .navbar .navbar-nav .nav-item .contact-btn {
  color: rgb(31, 175, 78);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 24px 12px 24px !important;
}
@media (max-width: 992px) {
  header .navbar-toggler__wrapper .navbar-toggler {
    background-color: transparent !important;
    border: 0 !important;
  }
  header .navbar-toggler__wrapper .navbar-toggler:focus:not(:focus-visible) {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
}

.header-wrapper {
  transition: all 0.3s ease-in-out;
}

.navbar-show,
.navbar-scroll {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.home-page .navbar-scroll {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.app-drawer {
  background-color: rgb(31, 175, 78);
}
.app-drawer .offcanvas-header .btn-close {
  color: #fff !important;
}
.app-drawer .offcanvas-body .navbar-nav {
  gap: 1.8rem;
}

html[dir=rtl] .navbar-toggler__wrapper {
  margin-left: unset !important;
  margin-right: auto !important;
}

footer {
  background-color: #0F4FA0;
}
footer .footer-top__part .logo img {
  max-width: 222px;
  max-height: 98px;
  object-fit: cover;
}
footer .footer-top__part .social-links img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
footer .footer-bottom__part .copyright {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 576px) {
  .footer-content__wrapper .footer-top__part p {
    font-size: 0.9rem;
  }
  .footer-content__wrapper .our-links h4,
  .footer-content__wrapper .get-in-touch h4 {
    font-size: 1.3rem;
  }
  .footer-content__wrapper .our-links ul li {
    font-size: 0.9rem;
  }
  .footer-content__wrapper .get-in-touch .contact-info .contact-method span:nth-of-type(2) {
    font-size: 0.8rem;
  }
}
html[dir=rtl] footer .get-in-touch .contact-info .contact-method .icon {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}

.about-page .page-cover,
.products-page .page-cover,
.news-page .page-cover,
.contact-page .page-cover {
  width: 100%;
  height: 60vh;
  background-size: cover !important;
  background-position: 50% !important;
}
.about-page .page-cover .page-cover__overlay,
.products-page .page-cover .page-cover__overlay,
.news-page .page-cover .page-cover__overlay,
.contact-page .page-cover .page-cover__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.about-page .page-cover .page-cover__heading,
.products-page .page-cover .page-cover__heading,
.news-page .page-cover .page-cover__heading,
.contact-page .page-cover .page-cover__heading {
  top: 40%;
  width: 48%;
}
.about-page .page-cover .page-cover__heading p,
.products-page .page-cover .page-cover__heading p,
.news-page .page-cover .page-cover__heading p,
.contact-page .page-cover .page-cover__heading p {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 112px; /* 116.667% */
  text-transform: uppercase;
  overflow-wrap: break-word;
}

@media (max-width: 375px) {
  .about-page .page-cover .page-cover__heading,
  .products-page .page-cover .page-cover__heading,
  .news-page .page-cover .page-cover__heading,
  .contact-page .page-cover .page-cover__heading {
    width: 77%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center;
  }
  .about-page .page-cover .page-cover__heading p,
  .products-page .page-cover .page-cover__heading p,
  .news-page .page-cover .page-cover__heading p,
  .contact-page .page-cover .page-cover__heading p {
    font-size: 2.8125rem !important;
    line-height: 80px !important;
  }
}
@media (min-width: 376px) and (max-width: 576px) {
  .page-cover .page-cover__heading {
    width: 77% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center;
  }
  .page-cover .page-cover__heading p {
    font-size: 3.75rem !important;
    line-height: 80px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .page-cover .page-cover__heading p {
    font-size: 4.375rem !important;
  }
}
.news-card {
  width: 100%;
  min-height: 394px;
  padding: 0.5rem;
  background: #fff;
  border-radius: 0.75rem;
}
.news-card .news-img {
  height: 65%;
  border-radius: 0.75rem;
}
.news-card .news-img img {
  border-radius: 0.75rem;
  height: 100%;
  width: 100%;
}
.news-card .news-info {
  padding: 1rem;
}
.news-card .news-info .news-title {
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.news-card .news-info .news-title:hover {
  color: rgb(31, 175, 78);
}
.news-card .news-info .post-date {
  margin-top: 1rem;
}
.news-card .news-info .post-date .date {
  color: #777;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}

.swiper-btns {
  top: -0.6rem;
  user-select: none;
}
.swiper-btns .swiper-next,
.swiper-btns .swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(31, 175, 78);
  color: #fff;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
}
.swiper-btns .swiper-next:hover,
.swiper-btns .swiper-prev:hover {
  background-color: rgb(22, 122, 55);
}
.swiper-btns .swiper-next.swiper-button-disabled,
.swiper-btns .swiper-prev.swiper-button-disabled {
  background-color: #fff;
  border: 1px solid rgb(31, 175, 78);
  color: rgb(31, 175, 78) !important;
}

.swiper-prev {
  transform: rotateY(180deg);
}

html[dir=rtl] .swiper-btns {
  left: 0 !important;
  right: unset !important;
}
html[dir=rtl] .swiper-btns .swiper-next {
  transform: rotateY(180deg);
}
html[dir=rtl] .swiper-btns .swiper-prev {
  transform: rotateY(0) !important;
}

.product-popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 444;
}

.product-popup {
  display: none;
  width: 90%;
  height: 35.9375rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 555;
  background: #fff;
  padding: 2rem;
  border-radius: 0.75rem;
}
.product-popup .close-btn span {
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.product-popup .close-btn span:hover {
  color: rgb(220, 53, 69);
}
.product-popup .product-img {
  border-radius: 0.75rem;
}
.product-popup .product-img img {
  width: 33.1875rem;
  height: 26.1875rem;
  border-radius: 0.75rem;
  object-fit: cover;
}
.product-popup .product-info .product-name {
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
}
.product-popup .product-info .product-description {
  max-height: 27rem;
  overflow: auto;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

html[dir=rtl] .product-popup .close-btn {
  text-align: left !important;
}

@media (max-width: 375px) {
  .product-popup .product-popup__content {
    flex-direction: column;
    gap: 0.5rem !important;
    margin-top: 1rem;
  }
  .product-popup .product-popup__content .product-img {
    height: fit-content;
  }
  .product-popup .product-popup__content .product-img img {
    width: 100% !important;
    height: 13rem !important;
    border-radius: 0.75rem !important;
  }
  .product-popup .product-popup__content .product-info .product-description {
    max-height: 12rem !important;
    overflow: auto !important;
  }
}
@media (min-width: 376px) and (max-width: 576px) {
  .product-popup .product-popup__content {
    flex-direction: column;
    gap: 0.5rem !important;
    margin-top: 1rem;
  }
  .product-popup .product-popup__content .product-img {
    height: fit-content;
  }
  .product-popup .product-popup__content .product-img img {
    width: 100% !important;
    height: 13rem !important;
    border-radius: 0.75rem !important;
  }
  .product-popup .product-popup__content .product-info .product-description {
    max-height: 12rem !important;
    overflow: auto !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .product-popup .product-popup__content {
    flex-direction: column;
    gap: 0.5rem !important;
    margin-top: 1rem;
  }
  .product-popup .product-popup__content .product-img {
    height: fit-content;
  }
  .product-popup .product-popup__content .product-img img {
    width: 100% !important;
    height: 13rem !important;
    border-radius: 0.75rem !important;
  }
  .product-popup .product-popup__content .product-info .product-description {
    max-height: 12rem !important;
    overflow: auto !important;
  }
}
.home-page .page-cover {
  width: 100%;
  height: 95vh;
  background-size: cover;
  background-position: 50%;
}
.home-page .page-cover .page-cover__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 39.93%);
}
.home-page .page-cover .page-cover__top-vector .vector {
  position: relative;
  background: url("../images/vector-5.png");
  width: 401.6px;
  height: 352px;
  background-size: cover;
}
.home-page .page-cover .page-cover__top-vector .vector .brand-logo {
  position: absolute;
  left: 20%;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page .page-cover .page-cover__bottom-vector {
  max-width: 775.2px;
  height: 392.8px;
  background-color: #fff;
  border-top-left-radius: 3rem;
}
.home-page .page-cover .page-cover__bottom-vector .bottom-vector__content {
  width: 90%;
}
.home-page .page-cover .page-cover__bottom-vector .bottom-vector__content .cover-page__heading h1 {
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  /* 121.622% */
  letter-spacing: 2.96px;
  text-transform: uppercase;
  color: rgb(9, 49, 98);
}
.home-page .page-cover .page-cover__bottom-vector .bottom-vector__content .primary-btn {
  background-color: rgb(31, 175, 78);
  color: #fff;
  font-weight: 600;
  padding: 16px 32px;
  margin-top: 2rem;
  transition: background-color 0.3s ease-in-out;
}
.home-page .page-cover .page-cover__bottom-vector .bottom-vector__content .primary-btn:hover {
  background-color: rgb(22, 122, 55);
}
.home-page #our-process {
  background-color: #F4F6FF;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50%;
  padding-top: 96px;
  padding-bottom: 96px;
}
.home-page #our-process .our-process__heading {
  color: rgb(9, 49, 98);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-page #our-process .dashed-line {
  width: 1107px;
  transform: translateY(8rem);
  object-fit: cover;
}
.home-page #our-process .process-step .image .process-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-weight: 500;
  font-size: 16.84px;
}
.home-page #our-process .process-step .image img {
  width: 217px;
  height: 217px;
  object-fit: cover;
}
.home-page #our-process .process-step .step-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home-page #about-us {
  padding-top: 96px;
  padding-bottom: 96px;
}
.home-page #about-us .aboutus-section__cover {
  background-size: cover;
  height: 37.8125rem;
  background-position: 87% 62%;
  border-radius: 3rem;
  background-repeat: no-repeat;
}
.home-page #about-us .about-us__content {
  transform: translateY(-50%);
}
.home-page #about-us .about-us__content .about-us__heading {
  color: rgb(31, 175, 78);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* 225% */
}
.home-page #about-us .about-us__content .vision {
  width: 60%;
  color: #222;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 140.625% */
}
.home-page #about-us .about-us__content .started-at {
  width: 60%;
  color: #222;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-page #our-products {
  background-color: #F5F6FF !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home-page #our-products .products-swiper {
  margin-top: 4rem;
}
.home-page #our-products .products-swiper .swiper-slide {
  width: 427px;
  min-height: 475px !important;
}
.home-page #our-products .products-swiper .product-card {
  box-sizing: border-box;
  width: 427px;
  height: 100%;
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
}
.home-page #our-products .products-swiper .product-card .product-img {
  width: 100%;
  height: 413px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.home-page #our-products .products-swiper .product-card .product-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  user-select: none;
  object-fit: cover;
}
.home-page #our-products .products-swiper .product-card .product-name {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 24px;
}
.home-page #value-proposition {
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}
.home-page #value-proposition .recycled-bottles__content {
  max-width: 588px;
  width: 100%;
  max-height: 407px;
  height: 407px;
}
.home-page #value-proposition .recycled-bottles__content .bottels-number {
  color: rgb(31, 175, 78);
  font-size: 57.79px;
  font-weight: 600;
  line-height: 157.44px;
}
.home-page #value-proposition .recycled-bottles__content h3 {
  color: rgb(14, 80, 161);
  font-size: 28.89px;
  font-weight: 500;
  letter-spacing: 1px;
}
.home-page #value-proposition .recycled-bottles__content hr {
  color: rgb(163, 222, 182);
  height: 1px;
}
.home-page #value-proposition .recycled-bottles__content .description {
  color: #222222;
  font-weight: 500;
  font-size: 9.63px;
  line-height: 30px;
}
.home-page #value-proposition .recycled-bottle-img {
  max-width: 354.99px;
  width: 354.99px;
  max-height: 350px;
  height: 350px;
  background-image: url("../images/recycle-bottles-bottom-layer-mobile.svg");
  background-repeat: no-repeat;
  margin-left: auto;
  transform: translateX(1rem);
}
.home-page #value-proposition .recycled-bottle-img .top-layer {
  max-width: 354.99px;
  width: 354.99px;
  max-height: 350px;
  height: 350px;
  mask-image: url("../images/recycle-bottles-bottom-layer-mobile.svg");
  mask-repeat: no-repeat;
  transform: translate(-12px, 4px) rotate(38.39deg);
}
.home-page #value-proposition .recycled-bottle-img .top-layer img {
  object-fit: cover;
  width: inherit;
  height: inherit;
}
.home-page #contact .top-part {
  background-color: rgb(231, 238, 246);
  padding-top: 6rem;
  padding-bottom: 17rem;
}
.home-page #contact .top-part .statistic {
  position: relative;
  width: 243px;
  height: 236px;
}
.home-page #contact .top-part .statistic.first-stats .bottom-layer {
  transform: rotate(-84.126deg);
}
.home-page #contact .top-part .statistic.first-stats .top-layer {
  transform: rotate(-40.716deg);
}
.home-page #contact .top-part .statistic.second-stats .bottom-layer {
  transform: rotate(52.638deg);
}
.home-page #contact .top-part .statistic.second-stats .top-layer {
  transform: rotate(86.614deg);
}
.home-page #contact .top-part .statistic.third-stats .bottom-layer {
  transform: rotate(-13.855deg);
}
.home-page #contact .top-part .statistic.third-stats .top-layer {
  transform: rotate(4.389deg);
}
.home-page #contact .top-part .statistic.fourth-stats .top-layer {
  transform: rotate(29.913deg);
}
.home-page #contact .top-part .statistic .bottom-layer {
  position: absolute;
}
.home-page #contact .top-part .statistic .top-layer {
  position: absolute;
}
.home-page #contact .top-part .statistic .statistic-content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-page #contact .top-part .statistic .statistic-content .statistic-number {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: rgb(31, 175, 78);
}
.home-page #contact .top-part .statistic .statistic-content .statistic-number .statistic-text {
  font-size: 1rem;
  color: #222;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.home-page #contact .bottom-part {
  margin-top: 3rem;
  margin-bottom: -7rem;
  background-color: #fff;
}
.home-page #contact .bottom-part .bottom-part__container {
  transform: translateY(-13rem);
}
.home-page #contact .bottom-part .bottom-part__container .bottom-part__row {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.home-page #contact .bottom-part .form-img {
  width: 100%;
  height: 744px;
  background-size: cover;
  background-position: 50%;
}
.home-page #contact .bottom-part form {
  width: 92%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-page #contact .bottom-part form .form-heading {
  color: rgb(9, 49, 98);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
.home-page #contact .bottom-part form .form-inputs select {
  font-size: 1rem;
}
.home-page #contact .bottom-part form .form-inputs input,
.home-page #contact .bottom-part form .form-inputs textarea,
.home-page #contact .bottom-part form .form-inputs select {
  padding: 1rem 2rem;
  border-radius: 1.875rem;
}
.home-page #contact .bottom-part form .form-inputs input:checked,
.home-page #contact .bottom-part form .form-inputs textarea:checked,
.home-page #contact .bottom-part form .form-inputs select:checked {
  box-shadow: 0 1px 5px 5px rgba(0, 0, 0, 0.06);
}
.home-page #contact .bottom-part form .form-inputs input::placeholder,
.home-page #contact .bottom-part form .form-inputs textarea::placeholder,
.home-page #contact .bottom-part form .form-inputs select::placeholder {
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}

html[dir=rtl] .home-page .page-cover__top-vector {
  transform: rotateY(180deg);
}
html[dir=rtl] .home-page .page-cover__top-vector .brand-logo {
  transform: rotateY(180deg);
}
html[dir=rtl] .home-page .page-cover__bottom-vector {
  left: 0 !important;
  right: unset !important;
  border-top-right-radius: 3rem;
  border-top-left-radius: unset !important;
}
html[dir=rtl] .home-page .primary-btn img {
  transform: rotateY(180deg);
}
html[dir=rtl] .home-page #our-process .dashed-line {
  transform: rotateY(180deg) translateY(155%);
}
html[dir=rtl] .home-page #about-us .aboutus-section__cover {
  transform: rotateY(180deg);
}
html[dir=rtl] .home-page #contact .form-img {
  border-bottom-left-radius: unset !important;
  border-top-left-radius: unset !important;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}

@media (max-width: 576px) {
  .home-page .page-cover__top-vector .vector {
    width: 200.8px !important;
    height: 176px !important;
  }
  .home-page .page-cover__top-vector .vector .brand-logo img {
    max-width: 80px;
    max-height: 94px;
  }
  .home-page .page-cover__bottom-vector {
    max-width: 250.2px !important;
    height: 300.8px !important;
    padding: 1rem;
  }
  .home-page .page-cover__bottom-vector .bottom-vector__content .cover-page__heading h1 {
    font-size: 27px !important;
    line-height: 40px !important;
  }
  .home-page .page-cover__bottom-vector .bottom-vector__content .primary-btn {
    padding: 8px 16px !important;
  }
  .home-page #about-us .aboutus-section__cover {
    background-position: 50%;
  }
  .home-page #about-us .about-us__content .vision {
    width: auto;
    font-size: 1rem;
    line-height: 30px;
  }
  .home-page #about-us .about-us__content .started-at {
    width: auto;
  }
  .home-page #our-products .products-swiper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-page #our-products .swiper-slide {
    width: 345px !important;
  }
  .home-page #our-products .swiper-slide .product-card {
    width: 345px !important;
  }
  .home-page #contact .bottom-part .bottom-part__row {
    flex-direction: column !important;
  }
  .home-page #contact .bottom-part .bottom-part__row .form-img {
    height: 400px;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    margin-bottom: 1rem;
  }
  .home-page #contact .bottom-part .bottom-part__row form .form-heading {
    font-size: 1rem;
  }
  .home-page #contact .bottom-part .bottom-part__row form input,
  .home-page #contact .bottom-part .bottom-part__row form select,
  .home-page #contact .bottom-part .bottom-part__row form textarea {
    padding: 0.5rem 1.5rem;
  }
  .home-page #contact .bottom-part .bottom-part__row form .primary-btn {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .home-page .page-cover__top-vector .vector {
    width: 361.44px !important;
    height: 316.8px !important;
  }
  .home-page .page-cover__top-vector .vector .brand-logo img {
    max-width: 178px;
    max-height: 209px;
  }
  .home-page .page-cover__bottom-vector {
    width: 465.12px !important;
    height: 314.24px !important;
    padding: 1rem;
  }
  .home-page .page-cover__bottom-vector .bottom-vector__content .cover-page__heading h1 {
    font-size: 27px !important;
    line-height: 40px !important;
  }
  .home-page .page-cover__bottom-vector .bottom-vector__content .primary-btn {
    padding: 8px 16px !important;
  }
}
@media (min-width: 992px) {
  .home-page .page-cover__top-vector .vector .brand-logo img {
    max-width: 178px !important;
    max-height: 209px !important;
  }
  .home-page #about-us .about-us__content .vision {
    width: 684px;
    height: 143px;
  }
  .home-page #about-us .about-us__content .started-at {
    width: 684px;
    height: 69px;
  }
  .home-page #value-proposition .recycled-bottles__content .bottels-number {
    color: rgb(31, 175, 78);
    font-size: 96px;
    font-weight: 600;
    line-height: 157.44px;
  }
  .home-page #value-proposition .recycled-bottles__content h3 {
    color: rgb(14, 80, 161);
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 78.72px;
  }
  .home-page #value-proposition .recycled-bottles__content hr {
    color: rgb(163, 222, 182);
    height: 1px;
  }
  .home-page #value-proposition .recycled-bottles__content .description {
    color: #222222;
    font-weight: 500;
    font-size: 1rem;
    line-height: 30px;
  }
  .home-page #value-proposition .recycled-bottle-img {
    max-width: 506.99px !important;
    width: 506.99px !important;
    max-height: 500px !important;
    height: 500px !important;
    background-image: url("../images/recycle-bottle-bottom-layer.svg") !important;
    transform: unset !important;
  }
  .home-page #value-proposition .recycled-bottle-img .top-layer {
    max-width: 506.99px !important;
    width: 506.99px !important;
    max-height: 500px !important;
    height: 500px !important;
    mask-image: url("../images/recycle-bottle-bottom-layer.svg") !important;
  }
}
@media (max-width: 992px) {
  #our-process .our-process__heading {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992.1px) {
  #our-process .process-steps_container .process:nth-of-type(odd) {
    transform: translateY(-29px) !important;
  }
  #our-process .process-steps_container .process:nth-of-type(even) {
    transform: translateY(27px) !important;
  }
}
.about-page main #who-we-are {
  background: #F1F3FF;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.about-page main #who-we-are .first-img,
.about-page main #who-we-are .second-img {
  width: 315px;
  height: 466px;
}
.about-page main #who-we-are .first-img img,
.about-page main #who-we-are .second-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page main #who-we-are .first-img {
  transform: translateY(-2.4375rem);
}
.about-page main #who-we-are .description {
  gap: 1.5rem;
}
.about-page main #who-we-are .description h2 {
  color: #222;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-page main #who-we-are .description p {
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-page main #who-we-are .description .download-profile__btn {
  width: fit-content;
}
.about-page main #vision_mission {
  padding-top: 200px;
  padding-bottom: 100px;
}
.about-page main #vision_mission .row {
  row-gap: 7rem;
}
.about-page main #vision_mission .about-card {
  width: 100%;
  max-width: 642px;
  background-color: rgb(231, 238, 246);
  border-radius: 24px;
  padding: 40px;
}
.about-page main #vision_mission .about-card .card-icon {
  width: 161px;
  height: 161px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(156, 183, 216);
  top: -83px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0588235294);
}
.about-page main #vision_mission .about-card .card-title {
  color: rgb(9, 49, 98);
  font-size: 2rem;
  font-weight: 700;
  line-height: 48px;
  margin-top: 66px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.about-page main #vision_mission .about-card .card-body {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  line-height: 32.8px;
}
.about-page main #our-partners {
  background-color: #F1F3FF;
  padding-top: 100px;
  padding-bottom: 184px;
}
.about-page main #our-partners .heading {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 65.6px;
  color: rgb(9, 49, 98);
  margin-bottom: 60px;
}
.about-page main #our-partners .partners-swiper .swiper-wrapper {
  flex-direction: row !important;
  gap: 20px;
}
.about-page main #our-partners .partners-swiper .swiper-wrapper .swiper-slide {
  height: fit-content !important;
  margin: 0 !important;
}
.about-page main #our-partners .partners-swiper .swiper-wrapper .swiper-slide .partner-card {
  display: flex;
  max-width: 315px;
  width: 100%;
  max-height: 184px;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0392156863);
  margin-left: auto;
  margin-right: auto;
}
.about-page main #our-partners .swiper-pagination {
  bottom: -88px;
}
.about-page main #our-partners .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(14, 80, 161) !important;
}
.about-page main #ceo-speech {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-page main #ceo-speech .row {
  row-gap: 2.5rem;
}
.about-page main #ceo-speech .ceo-speech__content .speech-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 65.6px;
  color: rgb(9, 49, 98);
}
.about-page main #ceo-speech .ceo-speech__content .ceo-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 39.36px;
  color: rgb(69, 189, 108);
}
.about-page main #ceo-speech .ceo-speech__content .speech-content > * {
  font-size: 20px;
  font-weight: 500;
  line-height: 32.8px;
  color: #222222;
}
.about-page main #ceo-speech .ceo-img {
  width: 492px;
  height: 489px;
  border-radius: 1rem;
  border: 2px solid rgb(115, 154, 200);
  margin-left: auto;
}
.about-page main #ceo-speech .ceo-img img {
  max-width: 506px;
  width: 506px;
  max-height: 502px;
  height: 502px;
  border-radius: 24px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  top: 14px;
  left: -32px;
  object-fit: cover;
}

@media (max-width: 375px) {
  .about-page #vision_mission .about-card .card-icon {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
  }
  .about-page #vision_mission .about-card .card-title {
    text-align: center;
  }
  .about-page #vision_mission .about-card .card-body {
    text-align: center;
    font-size: 1rem !important;
  }
  .about-page #ceo-speech .speech-heading {
    font-size: 35px !important;
  }
  .about-page #ceo-speech .ceo-img {
    max-width: 262px !important;
    max-height: 259px !important;
    width: 262px !important;
    height: 259px !important;
    margin-right: auto;
  }
  .about-page #ceo-speech .ceo-img img {
    max-width: 276px !important;
    max-height: 272px !important;
    width: 276px !important;
    height: 272px !important;
  }
}
@media (min-width: 376px) and (max-width: 576px) {
  .about-page #vision_mission .about-card .card-icon {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
  }
  .about-page #vision_mission .about-card .card-title {
    text-align: center;
  }
  .about-page #vision_mission .about-card .card-body {
    text-align: center;
  }
  .about-page #ceo-speech .ceo-img {
    max-width: 262px !important;
    max-height: 259px !important;
    width: 262px !important;
    height: 259px !important;
    margin-right: auto !important;
  }
  .about-page #ceo-speech .ceo-img img {
    max-width: 276px !important;
    max-height: 272px !important;
    width: 276px !important;
    height: 272px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-page #vision_mission .about-card .card-icon {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
  }
  .about-page #vision_mission .about-card .card-title {
    text-align: center;
  }
  .about-page #vision_mission .about-card .card-body {
    text-align: center;
  }
  .about-page #ceo-speech .ceo-img {
    margin-right: auto !important;
  }
}
html[dir=rtl] .about-page #who-we-are .description h2 {
  text-align: right !important;
}
html[dir=rtl] .about-page #ceo-speech .ceo-img {
  margin-right: auto;
}
html[dir=rtl] .about-page #ceo-speech .ceo-img img {
  right: -32px;
}

.product-popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 444;
}

.products-page {
  background: #F1F3FF;
}
.products-page main {
  padding-top: 2.5rem;
}
.products-page main .product-categories {
  margin-bottom: 3rem;
}
.products-page main .product-categories .category-btn {
  padding: 1rem 2.5rem;
  border: 1px solid rgb(31, 175, 78);
  color: rgb(31, 175, 78);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 187.5% */
  transition: all 0.3s ease-in-out;
}
.products-page main .product-categories .category-btn:hover {
  background: rgb(31, 175, 78);
  color: #fff !important;
}
.products-page main .product-categories .category-btn.active {
  background: rgb(31, 175, 78);
  color: #fff;
}
.products-page main .product-categories .category-btn.active:hover {
  background: rgb(22, 122, 55);
  color: #fff !important;
}
.products-page main .products {
  margin-bottom: 9.375rem;
}
.products-page main .products .product-card {
  padding: 1rem;
  background: #fff;
  border-radius: 0.75rem;
  width: 100%;
  cursor: pointer;
}
.products-page main .products .product-card .product-img {
  border-radius: 0.75rem;
}
.products-page main .products .product-card .product-img img {
  border-radius: 0.75rem;
  width: 100%;
  object-fit: cover;
}
.products-page main .products .product-card .product-name {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.products-page main .products .product-card .product-name span {
  color: #222;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

@media (max-width: 375px) {
  .products-page .product-categories .category-btn {
    padding: 0.5rem 0.9rem !important;
    font-size: 0.8rem !important;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 376px) and (max-width: 576px) {
  .products-page .product-categories .category-btn {
    padding: 0.6rem 1rem !important;
    font-size: 1rem !important;
    letter-spacing: 1.5px;
  }
}
.news-page {
  background: #F1F3FF;
}
.news-page main .news-wrapper {
  margin-top: 4rem;
}
.news-page main .pagination-nav {
  margin-bottom: 7rem;
}
.news-page main .pagination-nav .pagination .prev-btn a,
.news-page main .pagination-nav .pagination .next-btn a {
  color: rgb(31, 175, 78);
}
.news-page main .pagination-nav .pagination .prev-btn.disabled a,
.news-page main .pagination-nav .pagination .next-btn.disabled a {
  color: #777;
  cursor: not-allowed;
}
.news-page main .pagination-nav .pagination .page-number a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  background: #fff;
  color: rgb(31, 175, 78);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.news-page main .pagination-nav .pagination .page-number.active a {
  background: rgb(31, 175, 78);
  color: #fff;
}

.single-news {
  background: #F1F3FF;
}
.single-news .single-news__header-wrapper {
  background: #fff;
  min-height: 7.3125rem;
}
.single-news .single-news__header-wrapper header {
  width: 100%;
  z-index: 111;
}
.single-news .single-news__header-wrapper header .navbar {
  min-height: 100px !important;
}
.single-news .single-news__header-wrapper header .navbar .navbar-nav {
  gap: 1.5rem;
}
.single-news .single-news__header-wrapper header .navbar .navbar-nav .nav-item .nav-link {
  color: #777 !important;
  padding: 8px 16px;
}
.single-news .single-news__header-wrapper header .navbar .navbar-nav .nav-item .nav-link.active {
  border: 1px solid #777;
}
.single-news .single-news__header-wrapper header .navbar .navbar-nav .nav-item .lang-btn {
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single-news .single-news__header-wrapper header .navbar .navbar-nav .nav-item .contact-btn {
  color: rgb(31, 175, 78);
  border: 1px solid rgb(31, 175, 78);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.single-news .single-news__header-wrapper header .navbar .navbar-nav .nav-item .contact-btn:hover {
  background: rgb(31, 175, 78);
  color: #fff;
}
.single-news .single-news__header-wrapper header .app-drawer .offcanvas-body .navbar-nav {
  gap: 2.5rem;
}
.single-news .single-news__header-wrapper header .app-drawer .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}
.single-news .single-news__header-wrapper header .app-drawer .offcanvas-body .navbar-nav .nav-item .nav-link.active {
  border: 1px solid #fff;
}
.single-news .single-news__header-wrapper header .app-drawer .offcanvas-body .navbar-nav .nav-item .lang-btn {
  color: #fff;
}
@media (max-width: 992px) {
  .single-news .single-news__header-wrapper header .navbar-toggler__wrapper .navbar-toggler {
    background-color: transparent !important;
    border: 0 !important;
  }
  .single-news .single-news__header-wrapper header .navbar-toggler__wrapper .navbar-toggler:focus:not(:focus-visible) {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
}
.single-news main {
  margin-top: 3rem;
}
.single-news main .news-content .news-title {
  color: #000;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
}
.single-news main .news-content .post-date .date {
  color: var(--seconed-text-color, #777);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.single-news main .news-content .content {
  margin-top: 2rem;
}
.single-news main .news-content .content .news-img img {
  width: 100%;
  border-radius: 0.5rem;
}
.single-news main .news-content .content .description {
  margin-top: 2rem;
}
.single-news main .news-content .content .description p {
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.single-news main .related-news .related-news__heading {
  color: #000;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
.single-news main .related-news .related-news-card {
  min-height: 8.25rem;
  background: #fff;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
}
.single-news main .related-news .related-news-card .related-news__img {
  border-radius: 0.5rem;
  height: 100%;
}
.single-news main .related-news .related-news-card .related-news__img img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.single-news main .related-news .related-news-card .related-news__title {
  color: #000;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.single-news main .related-news .related-news-card .related-news__title:hover {
  color: rgb(31, 175, 78);
}
.single-news main .related-news .related-news-card .post-date .date {
  color: #777;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}
.single-news main hr {
  height: 1px;
  opacity: 0.2;
  background: #000;
}
.single-news main #single-news__our-products .our-products-section__heading {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-news main #single-news__our-products .news-card .news-img img {
  width: 100%;
  max-height: 241px;
  height: 241px;
  object-fit: cover;
}
.single-news main #single-news__our-products .swiper-btns {
  top: -0.6rem;
  user-select: none;
  gap: 2rem;
}
.single-news main #single-news__our-products .swiper-btns .swiper-next,
.single-news main #single-news__our-products .swiper-btns .swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(31, 175, 78);
  color: #fff;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
}
.single-news main #single-news__our-products .swiper-btns .swiper-next:hover,
.single-news main #single-news__our-products .swiper-btns .swiper-prev:hover {
  background-color: rgb(22, 122, 55);
}
.single-news main #single-news__our-products .swiper-btns .swiper-next.swiper-button-disabled,
.single-news main #single-news__our-products .swiper-btns .swiper-prev.swiper-button-disabled {
  background-color: #fff;
  border: 1px solid rgb(31, 175, 78);
  color: rgb(31, 175, 78) !important;
}
.single-news main #single-news__our-products .swiper-prev {
  transform: rotateY(180deg);
}
.single-news main #single-news__our-products .swiper-wrapper {
  margin-bottom: 3.875rem;
}
.single-news .news-card {
  cursor: pointer;
}

@media (max-width: 576px) {
  .single-news .news-content .news-title {
    font-size: 1.1rem !important;
  }
  .single-news .related-news {
    margin-top: 2rem;
  }
  .single-news .related-news .related-news-card .related-news__title {
    font-size: 1rem !important;
    line-height: 1.5625rem !important;
  }
  .single-news #single-news__our-products .our-products-section__heading {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .single-news .related-news {
    margin-top: 2rem;
  }
  .single-news .related-news .related-news-card .related-news__title {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
  }
  .single-news #single-news__our-products .our-products-section__heading {
    font-size: 2rem !important;
  }
}
html[dir=rtl] .post-date .calendar-icon {
  margin-right: unset !important;
  margin-left: 0.5rem;
}

.contact-page {
  background: #F1F3FF;
}
.contact-page .contact-us-form {
  margin-top: 64px;
  margin-bottom: 3rem;
  background-color: #fff;
}
.contact-page .contact-us-form .contact-us-form__container .contact-us-form__row {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.contact-page .contact-us-form .form-select {
  font-size: 1rem;
}
.contact-page .contact-us-form .form-img {
  width: 100%;
  height: 744px;
  background-size: cover;
  background-position: 50%;
}
.contact-page .contact-us-form .form-img .form-img__overlay {
  background: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-us-form .form-img .form-img__overlay .contact-info {
  width: 70%;
  margin-top: 80px;
  margin-left: 40px;
}
.contact-page .contact-us-form .form-img .form-img__overlay .contact-info .contact-info__heading {
  color: #fff;
}
.contact-page .contact-us-form form {
  width: 92%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-page .contact-us-form form .form-heading {
  color: rgb(9, 49, 98);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
.contact-page .contact-us-form form .form-inputs input,
.contact-page .contact-us-form form .form-inputs textarea,
.contact-page .contact-us-form form .form-inputs select {
  padding: 1rem 2rem;
  border-radius: 1.875rem;
}
.contact-page .contact-us-form form .form-inputs input:checked,
.contact-page .contact-us-form form .form-inputs textarea:checked,
.contact-page .contact-us-form form .form-inputs select:checked {
  box-shadow: 0 1px 5px 5px rgba(0, 0, 0, 0.06);
}
.contact-page .contact-us-form form .form-inputs input::placeholder,
.contact-page .contact-us-form form .form-inputs textarea::placeholder,
.contact-page .contact-us-form form .form-inputs select::placeholder {
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
.contact-page .location {
  border-radius: 0.75rem;
  margin-bottom: 7rem;
}
.contact-page .location iframe {
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}

html[dir=rtl] .contact-page .form-img,
html[dir=rtl] .contact-page .form-img__overlay {
  border-bottom-left-radius: unset !important;
  border-top-left-radius: unset !important;
  border-bottom-right-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
html[dir=rtl] .contact-page .form-img .contact-info,
html[dir=rtl] .contact-page .form-img__overlay .contact-info {
  margin-left: 0 !important;
  margin-right: 40px;
}
html[dir=rtl] .contact-page .form-img .contact-info .contact-method .icon,
html[dir=rtl] .contact-page .form-img__overlay .contact-info .contact-method .icon {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}

@media (max-width: 576px) {
  .contact-page .contact-us-form .contact-us-form__row {
    flex-direction: column !important;
  }
  .contact-page .contact-us-form .contact-us-form__row .form-img {
    height: 400px;
    border-bottom-left-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin-bottom: 1rem;
  }
  .contact-page .contact-us-form .contact-us-form__row .form-img .form-img__overlay {
    border-bottom-left-radius: unset !important;
    border-top-right-radius: 1rem;
  }
  .contact-page .contact-us-form .contact-us-form__row form .form-heading {
    font-size: 1rem;
  }
  .contact-page .contact-us-form .contact-us-form__row form input,
  .contact-page .contact-us-form .contact-us-form__row form select,
  .contact-page .contact-us-form .contact-us-form__row form textarea {
    padding: 0.5rem 1.5rem;
  }
  .contact-page .contact-us-form .contact-us-form__row form .primary-btn {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
  }
  html[dir=rtl] .contact-page .contact-us-form .form-img {
    border-top-left-radius: 1rem !important;
  }
  html[dir=rtl] .contact-page .contact-us-form .form-img .form-img__overlay {
    border-top-left-radius: 1rem !important;
  }
}/*# sourceMappingURL=style.css.map */