@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url(./assets/font/Gilroy-SemiBold.ttf);
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(./assets/font/Gilroy-Regular.ttf);
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(./assets/font/Gilroy-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0f0f0f;
    font-family: 'Gilroy-Regular', sans-serif;
    color: #ffffff;
}

a {
    outline: 0px;
    text-decoration: none;
}

/* SECTION: FIRST */
.section-first {
    padding: 60px 200px 200px;
    background-image: url(./assets/images/hero-bg.webp);
    background-size: cover;
    background-position: bottom right;
    overflow: hidden;
    /* height: 100vh; */
}

.section-header {
    max-height: 66px;
    display: flex;
    justify-content: space-between;
}

.section-header-logo img {
    height: 100%;
}

.section-navbar-menu-item {
    display: flex;
    align-items: center;
}

.section-navbar-menu-item div {
    padding: 0px 20px 0px 30px;
}

.section-navbar-menu-item a {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 18px;
    opacity: 0.8;
    line-height: 36px;
    color: white;
    white-space: nowrap;
}

.section-banner-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-banner-heading {
    margin-top: 100px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 106px;
    line-height: 125px;
    text-align: center;
    white-space: pre-line;
    letter-spacing: -3px;
}

.section-banner-paragraph {
    margin-top: 35px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.2px;
    text-align: center;
}

.section-banner-button button {
    margin-top: 58px;
    padding: 20px 65px;
    border-radius: 40px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    border: none;
}

/* SECTION: SECOND */
.section-second {
    height: 800px;
    position: relative;
    overflow: hidden;
    background-image: url(./assets/images/video-bg.jpeg);
    background-size: cover;
    background-position: top right;
}

.section-second-container img {
    position: absolute;
    left: calc(50% - 198px);
    top: 6%;
}

/* SECTION: THIRD */
.section-third {
    position: relative;
    padding: 240px 200px 180px;
    background-color: #ee2f4c;
    color: #ffffff;
    background-image: url(./assets/images/deserve-more-bg.webp);
    background-size: cover;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    /* min-height: 100vh; */
    /* justify-content: space-between; */
}

.section-third-header1 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    opacity: 0.9;
    width: 670px;
}

.section-third-header2 {
    font-family: 'Gilroy-Bold';
    font-size: 32px;
    letter-spacing: -0.2px;
    line-height: 38px;
    max-width: 630px;
    margin-top: 16px;
    /* white-space: pre-line; */
}

.section-third-paragraph {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    width: 630px;
    /* white-space: pre-line; */
    margin-bottom: 40px;
}

.section-third-button button {
    padding: 20px 65px;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Gilroy-Bold', sans-serif;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 30px;
    border-radius: 40px;
    cursor: pointer;
    border: none;
}

/* SECTION: FOURTH */

.section-fourth {
    background-color: #f8f8f8;
    color: #212426;
    padding: 60px 200px;
}

.section-fourth-heading {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 38px;
}

.section-fourth-logo {
    background-image: url(./assets/images/brands-desktop.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    margin-top: 50px;
}

/* SECTION: FIFTH */
.section-fifth {
    background-color: #1a61e9;
    padding: 240px 200px 180px;
    background-image: url(./assets/images/money-matters-bg.webp);
    background-size: cover;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
}

.section-fifth-header1 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    opacity: 0.9;
    /* white-space: pre-line; */
}

.section-fifth-header2 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 32px;
    letter-spacing: -0.2px;
    line-height: 38px;
    width: 630px;
    margin-top: 16px;
}

.section-fifth-paragraph {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    width: 630px;
    margin-bottom: 40px;
}

.section-fifth-button button {
    font-family: 'Gilroy-Bold', sans-serif;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 30px;
    background-color: #ffffff;
    color: #000000;
    padding: 20px 65px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}

/* SECTION: SIXTH */
.section-sixth {
    width: 1040px;
    padding: 240px 200px 250px;
    background-image: url(./assets/images/hero-bg.webp);
    display: flex;
    min-height: 100vh;
}

.section-sixth-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-sixth-left-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-content-heading {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 105px;
    letter-spacing: -3.15px;
    line-height: 105px;
    opacity: 0.9;
    white-space: pre-line;
}

.left-content-paragraph {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    /* width: 600px; */
    margin-top: 52px;
}

.section-sixth-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section-sixth-right-image-placeholder {
    position: sticky;
    top: 100px;
    max-width: 322px;
    height: 600px;
    box-shadow: rgb(250 250 255 / 16%) 0px -5px 6px 0px inset, rgb(38 37 37 / 24%) 4px 6px 11px 1px inset;
    border-radius: 46px;
    padding: 16px 14px;
}

.section-sixth-right-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 46px;
}

/* SECTION: SEVENTH */
.section-seventh {
    background-image: url('./assets/images/neopop-image-mock.png');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

/* SECTION: EIGHTH */
.section-eighth {
    background-color: #5a1ecb;
    background-image: url('./assets/images/security-bg.webp');
    background-size: cover;
    background-position: center center;
    padding: 150px 200px;
}

.section-eighth-heading1 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 100px;
    letter-spacing: -3.15px;
    line-height: 96px;
    white-space: pre-line;
    opacity: 0.9;
}

.section-eighth-heading2 {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 32px;
    letter-spacing: -0.2px;
    line-height: 38px;
    margin-top: 16px;
    width: 630px;
    white-space: pre-line;
}

.section-eight-paragraph1 {
    font-family: 'Gilroy-SemiBold', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    width: 630px;
    white-space: pre-line;
    margin-bottom: 40px;
}

.section-eighth button {
    font-family: 'Gilroy-Bold', sans-serif;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 30px;
    background-color: #ffffff;
    color: #000000;
    padding: 20px 65px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}

/* SECTION: NINE */
.section-nine {
    background-color: #027757;
    background-image: url('./assets/images/trust-bg.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 200px;
    color: #ffffff;
    position: relative;
    display: flex;
}

.section-nine-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-nine-right {
    width: 50%;
    margin-left: 30px;
}

.section-nine-left-heading {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 60px;
    letter-spacing: -1.15px;
    line-height: 64px;
    opacity: 0.9;
}

.section-nine-right {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    max-width: 550px;
}

.section-nine-right-para1, .section-nine-right-para2, .section-nine-right-para3 {
    margin-top: 20px;
}

/* SECTION: TEN */
.section-ten {
    background-image: url('./assets/images/hero-bg.webp');
    background-position: top right;
    background-size: cover;
    color: #ffffff;
    padding: 150px 200px;
    font-family: 'Gilroy-Bold', sans-serif;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.section-ten-app {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 60px;
}

.section-ten-app-left {
    padding-right: 75px;
}

.section-ten-app-left-rating {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 48px;
}

.section-ten-app-right {
    padding-left: 75px;
}

.section-ten-app-right-rating {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 48px;
}

.app-rating {
    font-size: 160px;
    line-height: 120px;
    padding-right: 16px;
    opacity: 0.9;
}

.app-store {
    font-size: 60px;
    line-height: 55px;
    padding-left: 16px;
    color: rgb(236, 233, 234);
    opacity: 0.9;
}

.star-rating {
    padding-bottom: 48px;
}

.star-rating img {
    width: 179px;
    height: 28px;
}

.apple-button {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Gilroy-Bold', sans-serif;
    padding: 15px 0px;
    width: 310px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 48px;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

.apple-button img {
    width: 44px;
}

.apple-button p {
    padding-left: 8px;
    font-size: 20px;
    line-height: 18px;
}

/* SECTION: TESTIMONIALS SLIDER */
.testimonials-slider {
	position: relative;
	overflow: hidden;
	height: 250px;
    width: 900px;
    margin: auto;
}

.testimonials-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s;
}

.testimonials-slide.active {
	opacity: 1;
}

.testimonial-text {
    font-family: 'Gilroy-Regular', sans-serif;
	font-size: 18px;
	text-align: center;
    line-height: 30px;
    padding-bottom: 32px;
}

.testimonial-author {
    font-family: 'Gilroy-Regular', sans-serif;
	font-size: 18px;
	text-align: center;
    line-height: 22px;
}

.dot-navigation {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
	background-color: #333;
	cursor: pointer;
}

.dot.active {
	background-color: #ccc;
}

.section-disclaimer {
    padding: 30px 200px;
    background-color: #ffffff;
    height: 25px;
}

.section-disclaimer p {
    color: #000000;
    font-family: 'Gilroy-Regular', sans-serif;
    text-align: center;
}