<style>
* {
    margin: 0;
    padding: 0;
}
.justify-content-center {
    justify-content: center!important;
}

.fiyat {
    margin-top: 50px;
}
.single-price-plan {
    background-color: var(--primary-bg-color-3);
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
    box-shadow: 0 0.313rem 0.875rem var(--secondary-l-color);
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInLeft;
}
.text-center {
    text-align: center!important;
}
.p-5 {
    padding: 5rem!important;
}
.avatar-lg {
    height: 5rem;
    width: 5rem;
}
img {
    height: auto;
    max-width: 100%;
}
.single-price-plan .plan-title > h4 {
    letter-spacing: 3px;
    opacity: 0.8;
}
.fw-7 {
    font-weight: 700;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.single-price-plan .plan-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 15px;
}
.btn-satin, .btn-satin:active, .btn-satin.sApp-btn:before, .benifits-item:after {
    background: var(--primary-bg-color-2);
}
.btn-satin {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    border: 0 none;
    border-radius: 6px;
    outline: 0 none;
    position: relative;
    z-index: 1;
}
ol li, ul li {
    list-style: none;
}
:root {
    --primary-font: 'Poppins', sans-serif;
    --h1-size: 4rem;
    --h1-weight: 600;
    --h2-size: 3rem;
    --h2-weight: 600;
    --h3-size: 1.5rem;
    --h3-weight: 600;
    --h4-size: 1.3rem;
    --h4-weight: 600;
    --h5-size: 1.2rem;
    --h5-weight: 600;
    --h6-size: 1rem;
    --h6-weight: 600;
    --p-size: 1rem;
    --p-weight: 400;
    --nav-item-color: #444;
    --nav-hover-color: #2c2e30;
    --nav-toggler-color: #7e8085;
    --primary-color: #565656;
    --primary-color-2: #7c4fe0;
    --secondary-color: #666;
    --secondary-color-2: #777;
    --social-color-1: #3b5999;
    --social-color-2: #55acee;
    --social-color-3: #dd4b39;
    --social-color-4: #00b489;
    --white-color: #ffffff;
    --primary-t-color: #222;
    --primary-p-color: #565656;
    --primary-l-color: rgba(0, 0, 0, 0.12);
    --secondary-l-color: rgba(45, 49, 54, 0.09);
    --valid-color: #28a745;
    --invalid-color: #ffa200;
    --primary-bg-color: #f6f9fe;
    --primary-bg-color-2: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
    --primary-bg-color-3: #ffffff;
    --primary-bg-color-4: rgba(16, 16, 45, 1);
    --nav-bg-color: #d3d3d3;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
fadeInLeft {
0% {
    -webkit-transform: translate3d(-100%,0,0);
    opacity: 0;
    transform: translate3d(-100%,0,0);
}
100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
}
}
section {margin: 0!important; padding: 0!important;}
a {
    color: var(--nav-item-color);
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.fiyat {margin-top: 50px;} 
.gizle {display:none}

</style>	