@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #E5E9DE !important;
    font-family: "Noto Sans", sans-serif !important;
    overflow-x: hidden !important
}

.logo {
    width: 180px;
}

.letter-spacing {
    letter-spacing: .6px;
}

.bg-1 {
    background: #FDC428;
}

.text1 {
    color: #EB5A35;
    font-size: 52px;
}

.text2 {
    color: #EB5A35;
}

.bg-2 {
    background: #EB5A35;
}

.bg-3 {
    background: #44C0EA;
}

.big-box {
    width: 100% !important;
    height: 440px !important;
    border-radius: 50px;
    background-size: contain;
}

.small-box {
    width: 100% !important;
    height: 200px !important;
    border-radius: 50px;
}

.small-box p {
    font-family: "Limelight", sans-serif !important;
    letter-spacing: 1px;
    font-size: 14px;
}

.side-box-1 {
    width: 100% !important;
    height: 240px !important;
    border-radius: 50px;
    font-family: "Limelight", sans-serif !important;
}

.side-box-2 {
    width: 100% !important;
    height: 400px !important;
    border-radius: 50px;
}

.side-box-2 h2 {
    font-family: "Limelight", sans-serif !important;
}

.btn-blur {
    border: none;
    font-size: 11px !important;
    padding: 10px 20px;
    border-radius: 30px;
    background: #ffffff84 !important;
    color: #fff !important;
    backdrop-filter: blur(10px);
}