﻿

.banner-logo img {
    width: 230px;
    height: auto;
}



/*-----------------------------------------------------------slidewr banner----------------------------------------*/

.hero-slider {
    position: relative;
    overflow: hidden;
}

.heroSwiper {
    padding-bottom: 90px;
}

.hero-slide {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    LINE-HEIGHT: 60PX;
}

.hero-content p {
    color: #ebebeb;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 35px;
}

.hero-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #ffc107;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    margin-right: 15px;
    font-weight: 600;
}

.hero-btn-outline {
    display: inline-block;
    padding: 14px 35px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}

/*====================
Image
====================*/

.hero-image-box {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    width: 100%;
    max-width: 700px;
    display: block;
}


.heroSwiper .swiper-pagination {
    left: 40px;
    width: auto;
    bottom: 20px;
}

.heroSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .4;
}

.heroSwiper .swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 30px;
    background: #de0690;
    opacity: 1;
}


.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color: #071A3D;
    top: auto;
    bottom: 15px;
}

.heroSwiper .swiper-button-prev {
    left: auto;
    right: 110px;
}

.heroSwiper .swiper-button-next {
    right: 40px;
}

    .heroSwiper .swiper-button-next::after,
    .heroSwiper .swiper-button-prev::after {
        font-size: 20px;
        font-weight: bold;
    }

    .heroSwiper .swiper-button-next:hover,
    .heroSwiper .swiper-button-prev:hover {
        background: #da0490;
    }


@media(max-width:991px) {

    .hero-slide {
        min-height: auto;
        padding: 80px 0;
        /* text-align: center; */
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-image-box {
        height: auto;
        margin-top: 40px;
    }

    .hero-image {
        max-width: 450px;
    }

    .heroSwiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
    }

    .heroSwiper .swiper-button-prev {
        right: 80px;
    }

    .heroSwiper .swiper-button-next {
        right: 20px;
    }
}

@media(max-width:576px) {

    .hero-content h1 {
        font-size: 30px;
        line-height: 50px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-image {
        max-width: 280px;
    }

    .hero-btn,
    .hero-btn-outline {
        display: block;
        margin: 10px auto;
        width: 220px;
    }
}


/*-----------------------------------------------------------end---------------------------------------------------*/
.service-box h4 {
    font-size: 20px;
}

.service-box p {
    font-size: 14px;
}










.possibility-sec {
    padding: 80px 0px 0px;
    background: #fff;
}

.sec-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff2d75;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.sec-title {
    font-size: 42px;
    font-weight: 800;
    color: #0c1c3d;
    margin-bottom: 15px;
}

.sec-text {
    max-width: 650px;
    margin: auto;
    color: #666;
    line-height: 28px;
    font-size: 16px;
}

/*==============================
 Card
==============================*/

.possibility-card {
    background: #fff;
    border: 1px solid #d30488;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    /* height:100%; */
    transition: .4s;
    box-shadow: 0 10px 35px rgba(0,0,0,.05);
    margin-bottom: 20px;
}

    .possibility-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0,0,0,.12);
        border-color: #36e0f7;
    }

/*==============================
 Icon
==============================*/

.icon-box {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #540fe0 0%, #de0690 100%);
    box-shadow: 0 12px 30px #de06901a;
    transition: .4s;
}

    .icon-box i {
        font-size: 34px;
        color: #fff;
    }

.possibility-card:hover .icon-box {
    transform: rotateY(180deg) scale(1.08);
}

/*==============================
 Title
==============================*/

.possibility-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0c1c3d;
    margin-bottom: 15px;
}

/*==============================
 Text
==============================*/

.possibility-card p {
    color: #666;
    line-height: 28px;
    margin: 0;
    font-size: 16px;
}

/*==============================
 Responsive
==============================*/

@media (max-width:991px) {

    .possibility-sec {
        padding: 80px 0;
    }

    .sec-title {
        font-size: 38px;
    }

    .possibility-card {
        padding: 35px 25px;
    }
}

@media (max-width:767px) {

    .sec-title {
        font-size: 30px;
    }

    .sec-text {
        font-size: 15px;
    }

    .icon-box {
        width: 75px;
        height: 75px;
    }

        .icon-box i {
            font-size: 28px;
        }

    .possibility-card h4 {
        font-size: 21px;
    }
}


.footer-logo img {
    width: 240px;
    height: auto;
}



.talk-btn {
    width: 225px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 8px;
    background: linear-gradient(90deg,#5b00ff,#f0008b);
    border-radius: 30px 30px 30px 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}


.talk-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .talk-icon i {
        color: #101040;
        font-size: 20px;
    }

    .service-box img{
        width:68px;
        height:auto;
    }


    .pb-180{
        padding-bottom:180px !important;
    }

    .box-image img{
        width:32px;
        height:auto;
    }

  @media (max-width: 767px){
      header{
    position:relative;
    z-index:99999;
}

.navbar{
    position:relative;
    z-index:99999;
}

.navbar-collapse{
    position:absolute;
    top:100%;
    right:0;
    background:#fff;
    width:300px;
    z-index:999999;
}

.banner,
.banner_content{
    position:relative;
    z-index:1 !important;
}

.banner_content h1,
.banner_content p,
.banner_content .box{
    position:relative;
    z-index:1 !important;
}
  }