@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*+++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++*/
:root {
    --primary-color: #EB5215;
    --dark-color: #1C1E21;
    --secondary-color: #a6a6a6;
    --grey-color: #eeeeee;
    --white-color: #ffffff;
    --body-fonts: 'Poppins', sans-serif;
    --title-fonts: 'Poppins', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

/*+++++++++++++++++++++++++++++++++++++++++
General
++++++++++++++++++++++++++++++++++++++++*/
body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-fonts);
    color: #000;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
}

h6 {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

/*++++++++++++++++ HTML Tags +++++++++++*/
a,
.button {
    color: var(--primary-color);
    outline: none !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    background: var(--white-color);
    padding: 15px;
    border: 1px solid var(--grey-color);
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

b,
strong {
    font-weight: 500;
}


ul.list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 10px;
}


.h-100vh {
    height: 100vh;
}

.h-100 {
    height: 100%;
}

/*+++++++++++++Container +++++++++++++++*/
.container {
    max-width: 1400px;
    position: relative;
}

section {
    position: relative;
}

.section-space {
    padding: 90px 0;
    position: relative;
}

.animated {
    animation-duration: 1.25s;
}

header {
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    box-sizing: border-box;
    /*    background: rgb(255 255 255 / 20%);*/
    display: none;
}

.fp-viewing-0 header {
    display: block;
}

.open-menu header {
    display: block;
    background: #ffffff;
    position: relative;
}


.header-menu {
    padding: 20px 0;
    /* display: flex;
    align-items: center;*/
}

/*.header-menu .logo {
    flex: 0 0 30%;
}*/
.navbar-brand img {
    width: 50px;
}

.header-menu .menubar {
    /*    flex: 0 0 70%;*/
    /*    text-align: right;*/
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu .menubar #check {
    display: none;
}

.header-menu .menubar .button {
    width: 48px;
    height: 48px;
    background: rgb(235 82 21);
    padding: 12px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in;
    padding-top: 8px;
    line-height: 8px;
    text-align: left;
    position: relative;
    right: 0;
    top: 0;
    z-index: 201;
    border-radius: 5px;
}

.header-menu .menubar .button span {
    height: 3px;
    width: 100%;
    background: white;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
}

.about-content h1 {
    text-align: center;
}

.about-content h1 span {
    display: block;
    color: #eb5215;
}

/* toggle icon animation */
.header-menu .menubar #check:checked~.button span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

.header-menu .menubar #check:checked~.button span:nth-child(2) {
    width: 0;
}

.header-menu .menubar #check:checked~.button span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-7px) translateX(7px);
}

.menubar nav {
    position: absolute;
    right: -100%;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: 0.5s all ease;
    background: transparent !important;
}

#check:checked~nav {
    opacity: 1;
    right: 50px;
}

.menubar nav a {
    font-size: 20px;
    color: #000;
    padding: 0 10px;
}



.navbar-brand {
    margin: 0;
}

.header-wrapper.pq-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--white-color);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

header .navbar {
    padding: 50px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar-right-side {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: flex-end;
    width: 100%;
}

.navbar-right-side .login-link {
    text-transform: capitalize;
    color: var(--dark-color);
}


.fp-table {
    display: table;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
}

.hero {
    padding-top: 0;
}

.newsletter-form .form-control::placeholder {
    opacity: .7;
}

.newsletter-form .btn {
    font-weight: 500;
}

.main-image-block h2 {
    letter-spacing: -0.5px;
}

.form-control-gray {
    background-color: #c0c0c0;
    /* tweak: #f8f9fa (lighter) or #e9ecef (darker) */
}

.form-control-gray:focus {
    background-color: #c0c0c0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .1);
    /* keep subtle focus ring */
}

.hero h2 {
    font-size: 74px;
    line-height: 74px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .hero h2 {
        margin-top: 80px !important;
    }

    .newsletter-form .btn {
        font-size: 10px;
    }
}


.image-grid-block-right img {
    width: 100%;
}

.image-grid-title-block {
    text-align: end;
}

h3.image-grid-title {
    color: rgb(235 82 21);
    font-size: 74px;
    line-height: 74px;
    margin-top: 40px;
}

.image-grid-block .image-grid-title {
    font-size: 128px;
    line-height: 140px;
    font-weight: 400;
    color: var(--primary-color);
}

.image-grid-title-highlight {
    display: block;
    text-transform: uppercase;
}

.img-box-section {
    inset: 80px !important;
}





.community-title-text {
    text-align: left;
    width: 70%;
}

.community-title-text h3 {
    color: #fff;
    font-size: 64px;
    line-height: 80px;
}

.community-dec-text {
    margin-top: 30px;
    margin-bottom: 100px;
}

.community-dec-text h1 {
    font-size: 74px;
    color: #fff;
    text-align: right;
    text-transform: none;
    font-weight: 300;
    line-height: 74px;
}

.community-section img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}


.slider-box .slider-box-detail-block .slider-box-title {
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.slider-box .slider-box-detail-block p {
    font-size: 27px;
    margin-bottom: 0;
}

.slider-box-image-block {
    padding: 5px;
    border-radius: 10% / 5%;
    background: linear-gradient(to right, #ff7a00, #ff0169, #d300c5);
    width: 250px;
}

.slider-box-image-block img {
    border-radius: 10% / 5%;
}

.viewer-grid {
    display: grid;
    grid-template-columns: 7.8fr 5fr;
    gap: 40px;
}

.viewer-grid-left-side img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.spacing-block {
    padding: 0 75px;
}

.viewer-grid-left-side h2.one-title {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    text-align: right;
}

.two-title {
    margin-top: 20px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    color: var(--primary-color);
}

.two-title span {
    display: block;
}

.profile-views-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.profile-views-grid-left {
    text-align: center;
    display: flex;
    justify-content: center;
}


.profile-views-title-block .profile-views-desc {
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    color: var(--dark-color);
    margin-bottom: 0;
}

.mommnet-section {
    padding: 0;
}

.mommnet-section:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000094;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9;
}

.mommnet-bg-img img {
    height: 100vh;
    object-fit: cover;
}

.mommnet-section-title-block .mommnet-section-title {
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    font-weight: 300;
}

.mommnet-section .carousel-caption {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 9;
}

.mommnet-section .carousel-control-next,
.mommnet-section .carousel-control-prev {
    z-index: 99;
}

.connected-grid-left .connected-title {
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
}

.connected-grid-right .connected-image-block {
    text-align: center;
    justify-items: center;
}

.connected-grid-left {
    justify-items: center;
}

.check-main-title-block {
    width: 90%;
}

.check-main-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color: var(--secondary-color);
    text-transform: lowercase;
}

.check-block {
    margin-top: 50px;
    display: flex;
    align-items: end;
    gap: 50px;
    justify-content: center;
}

.check-title {
    font-size: 64px;
    line-height: 66px;
    font-weight: 400;
    flex: 0 0 38%;
    text-align: right;
}

.logo-block {
    display: flex;
    align-items: center;
    flex: 0 0 60%;
}

.logo-letter {
    color: var(--primary-color);
    font-size: 300px;
    line-height: 320px;
    font-weight: 400;
    text-transform: lowercase;
}

.footer {
    margin-top: 60px;
    padding-bottom: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 70px;
    border-top: 1px solid #000;
}

.footer-links-block {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.footer-links-block-left-side {
    display: inline-flex;
    flex-direction: column;
}

.footer-links-block-right-side {
    display: inline-flex;
    flex-direction: column;
}

.footer-link {
    color: var(--secondary-color);
}

.footer-link:hover {
    color: var(--primary-color);
}

.waitlist-para {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
    color: var(--secondary-color);
}

.waitlist-title {
    font-size: 66px;
    line-height: 76px;
    font-weight: 400;
    color: var(--dark-color);
    text-transform: none;
}



.whatsapp-chat {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.whatsapp-chat h2.whatsapp-title {
    font-size: 52px;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}

.whatsapp-chat a.chat-btn {
    padding: 10px 20px;
    background: #58db58;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}

.whatsapp-chat a.chat-btn img {
    width: 40px;
    display: inline-block;
}

.line-pattern {
    font-size: 700px;
    font-weight: 100;
    position: absolute;
    color: #000;
    top: 54%;
    left: 54%;
    transform: translate(-50%, -50%);
}

.contact-form h2,
.wishlist-form h2 {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    line-height: 60px;
}

.contact-form .form-group,
.wishlist-form .form-group {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.contact-form .form-group .form-control,
.wishlist-form .form-group .form-control {
    background: no-repeat;
    border-radius: 9px;
    border: 2px solid rgb(113 113 113 / 12%);
    height: 48px;
}

.contact-form .form-group textarea,
.wishlist-form .form-group textarea {
    height: auto !important;
}

.contact-form .submit-btn,
.wishlist-form .submit-btn {
    background: #171717;
    color: #fff;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 12px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.wishlist-img-block img {
    width: 250px;
}

.wishlist-content {
    text-align: center;
}

.wishlist-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.wishlist-content p {
    font-size: 24px;
    line-height: 30px;
}

.wishlist-content .share-btn {
    padding: 10px 20px;
    background: #58db58;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
}

.wishlist-content .share-btn img {
    width: 40px;
    display: inline-block;
}

.wishlist-content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}


h1.heading-title {
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
}



section.login {
    height: calc(100vh - 40px);
    padding: 40px;
}

.google-map iframe {
    height: calc(100vh - 70px);
    width: 100%;
    border-radius: 25px;
}

.google-map {
    position: relative;
}

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}

.login-form-top {
    background: #e1e1e2;
    padding: 20px;
    border-radius: 15px;
    padding-bottom: 60px;
}

.login-form-top .form-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 60px;
}

.login-form-top .form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-form-top input {
    height: 48px;
}

.login-form-bottom {
    margin-top: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    padding-top: 60px;
}

.login-form-bottom .logo-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 10px solid transparent;
}

.login-form-bottom .logo-icon img {
    width: 60px;
}

.login-form-bottom .form-group {
    margin-bottom: 20px;
}

.login-form-bottom .form-group input {
    height: 52px;
}

.google-map .btn {
    width: 100%;
    background: #000;
    color: #fff;
    margin-top: 20px;
}

.google-map .btn:hover {
    background: #eb5215;
}


.left-side-icon {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #212529;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 0px;
    margin-top: 10px;
    margin-right: 10px;
    z-index: 99;
    padding-left: 0px;
    padding-bottom: 0;
    border-bottom-right-radius: 0;
}

.left-side-icon:before {
    position: absolute;
    background: #212529;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.left-side-icon ul {
    background: #000000;
    border-radius: 10px;
    padding: 10px;
}

.left-side-icon ul li {
    margin-bottom: 010px;
}

.left-side-icon ul li a {
    padding: 10px;
    display: inline-block;
    transition: all 0.5s ease;
}

.left-side-icon ul li a.active {
    background: #EB5215;
    border-radius: 10px;
}

.left-side-icon ul li a:hover {
    background: #EB5215;
    border-radius: 10px;
}

.left-side-icon .icon-menu-other {
    width: 100%;
    height: 60px;
    background: rgb(255 255 255);
    display: block;
    border-radius: 10px;
    border-bottom-left-radius: 25px;
    margin-top: 10px;
}

.top-right-side-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #212529;
    padding: 10px;
    border-bottom-left-radius: 14px;
    padding-top: 0;
    padding-right: 0;
}

.top-right-side-icon:before {
    position: absolute;
    background: #a30000;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.top-right-side-icon a {
    padding: 5px 15px;
    background: #000;
    display: block;
    border-radius: 15px;
    border-top-right-radius: 25px;
}


.bottom-right-side-block {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #212529;
    padding: 10px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
    padding-right: 0;
}

.bottom-right-side-block:before {
    position: absolute;
    background: #a30000;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.eyes-number-box {
    display: flex;
    align-items: center;
    background: #EB5215;
    padding: 20px 30px;
    border-radius: 15px;
}

.eyes-number-box span {
    font-size: 20px;
}

.eyes-number-box span.eyes-number {
    padding-left: 20px;
    font-size: 50px;
    line-height: 50px;
}

.footer-login-menu ul li a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.footer-login-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-login-menu ul li a:hover {
    color: #eb5215;
}



.profile-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-btn .btn {
    background: #EB5215;
    color: #fff;
    padding: 12px 24px;
}

.profile-btn .btn:hover {
    background: #171717;
    color: #EB5215;
    padding: 12px 24px;
}

.user-profile-box {
    position: absolute;
    bottom: 0;
    left: 100px;
    background: #fff;
    padding: 20px 20px;
    padding-top: 40px;
    border-radius: 15px;
}

.user-profile {
    display: flex;
}

.user-name span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.user-name label {
    color: #1D1E22;
    font-size: 14px;
    display: block;
}

.user-img img {
    width: 100px;
    position: relative;
    top: -61px;
    margin-left: 30px;
    border: 7px solid #ffffff;
    border-radius: 50%;
}

.user-profile-btn a {
    background: #000;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 80%;
    text-align: center;
    padding: 7px 12px;
    font-size: 15px;
}


.data-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    background: #e1e1e2;
    padding: 20px;
    border-radius: 15px;
}

.data-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.data-top h2 {
    font-size: 42px;
    font-weight: 600;
    margin-right: 20%;
}

.data-top img {
    width: 40px;
}

.feddback-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    background: #2D2F38;
    padding: 20px;
    border-radius: 15px;
}

.feedback-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.feedback-top h2 {
    color: #ffffff;
    font-size: 26px;
    margin-right: 20px;
}

.close-icon img {
    width: 15px;
}

ul.feedback-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #EB5251;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

ul.feedback-list li:last-child {
    margin-bottom: 0;
}

.feedback-list .feedback-user-profile {
    display: flex;
    align-items: center;
}

.feedback-list .feedback-user-profile .feedback-user-name {
    color: #fff;
    padding-left: 10px;
}

.user-view-profile a {
    background: #D9D9D9;
    font-size: 13px;
    border-radius: 5px;
    padding: 4px 8px;
}