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

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

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

mark {
    background-color: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img, video {
    max-width: 100%;
}

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

.icon-imgs {
    max-width: 20px;
    width: 100%;
}

.banner-section {
    background-image: url('assests/Images/Mask_group.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 183px 0 320px;
}

.button-border {
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), 
                      linear-gradient(172.54deg, #FFFFFF -213.57%, rgba(255, 255, 255, 0) 267.87%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto;
}

.button-link {
    max-width: 236px;
    backdrop-filter: blur(12px);
    padding: 18px;
    border-radius: 8px;
    color: #3f4765;
    transition: all 0.3s linear;
}

.button-link::before {
    content: "";
    background-color: rgb(28, 31, 30);
    transition: 0.4s ease-out;
    position: absolute;
    top: 0; 
    bottom: 0; 
    left: 0; 
    height: 100%; 
    width: 0%;
    border-radius: 8px;
}

.button-link:hover::before {
    width: 100%;
}

.button-link:hover {
    color: #ffffff;
}

.page-heading {
    font-size: 64px;
    line-height: 90px;
}

.undeline-style {
    width: fit-content;
    display: inline-block;
}

.download_icon {
    width: 20px;
}

.logo-icon {
    max-width: 55px;
}

.btn-nav-style img {
    max-width: 11px;
}

.footer-logo-icon {
    max-width: 39px;
}

.undeline-style {
    position: absolute;
    bottom: -5px;
    animation: growUnderline 4s linear 2s;
    left: 0;
}

@keyframes growUnderline {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.page-para {
    font-size: 20px;
    line-height: 34px;
}

.step-container {
    top: -280px;
    position: absolute;
    max-width: 1150px;
    width: 81%;
    left: 50%;
    transform: translateX(-50%);
}

.inner-container {
    max-width: 1166px;
    width: 100%;
    background: #ffffff;
}

.circles-style {
    width: 13.2px;
    height: 13.2px;
}

.circles-style:nth-child(1) {
    background-color: #EE6A5F;
}

.circles-style:nth-child(2) {
    background-color: #F5BD4F;
}

.circles-style:nth-child(3) {
    background-color: #61C454;
}

.step-header {
    border-bottom: 2.1px solid #00000020;
}

.trusted-box {
    padding: 419px 0 5px;
    font-size: 16px;
}

.brands-slider-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.brands-slide-container {
    width: 100%; 
    flex-shrink: 0;
    overflow-x: hidden;
}

.brands-slider-inner {
    display: block; 
}

.brands-slider-wrapper {
    display: flex; 
}

.brands-slider-wrapper {
    animation: scrollBrands 10s linear infinite;
    width: 200%; 
}

@keyframes scrollBrands {
    0% {
        transform: translateX(3%);
    }
    100% {
        transform: translateX(-34%); 
    }
}

.step-by-step {
    overflow-x: clip;
    padding-bottom: 5px;
}

.page-heading-2 {
    line-height: 68px;
    font-size: 48px;
    color: #3F4765;
}

.seconds-color {
    color: #6F57F0;
    display: inline-block;
}

.step-heading {
    font-size: 36px;
    color: #3F4765;
}

.step-para {
    font-size: 16px;
    color: #868A9A;
    line-height: 28px;
}

.step-one {
    width: 44%;
}

.step-1-image {
    position: relative;
}

.header-image {
    bottom: -45px;
    padding: 0 0 0 16px;
}

.outer-cont {
    max-width: 298px;
    width: 100%;
    border-radius: 6.6px;
    padding: 10px;
    background-color: #ffffff;
    bottom: 10%;
    left: 29%;
}

.inner-cont {
    background-color: #6F57F0;
    border-radius: 5px;
    padding: 15px 30px;
}

.outer-edit {
    top: 20%;
    left: 52%;
    max-width: 260px;
    width: 100%;
    border-radius: 6.6px;
    background-color: #ffffff;
}

.inner-head {
    border-bottom: 1px solid #00000030;
}

.inner-head p {
    color: #3F4765;
    font-size: 13px;
}

.mouse-img-arrow {
    top: -7px;
    right: -90px;
}

.slider-section {
    background-color: #F5F7FA;
    padding: 65px 0 120px;
}

.testi-style {
    font-size: 20px;
    color: #868A9A;
    line-height: 28px;
}

.text-quots {
    max-width: 1022px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 28px;
    line-height: 48px;
}

.btn-nav-style {
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    color: #3F4765;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-next, .carousel-control-prev {
    top: 33px;
}

.name-person {
    font-size: 20px;
    color: #3C3744;
    padding: 5px 0;
}

.name-person span {
    font-size: 16px;
    color: #66787C;
    padding-left: 7px;
}

.name-person::before {
    content: "-";
}

.two-away {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 98%;
    padding: 100px 12px;
    border-radius: 56px;
    position: absolute;
    top: -150px;
    max-width: 1295px;
    overflow: clip;
    left: 50%;
    transform: translateX(-50%);
}

.two-away a {
    color: #6F57F0;
}

.new-bg-svg {
    inset: 0;
    width: 100%;
}

.footer-section {
    padding-top: 300px;
}

.footer-section p {
    color: #868A9A;
}

.footer-section ul li a {
    /* color: #868A9A; */
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #3F4765;
}

.icons-width {
    max-width: 256px;
    width: 100%;
}

.step-1-image {
    max-width: 667px;
    width: 100%;
}

.logo-img {
    display: block;
    width: 65px;
}

.image-persons {
    width: 100%;
}

.recorder-icon {
    top: 50%;
    max-width: 137px;
    width: 28%;
    left: -3px;
}

.explain-the {
    padding: 20px 0 120px !important;
}

/* ======= Breakpoints ======= */

@media (max-width: 767.98px) {
    .logo-icon {
        max-width: 40px;
    }
    .footer-logo-icon {
        max-width: 27px;
    }
    .big-screen {
        display: none;
    }
    .show-at {
        display: block !important;
    }
    .fs-3 {
        font-size: 16px !important;
    }
    .page-heading {
        font-size: 37px;
        line-height: 50px;
    }
    .page-para {
        font-size: 16px;
        line-height: 27px;
    }
    .banner-section {
        padding: 180px 0 50px;
    }
    .step-container {
        width: 100%;
        top: auto;
        position: static;
        margin-top: 30px;
        transform: unset;
    }
    .step-one {
        width: 100%;
    }
    .mouse-img-arrow {
        display: none;
    }
    .page-heading-2 {
        font-size: 25px;
        line-height: 33px;
        padding: 10px 0 !important;
    }
    .step-heading {
        font-size: 20px;
    }
    .text-quots {
        font-size: 16px;
        line-height: 27px;
        width: 60%;
    }
    .btn-nav-style {
        width: 45px;
        height: 45px;
    }
    .two-away {
        top: -100px;
        border-radius: 30px;
        padding: 20px 12px;
        width: 95%;
    }
    .footer-section {
        padding-top: 150px;
    }
    .steps-cont {
        flex-direction: column-reverse !important;
        justify-content: center;
        padding: 20px 0 !important;
    }
    .page-para {
        font-size: 15px;
        line-height: 24px;
    }
    .testi-style {
        font-size: 17px;
        color: #868A9A;
    }
    .trusted-box {
        padding: 10px 0px;
    }
    .steps-cont-reverse {
        flex-direction: column !important;
        justify-content: center;
        padding: 20px 0 !

important;
    }
    .step-one p {
        font-size: 14px;
    }
    .slider-section {
        padding: 60px 0;
    }
    .button-link {
        font-size: 12px;
        padding: 10px 7px !important;
    }
    .gap-2 {
        gap: 0 !important;
    }
    .logo-img {
        display: block;
        width: 45px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 55px;
    }
    .name-person {
        font-size: 15px;
    }
    .name-person span {
        font-size: 14px;
    }
    .footer-section {
        padding-top: 177px;
    }
    .footer-section p {
        font-size: 14px;
    }
    .footer-section ul li {
        width: 16px;
    }
}

@media (max-width: 567.98px) {
    br {
        display: none !important;
    }
    .btn-nav-style {
        width: 40px;
        height: 40px;
    }
    .two-away {
        top: -100px;
        border-radius: 30px;
        padding: 20px 12px;
        width: 90%;
    }
    .testi-style {
        font-size: 14px;
        color: #868A9A;
    }
    .page-heading span {
        display: inline-block !important;
    }
    .page-heading {
        font-size: 22px;
        padding: 15px 0 !important;
        line-height: 30px;
    }
    .page-para span {
        display: inline-block !important;
    }
    .button-link {
        font-size: 12px;
        padding: 5px 0;
    }
    .trusted-box p {
        font-size: 14px;
    }
    .page-heading-2 {
        font-size: 19px;
        line-height: 33px;
    }
    .page-heading-2 span {
        display: inline-block !important;
    }
    .step-heading {
        font-size: 18px;
    }
    .header-image {
        bottom: -22px;
        padding: 0 0 0 6px;
    }
    .text-quots {
        font-size: 14px;
        line-height: 27px;
        width: 70%;
    }
    .explain-the {
        padding: 20px 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .steps-cont {
        flex-direction: column-reverse !important;
        justify-content: center;
    }
    .testi-style {
        font-size: 17px;
        color: #868A9A;
    }
    .steps-cont-reverse {
        flex-direction: column !important;
        justify-content: center;
    }
    .page-heading {
        font-size: 50px;
        line-height: 70px;
    }
    .page-para {
        font-size: 19px;
        line-height: 32px;
    }
    .trusted-box {
        padding: 245px 0 5px;
    }
    .step-container {
        width: 80%;
        top: -200px;
    }
    .step-one {
        width: 60%;
    }
    .outer-cont {
        left: 15%;
        bottom: 15%;
    }
    .outer-edit {
        top: 10%;
        left: 55%;
    }
    .page-heading-2 {
        font-size: 35px;
        line-height: 40px;
    }
    .step-heading {
        font-size: 32px;
    }
    .text-quots {
        font-size: 22px;
        line-height: 33px;
        width: 86%;
    }
    .two-away {
        top: -120px;
        border-radius: 40px;
        width: 96%;
        padding: 45px 12px;
    }
    .footer-section {
        padding-top: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .trusted-box {
        padding: 300px 0 5px;
    }
    .step-container {
        top: -250px;
    }
    .btn-nav-style {
        width: 40px;
        height: 40px;
    }
    .step-one {
        width: 50%;
    }
    .outer-cont {
        left: 20%;
        bottom: 10%;
    }
    .outer-edit {
        top: 15%;
        left: 53%;
    }
    .page-heading-2 {
        font-size: 46px;
        line-height: 64px;
    }
    .text-quots {
        font-size: 26px;
        line-height: 45px;
    }
    .two-away {
        top: -130px;
        width: 97%;
        padding: 66px 12px;    
    }
    .footer-section {
        padding-top: 250px;
    }
}

@media (min-width: 1200px) {
    /* Default styles are for larger screens */
}