:root {
  --primary-color: #28334A;
  --brand-color: #D22730;
  --secondary-color: #A0A2B0;
  --accent-color: #fff;
}


/* other resposie css  */
@media screen and (max-width:1799px) {
  .nav-menu-right .nav li a {
      font-size: 42px;
  }
}
@media screen and (max-width:1699px) {
  .nav-menu-right .nav li a {
      font-size: 38px;
  }
  .menu-float.m-open .nav-menu-right .nav.right::before {
      height: calc(100% - 60px);
  }
  .menu-float .menu-ing {
      margin-left: 60px;
      margin-top:20px;
  }
}

@media screen and (max-width:1599px) {
  .nav-menu-right .nav li a {
      font-size: 30px;
  }
  .blog-search-txt {
    border: none;
    background: 0 0;
    outline: 0;
    float: left;
    padding: 0;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 40px;
    width: 65%;
}
}

@media screen and (max-width:1399px) {
  .menu-float .menu-ing {
    margin-left: 30px;
    margin-top:20px;
  }
}
@media screen and (max-width:1299px) {
  .nav-menu-right .nav {
    padding-left: 70px;
  }
  .menu-float .menu-ing {
      margin-left:0px;
      margin-top:20px;
  }
  .nav-menu-right .nav li a {
      font-size: 26px;
  }
}
@media screen and (max-width:1199px) {
  .nav-menu-right .nav {
    padding-left: 00px;
}
.nav-menu-right .nav li a {
    font-size: 20px;
}
.menu-float .menu-ing {
    margin-left: 0;
    margin-top:90px;
}
.menu-float .menu-left {
    padding-left: 0;
}
.menu-float .menu-right::before {
    left: 10px;
}
.menu-float.m-open .nav-menu-right .nav.right::before {
    height: calc(100% - 100px);
}
}

@media screen and (max-width:991px) {
  .menu-float.m-open {
    overflow-y: auto;
}
.menu-float .menu-ing {
  display: none;
}
.menu-float .menu-right {
  width: 15%;
}
.menu-float .menu-right::before {
  left: 10px;
}
.menu-float .menu-left {
  display: inline-block;
}
.menu-float .menu-left .nav-menu {
  height: auto;
}
.nav-menu-right {
  display: inline-block;
  position: relative;
  margin-top: 100px;
}
.menu-float.m-open .nav-menu-right .nav.right::before {
  display: none;
}
.nav-menu-right .nav li + li,.nav-menu-right .nav.right {
  margin-top: 15px;
}
.nav-menu-right::before {
  position: absolute;
  content: '';
  left: 0;
  height: calc(100% - 100%);
  background: var(--accent-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 2px;
  /* background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 221, 0, 1) 50%); */
  /* background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 221, 0, 1) 50%); */
  /* background: -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 221, 0, 1) 50%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDD00', endColorstr='#FFFFFF', GradientType=1 ); */
  /* background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 221, 0, 1) 50%); */
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 221, 0, 1) 50%); */
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0s;
  transition-delay: 1.5s;
}
.menu-float.m-open .nav-menu-right::before {
  height: calc(100% - 20%);
}
.nav-menu-right .nav li{
  left: auto;
  right: 100%;
}
.menu-float .nav-menu-right .nav.left li,.menu-float .nav-menu-right .nav.right li {
  opacity: 0;
  left: auto;
  right: 100%;
}
.menu-float.m-open .nav-menu-right .nav.left li,.menu-float.m-open .nav-menu-right .nav.right li {
  opacity: 1;
  left: auto;
  right: 0%;
}
.nav-menu-right .nav li {
  transition-delay: 1s;
}
.menu-float.m-open .nav-menu-right .nav.left li:nth-child(1) {
  transition-delay: 1.6s;
}
.menu-float.m-open .nav-menu-right .nav.left li:nth-child(2) {
  transition-delay: 1.7s;
}
.menu-float.m-open .nav-menu-right .nav.left li:nth-child(3) {
  transition-delay: 1.8s;
}
.menu-float.m-open .nav-menu-right .nav.left li:nth-child(4) {
  transition-delay: 1.9s;
}
.menu-float.m-open .nav-menu-right .nav.left li:nth-child(5){
  transition-delay: 2s;
}
.menu-float.m-open .nav-menu-right .nav.right li:nth-child(1) {
  transition-delay: 2.0s;
}
.menu-float.m-open .nav-menu-right .nav.right li:nth-child(2) {
  transition-delay: 2.1s;
}
.menu-float.m-open .nav-menu-right .nav.right li:nth-child(3) {
  transition-delay: 2.2s;
}
.menu-float.m-open .nav-menu-right .nav.right li:nth-child(4) {
  transition-delay: 2.3s;
}
.menu-float.m-open .nav-menu-right .nav.right li:nth-child(5){
  transition-delay: 2.4s;
}
#sidebar-blog{
  display: none;
}
}


@media only screen and (max-width: 767px) {
  /* heading style  */
  body {
    font-size: 17px;
    font-family: "Krub", sans-serif;
    font-weight: 500;
  }

  .default-section {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
  }
  .section-heading {
    font-family: "Krub", sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin: 10px 0;
    line-height: 1.1;
  }
  .section-heading-white {
    font-family: "Krub", sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin: 10px 0;
    line-height: 1.1;
  }
  .para-head {
    font-family: "Krub", sans-serif;
    font-weight: 600;
    margin: 20px 0 5px 0;
    font-size: 18px;
  }
  .desSection ul {
    list-style: none;
    padding: 0;
  }
  .beltDrivePage .desSection ul {
    list-style: disc;
    padding-left: 15px;
  }
  .para-des {
    font-family: "Krub", sans-serif;
    font-weight: 400;
    line-height: 1.3;
  }

  .page-heading {
    font-family: "Krub", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
  }

  /* heading style  */

  /* header style   */
  header {
    /* background-color: var(--primary-color); */
    padding: 10px 0px;
  }
  header img {
    height: 25px;
  }
  .nav-menu .menu-btn {
    width: 20px;
    height: auto;
    cursor: pointer;
  }
  .nav-menu .menu-btn span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-menu .menu-btn span + span {
    margin-top: 8px;
  }
  /* header style   */


  .menu-last .socials ul li {
    width: 45px;
    height: 35px;
}
.close-btn{
  width: 40px;
  height: 40px;
  border-width: 2px;
}
.close-btn::after, .close-btn::before {
  width: 25px;
  margin-top: 17px;
}

  .menu-last .socials span {
      width: 30px;
      height: 30px;
      position: relative;
      display: inline-block;
  }

  .menu-last .socials ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

  .heroBannerSection {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
  }

  .swiper-slide {
    padding: 30px;
  }

  .heroBannerSection video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 70%;
    object-fit: cover;
  }

  .content .button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .content-section {
    text-align: center;
  }
  .beltDrivePage .content-section {
    text-align: left;
  }
  .beltDrivePage .content-section ul {
    list-style: disc;
  }

  .beltDriveTech .desSection {
    padding: 0;
    margin-top: 0;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -4px);
    right: auto;
    color: var(--primary-color);
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
    color: var(--primary-color);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .uspIcon img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .uspIconBox {
    margin-top: 30px;
  }
  .contactFormSection .section-heading {
    text-align: center;
  }
  .contactFormSection .para-des {
    text-align: center;
  }

  .contactIconBox {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
  .followUsSection .followUs {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
  }
  .formSection {
    border-radius: 20px;
    box-shadow: 0px 0px 1px var(--brand-color);
    padding: 20px 10px;
    margin-top: 21px;
    border-radius: 15px;
  }

  .pageLinks ul li a {
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 500;
  }
  .pageLinks {
    padding: 0 10px;
    margin-top: 20px;
  }
  footer img {
    height: 30px;
    margin-bottom: 15px;
  }

  .followUsSection ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none !important;
  }

  .beltDriveTech12 .row.align-items-center{
    flex-direction: column-reverse !important;
  }
  .presesionSectionAbout .row.align-items-center{
    flex-direction: column-reverse !important;
  }
  .prodcut-information{
    text-align: center;
  }

}
