/*!
 * Template Name: Srency
 * Author: crowbarcode
 * Author Profile: https://www.templatemonster.com/authors/crowbarcode/
 * Version:	1.0.0
**/

/* STARTING ROOT  */

:root {
    --color-dark: #293337;
    --color-light: #fafafc;
}

.bg-dark {
    background-color: var(--color-dark);
    color: #fff;
}

.bg-light {
    background-color: var(--color-light) !important;
    color: black;
}

.bg-card {
    background-image: url("../img/design/card.png");
    color: #fff;
}

/* ENDING ROOT */

/* STARTING FONTS  */

@font-face {
    font-family: "font-light";
    font-display: "swap";
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "font-regular";
    font-display: "swap";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "font-medium";
    font-display: "swap";
    src: url("../fonts/OpenSans-Medium.ttf");
}

/* ENDING FONTS */

/* STARTING ANIMATION */

.animate-bubble {
    display: none; }
@media (min-width: 1200px) {
    .animate-bubble {
    display: block; } }
.animate-bubble .bubble {
    position: absolute;
    border-radius: 50%; }
    .animate-bubble .bubble.a-one, .animate-bubble .bubble.a-four {
    width: 10px;
    height: 10px; }
    .animate-bubble .bubble.a-two, .animate-bubble .bubble.a-five {
    width: 30px;
    height: 30px; }
    .animate-bubble .bubble.a-three {
    width: 20px;
    height: 20px; }
    .animate-bubble .bubble.a-six {
    width: 15px;
    height: 15px; }
    .animate-bubble .bubble.a-one {
    background: #ff9200;
    top: 40%;
    left: 20px;
    transform: translateY(-50%);
    animation: spin2 2s infinite alternate; }
    .animate-bubble .bubble.a-two {
    background: #fca249;
    top: 50%;
    left: 155px;
    transform: translateY(-50%);
    animation: spin1 2s infinite alternate; }
    .animate-bubble .bubble.a-three {
    background: #5ce1b9;
    top: 50%;
    left: 50px;
    animation: spin1 1s infinite alternate; }
    .animate-bubble .bubble.a-four {
    background: #5146ae;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    animation: spin1 2s infinite alternate; }
    .animate-bubble .bubble.a-five {
    background: #ff9398;
    top: 50%;
    right: 155px;
    transform: translateY(-50%);
    animation: spin1 3s infinite alternate; }
    .animate-bubble .bubble.a-six {
    background: #f89f0a;
    top: 70%;
    left: 45%;
    animation: spin2 2s infinite alternate; }
    .animate-bubble .bubble.a-eight {
    top: 80%;
    left: 2%;
    animation: Yesin 2s infinite alternate; }
    .animate-bubble .bubble.a-nine {
    top: 20%;
    left: 5%;
    animation: spin3 2s infinite alternate; }
    .animate-bubble .bubble.a-ten {
    top: 20%;
    left: 50%;
    animation: Yesin 2s infinite alternate; }
.animate-bubble.style-1 .bubble.a-two {
    top: 50%;
    left: 155px; }
.animate-bubble.style-1 .bubble.a-three {
    top: 50%;
    left: 15%; }
.animate-bubble.style-1 .bubble.a-four {
    top: 10%;
    left: 50%;
    display: none; }
.animate-bubble.style-1 .bubble.a-five {
    top: 50%;
    right: 155px; }
.animate-bubble.style-1 .bubble.a-six {
    top: 70%;
    left: 45%; }
.animate-bubble.style-1 .bubble.a-eight {
    left: 8%; }
.animate-bubble.style-1 .bubble.a-nine {
    left: 10%; }
.animate-bubble.style-1 .bubble.a-ten {
    right: 10%;
    left: auto; }
.animate-bubble.style-2 .bubble.a-three {
    top: 62%;
    left: 3%; }
.animate-bubble.style-2 .bubble.a-six {
    top: 40%;
    left: auto;
    right: 2%; }
.animate-bubble.style-2 .bubble.a-nine {
    left: 5%; }
.animate-bubble.style-2 .bubble.a-eight {
    left: 2%; }
.animate-bubble.style-2 .bubble.a-ten {
    right: 22%;
    left: auto; }
.animate-bubble.style-2 .bubble.a-eleven {
    bottom: 10%;
    right: 10%;
    animation: Yesin 2s infinite alternate; }
@-webkit-keyframes spin {
0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9); }
100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px); } }
@keyframes spin {
0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9); }
100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px); } }
@-webkit-keyframes spin1 {
0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes spin1 {
0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@-webkit-keyframes spin2 {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px); } }
@keyframes spin2 {
0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px); } }
@-webkit-keyframes spin3 {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }
@keyframes spin3 {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }
@keyframes farin {
0% {
    transform: rotate(0deg); }
50% {
    transform: rotate(180deg); }
100% {
    transform: rotate(360deg); } }
@keyframes Yesin {
0% {
    transform: translate(-50%, -50%) rotate(0deg); }
50% {
    transform: translate(-50%, -50%) rotate(180deg); }
100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@-webkit-keyframes pulse {
0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2); } }
@keyframes pulse {
0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2); } }
@keyframes pulsekey {
0% {
    transform: translateY(-3px); }
50% {
    transform: translateY(3px); }
100% {
    transform: translateY(-3px); } }
@keyframes stm_zoom_big {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border: 2px solid #fff; }
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    border: 2px solid #fff; } }
@keyframes stm_zoom_big_1 {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border: 2px solid #000000b8; }
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    border: 2px solid #000000b8; } }

/* ENDING ANIMATION */

/* STARTING DEFAULT STYLE */

html, body {
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    flex-grow: 1;
    overflow-x: hidden;
}

header, main, footer {
    flex-shrink: 0;
}

.logo {
    max-width: 150px;
}

.logo img,
.content-img img,
.content-img-sm img,
.content-img-ms img,
.content-img-ssm img,
.content-img-lg img,
.content-img-el img {
    width: 100%;
    height: 100%;
}

[class*="content-img"] {
    width: 100%;
}

.content-img {
    max-width: 260px;
}

.content-img-sm {
    max-width: 360px;
}

.content-img-ms {
    max-width: 240px;
}

.content-img-ssm {
    max-width: 300px;
}

.content-img-lg {
    max-width: 700px !important;
}

.content-img-el {
    max-width: 800px !important;
}

.content-profile {
    max-width: 100px;
}

.content-feature {
    min-width: 215px;
    max-width: 500px;
}

.navbar-nav li {
    margin-right: 6px;
}

.navbar .nav-link {
    display: flex;
    align-items: center;
    color: #434343;
    font-size: 15.5px;
}

.navbar .nav-link:hover {
    color: #5271FF;
}

.navbar .nav-link:active {
    color: #cc6318;
}

.navbar .active {
    color: #5271FF;
}

li, a, button {
    font-family: "font-regular";
}

.btn-primary {
    background-color: #EFB300;
    border: #EFB300;    
}

.btn-orange {
    background-color: #EFB300;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 0.75em 1.1em;
    text-align: center;
    text-decoration: none;
}

.btn-orange-transparent {
    background-color: transparent;
    border: 1px solid #EFB300;
    border-radius: 5px;
    color: #EFB300;
    font-size: 14px;
    padding: 0.75em 1.1em;
    text-align: center;
    text-decoration: none;
}

.btn-orange:hover,
.btn-primary:hover,
.btn-orange-transparent:hover {
    background-color: #5271FF;
    color: #fff;
}

.btn-orange:active,
.btn-primary:active,
.btn-orange-transparent:active {
    background-color: #d46a18;
    color: #fff;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.13);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

[data-menumobile] {
    display: flex;
}

[data-menumobile] .col {
    max-width: max-content;
}

[data-menumobile] .col:last-child {
    margin-left: auto;
}

[data-menumobile-event] {
    background-color: transparent;
    border: unset;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
	color:#f8f8f8;
}

[data-menumobile-event] i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-menuevent {
    width: max-content;
    margin-left: auto;
    display: none !important;
}

.menumobile-header {
    display: none;
}

.x-reverse {
    transform: scaleX(-1);
}

.icons,
.links {
    margin: unset;
    padding: unset;
    display: flex;
}

.icons li {
    list-style-type: none;
    font-size: 22px;
    margin-right: 7px;
    transition: color 0.2s ease-in-out;
}

.icons li a,
.links li a {
    text-decoration: none;
}

.icons li i {
    color: var(--skyblue);
}

.icons li a,
.links li a {
    color: black;
    transition: color 0.1s ease-in-out;
    align-items: center;
}

.icons li a:hover,
.links li a:hover {
    color: #11a54f !important;
}

.icons li a:active,
.links li a:active {
    color: #097c39 !important;
}

.links {
    flex-direction: column;
    flex-wrap: wrap;
}

.links-in-line {
    flex-direction: row;
}

.links li {
    list-style-type: none;
    margin-top: 3.5px;
    margin-bottom: 3.5px;
    transition: color 0.1s ease-in-out;
}

.links li a {
    transition: color 0.1s ease-in-out;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.partners .owl-stage-outer {
    max-height: 40px;
}

.partners li {
    margin-right: 16px !important;
}

.payment-methods {
    flex-wrap: wrap;
}

.payment-methods li {
    font-size: 40px;
    pointer-events: none;
    height: 40px;
}

.orange-hover {
    transition: color 0.1s ease-in-out;
}

.orange-hover:hover {
    color: #EFB300 !important;
}

.orange-hover:active {
    color: #e4741e !important;
}

.bg-light {
    background-color: #fafafc !important;
}

.bg-orange {
    background-color: #EFB300;
}

.banner {
    position: relative;
}

.banner > .container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.banner p {
    position: relative;
    background-color: none !important;
    z-index: 1;
}

.main-banner > .container > .row > [class*="col"]:last-child {
    background-image: url("../img/design/bg-flat.svg");
    background-repeat: no-repeat;
    background-position: top left;
}

.up-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    transform: rotate(180deg);
    z-index: 10;
}

.cookie {
    width: 100%; 
    max-width: 1000px; 
    background-color: rgb(239, 241, 244); 
    bottom: 14px; 
    z-index: 1500; 
    display: flex; 
    align-items: center; 
    left: 0px; 
    right: 0px;
    bottom: -100%; 
    margin: 0px auto; 
    border-radius: 5px; 
    box-shadow: rgba(64, 64, 64, 0.05) 0px 2px 1px 0px, rgba(49, 110, 255, 0.08) 0px 4px 20px 0px; 
    padding: 17px !important; 
    border-bottom: 1px solid rgba(128, 128, 128, 0.15); 
    position: fixed;
    transition: bottom 0.8s ease-in-out;
}

.cookie .cookie-close {
    font-size: 15px; 
    margin-left: 30px; 
    color: black;
    border: unset;
    outline: none;
}

.loading-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5271FF;
    color: #fff;
    z-index: 1100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-page .spinner-border {
    margin-right: 10px;
}

.loading-page .loading-title {
    margin: unset;
    font-size: 22px;
}

/* ENDING DEFAULT STYLE */

/* STARTING HEADER AND FOOTER */

.fixed-top {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: top 0.3s ease-in-out;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6 !important;
}

footer .logo {
    max-width: 130px;
}

footer .icons li i {
    color: #5271FF;
}

footer .container > .row > [class*="col"]:first-child {
    margin-right: 160px;
}

footer .links li a:hover {
    color: #EFB300 !important;
}

footer .links li a:active {
    color: #e4741e !important;
}

footer > .row .col-md-12 > .container > .row .col-md-4 {
    word-break: break-word;
}

footer > .row .col-md-12,
footer > .row .col-md-4 {
    padding-left: unset;
    padding-right: unset;
}

/* ENDING HEADER AND FOOTER */

/* STARTING DROPDOWN STYLE */

.dropdown-modern .dropdown-menu {
    flex-direction: column;
    background: #fff;
    border: 0.5px solid #e5ecee;
    box-shadow: 0 16px 22px -16px rgb(15 50 86 / 32%);
    border-radius: 7px;
    padding: 10px 2px 10px 2px;
    position: absolute;
    width: auto;
}

.dropdown-modern .dropdown-menu li {
    padding: 7.5px;
}

.dropdown-modern .dropdown-menu li a {
    color: #434343;
    border-radius: 4px;
    font-size: 16px;
    transition: color 0.1s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.dropdown-modern .dropdown-menu li,
.dropdown-modern .dropdown-menu li a,
.dropdown-modern .dropdown-menu li a i {
    display: flex;
    align-items: center;
}

.dropdown-modern .dropdown-menu li a i {
    font-size: 20px;
}

.dropdown-modern .content-img {
    display: flex;
    min-width: 22px;
    max-width: 22px;
}

.dropdown-modern .dropdown-menu li span {
    margin: 0px 12px 0px 12px;
}

.dropdown-modern ul .active,
.dropdown-modern ul .active a {
    color: #f88c3e !important;
}

.dropdown-modern .dropdown-menu li a:hover {
    color: #5271FF;
    background-color: transparent !important;
}

.dropdown-toggle::after {
    font-family: crowbarcode-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    font-size: 10px;
    border: unset;
    display: flex;
    margin-left: 10px;
    transition: 0.3s;
}

.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg); 
}

.dropdown-info .dropdown-menu {
    min-width: 400px;
    padding: 20px !important;
}

/* ENDING DROPDOWN STYLE */

/* STARTING BOX */

.features i {
    font-size: 50px;
}

.features > .d-flex > *:last-child {
    margin-left: 12px;
}

/* ENDING BOX */

/* STARTING CRIPTOCURRENCIES STYLE */

.criptocurrencies .currency .agency {
    font-family: "font-medium";
}

.criptocurrencies .owl-nav {
    display: none;
}

.criptocurrencies .arrow-up,
.criptocurrencies .arrow-down {
    display: flex;
}

.criptocurrencies .arrow-up {
    transform: rotate(180deg);
    color: #097c39;
}

.criptocurrencies .arrow-down {
    color: rgb(248, 21, 21);
}



/*Pricing  CSS Document */


.demo
{
	padding: 50px 0;
}
.heading-title
{
	margin-bottom: 50px;
}
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

.pricingTable:hover{
    border: 2px solid #e46367;
    margin-top: -30px;
}

.pricingTable .pricingTable-header{
    padding: 30px 10px;
}

.pricingTable .heading{
    display: block;
    color: #EFB300;
    font-weight: 900;
    text-transform: uppercase;
    font-size:21px;
}

.pricingTable .pricing-plans {
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    color: #000;
    font-weight: 900;
}

.pricingTable .price-value{
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    padding: 0 10px;
}

.pricingTable .price-value span{
    font-size: 50px;
}

.pricingTable .subtitle{
    color: #EFB300;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
}

.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.pricingTable .pricingContent ul li{
    padding: 20px 0;
}

.pricingTable .pricingContent ul li:nth-child(odd) {
    background-color: #fff;
}

.pricingTable .pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}

.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}

.pricingTable .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #EFB300;
    border:1px solid transparent;
    padding: 10px 5px;
    color:#fff;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s ease;
}

.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}

.pricingTable:hover .btn-block{
    background:#fff;
    color: #e46367;
    border:1px solid #e46367;
}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px){
    .pricingTable{
       margin: 0 0 30px 0;
    }
}@charset "utf-8";
/* CSS Document */