@media only screen and (max-width: 1599px) {
    .product-section {
        padding-top: 0px;
    }
    .num-box {
        font-size: 10px;
        padding: 5px;
    }
}

@media only screen and (max-width: 1429px) {
    .num-box {
        font-size: 10px;
        padding: 5px;
    }
    .specifications-video::after {
        left: 0;
    }
    
    .specifications-video img {
        left: -50px;
    }
    
    .spaces-section {
        padding: 60px 0;
    }
    
    .map-section {
        padding: 100px 0;
    }
    
    .made-section {
        padding: 100px 0;
    }
    
    .made-info {
        padding-left: 100px;
    }
    
    .second-section {
        padding: 300px 0;
    }
    
    .specifications-section {
        padding-top: 40px;
    }
    .makers-map-info {
        right: 15px;
    }
    
    .makers-section {
        padding-bottom: 30px;
        height: 50vh;
    }
}

@media only screen and (max-width: 1199px) {

    .product-section {
        padding-top: 0px;
    }
    .navbar-brand2.mobile-logo {
        display: block !important;
    }

    .hamburger {
        position: relative;
        z-index: 999;
        padding: 0;
        height: 28px;
        top: -5px;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger .line {
        width: 30px;
        height: 2px;
        background-color: #3D5467;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
        padding: 0;
    }

    /* ONE */

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    .navbar-collapse {
        display: flex !important;
        position: fixed;
        top: -9px;
        left: -10px;
        width: calc(100% + 20px);
        background: #fff;
        padding: 60px 50px 35px;
        height: 100vh !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: auto;
        transition: all 0.5s;
        transform: translateX(-100%);
        z-index: 998;
    }

    .navbar-nav .nav-item .nav-link {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        /* identical to box height */
        text-transform: capitalize;
        color: #3D5467;
        margin-bottom: 15px;
    }

    .navbar-brand2 {
        display: none;
    }

    .mobile-navs {
        margin-top: 60px;
        display: block;
        margin-left: 0;
    }

    .mobile-navs li a {
        margin: 17px 0 0 0;
    }

    html.show-menu .navbar-collapse {
        transform: translateX(0);
        transition: all 0.5s;
    }
    a.nav-link.mobile-cart {
        display: block;
        position: relative;
        z-index: 999;
        padding: 0;
    }
    
    li.nav-item.dekstop-cart {
        display: none;
    }
    .hero-section-info h1 {
        font-size: 40px;
    }
    .index-header .hamburger .line {
        background-color: #fff;
        transition: all 0.5s;
    }
    
    .fixed.index-header .hamburger .line {
        background-color: #3D5467;
    }
    
    .index-header .mobile-cart svg path {
        fill: #fff;
        transition: all 0.5s;
    }
    
    .fixed.index-header .mobile-cart svg path {
        fill: #3d5467;
        transition: all 0.5s;
    }
    
    html.show-menu .index-header .hamburger .line {
        background-color: #3D5467;
    }
    
    html.show-menu .navbar-brand2 svg path {
        fill: #3d5467;
    }
    
    html.show-menu .index-header .mobile-cart svg path {
        fill: #3d5467;
    }
    
    html.show-menu .mobile-navs li a svg path {
        fill: #3d5467;
    }
    .title {
        font-size: 36px;
        line-height: 54px;
    }
    
    .specifications-info h3 {
        margin-bottom: 57px;
    }
    
    .specifications-info p {
        font-size: 14px;
    }
    
    .made-info {
        padding-left: 40px;
    }
    
    .specifications-video::after {
        left: 0;
        width: 100%;
    }
    
    .specifications-video img {
        left: 0;
        padding: 80px;
        top: -60px;
    }
    
    .spaces-img {
        height: auto;
    }
    
    .spaces-section h3 {
        margin-bottom: 40px;
    }
    
    .map-section {
        padding: 80px 0;
    }
    
    .made-section {
        padding: 80px 0;
    }
    
    .specifications-section {
        padding: 40px 0;
    }
    
    .made-info h3 {
        margin-bottom: 40px;
    }
    
    .made-info p {
        font-size: 14px;
    }
    
    .map-text {
        font-size: 14px;
    }
    .product-info {
        padding-left: 10px;
    }
    .product-section {
        padding-top: 50px;
    }
    
    .product-images {
        margin-bottom: 60px;
    }
    
    .about-creator {
        margin-bottom: 100px;
    }
    .specifications-video iframe {
        width: 78%;
        top: 0;
    }
    .order-30 {
        width: 20%;
    }
    
    .order-70 {
        width: 80%;
    }
    
    .order-info-header h4 {
        font-size: 20px;
    }
    
    .order-info-header h5 {
        font-size: 21px;
    }
    .about-info h4 {
        font-size: 20px;
        line-height: initial;
        margin-bottom: 40px;
    }
    
    .amain-wrap
    {
        display: block;
    }
    .amain-30 {
        width: 100%;
    }
    
    .amain-70 {
        width: 100%;
    }
    
    .team-section .col-lg-4:nth-child(1), .team-section .col-lg-4:nth-child(2), .team-section .col-lg-4:nth-child(3) {
        margin-bottom: 60px;
    }
    
    .story-section {
        padding-top: 80px;
    }
    
    .whyus-section {
        padding-top: 80px;
    }
    
    .environmental-section {
        padding-top: 40px;
    }
}
@media screen and (min-device-width: 1302px) and (max-device-width: 1429px) {
    .specifications-video img {
        left: -80px;
    }
    .specifications-video iframe {
        width: 75%;
        padding: 24px;
        right: 0;
    }
 }
 @media screen and (min-device-width: 1251px) and (max-device-width: 1300px) {
    .specifications-video img {
        left: -70px;
    }
    .specifications-video iframe {
        width: 75%;
        padding: 24px;
        right: 0;
    }
 }
 @media screen and (min-device-width: 1200px) and (max-device-width: 1250px) {
    .specifications-video iframe {
        width: 70%;
        padding: 0;
        right: 0;
    }
 }
 @media screen and (min-device-width: 1020px) and (max-device-width: 1025px) {
    .specifications-video iframe{
        width: 80%;
        height: 335px;
        top: 10px;
    }
 }


 @media screen and (min-device-width: 1020px) and (max-device-width: 1740px) {
    .specifications-video iframe{
        width: 70%;
    }
 }