* {
    font-family: "Open Sans", sans-serif;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-font-color);
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

section {
    overflow: hidden;
}

p,
li,
input,
label,
textarea,
a {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--para-color);
}


a {
    text-decoration: none;
    color: var(--main-font-color);
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: var(--main-font-color);
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.pd-pos-rel {
    position: relative;
}


.pd-main-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    /* Grow Your BusinessToday with */
    color: #FFFFFF
}

.pd-main-title span {
    color: var(--site-green);
}

.pd-y-btn{
    padding: 14px 54px;
    border-radius: 150px;
    background: var(--button-color);
    display: inline-block;
    margin-top: 1rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* small title */

.pd-sm-title {
    font-size: 58px;
    letter-spacing: 0em;
    font-weight: 700;
    line-height: 70px;
    text-transform: unset;
    /* Grow Your BusinessToday with */
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.pd-sm-title span {
    color: var(--site-green);
}

.pd-pos-rel{
    position: relative;
}

.pd-sb-title-wrapper {
    display: flex;
    align-items: center;
}

.pd-sb-title-wrapper h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 0em;
    color: var(--subtitle-color);
    margin-bottom: 0;
    margin-left: 0.7rem;
    text-transform: uppercase;
}

.pd-aligned-center{
    align-items: center;
}

.pd-bordered-btn{
    border-radius: 150px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #7B61FF;
    padding: 10px 32px;
    gap: 10px;
    z-index: 2;
    color: #7B61FF !important;
    font-weight: 400;
}