@charset "UTF-8";

/*
  ############################################################

    CSS TABLE OF CONTENT
    --------------------------------------------------------

    01. RESET STYLES
    02. LOADER
    03. HEADER
    04. FOOTER
    05. PAGES
    06. BOXES
    07. SLİDER
    08. HOVER
    09. SLİCK CSS 
    10. INDEX

  ############################################################
*/
/*
  ############################################################

    SCSS TABLE OF CONTENT
    --------------------------------------------------------

    01. GLOBAL/COLOR.SCSS - (COLOR VARIABLES)
    02. GLOBAL/RESPONSİVE/COLOR.SCSS - (RESPONSIVE SETTINGS)
    03. GLOBAL/SOCIALMEDIA.SCSS - (SOCIAL MEDIA COLOR VARIABLES)
    04. GLOBAL/VARIABLE.SCSS - (FIXED VARIABLES)

  ############################################################
*/
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 01. RESET STYLE */
input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
address {
  margin: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  background: linear-gradient(90deg, #070b28 0%, rgb(37, 47, 90) 100%);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  background: #070b28;
  background: linear-gradient(90deg, #070b28 0%, #252f5a 100%);
  padding-top: 100px;
}

.hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input:invalid {
  border-color: red;
}

form:invalid button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pg-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pg-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pg-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 02. LOADER */
#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070b28;
  -webkit-box-orient: vertical;
  transition: all ease-in-out 300ms;
  opacity: 1;
  visibility: visible;
}

#loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#loader img {
  width: 120px;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

/* 03. HEADER */
header {
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(7, 11, 40, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

header.header-bg {
  background-color: rgba(7, 11, 40, 0.6);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

@media (max-width: 992px) {
  header .container .logo {
    flex: inherit;
    order: -2;
  }
}

header .container .logo img {
  height: 50px;
  position: relative;
  z-index: 2;
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  header .container .logo img {
    height: 45px;
  }
}

header .container .logo img.small-logo {
  height: 40px;
}

@media (max-width: 992px) {
  header .container nav {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #070b28;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 300ms;
    flex: inherit;
    max-width: 250px;
    padding-top: 100px;
    z-index: 3;
    overflow-x: auto;
  }

  header .container nav.active {
    opacity: 1;
    visibility: visible;
  }
}

header .container .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

@media (max-width: 992px) {
  header .container .menu {
    display: block;
  }
}

header .container .menu li {
  margin-left: 35px;
  position: relative;
}

@media (max-width: 992px) {
  header .container .menu li {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

header .container .menu li.selected a {
  color: #ffa249;
}

header .container .menu li.selected .sub-down {
  color: #ffa249 !important;
}

header .container .menu li.selected::before {
  display: none;
}

header .container .menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  z-index: -1;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}

@media (max-width: 992px) {
  header .container .menu li::before {
    display: none;
  }
}

header .container .menu li:hover::before {
  width: 100%;
  transform-origin: left;
  transform: scaleX(1);
}

header .container .menu li:hover .sub-menu {
  opacity: 1;
  top: 30px;
  visibility: visible;
}

@media (max-width: 992px) {
  header .container .menu li:hover .sub-menu {
    top: 0;
  }
}

header .container .menu li .sub-menu {
  background-color: rgba(7, 11, 40, 0.8);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  position: absolute;
  z-index: 2;
  top: 95px;
  left: 0;
  min-width: 200px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 300ms;
  padding: 20px;
}

@media (max-width: 992px) {
  header .container .menu li .sub-menu {
    position: relative;
    top: 0;
    min-width: auto;
    visibility: visible;
    opacity: 1;
    display: none;
    background: transparent;
    border-top: none;
    padding-left: 0;
  }
}

header .container .menu li .sub-menu li {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

header .container .menu li .sub-menu li:last-child {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  header .container .menu li .sub-menu li {
    margin-bottom: 10px;
    margin-left: 0;
    padding-right: 0px;
    text-align: left;
  }
}

header .container .menu li .sub-menu li::before {
  display: none;
}

header .container .menu li .sub-menu li:hover a {
  color: #ffa249;
}

header .container .menu li .sub-menu li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

header .container .menu li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: all ease-in-out 300ms;
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 992px) {
  header .container .menu li .sub-menu li a {
    display: block;
    text-align: left;
  }
}

header .container .menu li .sub-down {
  color: #fff !important;
  position: absolute;
  right: -15px;
  top: 0px;
}

@media (max-width: 992px) {
  header .container .menu li .sub-down {
    right: 15px;
    top: 5px;
  }
}

header .container .menu li .dropdown {
  margin-left: 15px;
  display: none;
}

@media (max-width: 992px) {
  header .container .menu li .dropdown {
    display: block;
  }
}

header .container .menu li .dropdown button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

header .container .menu li .dropdown button::after {
  display: none;
}

header .container .menu li .dropdown button i {
  font-size: 18px;
}

header .container .menu li .dropdown button span {
  width: 20px;
  height: 20px;
  background-color: #ffa249;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
}

header .container .menu li a {
  color: #fff;
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  header .container .menu li a {
    color: #fff;
    display: block;
    font-size: 22px;
  }
}

header .container .menu .join-btn::before {
  display: none;
}

header .container .menu .join-btn .btn {
  padding: 10px 26px;
  border: none;
  box-shadow: none;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  transition: all ease-in-out 300ms;
}

header .container .menu .join-btn .btn:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}

header .container .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .container .right .dropdown {
  margin-left: 15px;
}

@media (max-width: 992px) {
  header .container .right .dropdown {
    margin-left: 10px;
  }
}

header .container .right .dropdown button,
header .container .right .dropdown .btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

header .container .right .dropdown button::after,
header .container .right .dropdown .btn::after {
  display: none;
}

header .container .right .dropdown button i,
header .container .right .dropdown .btn i {
  font-size: 18px;
}

header .container .right .dropdown button span,
header .container .right .dropdown .btn span {
  width: 20px;
  height: 20px;
  background-color: #ffa249;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
}

header .container .right .dropdown .dropdown-menu {
  background-color: rgba(7, 11, 40, 0.8);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  left: inherit !important;
  right: 0 !important;
}

header .container .right .dropdown .dropdown-menu li:hover a {
  background-color: #070b28;
  color: #ffa249;
}

header .container .right .dropdown .dropdown-menu li a {
  color: #fff;
}

header .container .right .sign-in {
  color: #fff;
  margin-left: 20px;
  background: transparent;
  border: none;
}

@media (max-width: 992px) {
  header .container .right .sign-in {
    margin-left: 10px;
  }
}

header .container .right .sign-in::after {
  display: none;
}

header .container .right .sign-in i {
  font-size: 20px;
  margin-left: 5px;
}

.modal .modal-content {
  background: linear-gradient(90deg, #070b28 0%, rgb(37, 47, 90) 100%);
}

.modal .modal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px 15px 15px;
  border-bottom: 1px solid rgb(37, 47, 90);
}

.modal .modal-header img {
  height: 50px;
  margin-bottom: 15px;
}

.modal .modal-header p {
  opacity: 0.7;
}

.modal .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: brightness(0) invert(1);
}

.modal .modal-body form {
  padding: 15px;
}

.modal .modal-body form .input-group {
  margin-bottom: 25px;
}

.modal .modal-body form .input-group label {
  display: block;
  color: #fff;
  margin: 0;
}

.modal .modal-body form .input-group input {
  width: 100%;
  background: transparent;
  border: none;
  height: 40px;
  border-bottom: 1px solid #8891ba;
  color: #fff;
}

.modal .modal-body form .input-group input::-moz-placeholder {
  color: #8891ba;
}

.modal .modal-body form .input-group input:-ms-input-placeholder {
  color: #8891ba;
}

.modal .modal-body form .input-group input::placeholder {
  color: #8891ba;
}

.modal .modal-body form .input-group select {
  width: 100%;
  background: transparent;
  border: none;
  height: 55px;
  padding: 0 15px;
  border: 1px solid #8891ba;
  color: #fff;
  border-radius: 10px;
}

.modal .modal-body form .input-group select::-moz-placeholder {
  color: #8891ba;
}

.modal .modal-body form .input-group select:-ms-input-placeholder {
  color: #8891ba;
}

.modal .modal-body form .input-group select::placeholder {
  color: #8891ba;
}

.modal .modal-body form .input-group select option {
  background: #070b28;
}

.modal .modal-body form .input-group option {
  background: #070b28;
}

.modal .modal-body form .checkbox {
  margin-bottom: 15px;
}

.modal .modal-body form .checkbox input {
  display: none;
}

.modal .modal-body form .checkbox input:checked+label::after {
  transform: scale(1);
}

.modal .modal-body form .checkbox label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.modal .modal-body form .checkbox label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #8891ba;
  display: block;
  margin-right: 10px;
  border-radius: 2px;
}

.modal .modal-body form .checkbox label::after {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 5px;
  transform: scale(0);
  transition: all ease-in-out 300ms;
}

.modal .modal-body form .checkbox label span {
  flex: 1;
  font-size: 13px;
  color: #8891ba;
}

.modal .modal-body form .checkbox label span a {
  background: -webkit-linear-gradient(0deg, #ffa249, #9e00f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal .modal-body form .link {
  font-size: 14px;
  color: #8891ba;
}

.modal .modal-body form .button {
  padding: 16px 26px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  width: 100%;
  transition: all ease-in-out 300ms;
}

.modal .modal-body form .button:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}

.modal .modal-body form p {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #8891ba;
}

.modal .modal-body form p button {
  color: #fff;
  box-shadow: none;
  padding: 0;
}

.modal .modal-body form p button strong {
  font-weight: 500;
}

/* 04. FOOTER */
#whatsapp {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 4px 5px 3px rgba(158, 0, 246, 0.3);
  transition: all ease-in-out 300ms;
}

#whatsapp:hover {
  background-color: #fff;
  color: #25d366;
}

footer {
  padding: 70px 0 25px 0;
  background-color: rgba(158, 0, 246, 0.1);
}

footer .logo {
  display: table;
  margin-bottom: 25px;
}

footer .logo img {
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

footer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-right: 45px;
  line-height: 26px;
}

@media (max-width: 992px) {
  footer p {
    margin-right: 0;
  }
}

footer .title {
  font-size: 30px;
  font-weight: 500;
  color: #ffa249;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  footer .title {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  footer .menu {
    margin-bottom: 25px;
  }
}

footer .menu li {
  margin-bottom: 10px;
}

footer .menu li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 992px) {
  footer .menu li a {
    font-size: 13px;
  }
}

footer .menu li a:hover i {
  margin-left: 10px;
}

footer .menu li a i {
  margin-left: 5px;
  transition: all ease-in-out 300ms;
}

footer .copyright {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 25px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
}

/* 09 SLİCK CSS */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before {
  display: table;
  content: "";
}

.slick-track::after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.slick-dots li div {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: #8e99a3;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots .slick-active div {
  border: none;
  background: #2f80ed;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #000;
  font-size: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-arrow.slick-prev {
  left: 30px;
}

.slick-arrow.slick-next {
  right: 30px;
}

/* 05 PAGES */
.about-page {
  padding: 70px 0;
}

@media (max-width: 992px) {
  .about-page .text {
    margin-bottom: 25px;
  }
}

.about-page .text h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-page .text h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-page .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.about-page img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .about-page img {
    height: 250px;
  }
}

.awards-page {
  padding: 70px 0;
}

.awards-page .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.awards-page .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.awards-page .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .awards-page .title h4 {
    font-size: 40px;
  }
}

.awards-page .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.awards-page .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  background-color: #070b28;
  transition: all ease-in-out 300ms;
}

.awards-page .item:hover {
  transform: translateY(-10px);
}

.awards-page .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

.awards-page .item .text {
  text-align: center;
}

.awards-page .item .text h4 {
  color: #ffa249;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}

.awards-page .item .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  padding: 5px 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 25px;
}

.awards-page .item .text .button {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  margin: 0 auto;
}

.bonus-page {
  padding: 70px 0;
}

.bonus-page .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.bonus-page .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.bonus-page .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .bonus-page .title h4 {
    font-size: 40px;
  }
}

.bonus-page .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.bonus-page .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  background-color: #070b28;
  transition: all ease-in-out 300ms;
}

.bonus-page .item:hover {
  transform: translateY(-10px);
}

.bonus-page .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

.bonus-page .item .text {
  text-align: center;
}

.bonus-page .item .text h4 {
  color: #ffa249;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.bonus-page .item .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  padding: 5px 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 25px;
}

.cart-page {
  padding: 50px 0 70px 0;
  background-color: #070b28;
}

.cart-page .table-responsive {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.cart-page .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  overflow-x: auto;
}

.cart-page .table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-page .table thead tr th {
  color: #fff;
  border: none;
  padding: 15px;
}

.cart-page .table tbody tr td {
  color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 15px;
  vertical-align: middle;
}

.cart-page .table tbody tr td .numbers {
  display: flex;
  align-items: center;
}

.cart-page .table tbody tr td .numbers li {
  margin-right: 5px;
}

.cart-page .table tbody tr td .numbers li a {
  width: 40px;
  height: 40px;
  background-color: #ffa249;
  border-radius: 50%;
  color: #070b28;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 300ms;
}

.cart-page .table tbody tr td .numbers li a:hover {
  background-color: #9e00f6;
  color: #fff;
}

.cart-page .table tbody tr td .amount {
  display: flex;
  align-items: center;
}

.cart-page .table tbody tr td .amount img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.cart-page .table tbody tr td .amount span {
  color: #ffa249;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.cart-page .table tbody tr td .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-page .table tbody tr td .quantity button {
  width: 40px;
  height: 40px;
  background-color: #ffa249;
  border-radius: 50%;
  color: #070b28;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 300ms;
  border: none;
}

.cart-page .table tbody tr td .quantity button:hover {
  background-color: #9e00f6;
  color: #fff;
}

.cart-page .table tbody tr td .close {
  width: 40px;
  height: 40px;
  background-color: #ffa249;
  border-radius: 50%;
  color: #070b28;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 300ms;
  border: none;
}

.cart-page .table tbody tr td .close:hover {
  background-color: #9e00f6;
  color: #fff;
}

.cart-page .total {
  background-color: #060a24;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-page .total .item {
  display: flex;
  align-items: center;
}

.cart-page .total .item p {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
}

.cart-page .total .item .amount {
  display: flex;
  align-items: center;
}

.cart-page .total .item .amount img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.cart-page .total .item .amount span {
  color: #ffa249;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.cart-page .total .button {
  padding: 15px 36px;
  border-radius: 100px;
  background: #ffa249;
  background: linear-gradient(270deg, #ffa249 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
}

.faq-page {
  padding: 70px 0;
}

.faq-page .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.faq-page .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-page .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .faq-page .title h4 {
    font-size: 40px;
  }
}

.faq-page .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.faq-page .accordion-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.faq-page .accordion-tab li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 100px;
  background: #ffa249;
  display: block;
  margin: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  cursor: pointer;
}

.faq-page .accordion-tab li.active {
  background: rgb(158, 0, 246);
}

@media (max-width: 992px) {
  .faq-page .accordion-tab li {
    padding: 10px 24px;
    font-size: 12px;
  }
}

.faq-page .accordion .accordion-item {
  border: none !important;
  margin-bottom: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.faq-page .accordion .accordion-item .accordion-header button {
  background-color: #070b28;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  font-size: 20px;
  padding: 20px;
}

@media (max-width: 992px) {
  .faq-page .accordion .accordion-item .accordion-header button {
    font-size: 16px;
  }
}

.faq-page .accordion .accordion-item .accordion-header button::after {
  display: none;
}

.faq-page .accordion .accordion-item .accordion-body {
  background-color: #070b28;
  color: #fff;
}

.how-it-works-page {
  padding: 70px 0;
}

.how-it-works-page .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.how-it-works-page .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.how-it-works-page .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .how-it-works-page .title h4 {
    font-size: 40px;
  }
}

.how-it-works-page .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.how-it-works-page .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .how-it-works-page .item {
    margin-bottom: 25px;
  }
}

.how-it-works-page .item img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .how-it-works-page .item img {
    width: 150px;
    height: 150px;
  }
}

.how-it-works-page .item .text {
  text-align: center;
}

.how-it-works-page .item .text h6 {
  color: #ffa249;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.how-it-works-page .item .text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.terms-page {
  padding: 70px 0;
}

.terms-page .text {
  padding: 45px;
  background-color: #070b28;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.terms-page .text::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/materials/section-bg.jpg") no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.terms-page .text h4 {
  color: #ffa249;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 35px;
}

.terms-page .text h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.terms-page .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.page-404 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/materials/section-bg.jpg") no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.page-404 .item img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .page-404 .item img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .page-404 .item .text {
    text-align: center;
  }
}

.page-404 .item .text h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-404 .item .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 25px;
}

.page-404 .item .text a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  transition: all ease-in-out 300ms;
  padding: 10px 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.page-404 .item .text a:hover {
  transform: scale(1.03);
}

.page-404 .item .text a i {
  margin-right: 6px;
  margin-bottom: 2px;
}

.contact-page {
  padding: 70px 0;
}

.contact-page .title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.contact-page .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-page .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-page .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.contact-page img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .contact-page img {
    height: 250px;
    margin-bottom: 25px;
  }
}

.contact-page form {
  padding: 35px;
  background-color: #070b28;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-page form::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/materials/section-bg.jpg") no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.contact-page form h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

.contact-page form input {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  caret-color: #fff;
}

.contact-page form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-page form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-page form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-page form textarea {
  width: 100%;
  height: 120px;
  background-color: transparent;
  border: none;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  caret-color: #fff;
  resize: none;
}

.contact-page form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-page form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-page form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-page form .button {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  border: none;
}

.pricings-page {
  padding: 70px 0;
}

.pricings-page .title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.pricings-page .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pricings-page .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pricings-page .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.pricings-page .item {
  background-color: #070b28;
  padding: 35px;
  border-radius: 10px;
  min-height: 500px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .pricings-page .item {
    margin-bottom: 25px;
    min-height: auto;
  }
}

.pricings-page .item.active {
  background-color: #ffa249;
}

.pricings-page .item.active h6 {
  color: #070b28;
}

.pricings-page .item.active h4 {
  color: #070b28;
}

.pricings-page .item.active p {
  color: #070b28;
}

.pricings-page .item.active ul li {
  color: #070b28;
}

.pricings-page .item.active .button {
  background-color: #070b28;
  color: #ffa249;
}

.pricings-page .item:hover {
  background-color: #ffa249;
  transform: scale(1.03);
}

.pricings-page .item:hover h6 {
  color: #070b28;
}

.pricings-page .item:hover h4 {
  color: #070b28;
}

.pricings-page .item:hover p {
  color: #070b28;
}

.pricings-page .item:hover ul li {
  color: #070b28;
}

.pricings-page .item:hover .button {
  background-color: #070b28;
  color: #ffa249;
}

.pricings-page .item h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all ease-in-out 300ms;
}

.pricings-page .item h4 {
  color: #ffa249;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 25px;
  transition: all ease-in-out 300ms;
}

.pricings-page .item h4 span {
  font-weight: 700;
}

.pricings-page .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  transition: all ease-in-out 300ms;
}

.pricings-page .item ul {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .pricings-page .item ul {
    -moz-columns: 2;
    columns: 2;
  }
}

.pricings-page .item ul li {
  margin-bottom: 10px;
  color: #fff;
  transition: all ease-in-out 300ms;
}

.pricings-page .item ul li i {
  margin-right: 5px;
}

.pricings-page .item .button {
  padding: 15px 36px;
  border-radius: 100px;
  background-color: #ffa249;
  color: #070b28;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  border: none;
}

.user-profil-page {
  padding: 70px 0;
}

.user-profil-page .left {
  padding: 35px;
  background-color: #070b28;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .user-profil-page .left {
    margin-bottom: 25px;
  }
}

.user-profil-page .left .user {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
}

.user-profil-page .left .user .picture {
  position: relative;
  margin-bottom: 25px;
}

.user-profil-page .left .user .picture img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.user-profil-page .left .user .picture a {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #ffa249;
  color: #fff;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

.user-profil-page .left .user .text {
  text-align: center;
}

.user-profil-page .left .user .text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #ffa249;
  margin-bottom: 5px;
}

.user-profil-page .left .user .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.user-profil-page .left .list {
  margin-bottom: 25px;
}

.user-profil-page .left .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}

.user-profil-page .left .list .item span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.user-profil-page .left .list .item p {
  color: #ffa249;
  font-size: 20px;
  font-weight: 500;
}

.user-profil-page .left .button {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #ffa249;
  color: #070b28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.user-profil-page .left .copy {
  width: 100%;
  height: 50px;
  border: 1px solid #ffa249;
  border-radius: 10px;
  padding: 10px;
  color: #ffa249;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}

.user-profil-page .left .copy i {
  margin-left: 10px;
}

.user-profil-page .right {
  padding: 35px;
  background-color: #070b28;
  height: 100%;
  border-radius: 10px;
}

.user-profil-page .right .actions {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  .user-profil-page .right .actions {
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
  }
}

.user-profil-page .right .actions li {
  position: relative;
}

.user-profil-page .right .actions li:not(:last-child) {
  margin-right: 25px;
}

.user-profil-page .right .actions li::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ffa249;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  transition: all ease-in-out 300ms;
}

.user-profil-page .right .actions li:hover::before {
  width: 100%;
}

.user-profil-page .right .actions li:hover a {
  color: #ffa249;
}

.user-profil-page .right .actions li.active::before {
  width: 100%;
}

.user-profil-page .right .actions li.active a {
  color: #ffa249;
}

.user-profil-page .right .actions li a {
  color: #fff;
  transition: all ease-in-out 300ms;
}

.user-profil-page .right form h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 35px;
}

.user-profil-page .right form label {
  display: table;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}

.user-profil-page .right form input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  background-color: transparent;
}

.user-profil-page .right form select {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  background-color: transparent;
  cursor: pointer;
}

.user-profil-page .right form .button {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #ffa249;
  color: #070b28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: none;
  max-width: 150px;
}

/* 06. BOXES */
.home-boxes {
  padding: 70px 0;
  background-color: #070b28;
  position: relative;
}

.home-boxes .text p {
    color: #fff;
}

.home-boxes .text,
.home-boxes .text p,
.home-boxes .text a {
    color: #fff;
}

.home-boxes .text .button {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  margin: 0 auto;
}


.home-boxes .top-img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.home-boxes .bottom-img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: 1;
  pointer-events: none;
  transform: rotate(180deg);
}

.home-boxes .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 35px;
  border-radius: 5px;
  background: rgb(7, 11, 40);
  background: linear-gradient(0deg, rgb(7, 11, 40) 0%, rgb(37, 47, 90) 100%);
  min-height: 300px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .home-boxes .item {
    margin-bottom: 25px;
  }
}

.home-boxes .item:hover {
  transform: translateY(-10px);
}

.home-boxes .item span {
  position: absolute;
  top: -120px;
  right: -5px;
  display: block;
  color: rgba(255, 255, 255, 0.03);
  font-size: 350px;
  font-weight: 700;
  pointer-events: none;
  z-index: -1;
}

.home-boxes .item .icon {
  width: 120px;
  height: 120px;
  background-color: #9e00f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 4px solid rgba(255, 162, 73, 0.2);
}

.home-boxes .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.home-boxes .item .text h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-boxes .item .text .button {
  color: #fff;
}

.home-boxes-02 {
  padding: 70px 0;
  background-color: #070b28;
}

.home-boxes-02 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-boxes-02 .item img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

.home-boxes-02 .item .text h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-boxes-02 .item .text .button {
  padding: 12px 40px;
  background: rgb(255, 127, 131);
  background: linear-gradient(270deg, rgb(255, 127, 131) 0%, rgba(158, 0, 246, 0.9024203431) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 100px;
  display: table;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lottery-boxes {
  padding: 50px 0 70px 0;
}

@media (max-width: 992px) {
  .lottery-boxes {
    padding: 50px 0 0 0;
  }
}

.lottery-boxes .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #070b28;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(7, 11, 40, 0.3);
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .lottery-boxes .item {
    margin-bottom: 25px;
  }
}

.lottery-boxes .item:hover {
  transform: scale(1.04);
}

.lottery-boxes .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .lottery-boxes .item img {
    width: 100px;
    height: 100px;
  }
}

.lottery-boxes .item .text {
  text-align: center;
}

.lottery-boxes .item .text h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.lottery-boxes .item .text .amount {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lottery-boxes .item .text .amount img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-right: 10px;
}

.lottery-boxes .item .text .amount span {
  color: #ffa249;
  font-size: 20px;
  font-weight: 700;
  margin-right: 15px;
  display: table;
}

.affiliate-boxes {
  padding: 70px 0;
}

.affiliate-boxes .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.affiliate-boxes .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.affiliate-boxes .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .affiliate-boxes .title h4 {
    font-size: 40px;
  }
}

.affiliate-boxes .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.affiliate-boxes .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .affiliate-boxes .item {
    margin-bottom: 25px;
  }
}

.affiliate-boxes .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

.affiliate-boxes .item .text {
  text-align: center;
}

.affiliate-boxes .item .text h4 {
  color: #ffa249;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}

.affiliate-boxes .item .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* 07. SLİDER */
.home-slider {
  width: 100%;
  height: 100vh;
  margin-top: -100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.home-slider video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-slider .text {
  position: absolute;
  text-align: center;
}

.home-slider .text h6 {
  color: #ffa249;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-slider .text h4 {
  color: #fff;
  font-size: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(0deg, #ffa249, #9e00f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.home-slider .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 500;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.home-slider .text .button {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  margin: 0 auto;
}

.home-slider-02 {
  padding: 100px 0 120px 0;
}

.home-slider-02 .loop .slick-dots li.slick-active div {
  background-color: #fff;
}

.home-slider-02 .loop .slick-dots li div {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #fff;
}

.home-slider-02 .loop .item .text h6 {
  color: #ffa249;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-slider-02 .loop .item .text h4 {
  color: #fff;
  font-size: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(0deg, #ffa249, #9e00f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.home-slider-02 .loop .item .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 500;
  max-width: 550px;
  margin-bottom: 25px;
}

.home-slider-02 .loop .item .text .button {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
}

.home-slider-02 .loop .item .text .button i {
  margin-left: 5px;
}

.home-slider-02 .loop .item img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .home-slider-02 .loop .item img {
    margin-top: 50px;
    height: 300px;
  }
}

.home-games-slider {
  padding: 70px 0;
}

.home-games-slider .title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-games-slider .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-games-slider .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-games-slider .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.home-games-slider .games-loop .slick-arrow {
  border: none;
  color: #ffa249;
  font-size: 45px;
}

.home-games-slider .games-loop .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 35px;
  transition: all ease-in-out 300ms;
  margin: 0 15px;
}

.home-games-slider .games-loop .item img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}

.home-games-slider .games-loop .item h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

.home-games-slider .games-loop .item .button {
  padding: 12px 40px;
  background: rgb(255, 127, 131);
  background: linear-gradient(270deg, rgb(255, 127, 131) 0%, rgba(158, 0, 246, 0.9024203431) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 100px;
  display: table;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 08. HOVER */
.hover01 {
  transition: all ease-in-out 300ms;
}

.hover01:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -4px) scale(1.01);
}

.hover02 {
  transition: all ease-in-out 300ms;
}

.hover02:hover {
  box-shadow: 0px 17px 30px -8px rgba(0, 0, 0, 0.2);
  transform: translate(0px, -1px) scale(1.02);
}

/* 10. INDEX */
.home-games {
  padding: 150px 0 70px 0;
}

.home-games .title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-games .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-games .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-games .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.home-games .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 35px;
  transition: all ease-in-out 300ms;
}

.home-games .item:hover {
  transform: scale(1.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.home-games .item img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}

.home-games .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}

.home-games .item .button {
  padding: 12px 40px;
  background: rgb(255, 127, 131);
  background: linear-gradient(270deg, rgb(255, 127, 131) 0%, rgba(158, 0, 246, 0.9024203431) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 100px;
  display: table;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-games .see {
  padding: 12px 40px;
  background: rgb(255, 127, 131);
  background: linear-gradient(270deg, rgb(255, 127, 131) 0%, rgba(158, 0, 246, 0.9024203431) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 100px;
  display: table;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 25px;
}

.home-board {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
}

.home-board .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-board .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-board .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-board .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.home-board .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  border-radius: 100px;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .home-board .actions {
    width: 100%;
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .home-board .actions li {
    margin-bottom: 10px;
  }
}

.home-board .actions li:not(:last-child) {
  margin-right: 10px;
}

.home-board .actions li.active a {
  background-color: #ffa249;
}

.home-board .actions li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 100px;
  background-color: #ffa249;
  display: block;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .home-board .actions li a {
    padding: 10px 20px;
  }
}

.home-board .actions li a:hover {
  background-color: #9e00f6;
}

.home-board .table-responsive {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.home-board table {
  width: 100%;
}

.home-board table thead tr th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.home-board table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home-board table tbody tr td {
  color: #fff;
  vertical-align: middle;
  border: none !important;
}

.home-board table tbody tr td .user {
  display: flex;
  align-items: center;
}

.home-board table tbody tr td .user img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-right: 15px;
}

.home-board table tbody tr td .user span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.home-board table tbody tr td .amount {
  display: flex;
  align-items: center;
}

.home-board table tbody tr td .amount img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.home-board table tbody tr td .amount span {
  color: #ffa249;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.home-count {
  padding: 70px 0 50px 0;
}

.home-count .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(158, 0, 246, 0.2);
  padding: 25px;
  border-radius: 10px;
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .home-count .item {
    margin-bottom: 25px;
  }
}

.home-count .item:hover {
  transform: scale(1.03);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.home-count .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: rgba(158, 0, 246, 0.1);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.home-count .item .text {
  text-align: center;
}

.home-count .item .text h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.home-count .item .text p {
  color: rgba(255, 162, 73, 0.8);
  font-size: 22px;
  font-weight: 500;
}

.home-play-now {
  padding: 70px 0;
  position: relative;
}

@media (max-width: 992px) {
  .home-play-now {
    padding: 70px 0 0px 0;
  }
}

.home-play-now::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: rgba(158, 0, 246, 0.1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 992px) {
  .home-play-now::before {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .home-play-now .text {
    text-align: center;
  }
}

.home-play-now .text h6 {
  color: #ffa249;
  font-size: 20px;
  font-weight: 500;
}

.home-play-now .text h4 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
}

.home-play-now .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px;
  max-width: 400px;
}

.home-play-now .text .button {
  padding: 12px 40px;
  border: 1px solid #ffa249;
  background-color: #ffa249;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  display: table;
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .home-play-now .text .button {
    margin: 0 auto;
  }
}

.home-play-now .text .button:hover {
  background-color: transparent;
  color: #ffa249;
}

.home-play-now img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .home-play-now img {
    height: 250px;
  }
}

.home-winners {
  padding: 70px 0;
}

.home-winners .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-winners .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-winners .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-winners .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.home-winners .winners-loop .slick-arrow {
  border: none;
  color: #ffa249;
  font-size: 45px;
}

.home-winners .winners-loop .item {
  border: 1px solid rgba(158, 0, 246, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  border-radius: 10px;
  margin-right: 25px;
  background-color: rgba(158, 0, 246, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .home-winners .winners-loop .item {
    margin: 0 15px;
  }
}

.home-winners .winners-loop .item .user {
  display: flex;
  align-items: center;
}

.home-winners .winners-loop .item .user img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(158, 0, 246, 0.3);
  margin-right: 10px;
}

.home-winners .winners-loop .item .user .text {
  text-align: center;
}

.home-winners .winners-loop .item .user .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.home-winners .winners-loop .item .user .text span {
  background-color: #ffa249;
  display: block;
  padding: 3px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.home-winners .winners-loop .item .user .text .amount {
  display: flex;
  align-items: center;
}

.home-winners .winners-loop .item .user .text .amount img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 5px;
}

.home-winners .winners-loop .item .user .text .amount p {
  color: #ffa249;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0;
}

.home-winners .see {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  margin: 0 auto;
  margin-top: 50px;
}

.global-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

@media (max-width: 992px) {
  .global-banner img {
    height: 300px;
  }
}

.global-banner .text {
  position: absolute;
  text-align: center;
}

.global-banner .text h4 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(0deg, #ffa249, #9e00f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .global-banner .text h4 {
    font-size: 40px;
  }
}

.global-banner .text ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-banner .text ul li {
  color: #fff;
  font-size: 18px;
}

.global-banner .text ul li:not(:last-child) {
  margin-right: 15px;
}

.global-banner .text ul li i {
  margin-left: 7px;
}

.global-banner .text ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.lottery-time {
  padding: 70px 0;
}

.lottery-time .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.lottery-time .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.lottery-time .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .lottery-time .title h4 {
    font-size: 40px;
  }
}

.lottery-time .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.lottery-time .item {
  background-color: #070b28;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(7, 11, 40, 0.3);
}

.lottery-time .item h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .lottery-time .item h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.lottery-time .item .times {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lottery-time .item .times span {
  color: #ffa249;
  font-size: 40px;
  font-weight: 700;
  margin-right: 15px;
  display: table;
}

@media (max-width: 992px) {
  .lottery-time .item .times span {
    font-size: 20px;
  }
}

.lottery-buy {
  padding: 70px 0;
}

.lottery-buy .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.lottery-buy .top h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.lottery-buy .top form select {
  width: 100%;
  background-color: transparent;
  color: #fff;
  height: 50px;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  border-radius: 10px;
}

.lottery-buy .boxes {
  margin-bottom: 50px;
}

.lottery-buy .boxes .item {
  background-color: #070b28;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(7, 11, 40, 0.3);
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .lottery-buy .boxes .item {
    margin-bottom: 25px;
  }
}

.lottery-buy .boxes .item:hover {
  transform: translateY(-10px);
}

.lottery-buy .boxes .item h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.lottery-buy .boxes .item .amount {
  display: flex;
  align-items: center;
}

.lottery-buy .boxes .item .amount img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.lottery-buy .boxes .item .amount span {
  color: #ffa249;
  font-size: 20px;
  font-weight: 700;
  margin-right: 15px;
  display: table;
}

.lottery-buy .numbers h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}

.lottery-buy .numbers form {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.lottery-buy .numbers form label {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 20px;
  cursor: pointer;
}

.lottery-buy .numbers .item {
  margin-bottom: 25px;
}

.lottery-buy .numbers .item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lottery-buy .numbers .item ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.lottery-buy .numbers .item ul li a {
  width: 40px;
  height: 40px;
  background-color: #ffa249;
  border-radius: 50%;
  color: #070b28;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 300ms;
}

.lottery-buy .numbers .item ul li a:hover {
  background-color: #070b28;
  color: #fff;
}

.lottery-buy .buy {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
  margin: 0 auto;
}

.lottery-tickets {
  padding: 50px 0 70px 0;
  background-color: #070b28;
}

.lottery-tickets .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.lottery-tickets .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.lottery-tickets .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lottery-tickets .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.lottery-tickets .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  border-radius: 100px;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .lottery-tickets .actions {
    width: 100%;
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .lottery-tickets .actions li {
    margin-bottom: 10px;
  }
}

.lottery-tickets .actions li:not(:last-child) {
  margin-right: 10px;
}

.lottery-tickets .actions li.active a {
  background-color: #9e00f6;
}

.lottery-tickets .actions li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 100px;
  background-color: #ffa249;
  display: block;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .lottery-tickets .actions li a {
    padding: 10px 20px;
  }
}

.lottery-tickets .actions li a:hover {
  background-color: #9e00f6;
}

.lottery-tickets .items {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.lottery-tickets .items .top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
  .lottery-tickets .items .top-head {
    padding: 15px;
  }
}

.lottery-tickets .items .top-head span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .lottery-tickets .items .top-head span {
    font-size: 14px;
  }
}

.lottery-tickets .items .top-head p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .lottery-tickets .items .top-head p {
    font-size: 14px;
  }
}

.lottery-tickets .items .top-head h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .lottery-tickets .items .top-head h4 {
    font-size: 14px;
  }
}

.lottery-tickets .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
  .lottery-tickets .items .item {
    padding: 15px;
  }
}

.lottery-tickets .items .item .user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

@media (max-width: 992px) {
  .lottery-tickets .items .item .user {
    margin-right: 15px;
  }
}

.lottery-tickets .items .item .user img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .lottery-tickets .items .item .user img {
    width: 30px;
    height: 30px;
  }
}

.lottery-tickets .items .item .user span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .lottery-tickets .items .item .user span {
    font-size: 13px;
  }
}

.lottery-tickets .items .item .numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.lottery-tickets .items .item .numbers li {
  margin-right: 5px;
}

.lottery-tickets .items .item .numbers li a {
  width: 40px;
  height: 40px;
  background-color: #ffa249;
  border-radius: 50%;
  color: #070b28;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 300ms;
}

@media (max-width: 992px) {
  .lottery-tickets .items .item .numbers li a {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}

.lottery-tickets .items .item .numbers li a:hover {
  background-color: #9e00f6;
  color: #fff;
}

.lottery-tickets .items .item p {
  color: #ffa249;
  font-size: 25px;
  font-weight: 500;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lottery-how {
  padding: 70px 0;
}

.lottery-how .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.lottery-how .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.lottery-how .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lottery-how .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.lottery-how .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .lottery-how .item {
    margin-bottom: 25px;
  }
}

.lottery-how .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

.lottery-how .item .text {
  text-align: center;
}

.lottery-how .item .text h4 {
  color: #ffa249;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}

.lottery-how .item .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.about-mision {
  padding: 50px 0 0 0;
}

.about-mision .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.about-mision .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-mision .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .about-mision .title h4 {
    font-size: 40px;
  }
}

.about-mision .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.about-mision .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .about-mision .item {
    margin-bottom: 25px;
  }
}

.about-mision .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

.about-mision .item .text {
  text-align: center;
}

.about-mision .item .text h4 {
  color: #ffa249;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-mision .item .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.affiliate-program {
  padding: 50px 0;
}

.affiliate-program .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.affiliate-program .title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.affiliate-program .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .affiliate-program .title h4 {
    font-size: 40px;
  }
}

.affiliate-program .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.affiliate-program .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.affiliate-program .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 25px;
}

.affiliate-program .item .text {
  text-align: center;
}

.affiliate-program .item .text h4 {
  color: #ffa249;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}

.affiliate-program .item .text .button {
  background: #ffa249;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: table;
  cursor: pointer;
  margin: 0 auto;
}

.affiliate-program .item .text .button:hover {
  background: rgba(255, 162, 73, 0.8);
}

.affiliate-col {
  padding: 70px 0;
  background-color: #070b28;
}

@media (max-width: 992px) {
  .affiliate-col .text {
    margin-bottom: 25px;
  }
}

.affiliate-col .text h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.affiliate-col .text h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.affiliate-col .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.affiliate-col .text .button {
  background: #ffa249;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: table;
  cursor: pointer;
}

.affiliate-col .text .button:hover {
  background: rgba(255, 162, 73, 0.8);
}

.affiliate-col img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .affiliate-col img {
    height: 250px;
  }
}

.how-it-works-col {
  padding: 50px 0;
}

@media (max-width: 992px) {
  .how-it-works-col .text {
    margin-bottom: 25px;
  }
}

.how-it-works-col .text h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.how-it-works-col .text h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .how-it-works-col .text h4 {
    font-size: 40px;
  }
}

.how-it-works-col .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.how-it-works-col .text .button {
  padding: 15px 36px;
  border-radius: 100px;
  background: rgb(255, 162, 73);
  background: linear-gradient(270deg, rgb(255, 162, 73) 0%, rgb(158, 0, 246) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease-in-out 300ms;
  display: table;
}

.how-it-works-col img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .how-it-works-col img {
    height: 300px;
  }
}

.how-it-works-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works-video::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.how-it-works-video video {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.how-it-works-video .text {
  position: absolute;
  text-align: center;
}

.how-it-works-video .text h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.how-it-works-video .text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin-bottom: 25px;
}

.how-it-works-video .text .button {
  background: #ffa249;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: table;
  margin: 0 auto;
}

.how-it-works-video .text .button:hover {
  background: rgba(255, 162, 73, 0.8);
}

.template-screen {
  padding-bottom: 60px;
}

.template-screen .title {
  text-align: center;
  margin-bottom: 50px;
}

.template-screen .title h4 {
  background: -webkit-linear-gradient(0deg, #ffa249, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.template-screen .title p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.template-screen .title .button {
  background: #ffa249;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: table;
  margin: 0 auto;
}

.template-screen .title .button:hover {
  background: rgba(255, 162, 73, 0.8);
}

.template-screen a {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  height: 400px;
  border: 1px solid rgb(156, 156, 156);
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 40px 5px rgba(42, 42, 42, 0.39);
  -webkit-box-shadow: 0px 0px 40px 5px rgba(42, 42, 42, 0.39);
  -moz-box-shadow: 0px 0px 40px 5px rgba(42, 42, 42, 0.39);
}

.template-screen a:hover img {
  transform: translateY(calc(-100% + 500px));
}

.template-screen a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 8s ease;
  -o-object-position: top;
  object-position: top;
}

.template-screen a h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.banner-template {
  margin-bottom: 75px;
}

.banner-template img {
  filter: drop-shadow(20px 20px 20px rgba(255, 162, 73, 0.2));
}

.banner-template h4 {
  color: #ffa249;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.banner-template h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(0deg, #ffa249, #9e00f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.banner-template p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 500;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.document-page {
  padding: 70px 0;
}

.document-page .title {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}

.document-page .text h4 {
  color: #ffa249;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.document-page .text p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  margin-bottom: 25px;
}

.document-page .text img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 25px;
}

.document-page .text ul li {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
  list-style-type: disc;
}

.document-page .text table {
  margin-bottom: 25px;
}

.document-page .text table tr {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-trigger {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 22px;
  display: none;
  transition: all 0.4s;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 25px;
}

@media (max-width: 992px) {
  .menu-trigger {
    display: inline-block;
  }
}

.menu-trigger span {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}

/* Popup Window */
.whatsapp-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 250px;
    background: #fff;
    color: #333;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none; /* hidden by default */
    z-index: 10000;
}

.whatsapp-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.whatsapp-popup h4 {
    margin: 0;
    font-size: 16px;
    color: #25D366;
}

.close-popup {
    font-size: 18px;
    cursor: pointer;
    color: #999;
}

.whatsapp-popup p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.whatsapp-popup .popup-btn {
    display: block;
    background: #25D366;
    color: #fff;
    padding: 8px;
    margin: 5px 0;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.whatsapp-popup .popup-btn:hover {
    background: #1ebe5d;
}

/* Telegram Floating Button */
.telegram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #0088cc;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.telegram-float:hover {
    transform: scale(1.1);
    background-color: #006f9c;
}


}
/*# sourceMappingURL=main.css.map */