@media (min-width: 375px) {}

@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1180px;
  }

}

@media (min-width: 1300px) {
  .custom-container {
    max-width: 1280px;
  }

}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1368px;
  }
}

@media (min-width: 1700px) {
  .custom-container {
    max-width: 1615px;
  }

}

@media (max-width: 1700px) {
  .deg-front {
    top: 95px;
  }

  .navbar {
    /* width: 67%; */

  }

  .banner-img {
    height: auto;
  }
}

@media (max-width: 1650px) {
  .deg-front {
    top: 95px;
  }

  .navbar {
    /* width: 70%; */
  }
}

@media (max-width: 1600px) {
  .navbar {
    /* width: 75%; */
  }
}

@media (max-width: 1500px) {
  .navbar {
    /* width: 80%; */
  }
}

@media (max-width: 1440px) {
  .main-title {
    font-size: 40px;
  }
  .main-title4{
    font-size: 18px;
  }

  .navbar {
    /* width: 85%; */
  }

  .swiper-nav div {
    width: 50px;
    height: 50px;
  }

  .text-big {
    font-size: 70px;
  }

  .text-md {
    font-size: 45px;
  }

  .chairman-card {
    padding: 35px;
  }

  .pls {
    padding-left: 50px;
  }

  .product-group .awards-bottom {
    /* height: 220px; */
  }

  .product-group .awards-bottom-2 {
    /* height: 320px; */
  }

  .product-group .awards-bottom-3 {
    /* height: 280px; */
  }
}

@media (max-width: 1400px) {
  .deg-front {
    top: 95px;
  }

  .text-big {
    font-size: 60px;
  }

  .text-md {
    font-size: 35px;
  }

  .banner-img {
    height: auto;
  }

  .scene {
    padding-left: 160px;
  }

 
}

@media (max-width: 1399px) {
  .deg-front {
    top: 88px;
  }


}

@media (max-width: 1300px) {
  .deg-front {
    top: 90px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }

  .navbar {
    left: 36px;right: 36px;
    /* width: 90%; */
  }
}

@media (max-width: 1299px) {
  .deg-front {
    top: 82px;
  }

  .navbar {
    /* width: 95%; */
  } .scene {
    padding-left: 120px;height: 460px;
  } .cube,
  .face {
    width: 250px;
    height: 250px;
  }

  .cube img {
    width: 75px;
  }.front {
    transform: rotateY(0deg) translateZ(125px);
  }

  .back {
    transform: rotateY(180deg) translateZ(125px);
  }

  .right {
    transform: rotateY(90deg) translateZ(125px);
  }

  .left {
    transform: rotateY(-90deg) translateZ(125px);
  }

  .top {
    transform: rotateX(90deg) translateZ(125px);
  }

  .bottom {
    transform: rotateX(-90deg) translateZ(125px);
  }

  .scene:hover .front {
    transform: rotateY(0deg) translateZ(135px);
  }

  .scene:hover .back {
    transform: rotateY(180deg) translateZ(135px);
  }

  .scene:hover .right {
    transform: rotateY(90deg) translateZ(135px);
  }

  .scene:hover .left {
    transform: rotateY(-90deg) translateZ(135px);
  }

  .scene:hover .top {
    transform: rotateX(90deg) translateZ(135px);
  }

  .scene:hover .bottom {
    transform: rotateX(-90deg) translateZ(135px);
  }
}

@media (max-width: 1199px) {
  .deg-front {
    top: 66px;
  }

  .navbar,
  .sticky-header .navbar {
    width: auto;
    left: 24px;
    right: 24px;
  }    .main-title {
        font-size: 35px;
    }    .text-big {
        font-size: 45px;
    }    .text-md {
        font-size: 30px;
    }.theme-btn.mt-5{
      margin-top: 25px!important;
    }.main-title4{
      font-size: 16px;
    }
}

@media (max-width: 1099px) {

  .navbar,
  .sticky-header .navbar {
    left: 12px;
    right: 12px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
  }

  .main-title {
    font-size: 30px;
  }

  .scene {
    padding-left: 80px;height: 460px;
  } .cube,
  .face {
    width: 250px;
    height: 250px;
  }

  .cube img {
    width: 75px;
  }.front {
    transform: rotateY(0deg) translateZ(125px);
  }

  .back {
    transform: rotateY(180deg) translateZ(125px);
  }

  .right {
    transform: rotateY(90deg) translateZ(125px);
  }

  .left {
    transform: rotateY(-90deg) translateZ(125px);
  }

  .top {
    transform: rotateX(90deg) translateZ(125px);
  }

  .bottom {
    transform: rotateX(-90deg) translateZ(125px);
  }

  .scene:hover .front {
    transform: rotateY(0deg) translateZ(135px);
  }

  .scene:hover .back {
    transform: rotateY(180deg) translateZ(135px);
  }

  .scene:hover .right {
    transform: rotateY(90deg) translateZ(135px);
  }

  .scene:hover .left {
    transform: rotateY(-90deg) translateZ(135px);
  }

  .scene:hover .top {
    transform: rotateX(90deg) translateZ(135px);
  }

  .scene:hover .bottom {
    transform: rotateX(-90deg) translateZ(135px);
  }
}

@media (max-width: 991px) {
.grow-left {
    padding: 70px 25px;
}
  .side-menu {
    position: fixed;
    left: 0;
    top: 0;
    background: var(--black);
    height: 100dvh;
    width: 56%;
    transform: translateX(-70%);
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    display: block;
    visibility: hidden;
    padding: 25px;
    z-index: 99999;
  }

  .navbar-toggler {
    border-color: #fff;
    border-radius: 50px;
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }

  .side-menu.show {
    transform: translateX(0);
    visibility: visible;
  }

  .side-menu .nav-item .nav-link {
    display: block;
    width: 100%;
    padding: 0 0 !important;
    color: #fff;
    font-size: 16px;
  }

  .header-overlay {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    background: #000;
    background: #000000c2;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }

  .header-overlay.show {
    transform: translateX(0%);
  }

  .float {
    margin-top: 25px;
  }

  .flot-img-abs {
    right: 25px;
  }

  .pls {
    padding-left: 36px;
  }

  .product-group .awards-bottom {
    /* height: 160px; */
  }

  .product-group .awards-bottom-3 {
    /* height: 225px; */
  }

  .product-group .awards-bottom-2 {
    /* height: 270px; */
  }

  .scene {
    padding-left: 70px;
  }

  .cube img {
    width: 80px;
  }

  .face,
  .cube {
    width: 200px;
    height: 200px;
  }

  .front {
    transform: rotateY(0deg) translateZ(100px);
  }

  .back {
    transform: rotateY(180deg) translateZ(100px);
  }

  .right {
    transform: rotateY(90deg) translateZ(100px);
  }

  .left {
    transform: rotateY(-90deg) translateZ(100px);
  }

  .top {
    transform: rotateX(90deg) translateZ(100px);
  }

  .bottom {
    transform: rotateX(-90deg) translateZ(100px);
  }

  .scene:hover .front {
    transform: rotateY(0deg) translateZ(120px);
  }

  .scene:hover .back {
    transform: rotateY(180deg) translateZ(120px);
  }

  .scene:hover .right {
    transform: rotateY(90deg) translateZ(120px);
  }

  .scene:hover .left {
    transform: rotateY(-90deg) translateZ(120px);
  }

  .scene:hover .top {
    transform: rotateX(90deg) translateZ(120px);
  }

  .scene:hover .bottom {
    transform: rotateX(-90deg) translateZ(120px);
  }

  .deg-front {
    top: 99px;
  }

  .deg-block {
    margin-top: 25px;
  }

  .awards-swiper {
    margin-top: 25px;
  }

  .footer-menu li a {
    font-size: 14px;
  }.nav-item{
    border-bottom: 1px solid #ffffff85;
    padding: 15px 0;
  }
.nav-item:last-child{
  border: none;
}.chairman-card {
  min-height: 580px;
}
}

@media (max-width: 767px) {
  .deg-front {
    top: 73px;
  }.awards-bottom{
    min-height: 210px;
  }.footer-menu{
    flex-wrap: wrap;justify-content: center;
  }.footer-bottom-inner{
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .awards-bottom{
    min-height: 145px;
  }
}
@media (max-width: 600px) {
  .side-menu{
    width: 70%;
  }
  .awards-bottom p{
    font-size: 12px;
  }
  .custom-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .deg-front {
    top: 76px;
  }

.grow-flex{
  flex-wrap: wrap;
}.grow-left, .grow-right{
  width: 100%;
}.grow-left{
  padding: 70px 12px;
}

  .main-title {
    font-size: 30px;
  }

  .main-title br {
    display: none;
  }

  .text-big {
    font-size: 40px;
  }

  .text-md {
    font-size: 25px;
  }

  .navbar,
  .sticky-header .navbar {
    left: 8px;
    right: 8px;
    padding: 0;
    top: 12px;
  }
.navbar-brand{
  margin-right: 0;
}.navbar-brand img{
  width: 140px;height: auto;
}.navbar .theme-btn{
  padding: 8px 10px;
}
  .chairman-card {
    padding: 25px;
    font-size: 14px;
  }

  .chairman-card p {
    min-height: 110px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  .swiper-nav div {
    width: 40px;
    height: 40px;
  }

  .scene {
    height: 350px;
  }

  .awards-bottom h3 {
    font-size: 14px;
  }

  .pls {
    padding-bottom: 0px;
    padding-left: 0;
  }

  .product-group .awards-bottom {
    height: 100px;
    min-height: 100px;
  }

  .product-group .awards-bottom-2 {
    height: 160px;
  }

  .product-group .awards-bottom-3 {
    height: 130px;
  }

  .product-group .awards-box img {
    animation: none;
  }

  .product-group .awards-img {
    height: 130px;
  }

  .top-pattern {
    width: 100%;
  }

  .img-float {
    width: 70%;
  }

  .theme-btn.mt-5 {
    margin-top: 25px !important;
  }

  .sub-heading {
    margin-bottom: 0;
  }

  .theme-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .bottom-pattern {
    width: 75%;
  }

  .bg-pattern {
    background-size: 160px 280px;
    background-position:
      0 0,
      0 0,
      80px 140px,
      80px 140px,
      0 0,
      80px 140px;

  }

  .quote h4 {
    font-size: 18px;
  }

  .flot-img-abs {
    right: 10px;
    top: 200px;
  }

  .revenue-top {
    height: 25px;
  }

  .cube-wrapper::before {
    width: 17px;
    left: -17px;
    height: 98.35%;
  }.bg-growing{
    background-position: 0 53%;
  }.bg-deliver{
    background-position: 100% 53%;
  }.chairman-card {
  min-height:660px;
}
}

@media (max-width: 576px) {
  .deg-front {
    top: 76px;
  }
}

@media (max-width: 575px) {
  .deg-front {
    top: 79px;
  }
}

@media (max-width: 550px) {
  .deg-front {
    top: 77px;
  }
}

@media (max-width: 530px) {
  .deg-front {
    top: 71px;
  }
}

@media (max-width: 490px) {
  .deg-front {
    top: 67px;
  }
}

@media (max-width: 470px) {
  .deg-front {
    top: 65px;
  }
}

@media (max-width: 460px) {
  .deg-front {
    top: 63px;
  }
}

@media (max-width: 450px) {
  .deg-front {
    top: 61px;
  }
}

@media (max-width: 430px) {
  .deg-front {
    top: 59px;
  }
}

@media (max-width: 414px) {
  .deg-front {
    top: 58px;
  }.footer-bottom-left, .footer-text{
    font-size: 14px;
  }
}

@media (max-width: 400px) {

  .deg-front {
    top: 54px;
  }
}

@media (max-width: 387px) {
  .deg-front {
    top: 53px;
  }
}

@media (max-width: 375px) {
  .deg-front {
    top: 52px;
  }
}

@media (max-width: 373px) {
  .deg-front {
    top: 51px;
  }
}

@media (max-width: 360px) {
  .deg-front {
    top: 50px;
  }
}

@media (max-width: 350px) {
  .deg-front {
    top: 48px;
  }
}

@media (max-width: 340px) {
  .deg-front {
    top: 47px;
  }
}