@charset "utf-8";
/* CSS Document */

body, html {
	height:100%
}
body {
	color:#4c4d4d;
    font-family: 'Mulish', sans-serif;
	margin:0;
	padding:0
}
h1, h2, h3, h4, h5, h6, p, ul, a {
	margin:0;
	padding:0
	font-family: 'Mulish', sans-serif;
}



/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

button.navbar-toggler.mr-3 {
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}
.bg-white {
    background-color: #fff
}

.navbar-brand {
    padding: 23.5px 20px;
    font-size: 18px
}

.navbar-nav {
    width: 100%
}

.nav-item {
    padding: 20px 8px;
    margin: 0px 3px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: grey;
    position: static
}

.nav-item.active {
    color: #EF5350
}

.nav-item:hover {
    color: #EF5350
}


.nav-link {
    padding: 5px
}

.navbar-collapse.collapse.in {
    display: block !important
}

.fa-angle-down {
    padding-left: 10px
}

.fa-icon {
    font-size: 30px;
    color: #fff;
    background-color: pink;
    margin: 2px 10px 5px 0px;
    border-radius: 10px;
    width: 50px;
    height: 50px
}

.dropdown-menu {
    margin-top: 0px;
    border: none;
    background-color: #f8f9fa;
    padding: 15px 15px 0 29px;
}

#dropdown-menu1 {
    position: absolute;
    left: 165px
}

#dropdown-menu2 {
    position: absolute;
    left: 285px
}

#dropdown-menu3 {
    position: absolute;
    left: 415px
}

.tab {
    margin-bottom: 20px;
    width: 230px
}

.tab:hover {
    color: #E91E63 !important
}

.dropdown-item {
    padding: 0px
}

.dropdown-item:hover {
    background-color: inherit
}

@media (max-width: 767px) {
    .nav-item {
        width: 100%;
        text-align: left;
        padding-left: 10px
    }

    .dropdown-menu {
        left: 0 !important;
        position: relative !important;
        padding: 20px
    }
}

.slider-bg {
    width: 100%;
    float: left;
    background-image: url(../images/slider-bg.jpg);
    background-repeat: no-repeat; background-size: cover;
}
ul.navbar-nav.menu-inner li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
	  font-family: 'Mulish', sans-serif; font-weight:700;
}

ul.navbar-nav.right-inner-menu.menu-inner {
    flex-direction: row-reverse;
}

ul.navbar-nav.right-inner-menu.menu-inner li {
    padding: 0;
}
ul.navbar-nav.right-inner-menu.menu-inner li a {
    padding: 13px 25px;
    font-weight: 600;
}

li.nav-item.get-started-btn {
    background-image: linear-gradient(#FF697D, #FF3847);
    border-radius: 100px; font-size:16px;
}



/**** slider section ****/

.slider_section {
    padding: 100px 0;
}

.slider-heading h1 {
    font-size: 57px;
    font-weight: 900;
    color: #fff;
    line-height: 80px;
    margin: 0 0 20px; display:inline-block;
}

.slider-heading p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
display:inline-block;
}

.scroll-down {
    padding: 60px 0 0 0;
    float: left;
}

.scroll-down a{
    color: #fff;
    font-size: 16px;
    text-decoration: none; font-weight:600;
}





.heading-text h1 {
    font-size: 36px;
    font-weight: 900;
    color: #2D3142;
    margin: 0px;
}

#bangers-sections {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.recent-product-slider {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}


.facebook-box {background:#181818; 
    border-radius: 10px;
     width:100%; float:left;background-image:url(../images/facebook-bg.png); background-repeat:no-repeat; background-size: 100% 100%;
}
.facebook-box.soundcloud-box {background-image:url(../images/soundcloud-bg.png);}
.facebook-box.instagram-box {background-image:url(../images/Instagram-bg.png);}
.facebook-box.twitter-box {background-image:url(../images/twitter-bg.png);}
.facebook-box.twitch-box {background-image:url(../images/twitch-bg.png);}

.bangers-box {padding: 20px 20px 0; width:100%; float:left;}


.bangers-box h5 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0 15px;
    font-weight: 700;
}

.bangers-box h1 {
    font-weight: 800;
    color: #fff;
    font-size: 30px;
}

.bangers-box h1 span {
    font-size: 21px;
    font-weight: 400;
    text-decoration: line-through;
    color: #9c9c9c;
}

.cart-btn {
    padding: 20px 20px;
    border-top: solid 1px #b5b5b5;
    margin: 20px 0 0; float:left; width:100%;
}
.cart-btn a {
    background-image: linear-gradient(#FF697D, #FF3847);
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    float: left; text-decoration:none;
}

.recent-product-slider .owl-nav .owl-prev {
    background: #FF3847;
    border: solid 10px #e9ecef;
    background-image: url(../images/arrow-forward-arrow.png);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center; transform: rotateZ(
180deg
);
}

.recent-product-slider .owl-nav .owl-next {
    background: #FF3847;
    border: solid 10px #e9ecef;
    background-image: url(../images/arrow-forward-arrow.png);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}

/**** slider section end ****/

/**** services section end ****/
.services-section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
}
.services-section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 60px 0;
}
.services-section.view-services-bg {
    background-color: #b8a2e4; padding: 0;
}

.services-heading {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 48px;
}

.services-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 30px 0;
}

.services-inner {
    background-image: linear-gradient(#444444, #111111);
    padding: 0 10px;
    border-radius: 8px;
}
.services-btn a {
    background-color: #50AEEF;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    border-radius: 100px; text-decoration:none;
}

.followers-services {color: #000;}



.followers-inner {
    background-image: linear-gradient(#FFD884, #FFAE00);
    padding: 0 10px;
    border-radius: 8px;
}

.views-inner {
    background-image: linear-gradient(#2ADCB0, #1BB58F);
    padding: 0 10px;
    border-radius: 8px;
}
.services-section.follow-services-bg {
    background: #efcfdb;
    padding: 0;
}
.services-section.services-bg {
    background: #f48e91;
    padding: 119px 0;
}

/**** slider section end ****/
/**** Top-selling promo services ****/

.spotify-box {
    border: solid 2px #000;
    margin: 40px 0 0;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
    float: left;
    position: relative;
    min-height: 225px;
}
.spotify-box h1 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    padding: 15px 0 15px;
}


.spotify-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 0 50px 0 0;
    float: left;
    width: 100%;
}
.spotify-arrow {
    position: absolute;
    right: 20px;
}

.spotify-box a {
    color: #50aeef;
}

.spotify-box span img {
    display: none;
}
.spotify-box.active-boxes:hover .tiktok-icons {
    display: block;
}
.spotify-box:hover span img {
    display: block;
}
.spotify-box:hover img {
    display: none;
}
.spotify-box.active-boxes:hover {
    background: #000;
}

.spotify-box.active-boxes:hover h1 {
    color: #fff;
}

.spotify-box.active-boxes:hover p {
    color: #fff;
}
.spotify-box.active-boxes:hover a {
    color: #fff;
}

.all-see {
    padding: 15px 0 0;
}

.all-see a {
    color: #50AEEF;
    font-weight: 700;
}

.all-see img {
    transform: rotateZ( 
270deg
 );
}


/***** reviews ****/
.reviews-section img {margin-bottom:20px;}
.reviews-section p {
    color: #4F5D75;
    line-height: 30px; font-size:18px;
    padding: 20px 0 0;
}

.testimonial-coments {
    padding: 30px 40px;
    margin: 0 0 40px 0; position:relative; 
}

article.testimonial-client {
    background-image: url(../images/testimonial1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 0 0 3px;
}
.testimonial-coments p {
    font-size: 18px;
    color: #4F5D75;
    line-height: 30px;
}
.client-img span {
    width: 17%;
    float: left;
}
.client-img span img {
    float: left;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
}

.client-img h3 {
    font-size: 21px;
    font-weight: 800;
    color: #2D3142;
}

.client-img p { padding:8px 0;
    font-size: 14px;
    color: #4F5D75;
}

.client-revies {
    float: left;
    width: 80%;
}


.client-revies ul {
    margin: 0px;
    padding: 0px;
}


.client-revies ul li {
    list-style:none; display:inline; padding: 0 4px 0 0;
}

.testimonial-section {
    width: 100%;
    float: left;
}
.client-revies h3 span { float:right;}
.client-revies h3 span img {
    float: right;
    width: auto;
    margin: 0px;
}



.testimonial-slider.owl-nav-style .owl-nav>div.owl-prev {top:30%;}
.testimonial-slider.owl-nav-style .owl-nav>div.owl-next {top:30%;}


.testimonial-slider .owl-nav .owl-prev {
    background: #FF3847;
    border: solid 10px #e9ecef;
    background-image: url(../images/arrow-forward-arrow.png);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center; transform: rotateZ(
180deg
);
}




.testimonial-slider .owl-nav .owl-next {
    background: #FF3847;
    border: solid 10px #e9ecef;
    background-image: url(../images/arrow-forward-arrow.png);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}


/*** contact us *****/

.contact-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0;
    float: left;
    width: 100%; position:relative;
}


.contact-fields h1 {
    color: #fff;
}


.contact-fields p {
    color: #fff; font-size:18px; margin-top:10px;
}
.choose-services {
    width: 100%;
    color: #fff;
    padding: 30px 0 0;
}


.choose-services ul {
    padding: 0px;
    margin: 0px;
}


.choose-services ul li{
  list-style:none; display:inline;
}

.choose-services p {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}

.choose-services ul li a {
    border: solid 1px #4a4848;
    font-size: 12px;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    margin: 0 4px 0 0;
    float: left;
}

.choose-services input {
    height: 45px;
    box-shadow: none;
    border: none;
    padding: 0 15px;
    font-size: 17px;
}


.choose-services textarea {
    box-shadow: none;
    border: none;
    padding: 15px 15px;
    font-size: 16px; font-weight:600;
}


input.message-send {
    border: none;
    box-shadow: none;
    padding: 0 30px;
    border-radius: 100px; background-image: linear-gradient(#FF697D, #FF3847); font-weight:700; font-size:16px; color:#fff; height:50px;
}

.contact-filds12 {
    padding: 0 60px 100px 0;
    float: left;
    width: 100%;
}




/******** footer ********/
.footer_bg {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 100px 0 0px;
    background: #000000;
    color: #fff;
}

.footer_menu h3 {
    font-size: 18px;
    color: #fff;
    padding: 30px 0 15px;  font-family: 'Jost', sans-serif;
}
.footer_menu ul {padding:0px;}
.footer_menu ul li {
    list-style: none;
    padding: 0 0 8px;
}
.footer_menu ul li a {
    color: #fff;
    font-size: 14px;
}
.footer_menu ul li:last-child {
    padding: 0px;
}
.copy_right {
    padding: 0px 0 0;
}

.copy_right p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0 10px;
}

.copy_right ul li {
    list-style: none;
    display: inline-block;
}


.footer-all-box {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 18%);
    grid-gap: 20px;
    margin: 0 0 40px;
    float: left;
    width: 100%;
}

ul.card-footer {
    list-style: none;
    padding: 0px;
}

ul.card-footer li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.footer-border {
    border-top: solid 1px #ccc;
    padding: 30px 0;
    width: 100%;
    float: left;
    margin: 0 0 0;
}
/******** footer end ********/


/******* instagram promotions ******/

.header_section {
    background-color: #181818;
}

.inner-menu-home ul li {
    padding: 0 20px 0 0;
    font-size: 16px;
    color: #50AEEF;
}.inner-menu-home {
    padding: 40px 0 0;
    float: left;
    width: 100%;
}
.inner-menu-home ul li a {
    font-size: 16px;
    color: #50AEEF;
    text-decoration: none;
}

a.navbar-brand.mr-4 {
    padding-left: 0;
}
.follow-likes-section {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 50px 0 80px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 15%);
    grid-gap: 20px;
}

.follow-likes-section a {
    padding: 17px 20px;
    background: #181818;
    box-shadow: -5px -5px 20px 0px #40404096;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
}

.follow-likes-section a i {
    padding: 0 10px 0 0;
}

.follow-likes-section a:hover {
    box-shadow: inset 0 0 15px #3a3939cc;
    color: #ff4252;
}

.instagram-services-all {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 18%);
    grid-gap: 20px;
    margin: 50px 0 0;
    float: left;
    width: 100%;
}
.services-inner-heading h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}


.premium-fires-services {
    background-color: #E9A254;
    color: #fff;
    padding: 20px 20px 25px;
    position: relative;
    float: left;
    width: 100%;
}

.premium-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, 20%);
    grid-gap: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.premium-fires-services span {
    position: absolute;
    right: 20px;
    top: 20px;
}
.premium-fires-services h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 20px 60px 0 0;
}
.premium-fires-services.satisfaction-box {
    background-color: #F2898D;
}

.premium-fires-services.satisfaction-box h4 {
    padding-top:10px;
}
.premium-fires-services.satisfaction-box {
    padding-bottom: 13px;
}

.premium-fires-services.support-box {
    background-color: #5EA0EC;
}
.premium-fires-services.quality-box {
    background-color: #BAA4E6;
}

.premium-fires-services.delivery-box {
    background-color: #86C9E3;
}

.howtobuy {
    padding: 100px 100px 60px;
    float: left;
    width: 100%;
}
.how-boxes h1 {
    font-size: 30px;
    font-weight: 800;
    color:#2D3142;
}
.how-boxes p {
    color: #4F5D75;
    font-size: 16px;
    padding: 20px 0 0 0;
}















.nav-pills-custom .nav-link {
    color: #454545;
    background: #fff;
    position: relative;
    padding: 20px 20px !important;
    border-radius: 7px;
    margin: 0 120px 0 0 !important;
}
.nav-pills-custom .nav-link.active {
    color: #50AEEF;
    background: #F5F7F7;
}




.smart_connectors a {
    padding: 0px !important;
    margin: 0px 20px 30px !important;
}







.smart_connectors span {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600 !important;
    border: none;
    background: none;
    outline: none;
}


.smart_connectors p {
   padding-top: 10px;
    padding-bottom: 0px;
    color: #4F5D75;
    font-size: 16px;
}


.design_pds {
    width: 100%;
    float: left;
    padding: 50px 0;
}


.nav-pills-custom .nav-link h4 {
    font-size: 21px;
    color: #000;
    font-weight: 800;
    margin: 10px 0 0;
}



.how-it-work-section {
    background: #F5F7F7;
    float: left;
    width: 100%;
    padding: 100px 0;
}


.where-instagrame h3 {
    font-size: 24px;
    color: #2D3142;
    font-weight: 800;
    padding: 10px 0 20px 0;
}
.where-instagrame {
    width: 100%;
    padding: 50px 0 0;
}


.where-instagrame p {
    font-size: 16px;
    color: #4F5D75;
    font-weight: 400;
    line-height: 25px;
    padding: 0 0 20px;
}

.where-instagrame ul {
    padding: 0px 20px;
}


.where-instagrame ul li {
    font-size: 16px;
    color: #4F5D75;
    font-weight: 400;
    padding: 0 0 13px;
}
.where-instagrame a {
    color: #2D3142;
    font-weight: 700;
    margin: 20px 0 0;
    display: inline-block; text-decoration:none;
}

.where-instagrame a i {
    color: #50AEEF;
}

/******* instagram promotions end ******/



/***Login-csss***/


.menu_bg{width:100%; float:left; margin:0px; padding:0px; background-color:#181818;}

.menu_bg .slider-bg {
    background-image: none;
}

.login_part {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
}
.info_bg_login {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 360px 0;
}

.fild_bg {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    border-radius: 3%;
    box-shadow: 0px 1px 4px 0px #f1efef;
}

.ineer_fild_info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 40px 40px 40px 40px;
}

.auto_set {
    width: 27%;
    margin: 0 auto;
}
.ineer_fild_info h3 {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

input.setting_info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 12px 0 12px 20px;
    background-color: #F5F7F7;
    border: none;
    border-radius: 150px;
    outline: none;
}
input.bnt__submint {
    border: none;
    width: 100%;
    border-radius: 80px;
    background-color: #ff4050;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 0;
}

.bnt_view {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 18px 0 20px 0;
}


/* nav */
.nav-menu,.nav-menu ul,.nav-menu li,.nav-menu a { margin: 0; padding: 0; line-height: normal; list-style: none; display: block; position: relative; }
.nav-menu ul { opacity: 0; position: absolute; top: 100%; left: -9999px; z-index: 999; -webkit-transition: opacity .3s; transition: opacity .3s; }
.nav-menu li:hover > ul { left: 0; opacity: 1; z-index: 1000; }
.nav-menu ul li:hover > ul { top: 0; left: 100%; }
.nav-menu li { cursor: default; float: left; white-space: nowrap; }
.nav-menu ul li {
    float: none;

}

/* sub width */
.nav-menu ul {
    min-width: 12em;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
    background-color: #181818;
}


/* center */
.nav-center { float: right; right: 50%; }
.nav-center > li { left: 50%; }

/* root */
.nav-menu a {
  padding: 0 10px;
  color: #5BC0DE;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

/* root: active */
.nav-menu > li > .nav-active { background-color: rgba(0,0,0,0.05); }

/* root: hover/persistence */
.nav-menu a:hover,.nav-menu a:focus,.nav-menu li:hover a {

  color: #FFF;
}

/* 2 */
.nav-menu li li a, .nav-menu li:hover li a {
    padding: 14px 17px;
    color: #FFF;
    font-size: 16px;
    line-height: normal;
}

/* 2: hover/persistence */
.nav-menu li:hover li a:hover, .nav-menu li:hover li a:focus, .nav-menu li:hover li:hover a {
    background: #2D3142;
    border-radius: 10px 0px 0px 10px;
}

/* 3 */
.nav-menu li:hover li:hover li a {
  background: #2d3142;
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover,.nav-menu li:hover li:hover li a:focus,.nav-menu li:hover li:hover li:hover a {
  background: #2d3142;
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
  background: #333;
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover,.nav-menu li:hover li:hover li:hover li a:focus {
  background: #222;
}

/* vertical */
.nav-vertical { max-width: 220px; }
.nav-vertical ul { top: 0; left: -9999px; }
.nav-vertical li { width: 100%; float: none; }
.nav-vertical li:hover > ul { left: 100%; }

ul.multi_menu li a {
    border-radius: 0px!important;
}
.slider_section.innner_page_space {
    padding: 40px 0 50px 0;
}
span.right_side_mene img {
    float: right;
}
/*ul.navbar-nav.menu-inner.nav-menu li {
    padding: 0 20px 0 20px;
}*/