@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', Sans-Serif;
    color: #000;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 113px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 84px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-shadow: 0px 3px 86px #00000042;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */


.theme_btn {
    padding: 17px 34px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    /* background: #242889; */
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    background-color: #b2863c;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    /* background-color: #72d219; */
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    background: linear-gradient(to bottom, #000000 40%, #664f1c 84%);
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 25px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: 0.5s ease all;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 23px;
    font-size: 16px;
    font-family: 'Poppins', Sans-Serif;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}



/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-video video {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    height: 55%;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

section.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    z-index: -1;
    background: url(images/baner-pic.png) 0% 0% no-repeat padding-box,
        transparent linear-gradient(180deg, #FFD5B6 0%, #EAB8CC 100%) 0% 0% no-repeat padding-box;
}

section.banner-sec.iner:before {
    height: 100%;
}

.banner-video.iner video {
    height: 100%;
}

section.banner-sec.iner {
    height: 60vh;
}

section.banner-sec.iner h1 {
    font-size: 80px;
}

section.banner-sec.iner .banner-main {
    margin-top: 100px;
    margin-bottom: 0;
}

section.banner-sec {
    position: relative;
    align-content: center;
    margin-bottom: 80px;
}

.banner-main h1 {
    line-height: 1;
    margin-bottom: 14px;
    text-shadow: 0px 3px 86px #000000bd;
    text-transform: uppercase;
}

section.banner-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #FFD5B6 0%, #EAB8CC 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
    filter: blur(50px);
    width: 140px;
    height: 460px;
}

.banner-imge-line {
    text-align: center;
    position: relative;
}

img.baner-dots {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    margin: 0 auto;
}

img.app-ban-gogle-absol {
    position: absolute;
    right: -436px;
    bottom: -48.9%;
    z-index: -2;
}

img.ban-side-dot {
    position: absolute;
    left: -100px;
    bottom: 0;
    z-index: -2;
}

.banner-main {
    text-align: center;
    margin-top: 240px;
    margin-bottom: 60px;
}

.banner-main p {
    font-size: 18px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
    margin-top: 10px;
    text-shadow: 0px 3px 86px #000000bd;
}


.baner-app-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 130px 0 100px;
    justify-content: center;
}

.baner-app-btn img {
    width: 270px;
    height: 88px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 12px;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- App Featured Section Start ------------------------------------------------------------- */

section.app-feature-sec {
    margin-bottom: 150px;
    position: relative;
}

.app-feature-txt.cntr {
    text-align: end;
}

.app-feature-txt.cntr p {
    margin: 0 0 16px auto;
}

img.app-fet-cntr {
    width: 700px;
    position: absolute;
    top: 38%;
    left: -370px;
    height: 700px;
}

img.app-side-lft-dot {
    position: absolute;
    bottom: -30px;
    left: 0;
    transform: skew(180deg, 130deg);
    width: 200px;
    height: 330px;
    object-fit: cover;
    translate: -30px 0px;
}

section.app-feature-sec h2 {
    text-align: center;
    font: normal normal 600 84px/125px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 3px 86px #00000042;
    text-transform: uppercase;
    margin-bottom: 70px;
}

section.app-feature-sec:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    transform: matrix(-0.14, -8.52, 2.52, 5.86, 0, 0);
    background: transparent linear-gradient(180deg, #FFD5B6 0%, #EAB8CC 100%) 0% 0% no-repeat padding-box;
    filter: blur(25px);
    width: 60px;
    height: 50px;
}

section.app-feature-sec:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 39%;
    transform: matrix(-0.14, -8.52, 2.52, 5.86, 0, 0);
    background: transparent linear-gradient(180deg, #FFD5B6 0%, #EAB8CC 100%) 0% 0% no-repeat padding-box;
    filter: blur(25px);
    width: 60px;
    height: 50px;
}

.app-feature-img {
    position: relative;
    text-align: center;
}

.app-feature-img:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    background: #f5ccca;
    right: 0;
    width: 85%;
    height: 52%;
    z-index: -1;
    border-radius: 20px;
    margin: 0 auto;
}

.app-feature-img img {
    width: 350px;
    height: 650px;
    object-fit: scale-down;
}

section.app-feature-sec .row {
    align-items: center;
}

.app-feature-txt h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

.app-feature-txt p {
    width: 95%;
    font-size: 16px;
    line-height: 2;
    opacity: 70%;
    margin-bottom: 16px;
}

section.app-feature-sec .col-lg-6 {
    margin-bottom: 40px;
}

/*---------------------------------------------------- App Featured Section End ------------------------------------------------------------- */

/*---------------------------------------------------- ScreenShot Section Start ------------------------------------------------------------- */

.screenshot-sec {
    position: relative;
    z-index: 1;
    padding: 0px 0 80px;
    margin-bottom: 100px;
}

.screenshot-sec::after {
    position: absolute;
    content: '';
    bottom: 12px;
    margin: auto;
    left: -220px;
    width: 600px;
    height: 590px;
    transform: matrix(0.96, 0, 0, 1, 0, 0);
    background: url('../images/Rectangle-59.png');
    opacity: 1;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

.screenshot-sec::before {
    position: absolute;
    content: '';
    bottom: 12px;
    margin: auto;
    right: -240px;
    width: 600px;
    height: 590px;
    transform: matrix(0.96, 0, 0, 1, 0, 0);
    background: url('../images/Rectangle-60.png');
    opacity: 1;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

.screenshot-sec .sec-head {
    margin-bottom: 100px;
}

a.btn-2 {
    width: fit-content;
    /* UI Properties */
    background: #707070;
    border: 1px solid #707070;
    border-radius: 33px;
    opacity: 1;
    backdrop-filter: blur(30px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 30px;
    margin: 0 -100px 0 70px;
}

.screen-box img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}

.screen-slider .slick-active {
    opacity: 1;
}

.screen-slider {
    position: relative;
    z-index: 1;
}

.screen-slider::before {
    position: absolute;
    content: '';
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85px;
    height: 105%;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: #53102B 0% 0% no-repeat padding-box;
    opacity: 0.57;
    filter: blur(30px);
}

.screen-slider::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 50px;
    height: 100%;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: #53102B 0% 0% no-repeat padding-box;
    opacity: 0.57;
    filter: blur(30px);
}

.sreen-app-head {
    text-align: center;
    margin-bottom: 160px;
}

.sreen-app-head h2 {
    margin-bottom: 15px;
}

.sreen-app-head p {
    width: 80%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #707070;
    font-weight: 400;
}

.screen-slider .slick-next:before {
    content: '\f061';
    background: #f5dce6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-family: 'FontAwesome';
    color: #e8b6cb;
    font-size: 29px;
}

.screen-slider .slick-prev:before {
    content: '\f060';
    background: #f5dce6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-family: 'FontAwesome';
    color: #e8b6cb;
    font-size: 29px;
}

.screen-slider .slick-prev {
    left: -80px;
}

.screen-slider .slick-next {
    right: -50px;
}

/*---------------------------------------------------- ScreenShot Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Us Section Start ------------------------------------------------------------- */

.about-text h2 {
    text-transform: uppercase;
    margin-bottom: 6px;
}

.about-text p {
    font-size: 22px;
    line-height: 37px;
    font-weight: 400;
}

.about-app-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.about-app-btn img {
    width: 235px;
    height: 77px;
    object-fit: scale-down;
}

.about-images {
    display: flex;
    align-items: baseline;
    justify-content: end;
    margin-right: -40px;
}

section.about-sect .row {
    align-items: end;
}

img.about-congrat {
    margin-right: -55px;
}

section.about-sect {
    margin-bottom: 120px;
    position: relative;
}

img.about-congrat {
    height: 580px !important;
    object-fit: contain;
}

.about-images img {
    height: 680px;
}

section.about-sect:before {
    content: '';
    position: absolute;
    bottom: -130px;
    right: 0;
    background: transparent linear-gradient(180deg, #FFD5B6 0%, #EAB8CC 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
    filter: blur(50px);
    width: 140px;
    height: 460px;
    z-index: -1;
}


/*---------------------------------------------------- About Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- FAQ Section Start ------------------------------------------------------------- */

.faq-top-head h2 {
    text-align: center;
    margin-bottom: 55px;
}

.faqs-st {
    margin-bottom: 100px;
}

.faqs-st {
    margin-bottom: 100px;
}

button.accordion-button.collapsed {
    border: none;
    border-radius: 0;
    margin-bottom: 3%;
    color: #000000;
    background: #f4dbe5;
    font-weight: 500;
    box-shadow: 0 0 1px 0px #dfbe7a;
    padding: 42px;
    border-radius: 25px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 20px;
}

.accordion-item {
    border: none;
}

.accordion-button::after {
    background-image: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
}

.accordion-button:not(.collapsed) {
    background-color: #eab8cc;
    box-shadow: unset;
    padding: 60px 25px 5px;
    border-radius: 30px;
}

.accordion-body {
    padding: 6px 30px 58px 42px;
}

.accordion-body p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.accordion-item .accordion-button:hover {
    background: #eab8cc;
}

.accordion-button:not(.collapsed) span {
    color: #000000;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 500;
    margin-left: 15px;
}

button.accordion-button.collapsed span {
    color: #000000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
}

.faq-heading h2 {
    font-size: 70px;
}

.faq-heading p {
    font-family: 'Saira';
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.faq-heading {
    margin: 0 auto;
    margin-bottom: 35px;
}

.accordion-item {
    background-color: #eab8cc;
    border-radius: 40px !important;
    margin-bottom: 20px;
}

.accordion-body h3 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 18px;
}

.accordion-body a {
    font-family: inherit;
    color: inherit;
    text-decoration: underline;
}

.accordion-body a:hover {
    color: #fff;
}

/*---------------------------------------------------- FAQ Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact US Section Start ------------------------------------------------------------- */

.contact-text input {
    width: 100%;
    height: 70px;
    padding: 10px 30px;
    border: unset;
    background: transparent;
    margin-bottom: 20px;
}

.contact-text textarea {
    width: 100%;
    height: 150px;
    padding: 18px 30px;
    border: unset;
    background: transparent;
    margin-bottom: 10px;
}

section.contact-sec .row {
    align-items: center;
}

.contact-text h2 {
    font-size: 84px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-text button {
    background: #b2863c;
    width: 100%;
    height: 65px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    font-size: 17px;
}

/*---------------------------------------------------- Contact US Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background-color: #e8b7c8;
    padding: 150px 0 20px;
}

.footer-logo {
    font-family: 'Pacifico', cursive;
    font-size: 32px;
    margin-bottom: 20px;
}

.footer-logo span {
    color: #fff;
}

.social-icons a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 17px !important;
    margin: 0 4px;
}

.social-icons a:hover {
    background-color: #fff;
    color: #e8b7c8;
}

.footer h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s;
    font-size: 22px;
}

.footer a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 20px;
    margin-top: 40px;
    font-size: 13px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

footer .list-unstyled li {
    margin-bottom: 11px;
}

.social-icons {
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

footer p {
    color: #fff;
    font-size: 20px;
}

.footer-bottom p, .footer-bottom a {
    font-size: 16px;
}

ul.fot-cnt li {
    margin-bottom: 12px;
}

section.contact-sec {
    margin-bottom: 100px;
}

footer img {
    margin-bottom: 20px;
}

footer img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(16%) hue-rotate(149deg) brightness(107%) contrast(105%);
}

.row.align-items-start.footer-top {
    margin-bottom: 90px;
}

html {
    overflow-x: hidden;
}

.app-feature-txt a {
    display: flex;
    align-items: center;
    gap: 14px;
    width: max-content;
}

section.about-sect:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -30px;
    background-image: url(../images/ban-side-dot-reverse.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 350px;
    transform: rotate(-15deg);
}

img.poly-app-side {
    position: absolute;
    top: 35%;
    right: -70px;
    width: 250px;
}

.footer-bottom-links span {
    color: #fff;
}

.menuSec ul li a.active {
    border-bottom: 1px solid #fff;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


section.terms-sec {
    margin-bottom: 100px;
}

.terms-txt h3 {
    margin-bottom: 16px;
    margin-top: 20px;
}

.terms-txt p {
    line-height: 32px;
    font-size: 15px;
    color: #000;
}

.terms-txt li {
    font-size: 15px;
    font-family: 'Poppins', Sans-Serif;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.menuSec.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fce4db;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 10px 0;
}

.menuSec.sticky img {
    width: 150px;
}

.menuSec.sticky a.active {
    border-color: #000;
}

.app-feature-txt.cntr a {
    margin: 0 0 0 auto;
}