.neer-inner-sec {
    padding-top: 200px;
}
.neer-aboutus-wrap {
    width: 80%;
    margin: 0 auto;
}
.neer-aboutus h5 {
    margin-bottom: 15px;
    color: #000;
    font-size: 60px;
    line-height: 74px;
}
.neer-aboutus p {
    margin-bottom: 20px;
}
.neer-title-heading {
    font-size: 5em;
    line-height: 140%;
    margin-bottom: 20px;
}
/* About Founders */
.neer-about-founders-wrapper {
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.neer-about-founders-wrapper .neer-container {
    width: 100%;
}
.neer-about-founders-wrapper .neer-about-founders-details {
    width: 23%;
    padding: 20px 30px;
}
.neer-about-founders-wrapper .neer-about-founders-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 20px 30px;
}
.neer-about-founders-card .neer-about-founders-img {
    width: 275px;
    height: 340px;
}
.neer-about-founders-card .neer-about-founders-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.neer-about-founders-img.turn-left {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-18deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.neer-about-founders-img.turn-right {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(18deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.neer-c-section p {
    margin-bottom: 0;
}
/* aboutus */
.neer-founders,
.neer-testimonials {
    text-align: center;
}
.neer-founders h3,
.neer-testimonials-wrap h3 {
    margin-bottom: 20px;
}
.neer-founders h6 {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}
.neer-founders-details img {
    width: 70%;
    border-radius: 20px;
    margin: 0 auto 60px;
}
.neer-founders-details p {
    font-size: 18px;
    line-height: 160%;
    width: 50%;
    color: #8e8b8b;
    margin: 30px auto 0;
}
.neer-founders-details button {
    margin-top: 50px;
}
/* ---- Why Partner ---- */
.neer-whypartner-wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    text-transform: capitalize;
}
.neer-whypartner-details {
    flex-wrap: wrap;
}
.neer-whypartner-card {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    background-image: url("../images/bg-text.png");
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    background-color: rgb(62, 62, 62);
    width: 20%;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.neer-whypartner-card:nth-child(2n) {
    background: #1b8df1;
}
.neer-whypartner-card h5 {
    font-size: 1.3em;
    line-height: 160%;
    margin-bottom: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 100px;
}
.neer-whypartner-card p {
    color: #fff;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 0;
}
.neer-whypartner-card:nth-child(2n) p {
    color: #fff;
}

/* wave */
.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
}

.wave {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

/* Privacy Policy */
.neer-privacy-details {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0 0;
}
.neer-privacy-details h3 {
    margin-bottom: 50px;
    text-align: center;
}
.neer-privacy-card {
    margin-top: 50px;
}
.neer-privacy-card h4 {
    font-size: 24px;
    color: #303142;
    line-height: 160%;
}
.neer-privacy-card li {
    list-style-type: disc;
    margin: 20px 60px;
    font-size: 18px;
    line-height: 160%;
}
.neer-privacy-email {
    margin-top: 50px;
    text-align: center;
}
/* neer-distri-list-card */
.neer-distributions-wrap {
    width: 100%;
}
.neer-distributions p{
    width: 50%;
    margin: 0 auto 40px;
}
.neer-distributions img {
    width: 100%;
}
.neer-distri-list {
    background-color: #1b8df1;
}
.neer-distri-list-details {
    flex-wrap: wrap;
    justify-content: center;
}
.neer-distri-list-card {
    width: calc(33% - 60px);
    margin: 30px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.neer-distri-list-card img {
    height: 250px;
    margin-bottom: 20px;
    filter: grayscale(1) invert(1);
}
.neer-distri-list h6,
.neer-distri-list h3 {
    color: #fff;
}
.neer-distri-list-card h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.neer-distri-list-card p {
    color: #e2e2e2;
}
@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}
@media screen and (max-width: 991px) {
    .neer-whypartner-wrapper{
        width: 100%;
    }
    .neer-inner-sec {
        padding-top: 100px;
    }
    .neer-inner-sec {
        padding: 120px 0 40px;
    }
    .neer-founders-details p,
    .neer-aboutus-wrap {
        width: 100%;
    }
    .neer-whypartner-card {
        width: 100%;
        height: auto;
        padding: 25px;
    }
    .neer-whypartner-card h5{
        min-height: 80px;
    }
    .neer-privacy-details {
        width: 100%;
    }
    .neer-privacy-details h3 {
        margin-bottom: 20px;
    }
    .neer-privacy-card {
        margin-top: 20px;
    }
    .neer-privacy-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .neer-privacy-card li {
        font-size: 16px;
        margin: 10px 30px;
    }
    .neer-distributions-wrap,
    .neer-distributions p {
        width: 100%;
    }
    .neer-distri-list-card {
        width: 100%;
        margin: 20px 0;
    }
    .neer-distri-list-card img{
        height: 150px;
    }
}
