/* @font-face { */
/* font-family: "peyda";
  src: url("../font/peydaWeb-light.woff");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
} */
/* @font-face {
  font-family: "peyda";
  src: url("../font/PeydaWeb-Regular.woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}63

@font-face {
  font-family: "peyda";
  src: url("../font/PeydaWeb-Medium.woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "peyda";
  src: url("../font/PeydaWeb-Bold.woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: "peyda";
  src: url("../font/PeydaWeb-Black.woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 900;
} */




@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-Light.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-ExtraLight.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-Regular.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-Medium.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-SemiBold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-Bold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-ExtraBold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 900;
}





@font-face {
  font-family: "arshivo italic";
  src: url("../font/Archivo-ThinItalic.ttf");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-Thin.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-ExtraLight.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 200;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-Light.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-Regular.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-Medium.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-SemiBold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-Bold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-ExtraBold.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 800;
}


@font-face {
  font-family: "arshivo";
  src: url("../font/Archivo-Black.ttf");
  font-style: normal;
  font-display: swap;
  font-weight: 900;
}




:root {
  /* --peyda: "peyda"; */
  --primary-color: #006fff;
  --secondary-color: #ADE872;
  --title-color: rgba(21, 21, 21, 1);
  --gray: rgba(144, 144, 144, 1);
  --Manrope: "Manrope";
  --title-font: "arshivo";
}

body {
  font-family: var(--title-font);
  /* font-family: var(--peyda); */
  background-color: rgb(255, 255, 255);
  margin: 0;
  overflow-x: hidden;
  font-variant-ligatures: none;
  overflow-x: hidden;
  direction: ltr;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.scrollmagic-pin-spacer {
  inset: unset !important;
  margin: unset !important;
  box-sizing: unset !important;
  /* position: unset !important; */
  padding-top: 95px !important;
  padding-bottom: 5px !important;
  transition: all 10s;
  overflow: hidden;
  /* height: auto !important;
    min-height: 100vh !important; */
}


ul {
  padding-inline: 0;
}

*,
*::after,
*::before {
  outline: none;
  border: none;
  text-decoration: none;
  margin-inline: 0;
  margin-block: 0;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-x {
  max-width: 1328px;
  margin: 0 auto;
}


/* header  */
#header {
  z-index: 100;
}

#header .logo {
  width: 185px;
  height: 57px;
}

.header-box {
  background-color: #fff;
  padding: 18px 0px;
}

.header-menu .nav-item {
  border-radius: 20px;
  /* background: #EEF3FF; */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 4px 16px;
  transition: all .3s;
}

.header-menu .nav-item:hover {
  background: #e6edfd;

}

.header-menu .nav-item a {
  transition: all .3s;
  color: #0050bd;
  font-size: 18px;
  font-weight: 4log00;
}

.software-prgh {
  z-index: 2;
}

/* .header-menu .nav-item a:hover {
  color: var(--primary-color);
} */

.left-header {
  gap: 20px;
}

/* mobile menu */
.menu-btn-3 {
  height: 32px;
  width: 40px;
  cursor: pointer;
}

.menu-btn-3 span,
.menu-btn-3 span::before,
.menu-btn-3 span::after {
  background: #004095;
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  margin-top: 13px;

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(deg);
  transform: rotate(180deg);

  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu-btn-3 span::before {
  margin-top: -8px;
}

.menu-btn-3 span::after {
  margin-top: 8px;
}

.menu-btn-3.active span {
  background: transparent;
}

.menu-btn-3.active span::before {
  margin-top: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn-3.active span::after {
  transform: rotate(-45deg);
  margin-top: 0;
}

.mobile-menu {
  position: absolute;
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
  top: 0;
  width: 100%;
  right: 50%;
  transform: translateX(50%);
  background-color: #fff;
  z-index: -1;
  /* overflow-y: scroll; */
}

.mobile-menu-content {
  position: relative;
  z-index: 16;
  top: 120px;
}

.mobile-menu .mobile-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
  padding-top: 16px;
}

.mobile-menu .mobile-list .mobile-list-li .chevron {
  transition: all 0.3s;
}

.mobile-menu .mobile-list .mobile-list-li.open .chevron {
  rotate: 180deg;
}

.mobile-menu .mobile-list .mobile-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-menu .mobile-list .mobile-list-item a,
.collapsible .mobile-menu .mobile-menu-content span {
  transition: all 0.3s;
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
  line-height: 32.4px;
}

.mobile-sub-nav .mobile-sub-list .mobile-sub-item {
  color: #fff !important;
}

.mobile-menu .mobile-list .mobile-list-item svg {
  fill: transparent;
}

.mobile-sub-nav {
  height: fit-content;
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.mobile-list-li.open .mobile-sub-nav {
  max-height: 300px;
}

.mobile-sub-nav .mobile-sub-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
}

.collapsible.collapsible--expanded .mobile-menu {
  height: 100vh;
  overflow: auto;
}

.btn {
  border-radius: 12px;
}

.lang {
  width: 43px;
  height: 43px;
  border: 1.5px solid var(--primary-color) !important;
  transition: all .3s;
  border-radius: 12px;
}

.lang a {
  font-size: 20px;
  color: #004095 !important;
  font-weight: 400;
}

.lang:hover {
  background-color: rgba(232, 242, 255, 1);
}

.support {
  width: 24px;
  height: 24px;
}



.blue-btn span {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}


.no-padding-top {
  padding-top: 0 !important;
}

.hero-section {
  /* padding-top: 32px ; */
  position: relative;
  overflow: hidden;
  /* padding-bottom: 100px !important; */
  /* width: 80vw !important; */
  transition: all .3s;
}

.hero-section-content {
  padding-top: 32px;
  padding-bottom: 64px;
  margin-top: 93px;
  overflow: hidden;
  transition: all .3s;
  /* background-image: url("/themes/adrianweb/img/Hero-bg.png"); */
  /* background-position: center;
  background-repeat: no-repeat; */
  width: 100% !important;
  /* background-size: 100%; */
  /* height: calc(100vh - 93px); */
}

.hero-section-content-mobile {
  background: radial-gradient(49.48% 87.96% at 49.84% 49.81%, #124CAA 0%, #060E25 100%);
  /* min-height: 736px !important; */
  /* height: auto; */
  padding-top: 105px;
  padding-bottom: 64px;
  border-radius: 0px;
  margin-top: 0px;
  overflow: hidden;
  transition: all .3s;
  /* height: 100vh; */
  /* align-items: center; */
}

/* .hero-section .container-x {
  transition: all .3s !important;

} */
/*
.hero-section-content {
  transition: all .3s !important;

} */

.main-logo {
  transition: all .3s !important;

}

.height-100 {
  height: 100vh !important;
}

.hero-right-bg-1,
.hero-right-bg-1-mobile {
  right: 0;
  top: 0;
  mix-blend-mode: color-dodge;
  transition: all 0.3s;

}

.hero-right-bg-1,
.hero-right-bg-2,
.hero-left-bg-1,
.hero-left-bg-2 {
  opacity: 0;
}

.hero-right-bg-2,
.hero-right-bg-2-mobile {
  right: 0;
  top: 0;
  transition: all 0.3s;

}

@supports (mix-blend-mode: color-dodge) {
  .hero-right-bg {
    mix-blend-mode: color-dodge;
  }
}

.hero-left-bg-1,
.hero-left-bg-1-mobile {
  top: 0;
  left: 0;
  mix-blend-mode: color-dodge;
  transition: all 0.3s;
}

.hero-left-bg-2,
.hero-left-bg-2-mobile {
  left: 0;
  bottom: 0;
}

#wrapper {
  /* position: absolute; */
  /* height: 100vh; */
  /* width: 100%; */
  /* min-height: 636px; */
  /* ارتفاع حداقل 636px */
  /* overflow: hidden; */
  position: unset !important;
  display: flex;
  height: fit-content !important;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  /* padding-right: 325px;
    padding-left:325px; */
  /* width: 80%; */
}



#moon {
  width: 560px;
  height: 560px;
  /* background: #001634;
  backdrop-filter: blur(76px); */
  border-radius: 50%;
  /* transition: all 1s; */
  /* mix-blend-mode: color-dodge; */
}

.main-logo,
.main-logo-mobile {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, calc(-50% - 34px));
  transition: all .5s !important;
  /* margin-top: 12px; */
}

.vector1 {
  position: absolute;
  top: 50%;
  transform: translate(calc(50% - -4px), calc(-50% - 117px));
  right: 50%;
  transition: all .3s;
}

.vector2 {
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 60px));
  left: 0;
  transition: all .3s;

}

.vector3 {
  position: absolute;
  bottom: 50%;
  transform: translate(calc(50% + -117px), calc(50% - -107px));
  right: 50%;
  transition: all .3s;

}

.vector4 {
  position: absolute;
  bottom: 50%;
  transform: translate(-8px, calc(50% - -30px));
  right: 0;
  transition: all .3s;
}

.hero-content {
  opacity: 0;
  transition: all .5s;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(calc(-50% + 122px));
  z-index: 3;
}

.hero-content span,
.hero-content h6 {
  color: #ffffff;
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
}

.hero-content-mobile span {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  z-index: 10;
  padding-right: 50px;
  padding-left: 50px;
}


.hero-content-mobile h6 {
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  z-index: 10;
}

.hero-content a {
  justify-content: center;
  position: relative;
  display: flex;
}

.btn-green:hover::before {
  left: -53px;
}

/*
.btn-green:hover::after {
  opacity: 1;
  outline: 5px solid rgba(187, 213, 249, 0.5);
} */

.btn-green {
  gap: 8px;
  display: flex;
  /* outline: 2px solid rgba(124, 201, 75, 0.30); */
  border-radius: 12px;
  overflow: hidden;
  background: #349B12;
  transition: all .3s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.border-green-btn {
  position: absolute;
  transition: all .3s;
  background-color: rgba(124, 201, 75, 0.30);
  border-radius: 12px;
  width: calc(100% + 4px);
  height: calc(100% - 36px);
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0);
}

.btn-green-cnt:hover .border-green-btn {
  box-shadow: 0 0 0 3px rgba(124, 201, 75, 0.30);
}

.border-blue-btn {
  position: absolute;
  transition: all .3s;
  background-color: rgba(187, 213, 249, 0.5);
  border-radius: 12px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0);
}

.btn-blue-cnt:hover .border-blue-btn {
  box-shadow: 0 0 0 3px rgba(187, 213, 249, 0.5);
}

.blue-btn {
  padding: 8px 12px;
  gap: 8px;
  display: flex;
  /* outline: 2px solid rgba(187, 213, 249, 0.5); */
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 58, 133, 1);
  transition: all .3s;
}


.btn-green::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -79px;
  width: 186px;
  height: 186px;
  opacity: 1;
  border-radius: 100%;
  transition: all .3s;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  background-color: var(--secondary-color);
}


.blue-btn {
  position: relative;
}

.blue-btn:hover::before {
  left: -40px;
}

/*
.btn-green:hover::after {
  opacity: 1;
  outline: 5px solid rgba(187, 213, 249, 0.5);
} */



.blue-btn::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -63px;
  width: 100px;
  height: 100px;
  opacity: 1;
  border-radius: 100%;
  transition: all .3s;
  filter: blur(25px);
  -webkit-filter: blur(25px);
  background-color: rgba(0, 111, 255, 1);
  /* background-image: linear-gradient(to right, rgba(12, 209, 93, 1), rgba(9, 139, 63, 1)); */
}

/* .btn-green::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  opacity: 0;
  outline: 5px solid transparent;
  transition: all .3s;
  background-image: linear-gradient(to right, rgba(12, 209, 93, 1), rgba(9, 139, 63, 1));
} */

.overlay-image {
  margin-bottom: 12px;
  transition: all .3s;
  bottom: 50%;
  position: absolute;
  transform: translate(-50%, calc(-50% - 34px));
  left: 50%;
  z-index: 3;
}

.hero-img-bg {
  height: 687px;
  height: 687px;
}

.gradient-text {
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 97, 223, 1), rgba(120, 210, 255, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .overlay-image span {
  line-height: 68px;
  font-size: 54px;
  font-weight: 800;
  word-spacing: 2px;
} */

.overlay-image .text-gradient {
  /* font-size: 72px; */
  background: linear-gradient(90deg, #0061DF 0%, #78D2FF 37.64%);

  /* background: -webkit-linear-gradient(#eee, #333); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .background-circle {
  position: relative;
  width: 991px;
  height: 762px;
  background: radial-gradient(circle, rgba(0, 22, 52, 1) 0%, rgba(0, 22, 52, 0) 100%);
  filter: blur(76px);
  border-radius: 50%;
  transform: rotate(-90deg);
} */

.hero-section .container-x {
  overflow: hidden;
  transition: all 0.3s;
}

#wrapper {
  position: unset !important;
}

.hero-section .container-x.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.copy-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  /* نمایش بر اساس اسکرول */
  visibility: hidden;
}

.copy-header {
  position: relative;
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}

.hero-section-content.height-100 {
  height: 100%;
}

.hero-section.no-padding-top {
  padding-top: 0;
}

.hero-section-content.no-border-radius {
  border-radius: 0;
}

.circle,
.circle-mobile {
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translate(-50%, 0);
  width: 2300px;
  height: 2300px;
}

/* .unst{
  position: unset !important;
  transition: all 0.5s ease;
} */

.img-icon {
  border-radius: 12px;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-icons {
  border: 1px solid rgba(0, 84, 192, 1);
  border-radius: 24px;
  width: fit-content;
  padding: 13px;
  background: rgba(0, 58, 133, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  /* animation: rotate 3s infinite; */
}

.bg-icons span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.green-bg-icon {
  background: linear-gradient(217.05deg, #009650 14.23%, #1EFF96 86.18%);
}

.blue-bg-icon {
  background: linear-gradient(217.05deg, rgba(0, 132, 255, 1)0 14.23%, rgba(120, 203, 255, 1) 86.18%);
}

.icon1,
.icon1-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + -300px), calc(-50% + -16px));
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;
  z-index: 3;
}

.icon1 .bg-icons,
.icon1-mobile .bg.icons {
  animation: rotate11 2.7s infinite;

}

.icon2,
.icon2-mobile {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(calc(50% - 256px), calc(50% - -95px));
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;
  z-index: 3;

}

.icon2 .bg-icons,
.icon2-mobile .bg.icons {
  animation: rotate12 3s infinite;
}

.icon3,
.icon3-mobile {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(calc(50% - -176px), calc(50% - -88px));
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;
  z-index: 3;

}

.icon3 .bg-icons,
.icon3-mobile .bg.icons {
  animation: rotate13 3.3s infinite;
}

.icon4,
.icon4-mobile {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 300px), calc(-50% + -28px));
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;

}

.icon4 .bg-icons,
.icon4-mobile .bg.icons {
  animation: rotate14 3.6s infinite;
}

@keyframes rotate11 {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-7deg);
  }

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

@keyframes rotate12 {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-10deg);
  }

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

@keyframes rotate13 {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-13deg);
  }

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

@keyframes rotate14 {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-16deg);
  }

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

/* services */

.border-right {
  width: 67px;
  height: 6px;
  border-radius: 28px;
  background-image: linear-gradient(to right, rgba(14, 255, 112, 1), rgba(255, 255, 255, 0));
}

.border-left {
  width: 67px;
  height: 6px;
  border-radius: 28px;
  background-image: linear-gradient(to left, rgba(14, 255, 112, 1), rgba(255, 255, 255, 0));
}


.title-name h6 {
  font-weight: 800;
  font-size: 36px;
  line-height: 140%;
  color: var(--title-color);
  text-transform: capitalize;
  letter-spacing: -1px;
  font-family: var(--title-font);
}

.title-desc span {
  color: var(--gray);
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}

.services-items {
  margin-top: 40px;
  row-gap: 34px;
}

.service {
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 1);
  padding: 8px;
  gap: 59px;
  transition: all .3s;
}

.service:hover {
  box-shadow: 0px 12px 13.4px 0px rgba(0, 178, 255, 0.12);
}

.services-icon {
  width: 76px;
  height: 76px;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all .3s;
  background: linear-gradient(217.05deg, #002389 14.23%, #0050D1 86.18%);
  border-radius: 16px;
}

.services-icon img {
  padding: 8px;
  object-fit: none;
}

/*
.services-icon:hover {
  transform: scale(1.1);
} */

.m-sections {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-sections {
  padding-top: 123px;
}

.w-fit-content {
  width: fit-content !important;
}



/* why shtc */
#why {

  margin-top: 72px;
}

#why .container-x {
  padding: 47px;

  border-radius: 36px;
  background: linear-gradient(100deg, #eef2f8 0.52%, #EAF3FF 99.48%);
}

.why-shtc-section .right-sec a span {
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
  z-index: 2;
  color: #fff;
}

.why-shtc-section {
  margin-top: 55px;
}

.why-prgh h1 {
  color: #151515;
  font-size: 36px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: var(--title-font);
}

.why-prgh span {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

#why .vector-bg {
  right: 50%;
  transform: translate(50%, 26px);
  bottom: 19px;
}

.why-bg-gradient {
  width: 830px;
  height: 373px;
  flex-shrink: 0;
  border-radius: 830px;
  background: #0170FF;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  right: 50%;
  transform: translate(50%, -138px);
  bottom: -100%;
}

.why-anime {
  width: 628px;
  height: 442px;
  border-radius: 48px;
}

.why-shtc-section .right-sec-praghragh span {
  font-weight: 400;
  font-size: 18px;
  line-height: 32.4px;
  color: rgba(80, 80, 80, 1);
}

.why-shtc-section .left-sec .riht-bg {
  position: absolute;
  right: -22px;
  top: 52px;
  mix-blend-mode: difference;
}

/* .why-shtc-section .left-sec .main-img{
  position: absolute;
} */

.why-shtc-section .left-sec .left-bg {
  position: absolute;
  left: -7px;
  mix-blend-mode: difference;
  top: 50%;
  transform: translateY(calc(-50% - 20px));
}

.mobile-device-why .left-sec img.riht-bg {
  position: absolute;
  mix-blend-mode: difference;
  top: 19px;
  scale: .9;
  right: 63px;
}

.mobile-device-why .left-sec img.left-bg {
  position: absolute;
  mix-blend-mode: difference;
  top: 150px;
  scale: .9;
  left: 63px;
}

.mobile-device-why .d-lg-none {
  height: 350px;
}

/* tools section */
.tools-section {
  margin-top: 96px;
}

.tools-section img {
  opacity: .37;
  filter: grayscale(1);
  transition: all .3s;
  scale: .9;
}

.tools-section .col:hover img {
  opacity: 1;
  filter: grayscale(0);
}



/* roud-map */
.timeline-img {
  width: 375px;
  height: 375px;
}

/* .timeline-main-img{
  width: 374px;
  height: 374px;
} */
/* .timeline-img img{
  border-radius: 50%;
} */

.timeline-content-slider {
  margin-top: 28px;
  padding-right: 27px;
}


.timeline-title span {
  font-weight: 900;
  font-size: 24px;
  line-height: 33.6px;
  color: var(--title-color);
}

.timeline-item span {
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
  color: var(--gray);
}

.time-line-circle {
  border: 2px solid rgba(0, 103, 246, 1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slick-slider {
  overflow: hidden;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 374px;
  /* عرض تصویر اصلی */
  height: 374px;
  /* ارتفاع تصویر اصلی */
}

.image-original {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  /* لایه بالایی */
  border-radius: 50%;
  scale: .9;
  /* اگر تصویر گرد باشد */
}

.image-blurred {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  /* بزرگ‌تر کردن تصویر زیری */
  width: 100%;
  height: 100%;
  /* filter: blur(10px);  */
  z-index: 1;
  border-radius: 50%;
}

.timeline-img .bg-gradient {
  /* background: radial-gradient(circle, rgb(255 255 255) 100%, rgb(255 255 255) 50%, rgb(255 255 255) 0%) !important; */

  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%) scale(1); */
  /* width: 160%; */
  /* height: 160%; */
  /* opacity: .3; */
  /* z-index: 22;
  border-radius: 50%; */
  /* border-radius: 374px; */
  /* background: radial-gradient(black, transparent); */
  /* backdrop-filter: blur(6px);
  background: radial-gradient(ellipse at center,
          rgba(255, 255, 255, 1) 30%,
          rgba(255, 255, 255, 0) 70%) !important;
  position: absolute;
  width: 120%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 120%;
  z-index: 3; */
  /* filter: blur(60.599998px); */

  /* filter: blur(10px);
  background: radial-gradient(circle, rgba(23, 23, 23, 0) 30%, rgba(23, 23, 23, 1) 60%, rgba(23, 23, 23, 1)) 100%;
  position: absolute;
  width: 110%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 110%;
  z-index: 20; */
}

/* .timeline-img::before {
  content: '';
  position: absolute;
  top: 50%;
  left:50%;
 transform: translate(-50%,-50%);
 background: rgb(255 255 255 / 35%);
  border-radius: 50%;
  z-index: 2;
  width: 130%;
  height: 130%;
  filter: blur(10px);
  background: radial-gradient(circle, rgba(23, 23, 23, 0) 30%, rgba(23, 23, 23, 1) 60%, rgba(23, 23, 23, 1)) 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), 0 0 80px rgba(0, 0, 0, 0.1);
} */
.img-shadow {
  background: radial-gradient(transparent 0%, #eef2f9 50%, #eef2f9 100%);
  position: absolute;
  z-index: 3;
  height: 170%;
  width: 170%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .timeline-slider {
  border-top: 2px solid rgba(210, 216, 224, 1);
} */
.timeline-border {
  background-color: rgba(210, 216, 224, 1);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 83px;
}

.line {
  width: 2px;
  height: 31px;
  background-color: rgba(210, 216, 224, 1);
  transition: all .3s;
}


/* .timeline-slider .slick-slide.slick-current.slick-active .line {
  background-color: rgba(0, 103, 246, 1);
  transition: all .3s;
} */

/* .timeline-slider .slick-slide.slick-current.slick-active .timeline-item-year {
  border: 2px solid rgba(0, 103, 246, 1);
  border-radius: 12px;
  transition: all .3s;
  animation: borderFull 7s forwards;
  -webkit-font-smoothing: antialiased;
} */
/* .timeline-slider .slick-slide.slick-current.slick-active::before {
  content: "";
  position: absolute;
  top: -0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  transition: all .3s;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0067F6 50%, rgba(255, 255, 255, 0) 100%);
} */

.timeline-slider .slick-track .slick-slide.slick-current.slick-active .active-style {
  opacity: 1;
  /* transform: translateX(0); */
  transition: all 1s;
  /* animation: anime 7s infinite; */

}

/* .timeline-slider .slick-track .slick-slide.slick-active:last-child .active-style{
  animation: none;
} */
.active-style {
  position: absolute;
  transition: all .4s;
  bottom: 0;
  height: 82px;
  margin-bottom: 2px;
  opacity: 0;
  z-index: 999 !important;
}

.slick-slider {
  position: relative;
}



/* .timeline-slider .slick-slide .active-style {
  position: absolute;
  opacity: 0;
  z-index: 3;
  height: 100%;
} */

.active-border {
  /* content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
  width: 100px;
  z-index: 999 !important;
  height: 2px;
  /* animation: anime 7s forwards; */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0067F6 50%, rgba(255, 255, 255, 0) 100%);
}

.active-line {
  width: 2px;
  height: 32px;
  background-color: rgba(0, 103, 246, 1);

}


.roud-map-btn-slider-line {
  border: 1px solid rgba(203, 203, 203, 1);
  position: absolute;
  width: 100%;
  top: 47px;
  z-index: -1;

}

.rec-active {
  border-radius: 12px;
  position: absolute;
  height: 49px;
  /* width: 115px; */
  border: 2px solid rgba(0, 103, 246, 1);
  bottom: -1px;
}

.ah-tab {
  position: relative !important;
}

/* @keyframes anime {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(-211px);
  }

} */

.timeline-slider .slick-slide .timeline-item-year {
  border: 2px solid rgb(210 216 224);
  border-radius: 12px;
  transition: all .3s;
  cursor: pointer;
}

.timeline-item-year {
  padding: 12px 24px;

}

.slick-track {
  transition: transform 0.6s ease-in-out;
}

.timeline-slider .slick-slide {
  display: flex !important;
  justify-content: start;
  transition: all .3s;
}

.timeline-slider .slick-current {
  position: relative;
}



.timeline-item {
  transition: all .3s;
  cursor: pointer;
  /* margin-top: 48px; */
}

/* @keyframes animte {
  0{
      transform: trans;
  }
} */

.timeline-content-slider ul.slick-dots li button {
  text-indent: -9999px;
}

/* .timeline-content-slider ul.slick-dots li.slick-active button:after {
  background: linear-gradient(90deg, #0EFF70 0%, #006CFF 100%);
  content: "";
  top: 0;
  right: 0px;
  height: 4px;
  position: absolute;
  animation: dotFull 7s forwards;
  -webkit-font-smoothing: antialiased;
  border-radius: 24px;
} */

/* .timeline-content-slider ul.slick-dots li.slick-active button {
  width: 342px;
  background: rgba(210, 216, 224, 1);
  height: 4px;
  border-radius: 24px;
} */

.timeline-content-slider ul {
  display: flex !important;
}

/* .timeline-content-slider ul.slick-dots li {
  opacity: 0;
  position: absolute;
  transition: all .5s;
  top: 50%;
  transform: translateY(calc(50% - 48px));
  right: 0;
  height: 2px;
  opacity: 1;
} */

.timeline-content-slider ul {
  margin-bottom: 0;
}

.timeline-content-item .timeline-item {
  margin-top: 48px;
}

@keyframes dotFull {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.timeline-content-item h6 {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: rgba(113, 113, 113, 1);
}




/* blogs */
#blogs {
  background-color: rgba(246, 249, 254, 1);
}

.read-more {
  gap: 5px;
}

.read-more span {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-color);
  line-height: 36px;
}

#blogs .read-more {
  height: 36px;
  transition: all .3s;
}

#blogs .read-more:hover .main-text {
  margin-top: -36px;
}

#blogs .read-more:hover .main-text-hover {
  margin-bottom: 18px;
}

.main-text-hover,
.main-text {
  transition: all .3s;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  padding: 8px 14px;
}

.main-text:hover {
  background-color: rgb(255 255 255 / 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 20px;
}

.main-text-hover {
  margin-bottom: -36px;
}

.blog {
  margin-top: 86px;
}

.footer-content ul {
  gap: 20px;
}

.blog-items {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 24px;
  padding: 12px;
  gap: 20px;
  transition: all .3s;
}

.blog-items:hover {
  box-shadow: 0px 10px 13.4px 0px rgba(0, 178, 255, 0.12);

}

.blog-img {
  /* width: 378px; */
  height: 251px;
  border-radius: 24px;
  position: relative;
}

.blog-gradient {
  position: absolute;
  bottom: 0;
  height: 66px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.calender {
  position: absolute;
  bottom: 0;
  padding: 12px 20px;
}

.calender span {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}

.blog-items-title {
  font-weight: 900;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--title-color);
  padding-bottom: 8px;
}

.blog::-webkit-scrollbar,
#roud-map::-webkit-scrollbar {
  display: none;
}

/* footer */
#footer {
  margin-top: 100px;
  background: rgba(0, 4, 17, 1);
  padding-top: 56px;
}

.logo-footer {
  width: 237px;
  height: 73px;

}

.bg-footer {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);

}

.bg-footer img {
  mix-blend-mode: color-dodge;
  opacity: .7;
}

span.footer-pragraph {
  margin-top: 28px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.header-menu ul {
  gap: 12px;
}

#footer .footer-menu {
  margin-top: 31px;
  gap: 20px;
}

.footer-text-cnt {
  gap: 28px;
}

.footer-menu li {
  padding: 4px 16px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 20px;
  transition: all .3s;
}

.footer-menu li:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.footer-menu li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  transition: all .3s;
}

.footer-menu li a .main-text {
  color: #fff;

}



.line1-footer-gradient,
.line2-footer-gradient {
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 108, 255, 0) 12.15%, #006CFF 56.07%, rgba(0, 108, 255, 0) 100%);
  box-shadow: 0px 0px 7.5px 0px rgba(0, 170, 255, 0.52);

}

.line2-footer-gradient {
  margin-top: 22px;
}

.social-media {
  margin-top: 28px;
  gap: 30px;
}

.social-media a {
  height: 27px;
  transition: all .3s;
}

.social-media a:hover {
  transform: translateY(-6px);
}

.social-media a img {
  transition: all .3s;
}

.social-media a:hover .main-icon {}

.social-media a:hover .main-icon-hover {
  margin-bottom: 27px;
}



.copy-right {
  padding-bottom: 24px;
  margin-top: 25px;
}

.copy-right>span,
.adrian-logo .adrian-text>span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(122, 166, 239, 1);
  line-height: 120%;
}

#header nav:not(.main-page) .header-box {
  padding-right: 323px;
  padding-left: 323px;
}

.adrian-logo {
  margin-top: 12px
}

.adrian-logo .w-fit-content {
  transition: all 0.3s;
  overflow: hidden;
}

.adrian-logo .w-fit-content:hover {
  opacity: 1;
}

.adrian-text {
  transition: all .3s;
  transform: translateX(40px);
  opacity: 0;
  z-index: 0;
}

.adrian-logo .w-fit-content:hover .adrian-text {
  transform: translateX(0px);
  opacity: 1;
}

.adrian-logo .adrian-text .adrian {
  font-size: 12px;
  font-weight: 900;
  line-height: 21.6px;
  color: #fff;
}

.adrian-logo img {
  background: #000411;
  z-index: 2;
  transform: translateX(-64px);
  transition: all .3s;
}

.adrian-logo:hover img {
  transform: translateX(0px);
}

.top-footer-gradient {
  top: -50px;
}

.timeline-vectore {
  position: absolute;
  top: 81px;
  /* opacity: .6; */
  mix-blend-mode: multiply;
  width: 100%;
  left: 0;
}

.footer-logo-cnt {
  justify-content: center;
  display: flex;
  height: fit-content;
  overflow: hidden;
}

/* #footer>.container-x{} */
/* breadcrumb */
.breadcrumb {
  padding-top: 124px;
}

.disable-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(144, 144, 144, 1);
}

.active-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.breadcrumb .disable {
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  color: var(--gray);
}

.breadcrumb .active {
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  color: var(--primary-color);
}



/* about page */
#about {
  margin-top: 90px;
  padding-bottom: 91px;
}

.about-pragraph {
  margin-top: 36px;
}

.about-pragraph span {
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
  color: rgba(80, 80, 80, 1);
}

.about-logo-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about .bg-icons {
  border: unset;
  border-radius: 24px;
  width: fit-content;
  padding: 10px;
  background: #e9eff8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  /* animation: rotate 3s infinite; */
}

#about .bg-icons span {
  color: rgba(50, 50, 93, 1);
  font-weight: 500;
}

#about .about-icon1 {
  position: absolute;
  top: calc(50% + -71px);
  left: 43px;
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;
  scale: .9;
}

#about .about-icon2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-9px, 10px);
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;
  scale: .9;
}

#about .about-icon3 {
  position: absolute;
  bottom: 149px;
  right: 46px;
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;
  scale: .9;
}

#about .about-icon4 {
  position: absolute;
  top: 0;
  right: 219px;
  rotate: 5deg;
  Width: 100px;
  Height: 136px;
  transition: all 1s;
  scale: .9;
}

#hero-section {
  /* height: 50%; */
  transition: all .3s;
  /* display: flex;
justify-content: center; */
}

/* .scrollmagic-pin-spacer{
  height: 100vh !important;
  min-height: 100vh !important;
} */

/* .hero-section .container-x {
    transition: all .3s  linear;
}

.hero-section.expanded .container-x {
    padding-right: 0;
    padding-left: 0;
    transition: all .3s  linear;
}

.overlay-image {
    transition: all .3s linear !important;
}

.hero-section-content {
    transition: all .3s linear;
}

.hero-section-content.expanded {
    border-radius: 0;
    height: 100vh;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    transition: all .3s  linear;
} */

.gap-20 {
  gap: 20px;
}

.gap-12 {
  gap: 12px;
}

.row-gap-12 {
  row-gap: 12px;
}

/* contact us page */
#contactUs .title-desc {
  margin-top: 20px;
}

.contact-info {
  margin-top: 54px;
}

.contact-info .row {
  row-gap: 28px;
}

.first-row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.left-contact-page dotlottie-player {
  height: 396px;
  width: 294px;
}

.contact-info-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 12px 12px 20px;
  transition: all 0.3s;
}

.contact-info-box:hover {
  box-shadow: 0px 12px 13.4px 0px rgba(0, 178, 255, 0.12);
}

.contact-info-icon {
  border-radius: 8px;
  background-color: #dadee3;
  width: fit-content;
  transition: all 0.3s;
}

.contact-info-box:hover .contact-info-icon {
  background-color: var(--primary-color);
}

.contact-info-icon img {
  width: 29px;
  height: 29px;
}

.contact-info-icon {
  padding: 5px;
}

.info-form {
  background-color: #ffff;
  border-radius: 24px;
  padding: 28px 12px;
}

.info-form .title-name h6 {
  margin-bottom: 8px !important;
}

.info-form .title-name h6,
.map h6 {
  font-size: 28px;
}

form label {
  font-size: 16px;
  line-height: 28.8px;
  color: #909090;
  font-weight: 500;
}

form input {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 16px;
}

form textarea {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 16px;
  resize: none;
}

.contact-info-box h6 {
  color: var(--title-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}

.contact-info-box span {
  color: #505050;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
}

.map div.contact-info-box:hover {
  box-shadow: unset;
}

.map .contact-info-box .contact-info-icon {
  background-color: #eef4ff !important;
  padding: 6px;
}

.map .row {
  margin-top: 31px;
}

#contactUs iframe {
  width: 100%;
  height: 490px;
  border-radius: 24px;
  box-shadow: 0px 0px 13.4px 5px rgba(0, 178, 255, 0.12);
}

.second-row .contact-info-icon img {
  width: 27px;
  height: 27px;
}

/* all blogs page */
#all-blogs .container-x,
#software .container-x {
  /* margin-top: 104px; */
  padding-top: 104px;
}

#all-blogs .title-name {
  margin-top: 72px;
  padding-bottom: 48px;
}

#software .title-name,
#tools .title-name {
  margin-top: 123px;
}

.gradient-line {
  height: 4px;
  width: 186px;
  background: linear-gradient(90deg, #0eff70 0%, #006cff 100%);
  border-radius: 10px;
}

.bold-blog {
  padding-bottom: 20px;
}

.bold-blog-img {
  border-radius: 24px;
  height: 358px;
  /* padding-right: 12px; */
}

.bold-blog .blog-items-title {
  font-size: 20px;
  line-height: 28px;
}

.bold-blog .blog-paraghraph {
  padding-right: 20px;
}

.blog-paraghraph span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.bold-blog .blog-paraghraph span {
  color: rgba(80, 80, 80, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
}

.blog-items:hover .read-more {
  margin-right: -6px;
  margin-left: 6px;
}

.blog-items .read-more {
  transition: all .3s;
}

.blog-items .read-more h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: var(--primary-color);
  transition: all .3s;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.row-gap-20 {
  row-gap: 20px;
}

.small-blog {
  /* background-color: #EEF2F9; */
  padding-bottom: 78px;
}

.small-blog .blog-img {
  width: 100%;
}

.ltr {
  direction: ltr;
}

#all-blogs .small-blog .container-x {
  padding-top: 0;
}

.small-blog .row.row-gap-20 {
  padding-bottom: 72px;
}

.custom-pagination .ltr .page-item {
  transition: all .3s;
}

.custom-pagination .ltr .page-item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: var(--title-color);
  transition: all .3s;
  width: 36px;
  height: 36px;
  /* margin-top: 2px; */
}

.custom-pagination .ltr .page-item a.active {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 12px;
}

.custom-pagination .ltr .page-item:hover {
  background-color: white;
  border-radius: 12px;
  color: var(--primary-color);
}

.custom-pagination .page-item a[aria-label] {
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  color: var(--primary-color);
}




/* single blog page */
.single-blog-img-title {
  height: 466px;
  border-radius: 24px;
  margin-bottom: 32px;
}

.single-blog-img-title img {
  border-radius: 24px;
}

.single-blog-img-title .calender {
  left: 0;
}

.single-blog-img-title .blog-gradient {
  height: 233px;
}

.blog-img-title {
  position: absolute;
  left: 0;
  font-weight: 900;
  font-size: 28px;
  line-height: 39.2px;
  bottom: 0;
  color: #fff;
  padding: 0 117px 26px 22px;
}

.single-blog-pragragh {
  font-weight: 400;
  font-size: 18px;
  color: #505050;
  line-height: 32.4px;
}

.single-blog-main-img {
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-blog-main-img .main-img {
  height: 544px;
  border-radius: 20px;
}

.single-blog-main-img .main-img img {
  border-radius: 20px;
}


.content-section {
  /* height: 100vh; */
  /* display:none ; */
}

.hide {
  display: none;

}

.show {
  display: block;

}















.overlay {
  position: sticky;
  height: 100vh;
  top: 0;
}

.text {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-inner {
  transform: translatex(50vw);
  font-size: 2.5rem;
}

.track {
  height: 300vh;
}

.gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(255deg,
      #facb0e,
      #f06ba8 30%,
      #78bae6 65%,
      #fff);
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shape {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  mix-blend-mode: multiply;
  background: black;
}

.shape .img {
  width: 20rem;
  height: 20rem;
  transform: rotate(45deg);
}

.img svg {
  width: 100%;
  height: 100%;
}

.img svg .hsc-img-path {
  fill: white;
}

.overlay {
  overflow: hidden;
}


.no-padding {
  width: 100% !important;
}

.no-padding .header-box {
  /* margin-top: 0; */
  border-radius: 0;
}

.header-box {
  transition: all .3s;
}

.no-padding .header-box {
  /* padding-right: 323px;
  padding-left: 323px; */
  margin-top: 0;
}

#header nav.main-page {
  width: 100% !important;
  left: 0;
  position: absolute;
  transition: all .3s;
}

#header nav:not(.main-page) .header-box {
  margin-top: 0px;
  border-radius: 0px;
}

#header .change-lang .lang-options {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  /* top: 49px; */
  padding-right: 8px;
  padding-left: 8px;
}

#header .change-lang.collapsible--expanded .lang-options {
  height: 58px;
}

@keyframes circle {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);

  }

  100% {
    transform: translateY(0px);
  }
}

.logotype {
  width: 112px;
}

.monogram {
  scale: 1.05;
}

.logo {
  gap: 4px;
}

.language_bar_list li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

.moon {
  position: absolute;
  rotate: 25deg !important;
  mix-blend-mode: overlay;
  top: 545px;
  z-index: 1;
}

.hero-top-gradient {
  position: absolute;
  bottom: 53%;
  border-radius: 978px;
  background: #0051FF;
  width: 324px;
  height: 978px;
  rotate: -90deg;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  right: 45%;
}

.software-gradient {
  object-fit: contain;
}

.hero-bottom-gradient-one {
  position: absolute;
  border-radius: 1495px;
  background: #2C5DFF;
  width: 724px;
  height: 1495px;
  rotate: -90deg;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  top: 190px;
  right: 50%;
  transform: translateY(25.5%);
}

.hero-bottom-left-gradient {
  border-radius: 315.588px;
  background: #3DBCFF;
  width: 225.833px;
  height: 315.588px;
  rotate: -54deg;
  filter: blur(122px);
  -webkit-filter: blur(122px);
  position: absolute;
  bottom: -112px;
  left: 390px;
}

.overlay-image span {
  transition: all .5s;
  white-space: nowrap;
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -2px;
  font-size: 70px;
  line-height: 120%;
}

.overley-bottom-text h6 {
  /* font-weight: 100; */
  font-size: 70px !important;
  font-family: "arshivo italic";
}

.transparent-btn {
  border-radius: 12px;
  border: 2px solid #FFF !important;
  transition: all .3s;
  background-color: #ffffff1f;
}

.transparent-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.transparent-btn span {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.btn-green span {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  z-index: 300 !important;
  white-space: nowrap;
}

.hero-btns {
  gap: 22px;
  padding-left: 5px;

}

.hero-btns .btn span {
  padding: 8px 72px;
}

.hero-content .btn-green span {
  padding: 6px 72px;
}

.hero-content .border-green-btn {
  width: calc(100% - 4px);
  height: calc(100% + 0px);
  transform: translate(-50%, calc(-50% - 2px));
}

.bottom-gradient {
  position: absolute;
  left: 50%;
  top: 50%;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: translate(-50%, 136px);
  z-index: 2;
  opacity: 0;
}

.main-logo {
  width: 231px;
  z-index: 2;
}

.brand-slider {
  margin-top: 95px;
}

.brand-slider .slick-slide>div {
  padding-right: 18px;
  padding-left: 18px;
}

.footer-patern {
  opacity: .4;
}

.brand-items {
  display: flex !important;
  justify-content: center;
  border-radius: 19.2px;
  border: 1.2px solid #EDEDED;
  background: #FFF;
  transition: all .3s;
  box-shadow: 0px 0px 20.28px 0px rgba(34, 34, 34, 0.05);
}

.brand-items:hover {
  filter: drop-shadow(0 0px 3px rgba(34, 34, 34, 0.2));
}

.brand-slider .slick-track {
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand-items img {
  padding: 12px 33px;
}

/* .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 15px;
} */

.box1 {
  height: 194px;
}

.box2 {
  height: 236px;
}

.box3 {
  height: 333px;
}

.box4 {
  height: 163px;
}


.box6 {
  height: 172px;
}

.title {
  padding-bottom: 26px;
}

.services-cnt {
  padding-top: 26px;
}

.services-cnt .container-x>div.d-flex,
.sevices-col3>div,
.sevices-col,
.services-cnt .col-12.d-lg-none,
.md-elemnt {
  gap: 20px;
}

.bg-gray-gradient {
  background-color: rgb(237, 237, 237) !important;
  border: 1px solid rgba(225, 225, 225, 1) !important;
}

.services-cnt .box,
.bg-box4 {
  transition: all .3s;
  border-radius: 26px;
}

.services-cnt .box:hover {
  transform: scale(1.05);
  /* scale: 1.05; */
}

.box1-img {
  width: 194px;
  height: 271px;
}

.box1-btn,
.gragh-btn {
  box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(225, 225, 225, 1);
  padding: 12px;
  border-radius: 10px;
}


.box1-btn {
  transform: translate(-50%, -15px);
  left: 50%;
}

.box1-btn span,
.box-prgh h6 {
  font-weight: 700;
  color: rgba(21, 21, 21);
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: -1px;
  font-family: var(--title-font);
  text-rendering: optimizeLegibility;
}

.box {
  transition: transform 0.3s ease-in-out !important;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box:hover {
  transform: scale(1.05) translateZ(0) !important;
}

.box-prgh span {
  font-weight: 500;
  font-size: 14px;
  color: rgba(80, 80, 80);
  line-height: 120%;
  text-rendering: optimizeLegibility;
}

.box1-btn span {
  white-space: nowrap;
}

.box2-gradient {
  filter: blur(88px);
  -webkit-filter: blur(88px);
  background: rgba(0, 81, 255, 1);
  rotate: -84.63deg;
  Width: 166.23px;
  Height: 107.92px;
  bottom: -55px;
  right: 28px;
}

.box-prgh {
  padding: 31px 20px 0 20px;
  text-align: left;
  position: relative;
  z-index: 1;
  direction: ltr;
}

.box2-img {
  width: 119px;
  height: 104px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 5px);
}

#services {
  padding-bottom: 10px;
}

.box2-bg {
  bottom: 5px;
  left: 0;
}

.gray-bg {
  background: linear-gradient(180deg, rgba(237, 237, 237, 0) 64.76%, rgba(237, 237, 237, 0.9) 89.3%);

}

.bg-box3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box3-img {
  position: absolute;
  bottom: -144px;
  right: 3px;
  width: 100%;
}

.box3-img img {
  width: 100%;
  scale: 1.08;
}

.brand-slider {
  opacity: 0;
}

.why-anime video {
  border-radius: 48px;
}

.gragh-btn {
  border-radius: 10px 10px 10px 0 !important;
  padding: 6px 12px;
  position: absolute;
  left: 109px;
  bottom: 106px;
}

.gragh-btn span {
  font-weight: 700;
  font-size: 14px;
  color: rgba(6, 111, 255, 1);

}

.bg-box4 img {
  mix-blend-mode: multiply;
}

.box4 .box-prgh,
.box7 .box-prgh {
  padding: 20px 20px;
}

.box4-img {
  width: 122px;
  height: 165px;
  rotate: -11deg;
  top: -19px;
  right: 0px;
}

.box5 {
  height: 236px;
  background-image: url("/themes/adrianweb/img/bg-box5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 26px;
}

.bg-box6 {
  top: 0;
  border-radius: 26px;
  overflow: hidden;
  width: 100%;
}

.box7 {
  background-image: url("/themes/adrianweb/img/bg-box7.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top center;
  border-radius: 26px;
}

.bg-img-box7 {
  right: -23px;
  bottom: 0;
  height: 100%;
}

.mask-img-box7 {
  -webkit-mask-image: url("/themes/adrianweb/img/bg-box7.svg");
  mask-image: url("/themes/adrianweb/img/bg-box7.svg");
  mask-repeat: no-repeat;
}

.top-bg8 {
  top: 0;
  right: 0;
}

.bottom-bg8 {
  bottom: 0;
  left: 0;
}

.box8 {
  height: 308px;
}

.box8 .box-prgh h6 {
  white-space: nowrap;
}

.box8-img {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 152px;
  width: 131px;
}

.box9 {
  height: 380px;
}

.box9-pattern {
  top: 0;
  right: 0;
}

.box9-pattern img {
  mix-blend-mode: color-dodge;
}

.box9-gradient {
  border-radius: 457px;
  background-color: #0051FF;
  filter: blur(80px);
  -webkit-filter: blur(80px);
  width: 151.399px;
  height: 457px;
  transform: rotate(166.345deg);
  right: -50%;
  top: -50%;

}

.box9-img {
  left: -18px;
  bottom: -16px;
  width: 190px;

  height: 201px;
}

.box7 .box-prgh {
  position: relative;
  z-index: 3;
}

.redial-title {
  position: absolute;
  bottom: -19px;
}

.software-bg-pattern {
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.software-item {
  width: calc(25% - 20px);
}

.software-gradient {
  position: relative;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 71.94%, #F9F9F9 100%);
}

.software-prgh-cnt {
  padding-right: 38px;
  padding-left: 38px;
  position: absolute;
  min-height: 288px;
  bottom: 0;
}

.software-title {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 140%;
  color: rgba(21, 21, 21);
  margin-bottom: 12px !important;
  letter-spacing: -1px;
  font-family: var(--title-font);
}

.software-prgh span {
  color: rgba(80, 80, 80, 1);
  font-weight: 300;
  font-size: 16px;
}

.software-prgh a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blue-software-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  /* mix-blend-mode: color-burn; */
}

.software-box {
  width: 161px;
  height: 212px;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -63px);
}

.software-boxes {
  gap: 20px;
}

/* .box6-gradient{
width: 151.085px;
    height: 228.976px;
    background: #0051FF;
    filter: blur(39.8px);
    right: -45px;
    top: -133px;
    border-radius: 50%;
} */
.box6-gradient {
  border-radius: 0 26px;
  right: 0;
  overflow: hidden;
}

.box6-img {
  right: 50%;
  top: -39px;
  transform: translateX(50%);
}

#how .container-x {
  border-radius: 36px;
  padding: 47px;
  background-color: #F7F7F7;
  margin-top: 72px;
}

.how-img {
  border-radius: 36px;
  width: 412px;
  height: 553px;
}

.how-main-img {
  bottom: 0;
  left: 0;
}

.how-top-vectore {
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
}

.how-bottom-vectore {
  bottom: 0;
  right: 0;
  mix-blend-mode: plus-lighter;
}

.how-shadow {
  top: 0;
  right: 0;
}

.about-icon1 {
  animation: rotate1 3.6s infinite;
  transform-origin: center center;
}

.about-icon2 {
  animation: rotate2 3.3s infinite;
  transform-origin: center center;
}

.about-icon3 {
  animation: rotate3 3s infinite;
  transform-origin: center center;
}

.about-icon4 {
  animation: rotate4 2.7s infinite;
  transform-origin: center center;
}

/* .icon1,
.icon1-mobile {
  animation: rotate11 3.6s infinite;
  transform-origin: center center;
}

.icon2,
.icon2-mobile {
  animation: rotate12 3.3s infinite;
  transform-origin: center center;
}

.icon3,
.icon3-mobile {
  animation: rotate13 3s infinite;
  transform-origin: center center;
}

.icon4,
.icon4-mobile {
  animation: rotate14 2.7s infinite;
  transform-origin: center center;
} */

@keyframes rotate1 {
  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 27deg;
  }

  100% {
    rotate: 0deg;
  }
}

@keyframes rotate2 {
  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 30deg;
  }

  100% {
    rotate: 0deg;
  }
}

@keyframes rotate3 {
  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 33deg;
  }

  100% {
    rotate: 0deg;
  }
}

@keyframes rotate4 {
  0% {
    rotate: 0deg;
  }

  50% {
    rotate: 36deg;
  }

  100% {
    rotate: 0deg;
  }
}

.small-img1 {
  top: 223px;
  left: 238px;
  padding: 5px;
  animation: rotate 3s infinite;
  border-radius: 20.86px;
}

.how-small-img {
  border: 1.043px solid rgba(237, 237, 237, 0.10);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.small-img2 {
  top: 68px;
  right: 23px;
  border-radius: 13px;
  padding: 3px;
  rotate: -19deg;
}

.small-img2 img {
  rotate: 19deg;
}

.small-img3 {
  top: 24px;
  left: 139px;
  border-radius: 14px;
  padding: 3px;
  rotate: 22deg;
}

.small-img3 img {
  rotate: -22deg;
}

.small-img4 {
  bottom: 115px;
  right: -10px;
  border-radius: 14px;
  padding: 3px;
  rotate: -21deg;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.small-img4 img {
  rotate: 21deg;
}

.small-img5 {
  top: 117px;
  left: -32px;
  border-radius: 14px;
  padding: 5px;
  rotate: -21deg;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.how-title {
  font-size: 36px;
  line-height: 140%;
  color: #151515;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: var(--title-font);
}

.how-sec-content {
  margin-top: 11px;
}

.left-line-how {
  width: 4px;
  height: calc(100% - 60px);
  background-color: #006FFF;
  left: 29px;
  top: 30px;
}

.step {
  gap: 12px;
}

.step span {
  font-size: 16px;
  color: #717171;
  line-height: 140%;
  font-weight: 700;
}

.step h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #353535;
}

.step h5 {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  color: #505050;
}

#how .big {
  gap: 68px;
}

.how-circle {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 111, 255, 0.18);
}

.lit-blue {
  width: 36px;
  height: 36px;
  background-color: #006fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0px 0px 9px #006FFF);
}

.shadow-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;

}

.shadow-circle svg {
  width: 100%;
  height: 100%;
  margin-bottom: 6px;
}

.tools-item {
  height: 38px;
  width: auto;
}

.tools-item {
  margin-top: 68px;
}

.bottom-circle {
  margin-top: 48px;
}

.software-item-cnt {
  height: 522px;
  border-radius: 28px;
  border: 1px solid #EDEDED;
  background: #F9F9f9;
  /* height: 100%; */
}

.bg-box {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.box-user {

  border-radius: 50%;
  border: 1px solid #5062EE;

}

.box-user.user1 {
  left: 5px;
  top: 84px;
  width: 46px;
  height: 46px;
}

.box-user.user2 {
  left: 9px;
  bottom: 8px;
  width: 44px;
  height: 44px;
}

.box-user.user3 {
  right: 5px;
  bottom: 53px;
  width: 34px;
  height: 34px;
}

#roud-map {
  margin-top: 48px;
}

.roud-left-bg {
  left: 0;
  bottom: 0;
  z-index: 0;
}

.roud-right-bg {
  right: 0;
  rotate: 180deg;
  bottom: 0;
  z-index: 0;
}

.map-main-img {
  margin-top: 19px;
  width: 702px;
  height: 702px;
  animation: circle 10s linear infinite;
  z-index: 1;
  position: relative;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

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

.footer-content {
  width: 50%;
}

.timeline-content-slider-bg {
  z-index: 3;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute !important;
  bottom: 114px;
  background: rgb(255 255 255 / 80%);
  padding: 31px 0px 54px 27px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 28px;
  box-shadow: 0px 0px 18.6px 0px rgba(1, 112, 255, 0.25);
  border: 1px solid rgba(237, 237, 237, 1);
}

.timeline-content-slider {
  z-index: 2;
}

.timeline-title {
  background: linear-gradient(90deg, #151515 0%, #006FFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0px 0px 17.7px 0px rgba(0, 111, 255, 0.3));
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  font-family: var(--title-font);
  font-size: 28px;
}

.software-box-shade {
  top: 40px;
  right: 30px;
  z-index: -1;
  top: 115px;
  right: -22px;
  z-index: -1;
}

.timeline-slider-cnt {
  bottom: 245px;
}

.roud-map-slider,
.roud-map-btn-slider {
  direction: ltr !important;
}

.timeline-slide {
  background: rgba(245, 245, 245, 1);
  border-radius: 20px;
  padding: 4px 16px;
  color: rgba(113, 113, 113, 1);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.roud-map-slider .slick-arrow {
  background-color: rgba(238, 243, 255, 1);
  border-radius: 50%;
  z-index: 30;
  cursor: pointer;
  padding: 7px;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  transition: all .3s;
}

.roud-map-slider .slick-arrow:hover {
  background-color: rgb(230 237 253);

}

.roud-map-slider .slick-arrow.slick-next {
  position: absolute;
  right: 27px;
}

.roud-map-slider .slick-arrow.slick-prev {
  position: absolute;
  left: 0;
}

.roud-map-btn-slider .slick-slide.slick-current .timeline-slide {
  border-radius: 20px;
  background: #006FFF;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: #fff;
}

.roud-map-btn-slider .slick-list {
  padding-right: 60px;
}

.roud-map-btn-right-gradient {
  right: -2px;
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 28.37%, rgba(255, 255, 255, 0) 100%);
  height: 36px;
  width: 40px;
  top: 31px;
}

.footer-patern {
  bottom: 0;
}

.services-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 6px;
}

.services-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #ededed;
  border-radius: 50%;
  cursor: pointer;
}

.services-slider .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

.read-more img {
  rotate: 180deg;
}
.services-slider{
    direction: ltr!important;
}
