@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@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");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner {
  background: #fff;
}
.banner.home-banner::before {
  display: none;
}
.banner.home-banner .bg {
  margin-top: var(--headerheight);
  position: relative;
  background-color: #FFE8DD;
  height: 80vh;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 60vh;
  }
}
.banner.home-banner .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.86%, rgba(0, 0, 0, 0.75) 133.52%);
}
.banner.home-banner .banner-wrapper {
  left: 50%;
  top: 86%;
  transform: translate(-50%, -50%);
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .banner-wrapper {
    width: 100%;
    top: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper {
    width: 100%;
  }
}
.banner.home-banner .banner-wrapper .container .content h1 {
  font-size: 80px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 26px;
    line-height: 1.1;
  }
}
.banner.home-banner .banner-wrapper .container .content h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper .container .content h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .container .content h2 {
    max-width: 70%;
    margin: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .container .content h2 {
    max-width: 80%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.banner.home-banner .pin-img {
  position: absolute;
  right: 0;
  z-index: 5;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .pin-img {
    width: 110px;
    top: 301.4px;
  }
}
.banner.home-banner .pin-img img {
  transform: rotate(0.8deg);
}
.banner .heading .swiper-nav {
  position: absolute;
  right: 0;
  top: 20%;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.banner .heading .swiper-nav button {
  flex: 0 1 auto;
  width: 45px;
  height: 45px;
  border: 2px solid var(--primary);
  border-radius: 50%;
}
.banner .heading .swiper-nav button svg {
  vertical-align: middle;
}
.banner .heading .swiper-nav button svg path {
  fill: var(--primary);
  stroke-width: 5px;
}
.banner .heading .swiper-nav .home-category-fraction {
  flex: 1;
  padding: 0 10px;
  color: var(--primary);
  font-weight: 400;
  font-size: 16px;
}
.banner .category_slider_sec {
  padding: 50px 0;
}
.banner .category_slider_sec .item {
  text-align: center;
}
.banner .category_slider_sec .item p {
  font-size: 16px;
  font-weight: 400;
}

.moreAboutUs-secA {
  background: #fff;
  overflow: hidden;
  padding: 50px 0;
}
.moreAboutUs-secA .container {
  max-width: 1080px;
}
.moreAboutUs-secA .container .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .moreAboutUs-secA .container .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .moreAboutUs-secA .container .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.moreAboutUs-secA .container .grid-box a {
  background: #d2ebff;
  border-radius: 5px;
  overflow: hidden;
}
.moreAboutUs-secA .container .grid-box a:hover figure img {
  scale: 1.2;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figure {
  height: 320px;
  overflow: hidden;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figcaption .text {
  padding: 20px;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figcaption .text h5 {
  color: black;
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 600;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figcaption .text p {
  color: black;
  font-size: 14px;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figcaption .download {
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
  position: relative;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figcaption .download::before {
  content: "";
  position: absolute;
  top: 40%;
  height: 1px;
  width: 100%;
  background: var(--secondary);
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figcaption .download .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #d2ebff;
  position: relative;
  right: 20px;
  padding: 10px 20px 20px 20px;
}
.moreAboutUs-secA .container .grid-box a .grid-box-item figcaption .download .wrap p {
  color: var(--secondary);
  font-weight: 500;
}

.pin-line {
  position: relative;
  background-color: var(--white);
  height: 20px;
}
.pin-line::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 7px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 2px dashed var(--secondary);
}
.pin-line::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0px;
  transform: rotate(1deg);
  width: 215px;
  height: 76px;
  z-index: 1;
  background: url("../../images/home/Pin.svg") no-repeat;
  background-position: 100% 100%;
}
@media only screen and (max-width: 540px) {
  .pin-line::after {
    right: 1px;
    top: -32px;
    width: 110px;
    background-size: contain;
  }
}/*# sourceMappingURL=moreAboutUs.css.map */