@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nahid";
    src: url(../fonts/Nahid/Nahid.woff2),
        url(../fonts/Nahid/Nahid.woff);
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "staff-bold";
    src: url(../fonts/bold.ttf);
}


@font-face {
    font-family: "staff";
    src: url(../fonts/reg.ttf);
}

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Nahid, sans-serif;
}

body{
    font-family: Poppins-Light;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #480126;
    color: #fff;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 80px 0px;
}
.sec-pad-big{
    padding: 240px 0px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 18px;
    line-height: 28px;
    color: #EEEEEE;
}
.regular{
    font-family: Nahid!important;
}
.medium{
    font-family: Vazirmatn!important;
    font-size: 15px;
    text-align: center;
}

div h3 {
    text-align: center;
}

.gtaimg {
    text-align: center;
    width:180px;
    height:180px;
}

div p {
    direction: rtl;
    text-align: center;
}

a[href="https://s28.picofile.com/file/8462605084/GTA_San_Andreas.rar"] {
    direction: rtl;

}
.gta {
    color: rgb(255, 64, 58);
}

.help{
    font-family: Vazirmatn!important;
    font-size: 35px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 25px;
}

.bold{
    font-family: Poppins-Bold!important;
}
.wanted{
    font-family: Wanted-M54!important;
}
.text-white{
    color: #fff!important;
}

.text-ww{
    position: relative;
    top: 5px;
}
.ft-16{
    font-size: 16px;
}
.ft-20{
    font-size: 20px;
}


/*header*/

.header{
    width: 100%;
    background-color: transparent;
    padding: 30px 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.sticky-bar{
    position: fixed;
    padding: 10px 0px;
    background-color: #F8FDFF!important;
    box-shadow: 0px 0px 8px #41414129;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky-bar .logo{
    height: 70px;
    width: auto;
}
.navbar{
    padding: 0px;
}
.navbar-light .navbar-brand {
    align-items: center;
    display: flex;
    padding: 0px;
}
.nav-link-btn{
    font-family: Nahid!important;
    padding: 10px 25px!important;
}
@media (min-width: 991px){
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 50px;
        padding-left: 50px;
    }
    .nav-link-btn{
        color: #F8FDFF!important;
        margin-left: 50px;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    line-height: 21px;
    font-family: Nahid;

}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item.active .nav-link , .navbar-light .navbar-nav .nav-item .nav-link.active , .navbar-light .navbar-nav .nav-link:focus {
    color: #d400ff;
    font-family: Nahid!important;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border: none;
}
.navbar-toggler svg{
    color: #fff;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}


h3.title.wow.fadeInUp {
    color: #a5a5a5;
}

.cap {
    direction: rtl;
    background-color: #070104;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
    padding: 1rem;
}
/*hero sec*/
.sticky-social {
    width: auto;
    height: 100vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: 30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 9;
}
.social-main-div span {
    display: inline-block;
    padding: 12px 0px;
}
.social-main-div .sc-img {
    transform: rotate(-180deg);
    transition: all ease .5s;
}
.social-main-div .sc-img:hover {
    transform: rotate(180deg);
}
.social-line{
    height: 120px;
    width: 2px;
    display: inline-block;
    background-color: #fff;
}
.hero-sec{
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 220px 0px 80px;
    display: flex;
    align-items: center;
}
.hero-title{
    font-size: 65px;
    line-height: 65px;
    font-family: Vazirmatn!important;
    font-weight: 500;
    margin-bottom: 30px;
}

.btn-start{
    font-size: 15px;
    line-height: 65px;
    font-family: Vazirmatn!important;
    margin-bottom: 30px;
}

.fadeInUp{
    font-size: 20px;
    line-height: 35px;
    font-family: Dirooz!important;
    /* margin-bottom: 30px; */
}

.hero-sec .theme-btn{
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}
.blue-line-caption-position{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 98%;
    text-align: center;
    z-index: 0;
}
.blue-line-caption{
    font-size: 16px;
    font-family: Dirooz;
    background-color: #352198;
    box-shadow: 0px 3px 20px #352198;
    border-radius: 5px 0px 40px 40px;
    text-align: center;
    padding: 8px 30px;
    display: inline-block;
    white-space: nowrap;
}
.status{
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #0ADB18;
    box-shadow: 0px 3px 6px #0ADB1896;
}

.status1{
    font-family: Nahid!important;
}
/*content sec*/

.sec-bg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.relative-9{
    position: relative;
    z-index: 9;
}
.sec-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.sec1-bg::before{
    background: linear-gradient(0deg, #E1228587 0%, #352198 44%, #240013 100%);
}
.sec2-bg::before{
    background: linear-gradient(180deg, #771249 0%, #352198B5 46%, #2F1070 100%);
}
.sec3-bg::before{
    background: linear-gradient(0deg, #771248  0%, #37106C29 46%, #2F1070 100%);
}
.sec4-bg::before{
    background: linear-gradient(0deg, #000000 0%, #341F8D5C 46%, #731247 100%);
}
.sec5-bg::before{
    background: linear-gradient(0deg, #9B1C8400 50%, #070104 100%);
}
.sec6-bg::before{
    background: linear-gradient(-20deg, #851a53  0%, #37106C29 70%, #2b0d6d 100%);
}
.side-img{
    max-height: 95%;
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 0px;
}
.side-img1{
    left: 0px;
}
.side-img2{
    right: 0px;
}
.icon-relative{
    display: inline-block;
    position: relative;
    z-index: 9;
}
.play-btn-line1 {
  border: 2px rgba(216, 51, 136, 0.451) solid;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right-color: transparent;
}
.play-btn-line2 {
  border: 2px rgba(216, 51, 136, 0.451) solid;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right-color: transparent;
}
#line1 {
  -webkit-animation: rotation 4s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

#line2 {
  -webkit-animation: rotation1 3s infinite linear;
}

@keyframes rotation1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.owl-nav{
    margin: 0px!important;
}
.thumbnail-slider .owl-prev{
    position: absolute;
    left: -10px;
    top: 42%;
    background-color: transparent!important;
    font-size: 25px!important;
}
.thumbnail-slider .owl-next{
    position: absolute;
    right: -10px;
    top: 42%;
    background-color: transparent!important;
    font-size: 25px!important;
}
.title{
    font-size: 50px;
    line-height: 50px;
    font-family: Vazirmatn!important;
    margin-bottom: 30px;
}
.video-box{
    background-color: #D83388;
    box-shadow: 0px 3px 20px #352198A8;
    border-radius: 5px;
    padding: 20px 28px;
    display: inline-flex;
    align-items: center;
    text-align: left;
}
.arrow-icon{
    position: absolute;
    top: 100%;
    right: 50%;
}
.arrow-icon-flip{
    transform: scaleX(-1);
    left: 50%;
    right: auto;
}
.video-img-box{
    position: relative;
}
.video-img-box .square-img{
    box-shadow: 0px 3px 20px #352198A8;
    border-radius: 5px;
}
.video-img-box-icon{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stream-box-div{
    margin-bottom: 40px;
}
.stream-box-video-div{
    background-color: #8C44F7;
    box-shadow: 0px 3px 20px #07041721;
    border-radius: 5px;
    padding: 17px;
}
.stream-box-video{
    width: 100%;
    height: 200px;
    background-color: #302F2F;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stream-play-icon{
    position: absolute;
    /* cursor: pointer; */
}

.pulse-btn {
    animation: borderPulse 1000ms infinite ease-out;
}

@keyframes borderPulse {
    0% {
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .4), 0 0 0 0 #fff, 0 20px 40px #437eef40
    }

    100% {
        box-shadow: inset 0 0 0 3px rgba(117, 117, 255, .2), 0 0 0 10px transparent, 0 20px 40px #437eef40
    }
}



.pulse-load {
    animation: borderl 1000ms infinite linear(0 0%, 0.23 21.32%, 0.63 62.5%, 1 100%);
    border-radius: 10px;
}

@keyframes borderl {
    0% {
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .4), 0 0 0 0 #fff, 0 20px 40px #437eef40
    }

    100% {
        box-shadow: inset 0 0 0 3px rgba(117, 117, 255, .2), 0 0 0 10px transparent, 0 20px 40px #437eef40
    }
}



.pulse-load-online {
    animation: borderl-online 1000ms infinite linear(0 0%, 0.23 21.32%, 0.63 62.5%, 1 100%);

}

@keyframes borderl-online {
    0% {
        box-shadow: inset 0 0 0 5px rgba(2, 243, 102, 0.4), 0 0 0 0 rgb(2, 243, 102), 0 20px 40px #437eef40
    }

    100% {
        box-shadow: inset 0 0 0 3px rgba(2, 243, 102, .2), 0 0 0 10px transparent, 0 20px 40px #437eef40
    }
}



.caption {
    font-family: inherit;
}

.stream-box-content{
    margin: 0px 35px;
    padding: 10px 20px;
    text-align: center;
    background-color: #D83388;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.step-box-div{
    background: linear-gradient(270deg, #D83388 0%, #352198 100%);
    box-shadow: 0px 3px 20px #352198A8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 10px;
    cursor: pointer;
}
.step-box-div.active{
    position: relative;
    border: 2px solid #DC37A0;
}

.ccc {
    text-align: center;
}

.step-box-div.active::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #D43389 transparent;
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -53px;
}
.step-box-profile{
    margin-top: -40px;
    margin-right: 20px;
}
.step-img-bg-div{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #D43389;
    border-radius: 5px;
}
.theme-btn{
    background-color: #D83388;
    color: #FFFFFF!important;
    border-radius: 5px;
    font-size: 18px;
    font-family: Poppins-Medium;
    padding: 15px 35px;
    outline: 0!important;
    box-shadow: 0px 3px 20px #AB206861;
    white-space: nowrap;
    transition: all ease .5s;
}
.rounded-btn{
    border-radius: 50px;
    font-size: 25px;
    /* line-height: 65px; */
    font-family: Vazirmatn!important;
    /* margin-bottom: 30px; */
}

.theme-btn:focus{
    box-shadow: 0 0 0 7px rgb(216 51 136 / 30%);
}
.theme-btn:hover{
    box-shadow: 0 0 0 7px rgb(216 51 136 / 30%);
    -webkit-animation: pointing_effect .5s ease .2s;
    animation: pointing_effect .5s ease .2s;
}
@keyframes pointing_effect{
    0% {
        box-shadow: 0 0 0 0px rgb(216 51 136 / 50%);
    }
    45% {
        box-shadow: 0 0 0 15px rgb(216 51 136 / 5%);
    }
    50% {
        box-shadow: 0 0 0 0px rgb(216 51 136 / 30%);
    }
    100% {
        box-shadow: 0 0 0 7px rgb(216 51 136 / 30%);
    }
}
.blue-btn{
    background: transparent linear-gradient(270deg, #352198 0%, #1B114C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #3521984A;
}
.blue-btn:focus, .blue-btn:hover{
    box-shadow: 0 0 0 7px rgb(53 33 152 / 30%)!important;
}
.pink-btn{
    background: transparent linear-gradient(270deg, #982159 0%, #4c1128 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #9821534a;
}
.pink-btn:focus, .pink-btn:hover{
    box-shadow: 0 0 0 7px rgba(152, 33, 102, 0.3)!important;
}
.cyan-btn{
    background: transparent linear-gradient(270deg, #cf31ff 0%, #7b16ff 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #ff00ea4a;
    font-family: IranSans!important;
}
.cyan-btn:focus, .cyan-btn:hover{
    box-shadow: 0 0 0 7px rgba(38, 190, 183, 0.3)!important;
}
.nohover:hover{
    animation: none!important;
}


.mb-0 {
    font-family: Nahid!important;
}

/* forms */
.forms .form-field label {
    margin-bottom: 8px;
}
.forms .form-field img {
    width: 1.5em;
    height: auto;
    margin-right: 0.2em;
}
.forms .form-field input, .forms .form-field textarea, .forms .form-field option, .forms .form-field select {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.4);
    color: rgb(209, 209, 209);
}

.forms .form-field input::placeholder,
.forms .form-field textarea::placeholder {
    color: rgb(209, 209, 209);
}
.forms .form-field input[type="text"],
.forms .form-field textarea {
    color: rgb(245, 212, 245);
}
.forms .custom-textarea {
    height: 200px;
    resize: none;
}
.forms input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

/*news div*/
.news-btn{
    background-color: #33d2d8;
    color: #FFFFFF!important;
    border-radius: 5px;
    font-size: 14px;
    font-family: Nahid!important;
    padding: 8px 18px;
    outline: 0!important;
    box-shadow: 0px 3px 20px #20a6ab61;
    white-space: nowrap;
    transition: all ease .5s;
}
.news-item {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.news-item img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}
.news-item h3 {
    margin-top: 20px;
}
.news-item p {
    margin-bottom: 20px;
}

/*support div*/

.support-sec-div{
    background-position: bottom!important;
    padding-bottom: 650px;
}
.get-in-touch-box{
    background-color: #352198;
    box-shadow: 0px 10px 20px #2533391A;
    border-radius: 7px;
    padding: 60px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('../img/support-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*footer*/

.footer-div{
    padding-top: 70px;
    background-color: #131313;
}
.footer-margin{
    margin-bottom: 40px;
}
.links-li p{
    color: #FFFFFF!important;
    font-family: Poppins-Medium;
    display: inline-block;
    margin-right: 70px;
    transition: all ease .5s;
}

.hl {
    font-family: Nahid!important;
    font-size: 16px;
}

.hl5 {
    font-family: Nahid!important;
    font-size: 24px;
}


.hl2 {
    font-family: Nahid!important;
}

.hl1 {
    font-family: "staff";
    font-size: 19px;
}

.staff-title {
    font-family: "staff-bold"!important;
}

.staff-info {
    font-family: "staff"!important;
}

.links-li p:last-child{
    margin-right: 0px;
}
.links-li p:hover{
    color: #D83388!important;
}
.socials a{
    display: inline-block;
    margin-right: 40px;
    transform: rotate(0deg);
    transition: all ease .5s;
}
.socials a:last-child{
    margin-right: 0px;
}
.socials a:hover {
    transform: rotate(360deg);
}

.c-right {
    font-family: "staff";
    direction: ltr;
}


.c-right a:hover {
    color:#D83388;
}

.c-right a:hover {
    color:#D83388;
}

.ft14 {
    font-family: "Vazir";
}


p.ft-20.medium.mb-0 {
    width: 300px;
}


  .heart {
    font-size: 1em;
    position: relative;
  }

  .heartbeat {
    position: relative;
    z-index: 1;
    animation: beat 2s linear infinite;
  }

  .heartecho {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: echo 2s linear infinite;
  }

  @keyframes beat {
    0% {
      transform: scale(1);
    }
    14% {
      transform: scale(0.9);
    }
    21% {
      transform: scale(1.1) skew(0.004turn)
    }
    28% {
      transform: scale(1) skew(0.008turn);
    }
    35% {
      transform: scale(1) skew(0)
    }
  }

  @keyframes echo {
    0% {
      opacity: 0.5;
      transform: scale(1);
    }
    14% {
      opacity: 0.4;
      transform: scale(0.8);
    }
    21% {
      opacity: 0.4;
      transform: scale(1.1);
    }
    100% {
      opacity: 0;
      transform: scale(3);
    }
  }


.c-right a,
.byload a {
    animation: erfanice 1000ms infinite ease-out;
}

@keyframes erfanice {
    0% {
        text-shadow: 0 0 0px rgb(255, 255, 255)
    }

    100% {
        text-shadow: 0 0 0px rgb(255, 9, 161)
    }
}

.loadLogo {
    position: absolute;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Vazirmatn", sans-serif;
  }

  .loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }


  /* .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: relative;
    top: 121px;
    left: -48px;
  } */

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.byload {
    position: absolute;
    bottom: 0;
    font-family: "staff";
}

.side-img1 {
    left: -25rem;
}
