@charset "UTF-8";
.az-btn {
  color: white;
  text-decoration: none;
  background-color: #F82650;
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: bold;
  display: inline-block;
  min-width: 165px;
  text-align: center; }

.az-btn:hover {
  color: white; }

.custom-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }

.az-button {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  background-color: #F82650;
  color: white !important;
  min-width: 161px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: border-box;
  text-transform: uppercase; }

.az-button:after,
.az-button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.az-button:after {
  width: 20px;
  height: 1px;
  background: white;
  transform: translateX(-3px);
  margin-top: 0px; }

.az-button:before {
  content: "";
  transform: rotate(-135deg) translateX(50%);
  width: 11px;
  height: 11px;
  background: transparent;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: -1px; }

.az-button:hover {
  padding: 15px 60px 15px 20px; }

.az-button:hover::after,
.az-button:hover::before {
  opacity: 1;
  right: 15px; }

.az-card-highlight {
  width: 339px;
  background: #fff;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  box-shadow: 0px 40px 80px 0px #0000000f, 4px 4px 26px 0px #ffffff40 inset, 0px 4px 2px 0px #ffffff40 inset;
  height: 100%; }

.az-card-highlight .az-card-body {
  padding: 25px;
  inset-inline-start: 10px;
  position: relative;
  /* Mobile: place icon above text */ }

.az-card-highlight .az-card-body .az-card-title {
  font-size: 20px;
  font-weight: 700; }

.az-card-highlight .az-card-body .az-card-description {
  color: #140342;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 1.5 ├Ч font-size = 24px per line */
  min-height: 96px; }

.az-card-highlight .az-card-body .az-card-icon-outer {
  position: absolute;
  top: 50%;
  inset-inline-start: -55px;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 23.88px 39.8px 0px #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }

@media (max-width: 767.98px) {
  .az-card-highlight .az-card-body .az-card-icon-outer {
    position: static;
    /* no absolute positioning */
    margin: 0 auto 1rem auto;
    /* center and spacing below */
    transform: none;
    inset-inline-start: auto; } }
.az-card-highlight .az-card-body .az-card-icon {
  border-radius: 50%;
  background: #fff;
  width: 61px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 23.88px 39.8px 0px #0000000d;
  /* inner shadow */ }

@media (max-width: 767.98px) {
  .az-card-highlight .az-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; } }
@media screen and (max-width: 480px) {
  .az-card-highlight {
    width: 100%;
    margin-bottom: 17px; } }
.az-card-feature {
  background-color: #fff;
  color: #140342;
  box-shadow: 0px 4px 2px 0px rgba(255, 255, 255, 0.25) inset, 4px 4px 26px 0px rgba(255, 255, 255, 0.25) inset;
  border-radius: 20px;
  margin: 10px;
  position: relative;
  margin-top: 42px;
  height: auto; }

.az-card-feature .az-card-body {
  text-align: center;
  padding: 41px 14px 22px; }

.az-card-feature .az-card-body .az-card-title {
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-bottom: 10px; }

.az-card-feature .az-card-body .az-card-logo {
  margin-bottom: 18px; }

.az-card-feature .az-card-body .az-card-logo img {
  display: inline-block;
  width: 194px;
  max-width: 100%; }

.az-card-feature .az-card-body .az-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #140342; }

.az-card-feature .az-card-body .az-card-button-div {
  margin-top: 15px; }

.az-card-feature .az-card-body .az-card-button-div .az-card-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #000;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 117px;
  padding: 6px 15px; }

.az-card-feature .az-card-body .az-card-badge {
  position: absolute;
  top: -42px;
  left: 24px;
  background: white;
  border-radius: 100px;
  box-shadow: 0px 4px 2px 0px rgba(255, 255, 255, 0.25) inset, 4px 4px 26px 0px rgba(255, 255, 255, 0.25) inset, 0px 40px 80px 0px rgba(0, 0, 0, 0.06);
  width: 67px;
  height: 67px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.az-card-feature .az-card-body .az-card-badge .bold-text {
  color: #111934;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px; }

.front-page__about {
  background-color: #f9f9f9; }

.front-page__h2 {
  font-size: 20px !important; }

@media screen and (min-width: 480px) {
  .front-page__h2 {
    font-size: calc(0.693962526vw + 16.6689798751px) !important; } }
@media screen and (min-width: 1921px) {
  .front-page__h2 {
    font-size: 30px !important; } }
.front-page__h3 {
  font-weight: bold; }

.front-page__h3 {
  font-size: 18px !important; }

@media screen and (min-width: 480px) {
  .front-page__h3 {
    font-size: calc(0.1387925052vw + 17.333795975px) !important; } }
@media screen and (min-width: 1921px) {
  .front-page__h3 {
    font-size: 20px !important; } }
.front-page__header {
  background-size: cover;
  color: #ffffff;
  overflow: hidden; }

.front-page__header-container {
  padding-top: 5vh;
  padding-bottom: 10vh;
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (min-width: 992px) {
  .front-page__header-container {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 992px) {
  .front-page__header-container .first-content-column {
    width: 74%;
    max-width: 680px;
    margin-left: auto; } }
.front-page__header-title {
  font-size: 30px !important; }

@media screen and (min-width: 480px) {
  .front-page__header-title {
    font-size: calc(1.9430950729vw + 20.6731436502px) !important; } }
@media screen and (min-width: 1921px) {
  .front-page__header-title {
    font-size: 58px !important; } }
.front-page__header-title span {
  font-size: 23px !important; }

@media screen and (min-width: 480px) {
  .front-page__header-title span {
    font-size: calc(1.6655100625vw + 15.0055517002px) !important; } }
@media screen and (min-width: 1921px) {
  .front-page__header-title span {
    font-size: 47px !important; } }
.front-page__header-broker-logo-wrapper {
  height: 60px; }

.front-page__header-broker-logo {
  width: 200px;
  max-width: 100%;
  height: auto; }

.front-page__header-broker {
  margin-top: 35px;
  color: #009F8C;
  background-color: white;
  border-radius: 40px;
  gap: 10px;
  padding: 25px; }

.front-page__header-broker-btn {
  border: 1px solid #009F8C;
  border-radius: 100px;
  padding: 15px 30px;
  min-width: 165px; }

.front-page__header-broker-number-wrapper {
  top: -35px;
  left: 40px;
  font-size: 24px;
  width: 70px;
  height: 70px;
  border-radius: 72.753px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2.91px 1.455px 0px rgba(255, 255, 255, 0.25) inset, 2.91px 2.91px 18.916px 0px rgba(255, 255, 255, 0.25) inset, 0px 29.101px 58.202px 0px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid rgba(0, 0, 0, 0.06); }

#faq {
  padding-top: 34px; }

#faq .az-sect-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px; }

.az-accordion {
  list-style-type: none;
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.01);
  margin-bottom: 38px; }

@media screen and (min-width: 481px) {
  .az-accordion {
    margin-bottom: 43px; } }
.az-accordion li {
  transition: all 0.3s;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  overflow: hidden; }
  .az-accordion li:before {
    width: 0; }

.az-accordion li .az-accordion-title {
  position: relative;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  margin-top: -1px;
  padding: 15px 27px 15px 27px;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  display: block; }

@media screen and (min-width: 481px) {
  .az-accordion li .az-accordion-title {
    font-size: 22px;
    line-height: 34px; } }
.az-accordion li .az-accordion-title:after {
  content: "";
  width: 1.15em;
  height: 1.15em;
  margin-left: 10px;
  position: absolute;
  top: 18px;
  right: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.08197 1.34227L5.99997 6.26027L10.918 1.34227' stroke='%23111827' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

@media screen and (min-width: 481px) {
  .az-accordion li .az-accordion-title:after {
    width: 1.25em;
    height: 1.25em;
    right: 13px; } }
.az-accordion li .az-accordion-title > span {
  position: relative;
  display: inline-block; }

.az-accordion li .az-accordion-title > span:after {
  content: "";
  width: 0;
  height: 1px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease; }

.az-accordion li .az-accordion-title:hover > span:after {
  width: 100%; }

.az-accordion li .az-accordion-content {
  font-size: 16px;
  line-height: 25px;
  padding: 0 20px 15px 27px;
  display: none;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 0; }

@media screen and (min-width: 481px) {
  .az-accordion li .az-accordion-content {
    font-size: 18px;
    line-height: 27px; } }
.az-accordion li:nth-child(n+2) {
  margin-top: 14px; }

.az-accordion li.is-active {
  background: #008D7C; }

.az-accordion li.is-active .az-accordion-title {
  color: #FFF;
  font-weight: 700; }

.az-accordion li.is-active .az-accordion-title:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M10.918 6.06105L6.00003 1.14305L1.08203 6.06105' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.az-section-short-hero {
  background-repeat: no-repeat;
  background-size: cover; }

.az-section-short-hero .az-sect-inner-image img {
  max-width: 250px; }

@media screen and (min-width: 1200px) {
  .az-section-short-hero .col-md-8 {
    width: 72% !important; } }
@media screen and (min-width: 1200px) {
  .az-section-short-hero .col-md-4 {
    width: 28% !important; } }
.hero-content {
  padding: 26px 0 25px; }

@media screen and (min-width: 960px) {
  .hero-content {
    padding: 32px 0 13px; } }
.hero-content {
  padding: 26px 0 25px; }

@media screen and (min-width: 960px) {
  .hero-content {
    padding: 32px 0 13px; } }
.hero-content h2,
.hero-content .h2,
.hero-content h1,
.hero-content .h1 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px; }

.hero-content p {
  font-size: 16px;
  margin-bottom: 0 !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: #ffffff;
  margin-bottom: 30px; }

@media screen and (min-width: 481px) {
  .hero-content p {
    font-size: 18px; } }
.home-slider .slick-track {
  display: flex !important;
  -moz-column-gap: 66px;
  column-gap: 66px; }

.home-slider .slick-slide {
  height: inherit !important; }

.front-page__header-brokers .slick-track {
  display: flex !important; }

.brokers-table {
  display: none; }

@media screen and (min-width: 1024px) {
  .brokers-table {
    display: block; } }
.brokers-cols {
  padding-top: 20px; }

@media screen and (min-width: 1024px) {
  .brokers-cols {
    display: none; } }
.az-table-brokers {
  color: #141E3F; }

.az-table-brokers thead th {
  color: #141E3F;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  text-align: center; }

.az-table-brokers thead th.th-logo {
  width: 250px; }

.az-table-brokers thead th.th-deposit:after {
  content: "";
  background-size: 12px;
  background-position: center;
  display: inline-block;
  height: 15px;
  margin-left: 14px; }

.az-table-brokers thead th.th-assets:after {
  content: "";
  background-size: 12px;
  background-position: center;
  display: inline-block;
  height: 15px;
  margin-left: 14px; }

.az-table-brokers thead th.th-highlights {
  width: 23%; }

.az-table-brokers thead th.th-payment-methods {
  width: 20%; }

.az-table-brokers thead th.th-info {
  width: 200px;
  text-align: center; }

.az-table-brokers tbody tr td {
  vertical-align: middle !important;
  text-align: center; }

@media screen and (min-width: 1024px) {
  .az-table-brokers tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px; } }
.az-table-brokers tbody tr td .entry-logo {
  width: 195px;
  text-align: center;
  margin: 0 auto; }

.az-table-brokers tbody tr td .entry-logo .az-broker-img {
  margin-bottom: 10px;
  max-width: 160px; }

.az-table-brokers tbody tr td .entry-logo .entry-address {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px; }

.az-table-brokers tbody tr td .entry-features ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.az-table-brokers tbody tr td .entry-features ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.71;
  margin-bottom: 7px;
  letter-spacing: normal;
  text-align: left;
  color: #272727;
  padding-left: 28px; }

.az-table-brokers tbody tr td .entry-features ul li:last-child {
  margin-bottom: 0; }

.az-table-brokers tbody tr td .entry-features ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url(https://www.azcryptoexchanges.com/wp-content/themes/azcryptoexchanges/assets/css/../images/true.png);
  background-size: 20px;
  background-position: center;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  padding: 4px;
  background-repeat: no-repeat; }

.az-table-brokers tbody tr td .risk_warning {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  line-height: 24px; }

.az-table-brokers tbody tr td.td-deposit {
  font-size: 20px;
  font-weight: 600; }

.az-table-brokers tbody tr td.td-assets {
  font-size: 20px;
  font-weight: 600; }

.az-table-brokers tbody tr td.td-info {
  text-align: center; }

.az-table-brokers tbody tr td.td-info .az-button {
  font-weight: 600;
  font-size: 16px; }

#brokers {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  #brokers {
    background-color: #f5f4fb; } }
@media screen and (max-width: 480px) {
  #brokers {
    padding-bottom: 34px; } }
.single-entry {
  position: relative;
  padding: 18px;
  border-radius: 16px;
  border: 1px #e1e1e1;
  background: #fff;
  box-shadow: 0 26.941px 44.902px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; }

.single-entry .star {
  position: absolute;
  width: 95px;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3; }

.single-entry .entry-features ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.single-entry .entry-features ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  margin-bottom: 15px;
  letter-spacing: normal;
  text-align: left;
  color: #141E3F;
  padding-left: 28px; }

.single-entry .entry-features ul li:last-child {
  margin-bottom: 0; }

.single-entry .entry-features ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url(https://www.azcryptoexchanges.com/wp-content/themes/azcryptoexchanges/assets/css/../images/true.png);
  background-size: 20px;
  background-position: center;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  padding: 4px;
  background-repeat: no-repeat; }

.single-entry .entry-info {
  margin: 0;
  padding: 20px;
  list-style: none;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 420px) {
  .single-entry .entry-info {
    padding: 15px; } }
.single-entry .entry-info li {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #141E3F; }

.single-entry .entry-info li span {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #42B68E; }

.single-entry .entry-info li:nth-child(n+2) {
  margin-top: 10px; }

.single-entry .btn-primary {
  border-radius: 100px;
  padding: 15px 30px;
  background-color: #F82650;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: center;
  color: #fff;
  border: none;
  max-width: 100%; }

.single-entry .hover2 {
  transition: 0.5s;
  position: relative; }

.single-entry .hover2:after {
  content: "\BB";
  position: absolute;
  opacity: 0;
  top: 50%;
  right: -20px;
  transition: 0.5s;
  font-size: 35px;
  font-weight: 500;
  transform: translateY(-50%);
  line-height: 50px; }

.single-entry .hover2:hover {
  padding-right: 24px;
  padding-left: 8px; }

.single-entry .hover2:hover:after {
  opacity: 1;
  right: 10px; }

.single-entry .risk_warning {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #141E3F;
  margin-top: 15px; }

.single-entry .entry-logo {
  width: 100%;
  padding: 20px; }

.single-entry .entry-logo .az-broker-img {
  width: 155px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .single-entry .star {
    top: -40px;
    left: 50%;
    transform: translateX(-50%); } }
@media (max-width: 575px) {
  .single-entry {
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 360px) {
  .single-entry .entry-info li {
    font-size: 14px; }

  .single-entry .entry-info li span {
    font-size: 14px; } }
.footer {
  background-color: #111827;
  color: white;
  padding-top: 35px; }

.footer h3 {
  font-size: 24px;
  color: #fff; }

@media screen and (min-width: 640px) {
  .footer {
    padding-top: 48px; } }
.footer a {
  text-decoration: none;
  color: white; }

.footer .logo-container {
  margin-bottom: 30px; }

.footer .contacts {
  list-style: none;
  padding: 0; }

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .footer .contacts {
    word-break: break-word; } }
.footer #footer-menu li {
  display: inline-block;
  margin-right: 18px; }

.footer .social-links li {
  display: inline-block;
  margin-right: 15px; }

.footer .social-links li:last-child {
  margin-right: 0; }

.footer .copyright {
  border-top: 0.5px solid #e6e8ec;
  padding: 25px 0 15px 0;
  margin-top: 25px; }

.footer .copyright p {
  margin-bottom: 0;
  font-size: 13px; }

/*# sourceMappingURL=index.css.map */
