@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=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=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Poppins", system-ui;
  /* font-family: "Raleway", serif; */
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

h1,
h2,
h3,
h4 {
  color: #191919;
  text-transform: capitalize;
}

p {
  margin-bottom: 0;
}

.bgPrimary {
  background: #ef4a68;
}

.primaryColor {
  color: #ef4a68;
}

#topSection {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.phn.d-flex {
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
}

.phn.d-flex svg {
  margin-right: 10px;
}

#banner {
  background-image: url("../assets/Banner-1.webp");
  background-size: cover;
  width: 100%;
  height: 600px;
  background-position: center;
  position: relative;
}

/* #banner .bannerContent span {
    left: 50%;
}

#banner .bannerContent .primaryBtn:hover span {
    left: 59%;
}

section#videoSec span {
    left: 90%;
}

section#videoSec .primaryBtn:hover span{
    left: 92.5%;
}

section#videoSec .primaryBtn:hover{
    padding: 10px 40px 10px 15px;
}

section#parallax span {
    left: 53%;
}

section#parallax .primaryBtn:hover span{
    left: 55%;
} */

/* #banner::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content:'';
    background: #3333339e;
    top: 0;
}  */

#banner .bannerContent {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 26%;
  z-index: 1;
  width: 35%;
}

/* #banner .bannerContent h1, #banner .bannerContent h4{
    color: #fff !important;
} */

.primaryBtn {
  background: #ef4a68 !important;
  padding: 10px 15px;
  border: transparent;
  margin-top: 15px;
  border-radius: 2px;
  transition: 0.3s;
}

.primaryBtn span {
  display: none;
}

.primaryBtn:hover,
.secondaryBtn:hover {
  background: #df3756 !important;
  padding: 10px 15px;
  transform: translateY(-10px) !important;
}

/* .primaryBtn:hover span, .secondaryBtn:hover span {
    opacity: 1;
    left: 75%;
}

.primaryBtn span, .secondaryBtn span {
    opacity: 0;
    transition: all 0.3s;
    padding-left: 5px;
    position: absolute;
    left: 63%;
} */

.secondaryBtn {
  background: #ef4a68 !important;
  padding: 10px 15px;
  border: transparent;
  margin-top: 15px;
  border-radius: 2px;
  transition: 0.3s;
  color: #fff;
}

#problemSec {
  background-image: url("../assets/problemBg3.webp");
  background-size: cover;
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  padding: 100px;
}

.pad-80 {
  padding: 80px 0;
}

svg.feather.feather-play-circle {
  border-radius: 50%;
  stroke: #fff;
  width: 30px;
  height: 30px;
  margin: 0;
  padding-left: 2px;
}

section#videoSec button.a {
  border: transparent;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0px;
}

section#challenge .card img {
  width: 60px;
}

section#challenge {
  background: #f4f4f4;
}

.allchallenge .row.g-0 {
  align-items: center;
}

.allchallenge .row.g-0 .col-md-2 {
  text-align: center;
}

.allchallenge .card.h-100 .card-body ul {
  margin: 0;
  font-size: 14px;
  padding: 0 0 0 20px;
}

.allchallenge .card.h-100 {
  padding: 30px 30px 0;
}

.allchallenge .card.h-100 .card-body {
  padding: 20px 0 0;
}

section#parallax {
  background: #111;
  color: #fff;
  background-image: url(../assets/formParallax.webp);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 0;
}

button#submitBtn {
  background: #3d3d3d !important;
  width: 100%;
  color: #fff;
  text-align: center;
  align-items: center;
  align-content: center;
}

section#parallax:after {
  position: absolute;
  content: "";
  background: #202020cf;
  width: 100%;
  height: 100%;
  top: 0;
}

section#parallax .container.text-center {
  z-index: 1;
  position: relative;
}

form.ctmForm input.form-control,
form.ctmForm select.form-control,
#formModal input.form-control,
#formModal select.form-control {
  border-radius: 2px;
  font-size: 13px;
  height: 45px;
  width: 100%;
}

.formModals .form-control {
  border-radius: 2px;
  font-size: 13px;
  height: 45px;
  width: 100%;
}

form#popupForm .mb-3.select {
  position: relative;
}

form#popupForm .mb-3.select svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

form.ctmForm .mb-3 {
}

form#contactForm {
  padding: 1px 35px 30px;
  height: auto;
  width: 80%;
  left: 13%;
  position: relative;
  /* background: #333; */
}

.allFields {
  width: 100%;
  margin: 30px auto 0;
}

.allFields svg.feather.feather-chevron-down {
  position: absolute;
  top: 63.5%;
  color: #363737;
  right: 14%;
  width: 20px;
}

#services img.card-img-top {
  width: 60px;
  margin: 30px auto 0;
  transition: 0.4s;
}

#services .card {
  position: relative;
  padding: 25px;
  height: 100%;
  border: 1px solid #ededed;
  border-bottom: 5px solid #ef4a68;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 4px 30px 0px rgba(71, 117, 192, 0.1);
}

#services .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ef4a68;
  transition: height 0.4s ease-in-out;
  z-index: 0;
}

#services .card:hover::before {
  height: 100%;
}

#services .card .card-body {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease-in-out;
}

#services .card:hover .card-body {
  color: white;
}

#services .card:hover img {
  filter: brightness(0) invert(1);
}

#whySec {
  background-image: url("../assets/whyBG.webp");
  background-size: cover;
  width: 100%;
  height: 700px;
  background-position: top;
  position: relative;
  background-attachment: fixed;
}

.mt-50 {
  margin-top: 120px;
}

.whyContent {
  background: #242424de !important;
  padding: 60px 100px 50px 60px !important;
  border-left: 5px solid #ef4a68;
}

.whyContent ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

.whyContent ul {
  padding: 15px 15px 0;
}

.whyContent ul li strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.accordion-body {
  font-weight: 500 !important;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #ef4a68;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

#testimonials,
#testimonials1 {
  position: relative;
  background-image: url(../assets/ParallaxTexture.png);
}

#testimonials:after,
#testimonials1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  background-color: #f4f4f4;
  top: 0;
  z-index: -1;
  background-image: url(../assets/testimonialsBG.webp);
  background-image: -webkit-linear-gradient(
    -75deg,
    #f44336 0%,
    rgb(216 50 106) 100%
  );
  opacity: 0.8;
}

#testimonials1:after {
  height: 100%;
}

section#testimonials1 .toolkitDetails {
  position: relative;
}

section#testimonials1 .toolkitDetails {
  position: relative;
}

section#testimonials1 .toolkitDetails:after {
  position: absolute;
  content: "";
  border-right: 2px dashed #ddd;
  width: 2px;
  height: 100%;
  top: 0;
  right: 25px;
}

section#testimonials1 .col:last-child .toolkitDetails:after {
  content: none;
}

.clientDetails {
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  left: 24%;
}

.clientDetails h3 {
  color: #fff;
  margin-bottom: 0;
}

div#videoModal1 video,
div#videoModal2 video {
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.video-container {
  position: relative;
  height: 400px;
  border-radius: 10px;
}

.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.play-button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.ripple {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rippleEffect 2s infinite ease-out;
}

.ripple:nth-child(2) {
  animation-delay: 0.5s;
}

.ripple:nth-child(3) {
  animation-delay: 1s;
}

/* .video-container:after {
    content: "";
    height: 100%;
    width: 95%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 0;
} */

.overlay {
  background: #0000004f;
  width: 94.5%;
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  border-radius: 10px;
  left: 11px;
}

@keyframes rippleEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.error {
  color: #ffedf0;
  font-size: 14px;
  text-align: left;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  /* border-color: transparent; */
  outline: 0;
  box-shadow: none;
}

section#footerCTA {
  background-image: url(../assets/testimonialsBG.webp);
}

section#footerCTA a span {
  left: 55%;
}

section#footerCTA a:hover span {
  left: 58%;
}

section#caseStudy .card-body {
  padding: 30px 30px 100px;
  text-align: center;
}

section#caseStudy .card h5.card-title {
  color: #fff !important;
  z-index: 1;
  position: relative !important;
  top: 60%;
  font-size: 16px;
  width: 85%;
  margin: 0 auto;
  line-height: 22px;
}

section#caseStudy .card p.card-text {
  color: #fff;
  z-index: 1;
  position: relative;
  display: none !important;
}

section#caseStudy .card.bgPrimary {
  color: #fff;
}

section#caseStudy .card {
  background: url(../assets/LeadershipBanner.png);
  width: 100%;
  border-radius: 10px;
  height: 300px !important;
  transition: 0.3s;
  background-size: cover !important;
}

section#caseStudy .card.case2 {
  background: url(../assets/PlatformBanner.png);
  background-position: right;
}

section#caseStudy .card.case3 {
  background: url(../assets/WaterManagementBanner.png);
  background-position: right;
}

section#caseStudy .card.case4 {
  background: url(../assets/FieldForceBanner.png);
  background-position: right;
}

section#caseStudy .card.case5 {
  background: url(../assets/FoodBanner.png);
  background-position: right;
}

section#caseStudy .card.case6 {
  background: url(../assets/DeafUsersBanner.png);
  background-position: center;
}

section#caseStudy .card.case7 {
  background: url(../assets/SocialNetworkingBanner.png);
  background-position: left;
}

section#caseStudy .card:before {
  position: absolute;
  background: #242424c9;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
}

section#caseStudy .card .primaryBtn,
section#caseStudy .card .secondaryBtn {
  position: absolute;
  margin: 0 auto;
  left: 30%;
  bottom: 30px;
  opacity: 0;
  font-size: 13px;
}

section#caseStudy .card:hover .primaryBtn,
section#caseStudy .card:hover .secondaryBtn {
  opacity: 1;
  bottom: 70px;
}

section#caseStudy .card:hover .primaryBtn,
section#caseStudy .card:hover .secondaryBtn {
  background: #db3150;
  padding: 10px 15px;
}

section#caseStudy .card:hover .primaryBtn span,
section#caseStudy .card:hover .secondaryBtn span {
  opacity: 1;
  left: 75%;
}

section#caseStudy .card:hover,
section#caseStudy .card:hover {
  cursor: pointer;
}

section#videoSec .card {
  transition: 0.3s;
  box-shadow: 0px 4px 30px 0px rgba(71, 117, 192, 0.21);
  border: transparent;
  margin-bottom: 20px;
}

section#videoSec .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

section#ctmAccordio .accordion-button {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 20px;
}

section#ctmAccordio .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ddd !important;
}

#carouselExample {
  background: url(../assets/LAPTOP.png);
  width: 100%;
  border-radius: 10px;
  height: 650px !important;
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

#carouselExample .carousel-inner {
  position: relative;
  width: 63%;
  overflow: hidden;
  margin: 0 auto;
  top: 16%;
}

#carouselExample .carousel-item img {
  margin: 45px auto 0;
}

button.carousel-control-prev span.leftarrow {
  right: -15%;
  position: absolute;
}

button.carousel-control-next span.rightarrow {
  left: -15%;
  position: absolute;
}

button.carousel-control-prev svg,
button.carousel-control-next svg {
  color: #454545;
}

section#laptopSec .para-heading.ps-3 {
  padding-top: 128px;
}

.ctmBG {
  background: #ef4a68;
  width: 60%;
  height: 89.1%;
  display: block;
  position: absolute;
  left: 0;
}

section#testimonials1::after {
  background-image: -webkit-linear-gradient(-75deg, #333 0%, #111 100%);
}

#carouselExample .carousel-inner .downloadbtnsec.text-center {
  margin: 150px 50px 0;
}

.downloadbtnsec.text-center button {
  font-size: 12px;
}

#carouselExample h2.primaryColor {
  font-size: 22px;
  font-weight: 600;
}

#carouselExample p {
  font-size: 11px;
}

form#downloadForm label.form-label {
  font-size: 14px;
  margin-bottom: 0;
}

form#downloadForm .form-control {
  border-radius: 2px;
  font-size: 13px;
  height: 45px;
  width: 100%;
}

div#downloadModal {
  top: 10%;
}

.downloadEbook button.btn.btn-primary.primaryBtn.text-center.mt-4 {
  transform: rotate(270deg) !important;
  position: fixed;
  right: -42px;
  top: 50%;
  z-index: 111;
  transition: none !important;
  border: 1px solid #fff;
}

section#footerCTA .row.text-start.w-50.mx-auto.text-center {
  width: 100% !important;
}

section#footerCTA a.btn.btn-primary.primaryBtn.mx-auto.w-50 {
  width: 20% !important;
}

section#videoSec .card img.card-img-top {
  border-radius: 5px;
}

section#videoSec .card .card-body.text-center h6 {
  display: none;
}

section#videoSec .card .card-body.text-center {
  padding: 0;
}

span.iconBG {
  background: #ef4a68;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.video-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.video-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.video-scroll-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.video-card {
  flex: 0 0 calc(25% - 1rem); /* Show 4 fully */
  min-width: calc(25% - 1rem);
  scroll-snap-align: start;
}

@media (max-width: 992px) {
  .video-card {
    flex: 0 0 70%;
    min-width: 70%;
  }
}

.card {
  cursor: pointer;
}

.card-body svg {
  margin-top: 10px;
  color: #007bff;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f3bfc8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ef4a68 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ef4a68;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  #carouselExample .carousel-item img {
    margin: 120px auto 0;
  }

  p,
  li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  #topSection {
    display: block !important;
  }
  .phn.d-flex {
    font-size: 14px;
    padding: 0;
    justify-content: left !important;
  }

  section#footerCTA a.btn.btn-primary.primaryBtn.mx-auto.w-50 {
    width: auto !important;
  }

  .logoSec {
    margin: 0 auto 20px;
    text-align: center;
  }

  #banner {
    height: 250px;
  }

  #banner .bannerContent {
    display: none;
  }

  #problemSec {
    height: 380px;
    padding: 20px;
  }

  .video-container {
    position: relative;
    height: 350px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
  }

  section#testimonials {
    padding-bottom: 20px;
  }

  .overlay {
    width: 93.5%;
  }

  .pad-80 {
    padding: 20px;
  }

  .allchallenge .card.h-100 {
    padding: 20px;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  section#laptopSec {
    margin-top: 0px !important;
  }

  #testimonials,
  #testimonials1 {
    background-size: cover;
    padding: 50px 0;
  }

  .ctmBG {
    background: #ef4a68;
    width: 100%;
    height: 540px;
    display: block;
    position: absolute;
    left: 0;
  }

  section#testimonials1 .toolkitDetails:after {
    position: absolute;
    content: "";
    border-right: transparent;
    border-bottom: 2px dashed #ddd;
    width: 100%;
    height: 13px;
    top: 150px;
    right: 7px;
  }

  #carouselExample .carousel-inner .downloadbtnsec.text-center h2.primaryColor {
    font-size: 12px;
  }

  .downloadbtnsec.text-center
    button.btn.btn-primary.primaryBtn.text-center.mt-4 {
    font-size: 10px;
    margin-top: 0px !important;
  }

  /* section#laptopSec p {
    display: none;
  } */

  section#testimonials1 .col:nth-child(even) .toolkitDetails::after {
    top: 110px;
  }

  section#laptopSec .para-heading.ps-3 {
    padding: 30px 30px 0;
  }

  #carouselExample .carousel-item img {
    margin: 0;
  }

  .allFields svg.feather.feather-chevron-down {
    position: absolute;
    top: 42.5%;
    color: #363737;
    right: 10%;
    width: 20px;
  }

  #carouselExample {
    height: 240px !important;
    margin-top: 30px;
  }

  #carouselExample .carousel-inner .downloadbtnsec.text-center {
    margin: 50px 0;
  }

  .downloadbtnsec.text-center
    button.btn.btn-primary.primaryBtn.text-center.mt-4 {
    font-size: 10px;
    margin-top: 0 !important;
    padding: 5px 0 !important;
  }

  button.carousel-control-next span.rightarrow {
    left: -20%;
    position: absolute;
  }

  #carouselExample .carousel-inner .downloadbtnsec.text-center p {
    display: none;
  }

  .downloadEbook button.btn.btn-primary.primaryBtn.text-center.mt-4 {
    right: -60px;
  }

  button.carousel-control-next span.rightarrow {
    left: -20%;
    position: absolute;
  }

  section#videoSec .card {
    margin-bottom: 30px;
  }

  section#videoSec {
    padding-bottom: 0;
  }

  section#parallax .container.text-center {
    padding: 30px;
  }

  form#contactForm {
    /* background: #ef4a68b3; */
    padding: 1px 25px 30px;
    height: 100%;
    width: 100%;
    margin-top: 0px;
    left: 0;
  }

  .whyContent {
    background: #242424de !important;
    padding: 20px !important;
    border-left: transparent;
    border-top: 5px solid #ef4a68;
    width: 100%;
    margin-top: 235px;
  }

  #whySec {
    height: 850px;
  }

  section#caseStudy h2 {
    margin-bottom: 20px !important;
  }

  section#testimonials .col-md-4.text-center.video-container {
    margin-bottom: 30px;
  }

  .clientDetails {
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
  }

  section#footerCTA .row.text-start.w-50.mx-auto.text-center {
    width: 100% !important;
  }

  section#footerCTA {
    padding: 70px 40px;
  }

  section#footerCTA a.btn.btn-primary.primaryBtn.mx-auto.w-50.mb-3 {
    width: 100% !important;
  }

  section#testimonials1 .toolkitDetails:after {
    position: absolute;
    content: "";
    border-right: transparent !important;
    border-bottom: transparent !important;
    width: 100%;
    height: 13px;
    top: 150px;
    right: 7px;
  }

  section#caseStudy .card h5.card-title {
    color: #fff !important;
    z-index: 1;
    position: relative !important;
    top: 45%;
    font-size: 22px;
    width: auto;
    margin: 0 auto;
    line-height: 30px;
  }
}
