@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Noto+Kufi+Arabic:wght@100..900&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&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", serif;
  font-family: "Lato", serif;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
p{
  text-align: justify;
}

/* main */
#main {
  min-height: 85vh;
  background-color: rgb(255, 252, 248);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 4rem;
}

.color_text {
  font-weight: 600;
  font-size: 3rem;
  color: #0e198c;
}

.main_con_grp {
  position: relative;
}

.main_tle {
  font-size: 3rem;
  color: #000;
}

.main_con_grp .main_head_btn_grp .bg_btn {
  background: linear-gradient(45deg, #b701ff, #ff7e00);
  color: #fff;
  border: none;
  outline: none;
}

/* why_us */
.why_us {
  padding-top: 3rem;
  margin-top: 1.5rem;
}

    .why_us .card {
        height: 300px;
        transition: all 0.3s ease;
        background: linear-gradient(45deg, #4f4c4b, #0780d6) !important;
    }
.why_us .card .card-body .why_card_tle {
  height: 50px;
  color: #fff;
}
.why_us .card:hover {
  transform: translateY(-5px);
  box-shadow: 5px 10px 10px #44475a96;
}
.why_us .card .card-body .w_s_p {
  margin: 0;
  color: #d3d3d3;
}

.why_icon {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 20% 10% 40% 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.why_icon img {
  width: 90px;
  object-fit: contain;
  aspect-ratio: 3/2;
}
.key_c_btn {
    background: linear-gradient(45deg, #e95c53, #ee2626) !important;
    color: #fff !important;
    border: none;
    outline: none;
}
    .key_c_btn:hover,
    .key_c_btn:focus,
    .key_c_btn:active {
        background: linear-gradient(45deg, #e95c53, #ee2626) !important;
        border: none !important;
        outline: none !important;
        color: #fff !important;
    }
.lol_heading {
  font-weight: 600;
}

/* howItWork */
#howItWork {
    position: relative;
    padding-top: 3rem;
    background: linear-gradient(45deg, #ac9797a1, #f1f1f1);
}
.how_it_work {
    background: url('../FacebookLandingPage/Image/wave.svg') no-repeat bottom/contain;
}

.h_let_crd {
    min-height: 200px;
    position: sticky !important;
    top: 150px;
    z-index: 10;
    background-color: #ff12002b !important;
    border: none;
}
.h_let_crd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key_f {
  color: #fff;
}
.r-let_crd {
    background-color: transparent !important;
    border: none !important;
}

.lol_step {
  margin-bottom: 0.5rem;
}
.l_icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_icon img {
  width: 60px;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}

/* detItWork */
#detItWork {
  padding-top: 3rem;
  overflow-x: hidden;
  background: linear-gradient(45deg, #000000, #0a15c3);
  color: #fff;
  margin-top: 2rem;
}

.det_it_work .card {
  height: 400px;
  border: none;
}

.det_it_work .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}
.det_it_work .card .card-body p {
  color: #d3d3d3;
  text-align: justify;
}
.det_it_work .card .card-body h5 {
  color: #d3d3d3;
}
.det_it_work .card .card-body ul li {
  color: #d3d3d3;
}
.det_it_work .card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.det_it_work .dvd-cent img {
  width: 65%;
  height: 100%;
  object-fit: contain;
}


/* brand slider */
.brand_slider {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 2rem;
  mask-image: linear-gradient(
    to right,
    transparent,
    #ffffff 10% 90%,
    transparent
  );
  overflow-x: hidden;
}
.list {
  white-space: nowrap;
  width: 100%;
  height: 50px;
  animation: anim 15s linear infinite;
  left: 100%;
}
.list:hover {
  animation-play-state: paused;
}
.list img {
  width: 60px;
  height: 100%;
  object-fit: contain;
  margin-right: 50px;
  aspect-ratio: 3/2;
  filter: grayscale(100%);
}

@keyframes anim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* review */
.review {
  min-height: 400px;
  padding: 2rem 0;
}

.swiper {
  width: 100%;
  height: 280px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    .swiper-slide .card {
        background: linear-gradient(45deg, #0c0b3c, #595657);
        color: #fff;
        border: none;
        min-height: 275px;
    }
.cus_des {
  font-style: italic;
  color: #0ce12c;
}
.swiper-slide .card .card-body p {
  color: #d3d3d3;
  text-align: center;
}
.swiper-slide .card .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgb(1, 1, 1);
  overflow: hidden;
  margin: auto;
  margin-top: 1rem;
}
.swiper-slide .card .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.swiper-slide .card .card-body p {
  font-size: 0.8rem;
}

/* faq */
.faq {
  min-height: 300px;
  padding: 2rem 0;
}

.accordion-button:focus {
  box-shadow: none !important;
}
.accordion {
  --bs-accordion-bg: #f6f6f6;
}
.faq_col {
    padding: 0 8rem !important;
}
.accordion-button:not(.collapsed) {
  background-color: #d4d4d4;
}

.faq .accordion-body {
    font-size: .8rem;
}

/* blog */
.blog {
  min-height: 300px;
  padding: 2rem 0;
  padding-bottom: 3rem;
}
.blog .card img {
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
    .blog .card .card-body h3 {
        font-size: 1.2rem;
        font-weight: 600;
        min-height: 45px;
    }

    .blog a {
        text-decoration: none;
    }
.blog .card .card-body p {
  font-size: 0.85rem;
}

/* responsive */
@media (max-width: 920px) {
  #main {
    min-height: 60vh;
    margin-top: 6rem;
  }
  #main .row {
    flex-direction: column-reverse;
  }
  .bg-container {
    width: 100%;
    min-height: 60vh;
  }
  .main_con_grp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mobile_mt_b {
    margin-top: 2.5rem;
  }

  /* det work */
  .det_it_work {
    padding: 0;
  }

    .faq_col {
        padding: 0 1rem !important;
    }

  .det_it_work .md_c {
    height: 470px;
  }

  .det_it_work .dvd-cent img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #main {
    margin-top: 5rem;
    padding-top:1.5rem;
  }
  .main_con_grp {
    padding: 2rem 1rem;
    margin-top: 0;
  }
  .main_tle {
    font-size: 2.5rem;
  }
  .color_text {
    font-size: 2.5rem;
  }

  .template_head_title {
    padding: 0;
  }

  .md_reverse_clm {
    flex-direction: column-reverse;
  }

  /* detitwork */
  .det_it_work .sm_c {
    height: 300px;
  }
  .det_it_work .md_c {
    height: 400px;
  }

  /* footer */
  footer {
    margin-top: 0;
  }
  footer .card .card-body {
    padding: 0;
  }
  footer .row {
    gap: 20px;
  }
  .leftee_and_rightee {
    text-align: center;
    padding-bottom: 1.5rem;
  }
  .sm_center_text {
    text-align: center;
  }
}

@media (max-width: 380px) {
  .main_tle {
    font-size: 2rem;
  }
  .color_text {
    font-size: 2rem;
  }
  .main_det_t {
    font-size: 0.8rem;
  }
  .main_head_btn_grp .btn {
    font-size: 0.8rem;
  }

  .leftee_and_rightee {
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
