@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background-image: url(../images/bg-body.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;   
    font-family: 'Poppins', sans-serif; 
}

.container {
    max-width: 1140px;
}

.mobile-only{ display:none; }

.desktop-only{ display:block; }

@media (max-width:800px){
    .desktop-only { display:none; }
    .mobile-only { display:block; }
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.header .bg-menu {
    background-image: url(../images/bg-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    border-radius: 35px 35px 35px 35px;
}

.header .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 16px;
    color: #000000;
}

.header .bg-menu .nav-link {
    color: #fd5d12;
    padding-right: 1rem;
    padding-left: 1rem;
}

.hero-title {
    font-size: 52px;
    font-weight: bold;
    text-transform: capitalize;
}
.hero-desc {
    font-size: 22px;    
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-theme {
    
    background-color: transparent;
    background-image: linear-gradient(100deg, #FF5E0E 37%, #B21EE4 83%);
    border-radius: 25px;    
    color: #ffffff;
}

.text-gradient {
    background: -webkit-linear-gradient(120deg, #B21EE4 17%, #FF5E0E 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient {
    background-image: linear-gradient(100deg,#FF5E0E 37%,#B21EE4 83%) !important;
    color: #ffffff  !important;
}

.h1-lg {
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: capitalize;
}

.h2-lg {
    font-size: 3rem;
    font-weight: bold;
    text-transform: capitalize;
}

.p-lg {
    font-size: 1.25rem;
    font-weight: 400;    
}

.p-desc {
    font-size: 1.08rem !important;
    line-height: 1.7rem;
}

.bg-soft-yellow {
    background-image: url(../images/bg-ask-question.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

.text-orange {
    color: #fd5d12;
}

.text-purple {
    color: #b520de;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 29px;
    line-height: 1;
    opacity: .75;
    color: #da6430;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fw-thin {
    font-weight: 500;
}

span.check_icon {
    font-size: 18px !important;
    font-weight: bold;
    margin-right: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF5E0E), to(#B622D7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion-button {
    font-size: 1.30rem;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #fd5d12;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.rounded-4 {
    border-radius: 1rem;
}

.border2-orange {
    border: 2px solid #fd5d12 !important;
}

.border2-purple {
    border: 2px solid #b520de !important;
}

.text-success {
    color: #3ad695 !important;
}

section {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.form-label {
    font-size: 1.15rem;
    font-weight: 500;    
}

.input-group .input-group-text {
    border-right: none;
    padding-left: 1rem;
    padding-right: 1rem;
}

.form-control, .form-select, .input-group-text {
    background-color: #ffffff;
    border-color: #12121259;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
}

.form-control-lg, .form-select-lg {
    font-size: 1rem;
    padding: 0.7rem 1.3rem;
}

.us-brand {
    max-width: 30px;
}

.mens-brand {
    max-width: 110px;
}

.laweekly-brand {
    max-width: 110px;
}

.digital-brand {
    max-width: 180px;
}

#customer_reviews .review_text{
    height: 5rem;
}

.followers_amount.bg-gradient .text-muted {
    color: #ffffff !important;
}

.followers_amount.bg-gradient .text-success {
    color: #1dffa1 !important;
}

.moretext {
    display: none;
}

.header-body {
    padding: 1.5rem 0;
}

#mobile-menu-navbar {
    border-top:1px solid #d1caca;
    border-bottom:1px solid #d1caca;
}

#mobile-menu-navbar .navbar-item a {
    color: #212529;
    font-size:14px; 
    font-weight:500; 
    text-decoration:none;
}

#mobile-menu-navbar .navbar-item.active a {
    color: #b520de;
}
.followers_type {
    position: relative;
}

.followers_type.shadow::after {
    position: absolute;
    bottom: 2rem;
    right: 2rem;    
    content: "✔";
    color: #FFF;
    background: #0ec92f;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 100%;
}

