:root {
  --main-color-pink: #C7164E;
  --main-color-clear-dark:#23233A;
  --main-color-dark:#181828;
  --secondary-color: #333333;
  --background-color: #f0f0f0;
}

body {
    margin: 0;
    padding: 0;
    background: #03061F;
    color: #fff;
}
header{
    background: transparent;
    position: relative;
}
header nav{
    z-index: 2;
    font-weight: bold;
}

.nav-link {
    color: white !important;
}
.navbar-nav li:hover{
    border-bottom: 2px solid var(--main-color-pink);
}
.getstartnav {
    background-color: transparent;
    border-radius: 35px;
    padding: 10px 15px;
    border: 1px solid var(--main-color-pink);
    color: white;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ff2e7a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
  }
main{
    
    font-family: "Poppins",Sans-serif;
}
#block-checkout{
    max-width: 900px;
}
.text-pink{
    color: var(--main-color-pink);;
}
.btn-checkout{
    background-color:  var(--main-color-pink);
    color: white;
    font-weight: bold;
}
.btn-checkout:hover{
    background-color: white;
    color: var(--main-color-pink);
    border: 1px solid var(--main-color-pink);
}
#payment .list-group-item{
    font-size: .92em;
    color: rgb(109, 109, 109);
}
.personal-data{
    font-size: .75em;
    color: rgb(133, 132, 132);
}


footer {
    background: black;
    margin: 0;
    color: #fff;
    text-align: left;
}
footer img, svg {
     vertical-align: initial;
}
.logofooter{
    width: 200px;
}
.paypalpayment{
    
    width: 200px;
}
@media (max-width: 992px) {
    .opacity-black{
    padding: 50px 100px;


}#faqs{
    padding: 0 1rem;
}.logofooter{
    width: 150px;
}.paypalpayment{
    width: 150px;
}
}
/*******   Whatsapp Icon *******/
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .whatsapp-float img {
            width: 40px;
            height: 40px;
        }
/******************************************/
@media (max-width: 767px) {
    .opacity-black{
    padding: 50px 50px;

}
#paypal-susbscription .opacity-black{
    padding: 40px;
}.logofooter{
    width: 200px;
}
}

/* Responsive */
@media (max-width: 480px) {
  .carousel-slide {
    flex: 0 0 50%; /* Show 2 slides */
  }
  #block-plan{
    padding: 10px;
}
#paypal-susbscription .opacity-black{
    padding: 10px;
}
}
@media (max-width: 280px) {
  .carousel-slide {
    flex: 0 0 100%; /* Show 1 slide */
  }
  #options-plan div{
    display: block;
  }
  #options-plan span{
    display: block;
  }
}
