:root {
    --Primary: linear-gradient(90deg, #0166dd 0%, #052355 60%);
    --Secondary: #D9D9D9;
    --blue: #052355;
    --white: #fff;
    --Black: #000;

}

.order-now {
    padding: 7px 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    border: 2px dotted;
    font-size: 18px;
    font-weight: 700;
    width: 270px;
    justify-content: center;


}

.bgPrimary {
    background: var(--Primary);
}
.bgblue{
    background: var(--blue);
}
.txt-blue{
    color: var(--blue);
}
.txt-white {
    color: var(--white);
}

.bgSecondary {
    background: var(--Secondary);
}
section{
    padding: 50px 0px;
}
.fs40{
    font-size: 40px;
}
.fs30{
    font-size: 30px;
}
.fs20{
    font-size: 20px;
}
.fs14{
    font-size: 14px;
}