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

body {
    font-family: 'Poppins', sans-serif;
    background-color: #1e1e1e !important;
}

.heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 56px;
    color: #fff;
}

.heading-2 {
    text-align: center;
    color: #909090;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.heading-3 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.secondary-heading {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.heading-5 {
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
}

.nfc .heading-5 {
    font-size: 48px;
}

.heading-6 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.heading-7 {
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
}

.btn-get {
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    background-color: #D60000;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
}

.nfc .btn-get,
.footer-bottom .btn-get {
    font-size: 24px;
    font-weight: 700;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 60px 20px 60px;
}

.btn-get:hover {
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    background-color: #D60000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
    padding: 20px 60px 20px 60px;
}


.nfc .btn-get:hover,
.footer-bottom .btn-get:hover {
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px 10px 10px 10px;
}

.upload-text {
    color: #8C94B0;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.heading-text {
    color: #1e1e1e;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1em;

}

.video-heading {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;
    font-style: italic;
}

.list-text {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.mb-20 {
    margin-bottom: 36px;
}

.img-text {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-align: center;
}

.section-heading {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
}

.img-text-card {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.font-style {
    font-style: italic !important;
}
