* {
    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 T20 World Cup Cricket Scorer App ===================== */
.tech_banner {
    background: #061E59;
    border-radius: 50px;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    max-width: 1100px;
    margin: 60px auto;
}

.tech_title {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 40px;
}

.tech_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.tech_item p {
    font-size: 14px;
    margin: 0;
    color: #dcdcdc;
}

.tech_item:hover img {
    transform: scale(1.15);
}

.typo_section {
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.typo_heading {
    font-size: 64px;
    color: #1C3B8B;
    font-weight: 800;
    font-family: "Stick No Bills", sans-serif;
}

.typo_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #0F1729;
    border-radius: 10px;
    overflow: hidden;
}

.app_typo_left {
    padding: 50px;
    color: #fff;
    background: linear-gradient(135deg, #061E59, #0F1729);
    z-index: 1;
}

.font_weights span {
    margin-right: 31px;
    margin-top: 3px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
}

.redrose {
    font-family: 'Red Rose', serif;
    font-size: 96px;
    margin: 30px 0 10px;
    color: #FFFFFF;
    font-weight: 400;
}

.poppins {
    font-size: 96px;
    font-weight: 500;
    margin-bottom: 20px;
    align-items: center;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}

.app_letters {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    opacity: .9;
}

.typo_right {
    background: #1C3B8B;
    color: #fff;
    padding: 50px;
    position: relative;
}

.app_desc {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
}

.big_aa {
    position: absolute;
    right: 125px;
    bottom: -100px;
    font-size: 350px;
    font-weight: 700;
}

.color_palette {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.color_box {
    flex: 1;
    min-width: 140px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

.black {
    background: #000;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.navy {
    background: #0F1729;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.blue_dark {
    background: #061E59;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.blue {
    background: #1C3B8B;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.gray {
    background: #676F7E;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.white {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.features-section {
    padding: -26px 20px;
    font-family: system-ui;
}

.feature-card {
    background: #061E59;
    color: #fff;
    padding: 22px 26px;
    border-radius: 18px;
    line-height: 1.6;
    font-size: 18px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.visit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #112a63;
    color: #fff;
    padding: 16px 34px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
}

.visit-btn span {
    font-size: 22px;
    transition: 0.3s;
}

.visit-btn:hover {
    background: #061E59;
    transform: translateY(-2px);
}

.visit-btn:hover span {
    transform: translateX(5px);
}

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

.thank-title {
    color: #0e2a63;
    font-size: 110px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1px;
    font-family: system-ui, sans-serif;
}

.cricket_application {
    position: absolute;
    right: 55px;
    margin-top: -1670px;
}

/* ===================== End T20 World Cup Cricket Scorer App ===================== */
