
/* Tablet Portrait Only */
@media (min-width: 600px) and (max-width: 899px) {
    .mainSection{
        margin-top: min(20vh , 50px);
    }

    button {
        width: 80%;
    }
    #claimForm {
        margin-block: 2em;
        margin-bottom: 4em;
        width: 95%;
    }
}

/* Tablet Portrait */
@media (min-width: 600px) {
}


/* Tablet Landscape only */
@media (min-width: 900px) and (max-width: 1199px) {
}


/* Tablet */
@media (min-width: 900px) {

}

/* Monitors only*/
@media (min-width: 1200px) and (max-width: 1799px) {
}


/* Desktops */
@media (min-width: 1200px) {
}

/* Big Displays */
@media (min-width: 1800px) {
}


/* Phone view */
@media (max-width: 599px) {

    .row{
        padding-inline: .5em;
    }

    .mainSection{
        margin-top: min(20vh , 50px);
        flex-direction: column;
    }

    .container {
        max-width: 100%;
        padding-inline: 0;
    }
    .mainGif {
        width: 70%;
        margin-top: 0;
    }
    .counter button{
        padding-inline: 15px;
    }
    .mainHeading{
        margin-bottom: 10px ;
    }

    .buy_now_button{
        font-size: 1.2em;
        padding: 10px;
    }

    #claimDash{
        margin-block: 2em;
        margin-bottom: 4em;
        width: 100%;
        max-width: 100%;
    }

    .splide__slide {
        padding: 2.5em;
    }

    #claimForm {
        margin-block: 2em;
        margin-bottom: 4em;
        width: 95%;
    }
    .address input {
        width: 100% !important;
    }
    .button{
        width: auto;
    }
    .leftColumn{
      text-align: center;
      max-width: 100%;
    }

    button {
        width: 80%;
    }
    .footer{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        bottom: 2%;
    }
    .social_media_icon{
        padding-block:5px;
    }

    .nav_item{
        font-weight: 600;
        color: #000;
        font-size: 1.1em;
    }
}