html {
    font-size: 10px;
}

@media (min-width: 1921px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 1920.98px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 1679.98px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 10px;
    }
}

img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    background-color: #f0e5e8;
    font-family: var(--primary-font);
    font-size: 2rem;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 575.98px) {
    .container,
    .container-fluid {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
}

:root {
    --main-color: #be002b;
    --second-color: #f9c802;
    --trans-main: #be002b;
    --trans-second: #f9c802;
    --primary-font: 'Poppins', sans-serif;
}

h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--main-color);
}

h4 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--second-color);
}

.red-bg {
    background-color: var(--main-color);
}

.yellow-bg {
    background-color: var(--second-color);
}

.theme-btn {
    color: #ffffff;
    font-weight: 600;
    padding: 1rem;
    letter-spacing: 0.1em;
    color: var(--main-color);
    display: inline-block;
    background-color: #f9c802;
    text-transform: uppercase;
    border: 1px solid #f9c802;
    border-radius: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.form-control {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 0;
    margin-bottom: 2.2rem;
    color: #000;
}

.form-control::placeholder {
    color: #000;
}

.form-control:focus {
    outline: none;
    border-color: #000;
    box-shadow: none;
}

.heading-wrapper h3 {
    color: var(--second-color);
    display: inline-block;
    margin-top: 1.2rem;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-size: 1.4rem;
    letter-spacing: 0.4px;
    background-color: var(--main-color);
}

.hero-wrapper .hero .hero-item .hero-img img {
    border-radius: 25px;
    height: 50rem;
    width: auto;
}

.hero-wrapper .hero .hero-item .webinar-form {
    border-radius: 30px;
    border: 4px dashed var(--second-color);
}

.future-wrapper .future {
    max-width: 107rem;
    margin: auto;
}

.future-wrapper .future .future-item {
    background-color: var(--main-color);
    border-radius: 25px;
    padding: 4rem 0;
    margin-bottom: 4rem;
}

.future-wrapper .future .future-item .future-img img {
    height: 20rem;
    width: auto;
}

.future-wrapper .future .future-item .future-content .future-dtl h3 {
    font-size: 3rem;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    color: var(--second-color);
    padding-bottom: 1rem;
}

.future-wrapper .future .future-item .future-content .future-dtl h5 {
    font-size: 1.6rem;
    color: var(--second-color);
    padding: 0.8rem 0 0.6rem;
}

.future-wrapper .future .future-item .future-content .future-dtl p {
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 0.6rem;
}

.future-wrapper .future .future-item .future-content .future-dtl .list {
    padding-top: 0.8rem;
    padding-left: 3.5rem;
}

.future-wrapper .future .future-item .future-content .future-dtl .list li {
    color: var(--second-color);
    font-size: 1.8rem;
    padding: 0.5rem 0;
    position: relative;
}

.future-wrapper .future .future-item .future-content .future-dtl .list li::before {
    content: "";
    position: absolute;
    background-image: url("../images/check.png");
    background-size: cover;
    width: 2rem;
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
    left: -3.5rem;
}

.future-wrapper .future .future-item:nth-of-type(2n) {
    background-color: var(--second-color);
}

.future-wrapper .future .future-item:nth-of-type(2n) .future-img {
    order: 2;
}

.future-wrapper .future .future-item:nth-of-type(2n) .future-content {
    order: 1;
    padding-left: 4rem;
}

.future-wrapper .future .future-item:nth-of-type(2n) .future-content .future-dtl h3,
.future-wrapper .future .future-item:nth-of-type(2n) .future-content .future-dtl h5 {
    color: var(--main-color);
}

.future-wrapper .future .future-item:nth-of-type(2n) .future-content .future-dtl p {
    color: #000;
}

.date-time {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 1.8rem 0 1.2rem;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(248, 241, 228, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.date-time .date-time-dtl {
    max-width: 120rem;
    margin: auto;
}

.date-time h4 {
    color: #000;
    font-size: 2rem;
    padding-bottom: 0.5rem;
}

.date-time h5 {
    font-size: 1.6rem;
    color: #000;
}

.date-time .time {
    font-weight: 600;
    color: #000;
    font-size: 2.6rem;
    letter-spacing: 0.8px;
}

.date-time .theme-btn {
    letter-spacing: 0.5px;
    font-size: 1.8rem;
    padding: 1.2rem 2rem 1rem;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 0.8rem;
        font-size: 1.6rem;
    }
    .hero-wrapper .hero .hero-item .webinar-form {
        border-width: 2px;
    }
    .future-wrapper .future .future-item .future-img img {
        height: 15rem;
    }
    .future-wrapper .future .future-item {
        text-align: center;
        padding: 3rem 0;
    }
    .future-wrapper .future .future-item .future-content {
        padding-top: 3rem;
    }
    .future-wrapper .future .future-item:nth-of-type(2n) .future-img {
        order: 1;
    }
    .future-wrapper .future .future-item:nth-of-type(2n) .future-content {
        order: 2;
        padding-left: 0;
    }
    .future-wrapper .future .future-item .future-content .future-dtl .list {
        text-align: left;
        max-width: 27rem;
        margin: auto;
    }
    .date-time h4 {
        font-size: 1.6rem;
    }
    .date-time h5 {
        font-size: 1.4rem;
    }
    .date-time .time {
        font-size: 2rem;
    }
    .date-time .theme-btn {
        font-size: 1.4rem;
        padding: 0.8rem 1.4rem 0.7rem;
    }
    .date-time {
        padding: 1rem 0 0.3rem;
    }
}