@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

:root {
  --gold-color: #e5dab1;
  --darkGrey-color: #363b3e;
  --mediumGrey-color: #9c9c9c;
  --lightGreyFill-color: #d9d9d9;
  --lightGrey-color: #f2f2f2;
  --darkBlue-color: #010346;
  --blue-color: #00309e;
  --lightBlue-color: #266ef5;
  --skyBlue-color: #bedefc;
  --red-color: #ff1e01;
  --white-color: #ffffff;
  --font-family: "Montserrat", sans-serif;
}

/* Montserrat font styles */
.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

body {
  font-family: "montserrat-font", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.font-size-x-small {
  font-size: 12px;
}

.font-size-small {
  font-size: 14px;
}

.font-size-normal {
  font-size: 16px;
}

.font-size-large {
  font-size: 20px;
}

.font-size-xl {
  font-size: 24px;
}

.font-size-xxl {
  font-size: 32px;
}

.font-size-xxxl {
  font-size: 40px;
}

.font-size-4xl {
  font-size: 68px;
}

/* UI colors */

/* 
text colors
*/
.details-text {
  color: var(--gold-color);
}

.lightblue-text {
  color: var(--lightBlue-color);
}

.white-text {
  color: var(--white-color);
}

.lightblue-text {
  color: var(--lightBlue-color);
}

.darkblue-text {
  color: var(--darkBlue-color);
}

.darkgrey-text {
  color: var(--darkGrey-color);
}

.mediumgrey-text {
  color: var(--mediumGrey-color);
}

.lightgrey-text {
  color: var(--lightGrey-color);
}

.lightgreyfill-text {
  color: var(--lightGreyFill-color);
}

.blue-text {
  color: var(--blue-color);
}

/* button */

.btn-primary,
.btn-light {
  background-color: var(--blue-color);
  padding: 7px 40px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}

.btn-light {
  background-color: #ffffff;
}

.btn-primary:hover {
  background-color: var(--lightBlue-color);
}

.btn-light:hover {
  background-color: #f2f2f2;
}

.btn-ghost {
  outline: none;
  border: 0px;
  background: transparent;
}

.btn:focus,
button:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 black;
}

/* 
background color
*/
.blue-color {
  background-color: var(--blue-color);
}

.lightblue-color {
  background-color: var(--lightBlue-color);
}

.lightgrey-color {
  background-color: var(--lightGrey-color);
}

/* 

header classes

*/
body.topbar-fixed {
  padding-top: 170px;
}

body.topbar-fixed .top-bar {
  position: fixed;
  top: -100%;
  padding-top: 15px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 20px #00000080;
  left: 0;
  z-index: 999;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

body.topbar-fixed.topbar-slide .top-bar {
  top: 0;
}

body.topbar-fixed.topbar-slide .top-bar .slide-form form .btn {
  display: none;
}

body.topbar-fixed .top-bar .nav-bar {
  padding-top: 15px;
  margin-bottom: -15px;
}

body.topbar-fixed .slide-form .row {
  overflow: hidden;
  height: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

body.topbar-fixed .slide-form form .btn {
  margin-bottom: -15px;
}

body.topbar-fixed .slide-form .show .row {
  padding-top: 20px;
  height: 130px;
}

.company-info-top,
body.topbar-fixed .company-info {
  display: none;
}

.devider-top {
  display: none !important;
}

.header-container {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 100px;
}

.logo-image {
  width: 133px;
  height: auto;
}

.logo {
  width: 100%;
  height: auto;
}

.popup-item {
  width: 20px;
  height: 20px;
  margin-left: 22px;
}

.popup-menu {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.eng-language {
  margin-right: 8px;
  margin-bottom: 0;
}

.chi-language {
  margin-left: 8px;
  margin-right: 10px;
  margin-bottom: 0;
}

.header-container-m-responsive {
  display: none;
}

/* nav routes styles */

.nav-bar {
  margin: auto;
  padding-top: 58px;
}

.nav-link-items {
  list-style-type: none;
  border-radius: 40px;
  height: 40px;
  flex-wrap: nowrap;
}

.nav-links {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  cursor: pointer;
  height: 40px;
  flex-grow: 1;
}

.nav-links:not(:last-of-type):not(.active):not(:has(+ .active))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 10px;
  background: white;
}

.nav-links.active {
  background-color: var(--lightBlue-color);
  color: var(--lightGrey-color);
}

.nav-links a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* model page */
.product-search-form .input-group {
  --bs-border-radius: 60px;
  border-radius: var(--bs-border-radius) !important;
  -webkit-border-radius: var(--bs-border-radius) !important;
  -moz-border-radius: var(--bs-border-radius) !important;
  -ms-border-radius: var(--bs-border-radius) !important;
  -o-border-radius: var(--bs-border-radius) !important;
}

.product-search-form .input-group .input-group-text {
  padding: 10px 20px;
  color: var(--darkGrey-color);
}

@media only screen and (max-width: 992px) {
  .logo-image {
    width: 100px;
  }

  .nav-bar {
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 280px;
    background: var(--blue-color);
    padding: 20px;
    padding-top: 70px;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    border-radius: 40px 0 0 40px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    -ms-border-radius: 40px 0 0 40px;
    -o-border-radius: 40px 0 0 40px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
  }

  .nav-bar.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .nav-link-items {
    height: auto;
    flex-direction: column !important;
    gap: 20px;
  }

  .nav-links:not(:last-of-type):not(.active)::after {
    display: none;
  }

  .devider-bar {
    width: 70px;
    height: 10px;
    background: var(--blue-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  /*  */
  .product-carousal {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 992px;
    height: 198px;
    margin: auto;
    margin-bottom: 118px;
  }

  .carousel .carousal-image-container {
    flex: 0 0 calc((33.33% - 48px) / 4);
    list-style: none;
    background: #fff;
    flex-direction: column;
    scroll-snap-align: start;
  }

  .carousal-image-m-responsive {
    background-repeat: no-repeat;
    width: 169px;
    height: auto;
    margin: auto;
    padding: 11px 14px;
    object-fit: cover;
  }

  /*  */
}

/* nav popup  styles*/
.popup-icon-container {
  display: flex;
  padding-right: 27px;
  padding-top: 28px;
  z-index: 300;
}

.popup-icon {
  display: flex;
  cursor: pointer;
  justify-content: end;
}

.popup-hotline {
  margin-right: 13px;
}

.popup-footer {
  padding-bottom: 50px;
}

.modal-dialog {
  max-height: 460px;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.popup-image .modal-body {
  padding-top: 23px;
}

/* banner styles */

.banner-container {
  margin-top: 75px;
  margin-bottom: 63px;
}

.banner-heading {
  margin-top: 12px;
}

.banner-image-container {
  max-width: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
}

/* about us styles */

.about-us-container {
  max-width: 1098px;
  margin: auto;

  margin-bottom: 120px;
  text-align: center;
}

.about-us {
  font-size: 36px;
  margin-bottom: 48px;
}

.about-company-name {
  font-size: 16px;
}

.about-us-description {
  margin-bottom: 40px;
}

.about-us-see-more {
  cursor: pointer;
}

/* slider products */
/*  */

.product-carousal {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1276px;
  height: 198px;
  margin: auto;
  margin-bottom: 118px;
}

.wrapper {
  width: 1120px;
  position: relative;
  overflow: hidden;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.carousal-navigation-container {
  cursor: pointer;
}

.carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;

  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .carousal-image-container {
  cursor: grab;
  user-select: none;
}

.carousel :where(.carousal-image-container, .carousal-image) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousal-image-container {
  flex: 0 0 25%;
  list-style: none;
  background: #fff;
  flex-direction: column;
  scroll-snap-align: start;
}

#right {
  padding-left: 46px;
}

#left {
  padding-right: 46px;
}

.product-carousal-m-responsive {
  display: none;
}

/*  */

/* main products styles */

.main-products-down-arrow-container {
  margin-bottom: 120px;
}

.main-products {
  text-align: center;
  margin-bottom: 20px;
}

.main-products-see-more-container {
  margin-bottom: 72px;
}

.main-products-see-more {
  cursor: pointer;
}

.products-container {
  max-width: 1121px;
  margin: auto;
  margin-bottom: 116px;
}

.product-card-container {
  margin-bottom: 84px;
}

.product-image-container {
  width: 357px;
  height: 292px;
}

.product-image-container>img {
  width: 100%;
  height: 100%;
}

.product-title {
  margin-top: 16px;
  text-align: center;
}

.main-products-down-arrow-container>img {
  display: block;
}

.main-products-m-responsive-down-arrow-container>img,
.products-container-m-responsive,
.product-card-container-m-responsive>div {
  display: none;
}

/* speciality styles */

.speciality {
  padding-top: 95px;
  padding-bottom: 89px;
  margin-bottom: 120px;
}

.speciality-container {
  max-width: 756px;
  margin: auto;
}

.speciality-vertical-line {
  padding: 0 50px;
}

.speciality-text {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0 48px 0 0;
}

.speciality-text-service {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0 24px 0 24px;
}

.speciality-text-innovation {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0 24px 0 24px;
}

.speciality-text-sales {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0 0 0 48px;
}

.speciality-image-container-quality {
  width: 100px;
  height: 100px;
  margin: 0;
  margin: 0 48px 28px 0;
}

.speciality-image-container-service {
  width: 100px;
  height: 100px;
  margin: 0;
  margin: 0 48px 28px 48px;
}

.speciality-image-container-innovation {
  width: 100px;
  height: 100px;
  margin: 0;
  margin: 0 48px 28px 48px;
}

.speciality-image-container-sales {
  width: 100px;
  height: 100px;
  margin: 0;
  margin: 0 0 28px 48px;
}

.speciality-separator-line-container {
  width: 2px;
  height: 40px;
}

.speciality-separator-line {
  width: auto;
  height: auto;
}

.speciality-container-m-responsive>div {
  display: none;
}

/* last news styles */

.news-container {
  max-width: 929px;
  margin: auto;
}

.last-news-see-more {
  cursor: pointer;
}

.news-image-container {
  width: 262px;
  height: 196px;
}

.news-card-title {
  padding-bottom: 26px;
}

.news-card-desc {
  padding-bottom: 30px;
}

.news-card-date {
  padding-top: 5px;
  padding-bottom: 6px;
  width: 117px;
  text-align: center;
  border-radius: 24px;
}

/* footer styles */
.footer-container {
  border-radius: 24px 24px 0 0;
}

.footer-top-container {
  padding-top: 45px;
  padding-bottom: 40px;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
}

/* footer middle styles */

.footer-year-vr-container {
  padding: 0 25px 0 15px;
}

.footer-bottom-container {
  padding: 20px 0;
  background-color: #010346;
}

.footer-middle-contents {
  padding: 38px 60px 38px 20px;
}

@media only screen and (max-width: 992px) {
  body.topbar-fixed .slide-form {
    display: block !important;
  }

  body.topbar-fixed .devider-top {
    display: flex !important;
    margin-bottom: 10px;
  }

  body.topbar-fixed .devider-inside {
    display: none;
  }

  body.topbar-fixed .top-header {
    align-items: start !important;
  }

  .banner-container {
    margin-top: 20px;
    padding-bottom: 120px;
  }

  .header-container {
    padding-bottom: 0;
  }

  .product-image-container {
    width: 169px;
    height: 168px;
  }

  .product-image-container>img {
    width: 100%;
    height: 100%;
  }

  .product-carousal {
    margin-top: 50px !important;
  }

  .mobile-expand-container {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  body.topbar-fixed .slide-form .show .row {
    padding-top: 20px;
    height: 250px;
  }

  .banner-container .banner-heading {
    font-size: 45px;
    max-width: 300px;
  }

  body.topbar-fixed .company-info-top {
    display: block;
    font-size: 14px;
  }

  /* about us */
  .about-us-container {
    margin: auto;
    text-align: start;
    margin-bottom: 60px;
  }

  /* products */
  .product-card-container {
    margin-bottom: 44px;
  }

  /* carousal */
  .product-carousal {
    width: 0;
    height: 0;
    margin-bottom: 0;
  }

  .product-carousal>div {
    display: none;
  }

  .product-carousal-m-responsive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 580px;
    margin: auto;
    overflow: hidden;
    padding: 0 16px;
    margin-bottom: 60px;
  }

  .wrapper-m-responsive {
    width: 100%;
    height: 127px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .carousel-m-responsive {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-m-responsive::-webkit-scrollbar {
    display: none;
  }

  .carousel-m-responsive.no-transition {
    scroll-behavior: auto;
  }

  .carousel-m-responsive.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  .carousel-m-responsive.dragging .carousal-image-container-m-responsive {
    cursor: grab;
    user-select: none;
  }

  .carousel-m-responsive :where(.carousal-image-container-m-responsive,
    .carousal-image-m-responsive) {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousal-image-container-m-responsive {
    flex: 0 0 calc((33.33% - 10px));
    list-style: none;
    padding-right: 20px;
    background: #fff;
    flex-direction: column;
    scroll-snap-align: start;
  }

  .carousal-image-m-responsive {
    background-repeat: no-repeat;
    width: 169px;
    height: auto;
    margin: auto;
    padding: 11px 14px;
    object-fit: cover;
  }

  .carousal-navigation-container-m-responsive {
    cursor: pointer;
    margin-top: 22px;
  }

  .carousal-navigation-m-responsive {
    padding-right: 0;
  }

  #right-mobile {
    padding-left: 10px;
  }

  #left-mobile {
    padding-right: 10px;
  }

  /*  */

  .products-container {
    margin-bottom: 82px;
  }

  .product-image-container {
    width: 169px;
    height: 168px;
  }

  .product-image-container>img {
    width: 100%;
    height: 100%;
  }

  .main-products-m-responsive-down-arrow-container {
    margin-bottom: 44px;
  }

  .main-products {
    text-align: center;
    font-size: 24px;
    margin-bottom: 7px;
  }

  .main-products-see-more-container {
    margin-bottom: 60px;
  }

  .main-products-see-more {
    cursor: pointer;
  }

  /* responsive speciality styles */

  .speciality {
    margin: 0 0 68px 0;
    padding: 0;
  }

  .speciality-container {
    display: flex;
    justify-content: space-between;
  }

  .speciality-container>div {
    display: none;
  }

  .speciality-container-m-responsive {
    max-width: 390px;
    padding: 58px 38px;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .specialities-m-responsive {
    display: flex;
    justify-content: center;
  }

  .specialities-m-responsive>div {
    flex: 1;
    text-align: center;
    /* __new__ */
    background: #ffffff;
    padding: 20px 0;
    margin-left: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .speciality-m-responsive-hr-line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 40px 0;
  }

  .speciality-m-responsive-hr-line-container img {
    max-width: 100%;
    height: auto;
  }

  .speciality-container-m-responsive>div {
    display: flex;
    width: 100%;
    text-align: center;
    /* __new__ */
    gap: 15px;
  }

  .speciality-container-m-responsive>div h2 {
    margin-top: 10px;
  }

  .speciality-container-m-responsive>div img {
    margin-bottom: 13px;
  }

  /* footer styles */
  .telephone-number>span {
    font-weight: 400;
  }

  .footer-address>span {
    font-weight: 400;
  }

  .footer-c-person>span {
    font-weight: 400;
  }

  .footer-middle-contents {
    padding: 38px 40px;
  }
}

@media only screen and (max-width: 576px) {
  .company-info-top h2 {
    font-size: 12px;
  }

  .banner-container {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .banner-image-container {
    max-width: 70%;
    margin-top: 60px;
  }

  /* responsive about us styles */
  .about-us-container {
    max-width: 390px;
    margin: auto;
    text-align: start;
    margin-bottom: 47px;
  }

  .about-us {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
  }

  .about-company-name {
    font-size: 14px;
  }

  .about-us-description {
    margin-bottom: 32px;
    padding: 0 30px;
    font-size: 14px;
    text-align: start;
  }

  .about-us-see-more-container {
    margin-bottom: 47px;
  }

  .about-us-see-more {
    cursor: pointer;
  }

  /* main products responsive styles */

  .main-products-down-arrow-container>img {
    display: none;
    margin-bottom: 0;
  }

  .main-products-down-arrow-container {
    margin-bottom: 0;
  }

  .products-container-m-responsive,
  .main-products-m-responsive-down-arrow-container>img {
    display: block;
  }

  /* carousal image */
  .product-carousal-m-responsive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 390px;
    margin: auto;
    overflow: hidden;
    padding: 0 16px;
    margin-bottom: 60px;
  }

  .carousal-image-container-m-responsive {
    flex: 0 0 calc((50% - 10px));
  }

  /*  */
  /* responsive last news styles */

  .news-image-container {
    width: 358px;
    height: 142px;
  }

  .last-news {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }

  .last-news-see-more-container {
    margin-bottom: 44px !important;
  }

  .last-news-see-more {
    cursor: pointer;
  }

  .last-news-down-arrow {
    margin-bottom: 70px !important;
  }

  .news-card-title {
    padding-bottom: 21px;
  }

  .news-card-desc {
    font-weight: 400;
    padding-bottom: 18px;
  }

  .news-hr-line-container {
    margin: 44px 0 !important;
  }

  .news-card-date {
    width: 117px;
    text-align: center;
    border-radius: 24px;
  }

  .copyright-text {
    padding: 0 30px;
  }
}

/* Riyad */
@media only screen and (max-width: 768px) {
    .product-image-container>img {
        height: auto !important;
    }
}
