@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import '../css/bootstrap.min.css';
@import '../css/animate.css';
@import '../css/magnific-popup.css';
@import '../css/owl.carousel.min.css';
@import '../css/slick.css';
@import '../css/font-awesome.min.css';
@import '../css/themify-icons.css';
@import '../css/ionicons.min.css';

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Cabin', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

img {
    max-width: 100%;
    max-height: 100%;
}


#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #fb397d;
    color: #231F20;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: none !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h2 {
    font-weight: 300;
    color: #0185FC;
    font-size: 36px;
    margin: 0;
}


.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #fb397d;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #231F20;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #fb397d;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header_area {
    width: 100%;
    z-index: 99;
    padding: 0 20px;
    background-color: white;
}

.navbar-brand img{
    width: 300px;
    position: relative;
    top: -4px;
}

.menu_area .navbar-brand {
    font-size: 72px;
    font-weight: 700;
    color: #231F20;
    margin: 0;
    line-height: 1;
    padding: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #231F20;
}


.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #231F20;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.menu_area #nav .nav-link:hover, .menu_area #nav .active {
    color: #0185FC;
}

.sing-up-button {
    text-align: right;
}

.sing-up-button > a {
    color: #231F20;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #a883e9;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
}

.sing-up-button > a:hover {
    background: #fb397d;
    color: #231F20;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* stcicky css */

.header_area.sticky {
    background-color: white;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}
.header_area.sticky .navbar {
    padding: 0;
}

.wellcome_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    background-color: white;
    position: relative;
    z-index: 1;
}

.welcome-thumb{
    position: relative;
}

.welcome-thumb img {
    align-self: start;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.wellcome-heading > h2 {
    font-size: 36px;
    color: #231F20;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.wellcome-heading > p {
    color: #231F20;
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #231F20;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
    text-align: left;
}


.content{
    padding: 25px 140px;
    position: relative;
    z-index: 1;
    background-color: white;
}

.footer-text{
    margin-bottom: 10px;
}

.footer-social-icons{
    margin-bottom: 10px;
}

.footer-social-icon{
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 20px;
    margin-bottom: 10px;
}

.footer-text > h2 {
    color: #0185FC;
    font-size: 72px;
    font-weight: 700;
}

.footer {
    margin-bottom: 30px;
    padding: 70px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.footer .footer-social-icons{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyright-text > p {
    margin-bottom: 0;
}

.footer .get-start-area .app-download-area{
    margin-top: 10px;
}

.footer > div{
    border-right: 1px solid lightgray;
    height: 100%;
}

.footer > div:last-child{
    border-right: none;
}

.about{
    padding: 30px;
}

.about p{
    font-size: 30px;
}

.about h4{
    margin-bottom: 10px;
}

.about ul{
    margin-bottom: 40px;
}

.address-text > p,
.email-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text > p > span,
.email-text > p > span {
    color: #0185FC;
}

.footer-contact-area {
    background: #f5f9fc;
    padding: 50px 100px;
    text-align: center;
    position: relative;
}

.menu_area #nav .active {
    background-color: white !important;
    color: black !important;
    border-radius: 0 !important;
}

.dropdown-item {
    margin-bottom: 0 !important;
    padding: 12px !important;
}

.dropdown-menu {
    cursor: pointer;
    padding: 0;
}

.business-lending-main-div {
    margin: -25px -140px;
}

.business-lending {
    width: 100vw;
    background-image: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/6ba1a8a0-a529-41f0-94bf-90214e1f9a43.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.business-lending #get-started-button:hover {
    background-color: white;
    color: black;
}

.business-lending h1 {
    color: white;
    font-size: 54px;
}

.business-lending p {
    margin-top: 16px;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.business-lending button {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

.entrepreneurs-div {
    background-color: #F3F6FF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    text-align: center;
}

.entrepreneurs-div h1 {
    color: rgba(71, 74, 87, 1);
    font-size: 54px;
    font-weight: bold;
}

.entrepreneurs-div p {
    font-size: 18px;
    color: rgba(150, 155, 171, 1);
    margin-top: 10px;
    margin-bottom: 40px;
}

.entrepreneurs-div .problems-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.problem {
    padding: 42px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
    text-align: center;
    background-color: white;
}

.problem h2 {
    font-weight: bold;
}

.target-companies-div {
    width: 100vw;
    background-image: url('https://pocketly-public-bucket.s3.ap-south-1.amazonaws.com/f337a058-a7f1-49a6-904d-b124e41d08dc.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.target-companies-div h1 {
    color: white;
    font-size: 54px;
    font-weight: bold;
}

.target-companies-div p {
    font-size: 18px;
    color: white;
    margin-top: 10px;
    margin-bottom: 40px;
}

.categories-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.category {
    padding: 42px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
    text-align: center;
}

.category p {
    color: white;
    font-weight: bold;
}

.information-div {
    background-color: rgba(249, 251, 252, 1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 40px 100px;
}

.information-div h1 {
    font-weight: bold;
    color: rgba(71, 74, 87, 1);
}

.information-form-div, .input-divs {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}

.information-form-div {
    align-items: center;
}

.information-div .input-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
}

.input-div input {
    height: 48px;
    border-radius: 8px;
    background-color: #F7F7F9;
    color: rgba(71, 74, 87, 1);
    padding: 16px;
    border: 1px solid rgba(226, 226, 226, 1);
}

.input-div input#special {
    padding: 8px;
}

.information-form-div label, .information-form-div p {
    color: rgba(150, 155, 171, 1);
}

.information-form-div button {
    background-color: rgba(64, 96, 200, 1);
    border: 1px solid rgba(64, 96, 200, 1);
    color: rgba(226, 226, 226, 1);
    padding: 16px 48px;
    border-radius: 8px;
    cursor: pointer;
}

.image-div img {
    object-fit: contain;
}

.nav-item{
    display: flex !important;
    align-items: center !important;
}
