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

:root {
    --bs-primary-rgb: 137, 137, 137;
    --bs-secondary-rgb: 251, 189, 35;
    --bs-success-rgb: 108, 108, 108;
    --bs-dark-rgb: 30, 130, 76;
}

/* ==================== Start Crick Buzz Now Web ==================== */

.rampart_font {
    font-family: "Rampart One", sans-serif;
}

.bg-color {
    background-color: #00132C;
}

.crickbuzznow-title {
    font-size: 128px;
    font-weight: 800;
    margin-top: 10px;
}

.crickbuzznow-p {
    font-size: 20px;
}

.crickbuzznow_overview {
    padding-right: 70px;
    margin-top: 90px;
}

.crickbuzznow_overview h3 {
    font-size: 48px;
    margin-bottom: 10px;
}

.iMockup_left {
    margin-top: 55px;
}

.crickbuzznow_large_title {
    font-size: 250px;
    font-weight: 800;
    width: 100%;
}

.color-title {
    top: 75px;
    margin-left: -123px;
    color: #2A60AB;
}

.typography-title {
    font-size: 96px;
    font-weight: 500;
    margin-left: -220px;
}

.typo-box {
    width: 735px;
    padding-top: 20px;
}

.text-box {
    width: 720px;
    height: 381px;
    background: linear-gradient(77.87deg, #142E52 2.06%, #2D67B8 97.94%);
    border-radius: 27px;
    margin: auto;
    position: relative;
    overflow: visible;
}

.text-box h1 {
    font-size: 300px;
    font-weight: 700;
    position: absolute;
    left: 40px;
    top: 10px;
    line-height: 1;
}

.font_box_1 {
    width: 450px;
    height: 160px;
    background: rgba(255, 255, 255, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
    backdrop-filter: blur(15px);
    border-radius: 39px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 25px;
    margin-bottom: 10px;
}

.font_box_2 {
    width: 450px;
    height: 160px;
    background: rgba(255, 255, 255, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 39px;
    padding: 30px;
    position: absolute;
    right: 7%;
    bottom: 25px;
    backdrop-filter: blur(15px);
}

.typo_text_box {
    margin-top: 69px;
}

.size-scale {
    position: relative;
    max-width: 900px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9fb6d3;
}

.scale-line {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e4d7b;
    z-index: 0;
}

.scale-item {
    position: relative;
    z-index: 1;
    text-align: center;
}

.dot {
    width: 22px;
    height: 22px;
    background: #2e6fa8;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.square {
    width: 22px;
    height: 22px;
    background: #2e6fa8;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    margin-bottom: 6px;
}

.active-text {
    color: #ffffff;
    font-weight: 600;
}

.fs_extra_small {
    padding-top: 18px;
    font-size: 12px;
}

.fs_plate_small {
    padding-top: 15px;
    font-size: 14px;
}

.fs_plate_normal {
    padding-top: 15px;
    font-size: 16px;
}

.fs_plate_large {
    padding-top: 11px;
    font-size: 18px;
}

.fs_extra_large {
    padding-top: 8px;
    font-size: 20px;
}

.fs_plate_big {
    font-size: 24px;
}

.color_platte_title {
    font-size: 100px;
    font-weight: 800;
    opacity: 12%;
}

.process_step {
    background: rgba(255, 255, 255, 0.31);
    padding: 28px 32px;
    border-radius: 39px;
    border: 1px solid rgba(255, 255, 255, 0.31);
}

.process_step p {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.process_step h4 {
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.problem_steps h4 {
    font-weight: 600;
    margin-bottom: 4px;
}

.problem-info {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 37px;
}

.problem_steps p {
    font-size: 14px;
}

.solution-step {
    margin-bottom: 36px;
}

.home_screen {
    margin-top: -20px;
}

.crickbuzznow-shadow {
    position: absolute;
    bottom: 0;
}

.crickbuzznow_pop {
    position: absolute;
    bottom: 50px;
    margin: auto;
    left: 34%;
}

.thanku-pop {
    width: 501px;
    height: 116px;
    background-color: white;
    border-radius: 30px;
    margin: auto;
}

.tx-text {
    font-size: 28px;
    font-weight: 700;
    margin: auto 0;
}

/* ==================== End Crick Buzz Now Web ==================== */
