
/* Setup urbanist font */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/static/Urbanist-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/static/Urbanist-Bold.ttf') format('truetype');
    font-weight: bold;
}
/* Italic  */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/static/Urbanist-Italic.ttf') format('truetype');
    font-style: italic;
}

:root {
    --text2: #BDBDBD;
    --background: #f7f7f7;
    --background-2: #BDBDBD;
    --text1: #1F1F1F;
}


body {
    font-family: 'Urbanist', sans-serif;
    /* background-color: #f8f9fa; */
    color: #1F1F1F;
}

a, p, h1, h2, h3, h4, h5, h6 {
    color: #1F1F1F;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
    position: relative;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 3px;
    background-color: var(--bs-primary);
    transform: scaleX(0);
    transition: all 3.3s ease-in-out 3s;
    border-radius: 10px;
}

.navbar-light .navbar-nav .nav-link.active::before {
    transform: scaleX(1);
}

.navbar-light .navbar-nav .nav-link {
    color: #1F1F1F;
    font-size: 18px;
    margin-right: 20px;
    padding-left: 0;
    line-height: normal;

}

.banner {
    padding-top: 150px;
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(251,255,254,0.9) 60%), url('/assets/images/bg-grid.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-span span {
    line-height: 20px;
}

.banner-span {
    display: flex;
    align-items: center;
    justify-content: center;
    
    border: 2px solid var(--bs-primary);
    width: fit-content;
    padding: 5px 8px;
    border-radius: 20px;
    color: var(--bs-primary);
}

.banner .title {
    font-size: 50px;
    font-weight: 600;
}

.banner .title .dec {
    color: var(--bs-primary);
    display: inline-block;
    overflow: hidden;
    position: relative;
    line-height: 70px;
    margin-bottom: -25px;
}

.banner .title .dec::before {
    content: '';
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1800px;
    height: 500px;
    border-radius: 100%;
    border: 10px solid var(--bs-primary);
}

.p-text {
    font-size: 18px;
    color: var(--text2);
    line-height: 20px;
}

.p-text-2 {
    font-size: 14px;
    color: var(--text2);
    line-height: 18px;
}

.home-hand-phone {
    position: relative;
}

.home-hand-phone::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(251, 255, 254, 100%) 9%, rgba(251, 255, 254,0) 100%);
}

.features p {
    font-size: 18px;
}

.features h2 {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.features h2 span {
    margin-left: 10px;
}

.smal-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 500; 
    padding: 5px 30px;
    border-radius: 20px;
    background-color: var(--background);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ctn {
    padding: 50px;
}

.title {
    font-size: 30px;
    font-weight: 600;
}

.about-image {
    border-radius: 30px;
    overflow: hidden;
    height: 450px;
}

.crd {
    background-color: var(--background);
    border-radius: 20px;
    padding: 20px;
}

#ourFeaturesCarousel .carousel-indicators {
    top: 0;
    left: 0;
    bottom: unset;
    justify-content: left;

}

#ourFeaturesCarousel .carousel-indicators button {

    width: 150px;
    height: 7px;
}

#ourFeaturesCarousel .carousel-indicators button.active {
    background-color: var(--bs-primary);
    transition: all 0.7s ease-in-out;
}

#how-start {
    padding: 70px 0px;
}

#how-start .row {
    margin-top: 30px;
}

/* each even child */

#how-start .row .col-md-3:nth-child(even) {
    margin-top: 70px;
}

#testimoniesCarousel .testimonial-item p {
    color: #fff;
}

#testimoniesCarousel .testimonial-item .text {
    font-size: 30px;
    font-weight: 600;
}

#testimoniesCarousel .testimonial-item .quote {
    
}
 
.carousselArrows .carousel-control-next,.carousselArrows  .carousel-control-prev{
    position: unset;
    width: 30px;
}


.carousselArrows {
    display: flex;
}

.carousselArrows .controls {
    display: flex;
    margin-left: auto;
} 

.carousselArrows .underline {
    width: 100%;
    color: #BDBDBD;
    margin-right: 30px;
}

.ctn-1 {
    padding: 100px 60px;
}

.quote {
    display: block;
    margin-bottom: 30px;
}

.faq-home {
    padding: 70px 0px;
}

.faq-acc .accordion-item {
    background-color: var(--background-2) !important;
    margin-bottom: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.faq-acc .accordion-item button.accordion-button {
    background-color: var(--background-2) !important;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-acc .accordion-button::after {
    border-radius: 10px;
    background-color: var(--text1);
    padding: 5px 10px;
    width: 30px;
    height: 20px;
    background-position: center;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-size: 40%;
}

.faq-acc .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}


.download-app-footer {
    background-color: var(--bs-primary);
}

.download-app-footer .left-block {
    padding: 150px 0px;
}

.download-app-footer, .download-app-footer h1 {
    color: #ffffff;
}

.download-app-footer li {
    list-style-image: url(/assets/images/list-style.png);
    list-style-position: inside;
}

.download-app-footer .why-download-opt {
    color: #ffffff;
    padding-left: 25px;
    position: relative;
}

.download-app-footer .why-download-opt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/list-style.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.download-app-footer .right-block {
    background-image: url(/assets/images/app-screens.png);
    background-size: cover;
    height: 100%;
    background-position-x: 100%;
}

.app-footer {
    padding: 50px 0px;
}

.app-header {
    /* Add backdrop-filter to the header */
    backdrop-filter: blur(100px);
    /* Add a shadow to the header */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(255,255,255,0.1);
}

html {
  scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.contact-card {
    padding: 30px;
    border-radius: 20px;
    background-color: var(--background);
    height: 100%;
}

.contact-form {
    margin-top: 20px;
}

.contact-form .form-control {
    border-radius: 15px;
    padding: 10px 15px;
}

.contact-ctn {
    margin-bottom: 42px;
}

#partners {
    padding: 70px 0px;
}

.partners-ctn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0px;
}