@font-face {
  font-family: "Peyda-Bold";
  src: url("../fonts/peyda/Peyda-Bold.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Bold.woff2") format("woff"), url("../fonts/peyda/Peyda-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-Medium";
  src: url("../fonts/peyda/Peyda-Medium.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Medium.woff2") format("woff"), url("../fonts/peyda/Peyda-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-Regular";
  src: url("../fonts/peyda/Peyda-Regular.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-Regular.woff2") format("woff"), url("../fonts/peyda/Peyda-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-light";
  src: url("../fonts/peyda/peyda-light.eot") format("embedded-opentype"), url("../fonts/peyda/peyda-light.woff2") format("woff"), url("../fonts/peyda/peyda-light.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Peyda-extralight";
  src: url("../fonts/peyda/peyda-extralight.eot") format("embedded-opentype"), url("../fonts/peyda/Peyda-extralight.woff2") format("woff"), url("../fonts/peyda/Peyda-extralight.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
  background: #000;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

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

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

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

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page {
  overflow-x: hidden;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  background: transparent;
}
.AZ-field-group label {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  margin-bottom: 16px;
}
.AZ-field-group input,
.AZ-field-group textarea {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  padding: 6px 17px;
  flex-grow: 1;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.11);
  background-blend-mode: color-dodge;
  border: 0;
}
.AZ-field-group input::-moz-placeholder, .AZ-field-group textarea::-moz-placeholder {
  color: #dddddd;
}
.AZ-field-group input::placeholder,
.AZ-field-group textarea::placeholder {
  color: #dddddd;
}
.AZ-field-group input {
  height: 40px;
}

.AZ-primary-btn,
.AZ-secondary-btn {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Medium";
  padding: 6px 12px;
  transition: all 0.2s linear;
  border-radius: 40px;
  border: 0;
  background: linear-gradient(to top, #16585a 0%, #113536 100%);
  position: relative;
}
.AZ-primary-btn::after,
.AZ-secondary-btn::after {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #8edee0 0%, #16585a 100%);
  border-radius: 40px;
  z-index: -1;
}
.AZ-primary-btn:hover,
.AZ-secondary-btn:hover {
  color: #2fbcc0;
}

.AZ-secondary-btn {
  border-radius: 40px;
  border: 0.5px solid #8edee0;
  box-shadow: 0px 0px 34.4px 0px rgba(142, 222, 224, 0.43);
  background: transparent;
}
.AZ-secondary-btn::after {
  content: none;
}

.dot {
  width: 9px;
  height: 9px;
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
  box-shadow: 0px 0px 9.6px #8edee0;
  border-radius: 50%;
  display: block;
}

.AZ-section-title {
  font-size: 33px;
  color: #ffffff;
  font-family: "Peyda-light";
  position: relative;
}
.AZ-section-desc {
  font-size: 27px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  position: relative;
}

.AZ-section-name {
  font-size: 12px;
  color: #000;
  font-family: "Peyda-Regular";
  border-radius: 8.5px;
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
  box-shadow: 0px 0px 9.6px 0px #8edee0;
  padding: 2px 30px 0;
}

.AZ-section-text {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-light";
}

.AZ-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
}
.AZ-navbar.header-transparent {
  -webkit-backdrop-filter: blur(8.0499999523px);
          backdrop-filter: blur(8.0499999523px);
}
.AZ-navbar .login-btn {
  font-size: 16px;
  color: #fff;
  font-family: "Peyda-light";
  padding: 6px 12px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.2s linear;
}
.AZ-navbar .AZ-primary-btn::after {
  content: none;
}
.AZ-navbar .navbar-toggler {
  color: #ffffff;
  font-size: 13px;
  padding: 0;
}
.AZ-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.AZ-navbar .navbar-brand img {
  width: 68.853px;
}
.AZ-navbar .nav-link {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-light";
  transition: all 0.2s linear;
  white-space: nowrap;
  position: relative;
  background: transparent;
  padding: 10px;
}

#accordian .level-two {
  right: 100%;
  top: 0;
}
#accordian .show-dropdown {
  display: flex;
  align-items: center;
}
#accordian .has-dropdown {
  position: relative;
  width: 100%;
  margin-top: 4px;
}
#accordian .has-dropdown a {
  padding: 8px 24px 8px 54px;
  margin-bottom: 4px;
}
#accordian ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#accordian ul li {
  position: relative;
  width: 100%;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  width: 100%;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  background: #000;
  border: 0.5px solid #0d1218;
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

#accordian a:not(:only-child):after {
  content: "\e939";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ffffff;
  font-family: "icomoon";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  transition: 0.2s;
}

#accordian > ul > li > ul li a,
#accordian > ul > li > ul > li > ul li a,
#accordian > ul > li > ul > li > ul > li > ul li a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a {
  font-size: 16px;
  font-family: "Peyda-light";
  color: #ffffff;
  width: 100%;
  padding: 10px 10px 10px 20px !important;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
}
#accordian > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a::after {
  top: 5px;
  left: 10px !important;
}
#accordian > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a:hover {
  color: #2fbcc0;
}

.AZ-footer {
  overflow-x: hidden;
  padding: 84px 0 160px;
  background: linear-gradient(180deg, rgba(13, 18, 24, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
  border: 0.5px solid #0d1218;
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
}
.AZ-footer .footer-content {
  padding-left: 200px;
}
.AZ-footer .footer-link {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
  padding: 7px 0;
}
.AZ-footer .footer-link:hover {
  color: #0080c7;
}
.AZ-footer .footer-title {
  font-size: 16px;
  color: #8edee0;
  font-family: "Peyda-Medium";
  transition: all 0.2s linear;
  margin-bottom: 30px;
}
.AZ-footer .footer-text {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-extralight";
  transition: all 0.2s linear;
  margin-bottom: 30px;
}
.AZ-footer .footer-brand {
  margin-bottom: 28px;
}
.AZ-footer .footer-brand img {
  width: 68.853px;
}

.AZ-social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8px solid rgba(216, 216, 216, 0.05);
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 8px 0px rgba(13, 180, 252, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
}
.AZ-social a img {
  width: 32px;
}
.AZ-social a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 13px;
  background: #1893d1;
  filter: blur(9px);
  border-radius: 20px;
  transition: all 0.2s linear;
  z-index: -1;
}
.AZ-social a:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.AZ-social .instagram {
  box-shadow: 0px 0px 8px 0px rgba(190, 13, 252, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.AZ-social .instagram::after {
  background: #d4467e;
}
.AZ-social .X {
  box-shadow: 0px 0px 8px 0px rgba(13, 238, 252, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.AZ-social .X::after {
  background: #11b0ff;
}
.AZ-social .facebook {
  box-shadow: 0px 0px 8px 0px rgba(40, 126, 255, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
}
.AZ-social .facebook::after {
  background: #0a77e8;
}

.AZ-post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.AZ-post-card .post-card_img {
  width: 100%;
  border-radius: 30px;
}
.AZ-post-card .post-card_img::after {
  padding-bottom: 60%;
}
.AZ-post-card .post-card_title {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Medium";
  margin-bottom: 10px;
}
.AZ-post-card .post-card_text {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-extralight";
  margin-bottom: 20px;
}
.AZ-post-card .post-card_body {
  padding: 32px 18px;
}

.view-more span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.2s linear;
}
.view-more span::before {
  font-weight: 200;
}
.view-more p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-light";
  height: 25px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 0 8px 3px 8px;
  transition: all 0.2s linear;
}
.view-more:hover span {
  color: #2fbcc0;
  transform: scale(0.9);
}

.AZ-post-card-horizontal {
  flex-direction: row;
  height: unset;
}
.AZ-post-card-horizontal .post-card-img {
  min-width: 138px;
  border-radius: 25px;
}
.AZ-post-card-horizontal .post-card-img::after {
  padding-bottom: 100%;
}
.AZ-post-card-horizontal .post-card-title {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Medium";
  margin-bottom: 10px;
}
.AZ-post-card-horizontal .post-card-text {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-extralight";
}

.post-card-big .post-card_img {
  flex-grow: 1;
}
.post-card-big .post-card_img::after {
  padding-bottom: 50%;
}
.post-card-big .post-card_title {
  font-size: 33px;
  font-family: "Peyda-extralight";
  line-height: 41px; /* 124.242% */
}

.AZ-services-section {
  padding-bottom: 170px;
  position: relative;
}
.AZ-services-section::before, .AZ-services-section::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -600px;
  width: 1178px;
  height: 1704px;
  border-radius: 1704px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(4, 103, 106, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(33.4000015259px);
  z-index: -1;
}
.AZ-services-section::before {
  top: 50%;
  transform: translateY(-50%);
  right: -700px;
  width: 1358px;
  height: 1444px;
  background: radial-gradient(50% 50% at 50% 50%, #1d323a 0%, rgba(0, 0, 0, 0) 100%);
}

.services-box {
  border-radius: 30px;
  background: linear-gradient(180deg, #061213 0%, #0b0c0c 100%);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.05) inset;
  padding: 32px;
  height: 100%;
  position: relative;
}
.services-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, #7b7b7b, #2fbcc0);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: 30px;
}
.services-box .service-box_title {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Medium";
  margin-bottom: 11px;
}
.services-box .service-box_text {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-extralight";
}
.services-box .service-box_img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 32px;
  height: 233px;
}
.services-box .service-box_img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-box_big img {
  width: calc(100% - 300px);
}
.services-box_big .service-box_body {
  padding: 0 50px 50px 0;
  min-width: 300px;
}

.AZ-ggg-section {
  background-image: url("../img/cloud.png");
  background-position: left 250px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  position: relative;
}
.AZ-ggg-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.AZ-ggg-section .earth-wrapper {
  position: relative;
}
.AZ-ggg-section .earth-content {
  position: relative;
  z-index: 1;
}
.AZ-ggg-section .earth-content-box {
  position: absolute;
  bottom: 150px;
  right: 50px;
  width: 300px;
  z-index: 10;
  border-radius: 15px;
}
.AZ-ggg-section .earth-content-box .earth-box_inner {
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(17, 53, 54, 0.996) 0%, rgb(42, 42, 42) 100%);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.25) inset;
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
  padding: 13px 30px;
  z-index: 10;
  position: relative;
}
.AZ-ggg-section .earth-content-box .earth-box_inner::before, .AZ-ggg-section .earth-content-box .earth-box_inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(0, rgba(255, 255, 255, 0), #8edee0, rgba(0, 0, 0, 0));
  width: 1px;
  height: 70%;
  z-index: 10;
}
.AZ-ggg-section .earth-content-box .earth-box_inner::before {
  left: unset;
  right: 0;
}
.AZ-ggg-section .earth-content-box p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-extralight";
}
.AZ-ggg-section .earth-content-box::after {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, #2fbcc0 100%);
  z-index: -1;
}

.simple-box {
  border-radius: 30px;
  background: linear-gradient(to bottom, #071414, #020202);
  padding: 75px 75px 0;
  position: relative;
}
.simple-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, #a9a9a9, #2fbcc0);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: 30px;
}
.simple-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #8edee0 49.52%, rgba(0, 0, 0, 0) 94.71%);
  box-shadow: 0px 0px 18.4px 0px #8edee0;
  z-index: 1;
}

.AZ-faq-section {
  padding-bottom: 137px;
}
.AZ-faq-section .AZ-section-name {
  margin-bottom: 11px;
  display: inline-block;
}

.AZ-accordion {
  padding: 3px;
}
.AZ-accordion .accordion-item {
  width: 100%;
  border: none;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 0;
  background: transparent;
}
.AZ-accordion .accordion-item.open .open-accordion {
  transform: rotate(180deg);
}
.AZ-accordion .accordion-content {
  margin-top: 20px;
}
.AZ-accordion .accordion-content .accordion-text {
  padding: 20px 37px;
  border-radius: 16px 45px 45px 16px;
  border: 0.5px solid #7b7b7b;
  background: linear-gradient(221deg, rgba(22, 88, 90, 0) 37.58%, rgba(22, 88, 90, 0.73) 119.55%), linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.25) inset;
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
}
.AZ-accordion .accordion-content p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  line-height: 25px; /* 156.25% */
}
.AZ-accordion .accordion-item__button {
  font-size: 16px;
  font-family: "Peyda-Regular";
  color: #ffffff;
  width: 100%;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: right;
  padding: 17px 33px;
  border-radius: 30px 16px 16px 30px;
  border: 0.5px solid #7b7b7b;
  background: linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.25) inset;
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
  min-height: 56px;
}
.AZ-accordion .accordion-item__button .open-accordion {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-accordion .question-box {
  font-size: 20px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8edee0;
  border-radius: 33px;
  border: 0.8px solid rgba(216, 216, 216, 0.05);
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 8px 0px rgba(13, 238, 252, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.AZ-accordion .question-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #11b0ff;
  filter: blur(9px);
  width: 23px;
  height: 13px;
  border-radius: 20px;
  z-index: -1;
}

.AZ-steps-section {
  padding-bottom: 250px;
  position: relative;
}
.AZ-steps-section::before, .AZ-steps-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -600px;
  width: 1178px;
  height: 752px;
  border-radius: 1256px;
  opacity: 0.54;
  background: radial-gradient(50% 50% at 50% 50%, #1d323a 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(33.4000015259px);
  z-index: -1;
}
.AZ-steps-section::before {
  left: unset;
  right: -600px;
  bottom: -150px;
}
.AZ-steps-section .mb-110 {
  margin-bottom: 110px;
}
.AZ-steps-section .row-boxes {
  position: relative;
}
.AZ-steps-section .row-boxes::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #16585a 22.12%, #2fbcc0 75.96%, rgba(0, 0, 0, 0) 97.12%);
}
.AZ-steps-section .step-box {
  border-radius: 31px;
  background: linear-gradient(180deg, rgba(22, 88, 90, 0.2) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.17) inset;
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
  padding: 80px 26px 56px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  position: relative;
}
.AZ-steps-section .step-box::after {
  content: "";
  position: absolute;
  top: -50px;
  width: 9px;
  height: 9px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #16585a 100%);
  box-shadow: 0px 0px 9.6px #8edee0;
}
.AZ-steps-section .step-box_num {
  font-size: 38px;
  color: #8edee0;
  font-family: "Peyda-light";
  width: 53px;
  height: 53px;
  border-radius: 9px;
  border: 0.5px solid #181818;
  background: linear-gradient(180deg, rgba(17, 53, 54, 0.1) 0%, rgba(42, 42, 42, 0.09) 100%);
  box-shadow: 6px 10px 13.8px 0px rgba(255, 255, 255, 0.2) inset, 14px 22px 55.9px 0px #16585a inset, 11px 14px 52.3px 0px rgba(255, 255, 255, 0.17) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.AZ-steps-section .step-box_title {
  font-size: 33px;
  color: #ffffff;
  font-family: "Peyda-light";
  margin-bottom: 48px;
}
.AZ-steps-section .step-box_text {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-light";
}

.AZ-simple-section {
  padding-bottom: 180px;
}
.AZ-simple-section .list {
  margin-right: 5px;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.AZ-simple-section .list li {
  font-size: 21px;
  color: #ffffff;
  font-family: "Peyda-light";
  padding-right: 20px;
  position: relative;
}
.AZ-simple-section .list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
  filter: drop-shadow(0px 0px 9.6px #8edee0);
  border-radius: 50%;
}

.AZ-blog-section {
  padding-bottom: 130px;
  position: relative;
}
.AZ-blog-section::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1178px;
  height: 1256px;
  border-radius: 1256px;
  background: radial-gradient(50% 50% at 50% 50%, #1d323a 0%, #000 100%);
  filter: blur(33.4000015259px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.AZ-boxes-section {
  position: relative;
  padding-bottom: 200px;
}
.AZ-boxes-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 1178px;
  height: 752px;
  border-radius: 1256px;
  border-radius: 1178px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(4, 103, 106, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(33.4000015259px);
  z-index: -1;
}

.AZ-blog-page {
  padding: 100px 0;
  overflow-x: hidden;
}
.AZ-blog-page .blog-header {
  padding-bottom: 150px;
  position: relative;
}
.AZ-blog-page .blog-header::after {
  content: "";
  position: absolute;
  left: -300px;
  bottom: 0;
  width: 748px;
  height: 748px;
  border-radius: 748px;
  background: radial-gradient(50% 50% at 50% 50%, #0e262e 0%, #000 100%);
  filter: blur(33.4000015259px);
  z-index: -1;
}

.AZ-hero-section {
  padding-bottom: 55px;
  margin-top: 20px;
  position: relative;
}
.AZ-hero-section::after {
  content: "";
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 748px;
  height: 748px;
  border-radius: 1256px;
  background: radial-gradient(50% 50% at 50% 50%, #1d323a 0%, #000 100%);
  filter: blur(33.4000015259px);
  z-index: -1;
}
.AZ-hero-section .navs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
}
.AZ-hero-section .hero-box {
  position: relative;
}
.AZ-hero-section .hero-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 230px;
  z-index: 10;
  background: #000;
  border-radius: 30px 0 30px 0;
}
.AZ-hero-section .hero-box .shape::before, .AZ-hero-section .hero-box .shape::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 30px 0 0 0;
  box-shadow: -8px -8px 0 #000;
}
.AZ-hero-section .hero-box .shape::before {
  top: 100%;
  left: 0;
}
.AZ-hero-section .swiper-slide {
  width: 100%;
  border-radius: 40px;
}
.AZ-hero-section .slider-content {
  padding: 50px 100px 50px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.AZ-hero-section .slide {
  width: 100%;
  border-radius: 40px;
}
.AZ-hero-section .slide::after {
  padding-bottom: 40%;
}
.AZ-hero-section .slider-title {
  font-size: 36px;
  color: #ffffff;
  font-family: "Peyda-light";
  line-height: 49px; /* 125.641% */
  letter-spacing: -0.39px;
}

.slider-btn {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-light";
  transition: all 0.2s linear;
}
.slider-btn span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: all 0.2s linear;
}
.slider-btn:hover {
  color: #8edee0;
}
.slider-btn:hover span {
  background: #8edee0;
  border: 1px solid #8edee0;
  color: #000;
}

.AZ-portfolio-section {
  padding-bottom: 170px;
  position: relative;
}
.AZ-portfolio-section::after {
  content: "";
  position: absolute;
  top: -250px;
  left: -400px;
  width: 748px;
  height: 748px;
  border-radius: 1256px;
  background: radial-gradient(50% 50% at 50% 50%, #1d323a 0%, #000 100%);
  filter: blur(33.4000015259px);
  z-index: -1;
}
.AZ-portfolio-section .portfolio-img {
  width: 100%;
}
.AZ-portfolio-section .portfolio-img::after {
  padding-bottom: 80%;
}
.AZ-portfolio-section .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}
.AZ-portfolio-section .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-height: 288px;
  border-radius: 30px;
}

.AZ-post-page {
  padding: 80px 0;
}
.AZ-post-page .tag-label {
  font-size: 20px;
  color: #ffffff;
  font-family: "Peyda-light";
}
.AZ-post-page .tag {
  font-size: 14px;
  color: #ffffff;
  font-family: "Peyda-Medium";
  padding: 4px 8px;
  border-radius: 21px;
  background: rgba(217, 217, 217, 0.11);
  transition: all 0.2s linear;
}
.AZ-post-page .tag:hover {
  background: rgba(217, 217, 217, 0.2);
}
.AZ-post-page .post-title {
  font-size: 33px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  margin-bottom: 49px;
  line-height: 53px; /* 160.606% */
  letter-spacing: -0.33px;
}
.AZ-post-page .post-details {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.AZ-post-page .post-img {
  width: 100%;
  border-radius: 40px;
  margin-bottom: 48px;
}
.AZ-post-page .post-details {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-light";
}

article h1 {
  font-size: 33px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  line-height: 64px; /* 123.077% */
  letter-spacing: -0.52px;
}
article h2,
article h3,
article h4,
article h5 {
  font-size: 32px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  line-height: 32px; /* 100% */
  margin: 17px 0;
}
article p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Peyda-light";
  line-height: 37px; /* 185% */
  margin-bottom: 20px;
}
article img {
  width: 100%;
  border-radius: 40px;
  margin-bottom: 48px;
}

.AZ-comment-wrapper {
  padding: 29px 66px;
  border-radius: 30px;
  background: linear-gradient(180deg, #121e1e 0%, #0a0b0b 100%);
  box-shadow: 0px 4px 47.5px 0px rgba(236, 236, 236, 0.05) inset, 11px 14px 52.3px 0px rgba(255, 255, 255, 0.06) inset;
  height: 100%;
  position: relative;
}
.AZ-comment-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: linear-gradient(to right, #7b7b7b, #2fbcc0);
  z-index: -1;
  border-radius: 30px;
}
.AZ-comment-wrapper .ruls-text {
  font-size: 14px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.AZ-comment-wrapper .ruls-text a {
  text-decoration: underline;
  color: #2fbcc0;
}
.AZ-comment-wrapper .AZ-primary-btn {
  border-radius: 30px;
  background: #2fbcc0;
  padding: 4px 24px;
}

.comment-content {
  padding: 38px 56px;
  border-radius: 40px;
  background: linear-gradient(0deg, #16585a 0%, #113536 100%);
  height: 100%;
}
.comment-content_text {
  font-size: 20px;
  color: #fff;
  font-family: "Peyda-Regular";
}

.scoring .scoring-text {
  font-size: 24px;
  font-family: "Peyda-light";
  color: #bdbdbd;
  display: grid;
  text-align: center;
  cursor: pointer;
}
.scoring .rating input {
  display: none;
}
.scoring .rating label {
  float: right;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #16585a;
  background: transparent;
  cursor: pointer;
}
.scoring .rating input:checked ~ label {
  background: #16585a;
  border: 1px solid #16585a;
}
.scoring .rating input:checked ~ label .scoring-text {
  color: #fff;
}

.AZ-contact-page {
  padding: 100px 0;
  background-image: url("../img/bg-contact.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.AZ-contact-page .AZ-contact-section {
  padding: 50px 0 116px;
}
.AZ-contact-page .contact-box {
  position: relative;
}
.AZ-contact-page .contact-box-inner {
  padding: 32px 37px;
  border-radius: 30px;
  background: linear-gradient(180deg, #062835 0%, #161616 100%);
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
  position: relative;
  z-index: 1;
}
.AZ-contact-page .contact-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right bottom, #7b7b7b, #2fbcc0);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 30px;
}
.AZ-contact-page .contact_list {
  padding-left: 100px;
}

.contact_list .contact-list-title {
  font-size: 23px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.contact_list .contact-list_title,
.contact_list .contact-list_text,
.contact_list .contact-list_link {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  transition: all 0.2s linear;
}
.contact_list .contact-list_link:hover {
  color: #2fbcc0;
}
.contact_list .contact-list_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 33px;
  border: 0.8px solid rgba(216, 216, 216, 0.05);
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 8px 0px rgba(13, 238, 252, 0.32) inset, 8px 4px 16px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.contact_list .contact-list_icon span {
  font-size: 15.667px;
  background: linear-gradient(#2fbcc0, #16585a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact_list .contact-list_icon::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 10px;
  background: #1893d1;
  filter: blur(9px);
  border-radius: 20px;
  transition: all 0.2s linear;
  z-index: -1;
}

.location-wrapper {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 100px;
}

.AZ-location {
  width: 100%;
  position: relative;
  min-height: 360px;
  z-index: 0;
  overflow: hidden;
}

.nav-vertical .navs {
  flex-direction: column;
}
.nav-vertical .swiper-pagination {
  flex-direction: column;
}
.nav-vertical .swiper-button-prev,
.nav-vertical .swiper-button-next {
  transform: rotate(-90deg);
}

.swiper-pagination {
  position: unset;
  width: -moz-min-content !important;
  width: min-content !important;
  display: flex;
  gap: 5px;
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8b8b8b;
  opacity: 1;
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  margin-top: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
  color: #fff;
  font-weight: 900;
}

.AZ-breadcrumb-section .breadcrumb-link,
.AZ-breadcrumb-section span {
  font-size: 15px;
  color: #8edee0;
  font-family: "Peyda-Regular";
}

.AZ-login-page {
  padding: 100px 0;
}
.AZ-login-page .login-wrapper {
  padding: 0 80px;
}
.AZ-login-page .contact-list_icon {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.AZ-login-page .login-box {
  background-image: url("../img/bg-contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}
.AZ-login-page .login-box_overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 65px;
  border-radius: 40px;
  background: linear-gradient(294deg, rgba(0, 0, 0, 0) 44.91%, rgba(255, 255, 255, 0.2) 97.79%), rgba(29, 29, 29, 0.03);
  -webkit-backdrop-filter: blur(22.1499996185px);
          backdrop-filter: blur(22.1499996185px);
}

.login-wrapper .switch-text {
  font-size: 16px;
  color: #fff;
  font-family: "Peyda-Regular";
  margin: 18px 0;
}
.login-wrapper .switch-text a {
  text-decoration: underline;
  color: #8edee0;
}
.login-wrapper .divider {
  font-size: 16px;
  color: #696969;
  font-family: "Peyda-Regular";
  position: relative;
}
.login-wrapper .divider::before, .login-wrapper .divider::after {
  content: "";
  position: absolute;
  left: 0;
  width: 40%;
  height: 1px;
  flex-grow: 1;
  background: linear-gradient(90deg, rgba(215, 243, 244, 0) 0%, #8edee0 100%);
}
.login-wrapper .divider::before {
  right: 0;
  background: linear-gradient(-90deg, rgba(215, 243, 244, 0) 0%, #8edee0 100%);
}
.login-wrapper .google-btn {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  padding: 6px 28px 6px 19px;
  border-radius: 40px;
  background: #000;
  position: relative;
  min-width: 250px;
}
.login-wrapper .google-btn img {
  width: 24px;
}
.login-wrapper .google-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  background: linear-gradient(to top, #5c5c5c, #8edee0);
  z-index: -1;
  border-radius: 40px;
}

.modal-wrapper .modal-content {
  border-radius: 30px;
  border: 0.5px solid #000;
  background: linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.05) inset;
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
  padding: 30px 50px;
}
.modal-wrapper .AZ-field-group input,
.modal-wrapper .AZ-field-group textarea {
  background: rgba(0, 0, 0, 0.3882352941);
}
.modal-wrapper .close-modal {
  font-size: 20px;
  color: #fff;
}

.AZ-pagination .page-link {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8b8b8b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
.AZ-pagination .active {
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
}
.AZ-pagination .page-nav {
  font-size: 20px;
  color: #fff;
  background: transparent;
  width: unset;
  height: unset;
}

.package-accordion .accordion-item {
  border-radius: 30px;
  background: linear-gradient(to bottom, #103a3b 0%, #0a0b0b 100%);
  position: relative;
  overflow: visible;
}
.package-accordion .accordion-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-radius: 30px;
  background: linear-gradient(to right, #7b7b7b, #2fbcc0);
  z-index: -1;
}
.package-accordion .accordion-item__button {
  border-radius: unset;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
.package-accordion .accordion-content .accordion-text {
  border-radius: unset;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}
.package-accordion .accordion-content {
  margin-top: 0;
}
.package-accordion .accordion-content p {
  font-family: "Peyda-extralight";
  line-height: 25px;
}

.AZ-banner-section {
  padding-bottom: 200px;
}
.AZ-banner-section .banner-box {
  border-radius: 30px;
  background: linear-gradient(to bottom left, rgba(17, 53, 54, 0) 60.01%, #16585a 110.06%), linear-gradient(to bottom right, rgba(0, 0, 0, 0) 51.8%, #f8fbff 250.38%), linear-gradient(to left, rgba(0, 0, 0, 0) 65.95%, #8edee0 150.9%), linear-gradient(86deg, rgba(22, 88, 90, 0.43) 0.68%, rgba(0, 0, 0, 0) 60.54%), linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
  padding: 85px 40px;
  position: relative;
}
.AZ-banner-section .title-bg {
  position: relative;
  display: inline-block;
  margin: 0 auto 10px;
}
.AZ-banner-section .title-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  background: linear-gradient(180deg, rgba(47, 188, 192, 0.72) 0%, rgba(22, 88, 90, 0.33) 100%);
}
.AZ-banner-section .title-bg .line-left,
.AZ-banner-section .title-bg .line-right {
  position: relative;
}
.AZ-banner-section .title-bg .line-left::after,
.AZ-banner-section .title-bg .line-right::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% + 10px);
  background: linear-gradient(90deg, #d7f3f4 0%, #8edee0 100%);
  box-shadow: 0px 0px 25.8px 0px #8edee0;
}
.AZ-banner-section .title-bg .line-left::before,
.AZ-banner-section .title-bg .line-right::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0px 0px 9.6px #8edee0;
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
}
.AZ-banner-section .title-bg .line-left::after {
  left: 0;
  top: 0;
  bottom: unset;
  right: unset;
}
.AZ-banner-section .title-bg .line-left::before {
  bottom: -10px;
  left: -2px;
  top: unset;
  right: unset;
}
.AZ-banner-section .banner-title {
  font-size: 33px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 53px; /* 160.606% */
  letter-spacing: -0.33px;
  padding: 0 10px;
  white-space: nowrap;
}
.AZ-banner-section .banner-text {
  font-size: 18px;
  color: #ffffff;
  line-height: 34px; /* 188.889% */
  letter-spacing: -0.18px;
  font-family: "Peyda-Regular";
}
.AZ-banner-section .banner-content {
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.AZ-team-section {
  padding-bottom: 130px;
}
.AZ-team-section .team-card {
  border-radius: 31px;
  background: linear-gradient(to bottom, #0b0d0d, #061111);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.03) inset;
  position: relative;
  padding: 30px 21px 24px;
}
.AZ-team-section .team-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to top right, #b2b2b2, #2fbcc0);
  z-index: -1;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
  border-radius: 31px;
}
.AZ-team-section .team-card .profile-img {
  width: 81px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.AZ-team-section .team-card .profile-img::after {
  padding-bottom: 100%;
}
.AZ-team-section .team-card .name,
.AZ-team-section .team-card .post {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.AZ-team-section .team-card .post {
  font-family: "Peyda-extralight";
}
.AZ-team-section .team-card .stars {
  margin-bottom: 25px;
}
.AZ-team-section .team-card .stars span {
  width: 11px;
  color: #8edee0;
}
.AZ-team-section .team-card.card-center {
  background: linear-gradient(to bottom left, #101b1b, #2f5455);
}

.AZ-host-section {
  border-radius: 30px;
  background: linear-gradient(181deg, #1c3743 -24.3%, #000 57.12%);
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
  padding: 50px 0;
  margin-bottom: 130px;
}
.AZ-host-section .host-card {
  border-radius: 30px;
  background: linear-gradient(180deg, #0d2023 0%, #0b0c0c 100%);
  position: relative;
  min-height: 440px;
  padding: 29px 48px 77px;
}
.AZ-host-section .host-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(to bottom right, #7b7b7b, #2fbcc0);
  z-index: -1;
  border-radius: 30px;
}
.AZ-host-section .host-card .host-tag {
  font-size: 12px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  padding: 0 32px;
  border-radius: 17.5px;
  background: rgba(233, 233, 233, 0.22);
  margin-bottom: 25px;
}
.AZ-host-section .host-card .host-title {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-Medium";
  margin-bottom: 8px;
}

.plan-box {
  border-radius: 30px;
  background: linear-gradient(180deg, #05191a 0%, #0c0c0c 100%);
  position: relative;
  padding: 24px 40px 40px;
}
.plan-box-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1178px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(4, 103, 106, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(33.4000015259px);
  width: 400px;
  height: 400px;
  z-index: 1;
}
.plan-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, #7b7b7b, #2fbcc0);
  z-index: -1;
  border-radius: 30px;
  width: calc(100% + 1.5px);
  height: calc(100% + 1.5px);
}
.plan-box_inner {
  position: relative;
  z-index: 10;
  width: 100%;
}
.plan-box .AZ-primary-btn {
  min-width: 200px;
  box-shadow: 0px 0px 34.4px 0px rgba(142, 222, 224, 0.43);
  padding: 0;
}
.plan-box .AZ-primary-btn::after {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #8edee0 0%, #16585a 100%);
  border-radius: 40px;
  z-index: 1;
}
.plan-box .AZ-primary-btn span {
  width: 100%;
  background: linear-gradient(to top, #16585a 0%, #113536 100%);
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.plan-box .AZ-secondary-btn {
  min-width: 200px;
  box-shadow: none;
}
.plan-box_text {
  font-size: 20px;
  color: #ffffff;
  font-family: "Peyda-Medium";
}
.plan-box .discount-tag {
  font-size: 12px;
  color: #ffffff;
  font-family: "Peyda-Regular";
  border-radius: 18px;
  background: rgba(233, 233, 233, 0.22);
  padding: 0 10px;
  margin-bottom: 20px;
}
.plan-box .price {
  font-size: 24px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.plan-box .price span {
  font-size: 32px;
}
.plan-box .plan-title {
  font-size: 48px;
  font-family: "Peyda-Bold";
  background: linear-gradient(180deg, #8edee0 16.1%, #2fbcc0 78.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-box .plan-list {
  margin-top: 60px;
}
.plan-box .plan-list li {
  font-size: 13px;
  color: #ffffff;
  font-family: "Peyda-light";
  border-bottom: 1px solid rgba(142, 222, 224, 0.75);
  padding: 11px 6px;
}
.plan-box .plan-list li span {
  font-size: 14px;
  color: #2fbcc0;
}
.plan-box .plan-list li:last-child {
  border-bottom: 0;
}
.plan-box .plan-tag {
  font-size: 16px;
  color: #000;
  font-family: "Peyda-Regular";
  border-radius: 10.5px 10.5px 4px 4px;
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
  box-shadow: 0px 0px 9.6px 0px #8edee0;
  margin-bottom: 42px;
}

.AZ-package-page {
  padding: 130px 0;
  position: relative;
}

.plan-progress .progress-label,
.plan-progress .progress-value {
  font-size: 12px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.plan-progress .progress-bar {
  height: 3px;
  flex-grow: 1;
  border-radius: 1.5px;
  background: #4e4e4e;
}
.plan-progress .progress__bar--active {
  background: radial-gradient(50% 50% at 50% 50%, #8edee0 0%, #2fbcc0 100%);
}

.AZ-facilities-section {
  margin-top: 70px;
  border-top: 0.5px solid rgba(123, 123, 123, 0.1);
  border-bottom: 0.5px solid rgba(123, 123, 123, 0.1);
  padding: 35px 0;
}
.AZ-facilities-section .facilities-box {
  position: relative;
}
.AZ-facilities-section .facilities-box::before, .AZ-facilities-section .facilities-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 23px);
  height: calc(100% + 23px);
  border-radius: 30px;
  border: 0.5px solid #7b7b7b;
  opacity: 0.7;
  z-index: -1;
}
.AZ-facilities-section .facilities-box::after {
  width: calc(100% + 43px);
  height: calc(100% + 43px);
  opacity: 0.4;
}
.AZ-facilities-section .facilities-box .facilities-box_inner {
  position: relative;
  border-radius: 30px;
  background: #000;
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.05) inset;
}
.AZ-facilities-section .facilities-box .facilities-box_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: linear-gradient(to bottom left, #7b7b7b, #2fbcc0);
  z-index: -1;
  border-radius: 30px;
}
.AZ-facilities-section .facilities-box .content {
  position: relative;
  z-index: 1;
}
.AZ-facilities-section .facilities-box .gap-21 {
  gap: 21px;
}
.AZ-facilities-section .facilities-box .shadow {
  position: relative;
  padding: 64px;
  overflow: hidden;
  border-radius: 30px;
}
.AZ-facilities-section .facilities-box .shadow::after, .AZ-facilities-section .facilities-box .shadow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -400px;
  border-radius: 1178px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(142, 222, 224, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(33.4000015259px);
  width: 1178px;
  height: 422px;
  transform: translateY(-50%);
}
.AZ-facilities-section .facilities-box .shadow::after {
  right: unset;
  top: unset;
  bottom: -400px;
  left: -400px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(4, 103, 106, 0.41) 0%, rgba(0, 0, 0, 0) 100%);
}
.AZ-facilities-section .facilities-box .AZ-section-desc {
  font-size: 22px;
  margin-top: 8px;
}
.AZ-facilities-section .facilities-box .facilities-item {
  font-size: 16px;
  color: #ffffff;
  font-family: "Peyda-light";
}
.AZ-facilities-section .facilities-box .facilities-item span {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: linear-gradient(#2fbcc0, #16585a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.AZ-planTable-section {
  padding-bottom: 130px;
}
.AZ-planTable-section .plan-table {
  border-radius: 30px;
  background: linear-gradient(to bottom, #071313 0%, #0c0d0d 100%);
  position: relative;
}
.AZ-planTable-section .plan-table::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, #7b7b7b, #2fbcc0);
  z-index: -1;
  border-radius: 30px;
}
.AZ-planTable-section .pricing-plan.active-btn {
  background: rgba(142, 222, 224, 0.11);
}
.AZ-planTable-section .pricing-plan.active-btn .pricing-plans_tab {
  color: #fff;
}
.AZ-planTable-section .pricing-plans {
  -webkit-backdrop-filter: blur(41.2999992371px);
          backdrop-filter: blur(41.2999992371px);
  background: linear-gradient(180deg, #071516 0%, #111414 100%);
  overflow: hidden;
  border-radius: 40px;
}
.AZ-planTable-section .pricing-plans .pricing-plans_tab {
  font-size: 14px;
  color: #ffffff;
  padding: 7px 0;
  font-family: "Peyda-Regular";
}
.AZ-planTable-section .pricing-plans li {
  flex-grow: 1;
}
.AZ-planTable-section .pricing-table .table-title {
  font-size: 16px;
  color: #fff;
  font-family: "Peyda-Regular";
  min-width: 199px;
  border-radius: 17.5px;
  background: rgba(142, 222, 224, 0.11);
  padding: 4px;
}
.AZ-planTable-section .pricing-table .plan-price {
  font-size: 20px;
  font-family: "IRANYekanX-Regular";
  color: #ffffff;
  margin-bottom: -10px;
}
.AZ-planTable-section .pricing-table .plan-price span {
  font-size: 40px;
}
.AZ-planTable-section .pricing-table .plan-time {
  font-size: 16px;
  font-family: "IRANYekanX-Regular";
  color: #ffffff;
}
.AZ-planTable-section .pricing-table .active-plan {
  display: block !important;
}
.AZ-planTable-section .pricing-compare {
  margin-top: -50px;
  position: relative;
  height: calc(100% + 50px);
}
.AZ-planTable-section .pricing-compare_inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #071516 0%, #111414 100%);
  padding: 20px 0;
  border-radius: 30px 30px 0 0;
  height: 100%;
}
.AZ-planTable-section .pricing-compare .title-row {
  height: 100px;
}
.AZ-planTable-section .pricing-compare .compare-item-row {
  width: 100%;
}
.AZ-planTable-section .pricing-compare::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, #7b7b7b, #2fbcc0);
  border-radius: 30px;
}
.AZ-planTable-section .title-row {
  height: 50px;
  position: relative;
}
.AZ-planTable-section .title-row img {
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: -15px;
}
.AZ-planTable-section .title-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.AZ-planTable-section .compare-item-row {
  height: 60px;
  width: 92%;
  margin: 0 auto;
  font-size: 13px;
  color: #ffffff;
  font-family: "Peyda-light";
  position: relative;
}
.AZ-planTable-section .compare-item-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #004345 0%, #8edee0 50.48%, #004345 100%);
  opacity: 0.75;
}
.AZ-planTable-section .compare-item-row:last-child {
  border-bottom: 0;
}
.AZ-planTable-section .compare-item-row:last-child::after {
  content: none;
}
.AZ-planTable-section .compare-item-row .compare-title {
  font-size: 13px;
  color: #fff;
  font-family: "Peyda-light";
}
.AZ-planTable-section .pricing-table_footer {
  margin-top: -20px;
  margin-bottom: -2px;
  z-index: 1;
  position: relative;
}
.AZ-planTable-section .pricing-table_footer .footer-content {
  z-index: 1;
  position: relative;
  padding: 32px 39px;
  border-radius: 36px;
  background: linear-gradient(180deg, #141f1f 0%, #0a0e0e 100%);
  box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.05) inset;
}
.AZ-planTable-section .pricing-table_footer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, #7b7b7b, #2fbcc0);
  z-index: -1;
  border-radius: 36px;
}
.AZ-planTable-section .price {
  font-size: 24px;
  color: #ffffff;
  font-family: "Peyda-Regular";
}
.AZ-planTable-section .price span {
  font-size: 32px;
}

.AZ-hosting-specifications-section::before, .AZ-hosting-specifications-section::after {
  content: none;
}
.AZ-hosting-specifications-section .shadow-top {
  position: relative;
}
.AZ-hosting-specifications-section .shadow-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: radial-gradient(67.48% 67.48% at 50.12% -1.69%, #16585a 0%, rgba(22, 88, 90, 0) 100%), linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
  transform: unset;
}
.AZ-hosting-specifications-section .services-box {
  padding: 0;
  min-height: 266px;
}
.AZ-hosting-specifications-section .services-box .service-box_img {
  border-radius: 30px;
  height: 200px;
  width: 100%;
  margin-bottom: 0;
}
.AZ-hosting-specifications-section .services-box .full-img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.AZ-hosting-specifications-section .overlay {
  padding: 0 33px 33px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(0deg, #000 37.68%, rgba(0, 0, 0, 0) 100%);
  height: 60%;
  border-radius: 0 0 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .comment-content {
    padding: 38px;
  }
}
@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100%;
  }
  .AZ-section-title2 {
    font-size: 28px;
  }
  #accordian > ul > li > ul,
  #accordian > ul > li > ul > li > ul,
  #accordian > ul > li > ul > li > ul > li > ul,
  #accordian > ul > li > ul > li > ul > li > ul > li > ul {
    position: relative;
  }
  #accordian .show-dropdown {
    align-items: start;
    flex-direction: column;
  }
  #accordian .level-two {
    right: unset;
    top: unset;
  }
  #accordian .has-dropdown a {
    padding: 10px 0;
  }
  #accordian a:not(:only-child):after {
    left: 0;
    color: white;
  }
  #accordian > ul > li > ul,
  #accordian > ul > li > ul > li > ul,
  #accordian > ul > li > ul > li > ul > li > ul,
  #accordian > ul > li > ul > li > ul > li > ul > li > ul {
    padding-right: 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  #accordian > ul > li > ul::before,
  #accordian > ul > li > ul > li > ul::before,
  #accordian > ul > li > ul > li > ul > li > ul::before,
  #accordian > ul > li > ul > li > ul > li > ul > li > ul::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #8edee0;
    border-radius: 10px;
    height: 100%;
    width: 1px;
    z-index: 1;
  }
  #accordian > ul > li > ul li a,
  #accordian > ul > li > ul > li > ul li a,
  #accordian > ul > li > ul > li > ul > li > ul li a,
  #accordian > ul > li > ul > li > ul > li > ul > li > ul li a {
    font-size: 14px;
    color: #fff;
    padding: 5px !important;
  }
  #accordian > ul > li > ul li a::after,
  #accordian > ul > li > ul > li > ul li a::after,
  #accordian > ul > li > ul > li > ul > li > ul li a::after,
  #accordian > ul > li > ul > li > ul > li > ul > li > ul li a::after {
    top: 5px;
    left: 0 !important;
  }
  #accordian > ul > li > ul li a:hover,
  #accordian > ul > li > ul > li > ul li a:hover,
  #accordian > ul > li > ul > li > ul > li > ul li a:hover,
  #accordian > ul > li > ul > li > ul > li > ul > li > ul li a:hover {
    color: #000;
  }
  .AZ-navbar {
    padding: 10px 0;
  }
  .AZ-navbar::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4705882353);
    transition: all 0.2s linear;
    visibility: hidden;
    z-index: -11;
  }
  .AZ-navbar.show::after {
    z-index: 1;
    visibility: visible;
  }
  .AZ-navbar .sidebar {
    position: fixed;
    left: -300px;
    top: 0;
    width: 250px;
    height: 100vh;
    padding: 24px 38px;
    z-index: 100;
    transition: all 0.2s linear;
    border: 0.5px solid #7b7b7b;
    background: linear-gradient(180deg, rgba(17, 53, 54, 0.31) 0%, rgba(42, 42, 42, 0.25) 100%);
    box-shadow: 11px 14px 52.3px 0px rgba(255, 255, 255, 0.25) inset;
    -webkit-backdrop-filter: blur(41.2999992371px);
            backdrop-filter: blur(41.2999992371px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .AZ-navbar .sidebar.show {
    left: 0;
  }
  .AZ-navbar .sidebar .AZ-secondary-btn {
    box-shadow: none;
    border: 1px solid #fff;
  }
  .AZ-navbar .close-sidebar {
    color: #8edee0;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .AZ-navbar .AZ-primary-btn,
  .AZ-navbar .AZ-secondary-btn {
    font-size: 12px;
    padding: 4px 10px;
    height: unset;
  }
  .AZ-navbar .nav-link {
    padding: 8px 0 !important;
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
  }
  .AZ-navbar .navbar-brand img {
    width: 50px;
  }
  .row-overflow {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .row-overflow .col-lg-4 {
    width: 350px;
  }
  .AZ-section-title {
    font-size: 24px;
  }
  .AZ-section-desc {
    font-size: 24px;
  }
  .AZ-section-text {
    font-size: 14px;
  }
  .services-box {
    padding: 17px 15px;
    border-radius: 16px;
  }
  .services-box::after {
    border-radius: 16px;
  }
  .services-box .service-box_img {
    border-radius: 16px;
    margin-bottom: 20px;
    height: unset;
  }
  .services-box .service-box_img::after {
    padding-bottom: 50%;
  }
  .AZ-services-section .services-box {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
  }
  .AZ-services-section .services-box .service-box_img {
    min-width: 137px;
    height: auto;
    margin-bottom: 0;
  }
  .AZ-services-section .services-box .service-box_img::after {
    padding-bottom: 100%;
  }
  .AZ-services-section .services-box .service-box_title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .AZ-post-card .post-card_img {
    border-radius: 16px;
  }
  .AZ-post-card .post-card_body {
    padding: 16px 0;
  }
  .AZ-post-card .post-card_title {
    font-size: 14px;
  }
  .AZ-post-card .post-card_text {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .AZ-faq-section {
    padding-bottom: 60px;
  }
  .AZ-simple-section {
    padding-bottom: 50px;
  }
  .AZ-simple-section .list {
    margin-top: 10px;
  }
  .AZ-simple-section .list li {
    font-size: 14px;
    padding-right: 15px;
  }
  .AZ-simple-section .list li::after {
    width: 5px;
    height: 5px;
  }
  .AZ-ggg-section {
    padding-bottom: 40px;
  }
  .AZ-services-section {
    padding-bottom: 53px;
  }
  .AZ-services-section::after, .AZ-services-section::before {
    content: none;
  }
  .AZ-boxes-section {
    padding-bottom: 50px;
  }
  .AZ-boxes-section::after, .AZ-boxes-section::before {
    content: none;
  }
  .AZ-portfolio-section {
    padding-bottom: 56px;
  }
  .AZ-portfolio-section::after {
    content: none;
  }
  .AZ-portfolio-section .swiper-slide img {
    max-height: 120px;
    border-radius: 15px;
  }
  .AZ-blog-section {
    padding-bottom: 70px;
  }
  .AZ-blog-section::after {
    content: none;
  }
  .services-box .service-box_text {
    font-size: 14px;
  }
  .AZ-steps-section {
    padding-bottom: 65px;
  }
  .AZ-steps-section .mb-110 {
    margin-bottom: 24px;
  }
  .AZ-steps-section .row-boxes {
    padding-right: 15px;
  }
  .AZ-steps-section .row-boxes::after {
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%);
    height: 75%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(71, 71, 71, 0) 0%, #16585a 22.12%, #2fbcc0 75.96%, rgba(123, 123, 123, 0) 97.12%);
    z-index: -1;
  }
  .AZ-steps-section .step-box::after {
    left: unset;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .AZ-footer {
    padding: 30px 0;
  }
  .AZ-footer .menu {
    border-bottom: 1px solid #16585a;
    padding: 20px 0;
  }
  .AZ-footer .menu .dropdown-toggle {
    font-size: 14px;
    color: #8edee0;
    font-family: "Peyda-Medium";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .AZ-footer .menu:last-child {
    border-bottom: 0;
  }
  .AZ-footer .footer-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .AZ-footer .footer-content {
    padding-left: 0;
  }
  .AZ-footer .footer-link {
    font-size: 14px;
  }
  .AZ-social a {
    width: 30px;
    height: 30px;
  }
  .AZ-social a img {
    width: 20px;
  }
  .AZ-hero-section {
    padding-bottom: 45px;
    margin-top: 70px;
  }
  .AZ-hero-section::after {
    content: none;
  }
  .AZ-hero-section .slider-content {
    padding: 30px 30px 30px 0;
    height: unset;
  }
  .AZ-hero-section .slider-title {
    font-size: 20px;
    line-height: unset;
  }
  .AZ-hero-section .navs {
    right: unset;
    top: unset;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
  }
  .AZ-hero-section .nav-vertical .swiper-button-prev,
  .AZ-hero-section .nav-vertical .swiper-button-next {
    transform: unset;
  }
  .AZ-hero-section .nav-vertical .swiper-pagination {
    flex-direction: row;
  }
  .AZ-hero-section .hero-box .shape {
    display: none;
  }
  .AZ-hero-section .swiper-slide {
    border-radius: 16px;
  }
  .AZ-hero-section .slide {
    border-radius: 16px;
  }
  .AZ-hero-section .slide::after {
    padding-bottom: 160%;
  }
  .slider-btn {
    font-size: 14px;
  }
  .slider-btn span {
    width: 30px;
    height: 30px;
  }
  .simple-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .simple-box::before, .simple-box::after {
    content: none;
  }
  .AZ-blog-page .blog-header {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .AZ-post-card .post-card_text {
    font-size: 14px;
  }
  .AZ-post-card-horizontal .post-card-img {
    min-width: 100px;
    border-radius: 20px;
  }
  .AZ-post-card-horizontal .post-card-text {
    font-size: 14px;
  }
  .post-card-big .post-card_title {
    font-size: 20px;
    line-height: 1.2;
  }
  .AZ-contact-page .contact_list {
    padding-left: 0;
  }
  .contact_list .contact-list_icon {
    width: 35px;
    height: 35px;
  }
  .contact_list .contact-list_title,
  .contact_list .contact-list_text,
  .contact_list .contact-list_link {
    font-size: 14px;
  }
  .contact_list .contact-list-title {
    font-size: 20px;
  }
  .AZ-login-page .login-wrapper {
    padding: 0;
  }
  .AZ-login-page .login-box {
    min-height: 300px;
  }
  .AZ-login-page .login-box_overlay {
    padding: 30px;
  }
  .AZ-package-page {
    padding: 80px 0;
  }
  .plan-box .plan-title {
    font-size: 30px;
  }
  .plan-box_text {
    font-size: 14px;
  }
  .plan-box .price {
    font-size: 16px;
  }
  .plan-box .price span {
    font-size: 20px;
  }
  .plan-box .plan-list {
    margin: 30px 0 0;
  }
  .AZ-facilities-section .facilities-box .AZ-section-desc {
    font-size: 14px;
  }
  .AZ-facilities-section .facilities-box .AZ-section-title {
    font-size: 20px;
  }
  .AZ-facilities-section .facilities-box .shadow {
    padding: 40px 30px;
  }
  .AZ-facilities-section .facilities-box .facilities-item {
    font-size: 14px;
  }
  .AZ-planTable-section {
    padding-bottom: 80px;
  }
  .AZ-host-section {
    margin-bottom: 50px;
  }
  .AZ-team-section {
    padding-bottom: 80px;
  }
  .AZ-banner-section {
    padding-bottom: 80px;
  }
  .AZ-banner-section .banner-box {
    padding: 50px 20px;
  }
  .AZ-banner-section .banner-title {
    font-size: 20px;
  }
  .AZ-planTable-section .pricing-table .active-plan {
    width: 100%;
  }
  .AZ-planTable-section .mb-80 {
    margin-bottom: 80px;
  }
  .AZ-planTable-section .compare-item-row .compare-title {
    font-size: 12px;
  }
  .AZ-planTable-section .pricing-compare_inner {
    border-radius: 30px;
  }
  .AZ-planTable-section .pricing-table .table-title {
    font-size: 14px;
    min-width: 100%;
  }
  .AZ-planTable-section .title-row {
    height: 28px;
  }
  .AZ-planTable-section .pricing-compare .title-row {
    height: 80px;
  }
  .AZ-planTable-section .pricing-table_footer .footer-content {
    padding: 20px;
  }
  .AZ-planTable-section .price {
    font-size: 16px;
  }
  .AZ-planTable-section .price span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-right: 35px;
    padding-left: 35px;
  }
  .services-box_big .service-box_body {
    padding: 30px 20px;
    min-width: 100%;
  }
  .services-box_big img {
    width: 100%;
  }
  .row-overflow .col-lg-4 {
    width: 280px;
  }
  .AZ-ggg-section .earth-content-box {
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 207px;
  }
  .AZ-ggg-section .earth-content-box p {
    font-size: 12px;
  }
  .AZ-ggg-section .earth-content-box .earth-box_inner {
    padding: 13px 24px;
  }
  .AZ-steps-section .step-box {
    padding: 12px 34px 12px 20px;
    border-radius: 16px;
  }
  .AZ-steps-section .step-box .step-box_num {
    font-size: 18px;
    width: 29px;
    height: 29px;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: -12px;
  }
  .AZ-steps-section .step-box_title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #2fbcc0;
  }
  .AZ-steps-section .step-box_text {
    font-size: 14px;
  }
  .AZ-hero-section {
    margin-top: 70px;
  }
  .AZ-hero-section .swiper-button-next,
  .AZ-hero-section .swiper-button-prev {
    width: auto !important;
    height: auto !important;
  }
  .AZ-hero-section .slider-title {
    font-size: 24px;
  }
  .AZ-hero-section .slider-content {
    padding: 38px 24px;
  }
  .AZ-hero-section .AZ-section-text {
    font-size: 14px;
  }
  .AZ-hero-section .hero-box .shape {
    height: 10px;
    width: 120px;
  }
  .AZ-hero-section .hero-box .shape::before, .AZ-hero-section .hero-box .shape::after {
    width: 10px;
    height: 10px;
  }
  .slider-btn {
    font-size: 14px;
  }
  .slider-btn span {
    font-size: 15px;
    width: 29px;
    height: 29px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 8px;
  }
  .AZ-accordion .question-box {
    font-size: 15px;
    min-width: 28px;
    height: 28px;
  }
  .AZ-accordion .question-box img {
    width: 20px;
  }
  .AZ-accordion .accordion-content p {
    font-size: 14px;
  }
  .AZ-accordion .accordion-content .accordion-text {
    border-radius: 8px 40px 40px 8px;
    padding: 20px;
  }
  .AZ-accordion .accordion-item__button {
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 30px 8px 8px 30px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .comment-content_text {
    font-size: 14px;
  }
  .AZ-comment-wrapper {
    padding: 29px 20px;
  }
  .AZ-comment-wrapper .ruls-text {
    font-size: 12px;
  }
  .scoring .scoring-text {
    font-size: 20px;
  }
  .scoring .rating label {
    width: 35px;
    height: 35px;
  }
  .AZ-post-page .tag-label {
    font-size: 14px;
  }
  .AZ-post-page .tag {
    font-size: 12px;
  }
  .AZ-post-page .post-title {
    font-size: 18px;
    line-height: normal;
  }
  .AZ-post-page .post-details {
    font-size: 14px;
  }
  article h2,
  article h3,
  article h4,
  article h5 {
    font-size: 20px;
  }
  article p {
    font-size: 14px;
    line-height: normal;
  }
  .plan-box {
    padding: 24px 20px;
  }
  .plan-box .plan-tag {
    margin-bottom: 20px;
  }
  .AZ-host-section .host-card {
    min-height: auto;
    padding: 29px 27px 50px;
  }
  .AZ-banner-section .banner-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .AZ-banner-section .banner-title {
    font-size: 16px;
  }
  .AZ-hosting-specifications-section .overlay {
    padding: 0 20px 20px;
  }
  .modal-wrapper .modal-content {
    padding: 20px;
  }
  .AZ-field-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .AZ-post-card-horizontal .post-card-title {
    font-size: 14px;
  }
  .AZ-post-card-horizontal .post-card-text {
    font-size: 12px;
  }
  .post-card-big .post-card_title {
    font-size: 16px;
  }
}