.mo-menu {
    display: none;
}

/* 1920px start */

@media (max-width: 1920px) and (min-device-width: 1400px) {
    .products .title h2::after {
        height: 285px;
    }
}

/* 1400px end */

/* 1399px start */

@media (max-width: 1399px) and (min-device-width: 1200px) {
    html {
        font-size: 54%;
    }

}

/* 1200px end */

/* 1199px start */

@media (max-width: 1199px) and (min-device-width: 992px) {
    html {
        font-size: 46%;
    }

    .header .main .nav ul li a {
        padding: 15px 10px;
        font-size: 1.7rem;
    }

    .banner .desc {
        width: 100%;
        padding: 110px 0;
    }

}

/* 992px end */

/* 991px start */
@media (max-width: 991px) and (min-device-width: 280px) {
    .offcanvas {
        z-index: 9999999 !important;
    }

    .dropdown a.active i.bx {
        color: var(--accent-color);
    }

}

@media (max-width: 991px) and (min-device-width: 768px) {

    html {
        font-size: 54%;
    }

    /* banner */
    .banner .desc {
        width: 100%;
        padding: 90px 0;
    }

    .banner .desc h1 {
        font-size: 4.2rem;
    }

    .banner .desc p br {
        display: none;
    }

    /* products */
    .products {
        padding: 62px 0 0 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 5rem;
        width: max-content;
    }

    .products .title h2::after {
        height: 230px;
    }

    .products .title p {
        font-size: 2.2rem;
        width: 100%;
        margin-top: 100px;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text h4 {
        font-size: 3.6rem;
    }

}

/* 768px end */

/* 767px start */

@media (max-width: 767px) and (min-device-width: 576px) {

    html {
        font-size: 52%;
    }

    /* banner */
    .banner .desc {
        width: 100%;
        padding: 70px 0;
    }

    .banner .desc h1 {
        font-size: 4.5rem;
    }

    .banner .desc p br {
        display: none;
    }

    /* products */
    .products {
        padding: 50px 0 0 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 4.5rem;
        width: max-content;
    }

    .products .title h2::after {
        height: 190px;
    }

    .products .title p {
        font-size: 2.1rem;
        width: 100%;
        margin-top: 80px;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text h4 {
        font-size: 3.4rem;
    }

}

/* 576px end */

/* 575px start */

@media (max-width: 575px) and (min-device-width: 414px) {
    html {
        font-size: 54%;
    }

    /* banner */
    .banner .desc {
        width: 100%;
        padding: 60px 0;
    }

    .banner .desc h1 {
        font-size: 4rem;
    }

    .banner .desc p br {
        display: none;
    }

    .banner .desc a.btn {
        padding: 14px 40px;
    }

    /* products */
    .products {
        padding: 50px 0 0 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 4rem;
        width: max-content;
    }

    .products .title h2::after {
        height: 184px;
    }

    .products .title p {
        font-size: 2.1rem;
        width: 100%;
        margin-top: 80px;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text {
        padding: 20px 20px 30px 20px;
    }

    .products .main .item .text h4 {
        font-size: 3rem;
    }
}

/* 414px end */

/* 413px start */

@media (max-width: 413px) and (min-device-width: 320px) {
    html {
        font-size: 54%;
    }
    .logo-block {
        width: 200px;
      }
    /* banner */
    .banner .desc {
        width: 100%;
        padding: 60px 0;
    }

    .banner .desc a.banner-logo {
        font-size: 3rem;
    }

    .banner .desc h1 {
        font-size: 3.4rem;
    }

    .banner .desc p {
        font-size: 2.1rem;
        margin-bottom: 30px;
    }

    .banner .desc p br {
        display: none;
    }

    .banner .desc a.btn {
        font-size: 2rem;
        padding: 14px 40px;
    }

    /* products */
    .products {
        padding: 50px 0 0 0;
    }

    .products .title {
        display: block;
    }

    .products .title h2 {
        font-size: 3rem;
        width: max-content;
    }

    .products .title h2::after {
        height: 175px;
    }

    .products .title p {
        font-size: 2.1rem;
        width: 100%;
        margin-top: 80px;
    }

    .products .main {
        display: block;
        padding: 70px 0;
    }

    .products .main .item {
        width: 100%;
        margin-bottom: 80px;
    }

    .products .main .item.last {
        margin-bottom: 0;
    }

    .products .main .item .text {
        padding: 20px 20px 30px 20px;
    }

    .products .main .item .text h4 {
        font-size: 2.6rem;
    }

}

/* 320px end */

/* only for mo-menu start */

/* 991px start */

@media (max-width: 991px) and (min-device-width: 768px) {

    .header {
        display: none;
    }

    /* mobile start */

    .mo-menu {
        display: block;
        position: relative;
        top: 0%;
        left: 0;
        width: 100%;
        background: var(--white-color);
        z-index: 1;
    }

    .mo-menu .main {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
    }

    /* mobile start */

    .mo-menu .main .logo-block {
        width: auto;
    }

    .mo-menu .main .logo-block a img {
        width: 100%;
    }

    .mo-menu .main .logo-block a {
        font-size: 3rem;
        font-weight: 700;
        color: var(--accent-color);
        font-style: italic;
        text-shadow: 3px 3px 4px rgba(0, 0, 0, .90);
    }

    .mo-menu .main .logo-block a span {
        color: var(--accent-color);
    }

    /* logo end */

    .mnu {
        margin: 0;
        padding: 0px 0px 0px 0px;
        width: auto;
        float: right;
    }

    .offcanvas-end {
        width: 400px;
        border: none;
    }

    .offcanvas-header {
        background: var(--black-color);
    }

    .offcanvas-body {
        background: var(--black-color);
    }

    button#first {
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 8px 0px;
        background: transparent;
        width: 100%;
    }

    .btn-check:focus+.btn,
    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .offcanvas-header .btn-close {
        background-color: var(--white-color);
        opacity: 1;
        width: 25px;
        height: 25px;
    }

    .navbar-toggler-icon {
        margin: 0px 0 0px 0 !important;
        padding: 0px 0px 0px 0px !important;
        display: grid !important;
        width: 30px !important;
        height: 3px !important;
        background: var(--accent-color) !important;
        border-radius: 50px !important;
    }

    span.mid {
        margin: 7px 0 7px 0 !important;
        width: 40px !important;
    }

    #main {
        transition: margin-left 0.5s;
    }

    .texts {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    ul.menus {
        display: block;
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    ul.menus li {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
    }

    ul.menus li a {
        font-size: 1.7rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

    ul.menus li a:hover {
        color: var(--accent-color);
    }

    ul.menus li a.active {
        color: var(--accent-color);
    }

    .dropdown a i.bx {
        color: var(--white-color);
    }

    .dropdown a:hover i.bx {
        color: var(--accent-color);
    }

    .dropdown .dropdown-content {
        min-width: 280px !important;
    }

    .dropdown .dropdown-content a:hover {
        color: var(--accent-color) !important;
        background-color: transparent;
    }






}

/* 768px end */

@media screen and (max-width: 991px){


.navbar .menu-block .stellarnav .menu-toggle .bars span{ background: var(--accent-color) !important; width:30px; height:3px; margin:0 0 7px }
.navbar .menu-block .stellarnav.dark ul{ z-index:99; }
.navbar .menu-block .stellarnav ul li a{ color:#fff; }
.navbar .menu-block .stellarnav.mobile.right > ul{ max-width:400px; }
.navbar .menu-block .stellarnav .icon-close{ background:#fff; padding:18px; border-radius:4px; }
.navbar .menu-block .stellarnav .icon-close:before{ border-color:#000; width:18px; right:9px; }
.navbar .menu-block .stellarnav .icon-close:after{ border-color:#000; width:18px; right:9px; }
.navbar .menu-block .stellarnav.dark ul ul{ background-color:#2B2B42; }
.navbar .menu-block .stellarnav.dark ul ul li a{ padding: 13px 10px; }
.navbar .menu-block .stellarnav.dark ul .has-sub a i{ opacity:0; }
.navbar .logo-block a{ font-size:2.5rem; }
.navbar .menu-block .stellarnav .menu-toggle .bars span:nth-child(2){ width:40px; }
/*.navbar .menu-block .stellarnav ul .has-sub .dd-toggle{ height:100%; }
.navbar .menu-block .stellarnav ul .has-sub .dd-toggle:hover{ height:100%; }*/
.navbar .menu-block .stellarnav ul .has-sub .has-sub.open a{ background:#fff; color:#000; }
.navbar .menu-block .stellarnav ul .has-sub .has-sub.open .dd-toggle{ background-color:var(--accent-color); height:46px; }
.navbar .menu-block .stellarnav ul .has-sub .has-sub.open ul li a{ background-color:#2B2B42; color:#fff; }



}



/* 767px start */

@media (max-width: 767px) and (min-device-width: 320px) {

    .header {
        display: none;
    }

    /* mobile start */

    .mo-menu {
        display: block;
        position: relative;
        top: 0%;
        left: 0;
        width: 100%;
        background: var(--white-color);
        z-index: 1;
    }

    .mo-menu .main {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
    }

    /* mobile start */

    .mo-menu .main .logo-block {
        width: auto;
    }

    .mo-menu .main .logo-block a img {
        width: 100%;
    }

    .mo-menu .main .logo-block a {
        font-size: 2.4rem;
        font-weight: 700;
        color: var(--accent-color);
        font-style: italic;
        text-shadow: 3px 3px 4px rgba(0, 0, 0, .90);
    }

    .mo-menu .main .logo-block a span {
        color: var(--accent-color);
    }

    /* logo end */

    .mnu {
        margin: 0;
        padding: 0px 0px 0px 0px;
        width: auto;
        float: right;
    }

    .offcanvas-end {
        width: 320px;
        border: none;
    }

    .offcanvas-header {
        background: var(--black-color);
    }

    .offcanvas-body {
        background: var(--black-color);
    }

    button#first {
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 8px 0px;
        background: transparent;
        width: 100%;
    }

    .btn-check:focus+.btn,
    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .offcanvas-header .btn-close {
        background-color: var(--white-color);
        opacity: 1;
        width: 25px;
        height: 25px;
    }

    .navbar-toggler-icon {
        margin: 0px 0 0px 0 !important;
        padding: 0px 0px 0px 0px !important;
        display: grid !important;
        width: 30px !important;
        height: 3px !important;
        background: var(--accent-color) !important;
        border-radius: 50px !important;
    }

    span.mid {
        margin: 7px 0 7px 0 !important;
        width: 40px !important;
    }

    #main {
        transition: margin-left 0.5s;
    }

    .texts {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    ul.menus {
        display: block;
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    ul.menus li {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
    }

    ul.menus li a {
        font-size: 1.7rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

    ul.menus li a:hover {
        color: var(--accent-color);
    }

    ul.menus li a.active {
        color: var(--accent-color);
    }

    .dropdown a i.bx {
        color: var(--white-color);
    }

    .dropdown a:hover i.bx {
        color: var(--accent-color);
    }

    .dropdown .dropdown-content {
        min-width: 100% !important;
    }

    .dropdown .dropdown-content a:hover {
        color: var(--accent-color) !important;
        background-color: transparent;
    }
}

/* 320px end */


@media (max-width: 991px) and (min-device-width: 280px) {

    .dropdown-content{
        
    }

.dropdown2 .dropdown-content2 {
    top: 0px;
    left: 0px;
    width: 100%;
    
    background: #2b2b42;
    color: #fff;
    position: relative !important;
}
.dropdown-content li {
    margin: 0px 0px 0px 0px !important;
} 
ul.menus li {
    display: block !important;
} 
.dropdown-content2 li a{
    color: #fff !important;
}
}