@media screen and (max-width: 1199px) {
    .navbar-nav li + li {
        margin-left: 0;
    }

    .container{
        max-width: 992px;
    }

    .hero img{
        transform: none;
        position: relative;
        margin: 25px 0;
        height: auto;
        width: 100%;
        left: 0;
    }

    .hero-controls{
        margin-top: -100px;
    }

    .flame{
        padding-top: 60px;
    }

    .flame-content h2{
        font-size: 82px;
        margin-top: 65px;
    }

    .flame-content {
        padding-left: 35px;
    }

    .flame-content h2 small{
        left: -40px;
        top: 2px;
    }

    .flame-content h3{
        font-size: 25px;
    }

    .sponsor-card h3{
        font-size: 36px;
    }

    .sponsor-card-amount h2{
        font-size: 72px !important;
    }

    .sponsor-card-amount input{
        font-size: 15px;
    }

    .sponsor-card{
        font-size: 15px;
        padding: 30px 15px;
    }

    .exalt {
        padding-top: 70px;
        font-size: 26px;
    }

    .exalt h2{
        font-size: 95px;
    }

    .exalt-card p{
        font-size: 18px;
    }

    .exalt-card{
        z-index: 5;
    }

    .kaddish-inner{
        margin-top: -270px;
    }

    .glow-title h2{
        font-size: 75px;
    }

    .glow-title p{
        font-size: 19px;
    }

    .telshe{
        padding-top: 12%;
    }

    .telshe h2{
        font-size: 92px;
    }

    .footer-card h6{
        font-size: 19px;
    }

    .footer-card{
        font-size: 17px;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 991px) {
    .container{
        max-width: 768px;
    }

    .navbar-expand-md .navbar-collapse{
        display: none !important;
    }

    .hero{
        padding-top: 40px;
    }

    .hero-content h1{
        padding: 0 15%;
        font-size: 52px;
        line-height: 0.9;
    }

    .hero-content{
        max-width: 600px;
    }

    .hero-content h4{
        font-size: 18px;
    }

    .flame-content h2 {
        font-size: 68px;
        margin-top: 46px;
    }

    .flame-content h3 {
        font-size: 18px;
    }

    .sponsor-card{
        margin-bottom: 20px;
    }

    .exalt{
        font-size: 20px;
    }

    .exalt-card p {
        font-size: 16px;
    }

    .exalt-card{
        margin-top: -50px;
    }

    .kaddish-inner {
        margin-top: -220px;
    }

    .kaddish-inner h2, .kaddish-inner p {
        padding-left: 30px;
    }

    .lasting{
        padding-left: 20px;
        padding-right: 20px;
    }

    .glow-title h2 {
        font-size: 65px;
    }

    .glow-title p {
        font-size: 17px;
    }

    .footer-card{
        min-height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .navbar .container{
        max-width: 100% !important;
    }

    .navbar-brand img{
        max-height: 100px;
    }

    .navbar .btn{
        width: 95px;
    }

    .navbar-brand{
        left: 48px;
    }
    
    .container{
        max-width: 380px;
    }

    .hero{
        background: transparent url('../images/mob-bg-1.png') no-repeat center center / cover;
    }

    .flame-content h2{
        font-size: 52px;
        margin-bottom: -12%;
    }

    .flame-content {
        padding-left: 25px;
    }

    .flame-content h2 small {
        left: -28px;
        top: 0px;
    }

    .hero-controls{
        gap: 20px;
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-controls .btn{
        font-size: 20px;
    }

    .hero img{
        margin: -22% 0 0;
    }

    .flame{
        padding-top: 0;
    }

    .sponsorship:before{
        display: none;
    }

    .flame-content h3 {
        font-size: 23px;
        max-width: 250px;
        margin-top: 12px;
    }

    .sponsorship{
        margin-top: 50px;
    }

    .sponsorship > p{
        font-size: 16px;
        margin-bottom: 1.2em;
    }

    .sponsor-card h3 {
        font-size: 30px;
        min-height: 55px;
    }

    .sponsor-card-amount h2 {
        font-size: 55px !important;
    }

    .sponsor-card-amount {
        min-height: 58px;
        margin-bottom: 25px;
    }

    .sponsor-card{
        height: 350px;
        font-size: 13px;
        padding: 30px 10px;
    }

    .sponsor-card .btn{
        font-size: 14px;
    }

    .exalt{
        padding-top: 20px;
        position: relative;
    }
    
    .exalt:before{
        background: transparent url('../images/exit-bg-pattern.png') no-repeat center / cover;
        position: absolute;
        height: 30%;
        content: "";
        width: 100%;
        z-index: -1;
        top: -10%;
        left: 0;
    }

    .exalt-card p {
        font-size: 15px;
        text-align: center;
    }

    .exalt h2{
        font-size: 58px;
    }

    .exalt h2 br{
        display: none;
    }

    .kaddish-inner{
        margin-top: -36%;
    }

    .kaddish-inner h2{
        font-size: 50px;
    }

    .kaddish-inner > p{
        font-size: 14px;
    }

    .kaddish-inner h2, .kaddish-inner p{
        padding-left: 0;
    }

    .kaddish{
        margin-top: 14px;
    }

    .kaddish:before{
        display: none;
    }

    .kaddish:after{
        background: transparent url('../images/kaddish-bg-pattern.png') no-repeat center / cover;
        position: absolute;
        height: 80%;
        content: "";
        width: 100%;
        z-index: -1;
        bottom: -50%;
        left: 0;
    }

    .lasting > img{
        position: relative;
        margin-bottom: -12%;
    }

    .lasting{
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .glow-title h2{
        font-size: 48px;
    }

    .glow-title-sm img{
        margin-left: 0;
        width: 100%;
    }

    .glow-title-sm {
        z-index: 0;
        max-width: 270px;
        margin: -25px auto 15px;
    }

    .glow-title-sm p{
        padding-left: 10%;
        padding-right: 10%;
    }

    .lasting .sponsor-card {
        height: 320px;
    }

    .telshe{
        background-size: 130%;
    }
    
    .footer-card {
        min-height: 190px;
    }

    .footer-bottom{
        background-position: center bottom -40px;
        background-size: auto 240px;
        padding-bottom: 25px;
    }

    .footer{
        padding-bottom: 0;
    }

    .footer-bottom p{
        width: 100%;
    }

    .code{
        padding-top: 35px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {

}