@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body,
p,
h1,
h2,
h3,
h4,
h5,
ul {
  padding: 0;
  margin: 0;
}

a {
  color: transparent;
  text-decoration: none !important;
}

body {
  width: 100%;
  height: 100vh;
}


.accordion-body {
  width: 100% !important;
  height: 600px;
  overflow: scroll;
}

.tabel__all,
td,
th {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px 20px;
}

.modal-content {
  width: 100%;
  height: max-content;
}

.positions_section {
  position: absolute;
}

.tr_termometr td>img {
  height: 30px !important;
  width: 20px !important;
}

.tr_termometr>td:first-child {
  min-width: 400px;
}

.tr_termometr>td:last-child {
  min-width: 150px;
}

.tr_termometr>td:nth-child(3) {
  min-width: 150px;
}


.packing_table__body tr>td {
  padding: 0px 10px;
  white-space: nowrap;
}

.horizontal_trow {
  transform: rotate(-90deg);
  white-space: nowrap;
  max-width: 100px;
  position: relative;
}

.horizontal_trow p {
  position: absolute;
  right: -90px;
  top: 210px;
}

.horizontal_trow2 p {
  position: absolute;
  right: -70px;
  top: 230px;
}

.horizontal_trow__paking {
  white-space: nowrap;
  height: 205px;
}

.checked_radio td>img {
  height: 25px !important;
  width: 25px !important;
}

.checked_radio td {
  white-space: nowrap;
}

.end1 {
  top: 90px;
}

.end2 {
  top: 90px;
  right: 20px;
}


.img_skeletor img {
  object-fit: contain;
  /* width: 120px !important;
  height: 220px !important; */
}

.fitting_table th,
.fitting_table td {
  padding: 5px 10px !important;
}

#wrapper {
  height: 80vh;
  width: 100%;
  background: url("./images/copper.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
}

.example {
  width: 100vw;
  height: 100vh;
  background-color: #00000098;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page {
  /* text-align: center; */
  width: 50%;
  z-index: 10;
}

.page h1 {
  font-size: 40px;
  line-height: 44px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
}

.page h2 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  color: #fff;
}

/* Navbar */

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: transparent;
  z-index: 99;
}

nav .navbar {
  max-width: 100vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 10px 50px;
}

.navbar.scrolled {
  backdrop-filter: blur(10px)
}

.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.logo img {
  width: 120px;
}

nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}

nav .navbar .links {
  display: flex;
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all ease-in-out .3s;
}

nav .navbar .links li a:hover {
  color: #18C0B3;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .language-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  line-height: 32px;
  background: #fff;
  border-radius: 10px;
  display: none;
  z-index: 2;
  padding: 7px;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .language-sub-menu {
  display: block;
}

.navbar .links li .sub-menu a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.navbar .links li .sub-menu a:hover {
  color: #18C0B3;
}

.navbar .search-box {
  position: relative;
  height: 40px;
  width: 40px;
}

.navbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #000;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #000;
}

.search-box .input-box::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #000;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}

.search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: none;
}

@media (max-width:920px) {

  nav .navbar {
    max-width: 100%;
    padding: 10px 25px;
  }

  nav .navbar .logo a {
    font-size: 27px;
  }

  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
  }

  nav .navbar .links li a {
    font-size: 15px;
  }

  .tabel__all,
  td {
    /* min-width: 200px; */
    width: max-content;
    font-size: 15px;
  }

  .tabel_td__another td {
    min-width: 100px;
    width: max-content;
  }

  .horizontal_trow {
    transform: rotate(-90deg);
    white-space: nowrap;
    max-width: 80px;
    position: relative;
  }

  .horizontal_trow p {
    position: absolute;
    right: -90px;
    top: 150px;
  }

  .horizontal_trow2 p {
    position: absolute;
    right: -20px;
    top: 160px;
  }
}

@media (max-width:800px) {
  .page {
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .page h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  .navbar .bx-menu {
    display: block;
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    height: 100vh;
    background: #493b3b;
    line-height: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .links:last-child {
    width: max-content;
  }

  .logo_small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
  }

  .logo img {
    width: 100px;
  }

  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #fff;
  }

  nav .navbar .links {
    display: block;
    margin-top: 20px;
  }

  nav .navbar .links li .arrow {
    line-height: 15px;
  }

  nav .navbar .links li {
    display: block;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }

  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }

  .sub-menu li>a {
    font-size: 14px !important;
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow,
  .links li:hover .language-arrow {
    transform: rotate(0deg);
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  nav .navbar .links li:hover .language-sub-menu {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .language-sub-menu {
    display: block;
  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow,
  .navbar .nav-links.show2 .links .language-arrow {
    transform: rotate(180deg);
  }

  nav .navbar .links li .sub-menu {
    background: #493b3b;
  }

  .navbar .links li .sub-menu a {
    color: #fff;
  }
}

@media (max-width:370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}

/* Content */
#content {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 80px;
}

.carousel-container {
  display: flex;
  gap: 20px;
}

.carousel-container .item {
  width: calc(100% / 4 - 20px);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 10px;
}

.carousel-container .item .item-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  border-radius: 30%;
}

.carousel-container .item .item-img img {
  width: 200px;
  height: 130px;
  /* object-fit: cover; */
  border-radius: 10px;
}

.item4IMg {
  height: 150px !important;
  width: 220px !important;
}

.carousel-container .item span {
  margin-top: 10px;
  padding: 22px;
  text-align: center;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.carousel_abt {
  padding: 30px 0;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}

.table_ {
  display: flex;
  flex-direction: column;
  font-family: "Rubik", sans-serif;
}

.table_heading {
  color: #fff;
  position: sticky;
  top: 0;
  background-color: #222;
}

.table_heading .main_head {
  padding: 10px;
  text-align: center;
  border: 1px solid #313131;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.table_heading .secondary_head {
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #313131;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.table_content {
  display: flex;
}

.table_content ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  flex: 1;
}

.table_content ul .heading-ul {
  height: 100px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #313131;
}

.table_content ul li {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #313131;
}

@media(max-width:1200px) {
  .carousel-container .item .item-img img {
    width: 200px;
    height: 150px;
  }
}

@media(max-width:992px) {
  .ul {
    align-items: center;
  }

  .carousel-container {
    display: -webkit-box;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }

  .item {
    width: 70% !important;
    scroll-snap-align: center;
  }
}

@media(max-width:760px) {
  .item {
    width: 70%;
  }
}

@media(max-width:478px) {
  .carousel_abt {
    font-size: 16px;
    line-height: 20px;
  }
}


/* Footer */
.footer {
  max-width: 100vw;
  padding: 30px 0;
  background-color: #181818;
}

.footer ul li a {
  color: #fff;
  transition: .2s;
}

.footer ul li:hover a {
  color: #18C0B3;
}

.custom-font {
  font-family: Rubik;
}

.footer-custom-color {
  color: #c9c9c9;
}

.logo-author--card {
  display: block;
  text-align: center;
  width: 75%;
}

.logo-author img {
  width: 150px;
  margin-bottom: 5px;
}

.phone {
  text-decoration: underline;
}

.footer-link {
  cursor: pointer;
  color: #c9c9c9;
}

.footer-link:hover {
  color: #18c0b3;
}

.ul {
  display: flex;
  flex-direction: column;
  align-items: left;
}

/* Modal */
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #151515cc;
}

.modal-table {
  display: flex;
  flex-direction: column;
  background-color: #313131;
  position: relative;
  max-height: 80%;
  max-width: 90%;
}

.modal-table .icon {
  display: flex;
  padding: 10px;
  justify-content: flex-end;
  color: #fff;
}

.modal-table .icon i::before {
  font-size: 23px;
}

.modal-table section {
  background-color: #222;
  border-bottom: 0;
  overflow-y: auto;
}

.modal-table section::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.modal-table section::-webkit-scrollbar-thumb {
  background: #6B6B6B;
}