 @font-face {
     font-family: IRANSans;
     font-style: normal;
     font-weight: bold;
     src: url('../../fonts/eot/IRANSansWeb_Bold.eot');
     src: url('../../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
 }
 
 @font-face {
     font-family: IRANSans;
     font-style: normal;
     font-weight: 500;
     src: url('../../fonts/eot/IRANSansWeb_Medium.eot');
     src: url('../../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
 }
 
 @font-face {
     font-family: IRANSans;
     font-style: normal;
     font-weight: 300;
     src: url('../../fonts/eot/IRANSansWeb_Light.eot');
     src: url('../../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
 }
 
 @font-face {
     font-family: IRANSans;
     font-style: normal;
     font-weight: 200;
     src: url('../../fonts/eot/IRANSansWeb.eot');
     src: url('../../fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../../fonts/woff/IRANSansWeb.woff') format('woff'), url('../../fonts/ttf/IRANSansWeb.ttf') format('truetype');
 }
 
 @font-face {
     font-family: IRANSans;
     font-style: normal;
     font-weight: normal;
     src: url('../fonts/eot/IRANSansWeb.eot');
     src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb.woff') format('woff'), url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
 }
 
 @font-face {
     font-family: "IRANSansWeb";
     src: url("../../fonts/IranSansWeb/eot/IRANSansWeb.eot");
     src: url("../../fonts/IranSansWeb/eot/IRANSansWeb.eot") format("embedded-opentype"), url("../../fonts/IranSansWeb/woff/IRANSansWeb.woff") format("woff"), url("../../fonts/IranSansWeb/ttf/IRANSansWeb.ttf") format("truetype");
     font-weight: normal;
     font-style: normal;
 }
 
 :root {
     --primary-dark-blue: #010376;
     --primary-green: #85bd05;
     --primary-black: #14151a;
     --primary-gray: #212121;
     --pen: #444444;
     --light-pen: rgb(168, 168, 168);
     --light-gray: #f2f2f2;
 }
 
 body {
     font-family: 'IranSansWeb' !important;
     color: #444444;
     direction: ltr;
     background-color: #f7f7f7;
 }
 
 a {
     color: #1acc8d;
     text-decoration: none;
 }
 
 a:hover {
     color: #34e5a6;
     text-decoration: none;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: 'IRANSansWeb';
 }
 
 .auto {
     margin: auto;
 }
 
 .green-btn {
     background-color: var(--primary-green);
     text-align: center;
     padding: 6px 20px 4px;
     border-radius: 8px;
     color: white;
     font-size: 12pt;
     display: block;
     margin: 2rem auto;
     width: max-content;
 }
 
 .green-btn:hover {
     cursor: pointer;
     background-color: white;
     color: var(--primary-green);
 }
 
 .blue-btn {
     min-width: 120px;
     background-color: var(--primary-dark-blue);
     text-align: center;
     padding: 6px 20px 4px;
     border-radius: 8px;
     color: white;
     font-size: 12pt;
     display: block;
     margin: 2rem auto;
     width: max-content;
     border: 1px solid var(--primary-dark-blue)
 }
 
 .blue-btn:hover {
     cursor: pointer;
     background: none;
     color: var(--primary-dark-blue);
 }
 
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 9999;
     overflow: hidden;
     background: #fff;
     display: flex;
     vertical-align: bottom;
 }
 
 #preloader>img {
     width: 100px;
     margin: auto;
 }
 
 @-webkit-keyframes animate-preloader {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }
 
 @keyframes animate-preloader {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }
 
 .back-to-top {
     position: fixed;
     visibility: hidden;
     opacity: 0;
     left: 15px;
     bottom: 15px;
     z-index: 996;
     background: #6B74E6;
     width: 40px;
     height: 40px;
     border-radius: 2px;
     transition: all 0.4s;
 }
 
 .back-to-top i {
     font-size: 18px;
     color: #fff;
     line-height: 0;
 }
 
 .back-to-top:hover {
     background: #6B74E6;
     color: #fff;
 }
 
 .back-to-top.active {
     visibility: visible;
     opacity: 1;
 }
 
 @media screen and (max-width: 768px) {
     [data-aos-delay] {
         transition-delay: 0 !important;
     }
 }
 
 .rtl {
     direction: rtl !important;
 }
 
 #header {
     height: 80px;
     transition: all 0.5s;
     z-index: 997;
     transition: all 0.5s;
     background: rgba(1, 4, 136, 0.9);
 }
 
 #header.header-transparent {
     background: transparent;
 }
 
 #header.header-scrolled {
     background: rgba(1, 4, 136, 0.9);
     height: 60px;
 }
 
 #header.other-page-header {
     background: var(--primary-dark-blue);
 }
 
 #header .logo h1 {
     font-size: 28px;
     margin: 0;
     padding: 0;
     line-height: 1;
     font-weight: 700;
 }
 
 #header .logo h1 a,
 #header .logo h1 a:hover {
     color: #fff;
     text-decoration: none;
 }
 
 #header .logo img {
     padding: 0;
     margin: 0;
     max-width: 50px;
 }
 
 #header .logo span {
     position: relative;
     top: 2px;
     right: 8px;
     font-size: 18pt;
 }
 
 .navbar .dropdown-item {
     padding-left: 12px;
 }
 
 .navbar {
     padding: 0;
     float: right;
 }
 
 .navbar ul {
     margin: 0;
     padding: 0;
     display: flex;
     list-style: none;
     align-items: center;
 }
 
 .navbar li {
     position: relative;
 }
 
 .navbar a,
 .navbar a:focus {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 10px 30px 10px 0px;
     font-size: 15px;
     font-weight: 500;
     font-family: IRANSansWeb;
     color: rgba(255, 255, 255, 0.7);
     white-space: nowrap;
     transition: 0.3s;
 }
 
 .navbar a i,
 .navbar a:focus i {
     font-size: 12px;
     line-height: 0;
     margin-left: 5px;
 }
 
 .navbar>ul>li>a:before {
     content: "";
     position: absolute;
     width: 0;
     height: 2px;
     bottom: 3px;
     left: 0px;
     background-color: #1acc8d;
     visibility: hidden;
     width: 0px;
     transition: all 0.3s ease-in-out 0s;
 }
 
 .navbar a:hover:before,
 .navbar li:hover>a:before,
 .navbar .active:before {
     visibility: visible;
     width: 25px;
 }
 
 .navbar a:hover,
 .navbar .active,
 .navbar .active:focus,
 .navbar li:hover>a {
     color: #fff;
 }
 
 .navbar .dropdown ul {
     display: block;
     position: absolute;
     left: 30px;
     top: calc(100% + 30px);
     margin: 0;
     padding: 10px 0;
     z-index: 99;
     opacity: 0;
     visibility: hidden;
     background: #fff;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
     transition: 0.3s;
     border-radius: 4px;
 }
 
 .navbar .dropdown ul li {
     min-width: 200px;
 }
 
 .navbar .dropdown ul a {
     padding: 10px 20px;
     font-size: 14px;
     font-weight: 500;
     text-transform: none;
     color: #01036f;
 }
 
 .navbar .dropdown ul a i {
     font-size: 12px;
 }
 
 .navbar .dropdown ul a:hover,
 .navbar .dropdown ul .active:hover,
 .navbar .dropdown ul li:hover>a {
     color: #1acc8d;
 }
 
 .navbar .dropdown:hover>ul {
     opacity: 1;
     top: 100%;
     visibility: visible;
 }
 
 .navbar .dropdown .dropdown ul {
     top: 0;
     left: calc(100% - 30px);
     visibility: hidden;
 }
 
 .navbar .dropdown .dropdown:hover>ul {
     opacity: 1;
     top: 0;
     left: 100%;
     visibility: visible;
 }
 
 @media (max-width: 1366px) {
     .navbar .dropdown .dropdown ul {
         left: -90%;
     }
     .navbar .dropdown .dropdown:hover>ul {
         left: -100%;
     }
 }
 
 .mobile-nav-toggle {
     color: #fff;
     font-size: 28px;
     cursor: pointer;
     display: none;
     line-height: 0;
     transition: 0.5s;
 }
 
 @media (max-width: 991px) {
     .mobile-nav-toggle {
         display: block;
     }
     .dropdown-menu {
         width: 100%;
     }
     .navbar ul {
         display: none;
     }
 }
 
 .navbar-mobile {
     position: fixed;
     overflow: hidden;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background: rgba(1, 3, 91, 0.9);
     transition: 0.3s;
     z-index: 999;
 }
 
 .navbar-mobile .mobile-nav-toggle {
     position: absolute;
     top: 15px;
     right: 15px;
 }
 
 .navbar-mobile ul {
     display: block;
     position: absolute;
     top: 55px;
     right: 15px;
     bottom: 15px;
     left: 15px;
     padding: 10px 0;
     border-radius: 8px;
     background-color: #fff;
     overflow-y: auto;
     transition: 0.3s;
     padding-left: 16px;
 }
 
 .navbar-mobile>ul>li>a:before {
     left: 20px;
 }
 
 .navbar-mobile a,
 .navbar-mobile a:focus {
     padding: 10px 20px;
     font-size: 15px;
     color: #0205a1;
 }
 
 .navbar-mobile a:hover,
 .navbar-mobile .active,
 .navbar-mobile li:hover>a {
     color: #3f43fd;
 }
 
 .navbar-mobile .getstarted,
 .navbar-mobile .getstarted:focus {
     margin: 15px;
 }
 
 .navbar-mobile .dropdown ul {
     position: static;
     display: none;
     margin: 10px 20px;
     padding: 10px 0;
     z-index: 99;
     opacity: 1;
     visibility: visible;
     background: #fff;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
 }
 
 .navbar-mobile .dropdown ul li {
     min-width: 200px;
 }
 
 .navbar-mobile .dropdown ul a {
     padding: 10px 20px;
 }
 
 .navbar-mobile .dropdown ul a i {
     font-size: 12px;
 }
 
 .navbar-mobile .dropdown ul a:hover,
 .navbar-mobile .dropdown ul .active:hover,
 .navbar-mobile .dropdown ul li:hover>a {
     color: #1acc8d;
 }
 
 .navbar-mobile .dropdown>.dropdown-active {
     display: block;
 }
 
 #hero {
     width: 100%;
     position: relative;
     padding: 120px 0 0 0;
 }
 
 #hero:before {
     content: "";
     background-color: var(--primary-dark-blue);
     position: absolute;
     bottom: 0;
     top: 0;
     left: 0;
     right: 0;
     z-index: -1;
 }
 
 #hero h1 {
     margin: 0 0 20px 0;
     font-size: 48px;
     font-weight: 700;
     line-height: 56px;
     color: white;
 }
 
 #hero h1 span {
     color: #fff;
     border-bottom: 4px solid #1acc8d;
 }
 
 #hero p {
     color: rgba(255, 255, 255, 0.8);
     margin-bottom: 40px;
     font-size: 24px;
 }
 
 #hero .btn-get-started {
     font-weight: 500;
     font-size: 16px;
     letter-spacing: 1px;
     display: inline-block;
     padding: 10px 30px;
     border-radius: 12px;
     transition: 0.5s;
     color: #fff;
     background: var(--primary-green);
 }
 
 #hero .btn-get-started:hover {
     background-color: white;
     color: var(--primary-green);
 }
 
 #hero .animated {
     animation: up-down 2s ease-in-out infinite alternate-reverse both;
 }
 
 @media (min-width: 1024px) {
     #hero {
         background-attachment: fixed;
     }
 }
 
 @media (max-width: 991px) {
     .mail>a {
         text-align: center;
     }
     .social-media>ul {
         justify-content: center;
     }
     #hero {
         padding-top: 80px;
     }
     #hero .animated {
         -webkit-animation: none;
         animation: none;
     }
     #hero .hero-img {
         text-align: center;
     }
     #hero .hero-img img {
         max-width: 50%;
     }
     #hero h1 {
         font-size: 28px;
         line-height: 32px;
         margin-bottom: 10px;
     }
     #hero h2 {
         font-size: 18px;
         line-height: 24px;
         margin-bottom: 30px;
     }
 }
 
 @media (max-width: 575px) {
     #hero .hero-img img {
         width: 80%;
     }
 }
 
 @-webkit-keyframes up-down {
     0% {
         transform: translateY(10px);
     }
     100% {
         transform: translateY(-10px);
     }
 }
 
 @keyframes up-down {
     0% {
         transform: translateY(10px);
     }
     100% {
         transform: translateY(-10px);
     }
 }
 
 .hero-waves {
     display: block;
     margin-top: 60px;
     width: 100%;
     height: 60px;
     z-index: 5;
     position: relative;
 }
 
 .wave1 use {
     -webkit-animation: move-forever1 10s linear infinite;
     animation: move-forever1 10s linear infinite;
     -webkit-animation-delay: -2s;
     animation-delay: -2s;
 }
 
 .wave2 use {
     -webkit-animation: move-forever2 8s linear infinite;
     animation: move-forever2 8s linear infinite;
     -webkit-animation-delay: -2s;
     animation-delay: -2s;
 }
 
 .wave3 use {
     -webkit-animation: move-forever3 6s linear infinite;
     animation: move-forever3 6s linear infinite;
     -webkit-animation-delay: -2s;
     animation-delay: -2s;
 }
 
 @-webkit-keyframes move-forever1 {
     0% {
         transform: translate(85px, 0%);
     }
     100% {
         transform: translate(-90px, 0%);
     }
 }
 
 @keyframes move-forever1 {
     0% {
         transform: translate(85px, 0%);
     }
     100% {
         transform: translate(-90px, 0%);
     }
 }
 
 @-webkit-keyframes move-forever2 {
     0% {
         transform: translate(-90px, 0%);
     }
     100% {
         transform: translate(85px, 0%);
     }
 }
 
 @keyframes move-forever2 {
     0% {
         transform: translate(-90px, 0%);
     }
     100% {
         transform: translate(85px, 0%);
     }
 }
 
 @-webkit-keyframes move-forever3 {
     0% {
         transform: translate(-90px, 0%);
     }
     100% {
         transform: translate(85px, 0%);
     }
 }
 
 @keyframes move-forever3 {
     0% {
         transform: translate(-90px, 0%);
     }
     100% {
         transform: translate(85px, 0%);
     }
 }
 
 section {
     padding: 30px 0;
     overflow: hidden;
 }
 
 .section-bg {
     background-color: #f5f5ff;
 }
 
 .section-title {
     padding-bottom: 40px;
 }
 
 .section-title h2 , .section-title h1 {
     font-size: 20px;
     font-weight: bold;
     padding: 0;
     line-height: 1px;
     margin: 0 0 5px 0;
     text-transform: uppercase;
     color: var(--primary-dark-blue);
 }
 
 .section-title h2::after , .section-title h1::after {
     content: "";
     width: 120px;
     height: 1px;
     display: inline-block;
     background: var(--primary-green);
     margin: 4px 10px;
 }
 
 .section-title p {
     margin: 0;
     margin: 0;
     font-size: 36px;
     font-weight: 700;
     text-transform: uppercase;
     color: #010483;
 }
 
 .breadcrumbs {
     padding: 20px 0;
     background-color: #fafaff;
     min-height: 40px;
     margin-top: 80px;
 }
 
 @media (max-width: 992px) {
     .breadcrumbs {
         margin-top: 64px;
     }
 }
 
 .breadcrumbs h2 {
     font-size: 24px;
     font-weight: 400;
     margin: 0;
 }
 
 @media (max-width: 992px) {
     .breadcrumbs h2 {
         margin: 0 0 10px 0;
     }
 }
 
 .breadcrumbs ol {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     padding: 0;
     margin: 0;
     font-size: 14px;
 }
 
 .breadcrumbs ol li+li {
     padding-left: 10px;
 }
 
 .breadcrumbs ol li+li::before {
     display: inline-block;
     padding-left: 10px;
     color: #6c757d;
     content: "/";
 }
 
 @media (max-width: 768px) {
     .breadcrumbs .d-flex {
         display: block !important;
     }
     .breadcrumbs ol {
         display: block;
     }
     .breadcrumbs ol li {
         display: inline-block;
     }
 }
 
 .about {
     padding: 40px 0 0 0;
 }
 
 .about .icon-boxes h3 {
     font-size: 28px;
     font-weight: 700;
     color: #010483;
     margin-bottom: 15px;
 }
 
 .about .icon-box {
     margin-top: 40px;
 }
 
 .about .icon-box .icon {
     float: left;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 64px;
     height: 64px;
     border: 2px solid #7ceec6;
     border-radius: 50px;
     transition: 0.5s;
 }
 
 .about .icon-box .icon i {
     color: #1acc8d;
     font-size: 32px;
 }
 
 .about .icon-box:hover .icon {
     background: #1acc8d;
     border-color: #1acc8d;
 }
 
 .about .icon-box:hover .icon i {
     color: #fff;
 }
 
 .about .icon-box .title {
     margin-left: 85px;
     font-weight: 700;
     margin-bottom: 10px;
     font-size: 18px;
 }
 
 .about .icon-box .title a {
     color: #343a40;
     transition: 0.3s;
 }
 
 .about .icon-box .title a:hover {
     color: #1acc8d;
 }
 
 .about .icon-box .description {
     margin-left: 85px;
     line-height: 24px;
     font-size: 14px;
 }
 
 .about .video-box {
     background: url("../img/about.png") center center no-repeat;
     background-size: contain;
     min-height: 300px;
 }
 
 .about .play-btn {
     width: 94px;
     height: 94px;
     background: radial-gradient(#3f43fd 50%, rgba(63, 67, 253, 0.4) 52%);
     border-radius: 50%;
     display: block;
     position: absolute;
     left: calc(50% - 47px);
     top: calc(50% - 47px);
     overflow: hidden;
 }
 
 .about .play-btn::after {
     content: "";
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateX(-40%) translateY(-50%);
     width: 0;
     height: 0;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-left: 15px solid #fff;
     z-index: 100;
     transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 
 .about .play-btn::before {
     content: "";
     position: absolute;
     width: 120px;
     height: 120px;
     -webkit-animation-delay: 0s;
     animation-delay: 0s;
     -webkit-animation: pulsate-btn 2s;
     animation: pulsate-btn 2s;
     -webkit-animation-direction: forwards;
     animation-direction: forwards;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-timing-function: steps;
     animation-timing-function: steps;
     opacity: 1;
     border-radius: 50%;
     border: 5px solid rgba(63, 67, 253, 0.7);
     top: -15%;
     left: -15%;
     background: rgba(198, 16, 0, 0);
 }
 
 .about .play-btn:hover::after {
     border-left: 15px solid #3f43fd;
     transform: scale(20);
 }
 
 .about .play-btn:hover::before {
     content: "";
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translateX(-40%) translateY(-50%);
     width: 0;
     height: 0;
     border: none;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-left: 15px solid #fff;
     z-index: 200;
     -webkit-animation: none;
     animation: none;
     border-radius: 0;
 }
 
 @-webkit-keyframes pulsate-btn {
     0% {
         transform: scale(0.6, 0.6);
         opacity: 1;
     }
     100% {
         transform: scale(1, 1);
         opacity: 0;
     }
 }
 
 @keyframes pulsate-btn {
     0% {
         transform: scale(0.6, 0.6);
         opacity: 1;
     }
     100% {
         transform: scale(1, 1);
         opacity: 0;
     }
 }
 
 .features .icon-box {
     display: flex;
     align-items: center;
     padding: 20px;
     background: #f5f5ff;
     transition: ease-in-out 0.3s;
 }
 
 .features .icon-box i {
     font-size: 32px;
     padding-left: 10px;
     line-height: 1;
 }
 
 .features .icon-box h3 {
     font-weight: 700;
     margin: 0;
     padding: 0;
     line-height: 1;
     font-size: 16px;
 }
 
 .features .icon-box h3 a {
     color: #010483;
     transition: ease-in-out 0.3s;
 }
 
 .features .icon-box h3 a:hover {
     color: #01036f;
 }
 
 .features .icon-box:hover {
     background: #ebebff;
 }
 
 .counts {
     background: #f5f5ff;
     padding: 70px 0 60px;
 }
 
 .counts .count-box {
     padding: 30px 30px 25px 30px;
     width: 100%;
     position: relative;
     text-align: center;
     background: #fff;
 }
 
 .counts .count-box i {
     position: absolute;
     top: -25px;
     left: 50%;
     transform: translateX(-50%);
     font-size: 20px;
     background: #1acc8d;
     padding: 12px;
     color: #fff;
     border-radius: 50px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     line-height: 0;
     width: 48px;
     height: 48px;
 }
 
 .counts .count-box span {
     font-size: 36px;
     display: block;
     font-weight: 600;
     color: #010483;
 }
 
 .counts .count-box p {
     padding: 0;
     margin: 0;
     font-family: "Montserrat", sans-serif;
     font-size: 14px;
 }
 
 .details .content+.content {
     margin-top: 100px;
 }
 
 .details .content h3 {
     font-weight: 600;
     font-size: 26px;
     color: var(--primary-black);
 }
 
 .details .content ul {
     list-style: none;
     padding: 0;
 }
 
 .details .content ul li {
     padding-bottom: 10px;
 }
 
 .details .content ul i {
     font-size: 20px;
     padding-left: 4px;
     color: #1acc8d;
 }
 
 .details .content p:last-child {
     margin-bottom: 0;
     margin-top: 1.5rem;
     line-height: 1.7;
 }
 
 .servisec-custum>div>img {
     display: block;
     margin: 12px auto;
     text-align: center;
     max-height: 95px;
 }
 
 .servisec-custum>div>div {
     padding: 12px
 }
 
 .servisec-custum>div>div>h4 {
     text-align: center;
     font-size: 14pt;
     color: var(--primary-black);
 }
 
 .servisec-custum>div>div>p {
     text-align: center;
     font-size: 10pt;
     color: #818181;
     margin-top: 12px;
     line-height: 1.8;
 }
 
 #gallery .gallery-item {
     overflow: hidden;
     border-right: 3px solid #fff;
     border-bottom: 3px solid #fff;
     border-radius: 8px;
 }
 
 #gallery .gallery-item img {
     transition: all ease-in-out 0.4s;
 }
 
 #gallery .gallery-item:hover img {
     transform: scale(1.1);
 }
 
 .testimonials {
     padding: 80px 0;
     background: url("../img/cta-bg.jpg") no-repeat;
     background-position: center center;
     background-size: cover;
     position: relative;
 }
 
 .testimonials::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     background: rgba(1, 3, 111, 0.8);
 }
 
 .testimonials .section-header {
     margin-bottom: 40px;
 }
 
 .testimonials .testimonials-carousel,
 .testimonials .testimonials-slider {
     overflow: hidden;
 }
 
 .testimonials .testimonial-item {
     text-align: center;
     color: #fff;
 }
 
 .testimonials .testimonial-item .testimonial-img {
     width: 100px;
     border-radius: 50%;
     border: 6px solid rgba(255, 255, 255, 0.15);
     margin: 0 auto;
 }
 
 .testimonials .testimonial-item h3 {
     font-size: 20px;
     font-weight: bold;
     margin: 10px 0 5px 0;
     color: #fff;
 }
 
 .testimonials .testimonial-item h4 {
     font-size: 14px;
     color: #ddd;
     margin: 0 0 15px 0;
 }
 
 .testimonials .testimonial-item .quote-icon-left,
 .testimonials .testimonial-item .quote-icon-right {
     color: rgba(255, 255, 255, 0.4);
     font-size: 26px;
 }
 
 .testimonials .testimonial-item .quote-icon-left {
     display: inline-block;
     left: -5px;
     position: relative;
 }
 
 .testimonials .testimonial-item .quote-icon-right {
     display: inline-block;
     right: -5px;
     position: relative;
     top: 10px;
 }
 
 .testimonials .testimonial-item p {
     font-style: italic;
     margin: 0 auto 15px auto;
     color: #eee;
 }
 
 .testimonials .swiper-pagination {
     margin-top: 20px;
     position: relative;
 }
 
 .testimonials .swiper-pagination .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     opacity: 1;
     background-color: rgba(255, 255, 255, 0.4);
 }
 
 .testimonials .swiper-pagination .swiper-pagination-bullet-active {
     background-color: #1acc8d;
 }
 
 @media (min-width: 1024px) {
     .testimonials {
         background-attachment: fixed;
     }
 }
 
 @media (min-width: 992px) {
     .testimonials .testimonial-item p {
         width: 80%;
     }
 }
 
 .team {
     background: #fff;
 }
 
 .team .member {
     text-align: center;
     margin-bottom: 80px;
     position: relative;
 }
 
 .team .member .pic {
     border-radius: 4px;
     overflow: hidden;
 }
 
 .team .member img {
     transition: all ease-in-out 0.4s;
 }
 
 .team .member:hover img {
     transform: scale(1.1);
 }
 
 .team .member .member-info {
     position: absolute;
     bottom: -80px;
     left: 0px;
     right: 0px;
     background: rgba(255, 255, 255, 0.9);
     padding: 15px 0;
     border-radius: 0 0 4px 4px;
     box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 }
 
 .team .member h4 {
     font-weight: 700;
     margin-bottom: 10px;
     font-size: 16px;
     color: #01036f;
     position: relative;
     padding-bottom: 10px;
 }
 
 .team .member h4::after {
     content: "";
     position: absolute;
     display: block;
     width: 50px;
     height: 1px;
     background: #0d12fc;
     bottom: 0;
     left: calc(50% - 25px);
 }
 
 .team .member span {
     font-style: italic;
     display: block;
     font-size: 13px;
     color: #01036f;
 }
 
 .team .member .social {
     margin-top: 10px;
 }
 
 .team .member .social a {
     transition: color 0.3s;
     color: #01036f;
 }
 
 .team .member .social a:hover {
     color: #1acc8d;
 }
 
 .team .member .social i {
     font-size: 16px;
     margin: 0 2px;
 }
 
 .pricing .box {
     padding: 20px;
     background: #fff;
     text-align: center;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
     border-radius: 5px;
     position: relative;
     overflow: hidden;
 }
 
 .pricing h3 {
     font-weight: 400;
     margin: -20px -20px 20px -20px;
     padding: 20px 15px;
     font-size: 16px;
     font-weight: 600;
     color: #777777;
     background: #f8f8f8;
 }
 
 .pricing h4 {
     font-size: 36px;
     color: #1acc8d;
     font-weight: 600;
     font-family: "Poppins", sans-serif;
     margin-bottom: 20px;
 }
 
 .pricing h4 sup {
     font-size: 20px;
     top: -15px;
     left: -3px;
 }
 
 .pricing h4 span {
     color: #bababa;
     font-size: 16px;
     font-weight: 300;
 }
 
 .pricing ul {
     padding: 0;
     list-style: none;
     color: #444444;
     text-align: center;
     line-height: 20px;
     font-size: 14px;
 }
 
 .pricing ul li {
     padding-bottom: 16px;
 }
 
 .pricing ul i {
     color: #1acc8d;
     font-size: 18px;
     padding-left: 4px;
 }
 
 .pricing ul .na {
     color: #ccc;
     text-decoration: line-through;
 }
 
 .pricing .btn-wrap {
     margin: 20px -20px -20px -20px;
     padding: 20px 15px;
     background: #f8f8f8;
     text-align: center;
 }
 
 .pricing .btn-buy {
     background: #1acc8d;
     display: inline-block;
     padding: 8px 35px 10px 35px;
     border-radius: 50px;
     color: #fff;
     transition: none;
     font-size: 14px;
     font-weight: 400;
     font-family: "Montserrat", sans-serif;
     font-weight: 600;
     transition: 0.3s;
 }
 
 .pricing .btn-buy:hover {
     background: #149f6e;
 }
 
 .pricing .featured h3 {
     color: #fff;
     background: #1acc8d;
 }
 
 .pricing .advanced {
     width: 200px;
     position: absolute;
     top: 18px;
     right: -68px;
     transform: rotate(45deg);
     z-index: 1;
     font-size: 14px;
     padding: 1px 0 3px 0;
     background: #1acc8d;
     color: #fff;
 }
 
 .faq .faq-list {
     padding: 0;
 }
 
 .faq .faq-list ul {
     padding: 0;
     list-style: none;
 }
 
 .faq .faq-list li+li {
     margin-top: 15px;
 }
 
 .faq .faq-list li {
     padding: 20px;
     background: #fff;
     border-radius: 4px;
     position: relative;
 }
 
 .faq .faq-list a {
     display: block;
     position: relative;
     font-family: "Poppins", sans-serif;
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
     padding: 0 30px;
     outline: none;
     cursor: pointer;
 }
 
 .faq .faq-list .icon-help {
     font-size: 24px;
     position: absolute;
     right: 0;
     left: 20px;
     color: #34e5a6;
 }
 
 .faq .faq-list .icon-show,
 .faq .faq-list .icon-close {
     font-size: 24px;
     position: absolute;
     right: 0;
     top: 0;
 }
 
 .faq .faq-list p {
     margin-bottom: 0;
     padding: 10px 0 0 0;
 }
 
 .faq .faq-list .icon-show {
     display: none;
 }
 
 .faq .faq-list a.collapsed {
     color: #343a40;
 }
 
 .faq .faq-list a.collapsed:hover {
     color: #1acc8d;
 }
 
 .faq .faq-list a.collapsed .icon-show {
     display: inline-block;
 }
 
 .faq .faq-list a.collapsed .icon-close {
     display: none;
 }
 
 @media (max-width: 1200px) {
     .faq .faq-list {
         padding: 0;
     }
 }
 
 .contact .info {
     width: 100%;
 }
 
 .contact .info i {
     margin-left: 12px;
     font-size: 16pt;
 }
 
 .contact .info h4 {
     padding: 0 0 0 60px;
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 5px;
     color: #010483;
 }
 
 .contact .info .address>p {
     margin-bottom: 0;
     font-size: 12pt;
     color: var(--primary-black);
     line-height: 1.7;
 }
 
 .contact .info .email,
 .contact .info .phone {
     margin-top: 16px;
 }
 
 .contact .info a {
     color: var(--primary-black);
 }
 
 .contact .php-email-form {
     width: 100%;
     ;
 }
 
 .contact .php-email-form .form-group {
     padding-bottom: 8px;
 }
 
 .contact .php-email-form .error-message {
     display: none;
     color: #fff;
     background: #ed3c0d;
     text-align: left;
     padding: 15px;
     font-weight: 600;
 }
 
 .contact .php-email-form .error-message br+br {
     margin-top: 25px;
 }
 
 .contact .php-email-form .sent-message {
     display: none;
     color: #fff;
     background: #18d26e;
     text-align: center;
     padding: 15px;
     font-weight: 600;
 }
 
 .contact .php-email-form .loading {
     display: none;
     background: #fff;
     text-align: center;
     padding: 15px;
 }
 
 .contact .php-email-form .loading:before {
     content: "";
     display: inline-block;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     margin: 0 10px -6px 0;
     border: 3px solid #18d26e;
     border-top-color: #eee;
     -webkit-animation: animate-loading 1s linear infinite;
     animation: animate-loading 1s linear infinite;
 }
 
 .contact .php-email-form input,
 .contact .php-email-form textarea {
     border-radius: 12px;
     text-align: left;
     box-shadow: none;
     font-size: 14px;
     background: none;
 }
 
 .contact .php-email-form input {
     height: 44px;
 }
 
 .contact .php-email-form textarea {
     padding: 10px 12px;
 }
 
 .contact .php-email-form a {
     background: var(--primary-green);
     border: 0;
     padding: 10px 30px;
     color: #fff;
     transition: 0.4s;
     border-radius: 12px;
     border: 1px solid var(--primary-green);
 }
 
 .contact .php-email-form a:hover {
     background: white;
     color: var(--primary-green);
     cursor: pointer;
 }
 
 @-webkit-keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }
 
 @keyframes animate-loading {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }
 
 #footer {
     background: var(--primary-gray);
     padding: 0 0 8px 0;
     color: #fff;
     font-size: 14px;
 }
 
 #footer .footer-top .footer-info {
     margin-bottom: 15px;
     background: var(--primary-gray);
     color: #fff;
     border-top: 4px solid #1acc8d;
     text-align: center;
     padding: 30px 20px;
 }
 
 #footer .footer-top .footer-info h3 {
     font-size: 24px;
     margin: 0 0 20px 0;
     padding: 2px 0 2px 0;
     line-height: 1;
     font-weight: 700;
 }
 
 #footer .footer-top .footer-info p {
     font-size: 14px;
     line-height: 24px;
     margin-bottom: 0;
     font-family: "Montserrat", sans-serif;
 }
 
 #footer .footer-top .social-links a {
     font-size: 18px;
     display: inline-block;
     color: #fff;
     line-height: 1;
     padding: 8px 0;
     margin-left: 4px;
     border-radius: 50%;
     text-align: center;
     width: 36px;
     height: 36px;
     transition: 0.3s;
 }
 
 #footer .footer-top .social-links a:hover {
     background: #1acc8d;
     color: #fff;
     text-decoration: none;
 }
 
 #footer .footer-top h4 {
     font-size: 14px;
     font-weight: 600;
     color: #fff;
     position: relative;
     padding-bottom: 12px;
 }
 
 #footer .footer-top .footer-links>img {
     max-width: 160px;
 }
 
 #footer .footer-top .footer-links>p {
     text-align: left;
     margin-top: 2rem;
     color: var(--primary-green);
 }
 
 #footer .footer-top .footer-links>h3 {
     color: #eee;
     font-size: 16pt;
     margin-top: 2rem;
 }
 
 #footer .footer-top .footer-links ul {
     list-style: none;
     padding: 0;
     margin: 3rem 0;
 }
 
 #footer .footer-top .footer-links ul i {
     padding-left: 2px;
     font-size: 10px;
     line-height: 1;
     margin-left: 8px;
 }
 
 #footer .footer-top .footer-links ul li {
     padding: 10px 0;
     display: flex;
     align-items: center;
 }
 
 #footer .footer-top .footer-links ul li:first-child {
     padding-top: 0;
 }
 
 #footer .footer-top .footer-links ul a {
     color: var(--light-pen);
     transition: 0.3s;
     display: inline-block;
     line-height: 1;
     font-size: 9pt;
 }
 
 #footer .footer-top .footer-links ul a:hover {
     color: var(--primary-green);
     cursor: pointer;
 }
 
 #footer .footer-top .footer-newsletter form {
     margin-top: 30px;
     background: #fff;
     padding: 6px 10px 6px 15px;
     position: relative;
     border-radius: 50px;
 }
 
 #footer .footer-top .footer-newsletter form input[type=email] {
     border: 0;
     padding: 4px;
     width: calc(100% - 110px);
 }
 
 #footer .footer-top .footer-newsletter form input[type=submit] {
     position: absolute;
     top: 0;
     right: -2px;
     bottom: 0;
     border: 0;
     background: none;
     font-size: 16px;
     padding: 0 20px;
     background: #1acc8d;
     color: #fff;
     transition: 0.3s;
     border-radius: 50px;
 }
 
 #footer .footer-top .footer-newsletter form input[type=submit]:hover {
     background: #149f6e;
 }
 
 #footer .copyright {
     text-align: left;
     padding-top: 0px;
     direction: ltr;
     color: var(--light-pen);
     font-size: 9pt;
     text-align: center;
 }
 
 .social-media {
     direction: ltr;
     margin-top: 1.5rem;
 }
 
 .social-media>ul {
     display: flex;
     list-style: none;
     padding-right: 0px;
     direction: rtl;
 }
 
 .social-media>ul>li {
     margin: 0 8px;
 }
 
 .social-media>ul>li>a>i {
     color: var(--light-pen);
     font-size: 12pt;
 }
 
 .social-media>ul>li>a:hover i {
     cursor: pointer;
     color: white;
 }
 
 .mail>a {
     font-size: 14pt;
     color: var(--light-pen) !important;
     display: block;
     margin-top: 1.5rem;
 }
 
 .mail>a:hover {
     cursor: pointer;
     color: white !important;
 }
 
 #footer .credits {
     padding-top: 10px;
     text-align: center;
     font-size: 13px;
     color: #fff;
 }
 
 @media (max-width: 575px) {
     #footer .footer-top .footer-info {
         margin: -20px 0 30px 0;
     }
 }
 
 @media (min-width: 992px) {
     .text-lg-start {
         text-align: center!important;
     }
 }
 
 .dropdown-menu>a {
     color: var(--pen);
 }
 
 #LogedIn {
     margin: 0px 16px 0px 0px;
     display: none;
 }
 
 #LogedIn .userAvatar {
     margin-right: 12px;
 }
 
 #LogedIn .userAvatar>span {
     margin: 0px 8px;
     color: white;
     font-size: 10pt;
     position: relative;
     top: -1px;
     right: -2px;
 }
 
 #navbar>ul>img {
     margin-right: 32px;
 }
 
 #LogedIn .userAvatar>img {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     object-fit: cover;
 }
 
 #LogedIn .userAvatar>i {
     color: white;
     font-size: 8pt;
     position: relative;
     left: -2px;
 }
 
 #LogedIn .userAvatar:hover {
     cursor: pointer;
 }
 
 #LogedOut {
     margin-right: 12px;
 }
 
 #LogedOut>a {
     background-color: var(--primary-green);
     text-align: center;
     padding: 6px 20px 4px;
     border-radius: 8px;
     color: white;
     font-size: 12pt;
 }
 
 #LogedOut>a:hover {
     cursor: pointer;
     background-color: white;
     color: var(--primary-green);
 }
 
 .navbar #LogedOut>a {
     padding-left: 0px;
     padding-right: 30px;
 }
 
 #LogedIn {
     direction: rtl;
 }
 
 #LogedIn .dropdown-menu {
     width: max-content;
     text-align: left;
     padding: 16px;
 }
 
 #LogedIn .dropdown-menu>div>h2 {
     font-size: 12pt;
     color: var(--primary-dark-blue);
     font-weight: bold;
     margin-bottom: 2px;
 }
 
 #LogedIn .dropdown-menu>div>p {
     color: var(--primary-dark-blue);
     font-size: 9pt;
 }
 
 #LogedIn .dropdown-menu .edit-profile {
     color: var(--primary-green);
     padding: 4px 0px;
     font-size: 12pt;
 }
 
 #LogedIn .dropdown-menu .edit-profile:hover {
     background-color: white !important;
     text-decoration: underline;
 }
 
 @media(max-width:991px) {
     #LogedIn .userAvatar {
         padding-left: 16px;
     }
 }
 
 #FastRegister>div {
     background-color: white;
     border-radius: 30px;
     padding: 8px;
     width: 400px;
     position: relative;
 }
 
 #FastRegister>div>input {
     background: none;
     border: none;
     border-radius: 6px;
     padding: 8px 12px 4px;
     min-width: 260px;
     color: var(--pen);
 }
 
 #FastRegister>div>button {
     background-color: var(--primary-green);
     padding: 8px 20px 5px;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     position: relative;
     right: -8px;
     top: 0px;
     color: white;
     border: 1px solid var(--primary-green);
     cursor: pointer;
     border-radius: 30px;
 }
 
 #FastRegister>div>input:focus {
     box-shadow: 0px 0px 0px white;
     outline: 0px solid;
     border: none;
 }
 
 @media(max-width:991px) {
     #FastRegister>div {
         margin: auto;
     }
 }
 
 @media(max-width:600px) {
     #FastRegister>div {
         margin: auto;
         width: 320px;
     }
     #FastRegister>div>input {
         min-width: 0px;
         font-size: 10pt;
         max-width: 130px;
     }
     #FastRegister>div>button {
         right: -80px;
         font-size: 10pt;
     }
 }
 
 .pager {
     margin: 4rem auto;
 }
 
 .pager>ul {
     display: flex;
     max-width: 320px;
     width: max-content;
     list-style: none;
     margin: auto;
     padding: 0px;
     direction: ltr;
     justify-content: center;
 }
 
 .pager>ul>li {
     color: var(--pen);
     margin: 6px 12px;
     padding: 6px 12px 4px;
     cursor: pointer;
 }
 
 .pager>ul>li.active-page-nav {
     background-color: var(--primary-green);
     border-radius: 4px;
     color: white;
     font-weight: bold;
 }
 
/*  .paginate .row:not(.paginate .row.active-page) {
     display: none;
 } */
 .special-game-banner  .gallery-item > div > div{
     display: flex;
 }
 .special-game-banner  .gallery-item > div > div > div:first-child{
    width: 40%;
    flex: 40%;
}
.special-game-banner  .gallery-item > div > div > div:last-child{
    width: 60%;
    flex: 60%;
}
 .gallery-item {
     background-color: var(--light-gray);
 }
 
 .gallery-item>div>div {
     padding: 16px;
 }
 
 .gallery-item>div>div>h3 , .special-game-banner  .gallery-item > div > div > div > h3{
     color: var(--primary-black);
     font-size: 14pt;
     text-align: left;
     font-weight: bold;
     margin-bottom: 0px;
 }
 
 .gallery-item>div>div>h6 ,.special-game-banner  .gallery-item > div > div > div > h6{
     color: var(--primary-black);
     font-size: 10pt;
     text-align: left;
     margin-top: 6px;
 }
 .special-game-banner  .gallery-item .game-links {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: -16px;
 }
 .gallery-item>div>div>a:nth-child(3) , .special-game-banner  .gallery-item .game-links > a:last-child{
     display: block;
     width: 100%;
     margin: 1.5rem auto;
     background-color: var(--primary-dark-blue);
     padding: 8px 12px 6px;
     color: white;
     text-align: center;
     border-radius: 6px;
     margin-bottom: 0px;
 }
 .special-game-banner  .gallery-item .game-links > a:last-child {
     width: 170px;
 }

 .gallery-item>div>div>a:nth-child(4) , .special-game-banner  .gallery-item > div > div > div > a:nth-child(1) {
     display: block;
     width: max-content;
     margin: 0.75rem auto;
     border-bottom: 1px solid var(--light-pen);
     padding: 8px 12px 2px;
     color: var(--light-pen);
     text-align: center;
     margin-bottom: 0px;
     font-size: 10pt;
 }
 
 #GalleryAllItems .gallery-item {
     border-radius: 8px;
     overflow-y: hidden;
 }
 
 .section-vectore>img {
     max-width: 100%;
 }
 
 #About p {
     line-height: 1.7;
 }
 
 #About p {
     line-height: 1.7;
 }
 
 #headerOrder {
     background: url('/assets/img/background-order.png') no-repeat fixed center bottom;
     background-size: cover;
 }
 
 #headerOrder .header-order-text {
     padding: 16px;
     margin: 4rem auto 2rem;
 }
 
 #headerOrder .header-order-text>h1 {
     color: white;
     font-size: 20pt;
     text-align: center;
     font-weight: bold;
 }
 
 #headerOrder .header-order-text>p {
     color: white;
     font-size: 16pt;
     text-align: center;
     margin-top: 24px;
 }
 #headerOrder .header-order-text #HeaderOrderTitleEn{
    color: white;
    font-size: 16pt;
    text-align: center;
    margin-top: 24px;
    font-weight: 400;
}
 #headerOrder .header-order-text .green-btn {
     padding: 6px 40px 4px;
 }
 
 .central-title>h2 {
     text-align: center;
     color: var(--primary-black);
     font-size: 20pt;
     font-weight: bold;
 }
 
 .central-title>p {
     text-align: center;
     color: var(--primary-black);
     font-size: 12pt;
     max-width: 70%;
     margin: 1rem auto 0;
 }
 
 .align-title>h3 , .align-title>h2 {
     text-align: left;
     color: var(--primary-black);
     font-size: 20pt;
     font-weight: bold;
 }
 
 .align-title>p {
     text-align: left;
     color: var(--primary-black);
     font-size: 12pt;
     margin-top: 16px;
     line-height: 2;
     max-width: 84%;
 }
 
 #ChooseGame .owl-carousel .owl-stage-outer {
     padding: 0px;
 }
 
 #ChooseGame .owl-carousel .owl-nav {
     position: absolute;
     top: 30%;
     width: 100%;
     z-index: -1;
 }
 
 #AdNetwork .owl-carousel .owl-nav {
     position: absolute;
     top: -8%;
     width: 100%;
     z-index: -1;
 }
 
 #ChooseGame .owl-carousel .owl-nav .owl-next,
 #AdNetwork .owl-carousel .owl-nav .owl-next {
     float: right;
     color: var(--pen);
     font-size: 40pt;
     right: -46px;
     position: relative;
     top: -20%;
 }
 
 #ChooseGame .owl-carousel .owl-nav .owl-prev,
 #AdNetwork .owl-carousel .owl-nav .owl-prev {
     float: left;
     position: relative;
     color: var(--pen);
     left: -46px;
     font-size: 40pt;
     top: -20%;
 }
 
 #ChooseGame .owl-carousel button:hover,
 #AdNetwork .owl-carousel button:hover {
     background: none;
     cursor: pointer;
     color: var(--primary-black) !important;
 }
 
 .sky-bg {
     background: url('/assets/img/Asset\ 10\ \(6\).png') no-repeat center;
     background-size: cover;
     max-height: 300px;
     border-radius: 8px;
 }
 
 #Factore .sky-bg {
     margin-bottom: 5rem;
 }
 
 .sky-bg img {
     position: relative;
     top: -60px;
     right: 20px;
     z-index: 99;
     width: 80%;
     max-height: 500px;
     object-fit: contain;
     display: block;
 }
 
.sky-bg h3 , .sky-bg h2 {
     color: var(--primary-green);
     font-size: 20pt;
     margin-top: 2rem;
     text-align: left;
 }
 
 .sky-bg p {
     color: white;
     font-size: 12pt;
     line-height: 2;
     text-align: left;
     direction: ltr;
 }
 
 @media(max-width:991px) {
     .sky-bg img {
         position: relative;
         top: 20px;
         right: 0px;
         max-width: 70%;
         margin: auto;
     }
 }
 
 @media(max-width:768px) {
     .sky-bg {
         max-height: max-content;
     }
     .sky-bg img {
         top: -20px;
     }
 }
 
 .portfolio-select {
     background: none;
     min-width: 150px;
     border: 1px solid var(--light-pen) !important;
     border-radius: 8px;
     outline: none !important;
     padding: 4px 16px;
 }
 
 .portfolio-select:focus {
     border: 1px solid var(--light-pen);
     box-shadow: 0px 0px 0px var(--light-pen);
 }
 
 .article-item {
     transition: all 0.4s;
 }
 
 .article-item:hover {
     cursor: pointer;
     transform: scale(1.05);
 }
 
 .article-item>div {
     background-color: var(--light-gray);
     border-radius: 8px;
     overflow: hidden;
     padding: 0px;
     transition: all 0.4s;
     height: 100%;
 }
 
 .article-item>div>img {
     width: 100%;
     height: 200px;
     margin: 0px;
     object-fit: cover;
 }
 
 .article-item>div>div {
     padding: 1rem;
 }
 
 .article-item>div>div>h2 {
     color: var(--primary-black);
     font-size: 14pt;
     line-height: 1.6;
     font-weight: bold;
 }
 
 .article-item>div>div>p {
     color: var(--pen);
     font-size: 9pt;
     margin-bottom: 0px;
 }
 
 .ad-network-item>div>img {
     max-width: 85%;
     display: block;
     height: 50px;
     object-fit: contain;
 }
 
 #gallery .blue-btn {
     padding: 6px 40px 4px;
 }
 
 a.item {
     display: block;
     height: 100%;
     position: relative;
     z-index: 999;
 }
 
 #SelectMusic,
 #Factore {
     overflow: unset !important;
 }
 
 #details .blue-btn {
     margin-top: -1rem;
     position: relative;
     z-index: 99;
 }
 
 @media(max-width:1200px) {
     #details .blue-btn {
         margin-top: 0rem !important;
     }
 }
 
 @media(max-width:768px) {
     #details .blue-btn {
         margin-top: 2rem !important;
     }
 }
 
 .reverce-blue-btn {
     min-width: 120px;
     background: none;
     text-align: center;
     padding: 6px 20px 4px;
     border-radius: 8px;
     color: var(--primary-dark-blue);
     font-size: 12pt;
     display: block;
     margin: 2rem auto;
     width: max-content;
     border: 1px solid var(--primary-dark-blue)
 }
 
 .reverce-blue-btn:hover {
     cursor: pointer;
     background-color: var(--primary-dark-blue);
     color: white;
 }
 
 .exit-box {
     width: 100%;
     height: 100%;
     position: fixed;
     background-color: rgba(0, 0, 0, 0.52);
     top: 0px;
     z-index: 99;
     text-align: center;
     right: 0px;
     display: none;
     direction: ltr;
 }
 
 .exit-box .exit-mesasge {
     background-color: white;
     direction: rtl;
     border-radius: 8px;
     margin-top: 16%;
 }
 
 .exit-box .exit-mesasge .title-exit {
     display: flex;
     justify-content: center;
     width: max-content;
     margin: auto;
     direction: ltr;
 }
 
 .exit-box .exit-mesasge .title-exit>div>img {
     max-width: 30px;
     flex: 30px;
     display: block;
     margin: 0px 12px;
 }
 
 .exit-box .exit-mesasge .title-exit>h2 {
     color: var(--primary-black);
     font-size: 18pt;
     margin: 0px;
     font-weight: bold;
 }
 
 .exit-box .exit-mesasge>p {
     color: var(--primary-black);
     font-size: 12pt;
     margin-top: 16px;
     direction: ltr;
 }
 
 .exit-box .redirect-btn {
     display: flex;
     width: max-content;
     justify-content: center;
     margin: auto;
     direction: ltr;
 }
 
 .exit-box .redirect-btn a {
     margin: 0px 8px;
 }
 
 @media(max-width:991px) {
     #hero .order-2>div {
         margin: auto;
     }
 }
 
 #GameDesignHint {
     direction: rtl;
 }
 
 .designGame {
     color: #ffffff;
     text-align: right;
     font-size: 22pt;
     padding: 2rem 6rem 6rem 0;
     width: max-content;
 }
 
 .designGame::after {
     content: '';
     width: 2px;
     top: 9px;
     right: 295px;
     height: 10px;
     width: 14px;
     display: flex;
     background-color: var(--primary-green);
 }
 
 .game-design-container {
     background-image: url("../img/Asset\ 64.png");
     background-repeat: no-repeat;
     background-attachment: fixed;
     width: 100%;
     display: block;
     padding-bottom: 6rem;
     padding-right: 0.75rem;
     padding-left: 0.75rem;
 }
 
 .allStep {
     background-image: url('../img/Asset\ 65.png');
     background-repeat: no-repeat;
     background-size: 100%;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 5rem;
     background-position: center;
 }
 
 .steps {
     position: relative;
     display: inline-block;
     text-align: center;
 }
 
 .step5 {
     top: -6rem;
 }
 
 .step5 .steptext::before {
     top: 26%;
     left: 36%;
 }
 
 .step4 {
     top: 4rem;
 }
 
 .step4 .steptext,
 .step2 .steptext {
     padding-top: 5rem;
 }
 
 .step4 .steptext::before {
     top: 59%;
     left: 38%;
 }
 
 .step3 {
     top: 2rem;
 }
 
 .step3 .steptext {
     padding-bottom: 4rem;
 }
 
 .step3 .steptext::before {
     top: 23%;
     left: 36%;
 }
 
 .step2 {
     top: 7rem;
 }
 
 .step2 .steptext::before {
     top: 54%;
     left: 41%;
 }
 
 .step1 {
     top: -5rem;
 }
 
 .step1 .steptext::before {
     top: 21%;
     left: 38%;
 }
 
 .steptext {
     color: #ffffff;
     font-size: 10pt;
     display: block;
     overflow-wrap: break-word;
     max-width: 250px;
     text-align: center;
     padding-bottom: 5rem;
 }
 
 .steptext::before {
     content: "-----";
     font-size: 17pt;
     font-family: monospace;
     position: absolute;
     transform: rotate(90deg);
 }
 
 .stepImg {
     width: 170px;
     z-index: 5;
 }
 
 .stepBotton {
     padding-top: 5rem;
 }
 
 .way {
     width: 100%;
     display: none;
     z-index: 0;
 }
 
 .loginPannel {
     display: block;
     margin: auto;
     text-align: center;
     margin: 3rem 0 0 0;
 }
 
 .loginPannel a {
     background-color: var(--primary-green);
     color: #ffffff !important;
     font-size: 12pt;
     border-radius: 8px;
     padding: 0.5rem 2rem;
 }
 
 .loginPannel a:hover {
     cursor: pointer;
     background-color: white;
     color: var(--primary-green) !important;
 }
 
 #GameDesignHint .section-title>h2 {
     color: white;
     padding: 4rem 0rem;
     text-align: left;
     direction: ltr;
     font-size: 18pt;
 }
 
 @media(max-width:1200px) {
     .allStep {
         padding: 0 2rem;
     }
     .designGame {
         padding: 2rem 2rem 4rem 0;
     }
 }
 
 @media(max-width:1020px) {
     .designGame {
         font-size: 20pt;
     }
     .designGame::before {
         right: 220px;
     }
     .steptext {
         font-size: 9pt;
     }
     .steptext::before {
         font-size: 12pt;
     }
     .stepImg {
         width: 140px;
     }
     .step4 .steptext,
     .step2 .steptext {
         padding-top: 3rem;
     }
     .step1 .steptext,
     .step3 .steptext,
     .step5 .steptext {
         padding-bottom: 3rem;
     }
     .step5 .steptext::before {
         top: 29%;
     }
     .step4 .steptext::before {
         top: 55%;
     }
     .step2 .steptext::before {
         top: 51%;
     }
 }
 
 @media(max-width:925px) {
     .allStep {
         padding: 0 0.5rem;
     }
     .steptext::before {
         content: "----";
     }
     .step2 .steptext::before {
         left: 45%;
     }
     .step4 .steptext::before {
         left: 41%;
     }
 }
 @media(max-width:991px){
    #hero {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
#details{
    padding-left: 4rem;
    padding-right: 4rem;
}
@media(max-width:991px){
    #details{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media(max-width:600px){
    #details{
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}
 @media(max-width:875px) {
     .steptext::before {
         font-size: 9pt;
     }
     .stepImg {
         width: 120px;
     }
     .step1 .steptext::before {
         top: 27%;
     }
     .step2 .steptext::before {
         top: 46%;
     }
     .step4 .steptext::before {
         top: 51%;
     }
 }
 
 @media(max-width:815px) {
     .step5 .steptext::before {
         top: 37%;
         left: 38%;
     }
     .step3 .steptext::before {
         top: 29%;
         left: 38%;
     }
 }
 
 @media(max-width:629px) {
     #GameDesignHint {
         direction: ltr;
     }
     .loginPannel {
         padding: 4rem 0;
     }
     .designGame {
         font-size: 16pt;
     }
     .designGame::before {
         right: 192px;
         top: 4px;
     }
     .way {
         display: block;
         width: 60%;
         height: 90%;
         position: absolute;
     }
     #GameDesignHint .section-title {
         padding-bottom: 0px;
     }
     #GameDesignHint .section-title>h2 {
         padding: 2rem 2rem 5rem;
     }
     .allStep {
         background-image: none;
         flex-direction: column-reverse;
         display: flex;
         height: 100vh;
         margin-top: 0rem;
         justify-content: space-evenly;
     }
     .steps {
         display: flex;
         align-items: center;
         text-align-last: right;
         width: 100%;
         justify-content: space-evenly;
         position: inherit;
     }
     .steptext::before {
         display: none;
     }
     .steptext {
         padding: 0 !important;
     }
     .stepImg {
         width: 220px;
     }
     .steptext {
         font-size: 11pt;
         text-align: justify;
     }
     .step2 img {
         width: 220px;
     }
     .step1 img,
     .step3 img,
     .step5 img {
         padding-left: 6rem;
         padding-right: 2rem;
     }
     .step2 img,
     .step4 img {
         padding-right: 6rem;
         padding-left: 6rem;
     }
 }
 
 @media(max-width:588px) {
     .way {
         display: block;
         width: 60%;
         height: 78%;
         position: absolute;
     }
     .stepImg {
         width: 170px;
     }
     .step2 img {
         width: 170px;
     }
     .step2 img,
     .step4 img {
         padding-right: 4rem;
         padding-left: 1rem;
     }
     .step1 img,
     .step3 img,
     .step5 img {
         padding-left: 3rem;
     }
     .steptext {
         font-size: 9pt;
     }
 }
 
 @media(max-width:425px) {
     .stepImg {
         width: 140px;
     }
     .step2 img {
         width: 140px;
     }
     .step2 img,
     .step4 img {
         padding-right: 2rem;
     }
     .step1 img,
     .step3 img,
     .step5 img {
         padding-left: 2rem;
         padding-right: 1rem;
     }
 }
 
 @media(max-width:339px) {
     .step1 img,
     .step3 img,
     .step5 img {
         padding-left: 0.5rem;
     }
     .step2 img,
     .step4 img {
         padding-right: 1rem;
     }
 }
 
 #ReplaceAssets .blue-btn,
 #CallToAction .blue-btn,
 #InAdData .blue-btn {
     margin: -2rem auto 1rem;
 }
 
 @media(max-width:768px) {
     #ReplaceAssets .blue-btn,
     #CallToAction .blue-btn,
     #InAdData .blue-btn {
         margin: 1rem auto;
     }
 }