.text-c3 {
  color: #5F8CFF;
}
.text-c2 {
  color: #8ea4c1;
}
.text-c1 {
  color: #768599;
}
.col-100 {
  width: 100%;
}
body {
  float: right;
}
ul {
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  justify-content: center;
}
ul li {
  position: relative;
}
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
table.responsive-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.responsive-table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
table.responsive-table tr {
  padding: 0.35em;
}
table.responsive-table tr th,
table.responsive-table tr td {
  padding: 0.625em;
  text-align: center;
}
table.responsive-table tr th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table.responsive-table {
    border: 0;
  }
  table.responsive-table caption {
    font-size: 1.3em;
  }
  table.responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.responsive-table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  table.responsive-table tr td {
    display: block;
    font-size: 0.8em;
    text-align: left;
  }
  table.responsive-table tr td::before {
    /*
          * aria-label has no advantage, it won't be read inside a table
          content: attr(aria-label);
          */
    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.responsive-table tr td:last-child {
    border-bottom: 0;
  }
}
.rtl {
  direction: rtl !important;
}
.m-5 {
  margin: 5px;
}
.f-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
header {
  margin-top: 0;
  padding: 8px;
  position: relative;
}
header #header-menu {
  position: relative;
  justify-content: center;
}
header #header-menu ul {
  justify-content: right;
}
header #header-menu ul li {
  padding-top: 10px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
header #header-menu ul li a {
  font-weight: bold;
  color: black;
}
header #header-menu ul li.account-area {
  display: none;
}
header #header-menu #login-btn {
  text-align: right !important;
  justify-content: center !important;
  margin-left: 30px!important;
}
header #header-menu #login-btn a {
  background: linear-gradient(-45deg, #5f8cff, #8ea4c1) !important;
  padding: 10px !important;
  font-weight: bold!important;
  cursor: pointer!important;
  border-radius: 5px!important;
}
header #close-menu {
  display: none;
}
header #toggle-menu {
  font-size: 24px;
  display: none;
}
@media screen and (max-width: 995px) {
  header #toggle-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    cursor: pointer;
  }
  header #login-btns {
    display: none;
  }
  header #header-menu {
    position: fixed;
    width: 72%;
    right: -101vw;
    z-index: 1000;
    height: 100vh;
    background: white;
    justify-content: right;
    transition: all 0.25s ease-in-out;
  }
  header #header-menu #close-menu {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 26px;
  }
  header #header-menu > ul {
    display: flex;
    margin-top: 80px;
    flex-wrap: nowrap;
    justify-content: right;
    flex-direction: column;
  }
  header #header-menu > ul > li {
    text-align: right;
    margin: 12px;
  }
  header #header-menu #space-menu-area {
    z-index: 100;
    height: 100vh;
    position: absolute;
    width: 28%;
    top: -7px;
    left: 0%;
    transition: opacity 0.4s ease-in-out;
  }
  header #header-menu #space-menu-area.active {
    width: 160%;
    left: -160%;
    background: black;
    opacity: 0.3;
  }
  header #header-menu.active {
    right: 0 !important;
  }
  header #close-menu {
    display: block;
  }
  header .account-area {
    display: block!important;
  }
}
* {
  margin: 0;
  padding: 0;
}
.f-col-xxl-0 {
  width: 0;
  display: none;
}
.f-col-xxl-1 {
  width: 4.16666667%;
}
.f-col-xxl-2 {
  width: 8.33333333%;
}
.f-col-xxl-3 {
  width: 12.5%;
}
.f-col-xxl-4 {
  width: 16.66666667%;
}
.f-col-xxl-5 {
  width: 20.83333333%;
}
.f-col-xxl-6 {
  width: 25%;
}
.f-col-xxl-7 {
  width: 29.16666667%;
}
.f-col-xxl-8 {
  width: 33.33333333%;
}
.f-col-xxl-9 {
  width: 37.5%;
}
.f-col-xxl-10 {
  width: 41.66666667%;
}
.f-col-xxl-11 {
  width: 45.83333333%;
}
.f-col-xxl-12 {
  width: 50%;
}
.f-col-xxl-13 {
  width: 54.16666667%;
}
.f-col-xxl-14 {
  width: 58.33333333%;
}
.f-col-xxl-15 {
  width: 62.5%;
}
.f-col-xxl-16 {
  width: 66.66666667%;
}
.f-col-xxl-17 {
  width: 70.83333333%;
}
.f-col-xxl-18 {
  width: 75%;
}
.f-col-xxl-19 {
  width: 79.16666667%;
}
.f-col-xxl-20 {
  width: 83.33333333%;
}
.f-col-xxl-21 {
  width: 87.5%;
}
.f-col-xxl-22 {
  width: 91.66666667%;
}
.f-col-xxl-23 {
  width: 95.83333333%;
}
.f-col-xxl-24 {
  width: 100%;
}
.f-col-xxl-auto {
  width: auto;
}
.f-col-xxl-block {
  display: block;
}
.col-xxl-flex {
  display: flex;
}
.f-col-xxl-inline-block {
  display: inline-block;
}
.f-col-xxl-inline {
  display: inline;
}
@media screen and (max-width: 1450px) {
  .f-col-xl-0 {
    width: 0 !important;
    display: none;
  }
  .f-col-xl-1 {
    width: 4.16666667% !important;
  }
  .f-col-xl-2 {
    width: 8.33333333% !important;
  }
  .f-col-xl-3 {
    width: 12.5% !important;
  }
  .f-col-xl-4 {
    width: 16.66666667% !important;
  }
  .f-col-xl-5 {
    width: 20.83333333% !important;
  }
  .f-col-xl-6 {
    width: 25%!important;
  }
  .f-col-xl-7 {
    width: 29.16666667% !important;
  }
  .f-col-xl-8 {
    width: 33.33333333% !important;
  }
  .f-col-xl-9 {
    width: 37.5% !important;
  }
  .f-col-xl-10 {
    width: 41.66666667% !important;
  }
  .f-col-xl-11 {
    width: 45.83333333% !important;
  }
  .f-col-xl-12 {
    width: 50%!important;
  }
  .f-col-xl-13 {
    width: 54.16666667% !important;
  }
  .f-col-xl-14 {
    width: 58.33333333% !important;
  }
  .f-col-xl-15 {
    width: 62.5% !important;
  }
  .f-col-xl-16 {
    width: 66.66666667% !important;
  }
  .f-col-xl-17 {
    width: 70.83333333% !important;
  }
  .f-col-xl-18 {
    width: 75%!important;
  }
  .f-col-xl-19 {
    width: 79.16666667% !important;
  }
  .f-col-xl-20 {
    width: 83.33333333% !important;
  }
  .f-col-xl-21 {
    width: 87.5% !important;
  }
  .f-col-xl-22 {
    width: 91.66666667% !important;
  }
  .f-col-xl-23 {
    width: 95.83333333% !important;
  }
  .f-col-xl-24 {
    width: 100%!important;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-block {
    display: block;
  }
  .col-xl-inline-block {
    display: inline-block;
  }
  .col-lg-flex {
    display: flex;
  }
  .col-xl-inline {
    display: inline;
  }
  .font-xl-large {
    font-size: medium;
  }
  .absolute-xl {
    position: absolute;
  }
  .relative-xl {
    position: relative;
  }
  .scale-half-xl {
    transform: scale(0.5);
  }
  .scale-75-xl {
    transform: scale(0.75);
  }
  .margin-top-10-xl {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .f-col-lg-0 {
    width: 0!important;
    display: none;
  }
  .f-col-lg-1 {
    width: 4.16666667% !important;
  }
  .f-col-lg-2 {
    width: 8.33333333% !important;
  }
  .f-col-lg-3 {
    width: 12.5% !important;
  }
  .f-col-lg-4 {
    width: 16.66666667% !important;
  }
  .f-col-lg-5 {
    width: 20.83333333% !important;
  }
  .f-col-lg-6 {
    width: 25%!important;
  }
  .f-col-lg-7 {
    width: 29.16666667% !important;
  }
  .f-col-lg-8 {
    width: 33.33333333% !important;
  }
  .f-col-lg-9 {
    width: 37.5% !important;
  }
  .f-col-lg-10 {
    width: 41.66666667% !important;
  }
  .f-col-lg-11 {
    width: 45.83333333% !important;
  }
  .f-col-lg-12 {
    width: 50%!important;
  }
  .f-col-lg-13 {
    width: 54.16666667% !important;
  }
  .f-col-lg-14 {
    width: 58.33333333% !important;
  }
  .f-col-lg-15 {
    width: 62.5% !important;
  }
  .f-col-lg-16 {
    width: 66.66666667% !important;
  }
  .f-col-lg-17 {
    width: 70.83333333% !important;
  }
  .f-col-lg-18 {
    width: 75%!important;
  }
  .f-col-lg-19 {
    width: 79.16666667% !important;
  }
  .f-col-lg-20 {
    width: 83.33333333% !important;
  }
  .f-col-lg-21 {
    width: 87.5% !important;
  }
  .f-col-lg-22 {
    width: 91.66666667% !important;
  }
  .f-col-lg-23 {
    width: 95.83333333% !important;
  }
  .f-col-lg-24 {
    width: 100%!important;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-block {
    display: block;
  }
  .col-lg-inline-block {
    display: inline-block;
  }
  .col-lg-inline {
    display: inline;
  }
  .col-lg-flex {
    display: flex;
  }
  .font-lg-large {
    font-size: large;
  }
  .absolute-lg {
    position: absolute;
  }
  .relative-lg {
    position: relative;
  }
  .scale-half-lg {
    transform: scale(0.5);
  }
  .scale-75-lg {
    transform: scale(0.75);
  }
  .font-lg-small {
    font-size: x-small !important;
  }
  .font-lg-x-small {
    font-size: small !important;
  }
  .margin-top-10-lg {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .f-col-md-0 {
    width: 0!important;
    display: none;
  }
  .f-col-md-1 {
    width: 4.16666667% !important;
  }
  .f-col-md-2 {
    width: 8.33333333% !important;
  }
  .f-col-md-3 {
    width: 12.5% !important;
  }
  .f-col-md-4 {
    width: 16.66666667% !important;
  }
  .f-col-md-5 {
    width: 20.83333333% !important;
  }
  .f-col-md-6 {
    width: 25%!important;
  }
  .f-col-md-7 {
    width: 29.16666667% !important;
  }
  .f-col-md-8 {
    width: 33.33333333% !important;
  }
  .f-col-md-9 {
    width: 37.5% !important;
  }
  .f-col-md-10 {
    width: 41.66666667% !important;
  }
  .f-col-md-11 {
    width: 45.83333333% !important;
  }
  .f-col-md-12 {
    width: 50%!important;
  }
  .f-col-md-13 {
    width: 54.16666667% !important;
  }
  .f-col-md-14 {
    width: 58.33333333% !important;
  }
  .f-col-md-15 {
    width: 62.5% !important;
  }
  .f-col-md-16 {
    width: 66.66666667% !important;
  }
  .f-col-md-17 {
    width: 70.83333333% !important;
  }
  .f-col-md-18 {
    width: 75%!important;
  }
  .f-col-md-19 {
    width: 79.16666667% !important;
  }
  .f-col-md-20 {
    width: 83.33333333% !important;
  }
  .f-col-md-21 {
    width: 87.5% !important;
  }
  .f-col-md-22 {
    width: 91.66666667% !important;
  }
  .f-col-md-23 {
    width: 95.83333333% !important;
  }
  .f-col-md-24 {
    width: 100%!important;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-block {
    display: block;
  }
  .col-md-flex {
    display: flex;
  }
  .col-md-inline-block {
    display: inline-block;
  }
  .col-md-inline {
    display: inline;
  }
  .absolute-md {
    position: absolute;
  }
  .relative-md {
    position: relative;
  }
  .scale-half-md {
    transform: scale(0.6);
  }
  .font-md-large {
    font-size: large !important;
  }
  .font-md-x-large {
    font-size: large !important;
  }
  .font-md-medum {
    font-size: medium !important;
  }
  .font-md-small {
    font-size: x-small !important;
  }
  .font-md-x-small {
    font-size: small !important;
  }
  .margin-top-10-md {
    margin-top: 10px;
  }
  .margin-top-min-34-md {
    margin-top: -34px !important;
  }
}
@media screen and (max-width: 576px) {
  .f-col-sm-0 {
    width: 0!important;
    display: none;
  }
  .f-col-sm-1 {
    width: 4.16666667% !important;
  }
  .f-col-sm-2 {
    width: 8.33333333% !important;
  }
  .f-col-sm-3 {
    width: 12.5% !important;
  }
  .f-col-sm-4 {
    width: 16.66666667% !important;
  }
  .f-col-sm-5 {
    width: 20.83333333% !important;
  }
  .f-col-sm-6 {
    width: 25% !important;
  }
  .f-col-sm-7 {
    width: 29.16666667% !important;
  }
  .f-col-sm-8 {
    width: 33.33333333% !important;
  }
  .f-col-sm-9 {
    width: 37.5% !important;
  }
  .f-col-sm-10 {
    width: 41.66666667% !important;
  }
  .f-col-sm-11 {
    width: 45.83333333% !important;
  }
  .f-col-sm-12 {
    width: 50% !important;
  }
  .f-col-sm-13 {
    width: 54.16666667% !important;
  }
  .f-col-sm-14 {
    width: 58.33333333% !important;
  }
  .f-col-sm-15 {
    width: 62.5% !important;
  }
  .f-col-sm-16 {
    width: 66.66666667% !important;
  }
  .f-col-sm-17 {
    width: 70.83333333% !important;
  }
  .f-col-sm-18 {
    width: 75% !important;
  }
  .f-col-sm-19 {
    width: 79.16666667% !important;
  }
  .f-col-sm-20 {
    width: 83.33333333% !important;
  }
  .f-col-sm-21 {
    width: 87.5% !important;
  }
  .f-col-sm-22 {
    width: 91.66666667% !important;
  }
  .f-col-sm-23 {
    width: 95.83333333% !important;
  }
  .f-col-sm-24 {
    width: 100% !important;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-block {
    display: block;
  }
  .col-sm-inline-block {
    display: inline-block;
  }
  .col-sm-inline {
    display: inline;
  }
  .absolute-sm {
    position: absolute;
  }
  .relative-sm {
    position: relative;
  }
  .scale-half-sm {
    transform: scale(0.6);
  }
  .font-sm-x-small {
    font-size: x-small !important;
  }
  .font-sm-small {
    font-size: small !important;
  }
  .font-sm-large {
    font-size: large !important;
  }
  .font-sm-x-large {
    font-size: large !important;
  }
  .font-sm-medum {
    font-size: medium !important;
  }
  .col-sm-flex {
    display: flex;
  }
  .margin-top-10-sm {
    margin-top: 10px;
  }
}
[class^="col-"] {
  display: inline-block;
}
.custom-btn {
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  z-index: 5;
}
/* 1 */
.btn-1 {
  background: #060e83;
  background: linear-gradient(0deg, #060e83 0%, #0c19b4 100%);
  border: none;
}
.btn-1:hover {
  background: #0003ff;
  background: linear-gradient(0deg, #0003ff 0%, #027efb 100%);
}
/* 2 */
.btn-2 {
  background: #6009f0;
  background: linear-gradient(0deg, #6009f0 0%, #8105f0 100%);
  border: none;
}
.btn-2:before {
  height: 0%;
  width: 2px;
}
.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
}
/* 3 */
.btn-3 {
  background: #00acee;
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover {
  background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover {
  color: #027efb !important;
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
/* 4 */
.btn-4 {
  background-color: #4dccc6 !important;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-4:hover {
  background-color: #89d8d3 !important;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
}
.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}
.btn-4:before {
  height: 0%;
  width: 0.1px;
}
.btn-4:after {
  width: 0%;
  height: 0.1px;
}
.btn-4:hover:before {
  height: 100%;
}
.btn-4:hover:after {
  width: 100%;
}
.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}
.btn-4 span:before {
  width: 0.1px;
  height: 0%;
}
.btn-4 span:after {
  width: 0%;
  height: 0.1px;
}
.btn-4 span:hover:before {
  height: 100%;
}
.btn-4 span:hover:after {
  width: 100%;
}
/* 5 */
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: #ff1b00;
  background: linear-gradient(0deg, #ff1b00 0%, #fb4b02 100%);
}
.btn-5:hover {
  color: #f0094a !important;
  background: transparent;
  box-shadow: none;
}
.btn-5:before,
.btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #f0094a;
  box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003, 4px 4px 5px 0px #0002;
  transition: 400ms ease all;
}
.btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
/* 6 */
.btn-6 {
  background: #f796c0;
  background: radial-gradient(circle, #f796c0 0%, #76aef1 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover {
  background: transparent;
  color: #76aef1 !important;
  box-shadow: none;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 0.5px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0.5px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}
/* 7 */
.btn-7 {
  background: linear-gradient(0deg, #ff9700 0%, #fb4b02 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fb4b02;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.btn-7:before {
  height: 0%;
  width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover {
  color: #fb4b02 !important;
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #fb4b02 !important;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}
/* 8 */
.btn-8 {
  background-color: #f0ecfc !important;
  background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #c797eb;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8:before {
  height: 0%;
  width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover {
  background: transparent;
}
.btn-8 span:hover {
  color: #c797eb !important;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c797eb;
  /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
/* 9 */
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1fd1f9 !important;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff !important;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
/* 10 */
.btn-10 {
  background: #1609f0;
  background: linear-gradient(0deg, #1609f0 0%, #316ef4 100%);
  color: #fff !important;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.btn-10:hover {
  color: #fff !important;
  border: none;
  background: transparent;
}
.btn-10:hover:after {
  background: #0003ff;
  background: linear-gradient(0deg, #027efb 0%, #0003ff 100%);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* 11 */
.btn-11 {
  border: none;
  background: #fb2175;
  background: linear-gradient(0deg, #fb2175 0%, #ea4c89 100%);
  color: #fff !important;
  overflow: hidden;
}
.btn-11:hover {
  text-decoration: none;
  color: #fff !important;
}
.btn-11:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff !important;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover {
  opacity: 0.7;
}
.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* 12 */
.btn-12 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: #00acee;
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: transparent!important;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
/* 13 */
.btn-13 {
  background-color: #89d8d3 !important;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  border: none;
  z-index: 1;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #4dccc6 !important;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #fff !important;
}
.btn-13:hover:after {
  top: 0;
  height: 100%;
}
.btn-13:active {
  top: 2px;
}
/* 14 */
.btn-14 {
  background: #ff9700;
  border: none;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #eaf818;
  background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.btn-14:hover {
  color: #000 !important;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-14:active {
  top: 2px;
}
/* 15 */
.btn-15 {
  background: #b621fe;
  border: none;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #fff !important;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}
/* 16 */
.btn-16 {
  border: none;
  color: #000 !important;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000 !important;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}
footer {
  width: 100%;
  background-color: black;
  position: absolute;
}
footer div.row {
  margin: 0;
}
footer div.row #social-medias {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
footer div.row #social-medias a.fa {
  font-size: 28px;
}
footer div.row a {
  margin: 8px;
  margin-top: 20px;
  cursor: pointer;
  color: white;
}
@media screen and (max-width: 575px) {
  footer div:last-child {
    justify-content: center!important;
    text-align: center!important;
  }
  footer div:last-child * {
    justify-content: center!important;
    text-align: center!important;
  }
  footer #social-medias {
    margin-bottom: 0!important;
  }
}
@media screen and (max-width: 890px) {
  footer {
    margin-bottom: -200px;
  }
  footer .bg-success * {
    text-align: center !important;
    justify-content: center !important;
    font-size: 18px !important;
  }
  footer .bg-success p {
    margin-top: -35px !important;
  }
}
@font-face {
  font-family: 'shabnam';
  src: url('https://uncopro.top/public/assets/font/shabnam-font-v1.1.0/Shabnam.eot');
  src: url('https://uncopro.top/public/assets/font/shabnam-font-v1.1.0/Shabnam.ttf') format('truetype');
  src: url('https://uncopro.top/public/assets/font/shabnam-font-v1.1.0/Shabnam.woff') format('woff');
}
* {
  font-family: shabnam;
}
.op-5 {
  opacity: 0.5;
}
#above-the-fold h1 {
  font-size: 40px;
}
#above-the-fold p {
  font-size: 19px;
}
#above-the-fold ul#better-services {
  display: flex;
  flex-direction: column;
  justify-content: right;
  flex-wrap: nowrap;
  margin-top: 32px;
  padding: 18px 12px;
  background: linear-gradient(45deg, #5f8cff, #8ea4c1) !important;
  border-radius: 8px;
}
#above-the-fold ul#better-services li {
  justify-content: right;
  text-align: right;
  font-size: 18px;
  margin-top: 6px;
}
#above-the-fold ul#better-services li span {
  font-size: 18px !important;
}
#above-the-fold ul.easy-link {
  display: flex;
  flex-direction: row;
  justify-content: right;
  flex-wrap: nowrap;
  margin-top: 32px;
  padding: 18px 12px;
  border-radius: 8px;
}
#above-the-fold ul.easy-link li {
  justify-content: right;
  text-align: right;
  font-size: 18px;
  margin-right: 12px;
}
#above-the-fold ul.easy-link li a {
  border-radius: 30px;
  position: relative;
  padding-right: 42px;
}
#above-the-fold ul.easy-link li a i {
  border-radius: 30px;
  height: 38px;
  width: 38px;
  position: absolute;
  right: -1px;
  top: -1px;
  padding-top: 7px;
  font-size: 20px;
}
#our-special-services {
  margin-top: 60px;
}
#our-special-services ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#our-special-services ul li {
  margin: 20px;
  background: #8ea4c1;
  padding: 12px;
  border-radius: 22px;
  width: 300px;
  text-align: center;
}
#our-special-services ul li img {
  width: 80px;
  height: 80px;
}
#our-special-services ul li h3 {
  margin-top: 10px;
}
#our-special-services ul li p {
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  width: 200px;
}
#operating-system {
  background: #45ab5c;
  padding: 16px;
}
#operating-system a {
  border-radius: 30px;
  position: relative;
  padding-right: 42px;
}
#operating-system a i {
  border-radius: 30px;
  height: 38px;
  width: 38px;
  position: absolute;
  right: -1px;
  top: -1px;
  padding-top: 7px;
  font-size: 20px;
}
#items {
  margin-top: 50px;
}
#items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#items ul li {
  margin: 10px;
  box-shadow: 0 0 20px #eaeaea;
  border-radius: 14px;
  background: white;
  border: 4px solid #d0d7e9;
  width: 280px;
  text-align: center;
}
#items ul li .card-title {
  font-size: 24px;
  font-weight: bold;
  margin: 16px;
  display: block;
  margin-bottom: 12px;
}
#items ul li div {
  margin: 0;
  font-size: 18px;
  display: block;
  padding: 8px;
  direction: rtl;
}
#items ul li .plan-price {
  text-decoration: underline;
  padding: 2px;
  font-size: 24px;
  color: #28a745;
  margin-bottom: 12px;
  font-weight: bold;
}
#items ul li .user-count {
  background: #d0d7e9;
}
#items ul li .btn {
  margin: 12px;
  margin-top: 20px;
  display: block;
}
#resellers > div {
  background: #8ea4c1;
  border-radius: 20px;
  padding: 26px;
}
@media screen and (max-width: 768px) {
  #above-the-fold {
    position: relative;
  }
  #above-the-fold #above-the-fold-anime {
    opacity: 0.2;
    position: absolute !important;
    top: 0;
    backdrop-filter: blur(8px);
    left: 0;
    right: 0;
  }
  #above-the-fold #above-the-fold-text {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */