* {
    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 Veegu Live Chat App ==================== */
.landing_page {
    background-color: #240132;
}

.project_title h2 {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
}

.project_title p {
    font-weight: 200;
    font-size: 15px;
    color: #fff;
}

.project_problem_desc {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
}

.font_color_code span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.linear_color_code {
    width: 100%;
    height: 41px;
    border-radius: 25px;
    background: linear-gradient(90deg, #48A9FF 0%, #5E46FE 50%, #DA47FD 100%);
}

.light_color_code {
    width: 100%;
    height: 41px;
    border-radius: 25px;
    background: #fff;
}

.light_dark_code {
    width: 100%;
    height: 41px;
    border-radius: 25px;
    background: #EAE7FF;
}

.typography-section {
    font-family: "Lexend", sans-serif;
    color: #fff;
}

.typography-section h3 {
    font-weight: 600;
    font-size: 36px;
}

.typography-section span {
    font-weight: 200;
    font-size: 14px;
}

.typography-section h2 {
    font-size: 128px;
    font-weight: 700;
}

.typography-section h2::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #4B9BFF 0%, #D247FD 100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 15%;
    margin-left: 15px;
}

.smart_technology p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

.smart_tech_img img {
    position: absolute;
    top: 1%;
    right: 0;
}

.tech_title h2 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    line-height: normal;
}

.thank_you_visit span {
    background: linear-gradient(90deg, #4B97FE 0%, #6546FE 50%, #C547FD 100%);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
}

/* ==================== End Veegu Live Chat App ==================== */
