/* ======= MEDIA QUERIES ====*/
@media (max-width: 1650px) {
   
}

@media(max-width:1500px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
    .navbar {
        padding: 15px 80px;
    }
    .top-bar-container {
        padding: 5px 80px;
    }
    .custom-container {
        padding: 0px 80px;
    }
    .hero-right .slick-list {
        overflow: visible!important;
    }
    .hero-left .hero-heading {
        font-size: 85px;
    }
    .hero-left .hero-para {
        font-size: 18px;
    }
    .brand-heading h1 {
        font-size: 75px;
    }
    .navbar-light .navbar-nav .nav-link:before {
        bottom: -20px;
    }
    .bar-img{
        transform: translate(-40px,60px);
   }
  
   
}

@media(max-width:1366px) {
    .promotion-text {
        font-size: 63px;
    }
    .footer-links a{
        font-size: 18px;
    }
    .detail-img img{
        max-width: 100%;
    }
    .bar-img{
        transform: translate(0px,60px);
   }
}
@media(max-width:1280px){
    .hero-right .product-img img {
       width: 100%;
    }
}
@media(max-width:1150px){
    .product-detail h4 {
        font-size: 14px;
    }
    .product-detail span {
        font-size: 12px;
    }
}
@media(max-width:1025px) {
    .footer-links li {
        margin-right: 40px;
    }
    .footer-bottom-list li>a {
        margin: 0px 20px;
    }
    .brand-img img{
        max-width: 100%;
    }
    .brand-right{
        padding-left: 15px!important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        margin-right: 50px;
    }
    .founder-heading h1 {
        font-size: 40px;
    }
    .sec-para p {
        font-size: 18px;
    }
    .success-detail-box p {
        font-size: 20px;
    }
    .navbar {
        padding: 15px 40px;
    }
    .top-bar-container {
        padding: 5px 40px;
    }
    .custom-container {
        padding: 0px 40px;
    }
   .bar-img{
        transform: translate(-30px,60px);
        max-width: 590px!important;
   }
   .product-img img{
        max-width: 560px;
        width: auto;
   }
   .hero-left{
        padding-top: 0;
   }
   .hero-main-container:before {
        height: 200px;
    }
    .product-nav .nav-link {
        font-size: 18px;
    }
    
}

@media(max-width:990px) {
    .navbar {
        padding: 15px 20px;
    }
    .top-bar-container {
        padding: 5px 20px;
    }
    .custom-container {
        padding: 0px 20px;
    }
    .nav-small{
        display: block;
        max-width: 200px;
        height: 60px;
    }
    .nav-small img{
        width: 100%;
        height: 100%;
    }
    .top-bar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .hero-wrapper{
        flex-direction: column;
    }
    .hero-left,.hero-right{
        width: 100%;
    }
    .hero-left{
        margin-bottom: 50px;
    }
    #hero{
        padding: 130px 0 50px;
    }
    .nav-mid{
        display: none;
    }
    .navbar-light .navbar-nav .nav-link{
        margin-right: 0;
    }
    .sec-heading h2 {
        font-size: 52px;
        text-align: center;
    }
    .marquee-text{
        font-size: 64px;
    }
    .brand-img{
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
    .hero-left .hero-heading,.hero-left .hero-para,.sec-heading h2,.sec-para p{
        text-align: center!important;
    }
    .hero-left .hero-para{
        max-width: 100%;
    }
    .page-btn{
        margin: 0px auto;
    }
    .section {
        padding: 100px 0;
    }
    .section-bottom {
        padding-bottom: 100px;
    }
    .promotion-text {
        font-size: 50px;
    }
    .foot-top-left{
        padding: 50px 0;
    }
    .footer-logo{
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer-links{
        justify-content: center;
    }
    .footer-detail ,.footer-detail h5,.footer-detail p{
        text-align: center;
    }
    .footer-detail{
        margin-bottom: 20px!important;
    }
    .foot-top-right{
        padding: 30px 0;
    }
    .footer-bottom-inner{
        flex-direction: column;
    }
    .footer-bottom-list{
        padding: 20px 0;
    }
    .brand-heading h1 {
        font-size: 65px;
    }
    #contact-hero {
        padding: 140px 0 50px;
    }
    .contact-heading h1 {
        font-size: 52px;
    }
    .contact-left{
        margin-bottom: 50px;
    }
    .contact-detail-heading,.contact-detail p,.contact-text h5{
        text-align: center;
    }
    .contact-detail p{
        font-size: 16px;
    }
    .contact-social{
        justify-content: center;
       
    }
    .con-icon{
        margin-bottom: 10px;
        margin-right: 0;
    }
    .contact-text{
        flex-direction: column;
        justify-content: center;
    }
    .detail-img{
        display: flex;
        justify-content: center;
    }
    .founder-heading h1,.founder-heading h4{
        text-align: center;
    }
    .hero-shape{
        display: none;
    }
    .product-detail h4 {
        font-size: 18px;
    }
    .product-detail span {
        font-size: 14px;
    }
    .product-nav .nav-link {
        font-size: 15px;
    }
    .product-title h3 {
        font-size: 32px;
    }
    .detail-right {
        padding-left: 15px;
    }
    .partner-detail h4 {
        font-size: 22px;
    }
    .partner-detail span {
        font-size: 13px;
    }
    .navbar-light .navbar-nav .nav-link:before {
        bottom: 2px;
    }
}

@media(max-width:767px) {
    .foot-top-right .row{
        margin-left: 0;
        margin-right: 0;
    }
    .bar-img {
        transform: translate(0px,0px);
        max-width: 340px!important;
    }
   
    .hero-left .hero-heading {
        font-size: 62px;
        line-height: 80px;
    }
    .hero-left .hero-para {
        font-size: 16px;
        line-height: 35px;
    }
    .product-img img{
        max-width: 100%;
    }
    .sec-heading h2 {
        font-size: 38px;
        line-height: 65px;
    }
    .marquee-text {
        font-size: 50px;
    }
    .seprator {
        width: 20px;
        height: 20px;
    }
    .promotion-text img{
        max-width: 80px;
        max-height: 100px;
    }
    .promotion-text {
        font-size: 45px;
        line-height: 80px;
        text-align: center;
    }
    .section {
        padding: 80px 0;
    }
    .section-bottom{
        padding-bottom: 80px;
    }
    .footer-links{
        flex-direction: column;
    }
    .footer-links li {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .foot-top-left {
        padding: 50px 0 0;
    }
    .brand-heading h1 {
        font-size: 49px;
        line-height: 70px;
    }
    .brand-logo {
        min-height: auto;
    }
    .contact-heading h1 {
        font-size: 42px;
        line-height: 65px;
        padding: 0px 15px;
    }
    .contact-detail-heading{
        font-size: 30px;
    }
    .contact-social li a{
        margin-right: 0;
        margin: 0px 5px;
    }
    .success-detail-box p {
        font-size: 18px;
        line-height: 35px;
    }
    .success-detail-box{
        padding: 15px;
    }
    .detail-right {
        padding-left: 15px;
    }
    .founder-heading h4{
        font-size: 25px;
    }
    .sec-para p {
        font-size: 16px;
    }
    .founder-heading h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .hero-right .slick-list {
        overflow: hidden!important;
    }
    .product-nav{
        flex-wrap: nowrap;
    overflow-x: auto;
    }
    .product-nav .nav-link {
        font-size: 14px;
        white-space: nowrap;
        margin: 0px 12px;
    }
    .product-title h3 {
        font-size: 24px;
    }
    .product-title h3:before, .product-title h3:after {
       content: none;
    }
    .product-heading h1 {
        font-size: 55px;
    }
}

@media(max-width:400px) {
   
}

@media (max-width:360px) {
    
}

@media (max-width:320px) {
   
}