@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;

}
section.pricing .row {
    align-items: center;
}
.inner-img img {
    width: 100%;
}
.inner-img img {
    width: 100%;
}
.cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
padding-top: 50px;
}
.cards a{
    color: #000;
padding: 0px 20px;
}
.header-btn {
    border-radius: 64px;
    padding: 10px 25px;
    align-items: flex-start;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(89deg, #537AD9 0%, #1A48C3 100%);
}

body a,
li,
ul {
    text-decoration: none;
    list-style: none;
}

ul {
    padding: 0px !important;
}

ul.navbar-nav.ms-auto {
    gap: 30px;
}

.header-btn-parent {
    display: flex;
}

.banner {
    background: url('../img/banner.svg');
    background-size: cover;
    padding: 100px 0px;
    width: 100%;
}

.service-box {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    margin: 20px 0px;
    transition: 0.2s ease all;
}

.service-box:hover {
    border: 1px solid #537AD9;
    background: linear-gradient(89deg, #537AD9 0%, #1A48C3 100%);
    transition: 0.2s ease all;
}

.counter-inner {
    border-radius: 25px;
    border: 0.5px solid #000;
    background: linear-gradient(279deg, rgba(83, 122, 217, 0.63) -11.17%, rgba(83, 122, 217, 0.39) 45.98%, #FFF 100%);
    padding: 50px;
}

.counter-inner p {
    margin: 0px;
    color: var(--Base, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.counter-b-t h5 {
    color: var(--Base, #000);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.523%;
    letter-spacing: -0.92px;
}
section.cta {
    background: var(--Linear, linear-gradient(89deg, #537AD9 0%, #1A48C3 100%));
    color: #fff;
    text-align: center;
    padding: 150px 0px;
}
.cta-container {
    max-width: 700px;
    margin: 0 auto;
}
a.white-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cta-text h2 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -1.2px;
}
section.services {
    padding: 100px 0px;
}
.counter-inner {
    margin: 50px 0px;
}
.headings {
    text-align: center;
}
.headings h2 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
h5.tags {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: var(--Linear, linear-gradient(89deg, #537AD9 0%, #1A48C3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-btn a {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(89deg, #537AD9 0%, #1A48C3 100%));
    display: flex;
    padding: 15px 30px;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
}
.service-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.faqs {
    background: var(--Linear, linear-gradient(89deg, #537AD9 0%, #1A48C3 100%));
    padding: 70px 0px;
}
.faqs-inner {
    color: #fff;
}
.faqs-text h2 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.banner-form {
    border-radius: 16.641px;
    border: 1.087px solid rgba(0, 0, 0, 0.35);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 11.72px 23.441px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(21.749065399169922px);
    display: flex;
    padding: 27.186px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 29.301px;
    flex-shrink: 0;
}
input.form-control, textarea.form-control {
    border-radius: 11.72px;
    border: 1.172px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    margin: 10px 0px;
    padding: 12px 15px;
}
.banner-text h1 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.banner-text p {
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.banner-btn a {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(89deg, #537AD9 0%, #1A48C3 100%));
    padding: 15px 30px;
    align-items: flex-start;
    gap: 10px;
    display: inline-block;
    color: #fff;
}
input.btn-full {
    border-radius: 10px;
    background: linear-gradient(89deg, #537AD9 0%, #1A48C3 100%);
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    width: 100%;
    color: #fff;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.price-box {
    display: flex;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    border-radius: 48px;
    border: 1px solid #329683;
    background: var(--Linear, linear-gradient(89deg, #537AD9 0%, #1A48C3 100%));
    color: #fff;
}
.list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.li{
    display: flex;
    flex-direction: column;
    grid-area: 10px;
}
.call a {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    padding: 15px 30px;
    align-items: flex-start;
    gap: 10px;
    color: #000;
}
.price span {
    font-size: 40px;
}
.list p {
    margin: 0px;
}

.headings {
    text-align: center;
    margin-bottom: 50px;
}
section.pricing {
    padding: 20px 0px 70px;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.address {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
}
.address a{
    color: #000;
}
.address p{
    margin: 0px;
}
footer{
    padding: 60px 0px 40px;
}
.footer-heading p {
    font-size: 11px;
}
.footer-heading h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
@media(max-width: 600px){
    .cards img {
        width: 100%;
    }
    .footer-heading {
        margin-top: 50px;
    }
    .form-ff {
        margin-bottom: 50px;
    }
    h2 {
        font-size: 30px!important;
        line-height: 35px!important;
    }
    .counter-b-t {
        text-align: center;
        padding: 20px 40px;
    }
    .faqs-inner {
        text-align: center;
        margin-bottom: 50px;
    }
    .price-box {
        margin: 20px 0px;
    }
    .banner-text {
        margin-bottom: 40px;
    }
.privacy {
    flex-direction: column;
    text-align: center;
}
    .banner-text h1{
        font-size: 30px;
        line-height: 35px;
    }
.cards {
    flex-direction: column;
}
.privacy {
    display: flex;
    margin-top: 20px;
}

}