@font-face {
    font-family: "f1";
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "f4";
    src: url(../fonts/Poppins-Bold.ttf);
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

a {
    text-decoration: none !important;
}


.w-90 {
    width: 90%;
    margin: auto;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.d-flex-ac {
    display: flex;
    align-items: center;
}

.d-flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* navbar starts */
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; 

}



.top_nav {
    background: url();
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}

.navbar-light img {
    width: 60px;
}

.navbar {
    padding: 0px !important;
}

.media_icons .soc_ic {
    font-size: 25px;
    margin-right: 10px;
    color: #fff;
}

.media_icons .con_ic {
    font-size: 25px;
    margin-right: 5px;
}

.media_icons a {
    font-size: 14px;
    color: #fff !important;
    margin-right: 15px;
}

.nav_bar {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.navbar-light .navbar-nav .nav-item {
    margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0440cd !important;
    font-size: 16px;
}

.navbar-nav .nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #252525;
    font-family: "f3";
}

.navbar-light .navbar-toggler {
    color: #000 !important;
}

.nav-item a {
    font-size: 16px;
    font-family: "f3";
}

.nav-item .get_btn {
    background: #FFC107 !important;
    border-radius: 5px;
    font-family: "f3";
    color: #fff !important;
    padding: 10px 15px;
}

/* navbar ends */

/* banner star */
.banner_sbl img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
}

/* banner star */


/* how it works */
.how_text {
    margin: 80px 0px 60px;
    text-align: center;
}

.how_text h1 {
    font-family: "f4" !important;
    font-size: 25px !important;
    color: #2E2E2E;
}

.both_cricle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first_cricle {
    background-color: #37A3F5;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.first_cricle1 {
    background-image: linear-gradient(to bottom right, #F6914F, #F97549);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.first_cricle2 {
    background-color: #0440CD;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.second_circle {
    background-color: #ffffff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.caser_sf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_text h2 {
    font-family: "f3";
    font-size: 30px;
    margin: 0%;
    color: #2E2E2E;
}

.circle_text p {
    font-family: "f3";
    font-size: 20px;
    margin: 0%;
    color: #6A6A6A;
}


.step1_text {
    margin-top: 25px;
    text-align: center;
}

.step1_text h4 {
    font-family: "f4";
    font-size: 20px;
    margin-bottom: 3px;
    color: #FF7722;
}

.step1_text p {
    font-family: "f2";
    font-size: 14px;
    margin: 0;
    padding: 10px;
    color: #6A6A6A;

}

/* our app start */
.our_photo{ 
    margin-top: 60px;
    text-align: center;
}
.our_photo img {
    width: 90%;

}

.uses_text{
    padding: 40px;
}
.uses_text h1 {
    font-family: "f3";
    font-size: 40;
}

.uses_text p {
    font-family: "f1";
    font-size: 14px;
    color: #6A6A6A;
}

.uses_text span {
    font-family: "f2";
    color: #FF7722;
}
.uses_text h5{
    font-family:"f3";
}

.bottom_banner{
    text-align: center;
    margin:50px 0px;

}
.bottom_banner img {
    width: 40%;
    filter:drop-shadow(5px 5px 20px rgba(0,0,0,0.8))

}
.all_confor{
    margin:50px 0px;
}
.form_colr{
    background-color: #f6884d;
    margin-top: 80px
    ;
}
.cont_form {
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 24px;
    width: 70%;
    padding: 20px;
    margin: 0% auto;
    border-radius: 10px;
}

.cont_form h3 {
    font-family: "f3";
    color: #252525;
    font-size: 25px;
    text-align: center;
}

.field label {
    font-family: "f2";
    margin-bottom: 15px;
}

.field .form-control {
    padding: 15px !important;
    border: 1px solid #878787 !important;
    font-size: 15px !important;
    margin-bottom: 15px;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #c9c9c9;
}

.contact_map h1 {
    font-family: "f3";
    font-size: 30px;
    color: #0C2773;
    text-align: center;
    margin-bottom: 20px;
}

.org_btn button {
    margin: 10px 0px;
    padding: 10px 20px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #ffffff !important;
    border-radius: 10px;
    display: inline-block;
    background: #fd6a3e;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border: 0 !important;
    font-family: "f2";
}

/* footer start */
.foot_er {
    background: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 40px;
}

.foot_er img {
    width: 120px;
}

.foot_er {
    position: relative;
}

.footer_details {
    position: relative;
}

.foot_er h5 {
    color: #ffff;
    font-family: "f3";
    font-size: 20px;
}

.foot_er h6 {
    font-family: "f2";
    font-size: 15px;
    color: #ffff;
    line-height: 30px;
}

.foot_er i {
    font-size: 25px;
    color: #ffff;
    margin-right: 10px;
}

.foot_er a {
    color: #ffff !important;
    font-family: "f2";
    font-size: 15px;
}

.foot_er li {
    margin-bottom: 15px;
}

.foot_er p {
    color: #ffff;
    font-family: "f2";
    font-size: 14px;
}

/*  */
/*  social start*/
.social_icon {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 111;
}

.social_icon ul .en_quiry {
    font-size: 15px;
    background: linear-gradient(317deg, #02A8D5, #007da0);
    color: #fff;
    display: inherit;
    word-wrap: break-word;
    padding: 5px 10px;
    position: absolute;
    width: 30px;
    bottom: 65px;
    right: 10px;
    z-index: 1000;
}

.social_icon ul .wh_at {
    font-size: 15px;
    background: linear-gradient(317deg, #095200, #76ff4a);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 230px;
    right: 10px;
    justify-content: center;
}

.social_icon ul .ca_ll {
    font-size: 15px;
    background: #ffea00;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 300px;
    right: 10px;
    justify-content: center;
}
