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

.laptop_mockup {
    position: relative;
}
section{
    overflow: hidden;
}
.sparrow_hub {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    opacity: 0;
    animation: logoZoom 1s ease-out forwards;
}

.sparrow_hub img {
    display: block;
}

@keyframes logoZoom {
    from {
        opacity: 0;
        transform: translateX(-50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

.timeless_jewelry {
    position: absolute;
    right: 4%;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Lexend", sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    text-align: left;
    animation: zoomText 1s ease-out forwards;
}

@keyframes zoomText {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.85);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

.white_about {
    position: relative;
    padding: 20px 0 60px;
    font-family: "Lexend", sans-serif;
}

.sparrow_aboutus {
    padding: 60px 0;
}

/* TITLE WITH LINES */
.summary_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    color: #DBAF36;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
}

/* lines */
.summary_title span {
    position: relative;
    width: 120px;
    height: 2px;
    background-color: #DBAF36;
}

/* dots */
.summary_title span::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #caa23a;
}

/* left dot */
.summary_title span:first-child::after {
    right: auto;
    left: -6px;
}

/* TEXT */
.white_about p {
    font-family: open-sans, sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.white_images {
    position: relative;
}

.elegant_flower {
    position: absolute;
    top: 12%;
    left: -3%;
}

.photoroom {
    position: absolute;
    right: -11%;
    bottom: -32px;
}

.sparrow_card {
    background: #000;
    height: 100%;
    color: #fff;
    padding: 35px;
    position: relative;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.small {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.Regular {
    font-size: 20px;
    font-weight: 500;
    color: #4C4C4CCC;
    font-family: "Poppins", sans-serif;
    border: 1px solid #DBAF36;
    border-radius: 16px;
    padding: 17px 0;
    height: 100%;
}
.Regular li{
    list-style: none;
    margin-bottom: 6px;
}
.title_sans {
    color: #d4a437;
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
}

.font-box {
    display: flex;
    gap: 25px;
    align-items: center;
}

.font-box ul {
    list-style: none;
    border: 1px solid #d4a437;
    padding: 15px 18px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.8;
}

.preview {
    color: #4C4C4C;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    padding: 4px 12px 11px 24px;
    border: 1px solid #DBAF36;
    border-radius: 16px;
    opacity: 0.6;
    height: 100%;
}

.preview .big {
    font-size: 80px;
    opacity: 0.85;
    margin-top: -19px;
}
.gradient-text {
    background: linear-gradient(90deg, #4C4C4C 69.71%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.title_palette {
    text-align: center;
    color: #d4a437;
    margin-bottom: 45px;
    font-size: 64px;
}

.palette {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

.color_sparrow {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.color.light {
    color: #fff;
}

.open_sans {
    position: absolute;
    right: 1px;
    top: 13px;
}

.gold_chains {
    margin-top: -215px;
    height: 314px;
}

.tech_section {
    padding: 60px 20px;
    text-align: center;
}

.tech_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

.tech_grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.tech_item_cricket {
    width: 110px;
    border-radius: 12px;
    padding: 14px 10px;
    transition: 0.3s;
}

.tech_item p {
    margin: 0;
    font-size: 14px;
    color: #222;
}
.tech_item{
    border: 1px solid #DBAF36;
    border-radius: 14px;
    width: 119px;
    height: 119px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.ml2 {
    font-weight: 600;
    font-size: 36px;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

.powered_by {
    color: #000000;
    font-weight: 600;
    font-size: 10px;
    font-family: open-sans, sans-serif;
}

.left_img_box {
    background: #ddd;
    padding: 18px;
}

.left_text {
    font-size: 17px;
    line-height: 1.7;
    margin: 18px;
}

.problem_title {
    font-size: 40px;
    font-weight: 500;
    color: #DBAF36;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

.problem_title span {
    width: 70px;
    height: 2px;
    background: #DBAF36;
    display: inline-block;
    position: relative;
}
.problem_title span::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #caa23a;
}

.problem_title span:first-child::after {
    right: auto;
    left: -6px;
}
.solution_title{
    font-size: 40px;
    font-weight: 500;
    color: #DBAF36;
    display: flex;
    align-items: center;
    gap: 15px;
}
.solution_title span {
    width: 70px;
    height: 2px;
    background: #DBAF36;
    display: inline-block;
    position: relative;
}
.solution_title span::before {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #caa23a;
}

.problem_desc {
    font-size: 17px;
    line-height: 1.8;
    color: black;
    padding: 30px;
}

.features-title {
    font-size: 34px;
    font-weight: 500;
    color: #d4a62a;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.features-title .line {
    width: 90px;
    height: 2px;
    background: #d4a62a;
    display: inline-block;
    animation: lineGrow 1s ease forwards;
}

.features-title .line:nth-child(1) {
    animation-delay: .2s;
}

.features-title .line:nth-child(3) {
    animation-delay: .4s;
}

@keyframes lineGrow {
    to {
        width: 90px;
    }
}

.feature-pill {
    padding: 16px 22px;
    border-radius: 36px;
    border: 1px solid #DBAF36;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp .7s ease forwards;
    transition: .35s ease;
}

.row .col-lg-4:nth-child(1) .feature-pill {
    animation-delay: .1s;
}

.row .col-lg-4:nth-child(2) .feature-pill {
    animation-delay: .2s;
}

.row .col-lg-4:nth-child(3) .feature-pill {
    animation-delay: .3s;
}

.row .col-lg-4:nth-child(4) .feature-pill {
    animation-delay: .4s;
}

.row .col-lg-4:nth-child(5) .feature-pill {
    animation-delay: .5s;
}

.row .col-lg-4:nth-child(6) .feature-pill {
    animation-delay: .6s;
}

.row .col-lg-4:nth-child(7) .feature-pill {
    animation-delay: .7s;
}

.row .col-lg-4:nth-child(8) .feature-pill {
    animation-delay: .8s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ring-img {
    max-width: 170px;
    animation: ringFloat 4s ease-in-out infinite;
}

.feature-pill:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(212, 166, 42, .25);
    border-color: #c79a1c;
    background: #ffffff;
}

@keyframes ringFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.Modern {
    margin-right: 3px;
    margin-left: 3px;
    padding: 28px;
}

.Modern_navigation {
    margin-right: 3px;
    margin-left: 3px;
    padding: 28px;
}

.more_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.line {
    width: 1px;
    height: 70px;
    background: #cfcfcf;
}

.creepy-btn {
    position: relative;
    background: var(--black);
    border-radius: 40px;
    color: white;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 0;
    overflow: hidden;
}

.creepy-btn__cover {
    display: block;
    background-color: #DBAF36;
    padding: 14px 34px;
    border-radius: 40px;
    transform-origin: 20px center;
    transition: .3s;
    font-size: 16px;
    color: #FFFFFF;
    font-family: open-sans, sans-serif;
    font-weight: 500;
}

.creepy-btn:hover .creepy-btn__cover {
    background-color: #DBAF36;
    transform: rotate(-12deg);
}

.creepy-btn:active .creepy-btn__cover {
    transform: rotate(0deg);
}

.creepy-btn__eyes {
    position: absolute;
    right: 16px;
    bottom: 8px;
    display: flex;
    gap: 6px;
}

.creepy-btn__eye {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    animation: blink 3s infinite;
}

.creepy-btn__pupil {
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .05s linear;
}

@keyframes blink {
    0%, 92%, 100% {
        height: 12px;
    }
    96% {
        height: 0;
    }
}

:root {
    --hue: 223deg;
    --gray1: hsl(var(--hue) 10% 95%);
    --gray9: hsl(var(--hue) 10% 15%);
    --black: hsl(0 0% 0%);
    --primary5: hsl(var(--hue) 90% 55%);
    --primary6: hsl(var(--hue) 90% 45%);
    --primary3: hsl(var(--hue) 90% 75%);
    --trans-dur: .3s;
}

.thank_for_section {
    background: #ffffff;
    padding: 15px 20px;
    text-align: center;
}

.thank_title_Watching {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    font-family: open-sans, sans-serif;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    text-align: center;

    z-index: 2;
}
.screens {
    position: relative;
}

.screens::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    pointer-events: none;
    background: linear-gradient(360deg, #BEBEBE 0%, rgba(255, 255, 255, 0) 100%);
}

