/* Code by: Electroalek<http://electroalek.com>, 2020; */

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle{
	color: #ffffff;
}

.nav-link{
	transition: color .15s ease-in-out;
}

.nav-link.text-white:hover,
.nav-link.text-white:active{
	color: rgba(255,255,255,.75) !important;
}

.nav-link.text-white:hover .badge-light,
.nav-link.text-white:active .badge-light{
	background-color: rgba(255,255,255,.75) !important;
}

.alert-primary{
	background-color: #2ecc71;
	color: #ffffff;
	border: #2ecc71;
}

.link-no-effect{
	text-decoration: none !important;
}

@media only screen and (max-width: 768px) {

	.embed-responsive{
		padding-top: 100%;
	}

}

.text-white-75{
	color: rgba(255,255,255,.75);
}

.text-blue{
	color: #007bff !important;
}

.bg-blue{
	background-color: #007bff !important;
}

.text-thin{
	font-weight: 300;
}

.text-responsive{
	font-size: 4rem;
}

.text-responsive-huge{
	font-size: 5rem;
}

.line-break{
	white-space: pre-wrap;
}

@media only screen and (min-width: 768px) {

	.position-md-initial{
		position: initial !important;
	}

	.text-responsive{
		font-size: 5rem;
	}

	.text-responsive-huge{
		font-size: 8rem;
	}

	.border-responsive{
		border-right: 1px solid #dee2e6;
	}

}

.btn-xl{
	padding: .75rem 1.25rem !important;
    font-size: 1.5rem !important;
    line-height: 1.75 !important;
}

.form-control-xl{
	height: calc(1.75em + 1.5rem + 2px) !important;
	padding: .75rem 1.25rem !important;
    font-size: 1.5rem !important;
    line-height: 1.75 !important;
}

.grecaptcha-badge{
	z-index: 1!important;
	bottom: 4px!important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
}

.display-7 {
    font-size: 1.75rem;
    font-weight: 300;
}

.display-8 {
    font-size: 1.5rem;
    font-weight: 300;
}

.display-9 {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-10 {
    font-size: 1rem;
    font-weight: 300;
}

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}



/* footer css start */
.footer_section{
    background: linear-gradient(180deg, #111112 0%, #2fbe96 100%);
    padding: 50px 0px;
    padding-bottom: 30px;
}
.ftr_menu{
    text-align: center;
}
.ftr_menu ul li{
    display: inline-block;
}
.ftr_menu ul li a{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.274286px;
    color: #111111;
    margin: 0 20px;
}
.ftr_social{
    text-align: right;
}
.ftr_social ul li{
    display: inline-block;
}
.ftr_social ul li a{
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 10px;
}
.ftr_copy{
    border-top: 1px solid #DFE4EA;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27x;
    letter-spacing: -0.274286px;
    color: #FFFFFF;

}
.ftr_menu ul,
.ftr_social ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

.home_banr_txt{
    text-align: center;
    margin-top: 90px;
}
.home_banr_txt h2{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 71px;
    letter-spacing: -3.05316px;
    color: #2fbe96;
    margin-bottom: 15px;
}
.home_banr_txt .btn_custom{
    border: 2.74286px solid #2fbe96;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    background: #2fbe96;
    padding: 6px 40px;
    transition: all linear .2s;
}
.home_banr_txt .btn_custom:hover{
   color: #fff;
    background: transparent;
    color: #2fbe96;
}
.home_banr_section{
    position: relative;
    padding-bottom: 250px;
}
/*.home_banr_section:before{
    position: absolute;
    content: "";
    background: url(/assets/img/hero_bg_lft.svg);
    background-position: center left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 45%;
    left: 0;
    top: 0;
    z-index: -1;
}
.home_banr_section:after{
    position: absolute;
    content: "";
    background: url(/assets/img/hero_bg_rgt.svg);
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 45%;
    right: 0;
    top: 0;
    z-index: -1;
}*/
.people_say_sec{
    padding: 50px 0px;
}
.peoplee_say_head{
    text-align: center;
}
.people_say_wrap {
    text-align: center;
}
.people_say_wrap p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.548571px;
    color: #3E4462;
    padding-bottom: 25px;
}
.people_say_wrap h5{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.754286px;
    color: #18191F;
}
.people_say_wrap h6{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.548571px;
    color: #3E4462;
    padding-top: 5px;
}

/* Extra small devices (portrait phones, less than 576px) */ 
@media(min-width: 320px) and (max-width: 575px) {    
    .home_banr_txt{
        margin-top: 0;
    }
    .home_banr_section::before {
        background-size: 66%;
    }
    .home_banr_section::after {
        background-size: 66%;
    }
    br{
        display: none;
    }
    .home_banr_txt h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .home_banr_section{
        padding-bottom: 10px;
    }
    .peoplee_say_head h2, .seller_head_txt h2{
        font-size: 40px;
        line-height: 50px;
    }
    .seller_txt_wrap{
        margin-bottom: 25px;
    }
    .catlouge_section{
        padding: 40px 0px;
    }
    .catelouge_wrap {
        margin-bottom: 15px;
    }
    .people_say_wrap p {
        font-size: 16px;
        line-height: 25px;
    }
    .ftr_logo{
        text-align: center;
        padding-bottom: 25px;
    }
    .ftr_social{
        text-align: center;
        padding-top: 25px;
    }
    .slidNext,
    .slidPrv{
        display: none!important;
        opacity: 0;
    }
    .cart_left_wrap::before {
        width: 100%;
        height: 2px;
        right: inherit;
        top: inherit;
        bottom: 0;
        left: 0;
    }
    .cartpro_rgt h6 {
        font-size: 17px;
    }
    .cart_left_wrap{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .cart_rgt_wrap{
        width: 100%;
        margin: 0;
    }
    .cart_lft_price_box {
        flex-direction: column-reverse;
    }
    .stream_hero_wrap {
        padding: 0 0px;
    }
    .stream_hero_wrap h3 {
        font-size: 20px;
        line-height: 62px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
      
}

/* Medium devices (tablets, 768px and up) */ 
@media (min-width: 768px) and (max-width: 991px) {
    .header_section .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        margin: 0 5px;
    }
    .home_banr_section{
        padding-bottom: 50px;
    }
    .best_seller_wrap {
        margin-bottom: 25px;
    }
    .catlouge_section{
        padding-top: 20px;
    }
    .slidNext,
    .slidPrv{
        display: none!important;
        opacity: 0;
    }
    .cart_left_wrap::before {
        width: 100%;
        height: 2px;
        right: inherit;
        top: inherit;
        bottom: 0;
        left: 0;
    }
    .cartpro_rgt h6 {
        font-size: 17px;
    }
    .cart_left_wrap{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .cart_rgt_wrap{
        width: 100%;
        margin: 0;
    }
    .stream_hero_wrap {
        padding: 20px 0px;
    }
}

.cart-icon{
    position: relative;
}

.cart-icon .badge{
    position: absolute;
    top: -8px;
    right: 6px;
}

.btn-float-discord{
    position:fixed;
    width:60px;
    height:60px;
    bottom:180px;
    right:25px;
    padding: 15px;
    background-color: #5865f2;
    font-weight: 400;
}

.btn-float-telegram{
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:25px;
    padding: 15px 15px 15px 10px;
    background-color: #28a7ea;
}

@media only screen and (max-width: 768px) {

    .btn-float-discord,
    .btn-float-telegram{
        right: 12px;
        width:54px;
        height:54px;
    }

}