
.para{
    line-height: 2;
}
body {
    overflow-x: hidden;
}

.hero {
    position: relative;
    padding: 100px 0 0 0;

}
#remove-flex{
    display: block;
   
}
#remvoe-width{
   @media screen and (min-width:1024px) {
     width: 100%;
   }
}
#align-center-item{
    @media screen and (min-width:1024px) {
        text-align: center;
    }
}
.margin-for{
    @media screen and (min-width:1024px) {
        margin-top: 100px;
        margin-bottom: 50px;
    }
}
.for-flex{
    @media screen and (min-width:1024px) {
        display: flex;
        gap: 100px;
        justify-content: center;
    }
}
.landmark-container{
    @media screen and (min-width:768px) {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
.launching-container{
    text-align: center;
}
.launching-container p{
    margin-top: 50px;
}
.launching-img{
    width: 80%;
    margin: auto;
}
.launching-img img{
    width: 100%;
}
.upcoming-container{
    text-align: center;
}
.upcoming-container p{
    font-size: 20px;
}
.faq-section{
    width: 70%;
    margin: auto;
    margin-top: 100px;
}
.faq-section h4{
    text-align: center;
    margin-bottom: 50px;
}
.questions{
    margin-bottom: 50px;
}
h1 {
    font-size: 55px;
    font-weight: 600;
}

h1 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
    background-image: -o-linear-gradient(left, #501e9c 0, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: linear-gradient(to right, #501e9c 0, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

h4 {
    font-size: 45px;
    font-weight: 700;
}

h4 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
    background-image: -o-linear-gradient(left, #501e9c 0, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background-image: linear-gradient(to right, #501e9c 0, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

.hero .wave {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.hero .wave img {
    width: 100%;
    object-position: top;
    object-fit: contain;
    -webkit-animation: 2s ease-in-out infinite alternate both wave;
    animation: 2s ease-in-out infinite alternate both wave;

}

@keyframes wave {
    0% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(-1deg);
    }

}

.bg-gray {
    background-color: #f0eff5;
}



@media (max-width:600px) {
    .hero{
    padding: 40px 0 0 0;

    }

    h1 {
        font-size: 35px;
    }
    .owl-item{
        display: flex;
        justify-content: center;
    }

}

.service-card {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.service-card img {
    width: 100px;
    aspect-ratio: 1;
}

.service-card h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
}

.service-card .img {
    width: 180px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid black;
    border-radius: 500px;
}

h6 {
    font-weight: 700;
    font-size: 22px;
}

.priority p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.priority p span {

    width: 35px;
    height: 35px;
    background-color: #501e9c;
    color: white;
    padding: 5px 7px;
    border-radius: 50px;
    font-weight: 900;
    margin-right: 10px !important;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}

.br-top{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid lightgray;
}
.br-top .priority{
    margin-top: 30px;
}
.br-top .priority span{
    margin-right: 10px;
}

@media (max-width: 880px) {
    .services{
        flex-wrap: wrap;
    }
    .service-card {
    width: 33%;
    }
}

@media (max-width:600px) {
    .row{
        padding: 10px;
    }
    h4 {
        font-size: 26px;
    }
    .services{
        flex-wrap: wrap;
    }
    .service-card{
        margin-bottom: 30px;
        width: 100%;
    }

    
}

.r30{
    border-radius: 30px;
}

 .review-card {
            width: 280px;
            padding: 30px;
            border-radius: 30px;
        }

        .review-card .r {
            min-height: 300px;
            /* text-align: justify; */
            /* font-family: "Playfair Display", serif; */
            font-size: 18px;
            font-weight: 600;
        }

        .review-card .profile {
            display: flex;
            align-items: center;

        }

        .review-card .profile .tag-name {
            margin: 0;
            font-size: 12px;
            font-weight: 600;
            color: #000;

        }

        .review-card .profile img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            object-position: center;
            border-radius: 50px;
            /* border: 2px solid black; */
            margin-right: 10px;
        }

        .review-card .profile .name h6 {
            font-size: 14px;
            margin: 0;
            color: #000;
        }

        .review-card.one {
            background-color: #f4fcdb;
            color: #099b7c;
        }

        .review-card.two {
            background-color: #dde6e7;
            color: #0e4ffc;

        }

        .review-card.three {
            background-color: #fdede5;
            color: #e2660d;
        }

        .review-card.four {
            background-color: #d8e5fc;
            color: #5c31fe;
        }

        .review-card.one img {
            border: 3px solid #099b7c;
        }

        .review-card.two img {
            border: 3px solid #0e4ffc;

        }

        .review-card.three img {
            border: 3px solid #e2660d;

        }

        .review-card.four img {
            border: 3px solid #5c31fe;

        }

        /* .owl-item.active.center{
                        z-index: 100;
                        width: 300px;
                    } */
        .owl-item {
            filter: blur(2px);
            animation: all ease .5s;
        }

        .owl-item.active {
            filter: none;
        }
        body {
            overflow-x: hidden !important;
        }

          form .pry-btn {
            width: 100%;
            background-color: var(--primary-color) !important;
            color: #fff;
            border-radius: 10px !important;
        }

        form .pry-btn:hover {
            width: 100%;
            background-color: transparent !important;
            color: var(--primary-color) !important;
        }

          
        form {
            width: 100%;
            margin: 0 auto;
            padding: 20px;
            border: 2px solid var(--primary-color);
            border-radius: 20px;

        }

        form input,
        form textarea,
        form select {
            width: 100%;
            padding: 10px ;
            margin-bottom: 10px;
            border-radius: 10px;
            border: none !important;
            background-color: transparent !important;
            border: 1px solid var(--primary-color) !important;

        }

        @media (max-width:600px) {
            .vision{
                font-size: 20px;
            }
            .review-card {
            width: 260px;
            padding: 15px;
        }
        .top-mini-nav{
            /* display: none; */
        }
        .top-mini-nav .ot-links{
            padding: 0;
            margin: 0 10px;
        }
        .top-mini-nav .row{
            padding: 0;
        }
        .top-mini-nav .col-md-6{
            padding: 0;
            justify-content: center !important;
        }
        .section{
            padding: 25px 0; 
        }
        .banner{
            height: 250px !important;
        }
        .iti--fullscreen-popup.iti--container{
            z-index: 9999;
        }
    }