﻿*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    scroll-snap-type: y mandatory;
    font-size: 62.5%;
}

#my-svg {
    width: 100%;
    height: 600px;
    border: none; /* Remove border if present */
}

body {
    width: 100%;
    background-color: #f0f8ff;
    color: #333;
    font: 100% Lato, Arial, Sans Serif;
    font-family: "Inter", sans-serif;
    font-family: "Tiro Gurmukhi", serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

section {
    scroll-snap-align: start;
}

#background-wrap {
    bottom: 0;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

a {
    text-decoration: none;
}
/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: -5%;
    top: 5%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 10%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 60%;
    top: 35%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 30%;
    top: 70%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 60%;
    top: 45%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 20%;
    top: 80%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x11 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: -5%;
    top: 25%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x12 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 50%;
    top: 80%;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    transform: scale(0.2);
}

.x13 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 12s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 4%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.x14 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 90%;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    transform: scale(0.2);
}

.x15 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 73%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x16 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 42%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.x17 {
    -webkit-animation: animateBubble 23s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 23s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 23s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 85%;
    top: 70%;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x18 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 32%;
    top: 10%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x19 {
    -webkit-animation: animateBubble 32s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 32s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 32s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 79%;
    top: 55%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

.x20 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 98%;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(231, 180, 0, 1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(231, 180, 0, 1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(231, 180, 0, 1);
    height: 200px;
    position: absolute;
    width: 200px;
}

    .bubble:after {
        background: -moz-radial-gradient( center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70% );
        background: -webkit-gradient( radial, center center, 0px, center center, 100%, color-stop(0%, rgba(231, 180, 0, 0.5)), color-stop(70%, rgba(255, 255, 255, 0)) );
        background: -webkit-radial-gradient( center, ellipse cover, rgba(231, 180, 0, 0.5) 0%, rgba(255, 255, 255, 0) 70% );
        background: -o-radial-gradient( center, ellipse cover, rgba(235, 190, 25, 0.5) 0%, rgba(255, 255, 255, 0) 70% );
        background: -ms-radial-gradient( center, ellipse cover, rgba(235, 190, 25, 0.5) 0%, rgba(255, 255, 255, 0) 70% );
        background: radial-gradient( ellipse at center, rgba(235, 190, 25, 0.5) 0%, rgba(255, 255, 255, 0) 70% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 );
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
        box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
        content: "";
        height: 180px;
        left: 10px;
        position: absolute;
        width: 180px;
    }

/*----------------LOgo--------------------------------------*/
.HomeLogo {
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: flex-start;
    align-items: center;
}

    .HomeLogo h1 {
        color: black;
        font-size: 2.8rem;
        margin: 20px 0 0 5px;
        letter-spacing: 1px;
    }

.home-logo {
    height: 7rem;
    width: 7rem;
    margin: 20px 0 0 20px;
}

/*-------------------------------------------Section 1------------------------------*/
.section-1 {
    height: 100vh;
    text-align-last: center;
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
}

.phone {
    margin: auto;
    max-width: 450px;
}

.section1-phone-img {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    height: 450px;
    object-fit: contain;
    transition: transform 1s ease;
}

    .section1-phone-img:hover {
        transform: rotate(360deg);
    }

.section1-para {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heroSection {
    margin-top: -2rem;
}

.section1-para h1 {
    font-size: 4rem;
}

.section1-para p {
    width: 90%;
    text-align: justify;
    font-size: clamp(1rem, 2.5vh, 2rem);
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2.2rem;
}

.app-btn {
    height: 5rem;
    width: 15rem;
    color: #fff;
    padding: 10px;
    margin: 30px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

    .app-btn.blu {
        background-color: #101010;
        transition: background-color 1s ease;
    }

        .app-btn.blu:hover {
            background: linear-gradient(#ff8008, #ffc837);
        }

    .app-btn i {
        margin-right: 10px;
        font-size: 2.8rem;
    }

    .app-btn p {
        margin-top: 8px;
        font-size: 0.9rem;
    }

    .app-btn .big-txt {
        font-size: 1.5rem;
        text-transform: capitalize;
    }

button {
    background: #e7b400;
    border: 0;
    border-radius: 4px;
    padding: 1.3rem 3rem;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

    button:hover {
        background: #a9870d;
    }

.popup {
    background: rgba(100, 100, 100, 0.5);
    position: fixed;
    display: none;
    z-index: 100;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .popup > div {
        max-width: 600px;
        width: 70%;
        position: fixed;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        background: #ffffff;
        padding: 30px;
        z-index: 100;
        text-align: center;
        border: 2 solid black;
        border-radius: 10px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    }

/*---------------Section-2---------------------*/
.section-2 {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-cards {
    position: relative;
    width: 80vw;
    height: 80vw;
    max-width: 700px;
    max-height: 500px;
    margin: 0;
    perspective: 1000px;
    transform-origin: center;
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    -webkit-animation: carousel 20s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: carousel 20s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

    .icon-cards__content.step-animation {
        -webkit-animation: carousel 16s infinite steps(1) forwards;
        animation: carousel 16s infinite steps(1) forwards;
    }

.icon-cards__item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
    flex-direction: column;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80vw;
    height: 80vw;
    max-width: 700px;
    max-height: 500px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    transform-origin: center;
}

    .icon-cards__item:nth-child(1) {
        background-color: #f0f8ff;
        transform: rotateY(0) translateZ(35vw);
    }

    .icon-cards__item:nth-child(2) {
        background-color: #f0f8ff;
        transform: rotateY(120deg) translateZ(35vw);
    }

    .icon-cards__item:nth-child(3) {
        background-color: #f0f8ff;
        transform: rotateY(240deg) translateZ(35vw);
    }

@-webkit-keyframes carousel {
    0%, 17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }

    27.5%, 45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }

    55%, 72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }

    82.5%, 100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}

@keyframes carousel {
    0%, 17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }

    27.5%, 45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }

    55%, 72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }

    82.5%, 100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}

.brands {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 20px;
}

.brands-logo img {
    max-height: 60px;
    width: 100%;
    object-fit: contain;
    padding: 5px;
}

.section-2-info {
    padding-top: 20px;
    font-size: clamp(2rem, 5vh, 4rem);
}

#section-2-para {
    margin: 3rem 0;
    width: 90%;
    font-size: clamp(1rem, 2.5vh, 2rem);
    text-align: justify;
    text-align-last: left;
}

.section-2-photo {
    width: 100%;
    max-height: 20rem;
}

.icon-cards__item img {
    width: 100%;
    object-fit: contain;
    margin: 20px 0 0 -10px;
}
/*--------------------------------section-3---------------------------------------------------*/
.section-3-rev {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 10%;
}

.section3-para {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section3-phone-img {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.section3-para h1 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 4rem;
}

.section3-para p {
    text-align: justify;
    font-size: clamp(1rem, 2.5vh, 2rem);
}

/*--------------------------------section-4---------------------------------------------------*/
.section-4 {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 10%;
}

.section4-para {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align-last: left;
}

.section4-phone-img {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.section4-para h1 {
    padding-bottom: 20px;
    font-size: 4rem;
}

.section4-para p {
    text-align: justify;
    font-size: clamp(1rem, 2.5vh, 2rem);
}

/*--------------------------------section-5---------------------------------------------------*/
.section-5 {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto 10%;
    align-items: center;
    place-content: center;
}

.section5-para {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section5-phone-img {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.section5-para h1 {
    padding-bottom: 20px;
    font-size: 4rem;
}

.section5-para ul li {
    text-align: left;
    font-size: clamp(1rem, 2.5vh, 2rem);
}

.footer {
    width: 100%;
    background-color: #24262b;
    padding: 1rem 0.5rem 2rem 1rem;
    margin-top: auto;
    position: sticky;
    top: 100%;
}

.container {
    max-width: 100%;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col {
    width: 15%;
}

    .footer-col h4 {
        font-size: 1.3rem;
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 10px;
        cursor: pointer;
        padding-left: 20px;
        font-weight: 500;
        position: relative;
        transition: transform 1s ease;
    }

        .footer-col h4:hover {
            color: #ffffff;
            transform: scale(1.1);
        }
/*---------------------------------section 6--------------------------------*/

.section-6 {
    min-height: 100vh;
}

.faq {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 2rem;
    padding: 2rem;
}

.heading h1 {
    text-align: center;
    font-size: 5rem;
}

.faq-answer {
    min-width: 100%;
    align-items: center;
    gap: 0.2rem;
}

svg {
    max-height: 600px;
    margin: 0;
}

.faq-box {
    text-align: left;
    position: relative;
    padding: 0.6rem 0 0 15rem;
}

.link {
    background-color: transparent;
    padding: 1.5rem;
    border-bottom: 1px solid black;
    border-radius: 0;
    font-size: 1.5rem;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    color: #101010;
    transition: 250ms ease-in-out;
}

    .link:hover {
        color: black;
        background-color: transparent;
    }

.topic {
    top: calc(100% + 0.55rem);
    display: none;
    border-radius: 0 0 0 1rem;
    transform: translateY(-10px);
    transition: transform 300ms ease-in-out;
    border-bottom: 1px solid black;
    pointer-events: none;
}

.faq-container.active > .link,
.link:hover {
    border-bottom: 1px solid black;
    color: #101010;
}

.faq-container.active > .link {
    border-bottom: none;
}

    .faq-container.active > .link + .topic {
        display: block;
        max-height: 20rem;
        overflow-y: scroll;
        transform: translateY(0);
        width: 100%;
        pointer-events: auto;
    }

.fa-solid {
    pointer-events: none;
}

.faq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 1.7rem;
    font-weight: bold;
}

.topic p {
    color: #101010;
    font-size: 1.3rem;
    padding: 1rem 2rem;
    text-align: justify;
}

.topic ul li {
    color: #101010;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: justify;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*--------------------------------------------section-7-----------------------------------------*/

.section-7 {
    height: 90vh;
}

.faq1 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 0.5rem;
}

.faq-box1 {
    text-align: left;
    position: relative;
    padding-right: 15rem;
    transform: translateX(-10rem);
}

.anime {
    transform: translateX(15rem);
}

.footer {
    position: sticky;
    bottom: 0;
    right: 0;
    grid-column: 1 / span 2;
}

.heading1 h1 {
    text-align: left;
}

/*-------------------------------------Blog------------------------------*/
.blog {
    position: absolute;
    position: fixed;
    bottom: 8rem;
    right: 2rem;
}

    .blog img {
        height: 6rem;
        width: 6rem;
        animation: 1s 1 forwards cubic-bezier(0.36, -0.01, 0.5, 1.38) slideUp, 1.5s Infinite linear floating;
        animation-delay: 0s, 1s;
    }

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: inherit;
    }
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/*-----------------------Responsive--------------------------------*/
@media (orientation: landscape) and (max-width: 1025px) and (min-width: 993px) {
    .home-logo {
        height: 7rem;
        width: 7rem;
        margin: 15px 0 0 15px;
    }

    .HomeLogo h1 {
        color: black;
        margin-top: 15px;
        font-size: 3.2rem;
        letter-spacing: 1px;
    }

    .phone {
        max-height: 380px;
        max-width: 380px;
    }

    .brands-logo img {
        max-height: 4.5rem;
        width: 100%;
        object-fit: contain;
        padding: 5px;
    }

    .heroSection {
        margin-top: auto;
    }

    .section5-phone-img,
    .section1-phone-img,
    .section3-phone-img,
    .section4-phone-img {
        width: 100%;
        height: 38rem;
    }

    .app-btn {
        height: 5rem;
        width: 15rem;
    }

    .section5-para h1 {
        padding-bottom: 20px;
        font-size: 3rem;
    }

    .section5-para ul li {
        text-align: left;
        font-size: clamp(1rem, 2.5vh, 2rem);
    }

    svg {
        height: 400px;
    }

    .faq-head {
        font-size: 1.2rem;
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 15rem;
        transform: translateX(-0);
    }

    .anime {
        transform: translateX(35rem);
    }
}

@media (orientation: portrait) and (max-width: 992px) and (min-width: 600px) {
    .home-logo {
        height: 8.5rem;
        width: 8.5rem;
        margin: 4rem 0 0 4rem;
    }

    .HomeLogo h1 {
        color: black;
        margin-top: 4rem;
        font-size: 4rem;
        letter-spacing: 1px;
    }

    .x11,
    .x12,
    .x13,
    .x14,
    .x15,
    .x16,
    .x17,
    .x18,
    .x19,
    .x20 {
        display: none;
    }

    .app-btn {
        height: 7rem;
        width: 19rem;
    }

        .app-btn i {
            margin-right: 10px;
            font-size: 4rem;
        }

        .app-btn p {
            margin-top: 8px;
            font-size: 1.3rem;
        }

        .app-btn .big-txt {
            font-size: 2.2rem;
            text-transform: capitalize;
        }

    .section-2-photo {
        width: 100%;
        max-height: 45rem;
    }

    .icon-cards {
        width: 90vw;
        height: 100vw;
        max-width: 60.5rem;
        max-height: 120rem;
    }

    .icon-cards__item {
        width: 90vw;
        height: 100vw;
        max-width: 60.5rem;
        max-height: 120rem;
    }

    .brands {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 20px;
    }

    .brands-logo img {
        max-height: 80px;
        width: 100%;
        object-fit: contain;
        padding: 1rem;
    }

    .section-2-info {
        font-size: 3.5rem;
    }

    #section-2-para {
        width: 90%;
        font-size: 1.9rem;
    }

    .section-3 {
        display: grid;
        grid-template-columns: auto;
        place-items: center;
    }

    .section-3-rev {
        display: flex;
        display: grid;
        grid-template-columns: auto;
        flex-direction: column-reverse;
        align-content: center;
    }

    .reve {
        order: -1;
    }

    .section-4 {
        display: grid;
        align-content: center;
        grid-template-columns: auto;
    }

    .section4-para,
    .section3-para {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: auto;
    }

        .section1-para h1,
        .section3-para h1,
        .section4-para h1 {
            font-size: 4rem;
        }

        .section1-para p,
        .section4-para p,
        .section3-para p {
            text-align: justify;
            text-align-last: left;
            font-size: 2.2rem;
        }

    .phone {
        margin: 0 auto;
        max-height: 600px;
        max-width: 600px;
    }

    .section1-phone-img,
    .section3-phone-img,
    .section4-phone-img,
    .section5-phone-img {
        height: 600px;
    }

    .section-5 {
        display: grid;
        place-content: center;
    }

    .section5-para h1 {
        padding-bottom: 20px;
        font-size: 4rem;
    }

    .section5-para ul li {
        font-size: 2.1rem;
    }

    .section-5 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto 10%;
    }

    .footer {
        width: 100%;
        background-color: #24262b;
        padding: 20px 0;
        margin-top: auto;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-col h4 {
        font-size: 1.6rem;
    }

    .faq-box {
        padding: 0;
    }

    .section-6,
    .section-7 {
        height: 100vh;
        overflow-y: scroll;
    }

    svg {
        height: 400px;
        width: 100%;
    }

    .heading h1 {
        padding-top: 13rem;
        text-align: center;
    }

    .faq {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq1 {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 0;
        transform: translateX(0);
    }

    .faq-image-div {
        order: -1;
    }

    .topic p {
        font-size: 1.8rem;
        padding: 1rem 2rem;
    }

    .topic ul li {
        font-weight: 300;
        padding: 2px;
        font-size: 1.6rem;
    }

    .faq-head {
        font-size: 1.9rem;
    }
}

@media (orientation: portrait) and (max-width: 769px) {
    .home-logo {
        height: 7rem;
        width: 7rem;
        margin: 20px 0 0 20px;
    }

    .HomeLogo h1 {
        color: black;
        margin-top: 20px;
        font-size: 3rem;
        letter-spacing: 1px;
    }

    .faq-container {
        padding: 0.6rem 0.1rem;
    }

    .faq1 {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 0;
        transform: translateX(0);
    }

    .heading h1 {
        padding-top: 6rem;
        font-size: 3rem;
    }

    .topic p {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }

    .topic ul li {
        font-weight: 300;
        padding: 2px;
        font-size: 1.4rem;
    }

    .faq-head {
        font-size: 1.7rem;
    }

    .faq-answer {
        margin-top: 15%;
    }

    .faq1 {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 0;
        transform: translateX(0);
    }

    .heading1 h1 {
        text-align: center;
    }
}

@media (orientation: portrait) and (max-width: 600px) {
    .x11,
    .x12,
    .x13,
    .x14,
    .x15,
    .x16,
    .x17,
    .x18,
    .x19,
    .x20 {
        display: none;
    }

    .home-logo {
        height: 5rem;
        width: 5rem;
        margin: 15px 0 0 15px;
    }

    .HomeLogo h1 {
        color: black;
        margin-top: 13px;
        font-size: 2.2rem;
        letter-spacing: 1px;
    }

    .app-btn i {
        margin-right: 10px;
        font-size: 3rem;
    }

    .app-btn p {
        margin-top: 8px;
        font-size: 1rem;
    }

    .app-btn .big-txt {
        font-size: 1.6rem;
        text-transform: capitalize;
    }

    .section-2-photo {
        width: 100%;
        max-height: 20rem;
    }

    .icon-cards {
        width: 80vw;
        height: 85vw;
        max-width: 45rem;
        max-height: 100rem;
    }

    .icon-cards__item {
        width: 80vw;
        height: 85vw;
        max-width: 45rem;
        max-height: 100rem;
    }

    .section-3-rev {
        display: grid;
        grid-template-columns: auto;
        align-content: center;
    }

    .section-4 {
        display: grid;
        align-content: center;
        grid-template-columns: auto;
    }

    .section-5 {
        display: grid;
        place-content: center;
    }

    .section-5 {
        display: grid;
        grid-template-columns: auto;
        margin: auto 20px;
        align-content: center;
        place-items: center;
    }

    .rev1 {
        order: 1;
    }

    .reve {
        order: -1;
    }

    .brands {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 0 10px;
    }

    .brands-logo img {
        max-height: 40px;
        width: 100%;
        object-fit: contain;
    }

    .section-2-info {
        font-size: 2.5rem;
    }

    #section-2-para {
        width: 90%;
        font-size: 1.5rem;
    }

    .phone {
        margin-bottom: 1rem;
    }

    .section1-para h1,
    .section3-para h1,
    .section4-para h1,
    .section5-para h1 {
        justify-content: center;
        text-align: center;
        font-size: 3rem;
    }

    .section1-para p,
    .section3-para p,
    .section4-para p {
        font-size: 1.6rem;
        text-align: justify;
        text-align-last: left;
    }

    .section4-para,
    .section3-para {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: auto;
    }

    .section5-phone-img,
    .section1-phone-img {
        margin: 0 auto;
        width: 100%;
        height: 400px;
        object-fit: contain;
    }

    .section3-phone-img,
    .section4-phone-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .section-5 {
        overflow-x: hidden;
    }

    .section-5 {
        width: 90%;
    }

    .section5-para ul li {
        font-size: 1.4rem;
    }

    .footer {
        padding: 1rem;
    }

    .footer-col {
        width: 50%;
        margin: auto;
    }

        .footer-col h4 {
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }

    .section-6 {
        height: 100vh;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

    .section-7 {
        height: 100vh;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

    svg {
        height: 400px;
        width: 100%;
    }

    .faq {
        padding: 2rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq-image-div {
        order: -1;
    }

    .heading h1 {
        padding-top: 6rem;
        font-size: 3rem;
    }

    .topic p {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }

    .topic ul li {
        font-weight: 300;
        padding: 2px;
        font-size: 1.4rem;
    }

    .faq-head {
        font-size: 1.7rem;
    }

    .faq-answer {
        margin-top: 20%;
    }

    .faq1 {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 0;
        transform: translateX(0);
    }
}

@media (orientation: portrait) and (max-width: 450px) {
    .home-logo {
        height: 5em;
        width: 5rem;
        margin: 15px 0 0 20px;
    }

    .HomeLogo h1 {
        color: black;
        font-size: 2.1rem;
        margin-top: 15px;
        letter-spacing: 1px;
    }

    .section1-para h1,
    .section3-para h1,
    .section4-para h1,
    .section5-para h1 {
        justify-content: center;
        text-align: center;
        font-size: 2.5rem;
    }

    .section1-para p,
    .section3-para p,
    .section4-para p {
        width: 90%;
        font-size: 1.3rem;
        text-align: justify;
        text-align-last: left;
    }

    .section3-phone-img,
    .section4-phone-img,
    .section5-phone-img,
    .section1-phone-img {
        margin: 0 auto;
        width: 100%;
        max-height: 380px;
        object-fit: contain;
    }

    .app-btn i {
        margin-right: 5px;
        font-size: clamp(18px, 1.5vw, 30px);
    }

    .app-btn {
        height: 4.5rem;
        width: 11rem;
        color: #fff;
        margin: 30px 5px;
    }

        .app-btn p {
            margin-top: 8px;
            font-size: 0.6rem;
        }

        .app-btn .big-txt {
            font-size: 1rem;
            text-transform: capitalize;
        }

    .section-2-photo {
        width: 100%;
        max-height: 18rem;
    }

    .icon-cards {
        width: 80vw;
        height: 110vw;
        max-width: 45rem;
        max-height: 100rem;
    }

    .icon-cards__item {
        width: 80vw;
        height: 110vw;
        max-width: 45rem;
        max-height: 100rem;
    }

    .brands {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 0 10px;
    }

    .brands-logo img {
        max-height: 40px;
        width: 100%;
        object-fit: contain;
    }

    .section-2-info {
        font-size: 2rem;
    }

    #section-2-para {
        width: 90%;
        font-size: 1.2rem;
    }

    .reve {
        order: -1;
    }

    .section-3-rev {
        display: grid;
        grid-template-columns: auto;
        align-content: center;
    }

    .section-4 {
        display: grid;
        align-content: center;
        grid-template-columns: auto;
    }

    .section-5 {
        display: grid;
        place-content: center;
    }

    .section-5 {
        display: grid;
        grid-template-columns: auto;
        margin: auto 20px;
        align-content: center;
        place-items: center;
    }

    .rev1 {
        order: 1;
    }

    .section5-para ul li {
        text-align: left;
        font-size: 1.3rem;
    }

    .footer-col {
        width: 50%;
        margin: auto;
        scroll-snap-type: none;
    }

    .heading h1 {
        padding: 0;
    }

    .section-6 {
        height: 100vh;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

    .section-7 {
        height: 100vh;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

    .faq {
        padding: 0rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-gap: 0;
    }

    .faq-image-div {
        order: -1;
    }

    .faq1 {
        padding: 0 2em;
        display: flex;
        flex-direction: column;
        justify-content: start;
        grid-gap: 0;
    }

    .faq-answer {
        transform: translateY(-9rem);
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 0;
        transform: translateX(0);
    }

    .faq-head {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .topic p {
        font-size: 1.4rem;
        padding: 1rem 2rem;
    }

    .topic ul li {
        font-weight: 300;
        font-size: 1.3rem;
    }

    .footer-col h4 {
        padding-left: 0;
    }

    .footer-col {
        width: 15%;
    }

    .blog img {
        height: 5rem;
        width: 5rem;
    }
}

@media (orientation: portrait) and (max-width: 361px) {
    .home-logo {
        height: 4.4em;
        width: 4.4rem;
        margin: 15px 0 0 20px;
    }

    .HomeLogo h1 {
        color: black;
        font-size: 2.1rem;
        margin-top: 15px;
        letter-spacing: 1px;
    }

    .brands-logo img {
        max-height: 35px;
        width: 100%;
        object-fit: contain;
        padding: 5px;
    }

    .section-2-photo {
        width: 100%;
        max-height: 120px;
    }

    .section5-para {
        margin: 0 20px;
    }

    .footer-col {
        margin: auto;
    }

    .app-btn i {
        margin-right: 5px;
        font-size: 2.2rem;
    }

    .app-btn {
        height: 40px;
        width: 110px;
        color: #fff;
        margin: 30px 5px;
    }

        .app-btn p {
            margin-top: 10px;
            font-size: 7px;
        }

    .faq1 {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 0;
        transform: translateX(0);
    }

    .topic p {
        font-size: 1.3rem;
        padding: 1rem 2rem;
    }

    .topic ul li {
        font-weight: 300;
        font-size: 1rem;
    }

    .faq-head {
        font-size: 1.2rem;
    }

    .faq1 {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }
}

@media (orientation: portrait) and (max-width: 281px) {
    .home-logo {
        height: 4rem;
        width: 4rem;
        margin: 15px 0 0 20px;
    }

    .HomeLogo h1 {
        color: black;
        font-size: 1.8rem;
        margin-top: 15px;
        letter-spacing: 1px;
    }

    .section1-para {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-page h1 {
        font-size: clamp(20px, 3vw, 50px);
        margin: 0;
        padding-bottom: 5px;
    }

    .hero-page p {
        width: 90%;
        text-align: justify;
        font-size: clamp(10px, 3vw, 20px);
    }

    .app-btn i {
        margin-right: 5px;
        font-size: clamp(18px, 1.5vw, 30px);
    }

    .app-btn {
        height: 35px;
        width: 100px;
        color: #fff;
        margin: 30px 5px;
    }

        .app-btn p {
            margin-top: 10px;
            font-size: 7px;
        }

    .brands-logo img {
        max-height: 30px;
        width: 100%;
        padding: 5px;
    }

    .section-2-photo {
        width: 100%;
        max-height: 80px;
    }

    .section-2-info {
        padding-top: 20px;
        font-size: clamp(15px, 1vw, 35px);
    }

    #section-2-para {
        width: 90%;
        margin-bottom: 20px;
        font-size: clamp(10px, 1vw, 20px);
        text-align: justify;
        text-align-last: left;
    }

    .section3-para h1,
    .section4-para h1 {
        justify-content: center;
        text-align: center;
        font-size: clamp(20px, 3vh, 50px);
    }

    .section3-para p,
    .section4-para p {
        text-align-last: left;
        width: 90%;
        text-align: justify;
        font-size: clamp(10px, 3vw, 20px);
    }

    .icon-cards__item img {
        width: 100%;
        object-fit: contain;
        margin: 0;
    }

    .section5-phone-img,
    .section1-phone-img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .section3-phone-img,
    .section4-phone-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .footer {
        width: 100%;
        background-color: #24262b;
        padding: 20px 0;
        margin-top: auto;
    }

    .container {
        max-width: 100%;
        margin: auto;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-col {
        width: 100%;
    }

    .section5-para h1 {
        font-size: clamp(20px, 4vw, 60px);
    }

    .section5-para ul li {
        text-align: left;
        font-size: clamp(10px, 3vw, 30px);
    }

    .footer-col h4 {
        font-size: clamp(10px, 1vw, 18px);
    }

    .heading h1 {
        padding-top: 6rem;
        font-size: 3rem;
    }

    svg {
        display: none;
    }

    .topic p {
        font-size: 1rem;
        padding: 1rem 2rem;
    }

    .topic ul li {
        font-weight: 300;
        font-size: 0.8rem;
    }

    .faq-head {
        font-size: 1.2rem;
    }

    .faq1 {
        padding: 1rem;
        margin: auto;
        grid-template-columns: 1fr;
    }

    .faq-box1 {
        text-align: left;
        position: relative;
        padding-right: 0;
        transform: translateX(0);
    }
}

/*-----------------------------------------------------------------------*/
