@media screen and (min-width: 240px) and (max-width: 700px) {
  * {
    box-sizing: border-box;
  }
  @font-face {
    font-family: "Birzia";
    src: url("../fonts/Birzia-Black.woff2") format("woff2"), url("../fonts/Birzia-Bold.woff2") format("woff2"), url("../fonts/Birzia-Light.woff2") format("woff2"), url("../fonts/Birzia-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #37382f;
    backdrop-filter: blur(8px);
    padding: 0;
  }
  header .sidebarOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.2901960784);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 998;
  }
  header .sidebarOverlay.active {
    visibility: visible;
    opacity: 1;
  }
  header ul {
    width: 75%;
    float: left;
    height: 100vh;
    flex-flow: column-reverse;
    align-items: center;
    position: fixed;
    border-radius: 0 16px 0 0;
    background: url("../images/headerMenuRes.png");
    background-repeat: repeat;
    background-size: cover;
    top: 0px;
    left: -100%;
    gap: 0;
    padding: 40px 0 0 20px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: none;
    z-index: 999;
  }
  header ul li a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    /* text-align: left; */
    line-height: 60px;
    font-weight: 500;
  }
  header ul li span {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.16);
  }
  header ul li:first-child {
    display: flex;
    margin: 40px 0 0 0;
  }
  header ul li:first-child .heroBtn {
    width: unset;
    color: #dfe0cb;
    text-align: center;
    font-family: "Birzia";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.16px;
    text-decoration: none;
    border-radius: 360px;
    background: url("../images/btnbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px 20px;
    flex-flow: row-reverse;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    display: inline-flex;
  }
  header ul li:last-child {
    margin: 0 0 53px 0;
    display: flex;
  }
  header ul li:last-child .crossBtn i {
    font-size: 24px;
  }
  header ul.show {
    right: 0;
  }
  header .navBttn {
    display: block;
    position: absolute;
    right: 15px;
    top: 18px;
  }
  header .navBttn.active {
    background: unset;
    border: none;
    right: 200px;
    top: 20px;
  }
  .slideBox {
    height: 625px;
  }
  .topSliderWrap {
    width: 100%;
    float: left;
    height: 625px;
    overflow: hidden;
  }
  .heroHeaderWrap {
    width: 100%;
    float: left;
  }
  .heroHeaderWrap .heroHeaderContainer {
    width: 100%;
    float: left;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent {
    width: 100%;
    float: left;
    top: 250px;
    gap: 0;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent h1 {
    color: #e1e1e1;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Birzia";
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 64px; /* 100% */
    letter-spacing: -0.64px;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent span {
    font-size: 16px;
    font-weight: 500;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent .heroBtn {
    bottom: -80px;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 25px;
  }
  .heroHeaderWrap .heroHeaderContainer .nbs-flexisel-dots {
    top: 580px;
  }
  .bannerWrap {
    width: 100%;
    float: left;
    padding: 8px 24px;
  }
  .bannerWrap span {
    color: #fff;
    text-align: center;
    font-family: "Birzia";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
  }
  .commanderWrap {
    padding: 20px 0;
    float: left;
  }
  .commanderWrap .commanderContent {
    float: left;
  }
  .commanderWrap .commanderContent h2 {
    margin: 0 0 10px 0;
    font-size: 32px;
  }
  .commanderWrap .commanderContent ul {
    list-style: none;
  }
  .commanderWrap .commanderContent ul .commander {
    float: left;
  }
  .commanderWrap .commanderContent ul .commander .cBoxWrap .cBox picture {
    width: 88px;
    height: 88px;
  }
  .commanderWrap .commanderContent ul .commander .cBoxWrap .cBox span {
    color: #202020;
    text-align: center;
    font-family: "Birzia";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .commanderWrap .commanderContent ul .commander .cBoxWrap .cBox span small {
    color: #202020;
    text-align: center;
    font-family: "Birzia";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .commanderWrap .commanderContent ul .commander .cBoxWrap .cBox p {
    color: #202020;
    text-align: center;
    font-family: "Birzia";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    max-height: 76px;
  }
  .commanderWrap .commanderContent ul .commander .cBoxWrap .cBox.active p {
    max-height: 999px;
  }
  .commanderWrap .commanderContent ul .commander .cBoxWrap .cBox.active picture {
    height: 0 !important;
  }
  .commanderWrap .commanderContent .nbs-flexisel-nav-right, .commanderWrap .commanderContent .nbs-flexisel-nav-left {
    display: none;
  }
  .newsWrap {
    width: 100%;
    float: left;
    padding: 70px 0;
  }
  .newsWrap .newsContent {
    width: 100%;
    float: left;
  }
  .newsWrap .newsContent h2 {
    color: #37382f;
    text-align: center;
    font-family: "Birzia";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px; /* 100% */
  }
  .newsWrap .newsContent ul .news {
    width: 100%;
    float: left;
  }
  .newsWrap .newsContent ul .news .cBoxWrap {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .newsWrap .newsContent ul .news .cBox {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row-reverse;
    gap: 16px;
    text-decoration: none;
    padding: 20px;
  }
  .newsWrap .newsContent ul .news .cBox picture {
    width: 100px;
    height: 100px;
    float: left;
    min-width: 100px;
    height: 100px;
  }
  .newsWrap .newsContent ul .news .cBox picture img {
    width: 100%;
    float: left;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .newsWrap .newsContent ul .news .cBox .newsDetails {
    display: flex;
    flex-flow: column;
    max-width: unset;
    gap: 10px;
  }
  .newsWrap .newsContent ul .news .cBox .newsDetails .news-name {
    color: #37382f;
    text-align: right;
    font-family: "Birzia";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 126.316% */
  }
  .newsWrap .newsContent ul .news .cBox .newsDetails .news-text {
    min-width: calc(100% + 115px);
    margin: 23px 0 0 0;
  }
  .newsWrap .newsContent ul .news .cBox .newsDetails .readMore .dropdownBtn {
    width: 10px;
    height: auto;
  }
  .newsWrap .nbs-flexisel-nav-right, .newsWrap .nbs-flexisel-nav-left {
    display: none;
  }
  .contactWrap {
    width: 100%;
    float: left;
    padding: 45px 20px;
  }
  .contactWrap .contactContent {
    width: 100%;
    float: left;
    gap: 40px;
  }
  .contactWrap .contactContent h2 {
    color: #37382f;
    text-align: center;
    font-family: "Birzia";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px; /* 100% */
  }
  .contactWrap .contactContent .contactContainer {
    width: 100%;
    float: left;
    flex-flow: column-reverse;
  }
  .contactWrap .contactContent .contactContainer picture {
    width: 100%;
    float: left;
  }
  .contactWrap .contactContent .contactContainer picture img {
    width: 100%;
    float: left;
  }
  .contactWrap .contactContent .contactContainer .contactformWrap {
    width: 100%;
    float: left;
  }
  footer {
    width: 100%;
    float: left;
    background: url("../images/footermobbg.png");
  }
  footer a {
    width: 112px;
    height: auto;
    float: left;
  }
  footer a img {
    width: 100%;
    float: left;
  }
  footer ul {
    width: 100%;
    float: left;
    flex-flow: column;
  }
  footer ul li {
    color: #fff;
    text-align: center;
    font-family: "Birzia";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
  }
  footer ul li span {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.16);
  }
  /**************************************  about battlion  *************************************/
  .aboutWrap {
    padding: 50px 15px;
    margin: 0 0 30px 0;
  }
  .aboutWrap .aboutSectionContainer {
    flex-direction: column;
    overflow: hidden;
    align-items: center;
  }
  .aboutWrap .aboutSectionContainer article h2 {
    color: #37382f;
    text-align: center;
    font-family: "Birzia";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
  }
  .aboutWrap .aboutSectionContainer article p {
    color: #37382f;
    text-align: center;
    font-family: "Birzia";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
  }
  .aboutWrap .aboutSectionContainer article img {
    width: 140px;
  }
  .aboutWrap .aboutSectionContainer article::after {
    display: none;
  }
  .aboutWrap .aboutSectionContainer .roadMapWrap {
    width: 100%;
    float: left;
    margin-top: 103px;
    margin-bottom: -250px;
    padding: 0 0 60px 0;
  }
  .aboutWrap .aboutSectionContainer .roadMapWrap .roadMap {
    transform: scale(0.55);
    transform-origin: top center;
  }
}
@media screen and (min-width: 701px) and (max-width: 1000px) {
  * {
    box-sizing: border-box;
  }
  header {
    width: 100%;
    float: left;
  }
  header ul {
    width: 100%;
    float: left;
  }
  header ul li span {
    width: 15px;
    float: left;
  }
  .heroHeaderWrap {
    width: 100%;
    float: left;
  }
  .heroHeaderWrap .heroHeaderContainer {
    width: 100%;
    float: left;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent {
    height: 42%;
    top: 200px;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent h1 {
    font-size: 80px;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent span {
    font-size: 18px;
  }
  .bannerWrap {
    width: 100%;
    float: left;
    padding: 0 20px;
  }
  .bannerWrap span {
    font-size: 16px;
    font-weight: 500;
  }
  .aboutWrap {
    padding: 50px 15px;
  }
  .aboutWrap .aboutSectionContainer {
    flex-direction: column;
    overflow: hidden;
    align-items: center;
  }
  .aboutWrap .aboutSectionContainer article::after {
    display: none;
  }
  .aboutWrap .aboutSectionContainer article h2 {
    font-weight: 900;
  }
  .aboutWrap .aboutSectionContainer article p {
    font-weight: 500;
  }
  .aboutWrap .aboutSectionContainer .roadMapWrap {
    width: 100%;
    float: left;
    margin-top: 103px;
    margin-bottom: -169px;
  }
  .aboutWrap .aboutSectionContainer .roadMapWrap .roadMap {
    transform: scale(0.7);
    transform-origin: top center;
  }
  .commanderWrap {
    width: 100%;
    float: left;
  }
  .commanderWrap .commanderContent {
    width: 100%;
    float: left;
  }
  .newsWrap {
    width: 100%;
    float: left;
  }
  .newsWrap .newsContent {
    width: 100%;
    float: left;
  }
  .contactWrap {
    width: 100%;
    float: left;
    padding: 20px;
  }
  .contactWrap .contactContent {
    width: 100%;
    float: left;
  }
  .contactWrap .contactContent .contactContainer {
    width: 100%;
    float: left;
  }
  .contactWrap .contactContent .contactContainer picture {
    width: 60%;
    float: left;
  }
  .contactWrap .contactContent .contactContainer .contactformWrap {
    width: 40%;
    float: left;
  }
  footer {
    width: 100%;
    float: left;
  }
  footer ul {
    width: 100%;
    float: left;
  }
  footer ul li span {
    width: 15px;
    float: left;
  }
  footer .footnoteWrap {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1440px) {
  * {
    box-sizing: border-box;
  }
  @font-face {
    font-family: "Birzia";
    src: url("../fonts/Birzia-Black.woff2") format("woff2"), url("../fonts/Birzia-Bold.woff2") format("woff2"), url("../fonts/Birzia-Light.woff2") format("woff2"), url("../fonts/Birzia-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  .heroHeaderWrap {
    width: 100%;
    float: left;
  }
  .heroHeaderWrap .heroHeaderContainer {
    width: 100%;
    float: left;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent {
    width: 100%;
    float: left;
    height: 25%;
    top: 300px;
  }
  .heroHeaderWrap .heroHeaderContainer .heroHeaderContent .heroBtn {
    bottom: -212px;
  }
  .heroHeaderWrap .heroHeaderContainer .nbs-flexisel-dots {
    top: 750px;
  }
}/*# sourceMappingURL=responsive.css.map */