@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');

:root {
    --primary: rgba(146, 33, 97, 1);
    --secondary: rgba(32, 32, 32, 1);
    --gray: rgba(141, 141, 141, 1);
    --black: #252525;
    --green: rgba(24, 183, 166, 1);
    --white: rgba(255, 255, 255, 1);
    --light-gray: rgba(93, 93, 93, 1);
    --gray-dark: rgba(42, 50, 52, 1);
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* Single page start */
.custom-navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.custom-navbar.scrolled {
    background-color: rgb(42, 50, 52);
}

.navbar .nav-link {
    color: #fff;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #00d4b1;
}

.logo {
    width: 7rem;
}

.menu li a {
    color: var(--white);
    margin: 0 1.5rem;
}

.custom-toggler {
    width: 2.4rem;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 5px;
    background: transparent;
}

.custom-toggler div {
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.custom-toggler {
    border: 2px solid var(--white);
    border-radius: 4px;
}

.custom-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.hero-content h1 {
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--green);
}

.hero-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.app-buttons img {
    width: 11rem;
}

.about-section p {
    color: #252525;
    padding-right: 4rem;
}

.about-section h6 {
    color: var(--green);
}

.about-images img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.we-are {
    width: 90%;
}

.we-are-content {
    padding-right: 6rem;
}

.about-images .img-small {
    max-width: 80%;
    margin-top: 20px;
}

.feature-icon {
    border-radius: .6rem;
    width: 3.5rem;
    height: 3.5rem;
}

section.keyfeature {
    background-color: rgba(244, 249, 248, 1);
    padding: 4rem 0;
}

.feature-row p {
    color: var(--light-gray);
}

.first-col,
.second-col {
    border-right: 1px solid rgba(217, 233, 238, 1);
    border-bottom: 1px solid rgba(217, 233, 238, 1);
}

.third-col {
    border-bottom: 1px solid rgba(217, 233, 238, 1);
}

.five-col {
    border-left: 1px solid rgba(217, 233, 238, 1);
    border-right: 1px solid rgba(217, 233, 238, 1);
}


.how-it-workes {
    background: var(--gray-dark);
}

.how-it-workes p {
    color: rgba(142, 153, 156, 1);
}

.how-it-workes .step-circle {
    width: 1rem;
    height: 1rem;
    background: #00d4c6;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 24px 0 rgba(24, 183, 166, 0.6);
}

.how-it-workes .progress-line {
    position: absolute;
    top: 0.4rem;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(93, 108, 112, 1);
    z-index: 1;
    width: 96.5%;
    margin: auto;
}

.how-it-workes .step-number {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    color: rgba(65, 76, 78, 1);
    margin-top: 10px;
}

.peacefull h2 {
    color: var(--black);
    font-size: 3rem;
}

.peacefull .phone-img {
    max-width: 90%;
    width: 60%;
}

.peacefull .carousel-inner {
    padding: 1.8rem 0;
}

.peacefull .carousel-control-prev-icon,
.peacefull .carousel-control-next-icon {
    filter: invert(1);
}

.bg-trans {
    border-radius: 1.8rem !important;
    background: rgba(255, 255, 255, 0.3);
    padding: 1.8rem;
    overflow: hidden;
}

.bg-trans::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1.8rem;
    padding: 2px;
    background: linear-gradient(90deg, rgba(166, 236, 255, 1), rgba(255, 255, 255, 1));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.carousel-item {
    border-radius: 1.3rem !important;
    overflow: hidden;
}

.peacefull span.carousel-control-prev-icon,
.peacefull span.carousel-control-next-icon {
    background-color: #fff !important;
    opacity: 1 !IMPORTANT;
    color: rgba(42, 50, 52, 1) !important;
    width: 4rem;
    height: 4rem;
    filter: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peacefull span.fa-solid.carousel-control-prev-icon,
.peacefull span.fa-solid.carousel-control-next-icon {
    color: rgba(42, 50, 52, 1) !important;
}

.swiper-button-prev {
    left: 51% !important;
    top: 80% !important;
}

.swiper-button-next {
    right: 41% !important;
    top: 80% !important;
}

.peacefull .swiper-slide p {
    font-size: 1.1rem;
    line-height: 2rem;
}

.swiper-slide.swiper-slide {
    border-radius: 1.8rem !important;
    overflow: hidden;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'next';
    color: black;
    background-color: white;
    font-size: 1.8rem !important;
    padding: 1.5rem !important;
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey {
    margin: 4rem auto;
}

.contact-over {
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: #fff;
    font-size: 4rem;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
}

section.contact-form {
    background-color: rgba(244, 249, 248, 1);
    padding: 1.5rem;
    border-radius: 2rem;
    margin-top: 4rem;
}

.contact-form input:focus {
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.contact-form input {
    background-color: transparent;
    box-shadow: none;
    border-color: rgba(74, 74, 74, 1) !important;
    color: rgba(88, 86, 79, 1);
    padding: 1rem 0;
}

.btn-green {
    background-color: var(--green);
    font-size: 1rem;
    color: var(--white);
    padding: .8rem 4rem;
    border-radius: 3rem;
    border: 1px solid var(--green) !important;
}

.btn-green:hover {
    background-color: transparent;
    font-size: 1rem;
    color: var(--green);
}

.footer {
    background-color: var(--gray-dark);
    color: #fff;
    font-size: 0.9rem;
    margin-top: 6rem;
    padding: 2rem 0;
}

.footer-menu,
.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 2rem;
    display: flex;
}

.footer-menu li a,
.footer-bottom-links li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu li a:hover,
.footer-bottom-links li a:hover {
    color: #00b19f;
}

.footer-divider {
    border-top: 1px solid rgba(120, 136, 140, 1);
}

#aboutUs,
#keyFeatures,
#contactUs,
#howItWorks {
    scroll-margin-top: 80px;
}


.contact-info a {
    color: var(--white);
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: #fff;
}

.contact-icon {
    font-size: 1.4rem;
    margin-right: 1rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-main {
    padding: 2rem;
}

.social-icons {
    margin-left: auto;
    display: flex;
    justify-content: end;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    margin-right: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

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

@media screen and (min-width: 992px) {

    html,
    body {
        font-size: 1vw !important;
    }

    .container.main {
        max-width: calc(1vw + 84rem);
    }
}

@media (max-width: 991.98px) {
    li.nav-item {
        padding: .5rem 0 .5rem 0;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content h2 {
        font-size: 1.8rem;
    }

    .about-section p {
        padding-right: 0;
    }

    .first-col {
        border-right: 1px solid rgba(217, 233, 238, 1);
        border-bottom: 1px solid rgba(217, 233, 238, 1);
    }

    .second-col,
    .four-col {
        border-right: 0;
        border-bottom: 1px solid rgba(217, 233, 238, 1);
    }

    .five-col,
    .third-col {
        border-left: 0;
        border-right: 1px solid rgba(217, 233, 238, 1);
    }

    .app-buttons img {
        width: 7rem;
    }

    .peacefull .phone-img {
        max-width: 90%;
        width: 90%;
    }

    .peacefull .swiper-slide p {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 1rem !important;
    }

    .swiper-button-prev {
        left: 50% !important;
        top: 89% !important;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 1.3rem !important;
        padding: 1.5rem !important;
        height: 2.5rem;
        width: 2.5rem;
    }

    .swiper-button-next {
        right: 37% !important;
        top: 89% !important;
    }

    .how-it-workes .progress-line {
        width: 92.5%;
    }

    .how-it-workes .progress-line,
    .how-it-workes .step-circle {
        display: none;
    }

    .contact-form .row {
        flex-direction: column-reverse;
        gap: 3rem !important;
    }

    .navbar-collapse {
        margin-top: .6rem;
        backdrop-filter: blur(10px);
        background-color: rgb(42 50 52);
        transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
    }

    .we-are-content {
        padding-right: 0;
    }

}

@media (max-width: 767.98px) {
    .we-are-content {
        padding-right: 1rem;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content h2 {
        font-size: 1.8rem;
    }

    .footer-below,
    .how-we {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .swiper-button-prev {
        left: .5rem !important;
        top: 50% !important;
    }

    .swiper-button-next {
        right: .7rem !important;
        top: 50% !important;
    }

    .bg-trans {
        height: 35rem;
    }

    .contact-over {
        max-width: 90%;
    }

    .social-icons {

        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .container.main {
        max-width: 90%;
    }

    .first-col {
        border-right: 0;
        border-bottom: 0;
    }

    .second-col,
    .four-col {
        border-right: 0;
        border-bottom: 0;
    }

    .five-col,
    .third-col {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .footer-menu {
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 1.5rem;
    }

    .img-side h2 {
        font-size: 2rem;
    }

    .footer-below {
        gap: 1.5rem;
    }

    .contact-text p {
        font-size: 1rem !important;
    }

    .bg-trans {
        height: auto;
    }

    .peacefull .phone-img {
        max-width: 50%;
        width: 50%;
    }

    .slider-text {
        padding-top: 2rem;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 45% !important;
    }

    .about-images img {
        width: 100%;
    }

    .contact-icon {
        font-size: 1rem;
        width: 2rem;
        height: 2rem;
    }

    .social-icons {
        justify-content: start;
    }
}

@media (max-width: 479.98px) {
    .img-side h2 {
        font-size: 2.2rem;
        max-width: 100%;
    }

    .hero-content h2 {
        font-size: 1.5rem;
    }

    .peacefull h2 {
        font-size: 2rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .img-side img {
        height: 28rem;
        object-fit: cover;
        border-radius: 2rem;
    }

    .contact-over {
        left: 1rem;
    }

    .contact-info a,
    .contact-item span {
        font-size: .8rem;
    }
}

@media (max-width: 374.98px) {
    .app-buttons img {
        width: 8rem;
    }

    .img-side img {
        height: 34rem;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 479.98px) {
    .container {
        width: 85%;
    }
}

/* Single page end */
/* Privacy start */
.hero-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: inherit;
}

header.hero-sec h1 {
    font-size: 3rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.content h2 {
    font-weight: 500;
    color: rgba(32, 32, 32, 1);
    margin: 0;
}

section.content p {
    color: rgba(96, 99, 98, 1);
    font-size: 1.1rem;
}

.hr-line {
    border: none;
    border-top: 2px solid var(--primary);
    margin: .8rem 0;
}

.inner-content {
    margin-bottom: 2.5rem;
}

.inner-content ul li {
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.inner-content a {
    color: #17b7a7;
}

.inner-content ul {
    padding-left: 1rem;
}


/* Privacy end */