@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.0.13/css/all.css");
html, body {
  background-color: #0E1C3A;
  color: #92ADE7;
  font: 400 16px/28px "Montserrat", serif;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body::before {
  background: url("../../images/bg.svg") 50%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 1;
  opacity: 0.6;
}

body main::before {
  z-index: 2;
}

.navbar .container-fluid {
  max-width: 1640px;
  padding: 20px 0;
  background: transparent;
}

.container {
  max-width: 1170px;
}

.container-bg-free-gift {
  position: relative;
}

#navbarsExample03 {
  justify-content: space-around;
  position: relative;
  z-index: 2;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #F3D75C;
}

.container-fluid.free-gift {
  content: "";
  background: url("../../images/space11.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 58px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  color: #fff;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  color: #fff;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1024px) {
  .navbar-brand .img-fluid {
    max-width: 215px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .counter-analog2 span.part {
    display: inline-block;
  }
}

/*=======================================================
                       LANGUAGE SWITCHER
=========================================================*/
.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
  background-image: url("https://zagrosmoney.swanflutterdev.com/images/OQiDoZe.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 8px;
  vertical-align: middle;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 5px;
  white-space: nowrap;
}

.dropdown dt a img {
  position: relative;
  z-index: 1;
}

.dropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
  display: inline-block;
  padding: 0;
}

.dropdown dt a span span:first-child {
  padding: 0;
}

.dropdown dd {
  position: absolute;
}

.dropdown a, .dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.dropdown dt a {
  position: relative;
  display: block;
  padding-right: 14px;
  overflow: hidden;
  width: auto;
  top: 2px;
}
	.notibox{
    position: relative;
    width: 100%;
    height: 30px;
    z-index: 999;
    padding: 5px;
    display: grid;
    grid-template-columns: 8% 90%;
    background: #0E1C3A;
	}
	.notibox marquee {
	text-align: right;
    padding-right: 85px;
    font-size: 14px;
    margin: 0;
    color: white;
    font-weight: bold;
    line-height: 20px;
}
	.notibox img {
    margin: auto;
    width: 20px;
    cursor: pointer;
    display: block;
}

#country-select .fas.fa-sort-down {
  position: absolute;
  right: 0;
  top: 7px;
}

#country-select .fa-sort-down::before {
  content: "\f0dd";
  line-height: 1.2;
  color: #fff;
}

#country-select .dropdown dd ul {
  background: #0E1C3A;
  display: none;
  left: 0px;
  padding: 5px 5px 0 0;
  position: absolute;
  width: auto;
  list-style: none;
  top: 0px;
  z-index: 2;
}

.dropdown dd ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
      border-radius:10px;*/
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 0 5px 0 5px;
  display: block;
  font-size: 16px;
}

.dropdown dd ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
  display: inline-block;
  width: auto;
  margin: -3px 0 0 1px;
}

dl.dropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4);
}

dl.dropdown > span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

dl.dropdown span:nth-child(3) {
  float: right;
}

dl.dropdown dt span:nth-child(2) {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

dl.dropdown dt span:nth-child(3) {
  display: none;
}

#country-select ul {
  list-style: none;
}

.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

#country-select.dropdown a:hover span.lang-def {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#country-select.dropdown a:hover span.lang-new {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#country-select dt {
  display: flex;
  justify-content: center;
  align-content: center;
}

.client-dashboard {
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

header .navbar .container-fluid #navbarsExample03.show {
  padding-bottom: 100px;
  transition: 0.8s;
}

/*=======================================================
                        LOGIN & SIGN UP
=========================================================*/
.login-block {
  cursor: pointer;
}

.login-block span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.dropdown {
  cursor: pointer;
}

.dropdown-menu.show {
  display: block;
  line-height: 1.3;
}

.dropdown-menu a:hover {
  background: linear-gradient(35.35deg, #F3D75C 0%, #D88443 65.36%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-block:hover {
  background: linear-gradient(35.35deg, #F3D75C 0%, #D88443 65.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.sign-up-block span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.login-block i, .sign-up-block i {
  color: #fff;
  margin-right: 7px;
}

@media (min-width: 768px) {
  .client-dashboard div.login-block {
    margin-left: 25px;
  }
  .client-dashboard div.sign-up-block {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .client-dashboard div.login-block {
    margin-left: 5px;
  }
  .client-dashboard div.sign-up-block {
    margin-left: 5px;
  }
  header {
    margin-top: 0;
  }
  .notibox {
    height: 30px;
  }
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded="false"] .fas::before {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "\f039";
  font-size: 16px;
  color: #fff;
}

.navbar.navbar-expand-lg .navbar-toggler[aria-expanded="true"] .fas::before {
  content: "\f037";
  color: #fff;
  font-size: 16px;
}


#resetpass{
    margin: auto;
    border-bottom: solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

/*=======================================================
                       <MENU>
=========================================================*/
.dropdown-toggle::after {
  color: #fff;
  font-size: 17px;
}

.dropdown-menu {
  background-color: transparent;
}

.dropdown-menu a {
  color: #fff;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #fff !important;
}

.dropdown-item {
  background-color: transparent;
  color: #fff !important;
}

.sign-up-block .dropdown .dropdown-toggle:hover {
  background: linear-gradient(35.35deg, #F3D75C 0%, #D88443 65.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  #navbarsExample03 {
    margin: 25px 3px;
  }
}

.navbar.navbar-expand-lg {
  z-index: 1;
}

.modal-backdrop {
  z-index: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

ul.navbar-nav li a {
  font-family: inherit;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}

ul.navbar-nav .nav-link.active {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.navbar-nav .nav-link:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.en-flag {
  background: url("../../images/en-flag.svg");
}

/*Counter*/
.counter.counter-analog2 {
  height: 112px;
  display: grid;
  width: 570px;
}

/*=======================================================
                       <MODAL>
=========================================================*/
.modal-backdrop.show {
  opacity: 0.7;
}

.sign-in-content .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
  background: rgba(17, 48, 117, 0.85);
  border: none;
  box-sizing: border-box;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}

.sign-in-content .modal-header .btn-close {
  margin: 0;
}

.sign-in-content .modal-header {
  flex-direction: column;
}

.sign-in-content .modal-header .fas.fa-times {
  position: absolute;
  right: 12px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.sign-in-content .modal-header .fas.fa-times:hover {
  background: linear-gradient(35.35deg, #F3D75C 0%, #D88443 65.36%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sign-in-content .modal-footer-sub button {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
}

.sign-in-content .modal-footer a {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
}

.modal-footer {
  padding: 20px 37px;
}

.modal-footer-sub {
  padding: 0 45px 45px;
}

.sign-in-content .modal-footer-sub button:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: 0 0 0 0.07rem rgba(49, 132, 253, 0.5);
}

.sign-in-content .modal-footer a:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.sign-in-content .modal-footer-sub {
  border-top: none;
}

.sign-in-content .modal-footer {
  border-top: none;
}

.sign-in-content .form-control {
  background: rgba(14, 28, 58, 0.55);
  border: 1px solid #1E4A97;
  box-sizing: border-box;
  backdrop-filter: blur(7px);
  border-radius: 30px;
  color: #1E4A97;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 19px 19px 19px 50px;
  line-height: 20px;
}

.sign-in-content .col-12 {
  margin: 24px 0;
}

.sign-in-content .form-control:focus {
  box-shadow: 0 0 0 0.07rem rgba(13, 110, 253, 0.25);
}

.sign-in-content .modal-body {
  padding: 0 45px;
}

.sign-in-content .col-12 {
  position: relative;
}

.sign-in-content .modal-header {
  flex-direction: column;
}

.sign-in-content .modal-header {
  border-bottom: none;
}

.sign-in-content .col-12 i {
  position: absolute;
  top: 20px;
  left: 18px;
  font-size: 20px;
}

.row.logo-footer a {
  padding: 25px 0 35px 0;
}

/*=======================================================
                       <Section Free Gift>
=========================================================*/
.container-fluid.free-gift {
  padding: 295px 0 175px 0;
  margin-top: -122px;
}

.free-gift h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 5px;
}

.free-gift .container {
  text-align: center;
}

.free-gift .container h1 {
  padding: 40px 0 60px 0;
}

.color-blue {
  color: #27C1E6;
  text-transform: uppercase;
}

/*=======================================================
                       Counter
=========================================================*/
.counter-container {
  display: flex;
  justify-content: space-between;
}

.container-fluid.free-gift .container {
  padding: 0;
}

.part.part0 {
  background-image: url("../../images/euro.png");
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}

.counter-container .counter.counter-analog2:nth-child(2) .part.part0 {
  background-image: url("../../images/dollar.png");
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .counter-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .part.part0 {
    background-image: url("../../images/euro-small.png");
    background-position: 51% 2%;
    padding-top: 13px;
    padding-left: 38px;
  }
  .counter-container .counter.counter-analog2:nth-child(2) .part.part0 {
    background-image: url("../../images/dollar-small.png");
    background-position: 51% 2%;
    padding-top: 13px;
    padding-left: 38px;
  }
  .container-fluid.free-gift {
    padding: 295px 0 0 0;
  }
}

/*=======================================================
                       Carousel main
=========================================================*/
.container-fluid.container-zagros-money {
  padding: 100px 0 100px 0;
}

.container-arrows-slider .carousel-control-prev-icon {
  width: 22px;
}

.container-arrows-slider .carousel-control-prev {
  right: 30px;
  left: auto;
}

.container-arrows-slider .carousel-control-next, .carousel-control-prev {
  top: auto;
  bottom: -55px;
}

.container-arrows-slider .carousel-control-next .carousel-control-next-icon {
  width: 22px;
}

.container-fluid.container-zagros-money {
  background-image: url("../../images/ZM_white.png");
  background-repeat: no-repeat;
  background-position: 17% 40%;
  background-color: #0d1b3a;
}

.watch-video {
  align-self: center !important;
  text-align: right;
  position: relative;
  right: -74px;
  z-index: 1;
  bottom: -60px;
  cursor: pointer;
  transition: 0.5s;
}

.col.watch-video.align-self-center:hover {
  transform: scale(0.95);
}

.col.slider-main {
  text-align: right;
  position: relative;
}

.slider-main .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -98px;
  right: 10px;
}

.container-zagros-money .modal-dialog {
  max-width: 768px;
}

.container-zagros-money .modal-content {
  background-color: transparent;
}

@media (max-width: 1024px) {
  .watch-video {
    text-align: left;
    right: 0;
    position: inherit;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .slider-main {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*=======================================================
                       Features
=========================================================*/
.container_features {
  display: flex;
}

.container-features {
  position: relative;
  padding-bottom: 250px;
}

.features .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  bottom: -70px;
  z-index: -1;
}

.container-features {
  background-color: #0d1b3a;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: 0;
}

.container-fluid.features:after {
  background-image: url("../../images/Union.png");
  background-position: 15.3% 81%;
  content: "";
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.box_feature {
  display: flex;
  justify-content: left;
  align-items: center;
}

.box_feature .text h4, .box_fuature .text p {
  margin: 0;
}

.box_feature .text {
  margin-left: 30px;
}

.container-fluid.features h2 {
  margin-bottom: 80px;
}

.container-fluid.features .text h4 {
  padding-bottom: 5px;
  padding-top: 15px;
}

.features .box_feature {
  margin-bottom: 60px;
}

.container-fluid.features .row {
  justify-content: center;
  display: flex;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container_features {
    flex-direction: column;
  }
}

/*=======================================================
                       Map
=========================================================*/
.container-map {
  position: relative;
}

/*.container-map::before {*/
/*    background: #0d1b3900;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*}*/
.container-fluid.map {
  background-size: cover;
  background-image: url("../../images/bg-map.png");
  background-position: 50% 0%;
  content: "";
  background-repeat: no-repeat;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: 0;
}

.col.connect-block {
  border-radius: 25px;
  padding: 120px 0;
  text-align: center;
  background-image: url("../../images/Rectangle21.svg");
  background-repeat: no-repeat;
  margin-top: -195px;
}

.col.connect-block button {
  margin-top: 50px;
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 24px;
  width: 254px;
}

.col.connect-block button:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.road-map-block {
  margin-top: 150px;
}

.timeline div:nth-child(1) {
  padding: 0;
  height: 300px;
}

.timeline div:nth-child(3) {
  padding: 0;
  height: 300px;
}

.timeline .col-10 hr {
  position: absolute;
  height: 4px;
  background: linear-gradient(90deg, #74F2F8 50%, #113075 80%);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  bottom: 25px;
  width: 100%;
}

.timeline .col-1 {
  display: flex;
  overflow: hidden;
  position: relative;
}

.timeline .corner {
  border: 4px solid #113075;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline .left-bottom {
  left: -6%;
  top: calc(50% - 4px);
}

.timeline .top-left {
  top: -25px;
  right: 12px;
}

.timeline .right-bottom {
  left: 20%;
  top: calc(91.8% - 4px);
}

@media (max-width: 768px) {
  .timeline .right-bottom {
    left: 20%;
    top: calc(91.8% - 4px);
  }
}

@media (max-width: 767px) {
  .timeline .right-bottom {
    left: 48%;
    top: calc(91.8% - 4px);
  }
}

.timeline .col-10 {
  padding: 0;
  position: relative;
}

.timeline .first-circl .corner {
  border: 4px solid #74EEF8;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.container-map hr {
  margin: 0px;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

.timeline2 div {
  padding: 0;
  height: 40px;
}

.timeline2 .left-bottom {
  left: -6%;
  top: calc(50% - 4px);
}

.timeline2 .col-1 {
  display: flex;
  overflow: hidden;
}

.timeline2 hr {
  margin: 0;
  top: 17px;
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, #74F2F8 50%, rgba(17, 48, 117, 0.7) 80%);
}

.timeline2 .corner {
  border: 4px solid #113075;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline2 .left-bottom {
  left: -12px;
  top: calc(52% - 4px);
}

.timeline2 .corner {
  border: 4px solid #113075;
  width: 100%;
  position: absolute;
  border-radius: 15px;
}

.timeline2 .col-1 {
  position: relative;
}

.timeline-vertical {
  position: relative;
}

.timeline-vertical hr {
  height: 5px;
  width: 4px;
  right: 0;
  position: absolute;
  color: #113075;
  opacity: 0.9;
}

.timeline3 .top-right {
  left: 20%;
  top: calc(-6% - 4px);
}

.timeline3 .first-circl .corner {
  border: 4px solid #74EEF8;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline3 div {
  padding: 0;
  height: 300px;
}

.timeline3 div:nth-child(1) {
  padding: 0;
  height: 300px;
}

.timeline3 .col-1 {
  display: flex;
  overflow: hidden;
  position: relative;
}

.timeline3 .col-11 {
  position: relative;
}

.timeline3 .col-11 hr {
  position: absolute;
  height: 4px;
  background: linear-gradient(90deg, #74F2F8 50%, #113075 80%);
  bottom: 22px;
  width: 100%;
}

@media (max-width: 768px) {
  .timeline3 .top-right {
    left: 19%;
    top: calc(-6% - 4px);
  }
}

@media (max-width: 767px) {
  .timeline3 .top-right {
    left: 48%;
    top: calc(-6% - 4px);
  }
}

.col.road-map-block.text-center h2 {
  margin-bottom: 80px;
}

.row.group-map {
  z-index: 1;
  display: flex;
  position: relative;
  top: -4px;
}

.row.group-map .col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.row.group-map .col p {
  text-transform: uppercase;
}

.row.group-map2 {
  z-index: 1;
  display: flex;
  position: absolute;
  bottom: -253px;
}

.row.group-map2 .col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.row.group-map2 .col p {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .timeline2 div {
    padding: 0;
    height: 100%;
  }
  .row.group-map2 {
    bottom: auto;
  }
}

@media (max-width: 831px) {
  .col.connect-block {
    padding: 28px 0;
  }
}

.rmap {
  background-image: url("../../images/Vector10.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.row.group-map3 {
  z-index: 1;
  display: flex;
  position: relative;
  bottom: -256px;
}

.row.group-map3 .col.empty_circle {
  position: relative;
  bottom: -9px;
}

.row.group-map3 .col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.row.group-map3 p {
  text-transform: uppercase;
}

@media (max-width: 359px) {
  .row.group-map3 {
    z-index: 1;
    display: flex;
    position: relative;
    bottom: -255px;
  }
}

@media (max-width: 358px) {
  .row.group-map3 {
    z-index: 1;
    display: flex;
    position: relative;
    bottom: -455px;
  }
}

.container-map {
  z-index: 2;
}

@media (max-width: 767px) {
  .col.empty_circle {
    max-width: 145px;
    max-height: 200px;
  }
  .col.col-small {
    max-height: 180px;
  }
  .container-fluid.map p {
    font-size: 13px;
    line-height: 1.4;
  }
  .row.group-map3 {
    bottom: -255px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container-fluid.map p {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 5px;
  }
}

/*=======================================================
                       Footer
=========================================================*/
footer {
  padding-top: 200px;
}

footer::after {
  background: #0B1938B0;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

footer .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.social-icons li i::before {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  padding: 19px 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}

.social-icons {
  list-style: none;
  display: inline-flex;
}

.social-icons li {
  padding: 15px;
  cursor: pointer;
}

.social-icons li:hover i::before {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.block-social-icons {
  margin-top: -65px;
  display: flex;
  justify-content: center;
}

.row.logo-footer {
  text-align: center;
}

footer .navbar-brand {
  margin: 35px;
}

footer .footer-menu ul li a:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.col.footer-menu ul {
  list-style: none;
  display: inline-flex;
}

.col.footer-menu ul li {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 0 15px;
  font-size: 16px;
}

.col.footer-menu ul li a {
  color: #fff;
}

.col.footer-menu {
  text-align: center;
}

.col.copyright {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 15px 0 100px 0;
}

@media (max-width: 767px) {
  footer .gradient-text {
    font-size: 46px;
  }
  .col.footer-menu ul {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

@media (min-width: 359px) and (max-width: 555px) {
  .container-map {
    padding-bottom: 400px;
  }
}

@media (max-width: 358px) {
  .container-map {
    padding-bottom: 650px;
  }
}

footer {
  position: relative;
  z-index: 1;
}

/*=======================================================
                       breadcrumbs
=========================================================*/
.breadcrumbs {
  position: relative;
  padding: 100px 0 50px 0;
  background-image: url("../../images/bg5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px; /* ارتفاع مناسب */
}

.breadcrumbs .container {
  position: relative;
  z-index: 1;
  padding-top: 100px; /* افزایش فاصله از بالا */
}

.breadcrumbs h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 48px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.breadcrumbs p {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .breadcrumbs p {
    text-align: center;
    margin-top: 20px;
  }

  .breadcrumbs h1 {
    text-align: center;
  }
}

/*=======================================================
                       Sign Up
=========================================================*/
.container-fluid.sign-up {
  background-color: #0b1a38;
}

.container-fluid.sign-up .container {
  background-image: url("../../images/ZM_white.png");
  background-repeat: no-repeat;
  background-position: 8% 12%;
  position: relative;
  z-index: 0;
}

.container-fluid.sign-up .container .col img {
  padding-top: 110px;
  position: relative;
  left: -50px;
}

.container-fluid.sign-up .container .col .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -45px;
  right: -5px;
}

.container-fluid.sign-up .container .row.form-sign-up {
  z-index: 2;
  position: relative;
}

.container-fluid.sign-up .container .row.form-sign-up::before {
  opacity: 0.7;
  background-color: #0b1a38;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
}

.container-fluid.sign-up .container .row.form-sign-up .col-md-6 {
  position: relative;
}

.container-fluid.sign-up .container .row.form-sign-up .col-md-6 .form-label {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.sign-up .container .row.form-sign-up .col-md-6 .form-control {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #92ADE7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.container-fluid.sign-up .container .row.form-sign-up .col-md-6 .form-control:focus {
  box-shadow: none;
}

.container-fluid.sign-up .container .row.form-sign-up .col-md-6 .form-control::placeholder {
  opacity: 1;
  font-style: normal;
  font-size: 16px;
  color: #1E4A97;
  font-weight: 400;
}

.container-fluid.sign-up .container .row.form-sign-up .col-md-6 i {
  font-size: 28px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.container-fluid.sign-up .container .row.form-sign-up .row.block-check {
  margin: 50px 0 0 0;
}

.container-fluid.sign-up .container .row.form-sign-up .col-12.buttons {
  display: flex;
  justify-content: center;
}

.container-fluid.sign-up .container .row.form-sign-up .col-12.buttons button {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  max-width: 270px;
  margin: 25px;
}

.container-fluid.sign-up .container .row.form-sign-up .col-12.buttons button:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

@media (max-width: 767px) {
  .container-fluid.sign-up .container .row.form-sign-up .col-12.buttons {
    flex-direction: column;
  }
  .container-fluid.sign-up .container .row.form-sign-up .col-12.buttons button {
    max-width: 100%;
    margin: 10px;
  }
}

.container-fluid.sign-up .container .row.form-sign-up .form-check-input {
  background-color: transparent;
  border: 2px solid #92ADE7;
}

.container-fluid.sign-up .container .row.form-sign-up .form-check-input:focus {
  box-shadow: none;
}

.container-fluid.sign-up .container .row.form-sign-up .form-check-input:checked {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  border: none;
}

.container-fluid.sign-up .container .row.form-sign-up .form-check-label {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}

/*=======================================================
                       My Profile
=========================================================*/
.breadcrumbs.my-profile .container-fluid {
  content: "";
  background: url("../../images/brea-prof.png");
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  position: relative;
}

.container-fluid.my-profile {
  z-index: 1;
  background-image: url("../../images/bg3.png");
  background-repeat: no-repeat;
  background-position: 50% 110%;
  padding: 150px 0 0 0;
  background-size: contain;
}

.container-fluid.my-profile .form-control:focus {
  box-shadow: none;
}

.container-fluid.my-profile::after {
  background: #0A1937;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.container-fluid.my-profile .container {
  padding: 90px 0;
  background-image: url("../../images/map-my-prof.png");
  background-repeat: no-repeat;
  background-position: 8% 2%;
  position: relative;
}

.container-fluid.my-profile .container .row .container-map {
  padding: 130px 0;
}

.container-fluid.my-profile .container .row .col .circle-area {
  background: url("../../images/2-circles.png");
  background-repeat: repeat;
  background-size: auto;
  padding: 27px;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-fluid.my-profile .container .row .col .circle-area .number {
  width: 190px;
  height: 190px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin: 10px;
}

.container-fluid.my-profile .container .row .col .circle-area .number img {
  position: absolute;
  left: 59px;
  bottom: 82px;
}

.container-fluid.my-profile .container .row .col .circle-area .number .value {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 80px;
  top: 97px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .col .circle-area .number2 {
  width: 190px;
  height: 190px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin: 10px;
}

.container-fluid.my-profile .container .row .col .circle-area .number2 img {
  position: absolute;
  left: 56px;
  bottom: 85px;
}

.container-fluid.my-profile .container .row .col .circle-area .number2 .value2 {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 84px;
  top: 97px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .col .circle-area .number3 {
  width: 190px;
  height: 190px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin: 10px;
}

.container-fluid.my-profile .container .row .col .circle-area .number3 img {
  position: absolute;
  left: 61px;
  bottom: 85px;
}

.container-fluid.my-profile .container .row .col .circle-area .number3 .value3 {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 86px;
  top: 97px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .col .circle-area .number4 {
  width: 190px;
  height: 190px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin: 10px;
}

.container-fluid.my-profile .container .row .col .circle-area .number4 img {
  position: absolute;
  left: 61px;
  bottom: 84px;
}

.container-fluid.my-profile .container .row .col .circle-area .number4 .value4 {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 85px;
  top: 97px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -55px;
  right: 10px;
  text-align: center;
}

.container-fluid.my-profile .container .row .container-toman {
  z-index: 1;
  background-image: url("../../images/Group27.png");
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding: 150px 0 0 0;
}

@media (max-width: 768px) {
  .container-fluid.my-profile .container .row .container-toman .row {
    flex-direction: column;
  }
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman {
  background: linear-gradient(0deg, rgba(17, 48, 117, 0.8) 0%, rgba(14, 28, 58, 0.8) 128.51%);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 100px 110px;
  margin: 50px 0 50px 100px;
}

@media (max-width: 768px) {
  .container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman {
    margin: 25px;
    padding: 50px 0;
  }
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .col-md-12 {
  text-align: center;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .col-md-12 img {
  position: relative;
  top: -4px;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .col-md-12 .form-label {
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .col-md-12 .form-control {
  padding-top: 20px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #92ADE7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .col-md-12 .form-control::placeholder {
  opacity: 1;
  font-style: normal;
  font-size: 16px;
  color: #92ADE7;
  font-weight: 400;
  text-align: center;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .bonus {
  margin: 50px 0;
  text-align: center;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .bonus span {
  padding: 5px 0 0 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .buttons {
  text-align: center;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .buttons button {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  max-width: 150px;
}

.container-fluid.my-profile .container .row .container-toman .section-toman .row.form-toman .buttons button:hover {
  background: -o-linear-gradient(34.65deg, #F3D75C 19.55%, #D88443 85.36%);
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.container-fluid.my-profile .container .row .container-affiliate {
  padding: 80px 0 0 0;
  z-index: 1;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman {
  background: linear-gradient(180deg, rgba(17, 48, 117, 0.8) 0%, rgba(14, 28, 58, 0.8) 100%);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 75px 50px;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .transaction {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 70px 0 30px 0;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .col-md-6.bold .form-label {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .col-md-6.bold .form-control::placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .col-md-6.bold .form-control {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #92ADE7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .col-md-6 {
  text-align: center;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .col-md-6 .form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .col-md-6 .form-control::placeholder {
  color: #92ADE7;
}

.container-fluid.my-profile .container .row .container-affiliate .row .form-toman .col-md-6 .form-control {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #92ADE7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate {
  margin: 75px 40px;
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate .buttons {
  margin-top: 50px;
  text-align: center;
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate .buttons button {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  max-width: 150px;
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate .buttons button:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate .col-md-12 {
  position: relative;
  text-align: center;
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate .col-md-12 .form-label {
  padding: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate .col-md-12 .form-control {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #92ADE7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.container-fluid.my-profile .container .row .container-affiliate .affiliate-block .form-affiliate .col-md-12 i {
  font-size: 28px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

/*=======================================================
                       Purchase
=========================================================*/
.breadcrumbs.purchase .container-fluid {
  content: "";
  background: url("../../images/bg4.png");
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  position: relative;
}

.slick-slidermy {
  padding: 120px 0 190px 0;
  background-image: url("../../images/Union.png");
  background-repeat: no-repeat;
  background-position: 62% -100%;
  z-index: 1;
  position: relative;
}

.slick-slidermy img {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slick-slidermy img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.slick-slidermy .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.container-fluid.calculater {
  z-index: 1;
  position: relative;
}

.container-fluid.calculater .row {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .container-fluid.calculater .row {
    flex-direction: column;
  }
}

.container-fluid.calculater .row .col-md-4 img {
  position: absolute;
  left: 50%;
  top: -44%;
  z-index: -1;
}

.container-fluid.calculater .box-calclulater .calculater-section {
  padding: 120px;
  background: radial-gradient(92.07% 333.92% at 92.07% 23.94%, rgba(17, 48, 117, 0.8) 0%, rgba(19, 38, 81, 0.8) 100%);
  backdrop-filter: blur(4px);
  border-radius: 0px 25px 25px 0px;
}

@media (max-width: 1200px) {
  .container-fluid.calculater .box-calclulater .calculater-section {
    padding: 120px 0;
  }
}

.container-fluid.calculater .col-md-1 {
  text-align: center;
}

.container-fluid.calculater span {
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.calculater .form-control::placeholder {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 27px;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .container-fluid.calculater .form-control::placeholder {
    font-size: 18px;
  }
}

.container-fluid.calculater .form-control:focus {
  box-shadow: none;
}

.container-fluid.calculater .form-control {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #92ADE7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.container-fluid.form {
  z-index: 2;
}

.container-fluid.form .container .container-form {
  z-index: 1;
  padding: 170px 0 0 0;
}

.container-fluid.form .container .container-form .first-group {
  margin-bottom: 25px;
}

.container-fluid.form .container .container-form .form-label {
  margin-top: 25px;
}

.container-fluid.form .container .container-form .check-max-min .row.block-check {
  margin-top: 26px;
}

.container-fluid.form .container .container-form .col-md-6.box-price {
  margin-top: -37px;
}

@media (max-width: 767px) {
  .container-fluid.form .container .container-form .col-md-6.box-price {
    margin-top: 0;
  }
}

.container-fluid.form .container .container-form .buttons {
  text-align: center;
}

.container-fluid.form .container .container-form .buttons button {
  background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
  border-radius: 39px;
  border: navajowhite;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  max-width: 270px;
  margin: 25px;
}

.container-fluid.form .container .container-form .buttons button:hover {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
}

.container-fluid.form .container .container-form .col-md-6 {
  position: relative;
}

.container-fluid.form .container .container-form .col-md-6 .col-sm-3 .form-check-label img {
  font-size: 28px;
  position: absolute;
  bottom: 12px;
  right: auto;
}

@media (max-width: 575px) {
  .container-fluid.form .container .container-form .col-md-6 .col-sm-3 .form-check-label img {
    font-size: 28px;
    position: relative;
    bottom: 3px;
    right: auto;
  }
}

.container-fluid.form .container .container-form .col-md-6 img {
  font-size: 28px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.container-fluid.form .container .container-form .col-md-6 .form-check-input:checked {
  background: linear-gradient(55.35deg, #F3D75C 19.55%, #D88443 85.36%);
  border: none;
}

.container-fluid.form .container .container-form .col-md-6 .form-check-input:focus {
  box-shadow: none;
}

.container-fluid.form .container .container-form .col-md-6 label {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.form .container .container-form .col-md-4 {
  position: relative;
}

.container-fluid.form .container .container-form .col-md-4 img {
  position: absolute;
  left: 58px;
  top: 7px;
}

@media (max-width: 1024px) {
  .container-fluid.form .container .container-form .col-md-4 img {
    left: 21px;
  }
}

.container-fluid.form .container .container-form .col-md-4 input {
  text-align: center;
}

.container-fluid.form .container .container-form .form-control {
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #92ADE7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.container-fluid.form .container .container-form .form-control:focus {
  box-shadow: none;
}

.container-fluid.form .container .container-form .form-control::placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}

.container-fluid.form .container .container-form .form-label {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.container-fluid.form .container .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -55px;
  right: 10px;
  text-align: right;
}

.container-fluid.form::after {
  background: #0A1937;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/*=======================================================
                       About us
=========================================================*/
.breadcrumbs.aboutus .container-fluid {
  content: "";
  background: url("../../images/bg5.png");
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  position: relative;
}

.container-fluid.section-about-us {
  position: relative;
  padding: 50px 0 0 0;
  z-index: 1;
  margin-top: 0;
}

.container-fluid.section-about-us .aboutus::before {
  background-position: 26% 50%;
  background-image: url("../../images/Union.png");
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
}

.container-fluid.section-about-us .aboutus::after {
  background-image: url("../../images/mon.png");
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: auto;
  opacity: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 10.5% 65%;
}

.container-fluid.section-about-us .aboutus .container {
  position: relative;
}

.container-fluid.section-about-us .aboutus .container .row .col h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  color: #FFFFFF;
  padding-top: 50px; /* فاصله مناسب از بالا */
  position: relative;
  z-index: 2;
}

.container-fluid.section-about-us .aboutus .container .row .gradient-text {
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 146px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 86, 189, 0.5)), color-stop(118.84%, rgba(14, 28, 58, 0)));
  background: linear-gradient(180deg, rgba(40, 86, 189, 0.5) 0%, rgba(14, 28, 58, 0) 118.84%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 10px;
  top: 0; /* موقعیت مناسب از بالا */
  text-align: left;
  z-index: 2;
}

@media (max-width: 768px) {
  .gradient-text {
    font-size: 48px !important;
    line-height: 80px !important;
  }
  .container-fluid.calculater .row .col-md-4 img {
    position: relative;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .aboutus .container .row {
    flex-direction: column;
  }
  .container-fluid.section-about-us .aboutus::after {
    z-index: -1;
  }
  .container-fluid.form .container .gradient-text {
    top: auto !important;
  }
  .container-fluid.my-profile .container .row .container-toman {
    padding: 0;
  }
  .container-fluid.my-profile .row {
    --bs-gutter-x:0;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  .container-fluid.calculater .row .col-md-4 img {
    left: 16%;
  }
  .container-map .row {
    --bs-gutter-x: 0;
  }
  .container-affiliate .row {
    --bs-gutter-x: 0;
  }
}

.modal-open .container-map {
  z-index: 0;
}

.modal-open .container-fluid.slick-slidermy {
  z-index: 0;
}

.modal-open .container-fluid.calculater {
  z-index: 0;
}

.modal-open .container-fluid.section-about-us .aboutus::after {
  z-index: 0;
}
.claimlist {
max-height: 300px;
    overflow-y: scroll;
}
#uorembt{
    background: linear-gradient(27.11deg, #74F2F8 8.71%, #1E4A97 83.24%);
    border-radius: 39px;
    border: navajowhite;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px;
    width: 100%;
}
#resetbox {
text-align: center;
    width: 85%;
    margin: auto;
}
#resetbox input {
    margin-bottom: 15px;
}
#resetbox button {
    margin-bottom: 15px;
}

/*background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/
/*background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);*/

/*=======================================================
                       breadcrumbs
=========================================================*/
.hero-section {
  position: relative;
  padding: 100px 0 50px 0;
  background-image: url("../../images/bg5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px; /* افزایش ارتفاع */
  margin-top: -100px; /* افزایش margin منفی برای پوشش نوبار */
  padding-top: 150px; /* افزایش padding بالا برای جبران margin منفی */
}

.hero-section .container {
  position: relative;
  z-index: 1;
  padding-top: 50px; /* کاهش padding-top برای تنظیم موقعیت محتوا */
}

.hero-section h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 48px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-section p {
  color: #fff;
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .hero-section p {
    text-align: center;
    margin-top: 20px;
  }

  .hero-section h1 {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */