* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Inter;
  
}

:root {
    --primery-color: #1931c5;
    --light-green: #4AD991;
    --white-color: #fff;
    --red-color: #FC1F1F;
    --black-color: #373549;
    --black2: #999;
    --badge-color: #FF6F61;

}

body {
    min-height: 100vh;
    overflow-x: hidden;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
 
}

.main-section{
    background: linear-gradient(#F1DEE0,#FFEDEB,#D5CFD9);
    padding-top: 24px;
}
.header-section h1{
    color: var(--primery-color);
    font-size: 44px;
    font-family: Inter;
    line-height: 46px;
    font-weight: 700;
}
.header-section p{
    color: var(--black-color);
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
}
.under-line{
    text-decoration: underline;
    color: var(--black-color);
}
.video-section {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-section iframe,
.video-section object,
.video-section embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.branding-section img {
    max-width: 100%;
}
.branding-section{
    width: 100%;
}
.brand-img img {
    /* width: 100%; */
    height: 35px;
}
.brand-img {
   
}
.counter-dta {
    text-align: center;
    padding: 23px 79px;
    border: 5px dashed #007bff;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.counter-dta h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: Inter;
    font-style: italic;
}
div#timer {
    font-size: 28px;
    font-family: Inter;
    font-weight: 800;
    color: #373549;
}
.counter-section h3 {
    margin: 0;
}

.counter-section .timer {
    font-size: 2em;
    font-weight: bold;
}

.statistics-section {
    padding: 40px 0;
}

.statistics-heading {
    text-align: center;
    margin-bottom: 40px;
}

.statistics-heading-title {
    font-size: 36px;
    font-weight: 700;
    color: #0033CC;
}

.statistics-heading-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #000000 !important;
}

.content-section {
    margin-bottom: 40px;
}

.content-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0033CC;
    margin-bottom: 20px;
}
.heading-highlight{
    color: #000000;
}
.content-section p {
    font-size: 15px;
    font-weight: 400;
    color: #000000 !important;
}

.content-section .highlight {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}

.timer-section {
    text-align: center;
    margin: 40px 0;
}

.menu-section {
    text-align: center;
    margin: 40px 0;
}

.menu-section a {
    color: #000000;
    text-decoration: underline;
    margin: 0 10px;
}

.menu-section a:hover {
    color: #0033CC;
}
.footer-list {
    list-style: none;
    padding: 0;
}
.footer-list li {
    display: inline-block;
    margin-right: 15px;
}
.footer-list li a {
    text-decoration: underline;
    color: #000;
}
@media (max-width:1440px){
    .video-section {
        position: relative;
        padding-top: 35.25%;
        height: 0;
        overflow: hidden;
    }
    .counter-dta {
        text-align: center;
        padding: 9px 32px;
}
.counter-dta h3 {
    font-size: 16px;
}
.brand-img img {
    /* width: 100%; */
    height: 32px;
}
.branding-section img {
    max-width: 131px;
}
.header-section h1 {
    color: var(--primery-color);
    font-size: 36px;
    font-family: Inter;
    line-height: 36px;
    font-weight: 700;
}
.header-section{
    margin-bottom: 8px !important;
}
.main-section {
   
    padding-top: 4px;
}
}
@media (max-width:1400px){
    .video-section {
        position: relative;
        padding-top: 35.25%;
        height: 0;
        overflow: hidden;
    }
    .header-section h1 {
        color: var(--primery-color);
        font-size: 36px;
        font-family: Inter;
        line-height: 36px;
        font-weight: 700;
    }
    .counter-dta {
        text-align: center;
        padding: 9px 32px;
}
.counter-dta h3 {
    font-size: 16px;
}
.brand-img img {
    /* width: 100%; */
    height: 32px;
}
.branding-section img {
    max-width: 131px;
}
.header-section{
    margin-bottom: 14px !important;
}
.main-section {
   
    padding-top: 4px;
}
}
@media (max-width:1024px){
   
    .header-section h1 {
        font-size: 40px;
    }
    .header-section p {
        margin-top: 10px;
        font-size: 20px;
    }
}
@media (max-width:768px){
   
    .header-section h1 {
        font-size: 30px;
    }
    .header-section p {
        margin-top: 8px;
        font-size: 18px;
    }
    .content-section h2 {
        font-size: 23px;
        font-weight: 700;
        color: #0033CC;
        margin-bottom: 20px;
    }
    .content-section p {
        font-size: 13px;
        font-weight: 400;
        color: #000000 !important;
    }
    .content-section .highlight {
        font-size: 13px;
    }
    .counter-dta {
        text-align: center;
        padding: 24px 53px;
    }
    .counter-dta h3 {
        font-size: 16px;
        font-weight: 400;
    }
    div#timer {
        font-size: 21px;
        margin-top: 10px;
    }
    .left-heading{
        margin-top: 75px !important;
    }
    .right-heading{
        margin-top: 55px !important;
    }
}
@media (max-width:540px){
    .logo {
        display: flex;
        justify-content: center;
    }
    .counter-main {
        justify-content: center !important;
        display: flex !important;
    }
}

@media (min-width:375px) and (max-width:475px){
    .logo{
        text-align: center;
    }
    .header-section h1 {
        font-size: 28px;
        line-height: 37px;
        padding: 0px 16px;
        font-weight: 700;
        margin-top: 10px;
    }
    .header-section p {
        color: var(--black-color);
        font-size: 13px;
        margin-top: 10px;
        font-family: Inter;
        font-weight: 500;
        line-height: 20px;
    }
    .brand-img img {
        /* width: 88%; */
        height: 31px;
    }
    .counter-dta{
        padding: 11px 33px;
    }
    .counter-dta h3 {
        font-size: 13px;
    }
    .counter-main{
        display: flex !important;
        justify-content: center !important;
    }
    div#timer {
        font-size: 26px;
        margin-top: 10px;
    }
    .statistics-heading-title {
        font-size: 22px;
        margin-top: 25px;
    }
    .statistics-heading-subtitle {
        font-size: 15px;
        margin-top: 10px;
    }
    .content-section {
        text-align: center;
    }
    .content-section h2 {
        font-size: 21px;
        font-weight: 700;
        color: #0033CC;
        margin-bottom: 8px;
    }
    .statistics-section {
        padding: 16px 0;
    }
    .content-section p {
        font-size: 12px;
        font-weight: 400;
        color: #000000 !important;
    }
    .content-section .highlight {
        font-size: 13px;
        color: #000000;
        font-weight: 800;
    }
    .footer-list li {
        display: block;
        text-align: start;
        margin-left: 20px;
        margin-bottom: 11px;
    }
}