/* ======================================== ** Inter Font Start Here ** ========================================   */

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-Thin.eot');
    src: url('../fonts/inter/Inter18pt-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-Thin.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Thin.woff') format('woff'),
        url('../fonts/inter/Inter18pt-Thin.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-Thin.svg#Inter18pt-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-ExtraLight.eot');
    src: url('../fonts/inter/Inter18pt-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-ExtraLight.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-ExtraLight.woff') format('woff'),
        url('../fonts/inter/Inter18pt-ExtraLight.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-ExtraLight.svg#Inter18pt-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-Light.eot');
    src: url('../fonts/inter/Inter18pt-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-Light.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Light.woff') format('woff'),
        url('../fonts/inter/Inter18pt-Light.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-Light.svg#Inter18pt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-Regular.eot');
    src: url('../fonts/inter/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-Regular.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Regular.woff') format('woff'),
        url('../fonts/inter/Inter18pt-Regular.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-Medium.eot');
    src: url('../fonts/inter/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-Medium.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Medium.woff') format('woff'),
        url('../fonts/inter/Inter18pt-Medium.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-SemiBold.eot');
    src: url('../fonts/inter/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-SemiBold.woff') format('woff'),
        url('../fonts/inter/Inter18pt-SemiBold.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-Bold.eot');
    src: url('../fonts/inter/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-Bold.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Bold.woff') format('woff'),
        url('../fonts/inter/Inter18pt-Bold.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-Bold.svg#Inter18pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('../fonts/inter/Inter18pt-Black.eot');
    src: url('../fonts/inter/Inter18pt-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter/Inter18pt-Black.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Black.woff') format('woff'),
        url('../fonts/inter/Inter18pt-Black.ttf') format('truetype'),
        url('../fonts/inter/Inter18pt-Black.svg#Inter18pt-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}









/* ======================================== ** Inter Font close Here ** ========================================   */

/* ======================================== ** Container CSS Start Here ** ========================================   */
.container {
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width:1600px) {
    .container {
        max-width: 1574px;
    }
}

/* ======================================== ** Container CSS Close Here ** ========================================   */
/* ======================================== ** Global Variables Start Here ** ========================================   */
:root {
    --bodyColor: #0A0C1B;
    --prBgColor: #16182E;
    --scBgColor: rgba(243, 146, 29, 1);
    --prTextColor: #F6941F;
    --detailtext: #FCB333;
    --bnTitle: 20px;
    --bnHeading: 56px;
    --secheading: 40px;
    --secSubHeading: 28px;
    --secPadding: 130px;
    --footerBg: #F69D34;
    --innerSecPadding: 100px
}

@media (max-width:1599px) {
    :root {
        --bnTitle: 18px;
        --bnHeading: 50px;
        --secheading: 36px;
        --secSubHeading: 26px;
        --secPadding: 100px;
        --innerSecPadding: 80px
    }
}

@media (max-width:1399px) {
    :root {
        --bnHeading: 46px;
        --secheading: 32px;
        --secSubHeading: 24px;
        --secPadding: 80px;
        --innerSecPadding: 60px
    }
}

@media (max-width:1199px) {
    :root {
        --bnHeading: 40px;
        --secheading: 28px;
        --secSubHeading: 22px;
        --secPadding: 60px;
        --innerSecPadding: 50px
    }
}

@media (max-width:991px) {
    :root {
        --bnHeading: 36px;
        --secheading: 26px;
        --secPadding: 40px;
        --secSubHeading: 20px;
        --innerSecPadding: 40px
    }
}

@media (max-width:767px) {
    :root {
        --bnHeading: 30px;
        --secSubHeading: 18px;
        --secPadding: 30px;
        --innerSecPadding: 20px
    }
}

@media (max-width:575px) {
    :root {
        --bnHeading: 26px;
    }
}

/* ======================================== ** Global Variables Close Here ** ========================================   */
/* ======================================== ** Global CSS Start Here ** ========================================   */
* h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}
body {
    background-color: var(--bodyColor);
    color: #fff;
    font-family: Inter;
    font-size: 17px;
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

@media (min-width:992px) {
    .hideOnDesktop {
        display: none;
    }
}

/* ======================================== ** Global CSS Close Here ** ========================================   */
/* ======================================== ** Global Text & Bg Color CSS Start Here ** ========================================   */
.prBgColor {
    background-color: var(--prBgColor);
}

.scBgColor {
    background-color: var(--scBgColor);
}

.prTextColor {
    color: var(--prTextColor);
}

.detailtext {
    color: var(--detailtext);
}

/* ======================================== ** Global Text & Bg Color CSS Close Here ** ========================================   */
/* ======================================== ** Global Buttons CSS Start Here ** ========================================   */
.cBtn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    padding: 7px 8px 7px 18px;
    border-radius: 22px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

.cBtn:hover {
    background-color: var(--prBgColor);
    color: #fff;
    transform: translateY(-5px);
}

.cBtn.scBtn:hover::after {
    filter: brightness(0.5) invert(1);
}

.prBtn:hover {
    background: var(--prBgColor);
    color: #fff;
}

.cBtn::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
}

.prBtn::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center;
}

.prBtn {
    border: 1px solid var(--scBgColor);
    background: linear-gradient(180deg, #FDBA38 0%, #F79821 100%);
    width: fit-content;
    color: #fff;
}

.prBtn::after {
    background-image: url(../images/prBtnIcon.svg);
}

.scBtn {
    border: 1px solid #fff;
    background-color: #fff;
    color: #0A0C1B;
    width: fit-content;
    font-weight: 700;
}

.cBtn.scBtn::after {
    background-image: url(../images/scBtnIcon.svg);
}

.darkBtn {
    border: 0.3px solid #000000;
    background-color: #000000;
    color: #0A0C1B;
    ;

}

@media(max-width:1399px) {
    .headerBtn .cBtn {
        font-size: 15px;
        font-weight: 400;
        padding: 7px 8px 7px 11px;
        grid-gap: 5px;
    }
}

@media(max-width:575px) {
    .cBtn {
        font-size: 14px;
        padding: 7px 10px 7px 10px;
        grid-gap: 10px;
    }

    .cBtn.prBtn::after{
        background-size: contain;
    }
}

/* ======================================== ** Global Buttons CSS Close Here ** ========================================   */
/* ======================================== ** Global Font Size CSS Start Here ** ========================================   */
.bnTitle {
    font-size: var(--bnTitle);
    line-height: 1.2;
}

.bnTitle>span {
    color: var(--detailtext);
}

.bnHeading {
    font-size: var(--bnHeading);
    line-height: 1.2;
}

.bnHeading>span {
    color: var(--detailtext);
}

.secheading {
    font-size: var(--secheading);
    line-height: 1.2;
    letter-spacing: 0.4px;
}

.secSubHeading {
    font-size: var(--secSubHeading);
    font-weight: 600;
    line-height: 1.2;
    color: var(--detailtext);
}

/* ======================================== ** Global Font Size CSS Close Here ** ========================================   */