/* Media Queries */

/* Large Desktop - 1440px and up */
@media (max-width: 1440px) {
    .title-line{
        font-size: 35px;
    line-height: 51px;
    }
    .number-badge img {
        max-height: 220px;
    }

    .footer-top-section{
        min-height: 500px;

    }
}

/* Desktop - 1024px and up */
@media (max-width: 1024px) {
    .main-title{
        font-size: 35px;
    }
    .sub-title{
        font-size: 75px;
    }
    .banner-section{
        height: 500px;
    }
    .left-content-section .content-wrapper, .right-content-section .content-wrapper{
        width: 100%;
    }
    .number-badge img {
        max-height: 183px;
    }
    .footer-top-section {
        min-height: 400px;
    }
    .footer-bottom-section {
        clip-path: polygon(90px 0, 100% 0, 100% 100%, 0% 100%, 0 90px);
    }
}
@media (max-width: 991px) {
    .banner-section {
        height: 810px;
        margin-top: unset;
    }
    .banner-text {
        text-align: center;
    }
    .signup-banner-btn-container {
        justify-content: center;
    }
    .right-content-section .row{
        flex-direction: column-reverse;
    }
    .gold-coins-section.right-content-section,.gold-coins-section.left-content-section{
        margin-left: unset;
        margin-right: unset;
    }
    .section-description{
        text-align: center;
        margin-bottom: 30px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Tablet - 768px and up */
@media (max-width: 768px) {
    .left-content-section .video-container {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 45px 100%, 0% calc(100% - 45px));
    }


    .gold-coins-section.left-content-section {
        clip-path: polygon(0% -10%, 100% -10%, 100% 100%, 45px 100%, 0% calc(100% - 45px));
    }

    .right-content-section .video-container {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0% 100%);
    }


    .gold-coins-section.right-content-section {
        clip-path: polygon(0% -10%, 100% -10%, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0% 100%);
    }

}

/* Mobile - 576px and up */
@media (max-width: 576px) {
    .sticky-header .singup-btn{
        width: -webkit-fill-available;
        text-align: center;
        margin: 0 20px;
    }
    .banner-content{
        padding: 0;
    }
    .main-title{
        font-size: 32px;
        font-style: normal;
        line-height: 71px;
    }
    .sub-title{
        font-size: 64px;
        line-height: 71px;
    }
    .banner-section {
        height: 550px;
    }
    .learning-modules{
        margin-bottom: 70px;
    }
    .learning-modules p{
        font-size: 16px;    
        line-height: 24px;
    }
    .number-badge{
        flex-direction: column !important;
        align-items: center !important;
    }
    .number-badge img {
        margin-top: -26px;
        max-height: 64px;
    }
    .title-line{
        font-size: 32px;
        line-height: 44px;
        text-align: center;
    }
    .left-content-section .content-wrapper, .right-content-section .content-wrapper{
        padding: 0;
    }
    .section-description{
        width: 100%;
    }
    .footer-bottom-section{
        clip-path: none;
        margin-top: -20px;
    }
    .last-section{
        margin-bottom: 0px;
    }

    .left-content-section .video-container {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20px 100%, 0% calc(100% - 20px));
    }


    .gold-coins-section.left-content-section {
        clip-path: polygon(0% -10%, 100% -10%, 100% 100%, 20px 100%, 0% calc(100% - 20px));
    }

    .right-content-section .video-container {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    }


    .gold-coins-section.right-content-section {
        clip-path: polygon(0% -10%, 100% -10%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
    }

}