@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.row>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

:root {
    --body-font-family: "Helvetica Now Display";
    --heading-font-family: "Cormorant Garamond", serif;
    --e-global-color-white: #fff;
    --e-global-color-black: #000;
    /* --e-global-dark-color: #151e2b;
    --e-global-purple-color: #924197;
    --e-global-purple-color: #924197;
    --e-global-yellow-color: #ffc627;
    --e-global-blue-color: #14b1bc; */
    /* --------------------------------- */
    --e-global-dark-pink: #E8214E;
    --e-global-heading: #282E61;
    --e-global-sub-heading: #5165FF;
    --e-global-light-black: #151515;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
}

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

a,
a:hover {
    text-decoration: none;
}

.slick-arrow {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: calc(100% - 100px);
    max-width: 1280px;
    /* max-width: 75%; */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

body {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    font-family: var(--body-font-family);
    margin: 0;
    padding: 0;
}

.section {
    position: relative;
    padding: 10rem 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3 {
    font-family: var(--heading-font-family);
}

.only_desktop_view {
    display: block;
}

.only_mobile_view {
    display: none;
}

.button a,
.button button {
    min-width: 180px;
    display: inline-block;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 2rem 2.5rem;
    border-radius: 0;
    text-align: center;
    border: solid .2rem transparent;
    color: var(--e-global-color-white);
}

.button a:hover {}

.button button:focus {
    outline: none;
    box-shadow: none;
}


/* ============================= Home Page css ====================================== */

.logo-area {
    width: 100%;
    max-width: 76px;
    padding: 12px;
    z-index: 90;
    position: relative;
}

.main-header {
    position: fixed;
    width: 100%;
    min-height: 55px;
    z-index: 9998;
    top: 2.4rem;
    display: flex;
    justify-content: center;
    /* background: red; */
}

.main-header::after {
    max-width: 1134px;
    position: absolute;
    width: 100%;
    height: 18.3rem;
    top: -2.4rem;
    left: calc(50% - 568px);
    content: '';
    /*background: url('../images/mn-bg.png') no-repeat center right;*/
}

.inner-header-content {
    position: relative;
    width: 100%;
    max-width: 1134px;
    height: 5.3rem;
    border-radius: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 0 1.5rem;
    align-items: center;
    z-index: 98;
}

.inner-header-content::after {
    position: absolute;
    width: 100%;
    height: 5.3rem;
    /* background: rgba(40, 46, 97, 0.21); */
    background: rgba(151, 159, 226, 56%);
    border-radius: 3rem;
    top: 0;
    left: 0;
    content: '';
    /*filter: blur(1.5px);
    -webkit-filter: blur(1.5px);*/
}

.greyBg::after {
    background: #d1d3dd;
}

.menu-items {
    position: relative;
    display: flex;
    gap: 2.4rem;
    align-items: center;
    z-index: 90;
}

.menu-items ul {
    display: flex;
    gap: 2.4rem;
    position: relative;
}

.menu-items ul li {
    list-style-type: none;
}

.menu-items ul li a {
    display: block;
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 1.3rem;
    color: var(--e-global-color-white);
    letter-spacing: 0.1rem;
}

.demoBtn {
    border: none;
    background: var(--e-global-dark-pink);
    color: var(--e-global-color-white);
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 1.3rem;
    border-radius: 30px;
    padding: 0.5rem 2rem;
}

.demoBtn:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-dark-pink);
}

.demoBtn:hover,
.demoBtn:focus {
    outline: none;
    border: navajowhite;
}

.demo-bdr-Btn {
    border: none;
    border: 1px solid var(--e-global-dark-pink);
    background: transparent;
    color: var(--e-global-color-white);
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 1.3rem;
    border-radius: 30px;
    padding: 0.5rem 2rem;
}

.demo-bdr-Btn:hover {
    border: 1px solid var(--e-global-color-white);
    background: transparent;
    color: var(--e-global-dark-pink);
}

.demo-bdr-Btn:hover,
.demo-bdr-Btn:focus {
    outline: none;
}

.banner-area {
    position: relative;
    width: 100%;
    min-height: 779px;
    background: #fff url('../images/banner.jpg') no-repeat;
    background-size: cover;
}

.banner-content-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 779px;
}


/* .banner-content-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 99px;
    width: 680px;
    background: url('../images/banner_bg02.png') no-repeat;
    background-size: cover;
}

.banner-content-area::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 100px;
    width: 665px;
    background: url('../images/banner_bg01.png') no-repeat;
    background-size: cover;
} */

.banner-top-content {
    position: relative;
    width: 100%;
    max-width: 54.3rem;
}

.banner-content-area h1 {
    display: block;
    font-family: var(--heading-font-family);
    color: var(--e-global-color-white);
    font-size: 6.4rem;
    font-weight: 800;
    margin-bottom: 4.2rem;
    text-align: center;
}

.banner-content-area p {
    display: block;
    font-family: var(--body-font-family);
    color: var(--e-global-color-white);
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 4.2rem;
    font-style: italic;
    text-align: center;
}

.banner-btn-area {
    display: flex;
    gap: 2.4rem;
    justify-content: center;
}

.banner-right-area {
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
}

.banner-right-area h3 {
    font-family: var(--body-font-family);
    font-size: 20px;
    font-weight: 300;
    color: var(--e-global-color-white);
    text-transform: uppercase;
    position: relative;
}

.banner-right-area h3::after {
    content: '';
    position: absolute;
    left: -3.5rem;
    top: 48%;
    width: 2.5rem;
    height: 1px;
    background: #fff;
}

.banner-right-area h3::before {
    content: '';
    position: absolute;
    right: -3.5rem;
    top: 48%;
    width: 2.5rem;
    height: 1px;
    background: #fff;
}

.right-inner-content {
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    gap: 1.2rem;
}

.right-content {
    position: relative;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 1.2rem;
}

.right-content p {
    display: block;
    font-family: var(--body-font-family);
    color: var(--e-global-heading);
    font-size: 1.8rem;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    text-transform: uppercase;
    /* will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 4s linear infinite; */
}

.folder-pic-area {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee__inner-wrap {
    height: 100%;
    width: 100%;
}

.marquee__inner {
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    gap: 2.4rem;
    animation: marquee 50s linear infinite;
    will-change: transform;
    white-space: nowrap;
}

.txt_bx {
    flex-basis: 200px;
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}


/* ==================== banner and header css end =========================== */

.list-manegment-section {
    position: relative;
    width: 100%;
    position: relative;
}

.list-manegment-content {
    position: relative;
    width: 100%;
    min-height: 64.4rem;
    background: #EEF0FF;
    border-radius: 15px;
    margin-top: 18px;
    padding: 5.6rem 0;
}

.heading-area {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
}

.heading-area h2 {
    display: block;
    font-family: var(--heading-font-family);
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 130%;
    color: var(--e-global-heading);
}

.heading-area p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--e-global-sub-heading);
}

.dashboard-content-area {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.2rem;
}

.content-list {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
    margin-top: -2.0rem;
}

.oval-box {
    position: relative;
    width: 100%;
    max-width: 30rem;
    border-radius: 2.2rem;
    background: var(--e-global-color-white);
    padding: 1.2rem 2.4rem;
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(92, 103, 196, 0.36);
    box-shadow: 0px 0px 7px 2px rgba(92, 103, 196, 0.36);
}

.iconbx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    border-radius: 100%;
    height: 3.6rem;
    margin-bottom: 1.6rem;
}

.oval-box p {
    display: block;
    font-family: var(--body-font-family);
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--e-global-light-black);
    line-height: 110%;
}


/* ====================== tab css ========================= */

.tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
}

.main-horizontal-tab {
    width: 100%;
    max-width: 1055px;
    background: #CDD3FF;
    border-radius: 30px;
    padding: 0 4.0rem;
}

ul#tabs-nav {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul#tabs-nav li {
    cursor: pointer;
    position: relative;
    padding: 1.2rem;
    border-top: 3px solid transparent;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    border-top: 3px solid #5165FF;
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
    color: #5165FF;
}

#tabs-nav li a {
    text-decoration: none;
    color: #AAB1E3;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: bold;
}

.tabber-content-area {
    position: relative;
    width: 100%;
    min-height: 48.0rem;
}

.tab-content {
    width: 100%;
    max-width: 1280px;
    position: relative;
}


/* ======================== tab innertab css ================================= */

ul.innerTabli {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 6.5rem;
    padding-right: 50px;
    gap: 1.6rem;
}

ul.innerTabli li {
    cursor: pointer;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #AAB1E3;
}

ul.innerTabli li:hover,
ul.innerTabli li.active {
    border-bottom: 1px solid #5165FF;
}

ul.innerTabli li:hover a,
ul.innerTabli li.active a {
    color: #5165FF !important;
}

.innerTabli li a {
    text-decoration: none;
    color: #AAB1E3;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding-left: 3.0rem;
}

.innerTabli li a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background: url('../images/tick-ligt.png') no-repeat;
    top: 10px;
    left: 0;
    background-size: contain;
}

ul.innerTabli li.active a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background: url('../images/tick-dark.png') no-repeat;
    top: 10px;
    left: 0;
    background-size: contain;
}

.inner-tab-content {
    width: 100%;
    max-width: 1280px;
    position: relative;
}

.tabing-inner-area {
    position: relative;
    width: 100%;
}

.img-area {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.add-new-guest {
    position: absolute;
    width: 21.0rem;
    border-radius: 1.5rem;
    left: 0px;
    bottom: 4rem;
    padding: 0;
}

.system-sections-area {
    position: relative;
    width: 100%;
    padding: 7.2rem 0;
    overflow: hidden;
}

.heading-area h3 {
    display: block;
    font-family: var(--body-font-family);
    font-size: 2.0rem;
    font-weight: 400;
    color: #353535;
}

.heading-area h3 span {
    font-weight: 800;
}

.image-container {
    position: relative;
    width: 100%;
    display: flex;
    gap: 4.8rem;
    justify-content: center;
    margin-top: 7.2rem;
    min-height: 385px;
}

.center-img-area {
    width: 100%;
    position: relative;
    max-width: 545px;
    z-index: 6;
    transition: all 0.7s;
}

.center-img-area img {
    width: 100%;
}

.image-container.active .center-img-area {
    transform: scale(1.3);
    transition: all 0.7s;
}

.left-img-area {
    position: absolute;
    width: 100%;
}


/* .left-img-area::after {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 502px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
} */

.left-img-area .marquee {
    overflow: hidden;
    width: 100%;
}

.pic-container {
    display: flex;
    gap: 2.4rem;
    opacity: 0.6;
    /* animation: marquee 10s infinite linear; */
}

.pic-container .pic {
    /* flex-basis: 30%; */
    flex-basis: fit-content;
    flex-shrink: 0;
}

.pic-container .pic img {
    width: 100%;
    object-fit: cover;
    border: 1px solid rgba(238, 231, 231, 0.9);
}

.left-img-area .pic-container {
    transform: translateX(-36%);
    transition: all 0.7s;
}

.image-container.active .left-img-area .pic-container {
    transform: translateX(0);
    transition: all 0.7s;
    justify-content: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.right-img-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    /* overflow: hidden; */
}

.right-img-area .pic-container {
    display: flex;
    gap: 2.4rem;
    justify-content: flex-end;
    /* animation: marquee02 10s infinite linear; */
}

.right-img-area .pic-container {
    transform: translateX(36%);
    transition: all 0.7s;
}

.image-container.active .right-img-area .pic-container {
    transform: translateX(0);
    transition: all 0.7s;
    justify-content: center;
}


/* .right-img-area::after {
    content: '';
    position: absolute;
    width: 100%;
    min-height: 502px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 102%);
} */

@keyframes marquee02 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.section-content {
    position: relative;
    width: 100%;
}

.section-content .list-manegment-content {
    margin-top: 0px;
    padding: 11.5rem 0;
}

.section-content .list-manegment-content .heading-area {
    align-items: flex-start;
}

.section-content .list-manegment-content .heading-area h2 {
    margin-bottom: 6.2rem;
}

.section-content .list-manegment-content .heading-area p {
    color: #353535;
    font-size: 2rem;
}

.fixit-slider-content {
    position: absolute;
    width: 120%;
    left: 0;
    top: 0;
}

.fixit-slider-content::after {
    content: '';
    position: absolute;
    width: 15.7rem;
    height: 53.3rem;
    background: url('../images/ovarlap-shadow.png') no-repeat;
    top: 0;
    left: 0;
}

.slider-half {
    width: 100%;
}

.slider-content {
    position: relative;
    width: 100%;
    max-width: 95%;
    /* margin-right: 1.5rem; */
    height: 38.3rem;
    background: #fff;
    padding: 4rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.slider-content span {
    display: block;
    margin-bottom: 2.4rem;
}

.slider-content h4 {
    display: block;
    font-size: 2rem;
    font-family: var(--body-font-family);
    font-weight: 800;
    color: var(--e-global-heading);
    line-height: 160%;
    margin-bottom: 3.6rem;
}

.slider-content p {
    display: block;
    font-size: 1.7rem;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: #353535;
    line-height: 130%;
}

.slick-arrow::before {
    display: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev,
.slick-next {
    top: 110%;
}

.slick-prev {
    background: #fff url('../images/slide-arrow.png') no-repeat;
    background-size: 40%;
    padding: 5px;
    background-position: center center;
    border-radius: 100%;
    transform: rotate(180deg);
    left: 47%;
}

.slick-next {
    background: #fff url('../images/slide-arrow.png') no-repeat;
    background-size: 40%;
    padding: 5px;
    background-position: center center;
    border-radius: 100%;
    right: 47%;
}

.slick-prev:hover,
.slick-prev:focus {
    background: #fff url('../images/slide-arrow.png') no-repeat;
    background-size: 40%;
    background-position: center center;
}

.slick-next:hover,
.slick-next:focus {
    background: #fff url('../images/slide-arrow.png') no-repeat;
    background-size: 40%;
    background-position: center center;
}

.priceing-conten-area {
    position: relative;
    width: 100%;
    padding: 9rem 0 3.2rem;
}

.priceing-conten-area .heading-area {
    align-items: center;
}

.priceing-conten-area .heading-area h2 {
    margin-bottom: 0rem;
}

.priceing-conten-area .heading-area p {
    color: #353535;
    font-size: 2rem;
}


/* =============================================== */

.price-slider {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 580px;
    margin-top: 10rem;
}

#prev {
    position: absolute;
    bottom: 0;
    left: 45%;
    cursor: pointer;
    transform: rotate(-180deg);
}

#next {
    position: absolute;
    bottom: 0;
    right: 45%;
    transform: rotate(180deg);
    cursor: pointer;
}

#slider {
    position: relative;
    width: 100%;
    max-width: 630px;
    min-height: 500px;
}


/*Card style general*/

.cards {
    width: 100%;
    max-width: 300px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.5s;
    border: none;
    background: #fff;
    border-radius: 15px;
}

.card-headers {
    position: relative;
    width: 100%;
    padding: 1.5rem 2rem 1rem;
    border-bottom: 1px solid #F5F5F5;
}

.card-headers p {
    display: block;
    font-size: 1.3rem;
    font-family: var(--body-font-family);
    color: #737373;
    line-height: 120%;
    font-weight: 400;
    margin: 0;
}

.upper-area {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}

.upper-area h2 {
    display: block;
    font-size: 2.4rem;
    font-family: var(--body-font-family);
    font-weight: 800;
    line-height: auto;
    color: black;
}

a.priceBtn {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    background: #E8214E;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    font-size: 1.1rem;
    font-family: var(--body-font-family);
    line-height: 110%;
    color: #FFD8E1;
    font-weight: 300;
}

.card-body {
    position: relative;
    width: 100%;
    padding: 1.5rem 2rem;
}

.card-body h3 {
    display: block;
    font-size: 3.6rem;
    font-family: var(--body-font-family);
    font-weight: 800;
    line-height: auto;
    color: #151515;
}

.time {
    color: red;
    font-size: 1.2rem;
}

.item-list {
    display: flex;
    flex-direction: column;
    margin-top: 2.4rem;
}

.item-list li {
    padding: 0;
    display: flex;
    gap: 0.6rem;
    font-size: 1.3rem;
    color: #737373;
    align-items: center;
}

.card-bottom-area {
    position: relative;
    width: 100%;
    padding: 1.5rem 2rem;
    border-top: 1px solid #F5F5F5;
    display: flex;
    gap: 2.4rem;
    justify-content: center;
    align-items: center;
}

.card-upper-botm {
    position: relative;
    width: 100%;
    background: #FFD8E1;
    border-top: 1px solid #E8214E;
    border-bottom: 1px solid #E8214E;
    padding: 1.5rem 2rem;
    color: #E3204C;
}

.card-upper-botm ul {
    display: flex;
    gap: 1.4rem;
    justify-content: center;
}

.card-upper-botm ul li {
    display: flex;
    gap: .4rem;
    font-size: 0.9rem;
    font-family: var(--body-font-family);
    font-weight: 400;
    line-height: 145%;
    align-items: center;
}

.button-area {
    position: absolute;
    width: 100%;
    padding: 1.5rem 2rem;
    /* background: red; */
    left: 0;
    bottom: -42px;
    padding: 0 2rem;
}

.cardBtn {
    width: 100%;
    background: #E8214E;
    padding: 1.2rem;
    display: block;
    color: #FFD8E1;
    font-size: 13px;
    font-family: var(--body-font-family);
    line-height: 145%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.card-bottom-area p {
    font-size: 1.1rem;
    font-weight: 800;
    font-family: var(--body-font-family);
    line-height: 145%;
    color: #353535;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
}


/*Cards Style*/

.blue .upper-area h2 {
    color: #5165FF;
}

.blue .upper-area a.priceBtn {
    background: #5165FF;
    color: #fff;
}

.red .upper-area h2 {
    color: #E8214E;
}

.gold .upper-area h2 {
    color: #F4B41E;
}

.gold .upper-area a.priceBtn {
    background: #F4B41E;
    color: #FFEFC8;
}

.card-upper-botm.gold {
    background: #ece7d9;
    border-top: 1px solid #F4B41E;
    border-bottom: 1px solid #F4B41E;
    padding: 1.5rem 2rem;
    color: #F4B41E;
}

.cardBtn.gold {
    background: #F4B41E;
}

.card-upper-botm.blue {
    background: #c9cbe0;
    border-top: 1px solid #282E61;
    border-bottom: 1px solid #282E61;
    padding: 1.5rem 2rem;
    color: #282E61;
}

.cardBtn.blue {
    background: #282E61;
}


/*Class position cards*/


/* .front {
    transform: translateX(16rem) scale(1.3);
    z-index: 20;
}

.left {
    transform: translateX(0rem);
    z-index: 10;
}

.right {
    transform: translateX(33rem);
    z-index: 10;
}

.listing {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.listing li {
    width: 0.9rem;
    height: 0.9rem;
    background: #D9D9D9;
    cursor: pointer;
    border-radius: 100%;
}

.listing li.active {
    background: #282E61;
} */

.owl-item>div {
    cursor: pointer;
    margin: 0;
    transition: margin 0.4s ease;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.owl-item:not(.center)>div:hover {
    opacity: .75;
}

.owl-carousel.owl-drag .owl-item.active {
    opacity: 0.6;
}

.owl-carousel.owl-drag .owl-item.active.center {
    transform: scale(1.3);
    z-index: 9;
    opacity: 1;
}

.owl-carousel .owl-stage-outer {
    padding: 12rem 0;
}

.price-carasoul-area {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2.7rem;
    margin-top: 5.2rem;
}

.inner-owl-price-carousel {
    position: relative;
    width: 100%;
    max-width: 800px;
}


/* ======================================== */

.ask-question-area {
    position: relative;
    width: 100%;
    padding: 7.5rem 0;
}

.ask-question-area .heading-area {
    align-items: center;
}

.ask-question-area .heading-area h2 {
    margin-bottom: 0rem;
}

.ask-question-area .heading-area p {
    color: #353535;
    font-size: 2rem;
}

.inner-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5.3rem;
}

.faq-section {
    position: relative;
    width: 100%;
    max-width: 622px;
}

.faq-section .card {
    border: none;
    margin-bottom: 1.8rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.02);
    border-radius: 3rem;
}

.faq-section .accordion>.card:not(:last-of-type) {
    border-radius: 3rem;
}

.faq-section .accordion>.card:not(:first-of-type) {
    border-radius: 3rem;
}

.faq-section .card .card-head {
    position: relative;
    width: 100%;
    padding: 1.7rem 3.8rem;
}

.faq-section .card .card-head h2 {
    font-size: 1.6rem;
    font-family: var(--body-font-family);
    color: #5165FF;
    font-weight: 400;
    background: url('../images/arrow-blue.png') no-repeat calc(100% - 10px) center;
    background-size: auto;
    cursor: pointer;
    font-size: 18px;
}

.faq-section .card .card-head h2.collapsed {
    background-image: url('../images/arrow-blk.png');
    background-size: auto;
    color: #151515 !important;
}

.faq-section .card-body {
    position: relative;
    width: 100%;
    color: #737373;
    font-size: 1.3rem;
    font-family: var(--body-font-family);
    font-weight: 400;
    line-height: 110%;
    padding: 1.7rem 3.8rem;
}


/* ============================================== */

.fotter-section {
    position: relative;
    width: 100%;
}

.fotter-content-area {
    position: relative;
    width: 100%;
    border-top: 1px solid #e3dede;
    padding: 3.2rem 0;
}

.content-ft-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.content-ft-box p {
    position: relative;
    width: 100%;
    color: #737373;
    font-size: 1.5rem;
    font-family: var(--body-font-family);
    font-weight: 400;
    line-height: 110%;
}

.social {
    display: flex;
    gap: 2.4rem;
}

.fter-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.fter-content h2 {
    position: relative;
    width: 100%;
    color: #282E61;
    font-size: 1.8rem;
    font-family: var(--body-font-family);
    font-weight: 600;
    line-height: 110%;
}

.fter-content ul li a {
    position: relative;
    width: 100%;
    color: #737373;
    font-size: 1.5rem;
    font-family: var(--body-font-family);
    font-weight: 400;
    line-height: 110%;
}

.fotter-right-col {
    display: flex;
    width: 100%;
    max-width: 50%;
    justify-content: space-between;
}


/* ===============About page css======================= */

.about-banner-area {
    position: relative;
    width: 100%;
    min-height: 820px;
    background: #fff url('../images/about-banner.png') no-repeat;
    background-size: cover;
    padding-top: 10rem;
}

.about-banner-area .heading-area {
    padding-top: 6.5rem;
}

.about-banner-area .heading-area h3 {
    font-size: 7.28rem;
    font-family: var(--heading-font-family);
    color: var(--e-global-color-white);
    font-weight: 800;
}

.about-content {
    position: relative;
    width: 100%;
    padding-top: 6.5rem;
}

.about-content p {
    display: block;
    /* font-size: 1.8rem; */
    font-size: 2.07rem;
    font-family: var(--body-font-family);
    color: var(--e-global-color-white);
    line-height: 145%;
    margin-bottom: 4.3rem;
}

.about-content p span {
    font-weight: 600;
}


/* ======================= blog-content-area ======================== */

.blog-content-area {
    position: relative;
    width: 100%;
    padding: 6.5rem 0;
}

.blog-banner-area {
    position: relative;
    width: 100%;
    padding: 5.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-banner-area h2 {
    display: block;
    font-size: 48px;
    font-family: var(--heading-font-family);
    line-height: 120%;
    font-weight: 800;
    color: var(--e-global-color-black);
    text-align: center;
    margin-bottom: 3.2rem;
}

.blog-banner-area p {
    display: block;
    font-size: 18px;
    font-family: var(--body-font-family);
    line-height: 145%;
    font-weight: 400;
    color: #737373;
    text-align: center;
    margin: 0;
}

.blog-list-area {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.single-blog-box {
    position: relative;
    width: 100%;
    background: var(--e-global-color-white);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(92, 103, 196, 0.36);
    box-shadow: 0px 0px 7px 2px rgba(92, 103, 196, 0.12);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.content-area {
    position: relative;
    width: 100%;
    padding: 0 2rem 3.2rem;
}

.image-area {
    position: relative;
    width: 100%;
    border-radius: 15px;
    height: 19.1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-area img {
    object-fit: cover;
    width: 100%;
}

.content-area h3 {
    display: block;
    font-size: 20px;
    line-height: 145%;
    font-family: var(--body-font-family);
    font-weight: 700;
    color: var(--e-global-color-black);
    margin-bottom: 1.6rem;
}

.content-area p {
    display: block;
    font-size: 15px;
    line-height: 145%;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: #737373;
    margin: 0;
}

.bottom-area {
    position: relative;
    width: 100%;
    border-top: 1px solid #ADADAD;
    display: flex;
    justify-content: space-between;
    padding: 3.2rem 2rem;
}

.posting-details {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.poster-img {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
    background: #737373;
}

.posting-details h5 {
    display: block;
    font-size: 1.5rem;
    font-family: var(--body-font-family);
    line-height: 145%;
    font-weight: 700;
    color: #737373;
}

.bottom-area .demo-bdr-Btn {
    color: var(--e-global-dark-pink);
}

.bottom-area .demo-bdr-Btn:hover {
    border-color: var(--e-global-dark-pink);
    background: var(--e-global-dark-pink);
    color: var(--e-global-color-white);
}

.blog-details-area {
    position: relative;
    width: 100%;
    padding: 9.5rem 0 1.5rem;
}

.blog-content {
    position: relative;
    width: 100%;
    min-height: 64.4rem;
    background: #EEF0FF;
    border-radius: 15px;
    margin-top: 18px;
    padding: 10px;
}

.blog-details-content {
    position: relative;
    width: 100%;
    padding: 55px 70px 15px 0;
    /* overflow-x: scroll; */
    overflow-y: auto;
    height: 650px;
}

.blog-details-content h2 {
    display: block;
    font-size: 5.2rem;
    font-family: var(--heading-font-family);
    color: var(--e-global-color-black);
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 40px;
}

.blog-details-content p {
    display: block;
    font-size: 2.1rem;
    font-family: var(--body-font-family);
    color: #737373;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 32px;
}

.conatct-content {
    position: relative;
    width: 100%;
    min-height: 64.4rem;
    background: #EEF0FF;
    border-radius: 15px;
    margin-top: 18px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.contact-form-area {
    width: 100%;
    max-width: 595px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form-area h2 {
    display: block;
    font-size: 5.2rem;
    font-family: var(--heading-font-family);
    color: var(--e-global-color-black);
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 18px;
}

.contact-form-area p {
    display: block;
    font-size: 2.1rem;
    font-family: var(--body-font-family);
    color: #737373;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 32px;
}

.contact-form {
    position: relative;
    width: 100%;
    padding: 32px 50px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(92, 103, 196, 0.12);
    box-shadow: 0px 0px 7px 2px rgba(92, 103, 196, 0.12);
    border-radius: 16px;
}

.contact-form {
    position: relative;
    width: 100%;
    display: flex;
}

.form-area {
    position: relative;
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.form-group {
    width: 100%;
    max-width: 240px;
}

.form-group.fullwdt {
    max-width: none;
    margin-top: 15px;
}

.form-group label {
    display: block;
    font-size: 18px;
    font-family: var(--body-font-family);
    color: #585858;
    line-height: 135%;
    font-weight: 400;
}

.form-group .form-control {
    width: 100%;
    position: relative;
    border: none;
    background-color: #F9F9F9;
    border-radius: 5px;
    padding: 8px 8px;
    font-size: 15px;
    font-family: var(--body-font-family);
    color: #585858;
    line-height: 135%;
    font-weight: 400;
    height: auto;
}

.fullwdt textarea {
    resize: none;
    min-height: 100px;
}

.form-area .demoBtn {
    max-width: 110px;
    width: 100%;
    padding: 6px 10px;
}

.form-area .demoBtn:hover,
.form-area .demoBtn:focus {
    background: var(--e-global-dark-pink);
    color: var(--e-global-color-white);
}

.address-details {
    width: 100%;
    background: #282E61;
    border-radius: 15px;
    min-height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-details h2 {
    width: 100%;
    max-width: 368px;
    font-size: 20px;
    font-family: var(--body-font-family);
    color: var(--e-global-color-white);
    font-weight: 600;
    line-height: 145%;
}

.add-num-details {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.nums {
    display: flex;
    gap: 12px;
    align-items: center;
}

.nums p {
    font-size: 15px;
    font-family: var(--body-font-family);
    color: var(--e-global-color-white);
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}

.hamburg {
    display: none;
}