@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Saira Stencil One';
    src: url('../fonts/SairaStencilOne-Regular.woff2') format('woff2'),
        url('../fonts/SairaStencilOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* :root {
    --white: #ffffff;
    --black: #000000;
    --lightgold: #F4D89D;
    --darkgrey: #0F0F0F;
    --transparentWhite: rgb(217 217 217 / 7%);
    --borderColor: #7E6F52;
    --headingTextBorderColor: #896321;
    --gradientColor: linear-gradient(to right, #70562c, #886d3f, #a08453, #b99c68, #d2b57e, #d2b57e, #d1b57e, #d1b57e, #b89c69, #9f8454, #876d40, #6f562d);
} */



:root {
    --white: #ffffff;
    --black: #000000;
    --lightgold: #fff;
    --darkgrey: #0F0F0F;
    --transparentWhite: rgb(217 217 217 / 7%);
    --borderColor: #fff;
    --headingTextBorderColor: #fff;
    --gradientColor: #fff;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', 'Saira Stencil One';
    background-color: var(--black);
}


/*Header Section Css Start Here*/
.headerSec {
    /* top: -100px; */
    transition: all 0.6s ease-in-out;
   position: relative;
   z-index: 10;
}


.max-container{
    max-width: calc(100% - 200px);
    margin: 0 auto;
}


.stickyHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--black);
    box-shadow: rgb(209 181 126 / 10%) 0px 2px 8px 0px;
}

.cstmNavbar .navbar-collapse>ul.navbar-nav li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px !important;
    text-transform: uppercase;
    font-family: "M PLUS 1p", serif;
    position: relative;
}

.cstmNavbarSec ul.navbar-nav li a:hover {
    color: var(--lightgold);
}

.cstmNavbarSec ul.navbar-nav li a.activeNav {
    color: var(--lightgold);
    font-weight: 500;
}

.cstmNavbarSec ul.navbar-nav li a::after {
    content: '';
    position: absolute;
    height: 4px;
    background: var(--gradientColor);
    left: 100%;
    right: 100%;
    bottom: -14px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.cstmNavbarSec ul.navbar-nav li:hover a::after, .cstmNavbarSec ul.navbar-nav li a.activeNav::after {
    content: '';
    left: 10px;
    right: 10px;
}

.userAccountBox ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    align-items: center;
}

.userAccountBox ul li::after {
    content: "/";
    color: var(--white);
    margin: 0px 5px;
}

.userAccountBox ul li:last-child:after {
    content: '';
    display: none;
}

.userAccountBox ul li i {
    font-size: 19px;
    color: var(--white);
    line-height: normal;
    margin-right: 5px;
}

.userAccountBox ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    font-family: "M PLUS 1p", serif;
    text-transform: uppercase;
}

.btnBox a {
    background-image: var(--gradientColor);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black);
    border-radius: 0px 15px 0px 15px;
    border-bottom: 4px solid #64460A;
}

/*Header Section Css End Here*/



/*Carousel Section Css Start Here*/
.bannerBox {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    justify-content: space-between;
}

/* .bannerBeforeShape {
    width: 50%;
    background: var(--transparentWhite);
    position: absolute;
    right: 0;
    top: -115px;
    bottom: 95px;
    border-radius: 0px 0px 0px 100px;
    z-index: -1;
} */

/* .banner_elipseShape {
    width: 300px;
    height: 300px;
    background: #FFB300;
    position: absolute;
    bottom: 170px;
    right: 20%;
    border-radius: 50%;
    filter: blur(170px);
    z-index: -11;
} */

.bannerContent span {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--lightgold);
}

.bannerContent h2 {
    font-size: 38px;
    color: var(--white);
    font-family: "M PLUS 1p", serif;
    margin-top: 5px;
 color: #fff;
 font-weight: 800;
}

.bannerContent p {
    font-size: 15px;
    font-weight: 400;
    color: var(--white);
    line-height: 30px;
    margin: 20px 0px;
}

.banner_downloadLogoSec a {
    text-decoration: none;
    margin-right: 5px;
}

/*Carousel Section Css End Here*/


/*App Info Section Css Start Here*/
.appInfoSec {
    padding: 120px 0px 70px;
}

.appinfoCard {
    background: var(--transparentWhite);
    border: 1px solid var(--borderColor);
    border-radius: 5px;
    padding: 50px 15px 15px;
    position: relative;
}

.appinfoCard .appInfoIconBox {
    width: 85px;
    height: 85px;
    background: var(--gradientColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.appinfoCard .appInfoIconBox i {
    font-size: 32px;
    color: var(--black);
}

.appinfoCard h2 {
    font-size: 30px;
    font-family: 'Saira Stencil One';
 color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.appinfoCard p {
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
}

/*App Info Section Css End Here*/


/*About Section Css Start Here*/
.aboutContentBox>span {
    font-size: 20px;
    color: var(--lightgold);
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.aboutContentBox>span::after {
    content: '';
    width: 50px;
    height: 4px;
    background: var(--gradientColor);
    display: inline-block;
    margin-left: 5px;
    border-radius: 50px;
}

.aboutContentBox>h2 {
    font-size: 30px;
    margin: 10px 0px 20px;
    font-family: "M PLUS 1p", serif;
 color: #fff;
 font-weight: 800;
}

.aboutContentBox>p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    line-height: 27px;
    margin-bottom: 30px;
}

.aboutContentBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aboutContentBox ul li {
    position: relative;
    padding-left: 30px;
}

.aboutContentBox ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 22px;
    color: var(--lightgold);
}

.aboutContentBox ul li p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 20px;
}

.aboutContentBox ul li p span {
    color: var(--lightgold);
    font-weight: 500;
}

/*About Section Css End Here*/


/*App Feature Section Css Start Here*/
/* .appFeatureSec {
    background: var(--transparentWhite);
} */

.headingSec h2 {
 color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: "M PLUS 1p", serif;
    font-weight: 800;
    text-transform: uppercase;
}

.headingSec p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    line-height: 25px;
    margin: 0px;
}

.headingSec>span {
    font-size: 18px;
    color: var(--lightgold);
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.appfeatureContentCard {
    display: flex;
    align-items: start;
    gap: 15px;
}

.appfeatureContentCard .appFeatureIconBox {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: var(--gradientColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.appfeatureContentCard .appFeatureIconBox i {
    font-size: 24px;
    color: var(--black);
}

.appfeatureContentCard .appFeatureText h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--lightgold);
    margin-bottom: 10px;
}

.appfeatureContentCard .appFeatureText p {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    line-height: 25px;
    padding-right: 20px;
}


.appScreenShotCarousel .swiper-slide {
    transform: scale(0.8);
}

.appScreenShotCarousel .swiper-slide img {
    width: 100%;
}

.appScreenShotCarousel .swiper-slide-active {
    transform: scale(1);
}

/*App Feature Section Css End Here*/


/*Customer Feedback Section Css Start Here*/
.appScreenShotCarousel,
.customerFeedbackCarousel {
    padding-bottom: 50px;
}

.feedbackCard {
    padding: 20px;
    background-color: var(--transparentWhite);
    position: relative;
 
}

.feedbackCard img{
    width: 100%;
}

.feedbackCard .feedbackImageBox {
    width: 85px;
    height: 85px;
    background: var(--gradientColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.feedbackCard .feedbackImageBox i {
    font-size: 32px;
    color: var(--black);
}

.feedbackCard h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--lightgold);
    text-align: center;
    margin: 10px 0px 20px;
}

.feedbackCard p {
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
}

.feedbackCard span {
    display: block;
    text-align: center;
    color: var(--lightgold);
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.swiper .swiper-pagination span {
    background: var(--white);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--gradientColor);
    width: 20px;
    border-radius: 10px;
}

/*Customer Feedback Section Css End Here*/


/*Footer Section Css Start Here*/
.footerSec {
    background: var(--transparentWhite);
}

.footerCard p {
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
    line-height: 25px;
    margin: 20px 0px 0px;
}

.footerCard .footerHeading h2 {
    font-size: 20px;
    color: var(--lightgold);
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footerCard .footerHeading h2::after {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--gradientColor);
    display: inline-block;
    margin-left: 10px;
    border-radius: 50px;
}

.footerCard ul.footerNavmenu,
.footerCard ul.contactList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerCard ul.footerNavmenu li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
    padding: 5px 0px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footerCard ul.footerNavmenu li a:hover {
    color: var(--lightgold);
    padding-left: 5px;
}

.footerCard ul.footerNavmenu li a i {
    color: var(--lightgold);
    margin-right: 5px;
}

.footerCard ul.contactList li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 15px;
}

.footerCard ul.contactList li a .contactIconBox {
    width: 35px;
    height: 35px;
    min-width: 35px;
    background: var(--gradientColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footerCard ul.contactList li a .contactIconBox i {
    color: var(--black);
    font-size: 18px;
}

.bottomFotterSec {
    background: var(--gradientColor);
    text-align: center;
    padding: 10px;
}

.bottomFotterSec span {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

/*Footer Section Css End Here*/

.bannerImgSec {
    position: relative;
}
/* .bannerImgSec:after {
    content: "";
    width: 374px;
    height: 374px;
    flex-shrink: 0;
    fill: #FFF;
    opacity: 0.5;
    filter: blur(132px);
    position: absolute;
    top: 0;

} */

.bannerBox .bannerContent, .bannerBox .bannerImgSec {
    max-width: 50%;
    flex: 0 0 50%;
}

.bannerBox img.blur_bg {
    position: absolute;
    top: 0;
    right: 0;
}
.bannerImgSec img.banner_right_img {
    position: relative;
    z-index: 1;
}
.bannerBox img.blur_bg {
    position: absolute;
    top: -12rem;
    right: -1rem;
    width: 800px;
}
.bannerBox .bannerContent h2 {
    margin-bottom: 70px;
}

section.bannerSec {
    height: calc(90vh - 110px);
}

.bannerContent {
    padding-inline-start: 100px;
}
.aboutImgBox img.blur_bg_about {
    position: absolute;
    left: -17rem;
}
.mobile_fluid{
    position: relative;
    z-index: 9;
}
.clientFeedbackSec .swiper-pagination {
    display: none;
  }

header#myHeader a.navbar-brand img.img-fluid {
    width: 30px;
}
.feedbackCard img {
    border-radius: 20px;
}
.terms_text {
    color: #fff;
}
.terms_page {
    margin-bottom: 30px;
}
.terms_text h1{
    font-size: 2rem;
}

.terms_page h2{
    font-size: 1.5rem;
}