@font-face {
  font-family: Kalameh;
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Kalameh/woff2/kalamehwebfanum-thin.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/kalamehwebfanum-thin.woff') format('woff'),
    url('../fonts/Kalameh/ttf/kalamehfanum-thin.ttf') format('ttf');
}

@font-face {
  font-family: Kalameh;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Kalameh/woff2/kalamehwebfanum-regular.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/kalamehwebfanum-regular.woff') format('woff'),
    url('../fonts/Kalameh/ttf/kalamehfanum-regular.ttf') format('ttf');
}

@font-face {
  font-family: Kalameh;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Kalameh/woff2/kalamehwebfanum-bold.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/kalamehwebfanum-bold.woff') format('woff'),
    url('../fonts/Kalameh/ttf/kalamehfanum-bold.ttf') format('ttf');
}

@font-face {
  font-family: Kalameh;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Kalameh/woff2/kalamehwebfanum-black.woff2') format('woff2'),
    url('../fonts/Kalameh/woff/kalamehwebfanum-black.woff') format('woff'),
    url('../fonts/Kalameh/ttf/kalamehfanum-black.ttf') format('ttf');
}

/* base  */

:root {
  --color1: #C50001;
  --color2: #C50001;
  --back: #fff;
  --font1: Kalameh;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* navbar */

.navbar-custom {
  background-color: #fff;
  height: 86px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  box-shadow: 0px 4px 8px 0px #11100F26;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
}

.navbar-fill {
  height: 86px;
}

.navbar-logo img {
  width: 116px;
  height: 52px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.nav-item {
  /*margin-left: 30px;*/
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 30px 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.nav-item.dropdown {
  margin-top: -2px;
}

/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--color1);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
}

.navbar-btn {
  font-size: 20px;
  color: #fff;
  height: 55px;
  margin-right: 15px;
  transition: 0.3s;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  background: var(--color1);
  padding: 5px 25px;
  min-width: 191px;
}

.navbar-btn:hover {
  background: #000;
  color: #fff;
}

.navbar-search {
  border: 1px solid #00000040;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 284px;
}

.navbar-search button {
  font-size: 18px;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  transition: 0.3s;
}

.navbar-search button:hover {
  color: var(--color1);
}

.navbar-search input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 15px;
  padding-right: 5px;
}

@media (max-width:767.5px) {

  .navbar-custom {
    height: 75px;
    padding: 10px 0;
  }

  .navbar-fill {
    height: 75px;
  }


  .navbar-logo img {
    width: 85px;
    height: 36px;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-btn {
    font-size: 16px;
    min-width: auto;
    height: 42px;
    border-radius: 14px;
    padding: 5px 20px;
  }

  .navbar-search {
    height: 38px;
    width: 100%;
    order: 3;
    max-width: 100%;
    margin-top: 8px;
  }

  .navbar-search button {
    font-size: 16px;
  }

  .navbar-search input {
    font-size: 14px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .navbar-logo {
    margin-left: 30px;
  }

  .nav-item {
    margin-left: 20px;
  }

  .nav-item a {
    font-size: 15px;
  }


  .navbar-btn-item {
    margin-right: 20px;
    font-size: 14px;
  }
}



/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}



@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color1);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    display: flex;
    margin-left: 10px;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.navbar-btn-badge {
  background: var(--color1);
  width: 15px;
  height: 15px;
  position: absolute;
  left: -3px;
  top: -6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 3px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}




/* basket offcanvas */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  /* visibility: hidden; */
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 20px 0;
  height: 100%;
  overflow: auto;
}

.offcanvas-head {
  padding: 21px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.offcanvas-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #444;
  padding: 0;
}

.basket-item-final {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;
}

.basket-item:last-child {
  border-bottom: 0;
}

.basket-item .product-order-count {
  max-width: 120px;
  height: auto;
  padding: 5px;
  margin-top: 5px;
}

.basket-item .product-order-count input {
  font-size: 16px;
}

.basket-item .product-order-count button {
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 80px;
  height: 115px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.basket-item-info {
  margin-right: 15px;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
  margin-top: auto;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}


.basket-item {
  padding: 15px;
}

.basket-total {
  margin-top: 0;
}

.offcanvas-title {
  font-weight: 600;
  color: #444;
  font-size: 18px;
  margin: 0;
}

#overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 1000;
}


/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-custom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.swiper-pagination-bullet {
  border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}




@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
}


/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}


.animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* home */

.landing-wrap-1 {
  height: 700px;
  background-position: bottom;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
}

.landing-wrap-1-under {
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: -40px;
}

.landing-wrap-1-img {
  width: 100%;
}

.landing-wrap-1-info {
  padding-top: 1rem;
}

.landing-wrap-1-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.landing-wrap-1-text {
  font-size: 18px;
  color: #fff;
  text-align: justify;
  margin-top: 25px;
  line-height: 1.9;
}

.landing-wrap-1-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.landing-wrap-1-btn {
  height: 57px;
  background: #fff;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  gap: 15px;
  transition: 0.3s;
}

.landing-wrap-1-btn:hover {
  opacity: 0.7;
}

.landing-wrap-2 {
  margin-top: 80px;
}

.landing-wrap-2-item {
  display: block;
  background-size: cover;
  background-size: contain;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  user-select: none;
}

.landing-wrap-2-cover {
  width: 100%;
  border-radius: 20px;
  opacity: 0;
  transform: scale(1.05);
}

.landing-wrap-2 .swiper-5 {
  padding: 40px 0;
}

.landing-wrap-2 .swiper-slide {
  transform: scale(.9);
  transition: all 200ms linear;
}

.landing-wrap-2 .swiper-slide-active {
  transform: scale(1);
}

.landing-wrap-2 .swiper-slide-active .landing-wrap-2-cover {
  opacity: 1;
}

.landing-wrap-2-content {
  text-align: center;
  margin-top: 20px;
}

.landing-wrap-2-title {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
}

.landing-wrap-2-text {
  color: #000000;
  font-size: 20px;
  margin-top: 15px;
}

.landing-wrap-3 {
  margin-top: 50px;
}

.landing-wrap-3-top {
  width: 100%;
}

.landing-wrap-3-bottom {
  width: 100%;
}

.landing-wrap-3-body {
  background: #040404;
}

.landing-wrap-3-title {
  font-size: 34px;
  font-weight: 700;
}

.landing-wrap-3-text {
  font-size: 32px;
  margin-top: 5px;
}


.landing-wrap-3-content {
  text-align: center;
  color: #fff;
}


.landing-wrap-circle {
  border-radius: 50%;
  border: 3px solid #fff;
  margin: auto;
  width: 100vh;
  height: 100vh;
  margin-top: 50px;
  position: relative;
  max-width: 800px;
  max-height: 800px;
  display: flex;
}

.landing-wrap-circle::before {
  content: '';
  width: 100%;
  height: 10vh;
  background: #040404;
  position: absolute;
  top: -4px;
}


.circle-body {
  margin-top: 27px;
}


.circle-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: absolute;
  gap: 15px;
}


.circle-item:nth-child(2) {
  top: 40%;
  right: -25%;
}

.circle-item:nth-child(3) {
  top: 75%;
  right: -10%;
}

.circle-item:nth-child(4) {
  bottom: -100px;
  right: 42%;
  flex-direction: column;
}

.circle-item:nth-child(5) {
  top: 75%;
  left: -10%;
  flex-direction: row;
}

.circle-item:nth-child(6) {
  top: 40%;
  left: -20%;
  flex-direction: row;
}

.circle-item:nth-child(7) {
  left: -5%;
  flex-direction: row;
}

.circle-item img {
  width: 105px;
  height: 105px;
}

.circle-item span {
  font-size: 24px;
  color: #fff;
  max-width: 98px;
  text-align: center;
}

.circle-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.circle-item.show {
  opacity: 1;
  transform: translateY(0);
}

.circle-banner {
  width: 100%;
  max-width: 260px;
  margin: auto;
  display: block;
}

.landing-wrap-4 {
  margin-top: 50px;
}

.landing-wrap-4-item {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
}

.landing-wrap-4-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-wrap-4-flex span {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.landing-wrap-4-text {
  margin-top: 10px;
}

.landing-wrap-4-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.landing-wrap-5-body {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  z-index: 9;
}

.landing-wrap-5-right {
  position: absolute;
  right: 60px;
  max-width: 100%;
  height: 100%;
}

.landing-wrap-5-left {
  position: absolute;
  left: 5%;
  max-width: 100%;
  height: 100%;
  z-index: -1;
  top: 120px;
}

.landing-wrap-6 {
  margin-top: 130px;
}

.landing-wrap-6-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.landing-wrap-6-btn {
  height: 57px;
  background: #000000;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  gap: 15px;
  transition: 0.3s;
}

.landing-wrap-6-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

/* respossive all */

@media (max-width:767px) {

  .landing-wrap-1 {
    height: auto;
    align-items: start;
    padding-top: 50px;
  }

  .landing-wrap-1-title {
    font-size: 30px;
    text-align: center;
  }

  .landing-wrap-1-text {
    font-size: 14px;
    margin-top: 20px;
  }

  .landing-wrap-1-btn {
    font-size: 14px;
    height: 38px;
    border-radius: 14px;
    margin-top: 15px;
    margin-left: 15px;
    padding: 5px 15px;
    gap: 5px;
  }

  .landing-wrap-1-img {
    width: 90%;
    display: block;
    margin: auto;
  }

  .landing-wrap-2 {
    margin-top: 50px;
  }

  .landing-wrap-2-content {
    margin-top: 10px;
  }

  .landing-wrap-2-title {
    font-size: 22px;
  }

  .landing-wrap-2-text {
    font-size: 16px;
    margin-top: 15px;
  }

  .landing-wrap-3 {
    overflow: hidden;
    margin-top: 35px;
  }

  .landing-wrap-3-body {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .landing-wrap-3-title {
    font-size: 24px;
  }

  .landing-wrap-3-text {
    font-size: 22px;
  }

  .landing-wrap-circle {
    border-radius: 0;
    border: 0;
    margin: auto;
    width: auto;
    height: auto;
    margin-top: 0;
    max-width: unset;
    max-height: unset;
    z-index: 1;
  }

  .circle-body {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .circle-item {
    gap: 15px;
    position: relative;
    top: 0 !important;
    right: unset !important;
    left: unset !important;
    margin-top: 25px;
    flex-direction: column !important;
    width: 50%;
  }

  .landing-wrap-circle::before {
    content: unset;
  }

  .circle-item span {
    color: #fff;
    max-width: unset;
    font-size: 16px;
  }

  .circle-banner {
    width: 100%;
    max-width: 260px;
    margin: auto;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6 !important;
  }

  .circle-item img {
    width: 75px;
    height: 75px;
  }

  .landing-wrap-4 {
    margin-top: 30px;
  }

  .landing-wrap-4-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .landing-wrap-4-flex img {
    width: 40px;
  }

  .landing-wrap-4-flex span {
    font-size: 18px;
  }

  .landing-wrap-5 {
    overflow: hidden;
    margin-top: 15px;
  }

  .landing-wrap-5-body {
    height: 300px;
  }

  .landing-wrap-5-left {
    left: -48px;
    top: 0;
    object-fit: contain;
    top: 28px;
  }

  .landing-wrap-5-right {
    /*right: -55px;*/
    object-fit: contain;
    /*top: -15px;*/
    width: 50%;
  }

  .landing-wrap-6 {
    margin-top: 30px;
  }

  .landing-wrap-6-title {
    font-size: 18px;
  }

  .landing-wrap-6-btn {
    font-size: 14px;
    height: 38px;
    border-radius: 14px;
    margin-top: 15px;
    margin-left: 15px;
    padding: 5px 15px;
    gap: 5px;
  }

}


/* footer  */

.footer-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  width: 100px;
  height: 80px;
  object-fit: contain;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}

.footer-title span {
  color: var(--color1);
}

.footer-text {
  text-align: justify;
  line-height: 1.8;
  margin-top: 15px;
  color: #000;
  padding-left: 30px;
}

.footer {
  margin-top: 80px;
  background-color: #f1f1f1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.footer-header {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.footer-ul {
  list-style: none;
  padding: 0;
  line-height: 2.4;
  color: #000;
  margin-bottom: 0;
}

.footer-ul i {
  color: var(--color2);
  margin-left: 5px;
}

.footer-ul a {
  color: #000;
  display: flex;
}

.footer-ul a span {
  display: block;
  direction: ltr;
}

.footer-ul a:hover {
  color: var(--color2);
}

.footer-namad {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-namad img {
  border: 2px solid var(--color1);
  background: #000;
  max-width: 120px;
  padding: 10px;
  border-radius: 10px;
}

.footer-bottom {
  margin-top: 50px;
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom a {
  color: #000;
}

.footer-bottom a:hover {
  color: #000;
}

.footer-bottom-item {
  color: #000;
  font-size: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-bottom-item span {
  margin: 0 3px;
}

.footer-social {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-social a {
  width: 35px;
  height: 35px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  padding-top: 6px;
  transition: 0.3s;
  border-radius: 50px;
}


.footer-social .icon-instagram {
  padding-top: 1px;
  padding-right: 2px;
}

.footer-social .icon-telegram {
  font-size: 14px;
}

.footer-social .icon-phone {
  padding-top: 3px;
}

.footer-social a:hover {
  background: var(--color2);
  color: #000;
}

.footer-form-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color1);
}

.footer-form input::placeholder {
  color: #000;
}


.footer-form input {
  height: 60px;
  width: 100%;
  background: transparent;
  outline: none;
  border: 0;
  background: #2C2B2A;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

.footer-form input:focus {
  border-color: var(--color1);
}


.footer-form button {
  background: var(--color2);
  color: #111414;
  height: 50px;
  padding: 5px 25px;
  border: 0;
  outline: none;
  border-radius: 8px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  transition: 0.3s;
}

.footer-form button:hover {
  background: #000;
}


@media (max-width:767px) {

  .footer::before {
    content: unset;
  }

  .footer-header {
    font-size: 16px;
  }

  .footer {
    padding: 30px 0;
    margin-top: 50px;
  }

  .footer-flex {
    flex-direction: column;
  }


  .footer-title {
    font-size: 18px;
    text-align: center;
  }

  .footer-text {
    font-size: 14px;
    text-align: justify;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 30px;
  }

  .footer-ul {
    line-height: 2.5;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-bottom-item {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }

  .footer-namad img {
    width: 100px;
    margin-top: 20px;
  }

  .footer-social {
    margin-top: 5px;
  }

  .footer-bottom {
    padding: 15px 0;
    margin-top: 20px;
  }

  .footer-logo {
    width: 150px;
    height: 70px;
  }
  
  .footer-form-title {
    font-size: 14px;
  }

  .footer-form input {
    height: 42px;
    font-size: 14px;
  }

  .footer-form button {
    height: 36px;
    font-size: 14px;
  }
}
.about-wrap-1-title {

  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.about-wrap-1-title h1 {
  color: var(--color1);
  font-weight: 700;
}
.about-wrap-1-title img{
  max-width: 150px;

}
.about-wrap-1-text{
  line-height: 2.2;
  font-size: 16px;
}
.labal-title{

}