/* hero css start   */
.hero-area,
.banner-area {
    background: #ecfafe;
    padding: 110px 0 80px;
}

.banner-title-active {
    pointer-events: none;
}

.banner-title {
    margin-bottom: 100px;
}

.banner-title h1 {
    font-size: 75px;
    line-height: 1.4;
    color: #000000;
    text-transform: uppercase;
    overflow: visible;
    padding-top: 0.15em;
}

.banner-title h1 span {
    display: none;
}

.banner-title h1 #typed-text {
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(135deg, #2faf83 0%, #009bb3 100%);
    font-weight: 500;
}

.banner-title h2 {
    font-size: 40px;
    font-size: 25px;
    color: #000000;
}

.banner-items-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    height: 538px;
    padding: 30px 20px 0;
    overflow: hidden;
    box-shadow: 0 0 10px #00000010;
    position: relative;
    text-align: center;
}

.banner-items-wrap.first {
    background: linear-gradient(135deg, #b8f5e7 0%, #04cfcf 100%);
}

.banner-items-wrap.second {
    background: linear-gradient(135deg, #c4edfe 0%, #62caf3 100%);
}

.banner-items-wrap.third {
    background: linear-gradient(135deg, #eae0ff 0%, #c2afec 100%);
}

.banner-items-wrap.fourth {
    background: linear-gradient(135deg, #e1e4ff 0%, #858dd1 100%);
}

.banner-items-wrap:hover {
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
}

.banner-items-wrap.fourth .item-img {
    margin-right: -20px;
}

.banner-items-wrap .item-img {
    margin: 0 auto;
    max-height: 365px;
}

.banner-items-wrap .item-text h2 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.banner-items-wrap.first .item-text h2 {
    font-weight: 600;
}

.banner-items-wrap .item-text p {
    font-size: 18px;
    color: #000;
}

/* hero css end */

/* service css start  */

.services-title {
    margin-bottom: 50px;
}

.services-title h2 {
    font-size: 70px;
    font-weight: 400;
    color: #282828;
}

.banner-item-img {
    width: 75px;
}

.banner-item-text h5 {
    font-size: 25px;
    color: #282828;
}

.extra-service-price span {
    font-size: 10px;
    color: #737373;
}

/* service css end */

/* join us css start  */

.join-us-area {
    padding: 200px 0 100px;
}

.join-us-area .container {
    background: #030303;
    border-radius: 50px;
    height: 456px;
}

.join-us-wrap {
    padding: 40px;
}

.join-us-title {
    margin-bottom: 16px;
}

.join-us-title h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
}

.join-us-description {
    margin-bottom: 50px;
}

.join-us-description p {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.join-us-btn a {
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(135deg, #21a89b 0%, #15885f 100%);
    display: inline-flex;
    padding: 20px 40px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: none;
}

.join-us-btn a:hover {
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    color: #000;
}

.join-us-img {
    text-align: right;
    margin-top: -117px;
    margin-right: 70px;
    width: 345px;
    margin-left: auto;
}

/* join us css end */

/* consultancy slider css start  */

.consultancy-slider-area {
    padding: 0 0 100px;
    margin-top: -100px;
}

.consultancy-slide-active .swiper-slide {
    border-radius: 30px;
    padding: 28px;
}

.consultancy-slide-active .swiper-slide.skyblue {
    background: #caf6f4;
}

.consultancy-slide-active .swiper-slide.brown {
    background: #e0f6ff;
}

.consultancy-slide-active .swiper-slide.purple {
    background: #ceeff5;
}

.consultancy-slide-title {
    margin-bottom: 24;
}

.consultancy-slide-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.consultancy-slide-description {
    margin-bottom: 50px;
}

.consultancy-slide-description p {
    font-size: 20px;
    color: #000;
}

.consultancy-slide-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background: #000;
    border-radius: 100px;
    width: 222px;
    height: 55px;
}

.consultancy-slide-btn a:hover img {
    transform: translateX(10px);
}

.consultancy-slide-btn a span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.consultancy-slide-btn a img {
    filter: invert(1);
}

.consultancy-slide-button {
    display: flex;
    justify-content: center;
    column-gap: 48px;
    margin-top: 25px;
}

.consultancy-slide-button svg:hover path {
    fill: #009f9f;
}

.consultancy-slide-button .btn-prev svg:hover {
    transform: translateX(-5px) scale(1.2);
}

.consultancy-slide-button .btn-next svg:hover {
    transform: translateX(5px) scale(1.2);
}

/* consultancy slider css end */

/* work css start  */

.work-area {
    position: relative;
    padding: 50px 0 350px;
}

.work-title {
    margin-bottom: 75px;
}

.work-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.work-area .nav-tabs {
    justify-content: center;
    box-shadow: 0 0 50px #4e4e4e1a;
    margin-bottom: 145px;
}

.work-area .nav-tabs .nav-link {
    font-size: 24px;
    font-weight: 500;
    color: #020202;
    background: #fff;
    border: 0;
    outline: 0;
    width: 323px;
    height: 80px;
    border-radius: 0;
}

.work-area .nav-tabs .nav-link.active {
    background: #282828;
    color: #fff;
}

.work-content-heading {
    margin-bottom: 40px;
}

.work-content-heading h3 {
    color: #020202;
    font-size: 40px;
}

.work-content-description p {
    font-size: 18px;
    color: #020202;
}

.work-img-wrap {
    text-align: right;
}

/* work css end */

/* consultancy css start  */

.consultancy-area {
    padding: 250px 0;
}

.consultancy-area .container {
    background: #3a94d6;
    padding: 120px 0;
    border-radius: 50px;
    position: relative;
    height: 546px;
}

.consultancy-img {
    position: absolute;
    top: -15px;
    left: -40px;
}

.consultancy-title {
    margin-bottom: 10px;
}

.consultancy-title h2 {
    font-size: 80px;
    color: #fff;
}

.consultancy-description {
    margin-bottom: 30px;
}
.consultancy-description p {
    font-size: 40px;
    color: #fff;
}

.consultancy-btn a {
    padding: 27px 60px;
    background: #fff;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    justify-content: center;
    color: #000;
}

.consultancy-btn a span {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 24px;
}

.consultancy-btn a img {
    width: 24px;
    height: 24px;
}

.consultancy-btn a:hover {
    color: #fff;
    background: #000;
}

.consultancy-btn a:hover img {
    filter: invert(1);
    transform: translateX(10px);
}

/* consultancy css end */

/* download css start  */

/* .download-area {
  padding-bottom: 90px;
  background: #e9efff;
  border-radius: 150px 150px 0 0;
  overflow: visible;
} */

.download-area {
    padding: 50px 0 150px;
    overflow: visible;
}

.download-area .container {
    background: linear-gradient(90deg, #fff4e0, #c9ffed);
    border-radius: 50px;
}

.download-wrap {
    /* margin-top: 100px; */
    padding: 80px 0 0 80px;
}

.download-title {
    margin-bottom: 30px;
}

.download-title h2 {
    font-size: 50px;
    color: #000;
    font-weight: 400;
}

.download-title h2 span {
    color: #0f9676;
}

.download-description {
    margin-bottom: 50px;
}

.download-description p {
    font-size: 30px;
    color: #020202;
}

.download-link {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.download-link a {
    display: inline-block;
    max-width: 165px;
}

.download-link a:hover img {
    transform: scale(1.1);
}

.download-img {
    margin-top: -134px;
}

/* download css end */

/* client review css start  */

.client-review-area {
    padding: 80px 0 80px;
    background: #262626;
    background: url("../img/bg/client-bg.png");
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.client-review-title {
    margin-bottom: 90px;
}

.client-review-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 400;
}

.client-review-active {
    position: relative;
}

.client-review-wrap {
    background: #fff;
    border-radius: 30px;
    padding: 35px 45px;
    height: 350px;
}

.client-review-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 30px;
}

.client-review-items .item-img {
    width: 80px;
    height: 80px;
}

.client-review-items .item-content h6 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.client-comment p {
    font-size: 18px;
    color: #676363;
    margin-bottom: 40px;
}

.client-review-button .btn-prev,
.client-review-button .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e3dcdc;
    transition: all 0.3s linear;
}

.client-review-button .btn-prev:hover,
.client-review-button .btn-next:hover {
    background: #1ca49d;
    border: 2px solid #1ca49d;
}

.client-review-button .btn-prev:hover img,
.client-review-button .btn-next:hover img {
    filter: brightness(0) invert(1);
}

.client-review-button .btn-prev {
    left: -30px;
}

.client-review-button .btn-next {
    right: -30px;
}

/* client review css end */

/* banner slider css start  */

.banner-slider-area {
    padding: 75px 0;
}

.banner-slider-active {
    position: relative;
}

.banner-slider-button .btn-prev,
.banner-slider-button .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9;
    border: 1px solid #000;
}

.banner-slider-button .btn-prev:hover,
.banner-slider-button .btn-next:hover {
    background: #000;
}

.banner-slider-button .btn-prev:hover svg path,
.banner-slider-button .btn-next:hover svg path {
    fill: #fff;
}

.banner-slider-button .btn-prev {
    left: -25px;
}

.banner-slider-button .btn-next {
    right: -25px;
}

/* banner slider css end */

/* new service css start  */

.new-service-area {
    padding-bottom: 75px;
}

.new-service-title h2 {
    font-size: 40px;
    font-weight: 400;
    color: #282828;
}

.all-service-btn a {
    font-size: 18px;
    font-weight: 400;
    color: #2ca17a;
    text-transform: uppercase;
}

.all-service-btn a:hover {
    color: #000;
}

.new-service-card {
    display: block;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0 4px 4px #00000040;
}

.new-service-card:hover {
    box-shadow: 0 4px 8px #00000080;
}

.new-service-img {
    overflow: hidden;
}

.new-service-card .new-service-img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.new-service-card:hover .new-service-img img {
    transform: scale(1.05);
}

.new-service-wrap {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    height: 300px;
}

.new-service-name {
    margin-bottom: 25px;
}

.new-service-name h4 {
    font-size: 25px;
    color: #0b0b0b;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.new-service-description {
    margin-bottom: 30px;
}

.new-service-description p {
    font-size: 16px;
    color: #737373;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.new-service-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-service-price {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.new-service-price .new-price {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.new-service-price .old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #898989;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.new-service-btn {
    font-size: 20px;
    font-weight: 500;
    width: 143px;
    height: 50px;
    background: linear-gradient(180deg, #22c9bb, #1ca49d);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.new-service-btn svg {
    width: 0;
}

.new-service-card:hover .new-service-btn {
    column-gap: 12px;
    background: linear-gradient(180deg, #000, #000);
}

.new-service-card:hover .new-service-btn svg {
    width: 17px;
}

.new-services-link {
    margin-top: 30px;
}

.new-services-link a {
    font-size: 18px;
    width: 413px;
    height: 50px;
    color: #888585;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 0 10px #00000012;
}

.new-services-link a:hover {
    color: #fff;
    background: #000;
}

.new-services-link a:hover svg path {
    fill: #fff;
}

/* new service css end */

/* explore category css start  */

.explore-category-area {
    padding: 75px 0;
}

.explore-card-img img {
    height: 182.27px;
    object-fit: cover;
    width: 100%;
}

.explore-category-title h2 {
    font-size: 40px;
    font-weight: 400;
    color: #282828;
}

.explore-slider-button {
    display: flex;
    justify-content: end;
    column-gap: 20px;
}

.explore-slider-button .btn-prev,
.explore-slider-button .btn-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
}

.explore-slider-button .btn-prev:hover,
.explore-slider-button .btn-next:hover {
    background: #000;
}

.explore-slider-button .btn-prev:hover svg path,
.explore-slider-button .btn-next:hover svg path {
    fill: #fff;
}

.explore-category-active {
    margin-top: 50px;
}

.explore-category-card {
    margin-bottom: 15px;
    transition: all 0.3s linear;
    background: #fff;
    display: block;
}

.explore-category-card:hover {
    border-color: transparent;
    box-shadow: 0 5px 5px #00000026;
}

.explore-card-img {
    overflow: hidden;
}

.explore-category-card:hover .explore-card-img img {
    transform: scale(1.05);
}

.explore-card-title {
    padding: 45px 0;
    border: 1px solid #cccccc;
    border-top: 0;
}

.explore-card-title p {
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    text-align: center;
}

/* explore category css end */
