*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    color: #58595B;
    background: linear-gradient(90deg, rgba(3,72,117,1) 44%, rgba(14,16,47,1) 100%);
}
a{
    color: inherit;
}
a:hover{
    text-decoration: none;
}
button:focus , input:focus{
    outline: 0;
}

/*.btn, button, input[type="submit"] { font-family: 'Blithe'; border: none; border-radius: 5px; padding: 0px 50px; font-size: 37px !important; background: #000; color: #fff; transition: 0.2s all ease-in;}*/
.btn { font-family: 'Blithe'; border: none; border-radius: 5px; padding: 0px 50px; font-size: 37px !important; color: #fff; transition: 0.2s all ease-in;}

.btn:hover, button:hover, input[type="submit"]:hover  {
    background: #fff; color: #000;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.btn-secondary:focus , .btn-primary:focus{
    box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus , .btn-secondary:not(:disabled):not(.disabled):active:focus , .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
}
form {
    margin: 0;
}
::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 0.9rem;
}
::-moz-placeholder { 
  color: #000 !important;
  font-size: 0.9rem;
}
:-ms-input-placeholder { 
  color: #000 !important;
  font-size: 0.9rem;
}
:-moz-placeholder { 
  color: #000 !important;
  font-size: 0.9rem;
}

input {border-radius: 5px;}
input, textarea, select, option {border: none; background: #fff; color: #000; font-size: 0.9rem !important}
.pink-bg {
    background-color: #e84896 !important;
}
.back-white {
    background-color: white;
}
/* header */

.header {background:transparent; height: 100%;}
.footer {background:#000; color: #fff;}
.logo img {max-width: 100%; width: 200px;}
/*.logo::before { content: "";border-radius: 50%; max-width: 100%; display: inline-block; width: 210px; height: 210px; background: #000; position: absolute; z-index: 10; left:0; right: 0; margin: 0 auto;}*/

/* Landing */


/*.main-image img {
    width: 100%;
    height: auto;
    
}*/
.main-section {
    position: relative;
}
.main-image {
    background-image: url('../img/background-wall.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
}
.location-image {
    background-image: url('../img/background-location.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;
}
.how-it-works-image {
    background-image: url('../img/background-how.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;
}
.media-image {
    background-image: url('../img/background-media.jpg');
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;
}
.news-image {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4.1666666667rem;
}
.textarea {
    margin: 25px 0px;
}
label {
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
}
.down-button:hover {
    color: #e84896;
}
.footer a, .footer p {
    font-size: 15px; 
    text-decoration: none;
    font-weight: 400;
}
.footer a:hover {
    color: #e84896;
}
.footer-links {
    margin-top: 5px;
}
/* Nav Bar Bits */
.nav-link {
    color: white;
    font-size: 20px;
}
.nav-link:hover{
    color: #ea4b94;
}
.overlay-black {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    display: block;
    position: absolute;
}
.overlay-black.open {
    z-index:1;
    opacity: 0.5;
}
.header.open {
    z-index: 2;
    position: relative;
}
.navbar-toggler:hover {
    background: transparent !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/* Homepage */
.main-heading {
    font-size: 50px;
}
.sub-heading {
    font-size: 25px;
    font-style: italic;
}
.home-content ol {
    font-size: 25px;
    font-weight: 300;
}
.home-content p {
    font-size: 20px;
    margin-bottom: 0;
}
/*How it works*/
.top-content p {
    font-size: 20px;
    margin-bottom: 0;
}
.blue-area {
    /*background: linear-gradient(90deg, rgba(3,72,117,1) 44%, rgba(14,16,47,1) 100%);*/
    color: #ffffff;
}
.big-pad{
    padding-top: 100px !important;
}
/* About Page */
.about-content p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.6em;
}
.team-content{
    color: #ffffff;
}
.team-area .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lgShadow {
    background: transparent;
    margin: 0 auto;
    padding: 1rem;
    top: 40px;
    position: relative;
    width: 90%;
    background: radial-gradient(circle at 100% 100%, transparent 0, transparent 3px, transparent 3px) 0% 0%/8px 8px no-repeat,radial-gradient(circle at 0 100%, transparent 0, transparent 3px, transparent 3px) 100% 0%/8px 8px no-repeat,radial-gradient(circle at 100% 0, transparent 0, transparent 3px, transparent 3px) 0% 100%/8px 8px no-repeat,radial-gradient(circle at 0 0, transparent 0, transparent 3px, transparent 3px) 100% 100%/8px 8px no-repeat,linear-gradient(transparent, transparent) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,linear-gradient(129deg, rgba(4,71,115,1),rgba(11,31,65,1)) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,linear-gradient(90deg, #BD55C9 0%, #00FFFF 50%, #48ABE0 100%);
    border-radius: 6px;
    padding: 9px;
    box-sizing: border-box;
}
.lgShadow-team {
    background: transparent;
    margin: 0 auto;
    padding: 1rem;
    top: 40px;
    position: relative;
    background: radial-gradient(circle at 100% 100%, transparent 0, transparent 3px, transparent 3px) 0% 0%/8px 8px no-repeat,radial-gradient(circle at 0 100%, transparent 0, transparent 3px, transparent 3px) 100% 0%/8px 8px no-repeat,radial-gradient(circle at 100% 0, transparent 0, transparent 3px, transparent 3px) 0% 100%/8px 8px no-repeat,radial-gradient(circle at 0 0, transparent 0, transparent 3px, transparent 3px) 100% 100%/8px 8px no-repeat,linear-gradient(transparent, transparent) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,linear-gradient(129deg, rgba(4,71,115,1),rgba(11,31,65,1)) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,linear-gradient(90deg, #BD55C9 0%, #00FFFF 50%, #48ABE0 100%);
    border-radius: 6px;
    padding: 5px 8px;
    box-sizing: border-box;
}
.team-text-info {
    margin: auto;
    width: 50%;
    padding: 10px;
}
.container-2 {
    max-width: 95%;
}
/* pseudo-class for making gradient shadow. */

.lgShadow::after {
  content: "";
  position: absolute;
  inset: -.625em;
  background: linear-gradient(to bottom right,
    rgb(189,85,201), rgb(72,171,224));
  filter: blur(1em);
  z-index: -1;
}
.picture {
    position: absolute;
    width: 800px;
    max-width: 50%;
    bottom: 5px;
    right: -20px;
}
.picture2 {
    position: absolute;
    width: 550px;
    max-width: 50%;
    bottom: -20px;
    right: -20px;
}

/* faq */

.faq_page .faq_list .que-ans {
    margin: 0 0 20px;
    border-bottom: solid 2px #ea4b94;
}
.faq_list .faq_question {
    padding: 15px 20px;
    cursor: pointer;
}
.faq_list .faq_question h3 {
    color: #ea4b94;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding-right: 30px;
}
.faq_list .faq_question h3 i {
    color: #ea4b94;
    font-size: 12px;
    border: 1px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 0px;
    top: 0;
}
.faq_list .faq_content {
    font-size: 16px;
    padding: 0 20px 20px;
    max-width: 90%;
}
.faq_list .faq_tabs {
    margin: 0 0 65px;
    text-align: center;
}
.faq_list .faq_tabs .nav-tabs {
    border-bottom: 0;
    display: block;
}
.faq_list .faq_tabs ul.nav.nav-tabs li {
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    color: #ea4b94;
    border-right: 1px solid;
    line-height: 24px;
}
.faq_list .faq_tabs .nav-tabs li.active{
    font-weight: bold;
    text-decoration: underline;
}
.faq_list .faq_tabs ul.nav.nav-tabs li:last-child {
    border-right: 0;
}
.faq_contact {
    background: #ececec;
    text-align: center;
    padding: 65px 15px;
}
.faq_contact h1 {
    font-size: 30px;
    margin: 0 0 65px;
    line-height: 33px;
}
.faq_contact a.cnt_btn {
    background: #ea4b94;
    color: #ffff;
    padding: 8px 50px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
}
.faq_contact a.cnt_btn:hover{
    background: #5f5e5e;
}

/* Blog */
.back-button {
    text-decoration: none;
    font-size: 16px;
}
.blog-item {
    background-color: #ffffff;
    color: #000000;
}
.blog-text-area p{
    font-weight: 300;
    font-size: 15px;
}
.blog-title {
    font-weight: 600 !important;
}
.news-item {
    position: relative;
}
.blog-readmore{
    background-color:#ea4b94;
    bottom:0;
    color:#ffffff;
    height:100%;
    opacity:0;
    padding:70px 20px;
    position:absolute;
    width:100%
}
.blog-readmore p{
    font-family: 'Blithe';
    font-size: 42px;
}
.blog-readmore:hover{
    opacity: 1;
}
.blog_pagination {
    text-align: right;
    margin: 0 0 65px;
}
.blog_pagination ul{
    margin: 0;
}
.blog_pagination ul li {
    display: inline-block;
}
.blog_pagination ul li a{
    font-size: 20px;
    border-right: 1px solid;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}
.blog_pagination ul li a:hover{
    background: #ea4b94;
    color: #fff !important;
}
.blog_pagination ul li.active a{
    background: #ea4b94;
    color: #fff;
}
.overlay-news {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: 1;
    display: block;
    position: absolute;
}
.news-image .header {
    z-index: 2;
    position: relative;
}
.news-image .main-section{
    z-index: 2;
}
/* Other Bits */
.form {
    background: rgba(0,0,0,0.6);
    padding: 25px;
    max-width: 800px;
}
.form input:not([type="submit"]), .form textarea, .form select {
    border: solid 2px #ea4b94 !important;
}
.contact_details {
    position: relative;
}
.our_info {
    padding-bottom: 100px;
}
.fa-bars:hover {
    color: #000000;
}
/* Responsive */
@media(max-width:576px){
    .footer-link {
        width: 100%;
        display: block;
    }
    .picture2{
        max-width: 40%;
    }
}
@media (min-width: 815px) and (max-width:1050px){
    .nav-link {
        font-size: 16px;
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

}
@media (min-width: 767px) and (max-width:815px){
    .nav-link {
        font-size: 15px;
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

}

@media(max-width: 767px){

    .faq_list .faq_tabs ul.nav.nav-tabs li{
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }   
    .faq_list .faq_question h3{
        font-size: 16px;
        line-height: 20px;
    } 
    .faq_list .faq_content {
        font-size: 14px;
        max-width: 100%;
    }
    .faq_contact h1 {
        font-size: 22px;
        margin: 0 0 45px;
        line-height: 26px;
    }
    .faq_contact a.cnt_btn{
        font-size: 16px;
    }
    .blog_pagination ul li a {
        font-size: 14px;
        padding: 6px 12px;
    }
    .blog_pagination {
        text-align: center;
        margin: 0 0 50px;
    }
    .team-text-info {
        width: 100%;
    }
}
.qty-change-button {
   padding: 10px 20px;
   font-size: 17px !important;
}
.input-text {
    height: 44px;
    text-align: center;
}
.btn_qtyupdate {
    padding: 10px 20px;
    font-size: 20px !important;
}
.btn_remove {
    font-size: 25px !important;
    padding: 0px 25px;
}
.price {
    color: white;
    font-size: 30px;
}
.apply_code {
    font-size: 25px !important;
    padding: 0px 25px;
}
.pink-name {
    color: #e84896;
}
.pink-text {
    color: #e84896;
}
.btn_remove {
    font-size: 25px !important;
    padding: 0px 25px;
}
.continue_shop {
    font-size: 25px !important;
    padding: 0px 25px;
    background-color: black;
}
.checkout_form {
    max-width: 100%;
    background: transparent;
}
.floating-label {
    color: #e84896;
}
.side_bar a{
    text-decoration: none;
    font-size: 20px;
}
.side_bar a:hover {
    color: black;
}
.side_bar li{
    border-bottom: solid 1px rgba(0,0,0,0.6);
    padding: 10px 0px;
    list-style-type: none;
}
.main-body {
    background: rgba(0,0,0,0.6);
    padding: 25px;
}