@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/woff/IRANSansX-Thin.woff") format("woff"), url("../fonts/woff2/IRANSansX-Thin.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/woff/IRANSansX-UltraLight.woff") format("woff"), url("../fonts/woff2/IRANSansX-UltraLight.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/woff/IRANSansX-Light.woff") format("woff"), url("../fonts/woff2/IRANSansX-Light.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/woff/IRANSansX-Medium.woff") format("woff"), url("../fonts/woff2/IRANSansX-Medium.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/woff/IRANSansX-DemiBold.woff") format("woff"), url("../fonts/woff2/IRANSansX-DemiBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/woff/IRANSansX-ExtraBold.woff") format("woff"), url("../fonts/woff2/IRANSansX-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/woff/IRANSansX-Black.woff") format("woff"), url("../fonts/woff2/IRANSansX-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/woff/IRANSansX-Bold.woff") format("woff"), url("../fonts/woff2/IRANSansX-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/woff/IRANSansX-Regular.woff") format("woff"), url("../fonts/woff2/IRANSansX-Regular.woff2") format("woff2");
}
a {
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: IRANSansX !important;
  outline: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

.show {
  display: block !important;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 20px solid #795a9f;
  width: 180px;
  height: 180px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 40vh;
  left: 45vw;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section {
  scroll-margin-top: 90px;
}

body {
  margin: 0 auto;
  position: relative;
  background-color: #fcfcfc;
  overflow-x: hidden;
}

li {
  text-decoration: none;
  list-style: none;
}

.iranMap {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.dropmenu {
  transition: all 0.5s linear;
  padding: 3.5rem;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -120%;
  left: 0;
  background: #fcfcfc;
  z-index: 100;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
}
.dropmenu .close-icon {
  width: fit-content;
}
.dropmenu .dropmenucontent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4rem;
  height: 100%;
}
.dropmenu .dropmenucontent .dropmenuoptions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dropmenu .dropmenucontent .dropmenuoptions a {
  color: #4e4e4e;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.dropmenu .dropmenucontent .email {
  text-align: left;
  text-transform: none;
  text-decoration: none;
  color: black;
}

.dropmenu-active {
  top: 0 !important;
}

.menu {
  display: flex;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: white;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}
.menu .menuoptions {
  cursor: pointer;
  color: #616161;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu .menuoptions.activeoption {
  color: #212121;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu .rightpart {
  gap: 80px;
}
.menu .rightpart .raahmanicon {
  width: 2.5rem;
}
.menu .menulist {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.menu .leftpart {
  gap: 2rem;
}
.menu .leftpart .phonenumber {
  display: flex;
  cursor: pointer;
  gap: 8px;
  align-items: center;
}
.menu .leftpart .phonenumber span {
  display: inline-flex;
}
.menu .leftpart .phonenumber span:nth-child(2) {
  color: #795a9f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 171.429% */
}
.menu .leftpart .signin {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #795a9f;
  display: flex;
  padding: 0.75rem 2.75rem;
  color: #795a9f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 171.429% */
}
.menu .leftpart .signin:hover {
  background-color: #795a9f;
  color: white;
}

.raahmanIntroduction {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
.raahmanIntroduction .raahmanecilipse {
  width: 541px;
  height: 541px;
  position: absolute;
  border-radius: 541px;
  opacity: 0.2;
  background: #d5cbe2;
  filter: blur(61px);
  top: 0;
  right: -108px;
}
.raahmanIntroduction .raahman {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.raahmanIntroduction .raahman h1 {
  color: #795a9f;
  text-align: right;
}
.raahmanIntroduction .raahman div:nth-child(2) {
  color: #474747;
  max-width: 21.875rem;
}
.raahmanIntroduction .raahman a {
  display: inline-block;
  color: black;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: 1px solid #f9d67b;
  background: #f9d67b;
  cursor: pointer;
  text-align: center;
}
.raahmanIntroduction #modal.open {
  background-color: rgba(33, 33, 33, 0.4117647059);
  width: 100vw !important;
  height: 100vh !important;
  position: fixed;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  top: 0;
  right: 0;
  z-index: 1000000000;
  border-radius: 0;
}
.raahmanIntroduction .truckSection {
  position: relative;
}
.raahmanIntroduction .truckSection div:first-child {
  width: 406px;
  height: 397px;
  border-radius: 16px;
  background: #826da5;
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
  z-index: -1;
}
.raahmanIntroduction .truckSection .player {
  width: 90vw !important;
  height: 90vh !important;
  background: #000;
}
.raahmanIntroduction .truckSection .playBtn {
  position: absolute;
  top: 212px;
  right: 257px;
  cursor: pointer;
}
.raahmanIntroduction .truckSection .video {
  width: 563px;
  height: 551px;
  position: absolute;
}
.raahmanIntroduction .truckSection .play {
  top: -480px;
  right: 40px;
}
@keyframes video_player {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.raahmanIntroduction .truckSection .animationPlayer {
  animation: video_player;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
}
.raahmanIntroduction .truckSection div:last-child {
  position: absolute;
  bottom: -2.5rem;
  right: -2.5rem;
  width: 112px;
  height: 112px;
  border-radius: 8px;
  background: #efebf4;
  z-index: -1;
}

.open .play {
  top: unset !important;
  right: unset !important;
}

.aboutRaahman {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  gap: 5rem;
}
.aboutRaahman .scroller {
  display: flex;
  flex: 1;
  max-height: 360px;
  overflow: hidden;
  justify-content: center;
  mask: linear-gradient(transparent, white 20%, white 80%, transparent);
  -webkit-mask: linear-gradient(transparent, white 25%, white 75%, transparent);
}
.aboutRaahman .scroller .scroller__inner {
  display: flex;
  animation: scroll 7.5s linear infinite;
  height: max-content;
  flex-wrap: wrap;
  padding-block: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}
.aboutRaahman .scroller .scroller__inner .left-margin {
  margin-right: 2rem;
}
.aboutRaahman .scroller .scroller__inner .right-margin {
  margin-left: 2rem;
}
.aboutRaahman .scroller .scroller__inner .travels {
  border-radius: 8px;
  max-width: 441px;
  width: 100%;
  display: flex;
  padding: 18px 16px 14px 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background-color: white;
  box-shadow: 0 0 20px 5px rgba(121, 90, 159, 0.098);
  margin-bottom: 1rem;
}
.aboutRaahman .scroller .scroller__inner .fromto {
  height: 100%;
}
.aboutRaahman .scroller .scroller__inner .fromto,
.aboutRaahman .scroller .scroller__inner .from,
.aboutRaahman .scroller .scroller__inner .to {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.aboutRaahman .scroller .scroller__inner .from div:nth-child(1),
.aboutRaahman .scroller .scroller__inner .to div:nth-child(1),
.aboutRaahman .scroller .scroller__inner .condition div:nth-child(1),
.aboutRaahman .scroller .scroller__inner .vehicle div:nth-child(1) {
  color: #616161;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.aboutRaahman .scroller .scroller__inner .from div:nth-child(2),
.aboutRaahman .scroller .scroller__inner .to div:nth-child(2) {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 171.429% */
}
.aboutRaahman .scroller .scroller__inner .condition div:nth-child(2) {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #eef6e4;
  color: #72a537;
  width: fit-content;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.aboutRaahman .scroller .scroller__inner .travelcondition {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.aboutRaahman .scroller .scroller__inner .vehicle div:nth-child(2) {
  display: flex;
  gap: 8px;
}
.aboutRaahman .scroller .scroller__inner .vehicle div:nth-child(2) div:nth-child(2) {
  color: #616161;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.aboutRaahman .raahmanInfo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  flex: 1;
}
.aboutRaahman .raahmanInfo h2 span:nth-child(2) {
  color: #000;
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.aboutRaahman .raahmanInfo p {
  color: #474747;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.aboutRaahman .raahmanInfo button {
  width: fit-content;
  background-color: transparent;
  color: #795a9f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  gap: 0.5rem;
  padding: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.aboutRaahman .raahmanInfo button div:nth-child(3) {
  height: 24px;
}

@keyframes scroll {
  to {
    transform: translateY(calc(-50% + 1rem));
  }
}
.raahmanAppInformation {
  position: relative;
  margin-top: 25vw;
}
.raahmanAppInformation .appinfoecilipse {
  width: 330px;
  height: 330px;
  flex-shrink: 0;
  border-radius: 331.53px;
  background: rgba(121, 90, 159, 0.4);
  filter: blur(200px);
  opacity: 0.5;
  position: absolute;
  top: 10vw;
}
.raahmanAppInformation .rightabsolute {
  right: -165px;
}
.raahmanAppInformation .leftabsolute {
  left: -165px;
}
.raahmanAppInformation .worldmapContainer {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.raahmanAppInformation .worldmapContainer img {
  width: 100%;
}
.raahmanAppInformation .appinfo {
  gap: 3rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 4.375rem;
}
.raahmanAppInformation .appinfo .count-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.raahmanAppInformation .appinfo .numberplus {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}
.raahmanAppInformation .appinfo .numberplus div:nth-child(1) {
  color: #795a9f;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.raahmanAppInformation .appinfo .numberplus div:nth-child(2) {
  color: #795a9f;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.raahmanAppInformation .appinfo .infoName {
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.raahmanServices {
  margin-top: 5rem;
}
.raahmanServices .serviceHeading h2 {
  margin-bottom: 0.75rem;
}
.raahmanServices .serviceHeading h2 span:nth-child(2) {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.raahmanServices .serviceHeading div {
  color: #474747;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.raahmanServices .services {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.raahmanServices .services .service {
  display: flex;
  gap: 2rem;
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.raahmanServices .services .service .serviceLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  border-radius: 50%;
  background-color: #f5f2f8;
  width: fit-content;
}
.raahmanServices .services .service .serviceContent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.raahmanServices .services .service .serviceContent div:nth-child(1) {
  color: #795a9f;
  text-align: right;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
}
.raahmanServices .services .service .serviceContent div:nth-child(2) {
  color: #474747;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.raahmanServices .services .service:hover {
  background-color: white;
  border-radius: 16px 1rem 1rem 16px;
  box-shadow: 0px 15.38846px 24.62153px 0px rgba(159, 162, 166, 0.15);
}

.purpleSection {
  margin-top: 13vw;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
.purpleSection .square {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0.15;
  bottom: -8px;
}
.purpleSection .phonehand {
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.purpleSection .phonehand .purpleSectionImages1,
.purpleSection .phonehand .purpleSectionImages2,
.purpleSection .phonehand .purpleSectionImages3 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.purpleSection .phonehand .imageVisible {
  opacity: 1 !important;
}
.purpleSection .phonehand .ranandePictures img {
  position: absolute;
  bottom: 0;
  left: 4px;
}
.purpleSection .phonehand .sahebbarPictures img {
  position: absolute;
  bottom: 0;
  left: 4px;
}
.purpleSection .phonehand .hamlonaglPictures img {
  position: absolute;
  bottom: 0;
  left: 4px;
}
.purpleSection .appversions {
  background: linear-gradient(117deg, #9479b3 -59.08%, #9479b3 62.94%);
  padding: 4rem;
}
.purpleSection .appversions .versions {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.purpleSection .appversions .versions .versionnames {
  display: flex;
}
.purpleSection .appversions .versions .versionnames .versionbtn {
  margin: 0 0 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  padding: 12px 24px;
  align-items: center;
  gap: 5px;
  border-radius: 12px;
  background: #ae9ac6;
  color: #fcfcfd;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26.2px; /* 171.429% */
}
.purpleSection .appversions .versions .versionnames .versionbtn .btnicon {
  height: 24px;
}
.purpleSection .appversions .versions .versionnames .versionbtn.active {
  background-color: white;
  color: #795a9f;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26.2px; /* 171.429% */
}
.purpleSection .appversions .versions .versionnames .versionbtn.active span svg path {
  fill: #795a9f;
}
.purpleSection .appversions .versions .versiondesc {
  color: #fff;
  max-width: 610px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.purpleSection .appversions .versions .process {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 8vw;
}
.purpleSection .appversions .versions .process .botsep {
  padding-top: 3rem;
}
.purpleSection .appversions .versions .process .radio {
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.purpleSection .appversions .versions .process .radio .topsep {
  margin-bottom: 10px;
}
.purpleSection .appversions .versions .process .radio .radiobuttonone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: white;
  border-radius: 50%;
}
.purpleSection .appversions .versions .process .radio .radiobuttontwo {
  width: 1rem;
  height: 1rem;
  background-color: gray;
  border-radius: 50%;
}
.purpleSection .appversions .versions .process .steps {
  display: flex;
  gap: 2rem;
  width: fit-content;
  flex-wrap: wrap;
}
.purpleSection .appversions .versions .process .steps .stepdesc div:nth-child(1) {
  color: #fff;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.purpleSection .appversions .versions .process .steps .stepdesc div:nth-child(2) {
  color: #fff;
  text-align: right;
  max-width: 8.5rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.purpleSection .appversions .versions .dlapp {
  cursor: pointer;
  margin-top: 5rem;
  display: flex;
  padding: 1rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #f9d67b;
  background: #f9d67b;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.purpleSection .appversions .versions .dlapp:hover {
  background-color: #ecca74;
}
.purpleSection .truckicon {
  position: absolute;
  top: -110px;
  display: none;
}

.raahmanCustomers {
  display: flex;
}
.raahmanCustomers .customersInformation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.raahmanCustomers .customersInformation h2 span:nth-child(2) {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.raahmanCustomers .customersInformation p {
  color: #474747;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.raahmanCustomers .customersInformation a {
  cursor: pointer;
  margin-top: 2rem;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #f9d67b;
  background: #f9d67b;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}
.raahmanCustomers .customersInformation a div {
  height: 24px;
}
.raahmanCustomers .customersInformation a:hover {
  background-color: #ecca74;
}
.raahmanCustomers .ourCustomers {
  justify-content: center;
  align-items: center;
  flex: 1.25;
  overflow: hidden;
  height: 50vw;
}
.raahmanCustomers .ourCustomers .first-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 37vw;
  height: 37vw;
  border-radius: 50%;
  border: 0.912px solid #efebf4;
  position: relative;
  animation-name: AnimC;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.raahmanCustomers .ourCustomers .second-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 28vw;
  height: 28vw;
  border-radius: 50%;
  border: 0.912px solid #efebf4;
  animation-name: AnimCBack;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.raahmanCustomers .ourCustomers .third-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 19vw;
  height: 19vw;
  border-radius: 50%;
  border: 0.912px solid #efebf4;
  animation-name: AnimC;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.raahmanCustomers .ourCustomers .third-circle div:nth-child(1) {
  display: flex;
}
.raahmanCustomers .ourCustomers .third-circle div:nth-child(2) {
  color: #795a9f;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@keyframes AnimC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes AnimCBack {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.raahmanCustomers .ourCustomers .smallcircle-one {
  position: absolute;
  content: "";
  left: 31.7vw;
  top: 12.5vw;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9d67b;
  z-index: 2;
}
.raahmanCustomers .ourCustomers .smallcircle-two {
  position: absolute;
  content: "";
  left: -1vw;
  top: 1.3vw;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 2;
  background: #f9d67b;
}
.raahmanCustomers .ourCustomers .smallcircle-three {
  position: absolute;
  content: "";
  left: 9vw;
  top: 31.2vw;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9d67b;
  z-index: 2;
}
.raahmanCustomers .ourCustomers .smallcircle-three {
  position: absolute;
  content: "";
  left: 9vw;
  top: 31.2vw;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9d67b;
  z-index: 2;
}
.raahmanCustomers .ourCustomers .smallcircle-four {
  position: absolute;
  content: "";
  left: 13.1vw;
  top: -0.7vw;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9d67b;
  z-index: 2;
}
.raahmanCustomers .ourCustomers .smallcircle-five {
  position: absolute;
  content: "";
  left: 3.9vw;
  top: 12.5vw;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9d67b;
  z-index: 2;
}
.raahmanCustomers .ourCustomers .smallcircle-six {
  position: absolute;
  content: "";
  left: 23.9vw;
  top: 22.5vw;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9d67b;
  z-index: 2;
}
.raahmanCustomers .ourCustomers .numberofcompanies div:nth-child(1) {
  color: #795a9f;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.raahmanCustomers .ourCustomers .numberofcompanies div:nth-child(2) {
  color: #795a9f;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.raahmanCustomers .ourCustomers .customericon {
  z-index: 11;
  animation-name: AnimCBack;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.raahmanCustomers .ourCustomers .firsticon {
  position: absolute;
  top: 5vw;
  left: 3vw;
  border-radius: 8px;
  background-color: transparent;
}
.raahmanCustomers .ourCustomers .firsticon img {
  width: 7.15vw;
  height: 6.15vw;
}
.raahmanCustomers .ourCustomers .customershirinasal {
  position: absolute;
  top: 2.5vw;
  right: 3vw;
  padding: 23px 9px;
  border-radius: 8px;
  background: transparent;
}
.raahmanCustomers .ourCustomers .customershirinasal img {
  width: 7.1vw;
  height: 3.2vw;
}
.raahmanCustomers .ourCustomers .secondicon {
  position: absolute;
  bottom: 11vw;
  right: -3vw;
  border-radius: 8px;
  background: transparent;
}
.raahmanCustomers .ourCustomers .secondicon img {
  width: 8vw;
  height: 5.75vw;
}
.raahmanCustomers .ourCustomers .thirdicon {
  position: absolute;
  bottom: -3.5vw;
  right: 12.5vw;
  border-radius: 8px;
  background: transparent;
  z-index: 100;
}
.raahmanCustomers .ourCustomers .thirdicon img {
  width: 8vw;
  height: 5.75vw;
}
.raahmanCustomers .ourCustomers .forthicon {
  position: absolute;
  bottom: 5vw;
  left: -1vw;
  border-radius: 8px;
  background: transparent;
}
.raahmanCustomers .ourCustomers .forthicon img {
  width: 8vw;
  height: 5.75vw;
}

.raahmanAppDownload {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  justify-content: space-between;
}
.raahmanAppDownload .appDownloadImg {
  flex: 1;
}
.raahmanAppDownload .appDownloadImg .appImage {
  width: 100%;
  height: 100%;
}
.raahmanAppDownload .appDownloadContainer {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.raahmanAppDownload .appDownloadContainer .appDownloadDescription {
  display: flex;
  flex-direction: column;
}
.raahmanAppDownload .appDownloadContainer .appDownloadDescription h2 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.raahmanAppDownload .appDownloadContainer .appDownloadDescription p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3rem;
}
.raahmanAppDownload .appDownloadContainer .appDownloadPlatform {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.raahmanAppDownload .appDownloadContainer .appDownloadPlatform .marketicons {
  display: flex;
  gap: 3rem;
}
.raahmanAppDownload .appDownloadContainer .appDownloadPlatform .marketicons img {
  height: 48px;
  width: 150px;
}

.footerLogos {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
}
.footerLogos .logos {
  display: flex;
  overflow-x: auto;
  flex-direction: row-reverse;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.footerLogos .logos div:hover {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
.footerLogos .logos div {
  opacity: 0.5;
  mix-blend-mode: luminosity;
  margin-right: 1.5rem;
  padding-bottom: 1rem;
}
.footerLogos .logos div img {
  width: 72px;
}

.footer {
  display: flex;
  background-color: white;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
}
.footer .raahmanDescription {
  display: flex;
  flex-direction: column;
}
.footer .raahmanDescription .raahmanDescription div:nth-child(1) {
  padding: 1rem;
}
.footer .raahmanDescription .raahmanDescriptiondec {
  max-width: 416px;
  color: #474747;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .raahmanDescription div:nth-child(3) {
  display: flex;
  align-items: center;
  /* width: fit-content; */
  gap: 0.75rem;
}
.footer .raahmanDescription .socialMedia {
  margin-top: 5.25rem;
}
.footer .raahmanDescription .socialMedia div {
  cursor: pointer;
  border-radius: 50%;
}
.footer .raahmanDescription .socialMedia div:hover {
  background-color: #795a9f;
  border-radius: 50%;
}
.footer .raahmanDescription .socialMedia div:hover path {
  fill: white;
}
.footer .raahmanDescription .socialMedia div:nth-child(1) {
  padding: 0.6rem;
  border-radius: 50%;
  border: 1px solid #a1a1a1;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .raahmanDescription .socialMedia div:nth-child(2) {
  width: 42px;
  height: 42px;
}
.footer .raahmanDescription .socialMedia div:nth-child(3) {
  width: 42px;
  height: 42px;
}
.footer .raahmanDescription .socialMedia div:nth-child(4) {
  border-radius: 50%;
  border: 1px solid #a1a1a1;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .fastAccess {
  display: flex;
  flex-direction: column;
}
.footer .fastAccess div {
  cursor: pointer;
  margin-bottom: 0.75rem;
  color: #474747;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .fastAccess div:hover {
  color: #795a9f;
}
.footer .fastAccess div:nth-child(1) {
  margin-bottom: 1rem;
  color: #212121;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .footerversions div {
  cursor: pointer;
  margin-top: 0.75rem;
  color: #474747;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footerversions div:hover {
  color: #795a9f;
}
.footer .footerversions div:nth-child(1) {
  margin-top: 0;
  color: #212121;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .contactinfo div,
.footer .contactinfo a {
  text-transform: lowercase;
  display: block;
  margin-top: 0.75rem;
  color: #474747;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .contactinfo div:nth-child(1) {
  margin-top: 0;
  color: #212121;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .eNomad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem !important;
}
.footer .address {
  max-width: 300px;
}

.copyright {
  background-color: white;
  color: #474747;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2rem 1rem;
  border-top: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (min-width: 0px) {
  .dropmenuContainer {
    display: flex;
    width: 100%;
    padding: 1rem 2rem;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000;
  }
  .dropmenuContainer .menuAndIcon {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 30px;
  }
  .dropmenuContainer .menuAndIcon .menu-btn {
    height: 30px;
    width: 30px;
  }
  .dropmenuContainer .menuAndIcon .menu-btn div {
    width: 30px;
    height: 1px;
    background-color: black;
    margin-top: 7px;
    transition: all 0.5s;
  }
  .dropmenuContainer .menuAndIcon img {
    height: 30px;
  }
  .dropmenuContainer .menuAndIcon .menu-btn.active {
    position: relative;
  }
  .dropmenuContainer .menuAndIcon .menu-btn.active div:first-child {
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    transition: all 0.5s;
  }
  .dropmenuContainer .menuAndIcon .menu-btn.active div:nth-child(2) {
    display: none;
  }
  .dropmenuContainer .menuAndIcon .menu-btn.active div:last-child {
    position: absolute;
    transform: rotate(-45deg);
    top: 9px;
    transition: all 0.5s;
  }
  .menu {
    padding: 1rem 1rem;
    display: none;
  }
  .menu .menuAndIcon {
    display: flex;
  }
  .menu .raahmanicon {
    display: none;
  }
  .holder {
    padding: 0 1.5rem;
  }
  .holder .iranMap {
    display: none;
  }
  .raahman h1 {
    font-size: 2.5rem;
    font-weight: 800;
  }
  .raahman div:nth-child(2) {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
  }
  .raahmanIntroduction {
    height: 100vh;
  }
  .raahmanIntroduction .raahmanecilipse {
    display: none;
  }
  .raahmanIntroduction .truckSection {
    display: none;
  }
  .aboutRaahman {
    flex-direction: column-reverse;
  }
  .services {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
  }
  .services .service {
    flex-direction: column;
  }
  .services .service .serviceLogo img {
    width: 60px;
    height: 60px;
  }
  .raahmanCustomers {
    margin-top: 5rem;
    flex-direction: column;
  }
  .raahmanCustomers .ourCustomers {
    display: none;
  }
  .raahmanCustomers .customersIcon {
    display: flex;
    margin: 2.5rem 0;
    padding: 1.5rem 0;
    overflow-x: auto;
    justify-content: center;
    align-items: center;
  }
  .raahmanCustomers .customersIcon img {
    width: 75px;
    margin: 0 1rem;
  }
  .raahmanAppDownload {
    margin-top: 7.5rem;
  }
  .raahmanAppDownload .appDownloadImg {
    display: none;
  }
  .footerLogos .logos {
    padding: 1rem 2rem 0;
    display: flex;
  }
  .footer {
    padding: 1.5rem;
  }
  .raahmanAppInformation .appinfoecilipse {
    display: none;
  }
  .purpleSection {
    width: 100%;
  }
  .purpleSection .appversions {
    width: 100%;
    border-radius: 0px;
  }
  .purpleSection .appversions .versions {
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .purpleSection .appversions .versions .versionnames {
    flex-direction: column;
  }
  .purpleSection .appversions .versions .versionnames .btnicon {
    display: none;
  }
  .purpleSection .appversions .versions .versiondesc {
    display: none;
  }
  .purpleSection .appversions .versions .process {
    display: none;
  }
  .purpleSection .appversions .versions .process .radio {
    display: none;
  }
  .purpleSection .appversions .versions .process .steps {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .purpleSection .phonehand {
    display: none;
  }
}
@media (min-width: 360px) {
  .raahmanIntroduction {
    display: flex;
    justify-content: center;
  }
  .raahmanIntroduction .raahman h1 {
    text-align: center;
  }
  .raahmanIntroduction .raahman div {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .iranMap {
    display: block !important;
    margin-top: 2rem;
  }
  .raahmanIntroduction {
    flex-direction: column;
    gap: 3rem;
  }
  .raahmanIntroduction .truckSection {
    display: block;
    height: fit-content;
  }
  .raahmanAppInformation {
    margin-top: 0 !important;
  }
  .raahmanAppInformation .appinfoecilipse {
    display: block;
  }
  .raahmanAppInformation .worldmapContainer {
    display: flex !important;
  }
  .raahmanAppInformation .appinfo {
    position: absolute;
    top: 18vw;
  }
  .dropmenuContainer {
    display: none;
  }
  .holder {
    padding: 0 3rem;
  }
  .menu {
    padding: 1rem 2rem;
    display: flex;
  }
  .menu .menuAndIcon {
    display: none;
  }
  .menu .leftpart,
  .menu .rightpart {
    display: flex !important;
  }
  .services .service {
    flex-direction: row;
    align-items: center;
  }
  .services .service .serviceLogo img {
    width: 73px;
    height: 73px;
  }
  .purpleSection {
    width: 100%;
  }
  .purpleSection .appversions .versions {
    justify-content: center;
    align-items: center;
  }
  .purpleSection .appversions .versions .versionnames {
    flex-direction: row;
    margin-bottom: 4.5rem;
  }
  .purpleSection .appversions .versions .versionnames .btnicon {
    display: block;
  }
  .purpleSection .appversions .versions .versiondesc {
    display: block;
    margin-bottom: 2rem !important;
  }
  .purpleSection .appversions .versions .process {
    display: block;
  }
  .purpleSection .phonehand {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .raahman {
    margin-top: 6rem !important;
  }
  .truckSection {
    transform: scale(0.8);
  }
}
@media (min-width: 991px) {
  .iranMap {
    margin-top: 0rem;
  }
  .menu {
    position: fixed;
  }
  .menu .raahmanicon {
    display: block !important;
  }
  .raahmanIntroduction {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }
  .raahmanIntroduction .raahmanecilipse {
    display: block;
  }
  .raahmanIntroduction .raahman h1 {
    font-size: 4rem;
    font-weight: 800;
    text-align: right !important;
  }
  .raahmanIntroduction .raahman div:nth-child(2) {
    text-align: right !important;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .raahmanIntroduction .raahman a {
    text-align: right !important;
    margin-top: 1.5rem;
    width: fit-content !important;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
  }
  .raahmanIntroduction .truckSection {
    height: fit-content;
  }
  .aboutRaahman {
    flex-direction: row;
  }
  .raahmanAppInformation {
    display: flex;
  }
  .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 4rem;
    column-gap: 6rem;
    margin-top: 5rem;
  }
  .raahmanCustomers {
    margin-top: 0;
    flex-direction: row;
  }
  .raahmanCustomers .ourCustomers {
    display: flex !important;
  }
  .raahmanCustomers .customersIcon {
    display: none;
  }
  .appDownloadImg {
    display: block;
  }
  .raahmanAppDownload {
    margin-top: 0;
  }
  .raahmanAppDownload .appDownloadImg {
    display: block;
  }
  .logos {
    padding: 1rem 5.5rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer {
    padding: 6.75rem;
  }
  .purpleSection .marginRight {
    padding-right: 0.5rem;
  }
  .purpleSection .paddRight {
    padding-right: 3rem;
  }
  .purpleSection .radio {
    display: flex !important;
  }
  .purpleSection .marginLeftRight {
    padding: 0 2rem;
    flex: 1;
  }
  .appDownloadPlatform {
    justify-content: right !important;
  }
}
@media (min-width: 1200px) {
  .holder {
    padding: 0 6.75rem;
  }
  .purpleSection {
    width: 100%;
  }
  .purpleSection .phonehand {
    display: block;
  }
  .purpleSection .appversions {
    width: 93.5%;
    border-radius: 0 24px 24px 0;
  }
  .purpleSection .appversions .versions {
    justify-content: unset;
    align-items: unset;
  }
  .purpleSection .appversions .versions .versionnames {
    flex-direction: row;
    margin-bottom: 1rem;
  }
  .purpleSection .appversions .versions .versiondesc {
    display: block;
    margin-bottom: 1rem;
  }
  .purpleSection .appversions .versions .process {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
