@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    /* font-family: Gordita, Helvetica Neue, Helvetica, sans-serif !important; */
    font-family: "Poppins", sans-serif !important;
}

*p {
    font-weight: 400;
    line-height: 1.9;
    color: #4a4a4a;
    text-align: left;
}
.row{
    align-items: center;
}
/* nav */
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2.75rem);
    padding-left: var(--bs-gutter-x, 2.75rem);
    margin-right: auto;
    margin-left: auto;
}

.navbar-expand-lg {
    background-color: black;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

.top-upper-content {
    text-align: center;
    background-color: #0D0C22;
    color: white;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0%;
}

.top-upper-content p {
    margin-bottom: 0%;
}

.signup-btn {
    background-color: #EA4C89;
    margin: auto 5px;
    padding: 10px 16px 10px 15px;
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 15px;
}

.signin-btn {
    background-color: white;
    margin: auto 5px;
    padding: 10px 16px 10px 15px;
    border-radius: 8px;
    border: none;
    color: black;
    font-size: 15px;
}

.search-icon {
    background-color: white;
    margin: auto 5px auto 10px;
    padding: 10px 16px 10px 15px;
    border-radius: 8px;
    border: none;
    color: black;
    font-size: 15px;
}

/* -- Banner -- */
.banner-section {

    /* background-image: url('./img/banner-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex; */

}

.banner-content {
    position: absolute;
    top: 23%;
    right: 3%;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #004bab;

}
.bg-white{
    margin: 20px auto;
}
.banner-content p {
    color: #606060;
}
.hero-btn{
    text-decoration: none;
}
/*.font-outfit{*/
/*     font-family: 'Outfit', sans-serif;*/
/*}*/
.font-outfit p{
   color: black !important;
}
.detail-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #004bab;
}
.add-link a{
    text-decoration: underline !important;
    color: #004bab;
}
.detail-content p {
  font-weight: 400;
    line-height: 1.9;
    color: #4a4a4a;
    text-align: left;
    font-size: 18px;
    margin-bottom: 28px;
}

.deatil-icon {
    box-shadow: 4px 12px 47px 0 #e4e4e4;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-wrap: break-word;
    padding: 18px;
    position: relative;
    text-decoration: none;
    transition: all .25s ease;
    height: 200px;
    /* width: 200px;
    height: 200px; */
}

.deatil-icon:hover {
    box-shadow: 4px 12px 47px 0 #d8d7d7;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    /* -webkit-transition: all .25s ease;
    -moz-transition Shorthand property combines four of the transition properties into a single property.: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; */
}

.deatil-icon h6 {
    font-size: 20px;
    font-weight: 500 !important;
    margin-bottom: 30px;

}

.bg-blue {
    background-color: #c0c0f61a;
    border-radius: 10px;
}

.sub-content-box p {
    font-size: 18px;
}

.sub-content-btn {
    background-color: transparent;
    border: 1px solid grey;
    padding: 11px 17px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 15px;
    color: black;
}

.sub-content-btn:hover {
    background-color: #2890D5;
    color: white;
    border: none;
}

.sub-content-box h3 {
    color: #004bab;
    font-weight: 600;
    font-size: 22px;
}

.navbar-light .navbar-brand img {
    width: 200px;
}

.sub-content h3 {
    color: #004bab;
    font-weight: 600;
}

.content-title {
    text-align: left;
}

.hero-btn {
    padding: 10px 60px;
    border-radius: 10px;
    border: 1px solid #004bab;
    background-color: #004bab;
    color: white;
}

.top-section-cross {
    cursor: pointer;
}

/* .hero-banner {
    width: 100%;
    height: 510px;
    background-image: url('./img/banner-1.png');
    background-size: cover;
    background-position: center;
    position: relative;
} */

.hero-btn {
    position: absolute;
    top: 3%;
    right: 3%;
    padding: 10px 50px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
}

.hero-btn:hover {
    background-color: white;
    color: #004bab;
}

.navbar-light .navbar-toggler-icon {

    font-size: 30px;
    margin-top: 20px;
}

.sub-content-box img {
    padding: 20px;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ca8f27 !important;
}
/* .detail-box{
        min-height: 190px;
    width: calc(20% - (2 * 15px));
    margin: 15px;
} */
/* Responsive for phones */
@media (max-width: 768px) {
    .hero-btn {
    position: absolute;
    top: 3%;
    right: 3%;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 10px;
}
.pt-5 {padding-top: 0px;}
    .sub-content-box p {
        font-size: 14px !important;
    }

    .detail-content p {
        font-size: 14px;
               text-align: justify;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .deatil-icon h6 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .detail-content h2 {
        font-size: 25px;
    }

    .hero-banner {
        height: 200px;
        /* smaller height for mobile */
    }

    /* .hero-btn {
        font-size: 14px;
        padding: 10px 20px;
        top: 106%;
        bottom: -40%;
        right: 23%;
    } */
}

.software img {
    width: 100%;
}

.top-section-cross i {
    font-weight: 900;
}

.top-section-cross {
    position: absolute;
    top: 2%;
    right: 2%;
}

/* responsible */
@media (max-width: 480px) {
    .navbar-light .navbar-brand img {
        width: 120px;

    }
.pt-5 {
    padding-top: 0%; !important}
    /* .hero-btn {
        font-size: 14px;
        padding: 10px 20px;
        top: 106%;
        bottom: -40%;
        right: 23%;
    } */
.pt-5 {
    .sub-content-btn {
                   padding: 5px 4px;
    }

    .deatil-icon {
        margin: auto;
    }

    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 1.75rem);
        padding-left: var(--bs-gutter-x, 1.75rem);
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .navbar-light .navbar-brand img {
        width: 170px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .navbar-light .navbar-brand img {
        width: 200px;
    }
}
@media (max-width: 480px) {
    .pt-5 {
        padding-top: 0% !important;
    }
    .bg-white-row{
      display: flex;
  flex-direction:column-reverse;
}
}
@media (max-width: 768px) {
    .deatil-icon h6 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 25px;
    }
    .deatil-icon {
        height:160px !important;}
        .bg-white-row{
      display: flex;
  flex-direction:column-reverse;
}
}



/* ******* Bootstrap-3 Style******* */

 .justify-content-center {
            justify-content: center !important;
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(var(--bs-gutter-y) * -1);
            margin-right: calc(var(--bs-gutter-x) * -.5);
            margin-left: calc(var(--bs-gutter-x) * -.5);
        }

        .mb-3 {
            margin-bottom: 1rem !important;
        }

        .mt-3 {
            margin-top: 1rem !important;
        }

        .pt-3 {
            padding-top: 2rem !important;
        }

        .p-5 {
            padding: 3rem !important;
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        .pt-5 {
            padding-top: 3rem !important;
        }

        .col-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .p-3 {
            padding: 1rem !important;
        }

        body {
            line-height: 1.5;
        }

        .pb-5 {
            padding-bottom: 3rem !important;
        }

        .deatil-icon {
            box-shadow: 4px 12px 47px 0 #e4e4e4;
            background-color: #fff;
            border-radius: 10px;
            display: flex;
            height: 190px !important;
            flex-direction: column;
            height: 100%;
            overflow-wrap: break-word;
            padding: 18px;
            /* position: relative; */
            text-decoration: none;
            transition: all .25s ease;


        }

        @media (max-width: 480px) {
            @media (max-width: 768px) {
                .deatil-icon {
                    height: 177px !important;
                }
            }
        }

        @media (min-width: 992px) {
            .col-lg-2 {
                flex: 0 0 auto;
                width: 16.66666667%;
            }
        }}