@font-face {
    font-family: 'futura-light';
    src: url('font/futura-light-bt.ttf') format('truetype');
}

@font-face {
    font-family: 'futura-medium';
    src: url('font/futura-medium-bt.ttf') format('truetype');
}

@font-face {
    font-family: 'FuturaHeavyBT';
    src: url('font/FuturaHeavyBT.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: 'futura-medium';
    margin: 0;
    background: #2D3134;
}

.menu-list {
    gap: 28px;
}

.menu-list a {
    color: #2D3134;
    font-size: 20px;
}

.menu-list a:hover {
    color: #EE1C25;
    text-decoration: none;
}

.header-menu {
    height: 100px;
    background: #EAE8E9;
    place-content: center;
}

.place-content-center {
    place-content: center;
}

.btn-1 {
    font-size: 20px;
    text-transform: capitalize;
    background-color: #EE1C25;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EE1C25;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 25px 5px 25px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.btn-1:hover {
    background-color: #FFFFFF00;
    color: #EE1C25;
    border-color: #EE1C25;
    transition: 0.5s;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

.logo-heading {
    color: #EAE8E9;
    text-transform: uppercase;
}

.logo-heading h3 {
    font-size: 50px;
    font-family: 'FuturaHeavyBT';
}

.logo-heading h2 {
    font-size: 70px;
    font-family: 'FuturaHeavyBT';
}

.logo-heading h4 {
    color: #EE1C25;
    font-size: 26px;
    font-weight: bolder;
}

.userForm{
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px #00000040;
    border-radius: 10px;
    padding: 30px 20px;
}

.userForm input{
    border: 1px solid #000000;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
}

.userForm input::placeholder{
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.question {
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.question h2{
    font-size: 30px;
    color: #FFFFFF;
    width: 50%;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}

.video_p h3{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 50%;
    font-family: "Montserrat", sans-serif;
}

.question-number{
    height: 105px;
    width: 105px !important;
    font-family: 'futura-light';
    background-image: url('bg-star.svg');
    font-size: 20px !important;
    text-align: center;
    place-content: center;
    margin-bottom: 20px;
}

#quizContainer{
    position: relative;
}

.video_p iframe{
    position: absolute;
    top: 40px;
    right: 0;
    border-radius: 15px;
}

.options label{
    font-size: 20px;
    font-family: 'futura-medium';
    color: #FFFFFF;
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
}

button:focus{
    outline: none;
}

#nextBtn, #submitBtn{
    font-size: 18px;
    color: #2D3134;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 15px 0px #00000040;
    border-radius: 5px;
    padding: 5px 14px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#nextBtn:hover, #submitBtn:hover{
    color: #FFFFFF;
    background-color: #2D3134;
    border: 1px solid #FFFFFF;
    transition: 0.5s;
}

#prevBtn{
    font-size: 18px;
    color: #FFFFFF;
    background-color: #2D3134;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 15px 0px #00000040;
    border-radius: 5px;
    padding: 5px 14px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#prevBtn:hover{
    color: #2D3134;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.video {
    margin-bottom: 20px;
}

.navigation-buttons {
    margin-top: 20px;
    display: flex;
    gap: 30px;
}

input[type='radio']{
    accent-color: #EE1C25;
    margin-right: 8px;
}

.modal-body {
    padding: 20px 20px 0;
}

#welcomeModal .modal-body {
    padding: 20px;
}

.welcome-text {
    font-size: 30px;
    font-weight: 600;
    color: #2D3134;
    text-align: center;
}

#welcomeModal p{
    font-size: 18px;
    font-weight: 600;
    color: #2D3134;
    text-align: center
}

.welcome-text span{
    color: #EE1C25;
}

.retest-btn{
    margin: 20px 20px 20px;
}

.retest-btn .btn-1{
    box-shadow: 0px 4px 15px 0px #00000040;
}

.que-ans{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 600;
}

.que-ans:last-child{
    margin-bottom: 0;
}

.score-head{
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
}


@media (max-width:575px){
    .header-menu{
        display: none;
    }
    .mobile-header{
        background: #EAE8E9;
        place-content: center;
        padding: 15px;
    }
    .logo-heading h2 {
        font-size: 50px;
    }
    .tpm-stars svg{
        width: 85%;
    }

    .slide-content{
        height: 100vh;
        position: absolute;
        top: 0;
        z-index: 999;
    }
    .mobile-menu-list{
        margin-top: 60px;
    }
    .mobile-menu-list a{
        color: #2D3134;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .mobile-menu-list a:hover{
        color: #EE1C25;
        text-decoration: none;
    }
    .mobile-sidebar{
        background: #FFFFFF;
        height: 100%;
        width: 80%;
        padding: 15px;
    }
    .justOvelay{
        width: 20%;
        background-color: #000000bd;
    }
    .video_p h3 {
        font-size: 24px;
        color: #FFFFFF;
        margin-bottom: 20px;
        width: 100%;
    }
    .question h2 {
        font-size: 24px;
        color: #FFFFFF;
        width: 100%;
        margin-bottom: 25px;
    }
    .video_p iframe {
        position: relative;
        top: 0px;
        margin-bottom: 30px;
        width: 100%;
        height: 210px;
    }
    .logo-heading h3 {
        font-size: 30px;
        font-family: 'FuturaHeavyBT';
    }
    .logo-heading h2 {
        font-size: 36px;
        font-family: 'FuturaHeavyBT';
    }
    .logo-heading h4 {
        color: #EE1C25;
        font-size: 18px;
        font-weight: bolder;
    }
    .userForm {
        width: 80%;
        margin: 0px auto;
    }
    .question-number {
        height: 80px;
        width: 80px !important;
        background-size: contain;
        font-size: 23px !important;
        font-weight: 700;
    }
}


@media (min-width:576px){
    .mobile-header{
        display: none !important;
    }
}