:root {
  --main-color-pink: #C7164E;
  --main-color-clear-dark:#23233A;
  --main-color-dark:#181828;
  --secondary-color: #333333;
  --background-color: #f0f0f0;
--bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);

}
a{
    text-decoration: none;
}
.underline{
    text-decoration: underline;
}

html {
    font-family: system-ui, sans-serif;
  }
body {
    margin: 0;
    padding: 0;
    background: #03061F;
    color: #fff;
}
header{
    background: transparent;
    position: relative;
}

header nav{
    z-index: 2;
    font-weight: bold;
}
.show{
    padding-bottom: 92px;
}
.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");
  }


.card{
    background: var(--main-color-dark);
    color: white;
    border: none;
    border-radius: 15px;
}
aside .card-body{
    padding: 15px;
}
aside .show{
    padding-bottom: 0px;
}
.text-muted{
    color: #cccccc !important;
}

.form-control{
    background: var(--main-color-dark);
    border: 1px solid var(--secondary-color);
    color: white;
}
.form-control:focus{
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border: none;
    box-shadow: none;
    color: white;
}
.form-select{
    background-image: var(--bs-form-select-bg-img);
    color: white;
    background-color: var(--main-color-dark);
    border: 1px solid var(--secondary-color);
}
.article-list img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 200px;
    object-fit: cover;
}
article img{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
footer {
    background: black;
    margin: 0;
    color: #fff;
    text-align: left;
}
footer img, svg {
     vertical-align: initial;
}
.logofooter{
    width: 200px;
}
.paypalpayment{
    width: 200px;
}
#blog{
    color: white;
}
/*******   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: 992px) {
    .logofooter{
    width: 150px;
    }.paypalpayment{
        width: 150px;
    }
}
@media (max-width: 767px) {
#paypal-susbscription .opacity-black{
    padding: 40px;
}.logofooter{
    width: 200px;
}
}

