@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff;
    color: #989da0;
    overflow-x: hidden;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
    color: #822455;
}

a:hover {
    color: #75204a;
}

 :focus {
    outline: none;
    border: none;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #000;
}

h3,
h4,
h5,
h6 {
    font-size: 1.9em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #000;
}

form,
input,
select,
textarea,
p {
    margin: 0px;
    padding: 0;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.modal_wrapper {
    width: 100%;
    position: absolute;
    padding-top: 50px;
    top: 0;
    left: 0;
    z-index: 1001;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
section,
div,
aside,
article,
p,
span,
strong,
nav,
li,
a,
em,
table,
tr,
td,
th,
figure,
figcaption,
label,
input,
button,
select,
textarea {
    font-family: 'Poppins';
}

* {
    box-sizing: border-box;
}


/*IE below 9*/

#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}


/*End IE below 9*/

.page-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.flex {
    display: flex;
}

.flex-justify {
    justify-content: space-between;
    display: flex;
}

.page-center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* Home */

p {
    font-size: 15px;
    color: #525f69;
    line-height: 25px;
    margin-bottom: 30px;
}

.page-header {
    padding: 68px 0 0px 0;
}

.logo-nav-wrapper {
    justify-content: space-between;
}

.page-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-nav li {
    padding: 15px 0 0 25px;
}

.page-nav li a {
    display: inline-block;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    padding-bottom: 15px;
    border-bottom: solid 2px transparent;
}

.page-nav li a:hover,
.page-nav li.active a {
    border-bottom: solid 2px #fff;
}

.responsive-menu-wrapper {
    display: none;
}

nav.footer-nav {
    display: flex;
    align-items: flex-end;
}

.hamburger {
    margin: auto;
    width: 36px;
    height: 17px;
    display: flex;
    cursor: pointer;
}

.hamburger span {
    display: block;
    position: relative;
    margin: auto;
    width: 31px;
    height: 2px;
    background-color: #651939;
}

.hamburger span::before,
.hamburger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #651939;
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}

.hamburger span::before {
    top: -7px;
}

.hamburger span:after {
    bottom: -8px;
}

.hamburger:hover span::before,
.hamburger:hover span::after {
    width: 31px;
}

.hamburger-menu-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: flex-end;
}

.hamburger-menu-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: #651939; */
    opacity: 0.93;
    z-index: 1000;
}

.menu-wrapper {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-left: auto;
    z-index: 1500;
    position: relative;
}

.menu-close {
    position: absolute;
    top: 50px;
    right: 60px;
    font-size: 26px;
    color: #000;
}

.hamburger-nav>ul>li {
    display: block;
    padding: 17px 0;
}

.hamburger-nav>ul>li>a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #7a224e;
}

.hamburger-nav>ul>li>span {
    cursor: pointer;
}

.hamburger-nav>ul>li>span::after {
    content: "+";
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 0 0 10px;
    color: #651939;
    position: absolute;
}

.hamburger-nav>ul>li>span.open::after,
.hamburger-nav>ul>li.selected>span::after {
    content: "-";
}

.hamburger-nav>ul>li>a:hover {
    color: #a23470;
}

.hamburger-nav li>ul {
    padding-top: 10px;
    display: none;
}

.hamburger-nav li>ul li {
    display: block;
    position: relative;
}

.hamburger-nav li>ul li:last-child {
    padding-bottom: 0;
}

.hamburger-nav li>ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #651939;
    top: 17px;
    left: 0;
}

.hamburger-nav li>ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}

.header-banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
    min-height: 950px;
}

.home-banner-content h1 {
    font-size: 110px;
    line-height: 101px;
    color: #fff;
    text-align: left;
    font-weight: 900;
    margin-bottom: 40px;
}

.home-banner-content p {
    font-size: 34px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 0;
    text-shadow: 1px 1px 9px rgb(41, 41, 41);
}

.home-titleform {
    max-width: 555px;
}

.home-banner-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}

.three-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-work {
    padding: 40px;
    flex: 0 0 25%;
}

.work-slider {
    position: relative;
}


.work-slider img {
    -webkit-box-shadow: 11px 11px 40px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 11px 11px 40px 0px rgba(0,0,0,0.2);
    box-shadow: 11px 11px 40px 0px rgba(0,0,0,0.2);
}

.banner-img {
    position: absolute;
    width: 90%;
    right: 0;
}

.navigation {
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    margin: auto;
    justify-content: center;
}

.navigation a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 9px 5px !important;
    z-index: 10;
    width: 9px;
    height: 9px;
    text-align: center;
    line-height: 15px;
    font-size: 0;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    background: #99999b;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
}

.navigation a.active {
    background: #8b2b5b;
}

.banner-img .navigation::after {
    content: "";
    border-right: dotted 2px #ccc;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 25px;
    z-index: 1;
}

.slider-container {
    position: relative;
}

.example-desc {
    margin: 3px 0;
    padding: 5px;
}

#carousel {
    width: 100%;
    height: 750px;
    position: relative;
    clear: both;
    background: #FFF;
}

#carousel img {
    visibility: hidden;
    /* hide images until carousel can handle them */
    cursor: pointer;
    /* otherwise it's not as obvious items can be clicked */
}

.split-left {
    width: 450px;
    float: left;
}

.split-right {
    width: 400px;
    float: left;
    margin-left: 10px;
}

#callback-output {
    height: 250px;
    overflow: scroll;
}

textarea#newoptions {
    width: 430px;
}

.page-title h2 {
    font-size: 40px;
    color: #28455c;
    font-weight: 600;
    margin-bottom: 5px;
}

.page-title p {
    margin-bottom: 40px;
    white-space: pre-wrap;
    font-weight: 300;
    font-size: 17px;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.howitworks-wrapper {
    text-align: left;
    position: relative;
}

.howitworks-wrapper .flex-justify {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}

.howit-works {
    max-width: 25%;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    min-height: 358px;
    background-color: #fff;
    padding: 45px 30px 40px;
    border-right: solid 2px #f1f1f1;
}

.howit-works:hover h3 {
    color: #fff;
}

.howit-works:hover p {
    color: #fff;
}

.howit-works:hover {
    background-color: #802250;
    color: #fff;
    background-image: url(../images/worksbghr.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.howit-works figure {
    width: 93px;
    height: 93px;
    position: absolute;
    bottom: 40px;
    background-repeat: no-repeat;
}

.howit-works figure {
    background-position: 0 0 !important;
}

.howit-works:hover figure {
    background-position: -97px 0 !important;
}

.howit-works:nth-of-type(1) figure {
    background-image: url(../images/works1.png);
}

.howit-works:nth-of-type(1):hover figure {
    background-image: url(../images/works1.png);
}

.howit-works:nth-of-type(2) figure {
    background-image: url(../images/works2.png);
}

.howit-works:nth-of-type(2):hover figure {
    background-image: url(../images/works2.png);
}

.howit-works:nth-of-type(3) figure {
    background-image: url(../images/works3.png);
}

.howit-works:nth-of-type(3):hover figure {
    background-image: url(../images/works3.png);
}

.howit-works:nth-of-type(4) figure {
    background-image: url(../images/works4.png);
}

.howit-works:nth-of-type(4):hover figure {
    background-image: url(../images/works4.png);
}

.howit-works h3 {
    font-size: 18px;
    color: #28455c;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.howit-works p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

.luxuaryslider-section {
    background-image: url(../images/luxuryslider-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 84%;
    padding: 75px 0 57px 0;
    margin-top: -50px;
    margin-bottom: 50px;
}

.swiper-car {
    width: 550px;
    margin-top: 35px;
}

.swiper-mobile {
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 999999;
    position: inherit;
    width: 62%;
}

.count-slider {
    color: #bcc1c7;
    font-size: 78px;
    font-weight: 300;
    font-family: 'OpenSans';
}

.count-slider span {
    color: #bcc1c7;
    font-size: 78px;
    font-weight: 300;
    font-family: 'OpenSans';
}

span.count_one {
    color: #ce5b95;
}

.count_two {}

.count_divide {
    letter-spacing: -21px;
    margin-left: -20px;
}

.luxuryslider-left {
    position: relative;
    width: 35%;
}

.swiper-pagination {
    right: 0;
}

.swiper-controls {
    align-items: center;
    margin-top: 50px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #bbc0c6;
    opacity: 1;
    margin-right: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #28455c;
}

.luxuaryslider-section .page-center {
    margin-top: 90px;
}

.luxuryslider-right {}

.luxuryslider-left h1 {
    font-weight: 700;
    font-size: 78px;
    line-height: 80px;
    letter-spacing: 5px;
    color: #29465d;
    font-family: 'OpenSans';
}

.luxuryslider-right h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    margin-top: 40px;
    color: #29465d;
    text-align: center;
    font-family: 'OpenSans';
}

.swiper-car .swiper-pagination-fraction {
    z-index: 99999999;
    bottom: 0px;
    font-size: 35px;
    position: initial;
    display: flex;
}

.features-section {
    background-image: url(../images/features-bg.png);
    background-repeat: repeat-x;
    background-color: #f0f0f0;
    background-position: top;
    background-size: contain;
}

.features-section .feature-left-img {
    padding-right: 65px;
    padding-left: 3vw;
    background-repeat: no-repeat;
    padding-bottom: 45px;
}

.features-section .figfeature-left-img img {
    overflow: hidden;
    /* max-width: 506px; */
    min-height: 740px;
}

.feature-list ul li figure {
    width: 84px;
    height: 84px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.27);
}

.feature-list ul li span {
    color: #822455;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-list ul li:nth-of-type(2) {
    margin-top: 76px;
}

.feature-list ul li:nth-of-type(3) {
    margin-top: 146px;
}

.feature-list ul li:nth-of-type(4) {
    margin-top: 100px;
}

.feature-list ul {
    justify-content: space-between;
}

.features-text {
    margin-top: 70px;
}

.features-content {
    max-width: 660px;
    /* min-height: 560px; */
    padding-right: 4rem;
}

.features-content p {
    margin-bottom: 25px;
}


/* Style the buttons inside the tab */

.playstore-app {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
}

.playstore-content {
    position: absolute;
    z-index: 99;
}

.playstore-app img {
    width: 100%;
}

.playstore-app h2 {
    font-size: 39px;
    line-height: 39px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.playstore-app span {
    font-weight: 600;
}

.playstore-app p {
    color: #fff;
    width: 60%;
    text-align: center;
    margin: 0 auto 30px auto;
}

.playstore-app ul {
    display: flex;
    justify-content: center;
}

.playstore-app ul li {
    margin-right: 15px;
}

.work-slider {
    text-align: center;
    padding-bottom: 70px;
}

.work-slider h2 {
    font-size: 40px;
    color: #28455c;
    font-weight: 600;
    margin-top: 15px;
    margin-top: 60px;
}

.work-slider .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.work-slider .button {
    margin-left: 0 3%;
    width: 2rem;
    cursor: pointer;
}

.work-slider .button--inactive {
    opacity: 0.2;
}

.work-slider .button img {
    width: 60%;
}

.work-slider .cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-slider .cards__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25rem;
}

.work-slider .box {
    /*     margin: -1.5rem; */
    width: 12rem;
    height: 20rem;
    box-shadow: 0px 0px 2rem 0px #888888;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* transition: 1s all; */
}

.work-slider .box:nth-child(2n) {
    transform: scale(0.85);
    z-index: -1;
}

.work-slider .box:nth-child(2) {
    left: 5%;
}

.work-slider .box:nth-child(4) {
    left: -5%;
}

.work-slider .box:nth-child(4n+1) {
    transform: scale(0.75);
    z-index: -2;
}

.work-slider .box:nth-child(1) {
    left: 15%;
}

.work-slider .box:nth-child(5) {
    left: -15%;
}

.work-slider .card__text-content {
    text-align: center;
    width: 75%;
}

.work-slider .card__title {
    padding: 1rem;
}

.work-slider .box--hide {
    display: none;
}

.page-footer {
    background-color: #1d1c1c;
    padding: 31px 0 20px 0;
}

.bottom-footer {
    background-color: #101010;
}

.bottom-footer .page-center {
    align-items: center;
    justify-content: space-between;
    height: 55px;
}

.bottom-footer p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 0;
}

.page-footer a {
    color: #fff;
}

.footer-menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
}

.contact-ftr {
    max-width: 260px;
    padding-left: 40px;
}

.page-logo-contact {
    display: flex;
}

.contact-ftr li {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 9px;
    line-height: 19px;
    text-align: left;
}

.contact-ftr li img {
    margin-right: 18px;
}

.footer-nav ul li {
    padding-left: 20px;
    font-size: 15px;
    font-weight: normal;
}

.social-ftr {
    padding-top: 20px;
}

.social-ftr li {
    padding-left: 20px;
}


/* ------------------------------------------------------------------------- MEDIA QUERY ---------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1920px) {
    .features-content {
        max-width: 770px;
    }
    .feature-list ul li:nth-of-type(1) {
        margin-top: -15px;
    }
    .feature-list ul li:nth-of-type(2) {
        margin-top: 81px;
    }
    .feature-list ul li:nth-of-type(3) {
        margin-top: 152px;
    }
    .feature-list ul li:nth-of-type(4) {
        margin-top: 80px;
    }
    .features-section .feature-left-img {
        padding-left: 9vw;
    }
    .banner-img {
        width: 100%;
    }
    .header-banner {
        min-height: 1080px;
    }
}

@media screen and (max-width: 1700px) {
    .page-center {
        max-width: 76.471vw;
    }
    section.features-section {
        background-size: 115%;
    }
    .feature-list ul li:nth-of-type(1) {
        margin-top: -18px;
    }
    .feature-list ul li:nth-of-type(2) {
        margin-top: 55px;
    }
    .feature-list ul li:nth-of-type(3) {
        margin-top: 144px;
    }
    .feature-list ul li:nth-of-type(4) {
        margin-top: 115px;
    }
    .banner-img {
        width: 85%;
    }
}

@media screen and (max-width: 1600px) {
    .feature-list ul li:nth-of-type(1) {
        margin-top: -18px;
    }
    .feature-list ul li:nth-of-type(2) {
        margin-top: 55px;
    }
    .feature-list ul li:nth-of-type(3) {
        margin-top: 125px;
    }
    .feature-list ul li:nth-of-type(4) {
        margin-top: 72px;
    }
    .luxuaryslider-section {
        background-size: 90%;
        padding: 50px 0 57px 0;
    }
}

@media screen and (max-width: 1440px) {
    .page-center {
        max-width: 88vw;
    }
    .feature-list ul li:nth-of-type(1) {
        margin-top: 0px;
    }
    .feature-list ul li:nth-of-type(2) {
        margin-top: 71px;
    }
    .feature-list ul li:nth-of-type(3) {
        margin-top: 25px;
    }
    .feature-list ul li:nth-of-type(4) {
        margin-top: -57px;
    }
    .home-banner-content h1 {
        font-size: 95px;
        line-height: 90px;
        margin-bottom: 25px;
    }
    .luxuaryslider-section {
        background-size: 98%;
        padding: 50px 0 57px 0;
    }
}

@media screen and (max-width: 1200px) {
    .page-center {
        max-width: 95vw;
    }
    .page-content article,
    .page-content p {
        font-size: 1.15vw;
        line-height: 1.8vw;
    }
    .page-content p {
        margin-bottom: 1vw;
    }
    .banner-img {
        flex: 0 1 450px;
    }
}

@media screen and (max-width: 1100px) {
    .page-content article,
    .page-content p {
        font-size: 1.5vw;
        line-height: 2.6vw;
    }
    .page-content p {
        margin-bottom: 0.98vw;
    }
    .page-center {
        max-width: 90vw;
    }
}

@media screen and (max-width: 1024px) {
    .page-content p {
        font-size: 15px;
    }
    .page-header {
        padding: 40px 0 0px 0;
    }
    .home-banner-content h1 {
        font-size: 61px;
        line-height: 65px;
    }
    .header-banner {
        min-height: 720px;
    }
    .home-banner-content p {
        font-size: 25px;
        line-height: 32px;
    }
    .luxuaryslider-section {
        background-size: 98%;
        padding: 20px 0 37px 0;
    }
    .luxuryslider-left h1 {
        font-size: 67px;
        line-height: 70px;
    }
    .count-slider span {
        font-size: 50px;
    }
    .count-slider {
        font-size: 49px;
    }
    .count_divide {
        letter-spacing: -14px;
        margin-left: -14px;
    }
    .luxuaryslider-section .page-center {
        margin-top: 50px;
    }
    .luxuryslider-right h6 {
        margin-top: 0px;
    }
    .feature-list ul li figure {
        width: 70px;
        height: 70px;
    }
    .feature-list ul li figure img {
        width: 40px;
    }
    .feature-list ul li span {
        font-size: 14px;
        margin-bottom: 4px;
    }
    section.features-section {
        background-size: 128%;
    }
    .feature-list ul li:nth-of-type(1) {
        margin-top: 10px;
    }
    .feature-list ul li:nth-of-type(2) {
        margin-top: 71px;
    }
    .feature-list ul li:nth-of-type(3) {
        margin-top: 50px;
    }
    .feature-list ul li:nth-of-type(4) {
        margin-top: 12px;
    }
    .playstore-app>img {
        height: 250px;
    }
    .playstore-app h2 {
        font-size: 30px;
    }
    .playstore-app ul li {
        width: 33%;
    }
    .page-title h2 {
        font-size: 35px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 900px) {
    .page-center {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    .page-header {
        padding-right: 15px;
        padding-left: 15px;
    }
    .page-content article,
    .page-content p {
        font-size: 13px;
        line-height: 18px;
    }
    .page-content p {
        margin-bottom: 16px;
    }
    .luxuryslider-left h1 {
        font-size: 55px;
        line-height: 50px;
        margin-top: 57px;
    }
    .feature-list ul li:nth-of-type(2) {
        margin-top: 39px;
    }
    .feature-list ul li:nth-of-type(1) {
        margin-top: 0px;
    }
    .feature-list ul li:nth-of-type(3) {
        margin-top: 32px;
    }
    .feature-list ul li:nth-of-type(4) {
        margin-top: -5px;
    }
    .features-text {
        margin-top: 20px;
    }
    .count-slider span {
        font-size: 40px;
    }
    .playstore-app h2 {
        font-size: 27px;
    }
    .page-footer {
        padding: 30px 0 50px;
    }
    .footer-nav ul li {
        padding-left: 12px;
        font-size: 14px;
    }
    .swiper-car {
        width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .responsive-menu-wrapper {
        display: block;
    }
    .hamburger span,
    .hamburger span::before,
    .hamburger span:after {
        background-color: #ffffff;
    }
    .page-content h2 {
        font-size: 24px;
    }
    .page-nav {
        display: none;
    }
    .page-content article,
    .page-content p {
        font-size: 13px;
        line-height: 24px;
    }
    .page-content p {
        margin-bottom: 14px;
    }
    .hamburger-nav>ul>li {
        padding: 10px 0;
    }
    .hamburger-nav>ul>li>span::after {
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 0 10px;
    }
    .hamburger-nav li>ul li::before {
        width: 5px;
        height: 5px;
        top: 12px;
        left: 0;
    }
    .menu-contact {
        padding: 7px 0;
    }
    .menu-close {
        top: 54px;
        right: 40px;
        font-size: 31px;
    }
    .menu-icon {
        margin-top: 25px;
    }
    .header-banner {
        min-height: 652px;
        background-position: unset;
    }
    .howitworks-wrapper .flex-justify {
        flex-flow: wrap;
    }
    .howit-works {
        max-width: 50%;
        padding-left: 30px;
        padding-top: 30px;
        min-height: 280px;
        border-bottom: solid 2px #f1f1f1;
    }
    .luxuryslider-left h1 {
        font-size: 43px;
        line-height: 40px;
        margin-top: 55px;
        letter-spacing: 3px;
    }
    .swiper-controls {
        align-items: center;
        flex-direction: column;
    }
    .swiper-pagination {
        left: 0;
        right: 0;
        margin-top: 66px;
    }
    .features-section>.flex {
        display: flex;
        flex-direction: column;
    }
    .features-section .feature-left-img {
        padding: 0;
        width: 50%;
        margin: auto;
    }
    section.features-section {
        background-size: 100%;
    }
    .features-content {
        max-width: 100%;
        padding: 20px;
    }
    .feature-list ul li {
        margin-top: 0 !important;
    }
    .footer-wrapper.flex {
        flex-direction: column;
    }
    .footer-menu {
        align-items: center;
        padding-right: 0;
        margin: 30px 0;
    }
    .page-logo-contact {
        justify-content: center;
    }
    .qr-code {
        margin: auto;
    }
    .social-ftr li {
        padding-right: 20px;
        padding-left: 0;
    }
    .page-footer {
        padding: 20px;
    }
    .bottom-footer .page-center {
        padding: 0 35px;
    }
}

@media screen and (max-width: 600px) {
    .home-banner-content h1 {
        font-size: 47px;
        line-height: 47px;
        margin-bottom: 10px;
    }
    .howitworks-wrapper {
        padding: 30px 0;
    }
    .home-banner-content p {
        font-size: 21px;
        line-height: 28px;
    }
    .header-banner {
        min-height: 530px;
        background-size: 180%;
    }
    .luxuaryslider-section .page-center {
        margin-top: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .swiper-mobile {
        display: block;
    }
    .swiper-desktop {
        display: none;
    }
    .swiper-pagination {
        position: inherit;
    }
    .swiper-pagination {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .luxuaryslider-section {
        background-size: 110%;
        background-position: center;
    }
    .luxuryslider-left {
        width: 100%;
    }
    .swiper-controls {
        margin-top: 0px;
    }
    .bottom-footer .page-center {
        padding: 15px;
        flex-direction: column;
        height: initial;
    }
    .playstore-app h2 {
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .swiper-car {
        width: 380px;
    }
    .howit-works {
        min-height: 315px;
    }
    .header-banner {
        min-height: 480px;
        background-size: 220%;
    }
    .home-banner-content h1 {
        font-size: 36px;
        line-height: 33px;
    }
    .home-banner-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .page-logo-contact {
        flex-direction: column;
    }
    footer .page-logo {
        margin: 0 auto 20px auto;
    }
    .contact-ftr {
        max-width: 250px;
        padding-left: 0;
        margin: auto;
    }
    nav.footer-nav ul {
        align-items: center;
        flex-direction: column;
    }
    .footer-nav ul li {
        padding-left: 0;
        padding-bottom: 10px;
    }
    .contact-ftr li {
        justify-content: center;
    }
    .bottom-footer .page-center {
        text-align: center;
    }
    .luxuryslider-left h1 {
        margin-top: 30px;
    }
    .playstore-app p {
        width: 80%;
    }
    .bottom-footer p:nth-of-type(1) {
        width: 70%;
        margin: 0 auto 10px auto;
        line-height: 20px;
    }
}

@media only screen and (max-width:420px) {
    .howit-works {
        min-height: 300px;
        max-width: 100%;
    }
    .features-section .feature-left-img {
        width: 60%;
    }
    .luxuryslider-left h1 {
        font-size: 38px;
        line-height: 35px;
    }
    .feature-list ul {
        flex-wrap: wrap;
    }
    .feature-list ul li {
        margin-top: 15px !important;
        width: 50%;
    }
}

@media only screen and (max-width:380px) {
    .swiper-car {
        width: 300px;
    }
    .header-banner {
        min-height: 455px;
    }
    .playstore-app h2 {
        font-size: 19px;
    }
}

@media only screen and (max-width:320px) {
    .swiper-car {
        width: 260px;
    }
}