body {
    font-family: 'General Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #72747D;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1200px;
}

.devider {
    width: 100%;
    height: 0.5px;
    flex-shrink: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.10) 56.56%, rgba(255, 255, 255, 0.20) 100%);
}


/* navigation */

.skilset-nav {
    border-radius: 72px;
    max-width: 1200px;
    width: 100%;
    border: 1px solid #F9FAFB;
/*     background: rgba(255, 255, 255, 0.50); */
	background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(208, 213, 221, 0.25);
/*  backdrop-filter: blur(8px); */
    padding: 20px 40px;
    margin: 0px auto;
	top: 8px;
	z-index: 1000;
	
}

.nav-link {
    color: #1E1730;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    margin-right: 32px;
}

.hamburger-btn {
    background-color: transparent;
    border: none;
}

.offcanvas-header {
    justify-content: flex-end;
}

/* navigation */

.btn-primary {
    border-radius: 100px;
    background: #4E26DE;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 24px;
}

.btn-primary.anchor-btn {
    padding: 12px 24px;
}

/* titles text colors */

.section-title {
    color: #1E1730;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0.28px;
}

.heighlighted-text {
    color: #4E26DE;
}

.banner-para {
    color: #72747D;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.section-para {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.section-para-dark {
    color: #1E1730;
}

.section-para-light {
    color: #72747D;
}

.block-para {
    color: #72747D;
    font-size: 14px;
    line-height: 24px;
}

.text-dark {
    color: #1E1730 !important;
}

.text-neutral-grey {
    color: #596088;
}

.text-light {
    color: #98A2B3 !important;
}

.text-neutral-light {
    color: #667085;
}

/* font weight */

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}


/* font sizes */

.fs-12 {
    font-size: 12px;
    list-style: 20px;
}

.fs-14 {
    font-size: 14px;
    line-height: 20px;
}

.fs-18 {
    font-size: 18px;
    line-height: 24px;
}

.fs-20 {
    font-size: 20px;
    line-height: 28px;
}

.fs-24 {
    font-size: 24px;
    line-height: 28px;
}

.fs-48 {
    font-size: 48px;
    line-height: 52px;
}

/* padding */

.pt-24 {
    padding-top: 24px;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-24 {
    padding-left: 24px;
}

/* margin */

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

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

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

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

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

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

/* ---------- */
.ml-12 {
    margin-left: 12px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-40 {
    margin-left: 40px;
}

/* ------ */


.bg-blue {
    background: #ADDDFF;
}

.bg-grey {
    background-color: #F7F5F2;
}

.brdr-left {
    border-left: 1px solid #1E1730;
}

.white-card {
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    padding: 24px;
}

.white-card.p-16 {
    padding: 16px;
}

/* ----footer----- */

.footer {
    background-color: #1E1730;
}

.footer-about-para {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.sub-footer {
    background-color: #1E1730;
    padding-top: 32px;
    padding-bottom: 24px;
    border-top: 1px solid #ffffff33;
    ;
}

.footer-nav-link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-right: 20px;
}

.footer-nav-link:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.281);
    margin-right: 20px;
}

.btn-tertiary {
    color: #4E26DE;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background-color: transparent;
    border: none;
    padding: 0px;
    display: block;
    margin-top: 20px;
}

/* ----- */
.skil-list {
    margin-left: 0px;
    padding-left: 24px;
    margin-bottom: 0px;
}

.skil-list li {
    list-style-type: none;
    color: #4E26DE;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.048px;
    margin-top: 12px;
    position: relative;
}

.skil-list li::before {
    content: '';
    display: block;
    background-image:url(.././img/blue-check.png);
    width: 20px;
    height: 20px;
    object-fit: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -28px;
}

.purple-devider {
    background-color: #4E26DE;
    height: 1px;
    width: 100%;
}