/* start mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .policy {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: center;
    color: #343edf;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .image img {
    width: 57rem;
    margin-top: -6rem;
    margin-left: -14.5rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-align: left;
    color: #666b6d;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blue-collar {
    text-align: center !important;
  }
  .create-profile {
    text-align: center !important;
  }
  .create-announcement {
    text-align: center !important;
  }
}
/* end mobile */

/* start Laptop or small */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .policy {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: center;
    color: #343edf;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: left;
    color: black;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 84% !important;
    height: 29.8rem !important;
    top: 0rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    display: block;
    margin: 0;
  }
  .img-fluids {
    max-width: 81% !important;
    height: auto;
    /* margin-left: 8rem !important; */
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
    display: block;
    margin: 0 auto;
  }
}
/* end Laptop or small */

/* start Desktop or large */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .policy {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: center;
    color: #343edf;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: left;
    color: black;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* end Desktop or large */

/* start Tablets or iPad */
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .policy {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: center;
    color: #343edf;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .text-content {
    font-size: 16px !important;
    text-align: justify !important;
    padding-left: 5rem !important;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: left;
    color: black;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blue-collar {
    text-align: center !important;
  }
  .create-profile {
    text-align: center !important;
  }
  .create-announcement {
    text-align: center !important;
  }
}
/* end Tablets or iPad */

/* start Extra-large */
@media only screen and (min-width: 1200px) {
  .policy {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: center;
    color: #343edf; /* Changed to blue */
    padding-top: 30px;
    padding-bottom: 10px;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: xx-large;
    text-align: left;
    color: black;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* end Extra-large */

/* Other sections */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .questions-img {
    width: 105%;
  }
}

.hero__wrappers {
  width: calc(116% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #e2effb;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .questions .card .card-header h5.hidden::before {
    content: "\f055";
  }
  .questions-img::before {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    top: 1%;
    left: 47%;
    width: 30rem;
    height: 30rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .questions-img img {
    width: 91%;
    top: 13px;
    margin-right: 2rem;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero .hero-img img {
    width: 90% !important;
    top: 0px;
    object-fit: cover !important;
  }
  .hero .hero-img::before {
    transform: scale(1) translate(-50%, 0) !important;
    left: 50% !important;
    top: 25% !important;
    width: 27rem;
    height: 27rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .hero__wrappers {
    background-color: #e2effb;
    width: calc(116% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .questions__wrapper {
    background-color: #f0f7fc;
  }
  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 16px;
    text-align: left;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 86%;
    height: 25rem;
    top: -0.4rem;
  }
  .clients-sec {
    padding: 0rem 0;
  }
  .clients-sec .section-heading {
    text-align: center;
    margin: 0px auto 7rem auto;
    width: 59%;
  }
  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 10rem 2rem;
  }
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(114% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .screenshot-slider {
    margin-left: 0px;
    width: 100%;
    margin-top: 5rem;
  }
}

/* Rest of the media queries follow similar pattern... */

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .questions-img::before {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    top: 1%;
    left: 47%;
    width: 30rem;
    height: 30rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .questions-img img {
    width: 91%;
    top: 16px;
    margin-left: -22px;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero .hero-img::before {
    transform: scale(1) translate(-50%, 0) !important;
    left: 49% !important;
    top: 20.5% !important;
    width: 27rem;
    height: 27rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .hero__wrappers {
    background-color: #e2effb;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .questions__wrapper {
    background-color: #f0f7fc;
  }
  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 16px;
    text-align: justify;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 86%;
    height: 25rem;
    top: -4.2rem;
  }
  .clients-sec .section-heading {
    text-align: center;
    margin: 0px auto 7rem auto;
    width: 59%;
  }
  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 10rem 2rem;
  }
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .screenshot-slider {
    margin-left: 25px;
    width: 100%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 760px) {
  .questions-img::before {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    top: 1%;
    left: 50%;
    width: 40rem;
    height: 40rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .questions-img img {
    width: 52%;
    top: 9px;
    left: 9px;
    margin-left: -22px;
    height: 50rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .questions {
    padding-top: 12rem;
  }
  .hero .hero-img img {
    width: 106%;
    height: 535px;
    left: 94px;
    top: 195px;
    object-fit: cover !important;
  }
  .hero .hero-img::before {
    transform: scale(1) translate(-50%, 0) !important;
    left: 49% !important;
    top: 20.5% !important;
    width: 40rem;
    height: 40rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .hero__wrappers {
    background-color: #e2effb;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .questions__wrapper {
    background-color: #f0f7fc;
  }
  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 16px;
    text-align: left;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 86%;
    height: 25rem;
    margin-top: -0.5rem !important;
  }
  .clients-sec .section-heading {
    text-align: center;
    margin: 0px auto 7rem auto;
    width: 59%;
  }
  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 10rem 2rem;
  }
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .screenshot-slider {
    margin-left: 25px;
    width: 100%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 1021px) {
  .questions-img::before {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    top: 0%;
    left: 56%;
    width: 57rem;
    height: 57rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .questions-img img {
    width: 93%;
    top: 25px;
    margin-left: -21px;
    height: 55rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero .hero-img img {
    width: 105% !important;
    left: 95px;
    top: 19.4rem;
    object-fit: cover !important;
  }
  .hero .hero-img::before {
    transform: scale(1) translate(-50%, 0) !important;
    left: 68% !important;
    top: 33.5% !important;
    width: 57rem;
    height: 57rem;
    background: linear-gradient(45deg, #86c8e6 0%, #7477e0 50%, #5fdfe1 100%);
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
    height: 94rem;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 100%;
  }
  .questions-img {
    text-align: right;
    position: relative;
  }
  .hero__wrappers {
    background-color: #e2effb;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .questions__wrapper {
    background-color: #f0f7fc;
  }
  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 16px;
    text-align: justify;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 100% !important;
    height: 30.4rem;
    margin-right: 1rem;
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
    top: 4rem !important;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  .irukka-logo {
    width: 100%;
  }
  .clients-sec {
    padding: 5rem 0 !important;
    margin-bottom: 16rem !important;
  }
  .clients-sec .section-heading {
    text-align: center;
    margin: 0px auto 7rem auto;
    width: 59%;
  }
  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 10rem 2rem;
  }
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .screenshot-slider {
    margin-left: 25px;
    width: 100%;
    margin-top: 5rem;
  }
}

/* start ipad mini */
@media only screen and (width: 768px) and (resolution: 163dpi) {
  .questions-img::before {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    top: 0%;
    left: 60%;
    width: 60rem;
    height: 60rem;
    background: linear-gradient(45deg, #343edf 0%, #6b70f5 50%, #343edf 100%);
  }
  .questions-img img {
    width: 95%;
    top: 25px;
    margin-left: -21px;
    height: 55rem;
    -o-object-fit: cover;
    object-fit: cover;
    left: 43px;
  }
  .hero .hero-img img {
    width: 91% !important;
    left: 10px;
    top: 0px;
    object-fit: cover !important;
  }
  .hero .hero-img::before {
    transform: scale(1) translate(-50%, 0) !important;
    left: 49% !important;
    top: 20.5% !important;
    width: 27rem;
    height: 27rem;
    background: linear-gradient(45deg, #86c8e6 0%, #7477e0 50%, #5fdfe1 100%);
  }
  .hero__wrappers {
    background-color: #e2effb;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .questions__wrapper {
    background-color: #f0f7fc;
  }
  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 16px;
    text-align: justify;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 86%;
    height: 25rem;
    top: -4.2rem;
  }
  .clients-sec .section-heading {
    text-align: center;
    margin: 0px auto 7rem auto;
    width: 59%;
  }
  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 10rem 2rem;
  }
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .screenshot-slider {
    margin-left: 25px;
    width: 100%;
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hero .hero-img img {
    width: 33% !important;
    left: 11px;
    top: 55px;
    object-fit: cover !important;
  }
  .questions-img img {
    width: 36%;
    top: 16px;
    margin-left: -40px;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .questions .card .card-header h5.hidden::before {
    content: "\f055";
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .questions-img img {
    width: 52%;
    top: -43px;
    left: 9px;
    margin-left: -22px;
    height: 50rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(106% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
    margin-top: 30px;
  }
  img {
    vertical-align: middle;
    border-style: none;
    padding-right: 40px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .questions-img img {
    width: 91%;
    margin-left: -22px;
    height: 28rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .hero .hero-img img {
    width: 85% !important;
    left: 10px;
    top: 0px;
    object-fit: cover !important;
  }
  .irukkaa {
    width: 57rem;
    margin-top: -6rem;
    margin-left: -14rem;
  }
}
@media only screen and (min-width: 1021px) {
  .questions__wrapper {
    width: calc(96% - 5rem);
    padding: 9rem 2rem !important;
    margin-left: 54px;
    margin-top: 3rem !important;
  }
  .p-3 {
    padding: 18rem !important;
  }
}

.quotes {
  font-family: "Font Awesome 5 Brands";
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 13px !important;
    border-radius: 10px !important;
    height: 13px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    background-color: rgb(255, 255, 255, 0.5);
  }
  .questions {
    width: 100vw !important;
    margin-top: 34rem !important;
  }
  .carousel-indicators {
    top: 34rem !important;
  }
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 13px;
  border-radius: 10px;
  height: 13px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: rgb(255, 255, 255, 0.5);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}
@media only screen and (min-device-width: 361px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 84.1% !important;
    height: 48rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
}

@media only screen and (min-width: 1021px) {
  .hero {
    width: 98.5vw !important;
    margin-top: 5rem;
  }
  .hero .hero-img img {
    width: 110% !important;
    left: 83px !important;
    top: 19.3rem !important;
    object-fit: cover !important;
  }
  .growth {
    width: 98.5vw !important;
  }
  .step {
    width: 98.5vw !important;
  }
  .questions {
    width: 98.5vw !important;
  }
  .screenshot {
    width: 98.5vw !important;
  }
  .footer {
    width: 98.5vw !important;
    margin-top: 3rem !important;
  }
  .questions-img img {
    width: 90% !important;
    top: 1.3rem !important;
    height: 55rem !important;
    object-fit: cover;
    left: 5px !;
  }
  .growth__box .content {
    width: 74% !important;
    background-color: white;
    position: relative;
    border-radius: 2rem;
    padding: 3.7rem 6.2rem 2.5rem 4rem;
  }
  .clients-sec {
    width: 100vw !important;
    height: auto !important;
    padding: 0rem 0px !important;
    margin: 0rem !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hero .hero-img img {
    width: 86% !important;
    left: 26px !important;
    top: 2px !important;
    object-fit: cover !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .questions .card .card-header h5.hidden::before {
    content: "\f055";
  }
  .questions-img::before {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    top: 1%;
    left: 47%;
    width: 30rem;
    height: 30rem;
    background: linear-gradient(45deg, #2a32c7 0%, #6b70f5 50%, #2a32c7 100%);
  }
  .questions-img img {
    width: 91%;
    top: 16px;
    margin-left: -22px;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero .hero-img img {
    width: 90% !important;
    /* height: 31rem; */
    left: 10px;
    top: 0px;
    object-fit: cover !important;
  }
  .hero .hero-img::before {
    transform: scale(1) translate(-50%, 0) !important;
    left: 50% !important;
    top: 20.5% !important;
    width: 32rem;
    height: 32rem;
    background: linear-gradient(45deg, #2a32c7 0%, #6b70f5 50%, #2a32c7 100%);
  }
  .hero__wrappers {
    background-color: #e2effb;
    width: calc(116% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .questions__wrapper {
    background-color: #f0f7fc;
  }
  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 16px;
    text-align: justify;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 86%;
    height: 25rem;
    /* top: -4.2rem; */
  }
  .clients-sec .section-heading {
    text-align: center;
    margin: 0px auto 7rem auto;
    width: 59%;
  }
  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 10rem 2rem;
  }
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(114% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .screenshot-slider {
    margin-left: 0px;
    width: 100%;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hero .hero-img img {
    width: 58% !important;
    left: 25px !important;
    top: 52px !important;
    object-fit: cover;
  }
  .image img {
    transform: scale(0.9);
    margin: 0 auto !important;
    width: 58rem !important;
    margin-top: -8rem !important;
    margin-left: 2.5rem !important;
  }
  .questions-img img {
    width: 58% !important;
    top: -43px !important;
    left: 29px !important;
    margin-left: -22px !important;
    height: 50rem !important;
    object-fit: cover;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .hero .hero-img img {
    width: 62% !important;
    max-width: none;
    text-align: center;
    margin-left: auto !important;
    height: auto;
    height: initial;
    top: 21px;
  }

  .questions-img img {
    width: 78% !important;
    max-width: none;
    text-align: center;
    margin-left: auto !important;
    margin-top: rem;
  }
}

@media only screen and (min-width: 1200px) {
  .swiper-slide img {
    width: 77% !important;
    margin: auto;
    height: 80vh;
    max-width: none;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-heading {
    width: 80% !important;
  }
  p {
    margin-top: 0;
    margin-bottom: 0rem;
  }
}
.footer__wrapper {
  line-height: 1.3;
}

.image img {
  width: 100% !important;
  max-width: none;
  text-align: center;
  margin-right: auto !important;
  display: block !important;
}

.preloader img {
  height: 10rem;
}
.notes {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #474b4c;
  margin: 3.6rem 0 3.5rem 0;
}
.notes span {
  font-weight: 700;
}
.note {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #666b6d;
}
.ytdefer {
  width: 100%;
  height: 100%;
}
.header__logo img {
  height: 50px;
}
.blue-collar {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #666b6d;
}
.create-profile {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #666b6d;
}
.create-announcement {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #666b6d;
  height: 16rem;
}
.paragraph dark {
  text-align: center;
}
.footer-content {
  font-size: 1.6rem;
  line-height: 3rem;
  width: 76%;
  margin-bottom: 3rem;
  margin-left: 4rem;
}
.carousel-indicators {
  top: 20rem;
}
.carousel-content {
  text-align: left;
  color: #ffff;
}
.feedback-cityname {
  margin-top: 1rem;
  color: #ffff;
  font-size: 15px;
  margin-left: 11rem;
}
.swiper-slide img {
  height: 100%;
  margin: auto;
}
.screenshot {
  margin-top: 30px;
}
.footer__info--logo img {
  height: 7.6rem;
}
.logo-image {
  bottom: 4rem;
}
.button-content h6 apple-color {
  color: yellow;
}
.questions-img hero-img img {
  border-radius: 10px;
}

.paragrap {
  font-size: 25px;
}

.paragraph-sub-content {
  font-size: 16px;
  text-indent: 5rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .paragraph-content {
    font-size: 16px !important;
    text-align: justify !important;
  }
  .text-content {
    font-size: 16px !important;
    text-align: justify !important;
    padding-left: 1rem !important;
  }
  .carousel-inner {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    margin-top: 0rem !important;
  }
  .create-announcement {
    height: 31rem !important;
  }
  .swiper-slide img {
    width: 100% !important;
    margin: auto;
    max-width: none;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .new-video {
    width: 90% !important;
    margin-bottom: 6rem !important;
    margin-left: 2rem !important;
    border-radius: 3rem !important;
  }
}
.fa-3x {
  font-size: 2rem;
  padding-left: 1rem;
  background: conic-gradient(
      from -45deg,
      #ea4335 110deg,
      #4285f4 90deg 180deg,
      #34a853 180deg 270deg,
      #fbbc05 270deg
    )
    73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.paragraph.dark {
  color: #666b6d;
  text-align: left;
}
.easy-to {
  font-size: 1.6rem;
  line-height: 3rem;
}
.screenshot-slide {
  opacity: 5;
}

.color-black {
  width: 80% !important;
  margin-top: 3rem !important;
}

@media only screen and (min-width: 1024px) {
  .paragraph-content {
    font-size: 16px !important;
    text-align: justify !important;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .carousel-wrapper {
    margin-top: 3rem !important;
    width: calc(100% - 10rem) !important;
    margin-left: 0rem !important;
    border-radius: 3rem !important;
    padding-left: 10px;
  }
  .feedback-content {
    padding-left: 7rem !important;
  }
  .video-play {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }
  .carousel {
    margin-bottom: 5rem !important;
  }
  .img-fluids {
    border-top-left-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
    margin-left: 1.6rem;
    margin-top: 5rem !important;
    display: block;
    border-color: #000;
    border-width: 10em;
  }
  .paragraph-sub-content {
    padding-left: 5% !important;
  }
  .paragraph-content {
    padding-left: 5% !important;
  }
  .text-content {
    font-size: 16px !important;
    text-align: justify !important;
    padding-left: 5rem !important;
  }
  .footer__info--logo {
    margin-bottom: 3rem !important;
  }
  .hero .main-heading {
    font-size: 6rem !important;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.4rem;
    width: 100%;
    padding-top: 50px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .video-play {
    left: 10rem !important;
  }
  .carousel {
    margin-right: 1rem !important;
  }
  .img-fluids {
    max-width: 80% !important;
    height: auto;
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
    display: block;
    margin: 0 auto;
  }
  .hero .main-heading {
    font-size: 6rem !important;
    text-align: center !important;
    margin-top: 3rem !important;
    margin-left: 3rem !important;
  }
  .hero .hero-img img {
    width: 67% !important;
    max-width: none;
    text-align: center;
    margin-left: auto !important;
    height: auto;
    height: initial;
    top: 21px;
  }
  .questions-img img {
    width: 82% !important;
    max-width: none;
    text-align: center;
    margin-left: auto !important;
    height: 28rem !important;
    object-fit: cover;
  }
}
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body {
  font-family: "Roboto", sans-serif;
  color: #444444;
}
a {
  color: #ff7013;
  text-decoration: none;
}
.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  margin-top: 35px;
  z-index: 100;
  background: #2980b9;
  border: 5px solid white;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 6px;
}
.hamburger-menu-button-open::after {
  bottom: 6px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.ham-menu {
  position: absolute;
  top: 42px;
  left: 48px;
  margin: auto;
  max-width: 570px;
  overflow: hidden;
}
.ham-menu ul {
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  background-color: #3896d3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.ham-menu ul {
  font-size: 0;
}
.ham-menu ul li {
  display: inline-block;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
  padding: 15px;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}
.ham-menu ul li.active a,
.ham-menu ul li a:hover {
  background-color: #2980b9;
  color: #fff !important;
}

.swiper-container {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
}

.swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5);
}

@media only screen and (min-width: 480px) and (max-width: 760px) {
  .img-fluids {
    max-width: 81.5% !important;
    height: auto;
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
    display: block;
    margin: 0 auto;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 85% !important;
    height: 40rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    top: -5.2rem !important;
  }
  .blue-collar {
    text-align: center !important;
  }
  .create-profile {
    text-align: center !important;
  }
  .create-announcement {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 100% !important;
    height: 26rem;
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
    display: block;
    margin: 0;
  }
  .blue-collar {
    text-align: center !important;
  }
  .create-profile {
    text-align: center !important;
  }
  .create-announcement {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 100% !important;
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
    top: 5rem !important;
    display: block;
    margin: 0;
  }
}
.contact-us {
  padding: 15rem 0;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #f6f6f6;
}
.form-control {
  border-radius: 0.5rem;
  background-color: #f6f6f6;
  height: 4rem;
  font-size: medium;
}
.submit-button {
  width: 30%;
  height: 5rem;
  border-radius: 1rem;
  font-size: medium;
  background-color: #007bff !important; /* Blue color */
  border-color: #007bff !important; /* Blue border */
  margin-top: 2rem !important;
}

.d-grid {
  text-align: center;
}
.contactimg {
  width: inherit;
  height: 27rem;
  margin-top: 4rem;
}
.flipart {
  width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .d-flex {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .flipart {
    width: 100% !important;
  }
}

.credits {
  display: flex;
  justify-content: center;
  font-size: larger;
  color: #707577;
  margin-top: 5rem;
}
.address {
  display: flex;
  justify-content: center;
  color: #707577;
}
.addressBox {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.addressContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.addressContainer .contactInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.addressContainer .contactInfo .box {
  position: relative;
  padding: 20px 0;
  display: flex;
}
.addressContainer .contactInfo .box .icon {
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}
.addressContainer .contactInfo .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}
.addressContainer .contactInfo .box .text h3 {
  font-weight: 500;
  color: #007bff;
}
.addressContainer .contactInfo .box .text p {
  font-size: large;
  text-align: left;
  word-break: break-all;
  color: #666b6d;
}

@media (min-width: 100px) and (max-width: 400px) {
  .addressContainer .contactInfo .box .text p {
    font-size: small;
    text-align: left;
    word-break: break-all;
    color: #666b6d;
  }
}

@media (min-width: 913px) and (max-width: 1600px) {
  .customHeight {
    height: 29.8rem !important;
    left: 47% !important;
  }
}

.carousel-video-indicators {
  top: 29rem;
}
@media (min-width: 375px) and (max-width: 414px) {
  .carousel-video-indicators {
    top: 16rem !important;
  }
  .customHeight {
    left: 48.8% !important;
  }
}
.image-slider {
  width: min-content !important;
  height: min-content !important;
}
.centered {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100px !important;
  height: 100px !important;
}
.centered-review {
  top: 50%;
  left: 60%;
  text-align: center;
  line-height: 3rem;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 80%;
}
.centered-review p {
  font-size: calc(100% + 0.7vw);
  color: #fff;
  font-weight: 550;
}
@media (min-width: 340px) and (max-width: 360px) {
  .customHeight {
    width: 84.4% !important;

    height: 48rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    left: 48.7% !important;
  }
  .carousel-video-indicators {
    top: 14rem !important;
  }
}
@media (min-width: 800px) and (max-width: 820px) {
  .customHeight {
    left: 50% !important;
  }
}

@media only screen and (min-width: 761px) and (max-width: 768px) {
  .questions-img::before {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    top: 1%;
    left: 50%;
    width: 40rem;
    height: 40rem;
    background: linear-gradient(45deg, #2a32c7 0%, #6b70f5 50%, #2a32c7 100%);
  }
  .questions-img img {
    width: 52%;
    top: 9px;
    left: 9px;
    margin-left: -22px;
    height: 50rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .questions {
    padding-top: 12rem;
  }
  .hero .hero-img img {
    width: 106%;
    height: 535px;
    left: 94px;
    top: 195px;
    object-fit: cover !important;
  }
  .hero .hero-img::before {
    transform: scale(1) translate(-50%, 0) !important;
    left: 49% !important;
    top: 20.5% !important;
    width: 40rem;
    height: 40rem;
    background: linear-gradient(45deg, #2a32c7 0%, #6b70f5 50%, #2a32c7 100%);
  }
  .hero__wrappers {
    background-color: #e2effb;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .questions__wrapper {
    background-color: #f0f7fc;
  }
  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 16px;
    text-align: left;
  }
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 79.7% !important;
    height: 25rem;
    margin-top: -0.5rem !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    top: -5.2rem !important;
    left: 47.5%;
  }
  .clients-sec .section-heading {
    text-align: center;
    margin: 0px auto 7rem auto;
    width: 59%;
  }
  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 10rem 2rem;
  }
  .screenshot__wrapper {
    background-color: #f0f7fc;
    margin: 0 auto;
    overflow: visible;
    padding: 6rem 0;
    width: calc(100% - 10rem);
    margin: 0 auto;
    border-radius: 3rem;
  }
  .screenshot-slider {
    margin-left: 25px;
    width: 100%;
    margin-top: 5rem;
  }
  .img-fluids {
    max-width: 81.5% !important;
    height: auto;
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 10rem !important;
    display: block;
    margin: 0 auto;
  }

  .blue-collar {
    text-align: center !important;
  }
  .create-profile {
    text-align: center !important;
  }
  .create-announcement {
    text-align: center !important;
  }
}

.dual-sliders {
  margin-bottom: 33%;
}
.img-slider {
  position: relative;
  width: 75%;
  margin-top: 6rem;
  margin-left: 5rem;
  background: #fff;
}
.review-slider {
  position: relative;
  width: 75%;
  margin-top: 6rem;
  margin-left: 1rem;
  background: #fff;
}
.img-slider .slide {
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0.3% at 0 52%);
}
.review-slider .review-slide {
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0.3% at 0 52%);
}

.img-slider .slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 0.2s;
}
.review-slider .review-slide.actived {
  clip-path: circle(150% at 0 50%);
  transition: 0.2s;
}
.img-slider .slide img {
  z-index: 1;
  width: 120%;
  border-radius: 2rem;
}
.review-slider .review-slide img {
  z-index: 1;
  width: 120%;
  border-radius: 2rem;
}

.img-slider .navigator {
  z-index: 2;
  position: absolute;
  display: flex;
  left: 60%;
  transform: translateX(-50%);
  top: 1%;
  margin-top: 60%;
}

.review-slider .review-navigator {
  z-index: 2;
  position: absolute;
  display: flex;
  left: 45%;
  top: 1%;
  margin-top: 60%;
}
.img-slider .navigator .radio-button {
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.review-slider .review-navigator .review-radio-button {
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.img-slider .navigator .radio-button.active {
  background: #fff;
}

.review-slider .review-navigator .review-radio-button.actived {
  background: #fff;
}

@media (max-width: 915px) {
  .img-slider .slide img {
    z-index: 1;
    width: 100%;
    border-radius: 5rem;
  }
  .review-slider .review-slide img {
    z-index: 1;
    width: 100%;
    border-radius: 2rem;
  }

  .img-slider .navigator {
    z-index: 2;
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
    margin-top: 50% !important;
  }

  .review-slider .review-navigator {
    z-index: 2;
    position: absolute;
    display: flex;
    left: 35%;
    top: 1%;
    margin-top: 50%;
  }
  .img-slider .navigator .radio-button {
    background: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .review-slider .review-navigator .review-radio-button {
    background: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .centered-review {
    left: 50%;
  }
  .centered {
    left: 50%;
    height: 71px;
    width: 70px;
  }
  .img-slider .slide img {
    width: 100%;
    border-radius: 2rem;
  }
  .review-slider .review-navigator {
    left: 25%;
  }
}

.bg-slider {
  position: relative;
  width: 800px;
  height: 500px;
  margin-top: 6rem;
  margin-left: 5rem;
  background: #fff;
}

.bg-slider .bg-slide {
  z-index: 1;
  position: absolute;
  width: 100%;
}

.bg-slider .bg-slide .info {
  position: absolute;
  top: 0;
  padding: 15px 30px;
}
.bg-slider .bg-slide .info p {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  width: 60%;
  padding: 10px;
  border-radius: 4px;
}

@media (max-width: 820px) {
  .img-slider {
    width: 100%;
    margin-top: 6rem;
    margin-left: 8%;
    margin-right: auto;
  }
  .review-slider {
    width: 90%;
  }
  .img-slider .navigator {
    bottom: 0 !important;
    margin-top: 50% !important;
    top: 1%;
    left: 45%;
  }
  .img-slider .navigator .radio-button {
    width: 10px;
    height: 10px;
    margin: 8px;
  }
  .img-slider .slide img {
    width: 100%;
    border-radius: 2rem;
  }
  .centered {
    left: 46%;
    height: 80px;
    width: 80px;
  }
  .review-slider .review-slide img {
    width: 100%;
    border-radius: 2rem;
  }
  .centered-review p {
    font-size: calc(100% + 0.2vw);
  }
  .review-slider .review-navigator {
    bottom: 0;
    margin-top: 48%;
    top: 1%;
  }
  .dual-sliders {
    margin-bottom: 30%;
  }
}
@media (max-width: 770px) {
  .img-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 6rem;
    margin-left: 2rem;
  }
  .img-slider .navigator {
    bottom: 25px;
  }
  .img-slider .navigator .radio-button {
    width: 10px;
    height: 10px;
    margin: 8px;
  }
  .img-slider .slide img {
    z-index: 1;
    width: 100%;
    border-radius: 0rem;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 18%;
    border-top-right-radius: 18%;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px !important;
    height: 60px !important;
  }
  .review-slider {
    width: 100%;
    margin-left: 0;
  }
  .dual-sliders {
    margin-bottom: 22%;
  }
  .review-slider .review-navigator {
    bottom: 0;
    margin-top: 44%;
    top: 1%;
    left: 45%;
  }
  .review-slider .review-slide img {
    border-radius: 0rem;

    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 18%;
    border-top-right-radius: 18%;
  }
}
@media (max-width: 915px) {
  .img-slider {
    width: 90%;
    margin-left: 4rem;
  }
  .img-slider .navigator {
    bottom: 0;
    top: 1%;
    margin-top: 50%;
  }
  .review-slider {
    width: 90%;
    margin-left: 0rem;
  }
  .review-slider .review-navigator {
    bottom: 0;
    top: 1%;
    margin-top: 50%;
  }
  .dual-sliders {
    margin-bottom: 30%;
  }
}
@media (width: 720px) and (height: 540px) {
  .review-slider {
    margin-left: 4rem;
  }
  .review-slider .review-slide img {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 11%;
    border-top-right-radius: 11%;
  }
  .img-slider {
    margin-bottom: 30rem;
  }
  .centered-review p {
    font-size: calc(100% + 1.2vw);
  }
  .dual-sliders {
    margin-bottom: 35%;
  }
  .img-slider .slide img {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 11%;
    border-top-right-radius: 11%;
  }
}
@media (max-width: 620px) {
  .img-slider {
    width: 400px;
  }
  .img-slider .navigator {
    bottom: 15px;
  }
  .img-slider .navigator .radio-button {
    width: 8px;
    height: 8px;
    margin: 6px;
  }
}
@media (min-width: 360px) and (max-width: 393px) {
  .img-slider {
    margin-left: 0rem;
  }
}
@media (min-width: 360px) and (max-width: 415px) {
  .img-slider .slide img {
    border-radius: 2rem;
  }
  .img-slider .navigator {
    bottom: 25px !important;
  }
  .img-slider .navigator {
    left: 56%;
  }
  .review-slider {
    width: 90%;
    margin-left: 2rem;
    height: 0;
  }
  .review-slider .review-slide img {
    border-radius: 3rem;
  }
  .review-slider .review-navigator .review-radio-button {
    width: 8px;
    height: 8px;
  }
  .centered-review p {
    font-size: calc(100% + 0.1vw);
  }
  .review-slider .review-navigator {
    top: 0;
    bottom: 0;
    margin-top: 50%;
    left: 30%;
  }
}
@media (max-width: 545px) {
  .img-slider {
  }
  .slide {
    margin-left: 4rem;
  }
}
@media (max-width: 420px) {
  .img-slider {
    width: 320px;
    height: 200px;
  }
  .img-slider .navigator {
    bottom: 10px;
  }
}
@media (max-width: 280px) {
  .img-slider .slide img {
    width: 75%;
    border-radius: 2rem;
    margin-left: 0rem;
    left: 12rem;
  }
}
.testimonial-container {
  position: relative;
  left: 1%;
}

.testimonial-box {
  width: 75%;
  position: relative;
  margin-top: 6rem;
}

.testimonial-text {
  background: #23e5df;
  color: #fff;
  height: 27em;
  position: relative;
  border-radius: 5rem;
}

.user-text {
  width: 80%;
  text-align: center;
  line-height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.user-text.active-text {
  display: block !important;
  animation: moveleft 0.5s linear forwards;
}
.user-text p {
  font-size: calc(100% + 0.7vw);
  color: #fff;
}
.testimonial-button {
  bottom: 1rem;
  position: absolute;
  display: flex;
  left: 15rem;
}
@keyframes moveleft {
  0% {
    margin-left: 50px;
  }
  100% {
    margin-left: 0px;
  }
}
.review-button {
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.review-button.active-button {
  background: #fff;
}
@media (min-width: 360px) and (max-width: 512px) {
  .testimonial-container {
    left: 0%;
    display: block;
  }
  .testimonial-text {
    width: 35rem;
    margin-left: 4rem;
  }
  .testimonial-button {
    left: 13rem;
  }
}

@media (min-width: 720px) and(max-width:822px) {
  .testimonial-container {
    left: 5%;
  }
  .testimonial-button {
    margin-left: 22rem;
    left: 0;
  }
}

@media (min-width: 900px) and (max-width: 1010px) {
  .centered-review p {
    font-size: calc(100% + 0.1vw);
    color: #fff;
  }
}

.invite-logo {
  padding: 30% !important;
  margin: 20% !important;
}

.invite-logo::before {
  width: 10rem !important;
  height: 10rem !important;
  margin-top: 30% !important;
  content: "L";
}

.invite-notes {
  margin: 0 !important;
}

#invite {
  padding-bottom: 10% !important;
}
.hero-top-logo {
  position: absolute;
  top: 70%;
}

.avatar-number {
  width: 10rem !important;
  height: 10rem !important;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  line-height: 10rem;
  text-align: center;
  background: linear-gradient(
    45deg,
    #2a32c7 0%,
    #6b70f5 50%,
    #2a32c7 100%
  ); /* Blue gradient */
  display: inline-block;
  filter: drop-shadow(
    0px 30px 20px rgba(42, 50, 199, 0.4)
  ); /* Adjusted drop-shadow to match the blue theme */
  -webkit-filter: drop-shadow(0px 30px 20px rgba(42, 50, 199, 0.4));
  -moz-filter: drop-shadow(0px 30px 20px rgba(42, 50, 199, 0.4));
}

.avatar-div {
  padding: 15%;
  text-align: center;
  text-transform: uppercase;
}
