@font-face {
    font-family: "questrialRegular";
    src: url("https://dev4.sidat.digital/fonts/questrialRegular.ttf") format("truetype");
}

@font-face {
    font-family: "verdanaRegular";
    src: url("https://dev4.sidat.digital/fonts/verdana.ttf") format("truetype");
}

:root {
    --clr1: #3949AB;
    --clr2: #FB0201;
    --clr3: #1A1A1A;
    --clr4: #2A2A2A;
    --clr5: #4834D4;
    --clr6: #FFFFFF;
    --clr7: #EFEFEF;
    --clr8: #EDEDED;
    --clr9: #C4C4C4;
    --clr10: #7D7D7D;
    --clr11: #3D3D3D;
    font-size: 18px;
    --questRegular: 'questrialRegular';
    --verdanaRegular: 'verdanaRegular';
}

p,
h1,
h2,
h3,
h4,
h5,
ul,
body,
ol,
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    font-family: var(--verdanaRegular);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


html{overflow-x:hidden;}

.fs1 {
    font-size: clamp(2rem, 6vw, 4.445rem);
    font-family: var(--questRegular);
    text-align: center;
    font-weight: 400;
    color: var(--clr6);
}


.fs2 {
    font-size: clamp(1rem, 3vw, 1.3rem);
    font-family: var(--verdanaRegular);
    text-align: center;
    font-weight: 400;
    color: var(--clr6);
}

.fs3 {
    font-size: clamp(2rem, 6vw, 3.3rem);
    font-family: var(--questRegular);
    font-weight: 400;
    color: var(--clr11);
}

.fs3-1 {
    font-size: clamp(2rem, 6vw, 3.3rem);
    font-family: var(--questRegular);
    font-weight: 400;
    color: var(--clr2);
}

.fs4 {
    font-size: 1rem;
    font-family: var(--verdanaRegular);
    font-weight: 400;
    color: var(--clr11);
}

.fs5 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-family: var(--verdanaRegular);
    font-weight: 400;
    color: var(--clr3);
}

.fs6 {
    font-size: 1rem;
    font-family: var(--questRegular);
    font-weight: 400;
    color: var(--clr11);
}

.fs7 {
    font-size: clamp(2rem, 6vw, 3.3rem);
    font-family: var(--verdanaRegular);
    font-weight: 400;
    line-height: 1;
    color: var(--clr11);
}

.fs8 {
    font-size: .9rem;
    font-family: var(--questRegular);
    font-weight: 400;
    color: var(--clr10);
}

.fs9 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-family: var(--questRegular);
    font-weight: 400;
    color: var(--clr3);
}

.fs10 {
    font-size: .8rem;
    font-family: var(--verdanaRegular);
    font-weight: 400;
    color: var(--clr6);
    text-decoration: none;
}

.fs11 {
    font-size: 1.2rem;
    font-family: var(--verdanaRegular);
    font-weight: 400;
    color: var(--clr6);
}

.fs12 {
    font-size: 1.2rem;
    font-family: var(--verdanaRegular);
    font-weight: 400;
    color: var(--clr6);
}

.fs13 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-family: var(--questRegular);
    font-weight: 400;
    color: var(--clr3);
    text-decoration: none;
}

.fs13 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-family: var(--questRegular);
    font-weight: 400;
    /* color: var(--clr2); */
    text-decoration: none;
}

.fs14 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-family: var(--questRegular);
    font-weight: 400;
    color: var(--clr2);
    text-decoration: none;
}

.fs15 {
    font-size: 1rem;
    font-family: var(--verdanaRegular);
    font-weight: 400;
}

.fs16 {
    font-size: 1rem;
    font-family: var(--verdanaRegular);
    font-weight: 700;
}

.fs17 {
    font-size: clamp(1.2rem, 3vw, 1.9rem);
    font-family: var(--questRegular);
    font-weight: 400;
}
.fs18 {
    font-size: .8rem;
    font-family: var(--verdanaRegular);
    font-weight: 400;
}

.btn1 {
    position: relative;
    font-family: var(--verdanaRegular);
    flex-wrap: nowrap;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    border-radius: 50px;
    transition: all .3s;
    border: none;
    font-weight: 400;
    color: white;
    background-color: var(--clr2);
    white-space: nowrap;
    cursor: pointer;
}

.btn1:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn1:active {
    transform: scale(0.95);
    box-shadow: none;
}

.btn1::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn1::after {
    background-color: var(--clr2);
}

.btn1:hover::after {
    transform: scaleX(1.2) scaleY(1.4);
    opacity: 0;
}

.contentArea ul {
    position: relative;
    list-style: none;
    margin-left: 35px;
}

.contentArea ul li {
    margin-bottom: 10px;

}

.contentArea ul li::before {
    content: "✔";
    position: absolute;
    left: -35px;
    background-color: var(--clr8);
    border-radius: 50%;
    padding: 4px 9px;
    font-size: 13px;
}

.contentArea h3 {
    margin-bottom: 24px;
    margin-top: 52px;
}

.contentArea p {}


.btn2 {
    position: relative;
    font-family: var(--verdanaRegular);
    flex-wrap: nowrap;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
    border-radius: 50px;
    transition: all .3s;
    border: 1px solid white;
    font-weight: 400;
    color: white;
    background-color: var(--clr2);
    cursor: pointer;
}

.btn2:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn2:active {
    transform: scale(0.95);
    box-shadow: none;
}

.btn2::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn2::after {
    background-color: var(--clr2);
}

.btn2:hover::after {
    transform: scaleX(1.2) scaleY(1.4);
    opacity: 0;
}






.arrowBtn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--clr5);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
    cursor: pointer;
    transition-duration: 0.4s;
    overflow: hidden;
    position: relative;
}

.svgIcon {
    width: 12px;
    transition-duration: 0.4s;
    transform: rotate(90deg);
}

.svgIcon path {
    fill: white;
}

.arrowBtn:hover {
    width: 140px;
    border-radius: 50px;
    transition-duration: 0.4s;
    background-color: var(--clr2);
    align-items: center;
}

.arrowBtn:hover .svgIcon {
    transition-duration: 0.4s;
    transform: translateX(1000%);
}

.arrowBtn::before {
    position: absolute;
    bottom: -20px;
    content: "View";
    color: white;
    font-size: 0px;
}

.arrowBtn:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.4s;
}








.cc-container {
    width: auto;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 320px) {
    .cc-container {
        width: auto;
    }
}

@media (min-width: 576px) {
    .cc-container {
        max-width: 540px;
    }
}


@media (min-width: 768px) {
    .cc-container {
        max-width: 720px;
    }
}

@media (min-width: 991px) {
    .cc-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .cc-container {
        max-width: 1170px;
    }
}


@media (min-width: 1900px) {
    .container {
        max-width: 1500px;
    }
}