.main-heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
}

.heading-large {
    font-size: 8rem;
    font-weight: 600;
    line-height: 8rem;
}

.text-main {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.navbar-custom {
    padding: 2rem;
}

.btn-play {
    background-color: #ED8245;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-play:hover {
    background-color: #FF5B00;
    transform: scale(1.1);
}

.rounded-start-50 {
    border-top-left-radius:50rem!important;
    border-bottom-left-radius:50rem!important;
}

.rounded-end-50 {
    border-top-right-radius:50rem!important;
    border-bottom-right-radius:50rem!important;
}