/*------------------------------------------------------------------

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

-------------------------------------------------------------------
Table of contents

    I.General
    II.Header & Navigation
    III.Hero Section
    IV.About Section
    V.Media Section
    VI.Features Section
    VII.CTA Section
    Extra Pages

-------------------------------------------------------------------
[Color codes]

Content:	#FFF;
Footer:		#111;

a (standard): #FFF;
a (hover): #FFF;
a (visited): #FFF;	
a (active):	#FFF;

[Colors]

Primary Color: #222;
Accent Color: #d71414;
Button Color: #bc1a1a;
-------------------------------------------------------------------*/

/* Dirooz font */
@import url('https://fonts.googleapis.com/css?family=Dirooz:400,800');

/* Anurati font */
@font-face {
    font-family: 'Anurati';
    src: url('../webfonts/Anurati-Regular.otf');
}

@font-face {
    font-family: 'Dirooz';
    src: url('../webfonts/Dirooz.ttf');
}

/* --------------------------- /////////// I. GENERAL /////////// --------------------------- */
.text-center {
    text-align: center !important;
}

/* -Color- */
.colored {
    color: #d71414;
}

/* -Link Styling- */
a {
    color: #FFF;
    font-family: Dirooz, sans-serif;
    text-decoration: none;
}

a:visited {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #d71414;
    text-decoration: none;
}

a:active {
    color: #FFF;
    text-decoration: underline;
}

a:focus {
    color: #FFF;
    text-decoration: none;
}

/* -Resets- */
html,
body {
    color: #FFF;
    background-color: #080808;
    font-size: 17px;
    line-height: 1.5rem;
    /* 24px */
    max-width: 100%;
    overflow-x: hidden;
    direction: rtl;
    font-family: Dirooz, sans-serif;
}

/* -Full width fluid container- */
.full-width {
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #000;
}

#about-section>.col-xl-7.col-12 {
    padding: 25vh 0;
}

/* -Text Styling */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Dirooz, sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.3rem;
}

p {
    font-family: Dirooz, sans-serif;
    font-size: 0.9375rem;
    /* 15px */
    padding: 5px 5px 5px 0;
    margin: 0;
    font-weight: 400;
    line-height: 2;
}

.strong {
    font-weight: bold;
}

.spaced {
    letter-spacing: 5px;
}

.subtle {
    color: #999;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.justify-content-between {
    justify-content: space-between;
}

.short-hr-left::after {
    border-top: 2px solid;
    border-color: #ff7a1b;
    content: "";
    display: block;
    height: 1px;
    width: 10%;
    margin: 13px 0 0 0;
}

.short-hr-center::after {
    border-top: 2px solid;
    border-color: #ff7a1b;
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    margin: 10px auto 0 auto;
}

.short-hr-right::after {
    border-top: 2px solid;
    border-color: #ff7a1b;
    content: "";
    display: block;
    height: 1px;
    width: 10%;
    margin: 10px 0 0 auto;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    font-family: Dirooz, sans-serif;
}

/* -Margins and Floats- */
.floated-left {
    float: left;
}

.floated-right {
    float: right;
}

.inline {
    display: inline;
}

.tiny-margin {
    margin-bottom: 3.625em
        /* 32px */
}

.small-margin {
    margin-bottom: 6em;
    /* 96px */
}

.medium-margin {
    margin-bottom: 8em;
    /* 128px */
}

.large-margin {
    margin-bottom: 12em;
    /* 192px */
}

/* -hr- */
hr {
    width: 95%;
    height: 1px;
    background: #d71414;
    margin: 20px auto 25px auto;
}

/* -General Button Styles */
button {
    outline: none !important;
}

.button {
    height: auto;
    width: fit-content;
    margin: 20px auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-family: Dirooz, sans-serif;

    color: #222;
    border: none;
    border-radius: 4px;
    background: #FFF;
    display: inline-block;
    outline: none;
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
}

.button:visited {
    color: #222;
}

.button:hover {
    text-decoration: none !important;
    color: #FFF !important;
    background: #ff7a1b !important;
}

.button.active {
    text-decoration: none !important;
    color: #FFF !important;
    background: #ff7a1b;
    cursor: default;
}

.button:focus {
    color: #222;
}

.help-block {
    font-size: 12px;
}

/* - Cookies Notification - */
.cookies-bar {
    background: #111;
    height: auto;
    width: 100vw;
    position: fixed;
    bottom: -60px;
    border-top: 1px solid #d71414;
    z-index: 10;
    transition: 0.4s;
}

.cookies-wrapper {
    position: relative;
    padding: 15px 40px;
}

.cookies-bar.open {
    transform: translateY(-60px);
}

.cookies-bar.closed {
    transform: translateY(60px);
}

.cookies-bar p {
    display: inline;
}

.cookies-bar a {
    text-decoration: underline;
}

.cookies-bar .button {
    display: block;
    position: absolute;
    top: 25%;
    right: 35px;
    margin: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    background: none;
}

.cookies-bar .button:hover {
    color: #ff7a1b !important;
}

/* -Loading Screen- */
#loader-wrapper {
    background: #111;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1050;
}

.loader-logo {
    position: relative;
    color: #FFF;
    top: 43%;
    font-family: Dirooz, sans-serif;
    letter-spacing: 5px;
}

#progress {
    width: 0;
    height: 2px;
    background: #ff7a1b;
    position: relative;
    top: 45%;
}

.loader-text {
    position: relative;
    color: #FFF;
    top: 48%;
}

/* -Loading Screen Animation- */
.loaded {
    -moz-transform: translate3d(0px, -100%, 0px);
    -webkit-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* RESPONSIVE STYLES */
@media (max-width : 767px) {
    .tiny-margin {
        margin-bottom: 1.5em;
    }

    .small-margin {
        margin-bottom: 3em;
    }

    .medium-margin {
        margin-bottom: 4em;
    }

    .large-margin {
        margin-bottom: 6em;
    }

    .cookies-wrapper {
        padding: 15px 60px 15px 20px;
    }

    .cookies-bar .button {
        top: 30%;
    }
}

@media (max-width : 960px) {
    .col-md-11.col-12.mx-auto.container.pl-md-5 {
        direction: ltr;
    }

    .navbar-nav.mx-auto.pr-3 {
        text-align: right !important;
    }
}

/* --------------------------- /////////// II. HEADER AND NAVIGATION /////////// --------------------------- */
.main-logo {
    color: #FFF;
    font-family: Dirooz, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 5px;
    text-decoration: none;
}

.navbar-brand {
    display: flex;
    align-items: flex-end;
}

.navbar-brand>img {
    width: 70px;
}

.navbar-brand>h3 {
    padding-bottom: 5px;
}

.navbar-dark {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    height: auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff7a1b;
}

.fixed-top {
    z-index: 90;
}

.scrolled {
    background-color: rgba(0, 0, 0, 0.6);
    /* navbar background gradient */
    z-index: 90;
}

/* Dropdown Menu */
.navbar-collapse .dropdown-menu {
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-collapse .dropdown-item {
    color: #fff;
    text-decoration: none;
}

.navbar-collapse .dropdown-item:hover {
    background: none;
}

.navbar-collapse .dropdown-item .item-text {
    font-size: 0.875rem;
}

.navbar-collapse .dropdown-item:hover .item-text {
    color: #ff7a1b;
}

.navbar-collapse .dropdown-items-divide-hr {
    width: 100%;
    height: 1px;
    margin: 0.25rem auto 0.25rem auto;
    border: none;
    background-color: #b5bcc4;
    opacity: 0.2;
}

/* Menu bars for mobile */
.navbar-toggler {
    border: none;
    cursor: pointer;
}

#hamburger .icon-bar {
    display: block;
    height: 2px;
    width: 25px;
    background: #FFF;
    margin: 7px 0;
    transition: .3s ease-in-out;
}

/* - Mobile menu animation - */
#hamburger .icon-bar:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamburger .icon-bar:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamburger .icon-bar:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#hamburger.open .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open .icon-bar:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#hamburger.open .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* -RESPONSIVE STYLES- */
@media (max-width : 991px) {
    .navbar-dark {
        background-color: rgba(0, 0, 0, 0.6);
        /* navbar background gradient */
    }

    .scrolled {
        background-color: rgba(0, 0, 0, 0.8);
        /* navbar background gradient */
        height: auto;
    }

    .full-width {
        padding: 20vh 0;
    }

    .navbar-collapse .dropdown-menu {
        background: none;
    }
}

/* Brand Name */
.brand-name>h1 {
    font-family: 'Dirooz';
    font-size: larger;
    margin-bottom: 16vh;
}

/* --------------------------- /////////// III. HERO SECTION /////////// --------------------------- */
.hero-unit {
    position: relative;
    border-bottom: 1px solid #000;
}

/* -Video- */
.bgvid {
    width: 100%;
    min-height: 110vh;
    max-width: none;
}

/* -Image Overlay- */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero-caption {
    position: absolute;
    top: 25%;
    left: 15%;
    right: 15%;
    padding: 20px;
    z-index: 5;
    text-align: center;
}

.headline {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 65%;
}

.hero-caption h2 {
    font-size: 1.5rem;
}

.hero-caption h1 {
    font-size: 5rem;
}

/* -RESPONSIVE STYLES- */
@media (max-widtH : 988px) {
    .reviews {
        margin-top: 3em;
    }
}

@media (max-width : 767px) {
    .hero-caption h1 {
        font-size: 2.5rem;
    }
}

/* --------------------------- /////////// IV. ABOUT SECTION /////////// --------------------------- */
#about-section {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%), url(../images/bg1.jpg);
}

/* -RESPONSIVE STYLES- */
@media (max-width : 988px) {

    .social-media {
        display: none !important;
    }
}

@media (min-width : 989px) {
    .social-media-humburger {
        display: none !important;
    }
}

/* --------------------------- /////////// V. FEATURES SECTION /////////// --------------------------- */
@media (min-width : 1441px) {
    .features .col-md-4 {
        height: 700px;
    }
}

@media (max-width : 1440px) {
    .features .col-md-4 {
        height: 650px;
    }
}

@media (max-width : 1280px) {
    .features .col-md-4 {
        height: 500px;
    }

    .short-hr-center {
        font-size: 1.6rem !important;
    }

    .features .col-md-4 p {
        font-size: 0.9rem;
    }

    .relative .button {
        font-size: 1rem !important;
    }
}

@media (max-width : 1000px) {
    .features .col-md-4 {
        height: 350px;
    }

    .short-hr-center {
        font-size: 1rem !important;
    }

    .features .col-md-4 p {
        font-size: 0.5rem;
    }

    .relative .button {
        font-size: 0.5rem !important;
        padding: 0 0.5rem;
    }
}

@media (max-width : 769px) {
    .features .col-md-4 {
        height: 300px;
    }

    .short-hr-center {
        font-size: 1rem !important;
    }

    .features .col-md-4 p {
        font-size: 0.5rem;
    }

    .relative .button {
        font-size: 0.5rem !important;
        padding: 0 0.5rem;
    }
}

@media (max-width : 640px) {
    .features .col-md-4 {
        height: 400px;
    }

    .short-hr-center {
        font-size: 1.6rem !important;
    }

    .features .col-md-4 p {
        font-size: 0.8rem;
    }

    .relative .button {
        font-size: 1rem !important;
        padding: 0.5rem 1rem;
    }
}

.features .col-md-4 {
    background-size: cover;
    background-position: 0vw calc(82% + 96px);
    /* min-height: 650px; */
    min-height: auto;
    padding: 3vh 5vw;
}

#features-section .feature-card:nth-child(1) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/نصب\ GTA.png);
}

#features-section .feature-card:nth-child(2) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/نصب\ MTA.png);
}

/* #features-section .feature-card:nth-child(3) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/ورود\ به\ سرور.png);
} */

.background-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 109%;
    filter: brightness(0.5);
}

.relative {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    height: 100%;
    padding-bottom: 70px;
}

.overflow-hiddem {
    overflow: hidden;
}


.features h2 {
    transition: 0.4s ease;
}

.features h2.short-hr-center::after {
    transition: 0.4s ease;
    width: 0;
}

.features p {
    opacity: 0;
    transition: 0.4s ease;
}

.card-active h2.short-hr-center::after {
    width: 100px;
}

.card-active p {
    opacity: 1;
}

.feature-card {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
}

/* -- EXTRA FEATURES --*/
.extra-features {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%), url(../images/bg2.jpg);
    background-size: cover;
    border-bottom: 2px solid #000;
    background-attachment: fixed;
}

.extra-features:nth-of-type(3) {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%), url(../images/bg3.jpg);
    background-attachment: fixed;
}

.extra-features:nth-of-type(4) {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 100%), url(../images/bg4.jpg);
    background-attachment: fixed;
}

.extra-features.right img {
    margin: 10vh auto 0 0;
}

.extra-features.left img {
    margin: 10vh 0 0 auto;
}

.extra-features .col-xl-7 {
    padding: 30vh 10% 25vh 10px;
}

.extra-features.right {
    text-align: right;
}

.extra-features.right .col-xl-7 {
    padding: 30vh 10px 25vh 10%;
}

/* -RESPONSIVE STYLES- */
@media (min-width: 1366px) {
    .features h2 {
        margin-top: 10%;
    }

    .card-active h2 {
        margin-top: 20%;
    }
}

@media (max-width : 1199px) {
    .extra-features img {
        display: none;
    }

    .extra-features .col-xl-7 {
        padding: 25vh 15vh;
    }

    .extra-features.right .col-xl-7 {
        padding: 25vh 15vh;
    }
}

@media (max-width : 767px) {
    .extra-features .col-xl-7 {
        padding: 30vh 15px;
    }

    .extra-features.right .col-xl-7 {
        padding: 30vh 15px;
    }
}

/* --------------------------- /////////// VI. MEDIA SECTION /////////// --------------------------- */
.gallery-item {
    padding: 0;
    border: 1px solid #000;
}

.gallery-item img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.overlay:hover {
    opacity: 0;
}

/* --------------------------- /////////// VII. CTA SECTION /////////// --------------------------- */
#cta-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg1.jpg);
}

.game-box {
    float: right;
}

#cta-section h1 {
    font-size: 3.5rem;
}

.platforms {
    width: 50%;
}

/* Modal */
.modal-expand {
    cursor: pointer;
    color: #999;
}

.modal-content {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.modal-header {
    border-bottom: 1px solid #ff7a1b;
}

.modal-footer {
    border-top: 1px solid #ff7a1b;
}

.modal-body>ul>li>p {
    padding: 0px 5px;
    display: inline;
}

.modal-body ul {
    list-style: none;
    margin: 10px 0 0 25px;
}

.modal-body ul li {
    margin: 5px 0;
}

.modal-body ul li:before {
    display: inline-block;
    width: 1em;
    margin-left: -10px;
    font-family: fontawesome;
}

.close {
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    color: #ff7a1b;
}

.button.modal-btn {
    margin: 0;
    width: 100px;
}

/* -RESPONSIVE STYLES- */
@media (max-width : 767px) {
    .game-box {
        float: none;
        margin-bottom: 10vh;
    }

    .cta-card {
        text-align: center;
    }
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.download-btn {
    display: block;
    width: 240px;
    padding: 40px;
    margin: 50px auto;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    transform: translateY(-50%);
    box-shadow: 0 10px 20px -5px #4b200f;
    overflow: hidden;
    background-color: #000;
}

.download-btn:after {
    opacity: 0.16;
    z-index: 2;
}

.download-btn div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.download-btn div:before,
.download-btn div:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 30px 0;
    transition: 0.3s ease all;
    font-family: Dirooz, sans-serif;
}

.download-btn div:before {
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
    font-family: Dirooz, sans-serif;
}

.download-btn div:after {
    content: "دانلود";
    letter-spacing: -10px;
    transform: scale(0);
    opacity: 0;
    font-family: Dirooz, sans-serif;
}

.download-btn:hover:before {
    transform: scale(1.3);
}

.download-btn:hover div:before {
    letter-spacing: 3px;
    opacity: 0;
    transform: scale(4);
}

.download-btn:hover div:after {
    letter-spacing: 0;
    opacity: 1;
    transform: scale(1);
}

#download-p1 div:before {
    content: "پارت اول";
}

#download-p2 div:before {
    content: "پارت دوم";
}

#download-p3 div:before {
    content: "برای ویندوز 7";
}

#download-p4 div:before {
    content: "برای ویندوز 10/11";
}

#download-p5 div:before {
    content: "ورود به بازی";
}

#download-p5 div:after {
    content: "برای ورود کلیک کنید";
}

/* --------------------------- /////////// VIII. DLC SECTION /////////// --------------------------- */
#dlc-section .col-xl-6:nth-of-type(1) {
    padding-right: 0;
}

#dlc-section .col-xl-6:nth-of-type(2) {
    background: url(../images/bg.png) repeat;
}

#dlc-section img {
    float: right;
}

#dlc-section .button {
    margin: 20px 5px;
}

.dlc-card {
    padding: 10% 15px;
}

/* -RESPONSIVE STYLES- */
@media (max-width : 1199px) {
    #dlc-section .col-xl-6:nth-of-type(1) {
        padding: 0;
    }

    #dlc-section img {
        width: 100%;
        float: none;
    }
}

@media (max-width : 767px) {
    #dlc-section {
        padding: 5% 0;
        text-align: center;
    }

    #dlc-section .short-hr-left:after {
        margin: 10px auto;
    }
}

/* --------------------------- /////////// IX. EXTRAS /////////// --------------------------- */
#extras {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/hero.jpg);
}

#extras .headline {
    margin-top: 20vh;
    width: 70%;
}

/* -Newsletter- */
input {
    width: 60%;
    height: 45px;
    border: none;
    border-radius: 4px;
    background: #222;
    padding: 0 20px 0 0;
    outline: #333;
    color: #FFF;
}

#newsletter-box h2 {
    margin-bottom: 20px;
}

#newsletter-box .button {
    color: #FFF;
    background: #222;
    border: none;
    margin: 0;
    height: 45px;
    vertical-align: top;
}

#newsletter-box .button:hover {
    background: #ff7a1b;
}

.text-danger {
    font-family: Dirooz, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}

.text-success {
    font-family: Dirooz, sans-serif;
    font-size: 1.3rem;
    margin-top: 10px;
}

.social-links {
    width: fit-content;
}

#extras .social-links li {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 12px;
    margin: 0 5px;
}

#extras .social-links li i {
    vertical-align: middle;
    text-align: center;
    width: 25px;
    height: 15px;
}

#extras .social-links li:hover {
    background: #FFF;
}

#extras .social-links li:hover a {
    color: #d71414;
}

/* -RESPONSIVE STYLES- */
@media (max-width : 991px) {
    #extras {
        text-align: center;
        padding: 10vh 15px;
    }

    #extras .headline {
        margin: 0 0 3em 0;
    }
}

/* --------------------------- /////////// FOOTER /////////// --------------------------- */
#footer {
    width: 100%;
    min-height: 50px;
    height: auto;
    color: #AAA;
    background: url(../images/bg.png) repeat;
    border-top: 1px solid #ff7a1b;
    font-size: 14px;
    line-height: 20px;
}

#footer .row:only-child {
    padding: 20px 0;
}

#footer ul {
    margin: 10px 0;
}

#footer ul li {
    display: inline-block;
    margin: 0 10px;
}

#footer ul li a {
    color: #AAA;
}

#footer ul li a:hover {
    color: #ff7a1b;
}

.brands {
    text-align: center;
}

.brands img {
    margin: 20px 0;
}

#copyright {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 3px;
}

#copyright a {
    color: #AAA;
    text-decoration: underline;
}

/* --------------------------- /////////// X. EXTRA PAGES /////////// --------------------------- */
.extra-page {
    font-size: 0.875rem;
}

.extra-page a {
    color: #ff7a1b;
}

.extra-page a:hover {
    color: #ff7a1b;
    text-decoration: underline;
    text-decoration-color: #ff7a1b;
}

.extra-page .hero-unit {
    min-height: 400px;
    background: #222;
    border: none;
}

.extra-page .hero-caption {
    margin-top: 25vh;
}

.extra-page .hero-caption h1 {
    font-size: 3.5rem;
}

.text-container ul {
    list-style: circle;
    margin-left: 40px;
}

.text-container ul li {
    margin: 5px 0;
}

.text-container ol li {
    margin: 5px 0;
}

.breadcrumb-nav {
    background: #171717;
    border: none;
    height: 60px;
}

.breadcrumb {
    border: none;
    background: none;
    margin: 0;
    height: 60px;
}

.breadcrumb li {
    padding-top: 5px;
}

#footer-extra {
    padding-top: 25px;
    border-top: 1px solid #ff7a1b;
    background: url('../images/bg.png') repeat;
}

#footer-extra .social-links li {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 8px;
    margin: 0 5px;
}

#footer-extra .social-links li i {
    vertical-align: middle;
    width: 25px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-extra .social-links li a {
    color: #fff;
}

#footer-extra .social-links li:hover {
    background: #FFF;
}

#footer-extra .social-links li:hover a {
    color: #ff7a1b;
}

.form-control-input {
    width: 100%;
}

.form-control-select {
    width: 100%;
    height: 45px;
    background: #222;
    border: none;
    outline: #333;
    color: #fff;
    padding: 0 0 0 20px;
}

.checkbox {
    font-size: 14px;
}

.checkbox input {
    width: auto;
    height: auto;
    vertical-align: -5%;
    margin-right: 0.375rem;
}

#privacyForm .button {
    width: 100%;
    margin-top: 0;
    height: 50px;
    font-size: 1.1rem;
}

.form-container {
    padding-top: 2em;
}

/* -RESPONSIVE STYLES- */
@media (max-width : 991px) {
    #footer-extra .col-md-4 {
        margin-bottom: 2em;
        text-align: center;
    }

    #footer-extra .row:first-child {
        padding: 40px 0 20px 0;
    }
}

.video-showdiv {
    /* background-image: url('../images/bg1.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* border-radius: 10px; */
    /* width: 60%; */
    /* margin: 3rem auto; */
    /* height: 400px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    max-width: 800px;
    margin: 0 auto 2vh auto;
}

.video-showdiv iframe {
    border-radius: 10px;
    border: none;
}

.show-videomodal {
    --fa-primary-color: #ffc800;
    --fa-secondary-color: #000000;
    font-size: 5em;
    cursor: pointer;
    border-radius: 50%;
}

.close-videomodal {
    --fa-primary-color: #ffc800;
    --fa-secondary-color: #000000;
    font-size: 2em;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    margin-top: 0.5%;
    margin-right: 0.5%;
    z-index: 999999;
}

.video-modal {
    position: fixed;
    background-color: #000000da;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media {
    position: fixed;
    left: 0.5vw;
    top: 40vh;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2vh;
    font-size: 1.3em;
}

.social-media-humburger {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 2vh;
    font-size: 1.3em;
    justify-content: center;
}

.social-media div,
.social-media-humburger div {
    padding: 10px 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media div:hover {
    background: none !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.social-media-humburger div {
    background: none !important;
}

.social-media-humburger #instagram:hover {
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: #ffffff !important;
}

.social-media-humburger #telegram:hover {
    background-color: #55ACEE !important;
    color: #ffffff !important;
}

.social-media-humburger #discord:hover {
    background-color: #7289da !important;
    color: #ffffff !important;
}

.social-media-humburger #aparat:hover {
    background-color: #ea1d5d !important;
    color: #ffffff !important;
}

.social-media-humburger #youtube:hover {
    background-color: #ea1d1d !important;
    color: #ffffff !important;
}

#instagram {
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

#telegram {
    background-color: #55ACEE;
    color: #FFF;
}

#discord {
    background-color: #7289da;
    color: #FFF;
}

#aparat {
    color: #FFF;
    background-color: #ea1d5d;
}

#youtube {
    color: #FFF;
    background-color: #ea1d1d;
}

@keyframes fadecus {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes showcus {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadecus {
    animation-name: fadecus;
    animation-duration: 2s;
}

.showcus {
    animation-name: showcus;
    animation-duration: 2s;
}

.img-fluidc {
    width: 33vw;
}

.container {
    padding-right: 5vw;
}

@-webkit-keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(2, 1);
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.loading-dots {
    text-align: center;
    width: 100%;
}

.loading-dots--dot {
    -webkit-animation: dot-keyframes 3s infinite ease-in-out;
    animation: dot-keyframes 3s infinite ease-in-out;
    background-color: #00d600;
    border-radius: 10px;
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-bottom: 2px;
}

.loading-dots--dot:nth-child(2) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.loading-dots--dot:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

ul.dropdown-menu.show {
    inset: 35px auto auto auto !important;
    background: none !important;
    border: none !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.dropdown-item {
    color: #000 !important;
    text-align: right;
    transition: all ease .300s;
    background-color: #bbbbbb;
    border-radius: 4px;
    margin-bottom: 5px;
}

.dropdown-item:hover {
    background-color: #ff7a1b !important;
}

.dropdown-toggle::after {
    transition: all .300s;
}

.dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(180deg);
}

button.btn.btn-secondary.bg-white.text-dark.dropdown-toggle:hover {
    background-color: #ff7a1b !important;
    color: #FFF !important;
}