@font-face {
  font-family: "xsans";
  font-weight: normal;
  src: url("../fonts/xsans-FD.woff") format("woff"),
    url("../fonts/xsans-FD.ttf") format("truetype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("maticons.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100; /* Thin */
  src: url("../fonts/Vazirmatn-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400; /* Regular */
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700; /* Bold */
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 900; /* Black */
  src: url("../fonts/Vazirmatn-Black.woff2") format("woff2");
}

@font-face {
  font-family: "lale";
  font-weight: normal;
  src: url("../fonts/lale.ttf") format("truetype");
}

body {
  background: #171721;
  margin: 0;
  color: #eee;
  overflow-x: hidden;
  position: relative;
}

.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #171721 50%, #313139 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

.main {
  width: 90%;
  max-width: 1300px;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 40px;
  min-height: 100%;
}

* {
  font-family: "Vazirmatn";
}

.navy {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 20;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s;
  overflow: hidden;
}

.navy.scrolled {
  background: rgba(0, 0, 0, 0.8);
}

.navy.hidden {
  height: 0;
  padding: 0;
}

.navy .mobile-navy {
  font-size: 32px;
  margin-right: 12px;
  padding: 4px;
  display: none;
  user-select: none;
}

.navbar {
  width: 95%;
  max-width: 1300px;
  direction: rtl;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 50% transparent black */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 998;
}

.leftside-menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background-color: #171721;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
  overflow-y: auto;
  padding: 20px;
  display: none;
}

/* Buttons inside menu */
.leftside-menu .btn {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.2s;
}
.leftside-menu .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.leftside-menu .reg {
  color: #007bff;
}

.navbar .logo-hld {
  width: 150px;
  height: 37px;
  background: url("../img/top-lndlgo.png") no-repeat;
  background-size: 100%;
}

.navbar .btns-hld {
  position: relative;
  right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  display: flex;
  margin-left: 4px;
  align-items: center;
}

.navbar .logregbox {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px 4px;
  margin-right: 12px;
  min-width: 150px;
}

.navbar .btns-hld .btn {
  display: inline;
  padding: 12px;
  margin: 4px;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.1s;
  cursor: pointer;
  color: #fff;
}

.navbar .logregbox .btn {
  padding: 12px;
}

.navbar .logregbox .btn.reg {
  background: #159500;
  box-shadow: 0px 10px 12px 8px rgba(21, 149, 0, 0.1);
}

.navbar .btns-hld a {
  text-decoration: none;
}

.navbar .btns-hld .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar .logregbox .btn.reg:hover {
  background: #128501;
  box-shadow: 0 0 rgba(21, 149, 0, 0.1);
}

.main .top-holder {
  font-family: lale;
  padding: 10px;
  transition: all 0.3s;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-radius: 30px;
  text-align: right;
  padding-right: 15px;
  position: relative;
  min-height: 300px;
  margin-top: 30px;
  text-align: center;
  direction: rtl;
}

.main .top-holder .right-holder {
  width: 39%;
  display: inline-block;
  overflow: hidden;
  height: 650px;
  top: 0;
  padding-top: 100px;
}

.main .top-holder .right-holder .title {
  font-size: 58px;
  font-family: lale;
  text-align: right;
}

.main .top-holder .right-holder .desc {
  font-size: 18px;
  font-family: Vazirmatn;
  text-align: justify;
  color: #bbb;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  line-height: unset;
  font-size: 100%;
  vertical-align: middle;
}

.top-holder .left-arrow {
  background: #777;
  color: #192841;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  line-height: 25px;
  left: 0;
  cursor: pointer;
  top: 50%;
}

.top-holder .right-arrow {
  background: #777;
  color: #192841;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  line-height: 25px;
  right: 0;
  cursor: pointer;
  top: 50%;
}

.top-holder .left-arrow:hover {
  background: #fff;
}

.top-holder .right-arrow:hover {
  background: #fff;
}

.top-holder .wpi-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.top-holder .wpi {
  width: 10px;
  height: 10px;
  background: #777;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
}

.top-holder .wpi.active {
  background: #fff;
}

.top-holder .wpi:hover {
  background: #fff;
}

.main .top-holder .left-holder {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: 750px;
}

.main .top-holder .left-img {
  width: 100%;
}

.main .top-holder .m-menu-holder {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
  background: #4f3b3d;
  border-radius: 20px;
}

.main .top-holder .m-menu-holder a {
  text-decoration: none;
}

.main .top-holder .m-menu-holder .item {
  position: relative;
  font-family: Vazirmatn;
  color: #eee;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #4f3b3d;
  transition: all 0.3s;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  margin: 5px;
}

.main .top-holder .m-menu-holder .item:hover {
  border: 1px solid #eee;
}

.main .top-holder .m-menu-holder .item.active {
  border: 1px solid #eee;
  background: rgba(238, 238, 238, 0.281);
}

.main .top-holder .menu-holder {
  position: absolute;
  left: 10px;
  top: 4px;
}

.main .top-holder .menu-holder a {
  text-decoration: none;
}

.main .top-holder .menu-holder .item {
  position: relative;
  display: inline;
  overflow: hidden;
  font-family: Vazirmatn;
  color: #eee;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #4f3b3d;
  transition: all 0.3s;
  border-radius: 30px;
  cursor: pointer;
}

.main .top-holder .menu-holder .item:hover {
  border: 1px solid #eee;
}

.main .top-holder .menu-holder .item.active {
  border: 1px solid #eee;
  background: rgba(238, 238, 238, 0.281);
}

.floating {
  float: left;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
  background: url("../img/trevor.png");
  height: 250px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  width: 150px;
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(15px, 0);
  }
  to {
    -webkit-transform: translate(-0px, 0);
  }
}

@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0px, 0);
  }
  65% {
    -moz-transform: translate(15px, 0);
  }
  to {
    -moz-transform: translate(-0px, 0);
  }
}

@-webkit-keyframes scalex {
  from {
    -webkit-transform: scale(0.9);
  }
  65% {
    -webkit-transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(0.9);
  }
}

@-moz-keyframes scale {
  from {
    -moz-transform: scale(0.9);
  }
  65% {
    -moz-transform: scale(1.3);
  }
  to {
    -moz-transform: scale(0.9);
  }
}

.main-holder .high-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 220px;
  height: 140px;
  direction: rtl;
  z-index: 20;
}

.high-center .high-title {
  background: #4f3b3d;
  color: #eee;
  font-family: "Vazirmatn";
  border-radius: 30px;
  font-size: 19px;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
}

.high-center a {
  text-decoration: none;
}

.high-center .high-value {
  background: rgba(238, 238, 238, 0.68);
  color: #000;
  left: 0;
  right: 0;
  margin: 5 auto;
  border-radius: 30px;
  font-size: 15px;
  font-family: "xsans";
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  width: 140px;
}

.high-center .high-value:hover {
  background: #000;
  color: rgb(238 238 238);
}

.four-holder {
  text-align: center;
  margin-top: 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.four-holder .four-item {
  width: 23%;
  border-radius: 30px;
  background: #c7c1c1;
  height: 200px;
  display: inline-block;
  margin: 10px;
  min-width: 220px;
}

.main .info-box {
  padding: 30px;
  text-align: justify;
  border: 1px solid #ddd;
  font-size: 15px;
  border-radius: 30px;
  margin: 20px 0;
  color: #000;
  font-family: Vazirmatn;
  direction: rtl;
  position: relative;
}

.main .info-box .title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.main .info-box .social-btn {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  position: absolute;
}

.main .info-box .social-btn {
  display: inline-block;
  padding: 5px;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.main .info-box .social-btn a {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 30px;
  background: #c7c1c1;
  transition: all 0.3s;
}

.main .info-box .social-btn a:hover {
  background: #4f3b3d;
}

.main .info-box .social-btn .ins-logo {
  width: 20px;
  height: 20px;
  background: url("../img/instagram2.svg");
  background-size: 100%;
}

.main .info-box .social-btn .telegram-logo {
  width: 20px;
  height: 20px;
  background: url("../img/telegram2.svg");
  background-size: 100%;
}

.white-bg {
  width: 100%;
  background: #fff;
  padding-top: 40px;
  position: relative;
}

.btn-fixer {
  text-align: left;
}

.btn-fixer button {
  background: #8d43f8;
  color: #fff;
  border: none;
  padding: 10px 50px;
  border-radius: 20px;
  cursor: pointer;
}

.full-donos-holder {
  font-family: "Vazirmatn";
  font-weight: 900;
  color: #148c36;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.full-donos-holder .loadingdx,
.middle-block-holder .right-cnt .downer .loadingdx,
.middle-block-holder .other-cnt .priceblock-sincecounter .loadingdx,
.live-donates .donos .loadingdx {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 2;
}

.loadingdx .load-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: url("../img/nloading.svg") no-repeat;
  background-size: 100%;
}
#countalltran {
  filter: blur(12px);
}
.live-donates {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  padding: 20px;
  margin: 20px auto;
  direction: rtl;
  gap: 12px;
  position: relative;
}

.live-donates .donos {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  position: relative;
}

.live-donates .donos .live-donate {
  width: 160px;
  height: 116px;
  border-radius: 12px;
  background: #e9edf3;
  filter: blur(8px);
  padding: 4px;
}

.live-donates .donos .live-donate a {
  text-decoration: none;
}

.live-donates .donos .live-donate.partner {
  background: #fff2b8;
}

.live-donates .donos .live-donate.partner .partner-logo {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: url(../img/partner-sign.png);
  background-size: 100%;
  margin-left: 23px;
  margin-top: 20px;
}

.live-donate .heading {
  background: none;
  padding: 4px;
  border-bottom: 2px dotted #afafaf;
  padding: 4px;
}
.live-donate .heading .first-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  direction: ltr;
}

.live-donate .heading .first-section .amount {
  color: #000;
  font-weight: bold;
}

.live-donate .payurl-holder {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  direction: ltr;
  align-items: center;
  justify-content: center;
}

.live-donate .payurl-holder .sibmo-holder {
  color: #838383;
}

.live-donate .payurl-holder .page-holder {
  color: #393939;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.live-donate .heading .first-section .av-holder {
  width: 32px;
  height: 32px;
  border-radius: 50px;
}

.live-donate .heading .second-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  direction: rtl;
}

.live-donate .heading .second-section .time-holder {
  font-size: 8px;
  text-align: right;
  color: #ff6464;
  width: 60px;
  direction: rtl;
}

.live-donate .heading .second-section .name-holder {
  font-size: 12px;
  text-align: left;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70px;
  white-space: nowrap;
  direction: rtl;
}

.live-donates .pulse-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: red;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  animation: pulse 2s ease-out infinite;
  opacity: 0.5;
  z-index: 1;
}

.live-donates .pulse-circle.delay {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0.4;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.white-bg .full-donos-btm-txt {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #b8d4be;
}

.live-donates .wheading {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-width: 80px;
  padding: 12px;
  border-radius: 8px;
}

.live-donates .wheading .txt {
  color: #f00;
  font-family: "Vazirmatn";
  font-weight: bold;
  font-size: 24px;
}

.live-donates .heading .wifi-pic {
  position: relative;
  width: 100px;
  height: 100px;
}

.live-donates .heading .wifi-pic .wifi-dot {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-base.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .heading .wifi-pic .btm-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-btm.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .heading .wifi-pic .mid-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-mid.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .heading .wifi-pic .top-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/wifi-top.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 54px;
}

.live-donates .dono-item {
  margin: 4px;
}

.dono-item.dono-anim {
  animation: slideIn 0.6s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.full-donos-holder .amount {
  font-size: 80px;
}

.full-donos-holder .txt {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin-bottom: 4px;
}

.full-donos-holder .txt .top {
  opacity: 0.4;
}

.white-bg .footer {
  padding: 10px;
  direction: rtl;
  margin-bottom: 0;
  padding-bottom: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 1300px;
  left: 0;
  right: 0;
  margin: auto;
}

.white-bg .footer .yjlogo {
  background: url("../img/yjr.png") no-repeat;
  width: 47px;
  height: 42px;
  background-size: 100%;
  overflow: hidden;
  display: inline-block;
}

.white-bg .footer .txt-hld {
  font-family: Vazirmatn;
  font-size: 14px;
  direction: rtl;
  text-align: justify;
  overflow: hidden;
  display: inline-block;
  color: #444;
}

.white-bg .footer .txt-hld p {
  margin: 0;
}

.middle-block-holder {
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 1200px;
  min-height: 300px;
  margin-top: 60px;
  direction: rtl;
}

.middle-block-holder .right-cnt {
  width: 20%;
  border-radius: 25px;
  background: #8591a4;
  padding: 0px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.middle-block-holder .right-cnt .upper {
  text-align: center;
  color: #fff;
  font-weight: bold;
  direction: ltr;
  margin: 20px;
}
.middle-block-holder .right-cnt .upper .logox {
  display: flex;
  line-height: 50px;
  flex-direction: column;
  align-items: flex-start;
}

.middle-block-holder .right-cnt .upper .logo-holder {
  background: url("../img/users-count.png") no-repeat;
  background-size: 100%;
  width: 64px;
  height: 60px;
}

.middle-block-holder .right-cnt .upper .txt-holder {
  font-size: 14px;
}

.middle-block-holder .right-cnt .downer {
  text-align: right;
  margin: 20px;
  position: relative;
}

.middle-block-holder .right-cnt .downer .bignums {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  height: 60px;
  filter: blur(8px);
}

.middle-block-holder .right-cnt .downer .hezar {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  filter: blur(8px);
}

.middle-block-holder .right-cnt .downer .bottomtxt {
  color: #fff;
  font-size: 14px;
  filter: blur(8px);
}

.middle-block-holder .other-cnt {
  width: 40%;
  padding: 0px;
  margin: 5px;
}

.middle-block-holder .other-cnt.full {
  width: 40%;
  border-radius: 25px;
  background: #8591a4;
  position: relative;
  overflow: hidden;
}

.prices-block {
  display: flex;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  padding: 5px;
  position: relative;
  align-content: center;
  flex-direction: column;
  width: 95%;
}

.prices-block a {
  text-decoration: none;
  color: #fff;
}

.prices-block .top-block {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  direction: rtl;
  color: black;
  padding: 10px;
}

.prices-block .top-text {
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
}

.prices-block .bottom-block {
  display: flex;
  justify-content: start;
  position: relative;
  width: 100%;
  direction: rtl;
  margin-top: 20px;
}

.prices-block .plan-block {
  width: 180px;
  background: #8591a4;
  border-radius: 20px;
  margin: 5px;
  transition: all 0.1s;
  padding: 20px;
}

.prices-block .plan-block:hover {
  transform: scale(0.95);
}

.prices-block .plan-block .plan-img {
  background: url("/img/plan-img.png") no-repeat;
  width: 55px;
  height: 75px;
  position: relative;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 20px auto;
}

.prices-block .plan-block.special .plan-img {
  background: url("/img/plan-img-special.png") no-repeat;
  width: 55px;
  height: 75px;
  background-size: 100%;
}

.prices-block .plan-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  margin: 5px;
}

.prices-block .plan-profit {
  direction: rtl;
  padding: 5px 10px;
  margin: 4px auto;
  font-size: 16px;
  font-weight: bold;
  background: #4a4a5a;
  border-radius: 8px;
  text-align: center;
  width: 60px;
  color: #d4d4d4;
}

.prices-block .plan-inner-block {
  display: flex;
  direction: rtl;
  justify-content: center;
  align-items: center;
}

.prices-block .plan-inner-block .per-month-price {
  font-size: 40px;
  font-weight: bold;
}

.prices-block .plan-inner-block .left-block {
  margin-right: 5px;
  font-size: 12px;
}

.collapse {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.collapse .collapsible {
  background-color: #8591a4;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  border-radius: 12px;
  margin: 20px 5px;
  margin-bottom: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  direction: rtl;
}

.collapsible .title {
  font-size: 18px;
}

.collapsible .arrow {
  font-weight: 100;
  font-size: 16px;
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.collapsible.active .arrow {
  transform: rotate(450deg);
}

.collapsible.active {
  background-color: #596270;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.collapsible:hover {
  background-color: #596270;
}

.white-bg .social-networks {
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-direction: row;
  direction: rtl;
  gap: 8px;
}
.social-networks a {
  text-decoration: none;
  color: inherit;
}
.social-networks .telegram {
  background: linear-gradient(#1c92d2, #4ea0cc);
  border-radius: 16px;
  padding: 12px 20px;
  margin: 8px;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-networks .instagram {
  background: linear-gradient(#9838bd, #e52d70);
  border-radius: 16px;
  padding: 12px 20px;
  margin: 8px;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  gap: 12px;
  align-items: center;
}

.telegram .logo {
  width: 32px;
  height: 32px;
  background: url("../img/telegram.png");
  background-size: 100%;
}

.instagram .logo {
  width: 32px;
  height: 32px;
  background: url("../img/instagram.png");
  background-size: 100%;
}

.social-networks .telegram:hover {
  background: #596270;
}

.social-networks .instagram:hover {
  background: #596270;
}

.collapse .content {
  padding: 0 18px;
  overflow: hidden;
  background-color: #f1f1f1;
  max-width: 1200px;
  margin: auto;
  transition: all 0.3s;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #171721;
  margin: 5px;
  margin-top: 0;
  max-height: 0;
}

.collapse .content p {
  font-size: 16px;
  direction: rtl;
  text-align: justify;
}

.prices-block .plan-inner-block .free-plan {
  font-size: 16px;
  font-weight: bold;
  padding-top: 60px;
}

.prices-block .buy-button {
  padding: 10px 20px;
  font-size: 14px;
  background: #ff7800;
  border-radius: 20px;
  margin: 5px auto;
  width: 80px;
  cursor: pointer;
  user-select: none;
}

.support-block {
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 90%;
  margin: 50px auto;
  border: 3px dashed #485a77;
  border-radius: 50px;
  color: #485a77;
  direction: rtl;
}

.support-block .title {
  font-weight: bold;
  font-size: 25px;
  margin: 30px;
}

.support-block .desc {
  text-align: justify;
  margin: 30px;
}

.support-block .socials {
  height: 50px;
  direction: ltr;
  margin: 30px;
  flex-direction: row;
}

.support-block .btn-instagram {
  padding: 10px;
  border-radius: 50%;
  background: rgb(250, 186, 98);
  background: -moz-linear-gradient(
    45deg,
    rgba(250, 186, 98, 1) 0%,
    rgba(240, 97, 103, 1) 17%,
    rgba(229, 45, 112, 1) 47%,
    rgba(152, 56, 189, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(250, 186, 98, 1) 0%,
    rgba(240, 97, 103, 1) 17%,
    rgba(229, 45, 112, 1) 47%,
    rgba(152, 56, 189, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(250, 186, 98, 1) 0%,
    rgba(240, 97, 103, 1) 17%,
    rgba(229, 45, 112, 1) 47%,
    rgba(152, 56, 189, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faba62', endColorstr='#9838bd', GradientType=1);
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
}

.support-block .btn-instagram:hover {
  background-image: linear-gradient(160deg, #ff7144 50%, #c15531 100%);
}

.middle-block-holder .other-cnt.last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  gap: 10px;
}

.middle-block-holder .other-cnt .priceblock-sincecounter {
  color: #fff;
  font-size: 13px;
  padding: 20px;
  background: #8591a4;
  border-radius: 20px;
  position: relative;
}
.priceblock-sincecounter .txt {
  filter: blur(8px);
}
.other-cnt .h-list {
  display: flex;
  gap: 10px;
  height: 100%;
}

.h-list .h-item {
  background: #cab8ca;
  border-radius: 20px;
  width: 100%;
  user-select: none;
  transition: all 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  text-decoration: none;
}

.h-list .h-item:hover {
  background: #ac9aac;
}

.h-item .pic.term {
  width: 44px;
  height: 81px;
  background: url("../img/term-hitem.png") no-repeat;
  background-size: 100%;
}

.h-item .pic.sharingapp {
  width: 44px;
  height: 81px;
  background: url("../img/sharingapp-hitem.png") no-repeat;
  background-size: 100%;
}

.h-item .pic.learn {
  width: 44px;
  height: 81px;
  background: url("../img/learn-hitem.png") no-repeat;
  background-size: 100%;
}

.h-item .text {
  font-size: 12px;
  color: #fff;
}

.middle-block-holder .other-cnt .more-btn {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
}

.middle-block-holder .other-cnt .block-title {
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  margin: 20px;
}

.middle-block-holder .other-cnt .content-item {
  display: flex;
  align-items: center;
  margin: 10px;
  flex-direction: row;
}

.middle-block-holder .other-cnt .block-content a {
  text-decoration: none;
}

.middle-block-holder .other-cnt .block-content {
  margin: 20px;
}

.middle-block-holder .other-cnt .content-item .item-date {
  background: #485a77;
  padding: 10px;
  border-radius: 20px;
  height: 60px;
  width: 60px;
  color: #fff;
}

.middle-block-holder .other-cnt .content-item .item-date .day {
  background: #485a77;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.middle-block-holder .other-cnt .content-item .item-date .month {
  text-align: center;
  font-size: 12px;
}

.middle-block-holder .other-cnt .content-item .item-text {
  height: 60px;
  padding: 10px;
}

.middle-block-holder .other-cnt .content-item .item-text .text-title {
  color: #485a77;
  font-weight: bold;
  font-size: 20px;
}

.middle-block-holder .other-cnt .content-item .item-text .text-desc {
  color: #485a77;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  text-overflow: ellipsis;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}

@media (max-width: 500px) {
  .floating {
    display: none;
  }
  .main .four-holder .four-item {
    width: 100%;
    margin: 10px 0;
  }
  .white-bg .footer,
  .main .footer .txt-hld {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .main .top-holder .menu-holder {
    display: none;
  }
  .main .top-holder .m-menu-holder {
    display: unset;
  }
}

@media (max-width: 1080px) {
  .main .top-holder .right-holder {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 1300px;
    height: unset;
    top: 0;
    padding-top: 50px;
  }
  .main .top-holder .right-holder .title {
    font-size: 38px;
  }
  .main .top-holder .left-holder {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 1300px;
    height: unset;
  }
  .main .links-holder .link-block {
    display: block;
  }

  .white-bg {
    padding-top: 20px;
  }

  .middle-block-holder {
    margin-top: 30px;
  }
}

@media (max-width: 715px) {
  .middle-block-holder {
    display: block;
    width: unset;
  }
  .middle-block-holder .right-cnt {
    width: 95%;
    left: 0;
    right: 0;
    margin: 10px auto;
  }
  .middle-block-holder .other-cnt {
    width: 95%;
    left: 0;
    right: 0;
    margin: 10px auto;
  }
  .middle-block-holder .other-cnt.full {
    width: 95%;
    left: 0;
    right: 0;
    margin: 10px auto;
  }

  .support-block {
    width: 80%;
  }
}

@media (max-width: 825px) {
  .navbar .btns-hld .btn {
    display: none;
  }

  .btns-hld .logregbox {
    display: flex;
    padding: 4px;
  }

  .btns-hld .logregbox .btn {
    display: block;
  }

  .navy .mobile-navy {
    display: block;
  }

  .full-donos-holder .amount {
    font-size: 32px;
  }

  .full-donos-holder .txt {
    font-size: 14px;
  }

  .live-donates .heading .wifi-pic {
    width: 80px;
    height: 80px;
  }

  .live-donates .heading .txt {
    font-size: 16px;
  }

  .white-bg .full-donos-btm-txt {
    font-size: 12px;
  }
  .h-list .h-item {
    align-items: center;
    padding: 12px;
    font-size: 8px;
    text-align: center;
  }
}
