@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background: #1B1E22;
  background-size: contain;
  color: #fff;
  height: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.main-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto;
  background-image: url(./img/main_bg-2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.left-section {
  display: flex;
  gap: 85px;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 46%;
  padding: 40px;
  height: 100%;
  background-image: url("./img/main_bg-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.right-section {
  width: 55%;
  height: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }
  .left-section {
    padding: 40px 20px;
  }
  .right-section {
    padding: 20px;
  }
}
.main-title {
  margin-bottom: 16px;
}
.main-title.l1 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  letter-spacing: 0.48px;
  text-align: left;
}
.main-title.l2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.48px;
  text-align: left;
}
.main-title.l3 {
  color: #AEB0BD;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-align: left;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 32px;
  }
}

.subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.subtitle .t1 {
  font-weight: 300;
}
.subtitle .t2 {
  font-weight: 600;
}

.description {
  font-size: 20px;
  font-weight: 400;
  color: #AEB0BD;
  margin-bottom: 40px;
  line-height: 28px;
}

.exchange-button {
  width: 100%;
  padding: 13px 16px;
  background: #64ACFF;
  border: none;
  border-radius: 6px;
  color: #DAFF7C;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 35px;
}
.exchange-button:hover:not(:disabled) {
  background: #64ACFF;
  transform: translateY(-1px);
}
.exchange-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.recommend-button-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 21px;
  border-radius: 12px;
  border: 1px solid #D69826;
  background: #1B1E22;
  background: radial-gradient(circle at 100% 100%, #1B1E22 0, #1B1E22 11px, transparent 11px) 0% 0%/12px 12px no-repeat, radial-gradient(circle at 0 100%, #1B1E22 0, #1B1E22 11px, transparent 11px) 100% 0%/12px 12px no-repeat, radial-gradient(circle at 100% 0, #1B1E22 0, #1B1E22 11px, transparent 11px) 0% 100%/12px 12px no-repeat, radial-gradient(circle at 0 0, #1B1E22 0, #1B1E22 11px, transparent 11px) 100% 100%/12px 12px no-repeat, linear-gradient(#1B1E22, #1B1E22) 50% 50%/calc(100% - 2px) calc(100% - 24px) no-repeat, linear-gradient(#1B1E22, #1B1E22) 50% 50%/calc(100% - 24px) calc(100% - 2px) no-repeat, linear-gradient(270deg, rgb(214, 152, 38) 0%, rgb(0, 194, 111) 25%, rgb(102, 150, 214) 50%, rgb(242, 137, 132) 75%, rgb(95, 206, 240) 100%);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}

.gift-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.gift-form .input-group {
  position: relative;
  border-radius: 6px;
  background: #242B35;
  display: flex;
  padding: 4px 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid #53647B;
  height: 68px;
  min-height: 68px;
}
.gift-form .input-group label {
  font-size: 14px;
  font-weight: 500;
  color: #AEB0BD;
}

.form-input {
  width: 100%;
  padding: 3px 10px 4px 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  border: none;
}
.form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-input:focus {
  outline: none;
}

.photo-section {
  height: 103px;
  text-align: center;
}

.photo-container {
  background: #242B35;
  padding: 5px 20px 11px 20px;
  border: 1px solid #53647B;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}
.photo-container label {
  font-size: 14px;
  font-weight: 500;
  color: #AEB0BD;
  text-align: left;
}

.camera-icon {
  text-align: center;
  position: relative;
  top: -8px;
}

.photo-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
}

.photo-preview {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.input-group-with-button {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  position: relative;
}
.input-group-with-button .input-group {
  flex: 1;
}

.qr-scan-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 66px;
  height: 66px;
  background: #242B35;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.qr-scan-btn:disabled {
  cursor: not-allowed;
}
.qr-scan-btn:disabled img {
  opacity: 0.5;
}
.qr-scan-btn:not(:disabled):hover {
  background: #4A4A6A;
}
.qr-scan-btn img {
  width: 56px;
  height: 56px;
}

.tabs-container {
  background: #1B1E22;
  border: 1px solid #53647B;
  border-radius: 12px;
  padding: 0;
  width: 561px;
  height: 626px;
}
.tabs-container.login {
  min-height: 290px !important;
}
@media (max-width: 768px) {
  .tabs-container {
    max-width: 100%;
  }
}

.tabs-header {
  display: flex;
  background: #1B1E22;
  border-radius: 12px 12px 0 0;
}

.tab-btn {
  flex: 1;
  padding: 14px 16px;
  background: transparent;
  border: none;
  border-radius: 12px 12px 0 0;
  color: #AEB0BD;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.tab-btn.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242B35;
}
.tab-btn.active:first-of-type:after {
  transform: skewX(20deg);
  transform-origin: bottom right;
  border-radius: 12px 6px 0 0;
  border-right: 1px solid #53647B;
}
.tab-btn.active:last-of-type:after {
  transform: skewX(-20deg);
  transform-origin: bottom left;
  border-radius: 6px 12px 0 0;
  border-left: 1px solid #53647B;
}
.tab-btn.active span {
  position: relative;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.tab-content {
  padding: 20px 25px;
  border-top: 1px solid #53647B;
  display: flex;
  width: 100%;
  height: 572px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gift-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
}
.gift-modal .modal-header {
  border: none !important;
  padding: 0;
}
.gift-modal .btn-close {
  display: flex;
  align-items: end;
  background-size: 28px;
  top: 55px;
  position: relative;
  right: 50px;
  text-align: center;
  height: 72px;
  font-size: 24px;
  font-weight: 400;
  color: #C3C3C3;
  width: 61px;
  background: url("img/close.svg") no-repeat center top;
  z-index: 1111;
}
.gift-modal .modal-content {
  height: 100%;
  background: #1B1E22;
}
.gift-modal .modal-body {
  padding: 0 !important;
}

.gift-reveal {
  text-align: center;
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  top: -50px;
  position: relative;
}

.gift-image img {
  width: 319px;
  border-radius: 12px;
  overflow: hidden;
}

.gift-content {
  display: flex;
  align-items: center;
  gap: 50px;
}
.gift-content .gift-icon {
  font-size: 66px;
}

.gift-description {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  text-align: left;
}

.gift-display {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px 24px;
  margin-bottom: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.gift-display .gift-icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}

.gift-name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.gift-instruction {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.5;
}

.gift-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border: none !important;
  padding: 16px 32px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}
.gift-modal-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(102, 126, 234, 0.4);
}
.gift-modal-btn .btn-icon {
  font-size: 18px;
}
.gift-modal-btn .btn-text {
  font-weight: 700;
}

.modal .modal-content {
  background: #1B1E22;
}
.modal .modal-header {
  border: none;
}
.modal .btn-close {
  background-image: url("/img/close.svg");
  background-size: 27px;
  background-position: top center;
  color: #ccc;
  text-align: center;
  width: 60px;
  height: 70px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.modal .modal-body {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.contacts-page {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  background: #1B1E22;
}

.contacts-container {
  max-width: 393px;
  width: 100%;
  height: 100%;
  padding: 75px 48px 68px;
  display: flex;
  flex-direction: column;
}
.contacts-container > .wrapper {
  text-align: center;
  width: 100%;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  z-index: 2;
}
.contacts-container .gradient-bg {
  border-radius: 102.08px;
  filter: blur(117px);
  background: linear-gradient(90deg, #4EA1F5, 100%, transparent);
  opacity: 0.4;
  width: 221.36px;
  height: 317.05px;
  transform: rotate(61.6deg);
  position: absolute;
  top: 170px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.logo {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 155px;
}

.logo-text {
  color: #fff;
}

.logo-now {
  color: #64ACFF;
}

.contacts-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0 auto 155px;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 16px 24px;
  background: #242B35;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  width: 238px;
  height: 70px;
  position: relative;
}
.contact-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  border-color: #4EA1F5;
}

.telegram-btn {
  border-color: #4EA1F5;
}
.telegram-btn:hover {
  border-color: #0088cc;
}

.twitter-btn img, .twitter-btn span {
  left: -9px;
  position: relative;
}

.app-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.app-footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: auto auto 18px;
}

.app-icon {
  width: 160px;
  height: 160px;
}

.app-store-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-store-info {
  text-align: left;
}

.app-store-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.app-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.rating-number {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.stars {
  color: #ffd700;
  font-size: 12px;
}

.app-description {
  text-align: center;
}

.app-title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 16px;
}

.app-text {
  color: #AEB0BD;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

.ios-only, .android-only {
  display: none;
}

.app-section {
  flex-direction: column;
  gap: 16px;
}
.app-section .app-icon {
  align-self: flex-start;
}

.app-stores {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

#exchangeTab {
  justify-content: start;
}

.exchange-list {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}

.exchange-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 16px;
}
.exchange-item:last-child {
  border-bottom: none;
}

.exchange-photo, .prize-photo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.exchange-info {
  flex: 1;
}

.exchange-data {
  display: flex;
  align-items: center;
  gap: 15px;
}

.exchange-swap {
  background: #3D3D58;
  padding: 8px 10px;
  display: flex;
  border-radius: 5px;
}

.exchange-name {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 4px;
}

.exchange-company {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.exchange-gift {
  color: #00d4aa;
  font-size: 12px;
  font-weight: 500;
}

.exchange-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  margin-left: 20px;
}

.exchange-status {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
}

.status-pending {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

.status-completed {
  background: rgba(40, 167, 69, 0.2);
  color: #28a745;
}

.status-btn, .btn-delete-confirm {
  padding: 4px 12px;
  border: none;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-delete {
  background: rgb(179, 38, 30) !important;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.btn-delete-confirm {
  background: transparent;
  border: none;
}

.btn-complete {
  background: transparent;
  border: none;
}
.btn-complete:hover {
  background: #00c49a;
}

.btn-revert {
  background: rgba(255, 193, 7, 0.8);
  color: #000;
}
.btn-revert:hover {
  background: #ffc107;
}

.loading {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 40px;
}

.recommended-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.recommended-text {
  color: #fff;
  font-size: 14px;
}

.stars-icon {
  position: absolute;
  right: -20px;
  top: -20px;
}

.stars {
  font-size: 16px;
}

.payment-info {
  margin-top: auto;
}

.buy-text {
  color: #AEB0BD;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.payment-icons {
  display: flex;
  gap: 12px;
}

.trustpilot-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trustpilot-logo {
  width: 82px;
}

.trustpilot-rating {
  width: 140px;
}

.trustpilot-info {
  color: #fff;
  font-size: 8px;
}
.trustpilot-info span {
  opacity: 0.7;
}

.qr-code-image-wrapper {
  width: 242px;
  height: 242px;
  border-radius: 21.55px;
  background: rgb(227, 227, 227);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-code-image {
  max-width: 202px;
  max-height: 202px;
  width: auto;
  height: auto;
}

#rouletteContainer {
  background-image: url("../img/BG1.svg");
}

.roulette-wheel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  height: 100vh;
  width: 100%;
}

.wheel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wheel-border {
  display: none;
  position: absolute;
  z-index: 100;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  border: 4px solid rgba(96, 165, 250, 0.6);
}

.wheel-border-anim {
  position: absolute;
  border-radius: 100%;
  width: 548px;
  height: 548px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(96, 165, 250, 0.6);
  opacity: 1;
}
.wheel-border-anim.active {
  box-shadow: 0 0 30px rgba(96, 165, 250, 0.8), inset 0 0 30px rgba(96, 165, 250, 0.4);
  animation: pulse 1.5s ease-in-out infinite;
  opacity: 1;
}

.wheel-image {
  width: 650px;
  height: 650px;
  transition: transform 0.1s ease-out;
  z-index: 101;
}

.wheel-numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 650px;
  transition: transform 0.1s ease-out;
  z-index: 102;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}

.wheel-sector {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 205px;
  transform-origin: 0 0;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 70px;
}

.wheel-gift {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  transform: rotate(112deg);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}

.wheel-pointer {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(-8%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 40px solid #1B1E22;
  z-index: 110;
}

.section-r {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 35px;
  position: relative;
}
.section-r .hero {
  text-align: center;
  margin-bottom: 40px;
}
.section-r .hero .logo {
  margin-bottom: 35px;
}
.section-r .hero .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.section-r .hero .title strong {
  font-weight: 600;
}

.spin-btn {
  position: absolute;
  top: 44%;
  background: #64ACFF;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #DAFF7C;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100%;
  width: 95px;
  height: 95px;
}
.spin-btn:hover:not(:disabled) {
  background: #5999E2;
}
.spin-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.95);
  }
}
/*# sourceMappingURL=main.css.map */
