* {
    font-family: "Inter", sans-serif;
}

body {
    overflow-x: hidden;
}

.container-fluid{
    padding-right: var(--bs-gutter-x, 2.75rem);
    padding-left: var(--bs-gutter-x, 2.75rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

section {
    overflow: hidden;
}

p,
li,
input,
label,
ul,
textarea,
a {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--para-color);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0em;
}


a {
    text-decoration: none;
    color: var(--primary-color);
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.pd-pos-rel {
    position: relative;
}

.pd-white-btn {
    z-index: 5;
    color: var(--btn-black);
    text-align: center;
    letter-spacing: -.02em;
    background-color: white;
    border-radius: 100px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .4s, color .4s, box-shadow .4s;
    position: relative;
    display: inline-block;
    padding: 15px 31px;
    border: 2px solid white;
}

.pd-white-outlined-btn {
    z-index: 5;
    color: var(--btn-black);
    text-align: center;
    letter-spacing: -.02em;
    background-color: transparent;
    border-radius: 100px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .4s, color .4s, box-shadow .4s;
    position: relative;
    display: inline-block;
    padding: 15px 31px;
    border: 2px solid white;
    color: white;
}

.pd-black-btn {
    z-index: 5;
    color: white;
    text-align: center;
    letter-spacing: -.02em;
    border-radius: 100px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .4s, color .4s, box-shadow .4s;
    position: relative;
    display: inline-block;
    padding: 15px 31px;
    border: 2px solid var(--theme-blue);
    background: var(--theme-blue);
    transition: all 0.5s;
}

.pd-black-btn:hover {
    background: transparent;
    color: var(--btn-black)
}

.pd-padd {
    padding: var(--section-padding);
}

.pd-main-title {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
	color: #5e18eb;
}

.pd-m-para {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 18px;
    color: var(--para-color);
}


/* inner banner */
.pd-inner-banner{

}

.pd-inner-banner .row{
    border-radius: 0px;
    position: relative;
    height: 400px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.pd-inner-banner .row::after{
    content: "";
    z-index: 0;
    background-color: #39393982;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.pd-inner-banner  .pd-main-title{
    text-align: center;
    color: white;
    z-index: 9;
	display:none;
}

.pd-sub-title{
    color: #4e4e4e;
    font-size: 21px;
    letter-spacing: -.02em;
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}

.input{
    font-family: var(--fnt-sans);
}

.pd-cont-fm-cont p{
    font-family: var(--fnt);
    margin-bottom: 5px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 20px;
    color: var(--para-color);
}

.pd-cont-fm-cont a{
    font-family: var(--fnt-sans);
}
.pd-pad-0{
    padding: 0 !important;
}

.pd-full-pad{
	padding-top: var(--padding-top-full);
    padding-bottom: var(--padding-bottom-full);
}

