@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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-secondary {
  color: #111827 !important;
}
.text-light {
  color: #4b5563 !important;
}
.bg-light {
  background-color: #edf5fd !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 72px;
  line-height: 1;
}

.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}


.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-56 {
  font-size: 56px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 13px 30px;
  border: 1px solid;
  border-radius: 8px;
  line-height: normal;
  font-size: 18px;
  font-weight: 700;
}
.btn-light, .cta-group .btn-primary:hover, .banner-text .btn-primary:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-primary {
  background: linear-gradient(
    93.93deg,
    rgba(14, 165, 233, 1) 0%,
    rgba(168, 85, 247, 1) 100%
  );
  border-color: transparent;
  color: #fff;
}
.btn-primary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.scroll header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    z-index: 99;
    background: #111827;
}
.navbar-brand {
  display: inline-block;
  max-width: 379px;
  width: 100%;
}

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 75px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.footer-links ul li a:hover {
  color: #000 !important;
}

/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #111827;
  z-index: 99;
  color: #111827;
}

button#ScrollToTop:hover {
  background: #111827;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* .carousel-inner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
} */
.services-wrap, .price-card {
  border-color:     rgba(126, 106, 243, 1)  !important;

}

/* Top-left border on first column */
.col-md-6:nth-of-type(1) .services-wrap {
  border-top-left-radius: 24px;
}

/* Top-right border on second column */
.col-md-6:nth-of-type(2) .services-wrap {
  border-top-right-radius: 24px;
}

/* Bottom-left border on third column */
.col-md-6:nth-of-type(3) .services-wrap {
  border-bottom-left-radius: 24px;
}

/* Bottom-right border on fourth column */
.col-md-6:nth-of-type(4) .services-wrap {
  border-bottom-right-radius: 24px;
}
.services-wrap.bg-primary {
  background: linear-gradient(
    114.34deg,
    rgba(14, 165, 233, 1) 0%,
    rgba(168, 85, 247, 1) 100%
  );
  border-radius: 24px !important;
}


.col-lg-4:nth-of-type(1) .price-card, .col-lg-4:nth-of-type(4) .price-card {
  border-top-left-radius: 24px;
}
.col-lg-4:nth-of-type(3) .price-card, .col-lg-4:nth-of-type(5) .price-card {
  border-top-right-radius: 24px;
}
.cta-sec{
  background-image: url(../images/cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .cta-sec::before{
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
} */
/* .cta-sec::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    114.34deg,
    rgba(14, 165, 233, 1) 0%,
    rgba(168, 85, 247, 1) 100%
  );
  z-index: 1;
  } */



  .cta-group input{
    border-radius: 7px;
    height: 60px;
    box-shadow: 1px 1px 2px 0px rgba(0, 56, 98, 0.3);
  }
  .cta-group textarea{
    border-radius: 7px;
    height: 200px;
    box-shadow: 1px 1px 2px 0px rgba(0, 56, 98, 0.3);
  }
  .headere-right .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 10px;
    }

    .price-card:hover{
      background-color: #edf5fd !important;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }
    .price-card.bg-light:hover{
      background-color: #fff !important;
    }
    
    footer.bg-primary{
      background: linear-gradient(107.16deg, #0EA5E9 23.6%, #A855F7 100%) !important;
    }



  @media(max-width:1200px){
    .container{
      padding-left: 2%;
      padding-right: 2%;
    }
    .navbar-brand {
      max-width: 325px;
  }
  .btn {
      padding: 10px 25px;
      font-size: 15px;
  }
  h1, .h1 {
      font-size: 55px;
  }
  .fs-20 {
      font-size: 17px;
  }
  .carousel-item {
      height: 500px;
  }
  .fs-56 {
      font-size: 42px;
  }
  .fs-16, .fs-17 {
      font-size: 14px;
  }
  .fs-24 {
      font-size: 20px;
  }
  .cta-group input {
      height: 55px;
  }
  .cta-group textarea {
      height: 150px;
  }
  }
@media (max-width: 991px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #2a59a5;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  .navbar-brand {
    max-width: 270px;
}
.btn {
    padding: 10px 20px;
    font-size: 13px;
}
h1, .h1 {
    font-size: 45px;
}
.fs-20 {
    font-size: 14px;
}
.fs-56 {
    font-size: 35px;
}
.fs-24 {
    font-size: 17px;
}
.cta-group input {
    height: 50px;
}
.col-lg-4:nth-of-type(1) .price-card, .col-lg-4:nth-of-type(3) .price-card {
  border-top-left-radius: 24px;
}
.col-lg-4:nth-of-type(2) .price-card, .col-lg-4:nth-of-type(4) .price-card {
  border-top-right-radius: 24px;
}
.col-lg-4:nth-of-type(5) .price-card{
border-radius:24px;
}
.col-lg-4:nth-of-type(3) .price-card{
  border-top-right-radius: 0px;
}
.col-lg-4:nth-of-type(4) .price-card{
  border-top-left-radius: 0px;
}
}
@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .navbar-brand {
    max-width: 220px;
}
h1, .h1 {
    font-size: 35px;
}
.fs-56 {
    font-size: 28px;
}
.cta-group input {
    height: 45px;
}
.cta-group textarea {
    height: 120px;
}
 .price-card, .services-wrap {
    border-radius: 24px !important;
}
}
@media(max-width:575px){
  .navbar-brand {
    max-width: 180px;
}
.headere-right .btn {
padding: 6px 10px;
font-size: 9px;
display: inline-flex;
justify-content: center;
align-items: center;
width: fit-content;
}
h1, .h1 {
    font-size: 30px;
}
.banner-text span.w-75, .services-heading {
width: 100% !important;
}
.fs-56 {
    font-size: 22px;
}
}
