/* -------------------------- components -------------------------- */
* {
  box-sizing: border-box;
}

body {
  font-family: yb;
  font-variation-settings: "wght" 400;
  background-color: #000;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;

  display: inline-block;
}

span {
  display: inline-block;
}

:root {
  --at-yellow: #fdb913;
}

/* fonts */
@font-face {
  font-family: yb;
  src: url(../fonts/ModamVF.woff) format("truetype");
}

@font-face {
  font-family: yb-en;
  src: url(../fonts/ModamVF.woff);
}

/* fonts */

/* icons */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?hv9su1");
  src: url("../fonts/icomoon.eot?hv9su1#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?hv9su1") format("truetype"),
    url("../fonts/icomoon.woff?hv9su1") format("woff"),
    url("../fonts/icomoon.svg?hv9su1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e919";
  color: #fdb913;
}

.icon-pro-info-1:before {
  content: "\e91a";
  color: #fff;
}

.icon-pro-info-6:before {
  content: "\e91b";
  color: #fff;
}

.icon-pro-info-5:before {
  content: "\e91c";
  color: #fff;
}

.icon-pro-info-4:before {
  content: "\e91d";
}

.icon-pro-info-3:before {
  content: "\e91e";
  color: #fff;
}

.icon-pro-info-2:before {
  content: "\e91f";
  color: #fff;
}

.icon-X:before {
  content: "\e918";
  color: #fdb913;
}

.icon-prev:before {
  content: "\e917";
  color: #fff;
}

.icon-contract:before {
  content: "\e912";
  color: #fdb913;
}

.icon-cooprate:before {
  content: "\e913";
  color: #fdb913;
}

.icon-payment:before {
  content: "\e914";
  color: #fdb913;
}

.icon-products:before {
  content: "\e915";
  color: #fdb913;
}

.icon-transport:before {
  content: "\e916";
  color: #fdb913;
}

.icon-piin:before {
  content: "\e90e";
  color: #fdb913;
}

.icon-phone:before {
  content: "\e90f";
  color: #fdb913;
}

.icon-factory:before {
  content: "\e910";
  color: #fdb913;
}

.icon-email:before {
  content: "\e911";
  color: #fdb913;
}

.icon-play:before {
  content: "\e909";
  color: #fff;
}

.icon-value-4:before {
  content: "\e90a";
  color: #fdb913;
}

.icon-value-3:before {
  content: "\e90b";
  color: #fdb913;
}

.icon-value-2:before {
  content: "\e90c";
  color: #fdb913;
}

.icon-value-1:before {
  content: "\e90d";
  color: #fdb913;
}

.icon-twitter:before {
  content: "\e900";
  color: #fdb913;
}

.icon-linkedin:before {
  content: "\e901";
  color: #fdb913;
}

.icon-instagram:before {
  content: "\e902";
  color: #fdb913;
}

.icon-hamburger-menu:before {
  content: "\e903";
  color: #fff;
}

.icon-facebook:before {
  content: "\e904";
  color: #fdb913;
}

.icon-download:before {
  content: "\e905";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e906";
  color: #fff;
}

.icon-arrow-left:before {
  content: "\e907";
  color: #fff;
}

.icon-arrow-down:before {
  content: "\e908";
  color: #fff;
}

/* icons */
/* ---------header---------- */
.at-haeder-nav {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  border: 0.5px solid #fff;
  border-radius: 50px;
}

.at-header.flex-header {
  position: fixed;
  top: 28px;
  z-index: 1000;
  width: 100%;
}

.at-logo img {
  width: 95px;
  height: 26px;
}

.at-menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
}

.at-menu {
  margin-right: 64px;
}

.at-menu-list li a {
  font-size: 14px;
  font-variation-settings: "wght" 500;
  line-height: 100%;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.at-menu-list li a:hover {
  color: var(--at-yellow);
}

.at-menu-list li a:hover span::before {
  color: var(--at-yellow);
}

.at-menu-list li a span::before {
  font-size: 24px;
  transition: 0.3s;
}

.catalog-dl {
  background-color: var(--at-yellow);
  color: #fff;
  padding: 11px 27px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 50px;
  margin-right: auto;
  font-size: 14px;
  font-variation-settings: "wght" 500;
  transition: 0.3s;
}

.catalog-dl:hover {
  background-color: #000;
}

.catalog-dl span::before {
  font-size: 24px;
  transition: 0.3s;
}

/* ---------header---------- */

/* parallax */

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  /* extra for parallax movement */
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.parallax-section {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* parallax */

/* section head */
.at-sub {
  font-size: 12px;
  font-variation-settings: "wght" 300;
  line-height: 21px;
  color: #fff;
  margin-bottom: 16px;
  border-radius: 50px;
  background-color: var(--at-yellow);
  padding: 2px 26px;
}

.at-sub a {
  color: #fff;
}

.at-title {
  font-size: 34px;
  font-variation-settings: "wght" 500;
  line-height: 46px;
  color: #fff;
}

.at-title-light {
  font-variation-settings: "wght" 100;
  display: inline;
}

.at-title-yellow {
  color: var(--at-yellow);
}

.sec-prg {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.sec-prg span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-variation-settings: "wght" 500;
}

/* section head */

.see-product-btn {
  display: flex;
}

.see-product-btn-content {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding: 3px 20px 3px 5px;
  font-size: 14px;
  font-variation-settings: "whgt" 500;
  line-height: 21px;
  color: #000;
  transition: 0.5s;
}

.spb-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.spb-arrow span::before {
  font-size: 24px;
}

.see-product-btn-content:hover span span {
  animation-name: right-arrow;
  animation-duration: 0.4s;
  /* animation-delay: .3s; */
}

@keyframes right-arrow {
  50% {
    transform: translateX(-50px);
  }

  55% {
    transform: translateY(50px);
  }

  60% {
    transform: translateX(50px);
  }
}

.see-product-btn-content:hover {
  background-color: var(--at-yellow);
}

.see-product-btn-content:hover .spb-arrow {
  background-color: #fff;
}

.see-product-btn-content:hover .spb-arrow span::before {
  color: #000;
}

.at-x-mark {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: transparent;
  border: none;
  display: none;
}

.at-x-mark::before {
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 3px;
  transform: rotate(45deg);
  background-color: #fff;
  border-radius: 50px;
}

.at-x-mark::after {
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 3px;
  transform: rotate(-45deg);
  background-color: #fff;
  border-radius: 50px;
}

.at-bars {
  background-color: transparent;
  border: none;
  width: 30px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: none;
}

.at-bars span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
}

.at-bars::before {
  content: "";
  width: 100%;
  display: inline-block;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
}

.at-bars::after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
}

/* footer */
.at-footer {
  background-color: #000;
}

.at-footer-content {
  padding: 110px 0px 48px 0px;
  border-bottom: 0.5px solid #949494;
  border-top: 0.5px solid #949494;
}

.footer-logo {
  width: 110px;
  height: 30px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.at-footer .sec-head .sec-prg {
  margin-bottom: 21px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 23px;
}

.social-media span::before {
  font-size: 24px;
  transition: 0.3s;
}

.social-media span:hover::before {
  color: #fff;
}

.footer-menus {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
}

.footer-menu-head {
  font-size: 16px;
  font-variation-settings: "wght" 700;
  line-height: 26px;
  color: #fff;
  margin-bottom: 22px;
}

.footer-menu-list ul,
.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-list li {
  margin-bottom: 18px;
}

.footer-menu-list li a {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  transition: 0.3s;
}

.footer-menu-list li a:hover {
  color: var(--at-yellow);
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 0px;
  flex-wrap: wrap;
}

.copyright-itself {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.developer-team a {
  font-size: 14px;
  font-variation-settings: "wght" 500;
  line-height: 26px;
  color: #fff;
}

/* breadcrumb */
.woocommerce-breadcrumb {
  margin-bottom: 125px;
}

.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
}

.woocommerce-breadcrumb a {
  font-size: 12px;
  line-height: 24px;
  font-variation-settings: "whgt" 500;
  color: #a2a2a2;
}

.woocommerce-breadcrumb a::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 12px;
  background-color: #a2a2a2;
  position: relative;
  margin: 0px 10px;
  top: 3px;
}

.woocommerce-breadcrumb span {
  font-size: 12px;
  line-height: 24px;
  font-variation-settings: "whgt" 500;
  color: var(--at-yellow);
  display: flex;
  align-items: center;
}

/* breadcrumb */

/* page head */
.at-page-head {
  padding: 130px 0px 136px 0px;
  position: relative;
}

.at-page-head .sec-head {
  margin-bottom: 56px;
}

.at-page-head .at-sub {
  margin-bottom: 30px;
}

.at-title {
  margin-bottom: 24px;
}

.at-page-head .at-scroll-down {
  bottom: calc(0% - 57.5px);
  right: calc(50% - 57.5px);
}

/* page head */
.at-scroll-down {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  transition: 0.3s;
  position: absolute;
  bottom: 80px;
}

.at-scroll-down img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  animation-name: scroll;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes scroll {
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.scroll-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--at-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-circle span::before {
  font-size: 24px;
}

.at-play {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  transition: 0.3s;
  position: absolute;
}

.at-play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  animation-name: scroll;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes scroll {
  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.play-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--at-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-circle span::before {
  font-size: 15px;
}

.at-form,
.at-form * {
  box-sizing: border-box !important;
  font-family: inherit !important;
}

/* =========================
   INPUT & TEXTAREA
========================= */
.gform-theme--foundation .gform_fields {
  row-gap: 0 !important;
}

.gform-theme--foundation .gform_footer {
  margin-top: 0 !important;
}

.at-form .ginput_container input,
.at-form .ginput_container textarea {
  width: 100% !important;
  height: 46px !important;
  padding: 10px 20px !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 8px !important;
  outline: none !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 16px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 24px !important;
  font-variation-settings: "wght" 300 !important;
  resize: none !important;
  transition: all 0.3s ease !important;
  direction: rtl !important;
}

/* PLACEHOLDER */
.at-form input::placeholder,
.at-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px !important;
}

/* =========================
   FOCUS STATE
========================= */
.at-form input:focus,
.at-form textarea:focus {
  border-color: var(--at-yellow) !important;
  color: var(--at-yellow) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* =========================
   LABEL
========================= */
.at-form label,
.at-form .gfield_label {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #ffffff !important;
  display: block !important;
  margin-bottom: 10px !important;
  direction: rtl !important;
}

/* =========================
   CUSTOM UPLOAD BOX
========================= */
.upload-box {
  width: 123px !important;
  height: 46px !important;
  border-radius: 8px !important;
  border: 1px solid var(--at-yellow) !important;
  background-color: transparent !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 11px !important;
  transition: all 0.3s ease !important;
  color: var(--at-yellow) !important;
  font-size: 14px !important;
  margin: 16px 0 !important;
  position: relative !important;
  cursor: pointer !important;
  z-index: 3 !important;
}

.upload-box:hover {
  background-color: rgba(253, 185, 19, 0.1) !important;
}

/* PLUS ICON */
.file-plus {
  width: 17px !important;
  height: 17px !important;
  position: relative !important;
}

.file-plus::before,
.file-plus::after {
  content: "" !important;
  position: absolute !important;
  background-color: var(--at-yellow) !important;
}

.file-plus::before {
  width: 100% !important;
  height: 1px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.file-plus::after {
  width: 1px !important;
  height: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.upload-text {
  font-size: 12px !important;
  font-variation-settings: "wght" 300 !important;
  color: #ffffff !important;
}

/* =========================
   SUBMIT BUTTON
========================= */
.at-form button[type="submit"],
.at-form input[type="submit"] {
  border: none !important;
  margin-top: 40px !important;
  padding: 12px 32px !important;
  border-radius: 8px !important;
  background-color: var(--at-yellow) !important;
  color: #000000 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.at-form button[type="submit"]:hover,
.at-form input[type="submit"]:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* =========================
   CUSTOM SELECT
========================= */
.custom-select {
  width: 100% !important;
  position: relative !important;
}

.custom-select select {
  display: none !important;
}

.selected-item {
  padding: 10px 18px 10px 20px !important;
  background-color: transparent !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.4s ease !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  direction: rtl !important;
}

.option-list {
  border-radius: 8px !important;
  position: absolute !important;
  top: 105% !important;
  left: 0 !important;
  width: 100% !important;
  padding: 10px 0 !important;
  display: none;
  background-color: #949494 !important;
  z-index: 99 !important;
  border: 1px solid #ffffff !important;
}

.option {
  padding: 12px 15px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-align: right !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #ffffff !important;
}

.option:hover {
  background-color: rgba(253, 185, 19, 0.1) !important;
}

.option:last-child {
  margin-bottom: 0 !important;
}

/* =========================
   TEXT BLOCKS
========================= */
.text,
.sec-prg p {
  font-size: 14px !important;
  line-height: 26px !important;
  color: #ffffff !important;
  direction: rtl !important;
}

/* the arrow in the selected div customization */
.arrow-down {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  transform: rotate(-45deg);
  transition: 0.4s;
  position: relative;
  top: -1px;
}

.arrow-up {
  transform: rotate(136deg);
}

/* accordion design start */

.accordion-item {
  border-bottom: 0.5px solid rgba(216, 216, 216, 0.4) !important;
}

.accordion-item:last-child {
  border-bottom: none !important;
}

.accordion-list-title {
  color: #fff;
  font-size: 24px;
  line-height: 44px;
}

.accordion-list-head {
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
  align-items: center;
}

.accordion-list-head span::before {
  font-size: 36px;
}

.accordion-title-header {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-variation-settings: "wght" 500;
  margin: 0px;
}

.accordion-title {
  background-color: transparent;
  padding: 0px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  gap: 15px;
  padding-bottom: 18px;
  margin-top: 24px;
}

.accordion-content {
  display: none;
  background-color: transparent;
  padding-left: 153px;
  padding-bottom: 20px;
}

.accordion-content .sec-prg-item {
  font-size: 14px;
  font-variation-settings: "wght" 500;
  color: #fff;
}

.deactive-content {
  display: none;
}

.accordion-list {
  margin-bottom: 136px;
}

/* arrow down mark */
.tog-acc::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #a2a2a2;
  border-left: 2px solid #a2a2a2;
  display: inline-block;
  transform: rotate(-45deg);
  transition: 0.3s;
  position: absolute;
  top: -10px;
  left: 5px;
}

.tog-acc {
  display: flex;
  position: relative;
}

.tog-acc-active::after {
  transform: rotate(135deg);
  transition: 0.3s;
  position: absolute;
}

/* plus mark */
.accordions-plus .tog-acc {
  position: relative;
  min-width: 15px;
  height: 15px;
  margin-right: 15px;
}

.accordions-plus .tog-acc::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  transition: 0.4s;
  border: none;
  display: inline-block;
  transform: rotate(0deg);
  top: 0px;
  left: 14px;
}

.accordions-plus .tog-acc::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
}

.accordions-plus .tog-acc-active::after {
  transform: rotate(90deg);
  transition: 0.4s;
}

/* accordion design end */

/* blog item */
.at-blog-item {
  margin-bottom: 92px;
}

.at-blog-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
}

.at-blog-item:hover img {
  transform: scale(1.1);
}

.at-blog-item-pic a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.at-blog-item-pic {
  margin-bottom: 22px;
}

.at-blog-item-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.at-blog-item-info a {
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  transition: 0.4s;
}

.at-blog-item-info a:hover {
  color: var(--at-yellow);
}

.at-blog-item-info span {
  font-size: 12px;
  line-height: 21px;
  color: var(--at-yellow);
  display: flex;
  align-items: center;
}

.at-blog-item-info span::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  margin: 0px 5px;
}

.at-blog-iyem-title a {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-variation-settings: "wght" 500;
  transition: 0.4s;
}

.at-blog-iyem-title a:hover {
  color: var(--at-yellow);
}

/* blog item */
/* product item */
.at-pro-item {
  margin-bottom: 56px;
}

.at-pro-pic {
  position: relative;
  margin-bottom: 22px;
}

.at-pro-pic a {
  overflow: hidden;
}

.at-pro-item-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  padding: 40px 0;
}

.at-pro-item:hover .at-pro-item-bg {
  transform: scale(1.1);
}

.pro-item-vector {
  position: absolute;
  z-index: 2;
  transition: 1s;
  width: 60px;
  height: 65px;
}

.pro-item-vector.first-child {
  top: 10px;
  left: 10px;
}

.at-pro-item:hover .pro-item-vector.first-child {
  left: 60%;
}

.at-pro-item:hover .pro-item-vector.last-child {
  right: 60%;
}

.pro-item-vector.last-child {
  bottom: 10px;
  right: 10px;
}

.at-pro-item-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.at-pro-item-title a {
  font-size: 16px;
  font-variation-settings: "wght" 500;
  line-height: 34px;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}

.at-pro-item-title a:hover {
  color: var(--at-yellow);
}

.at-pro-item-price {
  font-size: 16px;
  line-height: 34px;
  color: var(--at-yellow);
  text-align: center;
}

.product-plp {
  margin-bottom: 220px;
}

/* product item */
/* -------------------------- components -------------------------- */

/* -------------------------- home page -------------------------- */
/* hero */

.at-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(rgba(7, 7, 9, 0.8), rgba(7, 7, 9, 0.8));
}

.at-hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.hero-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.at-hero-head-section {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.at-hero-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 100;
  /* padding-bottom: 105px; */
}

.at-hero-prg {
  font-size: 14px;
  font-variation-settings: "wght" 400;
  color: #fff;
  display: inline-block;
  line-height: 21px;
}

.at-hero-prg:first-child {
  width: 133px;
  text-align: left;
  position: absolute;
  top: 120px;
  right: 0;
}

.at-hero-prg:last-child {
  width: 340px;
  text-align: right;
  position: absolute;
  bottom: 120px;
  left: 0;
}

.at-hero-title {
  font-size: 90px;
  color: #fff;
  margin-bottom: 48px;
  line-height: 120px;
  text-align: center;
}

.at-hero-title span {
  width: 100%;
  text-align: center;
  font-size: 40px;
}

.at-hero-title-light {
  font-variation-settings: "wght" 300;
}

.at-hero-title-bold {
  font-variation-settings: "wght" 700;
}

.at-hero-title-yellow {
  color: var(--at-yellow);
}

/* hero */
/* about us */
.at-home-about-us {
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.brands-swiper {
  height: 200px;
}

.brands-swiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  background-color: #666;
  border-radius: 8px;
}

.brands-swiper img:hover {
  filter: grayscale(0%);
  opacity: 100%;
  background-color: rgba(255, 255, 255, 10);
  border-radius: 10px;
}

.at-home-about-us .at-sub {
  margin-bottom: 35px;
}

.at-home-about-us .sec-prg {
  margin-top: 60px;
}

.at-home-about-us .sec-prg span {
  margin-top: 16px;
}

.at-home-about-us .sec-head {
  margin-bottom: 83px;
  padding-left: 10px;
}

/* about us */

/* home product */
.products-section {
  position: relative;
  /* remove hardcoded 400vh */
  min-height: calc(var(--products-items, 4) * 100vh);
  /* fallback 4 */
  overflow: hidden;
}

.parallax-bg {
  /* position: relative; */
  width: 100%;
  height: 100vh;
  /* sticky wrapper should be viewport height */
  overflow: hidden;
}

.home-products-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.home-products-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.parallax-bg .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home-products-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.products-content {
  position: relative;
  z-index: 2;
}

.at-home-product-item {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  z-index: 1;
  position: relative;
}

.home-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.at-home-product-item .sec-head {
  text-align: right;
  position: relative;
}

.at-home-product-item .sec-head .sec-prg {
  padding-bottom: 18px;
  border-bottom: 0.5px solid #fff;
  margin-bottom: 23px;
}

.at-home-product-item .sec-head .at-sub {
  margin-bottom: 30px;
}

.at-home-product-item .sec-head::before {
  content: attr(data-index);
  display: inline-block;
  font-size: 150px;
  line-height: 100px;
  font-variation-settings: "wght" 700;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 60px;
  right: 0;
  font-family: yb-en;
  z-index: 3;
}

.at-home-product-title {
  font-size: 48px;
  font-variation-settings: "wght" 200;
  line-height: 46px;
  color: #fff;
  margin-bottom: 23px;
}

.at-home-product-bold {
  font-variation-settings: "wght" 700;
  display: inline;
  color: var(--at-yellow);
}

.at-home-product-item-pic img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.at-home-product-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.at-home-product-links-item {
  border-radius: 50px;
  border: 0.5px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 13px;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  transition: 0.3s;
  flex-grow: 1;
  text-align: center;
}

.at-home-product-links-item:hover {
  border-color: var(--at-yellow);
  background-color: rgba(253, 185, 19, 0.1);
  color: var(--at-yellow);
}

.products-progress {
  position: absolute;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-track {
  width: 6px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  width: 6px;
  background: var(--at-yellow);
  transition: transform 0.3s ease;
  border-radius: 3px;
}

.progress-counter {
  font-size: 14px;
  color: #fff;
  font-variation-settings: "wght" 500;
}

/* home product */

/* testimonial */
.home-testimonial {
  background-color: #000;
  /* height: 100vh; */
}

.home-testimonial .sec-head {
  margin-bottom: 20px;
}

.home-testimonial .sec-head .at-sub {
  margin-bottom: 35px;
}

.home-testimonial-content {
  padding: 60px 0px 116px 0px;
}

.at-swiper-btns {
  display: flex;
  gap: 12px;
}

.testi-swiper-button-prev,
.testi-swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--at-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.testi-swiper-button-prev span::before,
.testi-swiper-button-next span::before {
  font-size: 24px;
}

.home-testimonial-swiper .sec-prg {
  margin-bottom: 18px;
}

.testi-profile {
  display: flex;
  align-items: center;
}

.testi-profile-name,
.testi-profile-pos {
  font-size: 16px;
  font-variation-settings: "wght" 500;
  line-height: 24px;
  color: #fff;
}

.testi-profile-pos::before {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 15px;
  background-color: #fff;
  position: relative;
  margin: 0px 5px;
  top: 4px;
}

/* -------------------------- home page -------------------------- */
/* -------------------------- about us page -------------------------- */

.about-us-brand-swiper {
  height: 170px;
}

.about-us-brand-swiper img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  transition: 0.3s;
  filter: grayscale(100%);
  /* opacity: 30%; */
  padding: 10px;
}

.about-us-brand-swiper img:hover {
  filter: grayscale(0%);
  opacity: 100%;
  background-color: rgba(255, 255, 255, 10);
  border-radius: 10px;
}

.about-us {
  background-image: linear-gradient(rgba(7, 7, 9, 0.8), rgba(7, 7, 9, 0.8)),
    url("../img/about-page-head.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 188px;
}

.about-us-section-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-us-section-item .at-title {
  font-size: 30px;
  margin-bottom: 24px;
}

.about-us-section-item {
  margin-bottom: 155px;
}

.about-us-section-item:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.about-us-section-item .sec-head {
  padding-right: 38px;
}

.about-us-section-item:nth-child(2n) .sec-head {
  padding-right: 0;
  padding-left: 38px;
}

.factory-data {
  display: flex;
  gap: 32px;
  align-content: start;
  margin-top: 66px;
}

.fdi-count {
  font-size: 20px;
  line-height: 32px;
  color: var(--at-yellow);
  margin-bottom: 6px;
  display: block;
}

.fdi-title {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.factory-data-item {
  display: flex;
  border-left: 1.5px solid #e8e8e8;
  padding-left: 32px;
}

.factory-data-item:last-child {
  border: none;
}

.about-us-vid>img,
.about-us-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-vid>img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-us-vid {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 600px;
}

.about-us-vid .at-play {
  position: absolute;
}

.about-us-section {
  margin-bottom: 212px;
}

.about-history {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.about-history-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.about-history-bg-cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.extra-sec-prg {
  font-size: 14px;
  line-height: 24px;
  font-variation-settings: "wght" 300;
  color: #fff;
}

.about-history-bg-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.about-history .parallax-text,
.about-history .parallax-image {
  will-change: transform;
  transition: transform 0.1s linear;
}

.at-about-history-item {
  position: absolute;
  z-index: 1111;
  top: 0;
  height: 100vh;
  width: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: transform 0.6s ease; */
}

.at-about-history-item .sec-head {
  text-align: right;
  position: relative;
}

.at-about-history-item .sec-head .sec-prg {
  padding-bottom: 18px;
  border-bottom: 0.5px solid #fff;
  margin-bottom: 38px;
}

.at-about-history-item .sec-head .at-sub {
  margin-bottom: 30px;
}

.at-about-history-item .sec-head::before {
  content: attr(data-index);
  display: inline-block;
  font-size: 150px;
  line-height: 100px;
  font-variation-settings: "wght" 700;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 60px;
  right: 0;
  font-family: yb-en;
  z-index: 3;
}

.about-history {
  margin-bottom: 123px;
}

.at-values-item {
  border: 0.5px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px 52px 42px 52px;
  margin-bottom: 24px;
}

.avic-icon span::before {
  font-size: 66px;
}

.avic-title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-variation-settings: "wght" 500;
  margin: 14px 0px;
}

.at-values {
  margin-bottom: 220px;
}

.at-values .sec-head {
  margin-bottom: 72px;
}

.about-testimonial-content {
  padding-bottom: 116px;
}

/* -------------------------- about us page -------------------------- */
/* -------------------------- contact us page -------------------------- */
.contact-us {
  background-image: linear-gradient(rgba(7, 7, 9, 0.8), rgba(7, 7, 9, 0.8)),
    url("../img/contact-us-page-head.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 188px;
}

.contact-us .sec-head {
  margin-bottom: 88px;
}

.contact-us-info {
  padding-top: 40px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 40px;
}

.contact-us-info-item {
  display: flex;
  gap: 18px;
  max-width: 300px;
  align-items: center;
}

.contact-us-info-item span::before {
  font-size: 38px;
}

.cuiih-address,
.cuiih-email,
.cuiih-postal-code {
  font-size: 14px;
  line-height: 21px;
  font-variation-settings: "wght" 300;
  color: #fff;
}

.cuiih-title {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.contact-with-us-item {
  border: 0.5px solid #d6d6d6;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 28px 34px;
  margin-bottom: 28px;
}

.contact-with-us .sec-head {
  margin-bottom: 66px;
}

.cwui-info-wrapper {
  display: flex;
  justify-content: space-between;
}

.cwui-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cwui-title {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 28px;
  display: block;
}

.cwui-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin: 9px 0px 9px 0px; */
}

.cwui-info-title {
  font-size: 14px;
  line-height: 21px;
  color: var(--at-yellow);
}

.cwui-info-item a,
.cwui-info-item p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.contact-with-us {
  margin-bottom: 90px;
}

.contact-us-form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-form .sec-head {
  margin-bottom: 75px;
}

.contact-us-form .at-form {
  padding-left: 50px;
}

.contact-us-form {
  background-image: linear-gradient(rgba(7, 7, 9, 0.8), rgba(7, 7, 9, 0.8)),
    url("../img/contact-us-page-head.jpg");
  background-size: cover;
  background-position: center;
  padding: 92px 0px 106px 0px;
  margin-bottom: 142px;
}

.at-map iframe {
  width: 100%;
  height: 490px;
  border: 0;
  margin-bottom: 88px;
}

.at-map .social-media {
  justify-content: center;
}

.at-map .container {
  padding-bottom: 95px;
  border-bottom: 0.5px solid #949494;
}

/* -------------------------- contact us page -------------------------- */
/* -------------------------- branches page -------------------------- */
.branches {
  background-image: linear-gradient(rgba(7, 7, 9, 0.8), rgba(7, 7, 9, 0.8)),
    url("../img/branchs-head-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 147px;
}

.at-branches-filters {
  display: flex;
  margin-bottom: 55px;
  column-gap: 10px;
}

.at-branch-item {
  border: 0.5px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 32px 34px;
  margin-bottom: 28px;
}

.at-branch-head {
  padding-bottom: 12px;
  border-bottom: 0.5px solid #f2f2f2;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}

.at-branch-item-title {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  font-variation-settings: "wght" 500;
}

.at-branch-item-city {
  font-size: 14px;
  color: var(--at-yellow);
  display: flex;
  align-items: center;
}

.at-branch-item-city::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: relative;
  margin: 0px 16px;
}

.at-branch-item-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 90px;
  row-gap: 16px;
}

.at-branch-item-info {
  display: flex;
  /* align-items: center; */
  gap: 5px;
}

.at-branch-item-info-title {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.at-branch-item-info-text {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-variation-settings: "wght" 300;
}

.branch-address {
  width: 100%;
}

.at-branches {
  margin-bottom: 135px;
}

/* -------------------------- branches page -------------------------- */
/* -------------------------- faq page -------------------------- */
.faq {
  background-image: linear-gradient(rgba(7, 7, 9, 0.8), rgba(7, 7, 9, 0.8)),
    url("../img/faq-head-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 330px;
}

/* -------------------------- faq page -------------------------- */
/* -------------------------- catalog page -------------------------- */
.catalog {
  background-image: linear-gradient(rgba(7, 7, 9, 0.8), rgba(7, 7, 9, 0.8)),
    url("../img/catalog-head-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 212px;
}

.at-catalog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.at-catalog-item .at-sub {
  margin-bottom: 30px;
}

.at-catalog-item {
  margin-bottom: 100px;
}

.at-catalog-item:last-child {
  margin-bottom: 0;
}

.at-catalog-item:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.at-catalog-item .at-title {
  margin-bottom: 24px;
}

.at-catalog-item .sec-prg {
  margin-bottom: 43px;
}

.at-catalog {
  margin-bottom: 266px;
}

/* -------------------------- catalog page -------------------------- */
/* -------------------------- plp blog page -------------------------- */
.at-search-form input {
  width: 100%;
  height: 100%;
  padding: 6px 10px 6px 40px;
  outline: 0;
  background-color: transparent;
  border: 0.5px solid #fff;
  border-radius: 8px;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 21px;
}

.at-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  height: 42px;
}

.at-search-form button[type="submit"] {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  outline: 0;
  position: absolute;
  left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.at-search-form button[type="submit"] span::before {
  color: #000;
  font-size: 20px;
}

.at-plp-blog-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  direction: ltr;
  margin-bottom: 116px;
}

.page-numbers {
  font-size: 14px;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.page-numbers.current {
  background-color: var(--at-yellow);
}

.page-numbers.next span {
  transform: rotate(180deg);
  color: var(--at-yellow);
}

.page-numbers.next span::before,
.page-numbers.prev span::before {
  color: var(--at-yellow);
}

.page-numbers.next.disabled span::before,
.page-numbers.prev.disabled span::before {
  color: #fff;
}

/* -------------------------- plp blog page -------------------------- */
/* -------------------------- pdp blog page -------------------------- */
.pdp-blog .at-sub {
  margin-bottom: 30px;
}

.pdp-blog .at-title {
  margin-bottom: 24px;
}

.pdp-blog .sec-head {
  margin-bottom: 66px;
}

.pdp-blog-pic {
  height: 555px;
  margin-bottom: 66px;
}

.pdp-blog-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-blog-content-head {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
}

.pdp-blog-content {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.pdp-blog-content p {
  margin-bottom: 25px;
}

.pdp-blog-content h2,
.pdp-blog-content h3,
.pdp-blog-content h4 {
  font-weight: 600;
  margin-bottom: 14px;
}

.pdp-blog-content h2 {
  font-size: 26px;
}

.pdp-blog-content h3 {
  font-size: 22px;
}

.pdp-blog-content h4 {
  font-size: 18px;
}

.pdp-blog-content a {
  color: var(--at-yellow);
}

.pdp-blog-content-info {
  display: flex;
  align-items: center;
}

.pdp-blog-content-info a {
  font-size: 16px;
  line-height: 21px;
  font-variation-settings: "wght" 300;
  color: #fff;
  display: flex;
  align-items: center;
}

.pdp-blog-content-info span {
  font-size: 16px;
  line-height: 21px;
  font-variation-settings: "wght" 300;
  color: var(--at-yellow);
  display: flex;
  align-items: center;
}

.pdp-blog-content-info span::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  margin: 0px 10px;
}

.pdp-blog-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 116px;
  margin-top: 70px;
}

.pdp-blog-breadcrumb {
  margin: 132px 0;
}

.pdp-blog-content-footer .social-media {
  margin-bottom: 0;
}

/* -------------------------- pdp blog page -------------------------- */
/* -------------------------- plp product page -------------------------- */
.product-plp-filters {
  display: flex;
  align-self: center;
  justify-content: space-between;
  margin-bottom: 78px;
  gap: 10px;
}

.at-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}

.product-plp .at-sub {
  margin-bottom: 30px;
}

.product-plp .at-title {
  margin-bottom: 24px;
}

.product-plp .sec-head {
  margin-bottom: 78px;
}

/* -------------------------- plp product page -------------------------- */
/* -------------------------- product category page -------------------------- */
.product-category .at-sub {
  margin-bottom: 30px;
}

.product-category .at-title {
  margin-bottom: 24px;
}

.product-category .sec-head {
  margin-bottom: 78px;
}

.product-category .about-us-vid {
  margin-bottom: 152px;
}

/* -------------------------- product category page -------------------------- */
/* -------------------------- product pdp page -------------------------- */
.product-pdp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-info-2 {
  margin-bottom: 14px;
}

.product-pdp-info .sec-head {
  margin-bottom: 32px;
}

.product-pdp-info-price {
  font-size: 14px;
  font-variation-settings: "wght" 300;
  color: #fff;
  margin-bottom: 67px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-pdp-info-price bdi {
  color: var(--at-yellow);
  font-size: 18px;
}

.product-pdp-info-price bdi span {
  font-size: 14px;
  color: #fff;
}

.product-pdp-info-title {
  font-family: 20px;
  font-variation-settings: "whgt" 500;
  color: #fff;
  margin-bottom: 32px;
}

.product-pdp-info-item {
  margin-bottom: 16px;
}

.product-pdp-info-item-head {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.product-pdp-info-item-head span {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.product-pdp-info-item-head span::before {
  font-size: 20px;
}

.product-pdp-info-item-content {
  font-size: 16px;
  line-height: 21px;
  color: var(--at-yellow);
}

.pdp-product-form .quantity {
  margin-top: 10px !important;
  margin-left: 16px !important;
}

.quantity input {
  background-color: #333;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.pdp-product-form {
  margin-top: 40px;
}

.product-pdp-info {
  margin-bottom: 60px;
}

.product-pdp-description {
  border: 0.5px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 36px 40px 64px 40px;
  margin-bottom: 65px;
}

.product-pdp-description-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-pdp-description-list li {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 16px;
}

.product-pdp-description-list li span::before {
  font-size: 24px;
}

.product-pdp-info-title {
  font-size: 24px;
  font-variation-settings: "wght" 500;
  color: #fff;
}

.product-pdp-testimonial {
  margin-bottom: 160px;
}

.product-pdp-info-box {
  padding-right: 10px;
  width: 100% !important;
}

.single-product-desc {
  margin-bottom: 40px;
}

/* -------------------------- product pdp page -------------------------- */
/* -------------------------- job application page -------------------------- */
.job-application .at-sub {
  margin-bottom: 30px;
}

.job-application .at-title {
  margin-bottom: 24px;
}

.job-application .sec-head {
  margin-bottom: 78px;
}

.job-application-content .sec-prg p {
  margin-bottom: 30px;
}

.application-form {
  border: 0.5px solid #a2a2a2;
  padding: 34px;
}

.application-form-title {
  font-size: 18px;
  font-variation-settings: "wght" 500;
  color: var(--at-yellow);
  margin-bottom: 32px;
}

.job-application {
  margin-bottom: 224px;
}

/* -------------------------- job application page -------------------------- */

.search-page-title {
  margin-bottom: 50px;
}

/*  */
.at-home-product-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* -------------------------- responsive -------------------------- */

@media only screen and (max-width: 1400px) {
  .at-hero-title {
    font-size: 75px;
    color: #fff;
    margin-bottom: 48px;
    line-height: 100px;
  }

  .at-title {
    font-size: 28px;
    font-variation-settings: "wght" 500;
    line-height: 40px;
    color: #fff;
  }

  .at-home-product-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1200px) {
  .at-hero-title {
    font-size: 66px;
  }

  .at-hero-title span {
    font-size: 32px;
  }

  .footer-menus {
    gap: 40px;
  }

  .about-us-section-item .sec-head {
    padding-right: 0;
  }

  .about-us-section-item:nth-child(2n) .sec-head {
    padding-right: 0;
    padding-left: 0px;
  }

  .factory-data-item {
    padding-left: 15px;
  }

  .about-us-brand-swiper {
    height: auto;
  }

  .about-us-vid {
    height: 400px;
  }

  .contact-us-info {
    justify-content: center;
  }

  .contact-with-us-item {
    padding: 28px 20px;
  }

  .faq {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .at-menu {
    margin-right: 0;
    position: fixed;
    right: -100%;
    top: 0;
    width: 320px;
    background-color: var(--at-yellow);
    height: 100vh;
    padding: 30px;
    transition: 0.4s;
  }

  .menu-show {
    right: 0;
  }

  .at-x-mark,
  .at-bars {
    display: flex;
  }

  .at-bars {
    margin-right: 20px;
  }

  .at-x-mark {
    margin-right: auto;
    margin-bottom: 30px;
  }

  .at-menu-list {
    display: block;
  }

  .at-menu-list li {
    margin-bottom: 20px;
  }

  .at-menu-list li a span {
    display: none;
  }

  .at-menu-list li a:hover {
    color: #000;
  }

  .at-hero-title {
    font-size: 56px;
    line-height: 100px;
  }

  .at-hero-title span {
    font-size: 28px;
  }

  .at-home-about-us .sec-prg {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .at-home-about-us .sec-head {
    margin-bottom: 30px;
    padding-left: 10px;
  }

  .at-home-product-item-pic img {
    display: none;
  }

  .at-swiper-btns {
    margin-bottom: 40px;
  }

  .social-media {
    margin-bottom: 30px;
  }

  .about-us-section-item img {
    margin-bottom: 30px;
  }

  .factory-data {
    justify-content: center;
  }

  .products-progress {
    right: 20px !important;
  }

  .at-values {
    margin-bottom: 50px;
  }

  .contact-us-form .at-form {
    padding-left: 0px;
  }

  .product-plp {
    margin-bottom: 30px;
  }

  .product-plp-filters .custom-select {
    width: 200px;
  }

  .pro-info-1 {
    margin-bottom: 40px;
  }

  .product-pdp-testimonial {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-dl {
    background-color: var(--at-yellow);
    color: #fff;
    padding: 11px 11px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 50px;
    margin-right: auto;
    font-size: 10px;
    font-variation-settings: "wght" 500;
    transition: 0.3s;
  }

  .catalog-dl span::before {
    font-size: 20px;
    transition: 0.3s;
  }

  .at-hero-title {
    font-size: 50px;
    line-height: 80px;
  }

  .at-hero-title span {
    font-size: 24px;
  }

  .breadcrumb {
    margin-bottom: 60px;
  }

  .about-us-vid {
    height: 300px;
  }

  .about-us-section {
    margin-bottom: 50px;
  }

  .about-testimonial-content {
    padding-bottom: 50px;
  }

  .contact-us-form img {
    display: none;
  }

  .at-catalog-item img {
    margin-bottom: 40px;
    height: 400px;
  }

  .pdp-blog-content .sec-prg {
    margin-bottom: 50px;
  }

  .pdp-blog-content-footer {
    margin-bottom: 50px;
  }

  .product-plp-filters {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .at-search-form {
    width: 410px;
  }
}

@media only screen and (max-width: 576px) {
  .about-us-section-item img {
    height: 100%;
  }

  .at-about-history-item .sec-head,
  .at-home-product-item .sec-head {
    padding-right: 40px;
  }

  .at-home-product-title {
    font-size: 28px;
  }

  .at-about-history-item .sec-head::before,
  .at-home-product-item .sec-head::before {
    right: 10%;
  }

  .cwui-info-wrapper {
    flex-direction: column;
    gap: 18px;
  }

  .at-map iframe {
    margin-bottom: 50px;
  }

  .at-map .container {
    padding-bottom: 50px;
  }

  .at-branches-filters {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }

  .catalog,
  .at-catalog {
    margin-bottom: 100px;
  }

  .at-plp-blog-filters {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }

  .at-search-form {
    width: 250px;
  }

  .at-search-form input {
    font-size: 12px;
  }

  .pdp-blog-content-footer {
    flex-direction: column;
    row-gap: 30px;
  }

  .at-search-form {
    width: 310px;
  }

  .product-plp-filters .custom-select {
    width: 150px;
  }

  .product-plp-filters .text {
    font-size: 12px;
  }

  .product-pdp-info-item-head span,
  .product-pdp-info-item-content {
    font-size: 14px;
  }

  .product-pdp-description {
    padding: 24px;
  }

  .job-application {
    margin-bottom: 50px;
  }
}

/* -------------------------- responsive -------------------------- */