@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  height: 100vh;
  background-color: #111215;
  color: #fff;
  cursor: default;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.py-5 {
  padding: 120px 0 !important;
}

/* PRELOADER */
.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  transition: stroke-dashoffset 10ms linear;
  stroke-dasharray: 307.919, 307.919;
  stroke-dashoffset: 287.55;
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #12c2e9;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  /* background: rgba(0, 123, 255, 0.8); */
  color: #12c2e9;

  z-index: 1000;
  transition: all 0.4s;
}

.progress-wrap:hover {
  background: #007bff;
  transform: scale(1.1);
}

.progress-wrap svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-wrap svg path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s linear;
}
/* CURSOR  */
.cursor-outer {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 1px solid #12c2e9;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  margin-left: -12px;
  margin-top: -12px;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  position: fixed;
  width: 6px;
  height: 6px;
  background-color: #12c2e9;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10000001;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #12c2e9;
  opacity: 0.3;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}
/* CURSOR END */

/* NAVBAR STYLE */
.fab {
  font-size: 25px;
}
.logoHeader {
  background: url(../assets/images/help-4-people-logo.svg) no-repeat 0 0;
  width: 150px;
  height: 100px;
}
.navbar {
  transition: all 0.4s ease-in-out;
  background-color: #111215;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
}
.navbar .dropdown-menu {
  background-color: #111215 !important;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 13px;
  transition: all 0.4s ease-in-out;
  background-color: #111215 !important;
}
.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #12c2e9;
  position: absolute;
  left: 10px;
  top: 50%;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}
.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px !important;
}
.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #12c2e9 !important;
}

/* NAVBAR SLIDES DOWN ON SCROLL */
#navbar {
  width: 100%;
  transition: transform 0.5s ease-in-out, background-color 0.3s ease-in-out;
}

.nav-scroll {
  background-color: #1b1d21 !important;
  border-bottom: 2px solid #333538;
  transform: translateY(0);
}

/* NAVBAR END */

/* SLIDER SECTION */
.slider-section .slider-h6 {
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  letter-spacing: 4px;
}
.slider-section .slider-h1 {
  font-size: 55px;
  line-height: 1.4;
  font-weight: 600;
}
.slider-section .slider-para {
  color: #a4a7b1;
}
.slider-section .text-secondary {
  color: #a4a7b1 !important;
  max-width: 510px;
}
.slider-section .btn-primary {
  padding: 15px 35px !important;
  font-size: 13px !important;
  transition: all 0.4s ease !important;
  background-color: transparent;
}
.slider-section .btn-primary:hover {
  background-color: #fff;
  color: #333;
}

.slider-section .bg-img {
  border-radius: 15px;
  transform: rotate(3deg);
}
.slider-section .card-img:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #fff;
  border-radius: 15px;
  transform: rotate(-3deg);
  opacity: 0.08;
}

.slider-section .card-img:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border-radius: 15px;
  transform: rotate(-3deg);
}
.slider-section .slider-line {
  position: absolute;
  height: 1px;
  width: 65%;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}
/* SLIDER SECTION END */

/* SERVICE SECTION */
.service-section .service-h6 {
  font-size: 17px;
  letter-spacing: 7px;
}
.service-section .service-h1 {
  font-size: 48px;
  font-weight: 500;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.service-section .service-card {
  margin-top: 30px;
  padding: 60px 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.service-section .service-icon {
  width: 80px;
  height: 80px;
}

.service-section .service-i {
  font-size: 40px;
  color: #fff;
}
.service-section .service-icon:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  opacity: 0.05;
}
.service-section .service-sec-h6 {
  line-height: 1.8;
  font-size: 18px;
}
.service-section .service-para {
  color: #a4a7b1;
}
/* SERVICE SECTION END */

/* BLOG SECTION */
.blog-section {
  background-color: #18191d;
}
.blog-section .blog-h6 {
  padding: 7px 12px;
  font-size: 15px;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}
.blog-section .blog-h1 {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 600;
}
.blog-section .blog-para {
  color: #a4a7b1;
}
.blog-section .blog-a {
  font-size: 12px;
  letter-spacing: 10px;
  color: #fff;
  padding-bottom: 10px;
}
.blog-section .blog-a:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40%;
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  transition: all 0.4s;
}
.blog-section .blog-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-section .blog-box:last-child {
  border-bottom: transparent;
}

.blog-section .blog-img-container {
  width: 350px;
}
.blog-section .blog-content {
  padding-left: 30px;
}
.blog-section .blog-content-wrap {
  display: flex;
  gap: 3;
  display: inline-block;
}
.blog-section .blog-date {
  font-size: 10px;
  color: #aaa;
  letter-spacing: 3px;
}
.blog-section .blog-wp {
  color: #12c2e9;
}
.blog-section .blog-h5 {
  font-size: 22px;
  line-height: 1.4;
}
/* BLOG SECTION END */

/* CALL TO ACTION */
.call-to-action {
  background-image: url("../assets/images/calltoaction-img.svg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.call-to-action .call-action-h6 {
  color: #12c2e9;
  font-size: 13px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.call-to-action .call-action-h2 {
  font-size: 4vw;
  line-height: 1.2;
  margin-bottom: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.call-to-action .call-action-h1 {
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  color: #fff;
}

.call-to-action .btn-primary {
  padding: 15px 35px !important;
  font-size: 13px !important;
  transition: all 0.4s ease !important;
  background-color: transparent;
}
.call-to-action .btn-primary:hover {
  background-color: #fff;
  color: #333;
}
/* CALL TO ACTION END */

/* FOOTER SECTION */
.footer-section {
  background-color: #18191d;
}
.footer-section .footer-h5 {
  font-size: 25px;
  line-height: 1.4;
}
.footer-section .footer-icon {
  font-size: 25px;
  margin-right: 30px;
}
.footer-section .footer-h6 {
  font-size: 14px;
}
.footer-section .footer-para {
  color: #a4a7b1;
  font-size: 13px;
  line-height: 2;
}
.footer-section .footer-img {
  width: 100px;
  margin-right: 15px;
}
.footer-section .footer-span {
  font-size: 12px;
  color: #12c2e9;
}
.footer-section .footer-input {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
  color: #fff;
  font-size: 13px;
}
.footer-section .footer-paper-icon {
  right: 0;
  width: 50px;
  height: 50px;
  background: #12c2e9;
}
.footer-section .bi-send {
  color: #000 !important;
  font-size: 16px !important;
}
.footer-section .footer-logo {
  width: 50px;
}
.footer-section .footer-social-icon {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  margin-right: 10px;
  color: #fff;
}
.footer-section .footer-copy-right {
  font-size: 13px;
  letter-spacing: 3px;
  color: #a4a7b1;
  line-height: 2;
}

.footer-section .footer-ui {
  color: #12c2e9;
}

@media (max-width: 992px) {
  header.py-5 {
    padding: 80px 0 !important;
  }
  .slider-section .slider-h1 {
    font-size: 40px;
  }
  .slider-section .slider-cont {
    margin-bottom: 60px;
    text-align: left !important;
  }
  .slider-section .slider-h6 {
    letter-spacing: 0;
  }
  .slider-section .slider-line {
    width: 80%;
  }
  .service-section .service-h1 {
    font-size: 38px;
  }
  .blog-section .blog-img-container {
    width: 100%;
  }
  .blog-section .blog-content {
    padding-left: 0;
  }
  .call-to-action .call-action-h2 {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  header.py-5 {
    padding: 50px 0 !important;
  }
  .slider-section .slider-h1 {
    font-size: 32px;
  }
  .slider-section .slider-cont {
    margin-bottom: 60px;
    text-align: left !important;
  }
  .slider-section .slider-h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }
  .slider-section .slider-line {
    width: 90%;
  }
  .service-section .service-h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }
  .service-section .service-h1 {
    font-size: 32px;
  }
  .call-to-action .call-action-h2 {
    font-size: 2.5vw;
  }
  .footer-section .footer-h5 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  header.py-5 {
    padding: 30px 0 !important;
  }
  .slider-section .slider-cont {
    margin-bottom: 60px;
    text-align: left !important;
  }
  .slider-section .slider-h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }
  .slider-section .slider-h1 {
    font-size: 28px;
  }
  .slider-section .slider-line {
    width: 95%;
  }
  .service-section .service-h1 {
    font-size: 28px;
  }
  .call-to-action .call-action-h2 {
    font-size: 2vw;
  }
  .footer-section .footer-h5 {
    font-size: 18px;
  }
  .footer-section .footer-social-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .slider-section .slider-cont {
    margin-bottom: 60px;
    text-align: left !important;
  }
  .slider-section .slider-h6 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .slider-section .slider-h1 {
    font-size: 24px;
  }

  .service-section .service-card {
    flex-direction: column !important;
  }
  .slider-section .slider-line {
    width: 65%;
  }
  .service-section .service-h1 {
    font-size: 24px;
  }
  .call-to-action .call-action-h2 {
    font-size: 1.8vw;
  }
  .footer-section .footer-h5 {
    font-size: 16px;
  }
}
/* RESPONSIVE END */
