@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 {
  position: relative;
  background-color: #FFE8DD;
  height: 100vh;
}
@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: 50vh;
  }
}
.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) 83.52%);
}
.banner.home-banner .banner-wrapper {
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .banner-wrapper {
    width: 400px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper {
    width: 300px;
    top: 89%;
  }
}
.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;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .container .content h1 {
    font-size: 33px;
    line-height: 1.1;
    font-weight: 500;
  }
}
.banner.home-banner .banner-wrapper .container .content p {
  color: var(--white);
}
.banner.home-banner .banner-wrapper .container .content .btn-div {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .banner-wrapper .container .content .btn-div {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .container .content .btn-div {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .container .content .btn-div {
    margin-top: 15px;
  }
}
.banner.home-banner .banner-wrapper .container .content .btn-div .btn {
  padding: 8px 25px;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .container .content .btn-div .btn {
    padding: 16px 25px;
  }
}
.banner.home-banner .banner-logo {
  width: 130px;
  left: 91%;
  top: 95%;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-logo {
    width: 80px;
    left: 90%;
    top: 95%;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-logo {
    width: 60px;
    left: 88%;
  }
}
.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);
}

.home-secA {
  border-bottom: 2px dashed var(--secondary);
  overflow: hidden;
}
.home-secA .heading .swiper-nav {
  position: absolute;
  right: 0;
  top: 20%;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.home-secA .heading .swiper-nav button {
  flex: 0 1 auto;
  width: 45px;
  height: 45px;
  border: 2px solid var(--primary);
  border-radius: 50%;
}
.home-secA .heading .swiper-nav button svg {
  vertical-align: middle;
}
.home-secA .heading .swiper-nav button svg path {
  fill: var(--primary);
  stroke-width: 5px;
}
.home-secA .heading .swiper-nav .home-category-fraction {
  flex: 1;
  padding: 0 10px;
  color: var(--primary);
  font-weight: 400;
  font-size: 16px;
}
.home-secA .category_slider_sec {
  padding: 50px 0;
}
.home-secA .category_slider_sec .item {
  text-align: center;
}
.home-secA .category_slider_sec .item p {
  font-size: 16px;
  font-weight: 400;
}

.home-secB {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px 0 40px 0;
}
.home-secB .heading-img {
  width: 80px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secB .heading-img {
    width: 50px;
  }
}
.home-secB .heading-img img {
  animation: wiggle 2s ease-in-out infinite;
  transform-origin: center;
}
.home-secB .heading {
  margin-top: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secB .heading {
    margin-top: 0;
  }
}
.home-secB .heading h2 {
  color: var(--primary);
}
.home-secB .product_slider_sec {
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secB .product_slider_sec {
    padding: 20px 0 30px 0;
  }
}
.home-secB .product_slider_sec .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .home-secB .product_slider_sec .swiper-nav {
    display: none;
  }
}
.home-secB .product_slider_sec .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3490196078);
}
.home-secB .product_slider_sec .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.home-secB .product_slider_sec .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.home-secB .product_slider_sec .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.home-secB .product_slider_sec .swiper-nav button svg path {
  fill: var(--black);
}
.home-secB .product_slider_sec .item {
  overflow: hidden;
  text-align: center;
}
.home-secB .product_slider_sec .item .product-col {
  border: 1px solid #dbdbdb;
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.home-secB .product_slider_sec .item .product-col:hover .product-btn {
  transform: translateY(0%);
}
.home-secB .product_slider_sec .item .product-col .wishlist {
  width: 22px;
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 1;
}
.home-secB .product_slider_sec .item .product-col .wishlist .svg {
  transform: scale(1);
  cursor: pointer;
}
.home-secB .product_slider_sec .item .product-col .product-img {
  width: 100%;
  padding: 25px;
  padding: 40px 50px 10px 50px;
  overflow: hidden;
  height: auto;
  display: flex;
  justify-content: cneter;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .home-secB .product_slider_sec .item .product-col .product-img {
    height: auto;
    padding: 15px;
  }
}
.home-secB .product_slider_sec .item .product-col .product-img:hover .product-btn {
  transform: translateY(0%);
}
.home-secB .product_slider_sec .item .product-col .product-img img:hover .product-btn {
  transform: translateY(0%);
}
.home-secB .product_slider_sec .item .product-col figcaption {
  width: 100%;
  background: none;
  bottom: 0;
}
@media only screen and (max-width: 540px) {
  .home-secB .product_slider_sec .item .product-col figcaption {
    margin-bottom: 44px;
  }
}
.home-secB .product_slider_sec .item .product-col figcaption .price_wrapper {
  justify-content: center;
}
.home-secB .product_slider_sec .item .product-col figcaption h6 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--black);
  padding-bottom: 20px;
}
.home-secB .product_slider_sec .item .product-col figcaption .flex {
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 14px;
  padding-bottom: 5px;
}
.home-secB .product_slider_sec .item .product-col figcaption .flex .quant {
  border-right: 1px solid var(--text);
  padding-right: 10px;
}
.home-secB .product_slider_sec .item .product-col figcaption .price {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--black);
}
.home-secB .product_slider_sec .item .product-col .product-btn {
  transform: translateY(100%);
  transition: 0.5s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: purple;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secB .product_slider_sec .item .product-col .product-btn {
    transform: translateY(0%);
  }
}
.home-secB .product_slider_sec .item .product-col .product-btn a {
  width: 50%;
  color: var(--white);
  padding: 10px;
}
.home-secB .product_slider_sec .item .product-col .product-btn a:first-child {
  background: var(--secondary);
}
.home-secB .product_slider_sec .item .product-col .product-btn a:last-child {
  background: #1DA9E1;
}
.home-secB .more-product-btn {
  width: 180px;
  margin: auto;
}
.home-secB .more-product-btn .animate-button {
  padding: 7px 0;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 540px) {
  .home-secB .more-product-btn .animate-button {
    padding: 3px 0;
  }
}
.home-secB .more-product-btn:hover a {
  color: var(--white);
}
.home-secB .more-product-btn a {
  padding: 7px 21px;
  color: var(--black);
}

.home-secC {
  padding: 50px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 30px 0 50px 0;
  }
}
.home-secC .heading-img {
  width: 80px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secC .heading-img {
    width: 50px;
  }
}
.home-secC .heading-img img {
  animation: wiggle 2s ease-in-out infinite;
  transform-origin: center;
}
.home-secC .heading h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .home-secC .heading h2 {
    font-size: 26px;
    max-width: 80%;
    margin: auto;
  }
}
.home-secC .best_sellers_wrapper {
  padding: 30px 0 50px;
}
@media only screen and (max-width: 540px) {
  .home-secC .best_sellers_wrapper {
    padding: 30px 0 30px;
  }
}
.home-secC .best_sellers_wrapper .bestseller_nav {
  padding-bottom: 50px;
}
.home-secC .best_sellers_wrapper .bestseller_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secC .best_sellers_wrapper .bestseller_nav ul {
    overflow-x: auto;
    gap: 30px;
    justify-content: start;
  }
}
.home-secC .best_sellers_wrapper .bestseller_nav ul li {
  position: relative;
  color: var(--text);
  padding-bottom: 5px;
  transition: 0.5s ease;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.home-secC .best_sellers_wrapper .bestseller_nav ul li.active {
  font-weight: 500;
  color: var(--secondary);
}
@media only screen and (max-width: 540px) {
  .home-secC .best_sellers_wrapper .bestseller_nav ul li.active {
    font-size: 14px;
  }
}
.home-secC .best_sellers_wrapper .bestseller_nav ul li.active::before {
  width: 100%;
}
.home-secC .best_sellers_wrapper .bestseller_nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--secondary);
  transition: 0.5s ease;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  text-align: center;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col:hover .product-btn {
  transform: translateY(0%);
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .wishlist {
  width: 22px;
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 1;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .wishlist .svg {
  transform: scale(1);
  cursor: pointer;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-img {
  width: 100%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  padding: 40px 50px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-img {
    padding: 15px;
  }
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-img:hover .product-btn {
  transform: translateY(0%);
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-img img:hover .product-btn {
  transform: translateY(0%);
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col figcaption {
  width: 100%;
  background: none;
  bottom: 0;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col figcaption .price_wrapper {
  justify-content: center;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col figcaption h6 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--black);
  padding-bottom: 20px;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col figcaption .flex {
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 14px;
  padding-bottom: 5px;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col figcaption .flex .quant {
  border-right: 1px solid var(--text);
  padding-right: 10px;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col figcaption .price {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col figcaption {
    margin-bottom: 44px;
  }
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-btn {
  transform: translateY(100%);
  transition: 0.5s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-btn {
    transform: translateY(0%);
  }
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-btn a {
  width: 50%;
  color: var(--white);
  padding: 10px;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-btn a:first-child {
  background: var(--secondary);
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .bestseller_slider .item .product-col .product-btn a:last-child {
  background: #1DA9E1;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .tabs .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .home-secC .best_sellers_wrapper .bestseller_nav_content .tabs .swiper-nav {
    display: none;
  }
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .tabs .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3490196078);
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .tabs .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .tabs .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .tabs .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.home-secC .best_sellers_wrapper .bestseller_nav_content .tabs .swiper-nav button svg path {
  fill: var(--black);
}
.home-secC .more-product-btn {
  width: 180px;
  margin: auto;
}
.home-secC .more-product-btn .animate-button {
  padding: 7px 0;
}
@media only screen and (max-width: 540px) {
  .home-secC .more-product-btn .animate-button {
    padding: 3px 0;
  }
}
.home-secC .more-product-btn:hover a {
  color: var(--white);
}
.home-secC .more-product-btn a {
  padding: 7px 21px;
  color: var(--black);
}

.home-secD {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.home-secD .D-banner {
  position: relative;
}
.home-secD .D-banner::before {
  background: none;
}
.home-secD .D-banner .bg-process {
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .bg-process {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .bg-process {
    height: 100vh;
  }
}
.home-secD .D-banner .bg-process::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../images/home/order-process-bg.png") no-repeat center;
  background-size: cover;
}
.home-secD .D-banner .banner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  translate: none;
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .container {
    padding: 0;
  }
}
.home-secD .D-banner .banner-wrapper .flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex {
    display: block;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:first-child {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:first-child {
    display: none;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:first-child .left-image {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:first-child .left-image {
    width: 30%;
    margin: auto;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child {
    width: 100%;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .heading h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .heading h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .heading h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content {
  margin: 20px 0 70px 0;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content {
    justify-content: center;
    gap: 40px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content {
    gap: 1;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box {
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box {
    position: revert;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process {
  width: 90px;
  height: 143px;
  border-radius: 50px;
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process {
    width: 118px;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .img-border {
  border: 1px solid #fff;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .img-border {
    width: 70px;
    height: 70px;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .img-border .main-img {
  width: 38px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .img-border .bag-img {
  width: 60px;
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .img-border .line:last-child {
  display: none;
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .img-border .line {
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translate(-50%, -50%);
  width: 43px;
  border: 1px dashed #FFFFFF;
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .img-border .line {
    display: none;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .text {
  position: relative;
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--white);
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .text p {
    font-weight: normal;
    font-size: 12px;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .text .max-txt {
  position: absolute;
  width: 140px;
  left: -25px;
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process .text .max-txt {
    left: -21px;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process:hover {
  cursor: pointer;
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process:hover + .process-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process:hover + .process-tooltip {
    transform: translate(-50%, -50%);
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process-tooltip {
  width: 360px;
  max-height: 150px;
  background: white;
  position: absolute;
  top: -100%;
  left: -155%;
  border-radius: 4px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process-tooltip {
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process-tooltip::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 47%;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process-tooltip::before {
    content: none;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process-tooltip h4 {
  color: var(--primary);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  max-width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .content .process-box .process-tooltip p {
  font-size: 14px;
  color: var(--text);
  text-align: center;
  line-height: 1.4;
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .btn-div {
  display: flex;
  align-content: center;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .btn-div {
    text-align: center;
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .btn-div .btn {
    height: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .btn-div .btn {
    height: 31px;
    padding: 0px 30px;
  }
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .btn-div .btn:last-child {
  background: #1DA9E1;
  color: var(--white);
}
.home-secD .D-banner .banner-wrapper .flex .flex-item:last-child .btn-div .btn:last-child:hover {
  background: #25a4d6;
}

.home-secE {
  background: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: 30px 0 40px 0;
  }
}
.home-secE .heading-img {
  width: 80px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secE .heading-img {
    width: 50px;
  }
}
.home-secE .heading-img img {
  animation: wiggle 2s ease-in-out infinite;
  transform-origin: center;
}
.home-secE .heading {
  margin-top: 10px;
}
.home-secE .heading h2 {
  color: var(--primary);
}
.home-secE .album-grid {
  display: grid;
  grid-auto-rows: 190px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-gap: 0em;
  margin: 50px 0;
}
@media only screen and (max-width: 991px) {
  .home-secE .album-grid {
    grid-auto-rows: 220px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid {
    margin: 30px 0;
    grid-auto-rows: 150px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secE .album-grid .album-box:nth-child(1) {
  order: 1;
}
.home-secE .album-grid .album-box:nth-child(2) {
  order: 2;
}
.home-secE .album-grid .album-box:nth-child(3) {
  order: 3;
}
.home-secE .album-grid .album-box:nth-child(4) {
  order: 4;
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box:nth-child(4) {
    order: 2;
  }
}
.home-secE .album-grid .album-box:nth-child(5) {
  order: 5;
}
.home-secE .album-grid .album-box:nth-child(6) {
  order: 6;
}
.home-secE .album-grid .album-box:nth-child(7) {
  order: 7;
}
@media only screen and (max-width: 991px) {
  .home-secE .album-grid .album-box:nth-child(7) {
    order: 9;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box:nth-child(7) {
    order: 7;
  }
}
.home-secE .album-grid .album-box:nth-child(8) {
  order: 8;
}
.home-secE .album-grid .album-box:nth-child(9) {
  order: 9;
}
@media only screen and (max-width: 991px) {
  .home-secE .album-grid .album-box:nth-child(9) {
    order: 11;
  }
}
.home-secE .album-grid .album-box:nth-child(10) {
  order: 10;
}
.home-secE .album-grid .album-box:nth-child(11) {
  order: 11;
}
@media only screen and (max-width: 991px) {
  .home-secE .album-grid .album-box:nth-child(11) {
    order: 13;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box:nth-child(11) {
    order: 11;
  }
}
.home-secE .album-grid .album-box:nth-child(12) {
  order: 12;
}
.home-secE .album-grid .album-box .album-grid-item {
  background: #f7f7f7;
  overflow: hidden;
  line-height: 0;
}
.home-secE .album-grid .album-box .album-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secE .album-grid .album-box {
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box {
    position: revert;
  }
}
.home-secE .album-grid .album-box .album-grid-item {
  transition: 0.2s ease;
}
.home-secE .album-grid .album-box .album-grid-item:hover + .album-item-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box .album-grid-item:hover + .album-item-tooltip {
    transform: translate(-50%, -50%);
  }
}
.home-secE .album-grid .album-box .album-item-tooltip {
  width: 360px;
  max-height: 240px;
  background: #1da9e1;
  position: absolute;
  top: -19%;
  left: 0%;
  border-radius: 4px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  z-index: 1;
}
.home-secE .album-grid .album-box .album-item-tooltip:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box .album-item-tooltip:hover {
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box .album-item-tooltip {
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
.home-secE .album-grid .album-box .album-item-tooltip::before {
  content: "";
  position: absolute;
  top: 96%;
  left: 25%;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1da9e1;
  transform: rotate(0deg);
}
@media only screen and (max-width: 540px) {
  .home-secE .album-grid .album-box .album-item-tooltip::before {
    content: none;
  }
}
.home-secE .album-grid .album-box .album-item-tooltip h4 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  max-width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.home-secE .album-grid .album-box .album-item-tooltip p {
  font-size: 14px;
  color: var(--white);
  text-align: center;
  line-height: 1.4;
}
.home-secE .album-grid .album-box:last-child .album-item-tooltip {
  top: -25%;
  left: -90%;
}
.home-secE .album-grid .album-box:last-child .album-item-tooltip::before {
  top: 97%;
  left: 85%;
}
.home-secE .two-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 30px;
}
.home-secE .two-btn .animate-button {
  padding: 7px 0px;
}
@media only screen and (max-width: 540px) {
  .home-secE .two-btn .animate-button {
    padding: 2px 0px;
  }
}
.home-secE .two-btn .animate-button:hover a {
  color: var(--white);
}
.home-secE .two-btn .animate-button a {
  padding: 8px 21px;
  font-weight: 400;
  color: var(--black);
}
.home-secE .two-btn .secondary-btn a {
  padding: 8px 21px;
  border-radius: 25px;
  background: var(--secondary);
  color: var(--white);
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secE .two-btn .secondary-btn a {
    padding: 4px 21px;
  }
}
.home-secE .two-btn .secondary-btn a:hover {
  background: var(--primary);
}

.story-secL {
  background: #fff;
  overflow: hidden;
  padding: 50px 0;
}
.story-secL .heading-img {
  width: 80px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .story-secL .heading-img {
    width: 50px;
  }
}
.story-secL .heading-img img {
  animation: wiggle 2s ease-in-out infinite;
  transform-origin: center;
}
@media only screen and (max-width: 540px) {
  .story-secL .heading {
    margin-top: 0;
  }
}
.story-secL .heading h2 {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .story-secL .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .story-secL .heading h2 {
    font-size: 24px;
    margin-top: 5px;
  }
}
.story-secL .story-slider4-part {
  padding: 0 0 50px 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .story-secL .story-slider4-part {
    max-width: 95%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .story-secL .story-slider4-part {
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .story-secL .story-slider4-part .swiper-nav {
    display: none;
  }
}
.story-secL .story-slider4-part .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3490196078);
}
.story-secL .story-slider4-part .swiper-nav button.swiper-prev {
  position: relative;
  top: 154px;
  z-index: 2;
  left: -22px;
}
.story-secL .story-slider4-part .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.story-secL .story-slider4-part .swiper-nav button.swiper-next {
  position: relative;
  z-index: 2;
  right: -94%;
  top: 154px;
}
@media only screen and (max-width: 1024px) {
  .story-secL .story-slider4-part .swiper-nav button.swiper-next {
    right: -92%;
  }
}
@media only screen and (max-width: 991px) {
  .story-secL .story-slider4-part .swiper-nav button.swiper-next {
    right: -90%;
  }
}
.story-secL .story-slider4-part .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.story-secL .story-slider4-part .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.story-secL .story-slider4-part .swiper-nav button svg path {
  fill: var(--black);
}
.story-secL .story-slider4-part .story-slider4-slider .swiper-slide .figure {
  height: 262px;
  overflow: hidden;
  border-radius: 5px;
}
.story-secL .story-slider4-part .story-slider4-slider .swiper-slide .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.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;
  }
}

.home-secF {
  height: calc(100vh - var(--headerfixed));
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secF {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-secF {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF {
    height: 50vh;
  }
}
.home-secF figure video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-secF .pin-img {
  position: absolute;
  right: 0;
  z-index: 5;
  overflow: hidden;
}
.home-secF .pin-img img {
  transform: rotate(0.8deg);
}

.home-secGG {
  padding: 50px 0;
  background: #1da9e1;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secGG {
    padding: 30px 0 50px 0;
  }
}
.home-secGG .container .heading {
  margin-bottom: 40px;
}
.home-secGG .container .heading h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
  color: white;
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .heading h2 {
    font-size: 30px;
  }
}
.home-secGG .container .content .content-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-grid .content-grid-item:last-child {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 70%;
  }
}
.home-secGG .container .content .content-grid .content-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .home-secGG .container .content .content-grid .content-grid-item {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-grid .content-grid-item {
    padding: 0;
  }
}
.home-secGG .container .content .content-grid .content-grid-item .logo {
  width: 50px;
}
.home-secGG .container .content .content-grid .content-grid-item .text p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-secGG .container .content .content-grid .content-grid-item .text p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-grid .content-grid-item .text p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
  }
}
.home-secGG .container .content .content-box {
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-box {
    position: revert;
  }
}
.home-secGG .container .content .content-box .content-grid-item:hover {
  cursor: pointer;
}
.home-secGG .container .content .content-box .content-grid-item:hover + .content-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-box .content-grid-item:hover + .content-tooltip {
    transform: translate(-50%, -50%);
  }
}
.home-secGG .container .content .content-box .content-tooltip {
  width: 290px;
  background: white;
  position: absolute;
  top: -44%;
  left: -22%;
  border-radius: 4px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-box .content-tooltip {
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
.home-secGG .container .content .content-box .content-tooltip::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 47%;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
}
@media only screen and (max-width: 540px) {
  .home-secGG .container .content .content-box .content-tooltip::before {
    content: none;
  }
}
.home-secGG .container .content .content-box .content-tooltip h4 {
  color: var(--primary);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  max-width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.home-secGG .container .content .content-box .content-tooltip p {
  font-size: 14px;
  color: var(--text);
  text-align: center;
  line-height: 1.4;
}

.home-secG {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .home-secG {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secG {
    padding: 40px 0;
  }
}
.home-secG .client-logo-slider {
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .home-secG .client-logo-slider {
    padding: 20px 0;
  }
}

.home-secH {
  padding: 50px 0;
  background: #f1f1f2;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secH {
    padding: 40px 0;
  }
}
.home-secH .heading-img {
  width: 80px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .home-secH .heading-img {
    width: 50px;
  }
}
.home-secH .heading-img img {
  animation: wiggle 2s ease-in-out infinite;
  transform-origin: center;
}
.home-secH .heading {
  margin-top: 10px;
}
.home-secH .heading h2 {
  color: var(--primary);
}
.home-secH .review-slider-part {
  padding: 50px 0;
  position: relative;
  padding: 40px 0;
}
.home-secH .review-slider-part .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .home-secH .review-slider-part .swiper-nav {
    display: none;
  }
}
.home-secH .review-slider-part .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3490196078);
}
.home-secH .review-slider-part .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.home-secH .review-slider-part .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.home-secH .review-slider-part .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.home-secH .review-slider-part .swiper-nav button svg path {
  fill: var(--black);
}
.home-secH .review-slider-part .client-review-slider .swiper-slide {
  height: 454px;
  border-radius: 15px;
  text-align: center;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.home-secH .review-slider-part .client-review-slider .swiper-slide:nth-child(3n+1) .upper-sec {
  background-color: #1DA9E1;
  height: 178px;
}
.home-secH .review-slider-part .client-review-slider .swiper-slide:nth-child(3n+2) .upper-sec {
  background-color: #A83B5C;
  height: 178px;
}
.home-secH .review-slider-part .client-review-slider .swiper-slide:nth-child(3n) .upper-sec {
  background-color: #ED5F40;
  height: 178px;
}
.home-secH .review-slider-part .client-review-slider .upper-sec .user-name p {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  width: 100%;
}
.home-secH .review-slider-part .client-review-slider .user-image {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-secH .review-slider-part .client-review-slider .user-image img {
  border-radius: 50%;
}
.home-secH .review-slider-part .client-review-slider .icon {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 35%;
  left: 84%;
  transform: translate(-50%, -50%);
}
.home-secH .review-slider-part .client-review-slider .middle-sec {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.home-secH .review-slider-part .client-review-slider .middle-sec .description-text p {
  color: var(--text);
  max-width: 80%;
  margin: auto;
  height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secH .review-slider-part .client-review-slider .middle-sec .description-text p {
    font-size: 14px;
  }
}
.home-secH .review-slider-part .client-review-slider .bottom-sec {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  color: var(--text);
}
.home-secH .review-slider-part .client-review-slider .bottom-sec .btn-btn {
  --padding: 8px;
  --height: 36px;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 1.2;
  background: var(--secondary);
  color: var(--white);
  padding: 0 var(--padding);
  transition: 0.5s ease;
  cursor: pointer;
}
.home-secH .review-slider-part .client-review-slider .bottom-sec .btn-btn:hover {
  background: #f1311b;
}
.home-secH .social-icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 540px) {
  .home-secH .social-icon-btn {
    display: grid;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .social-icon-btn .animate-button {
    margin: auto;
  }
}
.home-secH .social-icon-btn .animate-button:hover a {
  color: var(--white);
}
.home-secH .social-icon-btn .animate-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .home-secH .social-icon-btn .animate-button a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .social-icon-btn .animate-button a {
    font-size: 15px;
  }
}
.home-secH .social-icon-btn .animate-button a img {
  width: 21px;
}

.home-secI {
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secI {
    padding: 30px 0px;
  }
}
.home-secI .glimpses-swiper-sec {
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secI .glimpses-swiper-sec {
    padding: 30px 0px;
  }
}
.home-secI .glimpses-swiper-sec .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .home-secI .glimpses-swiper-sec .swiper-nav {
    display: none;
  }
}
.home-secI .glimpses-swiper-sec .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3490196078);
}
.home-secI .glimpses-swiper-sec .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.home-secI .glimpses-swiper-sec .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.home-secI .glimpses-swiper-sec .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.home-secI .glimpses-swiper-sec .swiper-nav button svg path {
  fill: var(--black);
}
.home-secI .glimpses-swiper-sec .item {
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-secI .glimpses-swiper-sec .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.28%, rgba(0, 0, 0, 0.7) 97.73%);
  z-index: 1;
}
.home-secI .glimpses-swiper-sec .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secI .glimpses-swiper-sec .item .contact {
  position: absolute;
  bottom: 25px;
  padding: 15px 24px;
  line-height: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.home-secI .glimpses-swiper-sec .item .contact .contact-name {
  color: var(--white);
}
.home-secI .glimpses-swiper-sec .item .contact .contact-name h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  padding-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secI .glimpses-swiper-sec .item .contact .contact-name h4 {
    font-size: 15px;
  }
}
.home-secI .glimpses-swiper-sec .item .contact .contact-name p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secI .glimpses-swiper-sec .item .contact .contact-name p {
    font-size: 13px;
  }
}/*# sourceMappingURL=home.css.map */