/* <576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px */



@media (min-width: 576px) {
    h1 {
        font-size: 25px;
    }

    .navbar-brand img {
        width: 100px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 35px;
    }

    .navbar-brand img {
        width: 150px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
        line-height: 40.09px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 13px;
        padding-left: 13px;
    }
}


@media (min-width: 1400px) {
    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 48px;
        line-height: 58.09px;
    }


}

@media (max-width: 1200px) {}

@media (max-width: 1200px) {
    p {
        font-size: 18px;
        line-height: 30px;
    }

    h1::after {
        height: 15px !important;
    }

    .w_bg_gradient .row {
        height: 10vw;
    }

}

@media (max-width: 992px) {
    h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        color: #121722;
    }

    h1::after {
        height: 10px !important;
    }

    .soc_section>div {
        text-align: center !important;
        margin: 2% 0;
    }

    .footer_menu nav {
        display: block;
    }

    .footer_menu nav .collapse:not(.show) {
        display: block;
    }

    .footer_menu nav .navbar-nav {
        flex-direction: row !important;
        flex-wrap: wrap;
        width: 94% !important;
        justify-content: space-around !important;
    }

    .footer_menu nav .nav-item {
        margin: 0 4%;
    }

    .footer_menu nav button {
        display: none;
    }

    .w_bg_gradient .row {
        height: auto
    }

    .slick-slide img {
        width: 100% !important;
    }

    .anim1 {
        right: -88px;
        top: 53px;
        width: 260px;
        padding: 5px;
    }

    .card p, .card h5, .card h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    hr {
        margin: 6px 0;
    }

    .anim_btn {

        width: 210px;
        height: 36px;
        padding-top: 7px;
    }

    .anim2 {
        right: -81px;
        top: 60px;
        padding: 5px;
        width: 295px;
    }

    .anim3 {
        left: -60px;
        top: -5px;
        padding: 5px;
        width: 230px;
    }

    .payment_methods img {
        width: 53px;
    }

    .anim4 {
        right: -78px;
        top: 60px;
        padding: 5px;
        width: 235px;
    }

    .anim4 img {
        width: 150px
    }

    .anim5 {
        left: -31px;
        top: 98px;
        padding: 5px;
        width: 200px;
    }

    .anim6 {
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .alternate {
        flex-direction: column-reverse;
    }

    .alternate img {
        width: 100% !important;
    }

    h1::after {
        height: 5px !important;
        bottom: 9px !important;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }

    .img_abs {
        position: static;
    }

    .negative_mt {
        margin-top: -75px;
    }

    .contact_info>div {
        display: flex;
        align-items: flex-start;
        text-align: left;
        padding-bottom: 20px;
        width: 100%;
    }

    .contact_info img {
        margin-right: 30px;
        width: 33px;
    }

    #smart_watch {
        margin: auto;
    }
    h2{
        width: 90%;
        /* margin: auto; */
    }
    .anim1 {
        right: -35px;
        top: 7px;
    }

    .anim2 {
        top: 174px;
    }

    .anim3 {
        left: -82px;
        top: 18px;
        width: 210px;
    }

    .anim5 img {
        width: 80px !important;
    }

    .anim6 {
        width: 100%; 
        top: 23px;
    }
    .serction_3.bg-white.animate_sec2{
        padding-bottom: 70px;
    }
    .w_bg_gradient.animate_sec{
        height: auto !important;
    }
    .cookie_policy p{
        padding-right: 10px;
    }
}



@media (max-width: 576px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 23px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .terms a {
        font-size: 11px;
    }

    .play_market img {
        width: 110px;
    }

    .soc_section b {
        font-size: 15px !important;
    }

    .anim1  {
        width: 272px;
        right: 0;
        top: 54px;
    }
   .anim2 { 
        right: 0; 
    }

    .anim3 {
        left: -10px;
    }

    .anim4 {
        right: -28px;
        top: 154px;
        padding: 5px;
        width: 225px;
    }
}