@font-face {
    font-family: PPPangramSans-Bold;
    src: url(../fonts/PPPangramSans-Bold.otf);
}

@font-face {
    font-family: PPPangramSans-Medium;
    src: url(../fonts/PPPangramSans-Medium.otf);
}

@font-face {
    font-family: PPPangramSans-Semibold;
    src: url(../fonts/PPPangramSans-Semibold.otf);
}

p {
    font-family: 'PPPANGRAMSANS-MEDIUM';
}
*,
nav,
button,
a {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 1s ease !important;
    transition: 1s ease !important;
}

body,
html {
    margin: 0;
    font-size: 16px;
    font-family: PPPangramSans-Medium, sans-serif;
}

html {
    scroll-behavior: smooth;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

.d-container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.d-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-sec {
    background-image: url(../images/hero-img.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.nav {
    display: flex;
    padding: 4rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    z-index: 999999999999999;
    position: fixed;
    width: 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.nav a img {
    width: 15rem;
    position: relative;
    z-index: 1;
}

.nav ul {
    display: flex;
    margin-right: auto;
}

.nav ul li {
    margin: 0 1.08rem;
}

.nav ul li a {
    color: #fff;
    font-size: 1.125rem;
    border-bottom: 2px solid transparent;
    font-family: PPPangramSans-Semibold;
    padding-bottom: 1px;
    border-bottom: 2px solid #fff;
}

.nav ul li a:hover {
    border-bottom: 2px solid #2668b2;
}

.nav .nav-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
}

.hero-sec .d-container {
    position: relative;
    z-index: 1;
}

.hero-sec .d-container .d-row {
    justify-content: end;
}

.hero-sec h1 {
    font-family: PPPangramSans-Medium;
    color: #fff;
    font-weight: initial;
    margin: 20.5rem 0 6rem;
    width: 105%;
    font-size: 4.95rem;
}

.hero-sec .hero-content {
    width: 40rem;
    max-width: 100%;
}

.hero-sec .hero-content img:nth-child(1) {
    width: 34%;
    float: left;
}

.hero-sec .hero-content img:nth-child(2) {
    width: 62.5%;
    float: left;
    margin-left: 3.5%;
}

.d-col-6 {
    width: 50%;
}

.d-container-fluid {
    padding: 0 15px;
}

.hero-sec .d-row {
    justify-content: end
}

.hero-sec .d-row .d-col-6 {
    display: flex;
}

.main-content {
    margin-top: -2rem;
    background-color: #fff;
    border-radius: 2rem;
    padding-top: 11rem;
    margin-bottom: -2rem;
    position: relative;
    z-index: 1;
}

.hero-sec .hero-content {
    margin-bottom: -23rem;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
}

.hero-sec .hero-content img {
    position: relative;
    z-index: 9;
    border-radius: .5rem;
    box-shadow: -10px 6px 15px rgba(0, 0, 0, .2)
}

.content-sec1 h6 {
    color: #2a68b0;
    font-weight: initial;
    font-size: 1.5rem;
    max-width: 30rem;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin-left: -6.5rem;
    font-family: PPPangramSans-Medium, sans-serif;
}

h6 {
    color: #2a68b0;
    font-weight: initial;
    font-size: 1.2rem;
    line-height: 1.4;
}

.content-sec2 {
    padding-top: 14rem;
}

.content-sec2 .content-sec2-img {
    margin-left: -15px;
    max-width: 115%;
    margin-top: -25%;
    max-height: 137.5%;
}

.content-sec2 h5 {
    margin-bottom: 1.5rem;
}

h5 {
    color: #000;
    font-weight: initial;
    font-family: PPPangramSans-Semibold;
    font-size: 1.55rem;
    margin: 1rem 0;
}

.content-sec2 p {
    max-width: 25rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    line-height: 1.25;
    font-family: 'PPPANGRAMSANS-MEDIUM';
}

.content-sec4-l p {
    font-size: 1rem;
    line-height: 1.25;
}

p {
    font-size: .95rem;
    margin-bottom: 1rem;
    color: #8e8e8e;
}

.content-sec2 .d-btn {
    margin-top: 3.5rem;
    font-family: 'PPPANGRAMSANS-SEMIBOLD';
}

.d-btn {
    background-color: #2a68b0;
    color: #fff;
    border: 0;
    border-radius: .3rem;
    padding: 1rem 4rem;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all .3s ease;
}

.d-btn:hover {
    background-color: #225591;

}

.content-sec2 .d-btn img {
    width: 1.5rem;
    margin-left: 0.75rem;
}

.content-sec2 a {
    text-decoration: none;
}

.content-sec3 {
    padding-bottom: 5rem;
    padding-top: 10rem;
}

.content-sec3 .d-row {
    justify-content: space-between;
    align-items: start
}

.content-sec3-box {
    background: linear-gradient(to top right, #fff, #f7f7f7);
    width: 10rem;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .4rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.content-sec3-box:nth-child(even) {
    margin-top: 5rem;
}

.content-sec3-box p {
    color: #000;
    line-height: 1.25;
    margin: 0;
    font-size: .7rem;
    text-transform: uppercase;
    font-family: PPPangramSans-Bold;
}

.content-sec3-box img {
    height: 2rem;
    margin-bottom: .7rem;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.content-sec4 {
    padding-top: 3rem;
    padding-bottom: 13rem;
}

.content-sec4 .d-row {
    flex-wrap: initial;
}

.content-sec4 .content-sec4-l {
    width: 38%;
}

.content-sec4 .content-sec4-r {
    width: calc(60% + 20rem);
    display: flex;
    position: relative;
    right: -8rem;
}

.content-sec4 .content-sec4-r .d-col-6:nth-child(2) {
    position: relative;
    right: -1.5rem;
}

.content-sec4 .content-sec4-r .d-col-6:nth-child(2) img:nth-child(2) {
    margin-top: 1.45rem;
}

.content-sec4 .d-row {
    align-items: center;
}

.content-sec4 .content-sec4-r img {
    border-radius: .5rem;
    box-shadow: -10px 6px 15px rgb(0 0 0 / 20%);
}

a {
    color: #2a68b0;
    font-size: .9rem;
    text-decoration: none;
}

a i {
    border-color: #2a68b0 !important;
    border-width: 0 2px 2px 0 !important;
    position: relative;
    top: -.1rem;
    left: .3rem;
}

.brands-sec {
    background-color: #000;
    position: relative;
    padding: 10.35rem 0;
}

.brand-shadow-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.brands-sec .d-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.brands-sec .d-row {
    justify-content: center;
    align-items: center;
}

.brands-sec p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5rem;
    font-family: PPPangramSans-Bold;
    font-weight: 500;
}

.brands-sec .d-row a img {
    margin: 0 auto;
    object-fit: contain;
}

.brands-sec .d-row a:nth-child(1) img {
    max-height: 2rem;
}

.brands-sec .d-row a:nth-child(4) img {
    max-height: 1.3rem;
}

.modular-slider-box div p {
    background-image: url(../images/w-bg.png);
}

.content-sec5 h5 {
    margin: 0;
    max-width: 25rem;
    font-size: 1.75rem;
}

.content-sec5 .d-container:nth-child(1) .d-row {
    justify-content: space-between;
    align-items: center;
}

.content-sec5-arrows {
    display: flex;
}

.content-sec5-arrows button {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    border: 0;
    background: linear-gradient(to top right, #fff, #f7f7f7);
    transition: all .3s ease;
    cursor: pointer;
    margin-left: .3rem;
}

.content-sec5-arrows button img {
    width: 1rem;
    position: relative;
    top: .1rem;
}

.content-sec5-arrows button:nth-child(1) img {
    transform: rotate(180deg)
}

.content-sec5-arrows button.active,
.content-sec5-arrows button:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(-1px);
}

.modular-slider {
    display: flex;
    width: 120%;
    max-width: 120%;
    overflow: hidden;
}

.modular-slider-main {
    padding-top: 4rem;
    padding-left: calc(50% - 660px);
    padding-bottom: 3rem;
    padding-right: 0;
}

.modular-slider-box {
    padding-right: 1rem;
    position: relative;
    flex: 0 0 25%;
}

.modular-slider-box div {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 1rem;
    display: flex;
    justify-content: center;
}

.modular-slider-box div p {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0;
    padding: .4rem 1rem;
    min-width: 12rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: .75rem;
    font-family: PPPangramSans-Bold;
    padding-bottom: .7rem;
}

.modular-slider-box ul {
    display: flex;
    position: absolute;
    bottom: 0.2rem;
        flex-flow: wrap;
}

.modular-slider-box ul li {
    margin-bottom: .4rem;
    padding: .4rem 1rem;
    background-color: rgba(255, 255, 255, .7);
    border-radius: .2rem;
    margin-left: .6rem;
    font-size: .75rem;
    font-family: PPPangramSans-Semibold;
    display: flex;
}

.slider-pagination {
    display: flex;
    margin-bottom: 2rem;
}

.slider-pagination li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e9e9e9;
    margin: 0 .2rem;
}

.content-sec5 .d-container:nth-child(3) {
    justify-content: center;
    display: flex;
}

.slider-pagination li.active {
    background-color: #2a68b0;
}

.content-sec6 {
    background-image: url(bg.png);
    background-size: cover;
    background-position: 50% 100%;

}

.content-sec6 {
    text-align: center;
    padding-top: 5rem;
    position: relative;
    padding-bottom: 6.9%;
    overflow: hidden;
}

.content-sec6 p {
    max-width: 25rem;
    font-size: 1.15rem;
    line-height: 1.25;
    margin: auto;
    margin-bottom: 2rem;
}

.content-sec6-slider {
    display: flex;
}

.content-sec6-slider div img {
    width: 100%;
    margin-left: -23%;
    position: relative;
    z-index: 1;
}

.content-hand-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0.5%;
}

.sec6-slider-box {
    width: 20%
}

.footer-sec1 {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.footer-sec1 {
    padding: 7rem 0;
    padding-top: 10rem;
}

.footer-sec1 h4 {
    color: #fff;
    font-weight: initial;
    font-size: 1.6rem;
    max-width: 25rem;
    margin-bottom: 2rem;
}

.footer-sec2 {
    background-color: #000;
    padding: 7rem 0;
    border-bottom: 2px solid transparent;
}

.footer-sec2 a img {
    width: 12rem;
}

.footer-sec2 ul {
    display: flex;
}

.footer-sec2 ul li {
    color: #fff;
    font-size: 14px;
    margin-right: 3rem;
}

.footer-sec2 .d-col-6 {
    align-items: center;
    display: flex;
}

.footer-sec2 a {
    color: #fff;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.content-sec4-l h5,
.content-sec2 h5 {
    font-size: 1.75rem;
    line-height: 1.25;
}

.content-sec2 h5 {
    margin-top: 6rem;
    margin-bottom: 2.25rem;
}

.content-sec4-l a {
    display: block;
    padding-top: 2rem;
}

.brands-sec {
    background-image: linear-gradient(45deg, #000000c7 -150% -45%, #1590fdc7 -7%, black 25%);
}

.hero-sec:after {
    content: "";
    position: absolute;
    background: black;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.hero-sec .d-container-fluid {
    z-index: 1000;
    position: relative;
}

.main-content {
    z-index: 999;
}main

.footer-sec2 ul a:hover {
    color: #2a68b0;
    border-bottom: 2px solid;
}

[data-aos] {
    transition: 0.5s ease;
}

.nav-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1700px;
    margin: auto;
    align-items: center;
}

nav.scrollHideShadow  {
    padding: 2rem 4rem;
}

.hero-imgs {
    width: 124%;
}

.content-sec4 p {
    max-width: 25rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    line-height: 1.25;
}

.content-sec4 a {
    font-size: 1.15rem;
    border-bottom: 2px solid transparent;
    width: inherit;
}

body {
    overflow-x: hidden;
}

.content-sec4-l a i {
    top: -0.2rem;
}

.brands-sec img {
    margin: auto;
}

.brands-sec .d-container {
    width: 1340px;
}

.content-sec6 h5 {
    font-size: 1.75rem;
        margin-top: 3rem;
}

.content-sec5 .d-container {
    width: 1340px;
}

.footer-sec2 li a:hover {
    color: #2a68b0;
    border-bottom: 2px solid #2a68b0;
}

button:hover,
.d-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(-1px);
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s !important;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s !important;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s !important;
}


.nav.scroll .nav-shadow {
    display: none;
}

.nav.scroll {
    background: #fff !important;
}

nav a.sticky-logo {
    display: none;
}

nav.scroll a.initial-logo {
    display: none;
}

nav.scroll .sticky-logo {
    display: flex !important;
}

.content-sec1 {
    z-index: 9;
    position: relative;
}

html {
    scroll-padding-top: 125px;
}

#applications,
#technology {
    padding-top: 100px;
}

.swiper-button-next,
.swiper-button-prev {
    left: initial !important;
    right: initial !important;
    position: relative !important;
    top: initial !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next[aria-disabled="false"],
.swiper-button-prev[aria-disabled="false"] {
    box-shadow: -10px 6px 15px rgb(0 0 0 / 20%);
}

.nav.scroll li a:hover {
    border-bottom: 2px solid !important;
}

.swiper-slide img {
    max-height: 400px;
}

.nav ul li a:hover {
    color: #2a68b0;
}

.content-sec4 a:hover {
    border-bottom: 2px solid;
    width: inherit;
}

body#homePage nav.scroll .d-btn {
    background: #2a68b0;
    border: 2px solid #2a68b0;
}

/* Newsletter Section */
.newsletter-sec {
    background-image: url(../images/platform/contact-banner.jpg);
    position: relative;
    padding: 197.6px 0;
    padding: 197.6px 0;
    padding: 12.35rem 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.newsletter-box h5 {
    color: #fff;
}

.newsletter-box {
    width: 100%;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    background: transparent;
    color: #fff;
    border-left: 0px none transparent;
    border-top: 0px none transparent;
    border-right: 0px none transparent;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    margin-bottom: 20px;
}

.content-sec4-r img.big-img-wrap {
    min-height: 495px;
    object-fit: cover;
    border-radius: 15px;
}


.how-it-work-box p {
    font-size: 1.15rem;
}

.newsletter-box {
    margin-left: 60px;
}

.newsletter-box h5 {
    font-size: 2rem;
}

.newsletter-box input::placeholder,
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PPPANGRAMSANS-SEMIBOLD';
    font-weight: 500;
    color: #fff;
}

.newsletter-box button {
    margin-top: 3rem;
    font-family: 'PPPANGRAMSANS-SEMIBOLD';
}

.nav.scroll ul li a:hover {
    color: #2a68b0 !important;
}

.flexDiv {
    display: flex;
    align-items: center;
}

.nav ul li a.active {
    border-bottom: 2px solid #2a68b0 !important;
}