@import 'https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap';


html {
    font-size: 62.5%;
}

body {
    color: #fff;
    font-family: Lato, sans-serif;
    background-image: url('https://cdn.roundtableresearch.com/img/PMP/PMP_Matt_Whitney_Reheat_Hotlist-September_2023/bg-1-b.jpg');
    background-repeat: no-repeat;
    background-size:100%;
    background-color: #101619;
}

a {
    color: #fff;
}

.logo {
    width: 90%;
}

main {
    height: 100%;
}

.video-js .vjs-big-play-button {
    display: none;

    /* To overwrite videojs/brightcove setting */
}

.calendar {
    font-size: 3rem;
    font-weight: 700;

}

.calendar a {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #c00000;
    padding: 10px;
    font-family: 'Roboto Condensed', arial, sans-serif;
    border-radius: 5px;
}

/* Timer Code */
#timer {
    color: #fff;
    font-family: Orbitron, arial, sans-serif;
    font-size: 1.75rem;
    line-height: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

#timer > div {
    border-right: 1px dashed rgb(0 0 0 / 45%); 
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    text-align: center;
}

#timer > div:last-child, #lead-clock .time-unit:last-child {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}

#timer span {
    color: #fff;
    display: block;
    font-size:6rem;
    line-height: 80px;
    margin-bottom: 5px;
    padding-top: 10px;
    font-weight: 700;
}

@media (width <= 499px) {
    #timer > div {
        margin-right: 5px;
        padding-right: 5px;
    }

    #timer span {
        font-size: 30px;
        line-height: 30px;
}
}

/* End Timer Code */
.main-content {
    height: 100%;
}

.main-content>* {
    max-width: 85%;
}

.video {
    width: 100%;
    height: 100%;
    box-shadow: 3px 3px 73px -10px rgb(39 170 225 / 100%);
}

.checklist {
    background-color: rgba(255,255,255, 1);
    color:black;
    box-shadow: 3px 3px 73px -10px #00ef1c;
    padding: 3rem 5rem;
}

.checklist ul {
    list-style: none;
    margin: 0 auto;
    text-align:left;
}

.checklist ul.custom-bullet > li::before {
    content: '\2713';
    padding-right: 1ch;
    
}

h1 {
    font-size: 2.5rem;
    margin: 0 0 1.25rem;
}

li {
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
    font-weight: 100;
}

strong {
    font-weight: 900;
}

.checklist p {
    font-size:1.75rem;
}

.sms {
    width: 40%;
}

input {
    text-align: center;
}

button {
    background: #27aae1;
    background-image: linear-gradient(top, #27aae1, #004987);
    background-image: linear-gradient(to bottom, #27aae1, #004987);

    /* -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px; */
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    width: 100%;
}

button:hover {
    background: #2c612e;
    text-decoration: none;
}

footer {
    width: 100%;
}

/* Media Queries */
@media screen and (width >=1280px) {
    .main-content>* {
        width: 100%;
        max-width: 55%;
    }

    #timer {
        font-size: 2rem;
    }

    #timer span {
        font-size: 5rem;
    }

    .calendar {
        font-size: 3.5rem;
    }
}

@media screen and (width >=1440px) {
    .main-content>* {
        width: 100%;
        max-width: 60%;
    }

    h1 {
        font-size: 5rem;
    }

    li {
        font-size: 2.5rem;
    }

    .checklist p {
        font-size: 2.5rem;
    }

    .st-signupform input[type="text"], textarea {
        padding: 3%;
    }

    .st-signupform input[type="text"]::placeholder {
        font-size:20px;
    }

    .st-signupform button[type="submit"] {
        padding: 4% 8%;
        font-size: 20px;
    }

    .st-font-caption, .st-signupform .st-terms-and-conditions-text {
        font-size: 18px;
        line-height: 22px;
    }

    .st-signupform__label {
        font-size: 24px;
    }

    footer {
        font-size: 2rem;
    }

    .st-signupform-content {
        max-width: 1000px;
    }

    #timer {
        font-size: 3rem;
    }

    #timer span {
        font-size: 6rem;
    }
}

@media screen and (width >=1920px) {
    .main-content>* {
        width: 100%;
        max-width: 62.5%;
    }

    h1 {
        font-size: 6.5rem;
    }

    li {
        font-size: 3.25rem;
    }

    .checklist p {
        font-size: 3rem;
    }

    .st-signupform input[type="text"], textarea {
        padding: 29.5px;
    }

    .st-signupform input[type="text"]::placeholder {
        font-size:32px;
    }

    .st-signupform button[type="submit"] {
        padding: 8% 16%;
        font-size: 32px;
    }

    .st-font-caption, .st-signupform .st-terms-and-conditions-text {
        font-size: 30px;
        line-height: 36px;
    }

    .st-signupform__label {
        font-size: 32px;
    }

    footer {
        font-size: 2rem;
    }

    .calendar {
        font-size: 5rem;
    }
}

@media screen and (width <=768px) {
    h1 {
      font-size: 2rem;  
    }

    #timer {
        font-size: 2rem;
    }

    #timer span {
        font-size: 4rem;
    }

    .calendar {
        font-size: 2.5rem;
    }
}

@media screen and (width <=500px) {
    h1 {
      font-size: 2rem;  
    }

    #timer {
        font-size: 2rem;
    }

    #timer span {
        font-size: 4rem;
    }

    .main-content>* {
        width: 100%;
        max-width: 80%;
    }

    h1.text-center {
        padding-left: 2%;
        padding-right: 2%;
    }

    .st-signupform footer {
        font-size: 12px;
    }

    .st-signupform input[type="text"], textarea {
        padding: 6.25px;
    }
}

@media screen and (width <=390px) {
.st-signupform input[type="text"], textarea {
    padding: 16px;
}
}

/* End Media Queries */