* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    color: #fff;
    background-color: #1D2020;
}

a {
    text-decoration: none;
}

a:focus,
.btn:focus,
.form-control:focus,
.form-select {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    --bs-btn-padding-x: 0px;
    --bs-btn-padding-y: 0px;
}

.container {
    max-width: 85%;
    /* 1600/1920= 83.33% */
}

.pBlock {
    padding-block: 80px;
}

.pBlock-40 {
    padding-block: 40px;
}

/* Header Css Start */

nav.navbar {
    padding-block: 15px;
}

a.nav-link {
    padding: 0px;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

a.nav-link:hover {
    background-image: linear-gradient(180deg, rgba(248, 120, 1, 0.99) 0%, #F0E700 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

ul.navbar-nav {
    gap: 0px 65px;
}

a.navbar-brand {
    padding: 0px !important;
}

a.navbar-brand img {
    height: 85px;
}

.custom-btn {
    border: 2px solid;
    border-image: linear-gradient(180deg, #F87701 0%, #F0E700 100%);
    border-image-slice: 2;
    border-radius: 7px;
    display: inline-block;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

.custom-btn:hover {
    color: #fff;
}

.custom-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    background: linear-gradient(180deg, #F87701 0%, #F0E700 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.custom-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;

}

@keyframes borderbG {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.custom-btn:hover:after {
    animation: borderbG 0.6s ease-in-out forwards;
}

header {
    background-color: #000000ab;
}



header.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000;
}

/* Header Css End */
/* Banner Wrapper Css Start */
.banner-wrapper {
    background-image: url(../images/home-banner.png);
    height: 900px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 12%;
}

.banner-wrapper .custom-row {
    margin-inline: -20px;
}

.banner-wrapper .custom-row .ps-1 {
    padding-left: 20px !important;
}

.banner-wrapper .custom-row .pe-1 {
    padding-right: 20px !important;
}

.banner-heading h1 {
    font-size: 90px;
    font-weight: 800;
    line-height: 108px;
    color: #fff;
    margin-bottom: 20px;
}

.banner-heading h1 span,
.section-heading h2 span {
    background-image: linear-gradient(180deg, rgba(248, 120, 1, 0.99) 0%, #F0E700 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.banner-heading p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    padding-right: 23%;
}

/* Banner Wrapper Css End */
/*  empower-wrapper Css Start */
.empower-wrapper {
    position: relative;
    z-index: 9;
}

.empower-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0px;
    background-image: url(../images/empower-before.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    background-color: #1D2020;
}

.section-heading h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 40px;
}

.empower-wrapper .custom-row {
    margin-inline: -45px;
}

.empower-wrapper .custom-row .ps-1 {
    padding-left: 45px !important;
}

.empower-wrapper .custom-row .pe-1 {
    padding-right: 45px !important;
}

span.content {
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    width: 100%;
    padding: 0px 70px;
    height: 171px;
    justify-content: center;
    align-items: center;
    background-color: #2B2E2E;
    border-radius: 7px;
    text-align: center;
}

.section-heading p {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 29px;
}

.empower-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*  empower-wrapper Css End */
/* wondering-wrapper Css Start */
.wondering-wrapper {
    background-color: #1D2020;
    position: relative;
    z-index: 9;
}

.wondering-wrapper .custom-row,
.choose-wrapper .custom-row {
    margin-inline: -30px;
}

section.choose-wrapper .section-heading {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
}

.wondering-wrapper .custom-row .ps-1,
.choose-wrapper .custom-row .ps-1 {
    padding-left: 30px !important;
}

.wondering-wrapper .custom-row .pe-1,
.choose-wrapper .custom-row .pe-1 {
    padding-right: 30px !important;
}

/* wondering-wrapper Css End */
/* choose-wrapper Css Start */
.choose-reasonBox ul {
    flex-wrap: wrap;
    margin-inline: -10px;
    gap: 20px 0px;
}

.choose-reasonBox ul li {
    width: 50%;
    flex: 0 0 auto;
    padding-inline: 10px;
}

.choose-reasonBox ul li:nth-child(2n+1) {
    margin-top: -26px;
}

.chooseBox {
    width: 100%;
    background-color: #2B2E2E;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 30px;
    border-radius: 12px;
}

.chooseIcon {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDD8FF80;
    margin-bottom: 30px;
}

.chooseBox h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.chooseBox p {
    font-family: "Work Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.chooseBox:hover {
    box-shadow: 4px 4px 30px 0px #F0E70033;
}

.chooseBox:hover .chooseIcon {
    background: linear-gradient(180deg, rgba(248, 119, 1, 0.9) 0%, rgba(240, 231, 0, 0.9) 100%);
}

/* choose-wrapper Css End */
/* location-wrapper css Start */
.location-wrapper {
    background-color: #000;
}

.location-wrapper .section-heading,
.oursSkill-wrapper .section-heading {
    margin-bottom: 40px;
}

.locationSlider-container ul {
    justify-content: center;
    margin-inline: -60px;
}



span.location-detail {
    display: inline-flex;
    flex-direction: row;
    gap: 0px 20px;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px;
    margin-inline: 60px;
}

span.location-detail::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #F69A01;
}

/* location-wrapper css End */
/* ourSkill-wrapper Css Start  */
ul.skillList {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -13px;
    gap: 26px 0px;
}

li.skillPlan {
    width: 25%;
    flex: 0 0 auto;
    padding-inline: 13px;
}

.skillBox {
    background-color: #2B2E2E;
    border-radius: 12px;
    padding: 18px 20px;
    height: 100%;
}

.skillBox:hover {
    box-shadow: 0px 4px 4px 0px #F0E700;
}

.skill-heading h3 {
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
    color: #6544D8;
}

.skill-heading span {
    display: inline-block;
    font-family: "Public Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
    color: #F0E700;
}

.skillLearn h3 {
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 12px;
    text-align: left;
    width: 100%;
}

.skillLearn ul {
    margin-bottom: 12px;
    list-style: none;
    padding-left: 0px;
    position: relative;
    border-bottom: 2px solid #fff;
    min-height: 300px;
}

.skillLearn ul li {
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: inline-flex;
    gap: 0px 5px;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.skillLearn ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
}

.skillLearn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ourSkill-wrapper Css End  */
/* upcomingJob-wrapper Css Start */
section.upcomingJob-wrapper .section-heading,
.ourStudent-wrapper .section-heading {
    margin-bottom: 40px;
}

.upcomingBatches-box {
    padding-inline: 20px;
}

.upcoming-batches {
    margin-inline: -20px;
}

.upcomingBatches-content {
    background-color: #2B2E2E;
    padding: 15px 20px;
    border-radius: 12px;
}

.upcomingBatches-cover {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    margin-bottom: 25px;
}

.upcomingBatches-cover h3 {
    font-family: "Public Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    color: #000;
    margin-bottom: 18px;
}

.upcomingBatches-cover p {
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0px;
    color: #000;
}

.customBtn {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100%;
    display: inline-flex;
    padding: 13px 15px;
    color: #fff;
    background-color: #2F9BE1;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}

.customBtn span {
    font-weight: 700;
}

.customBtn:hover {
    color: #fff;
}

ul.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0px;
    border: 0px;
}

ul.slick-dots {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    gap: 0px 12px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
}

ul.slick-dots li.slick-active button {
    width: 30px;
    border-radius: 100px;
    background-color: #F0E700;
}

/* upcomingJob-wrapper Css End */
/* ourStudent-wrapper Css Start */
.popular-video iframe {
    width: 100% !important;
    height: 700px;
}

.popular-video {
    margin-bottom: 40px;
}

.videosList .custom-row {
    margin-inline: -40px;
    gap: 40px 0px;
}

.videosList .custom-row .ps-1 {
    padding-left: 40px !important;
}

.videosList .custom-row .pe-1 {
    padding-right: 40px !important;
}

.videoCover {
    background-color: #161622;
    padding: 48px 24px;
}

.video-heading h3 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0.25px;
}

.video-heading p {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 20px;
}

.video-box iframe {
    width: 100%;
    height: 400px;
}

/* ourStudent-wrapper Css End */
/* Footer Css Start */
footer {
    background-color: #000;
}

.footerMenu ul li {
    cursor: pointer;
    font-family: "Work Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.footerMenu ul li:hover {
    background-image: linear-gradient(180deg, rgba(248, 120, 1, 0.99) 0%, #F0E700 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.footerMenu ul {
    align-items: center;
    gap: 0px 30px;
    margin-bottom: 0px;
}

.footercopyright p {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0px;
    align-items: baseline;
}

.footercopyright {
    width: 100%;
    display: flex;
    justify-content: center;
}



/* Contact Page Css */
section.contactBanner-wrapper {
    padding-top: 11%;
}

section.contactBanner-wrapper .banner-heading {
    margin-bottom: 70px;
}

.contactWrapper .custom-row {
    margin-inline: -50px;
}

.contactWrapper .custom-row .ps-1 {
    padding-left: 50px !important;
}

.contactWrapper .custom-row .pe-1 {
    padding-right: 50px !important;
}

.contact-form h2,
.map-heading h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-form p,
.map-heading p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}

.formContainer-field .form-group .form-control,
.form-group .form-select {
    height: 80px;
    background-color: #2B2E2E;
    border: 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    border-radius: 0px;
    padding-left: 20px;
}

.formContainer-field .form-group .form-control::placeholder,
.form-group .form-select {
    color: #fff;
    text-transform: capitalize;
}

textarea.form-control {
    height: 200px !important;
    padding: 20px;
    resize: none;
}

.form-container .col-12+.col-12 .formContainer-field {
    margin-top: 20px;
}

.form-check input.form-check-input {
    border: 1px solid #fff;
    border-radius: 0px;
    width: 20px;
    height: 20px;
}

.form-check {
    display: flex;
    min-height: auto;
    margin-bottom: 30px;
}

.contactWrapper .form-check label.form-check-label {
    width: calc(100% - 20px);
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.submit-button input.custom-btn {
    background-color: transparent !important;
}

.section-images img {
    width: 100%;
}


/* Blog Page Css */
.contactBanner-wrapper .banner-heading h1 {
    text-transform: uppercase;
}

.blog-wrapper .custom-row {
    margin-inline: -22px;
}

.blog-wrapper .custom-row .ps-1 {
    padding-left: 22px !important;
}

.blog-wrapper .custom-row .pe-1 {
    padding-right: 22px !important;
}

.blog-images {
    margin-bottom: 25px;
    border-radius: 10px;
}

span.dateIcon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

span.date {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
}

.dateBox {
    display: inline-flex;
    align-items: center;
    gap: 0px 14px;
    margin-bottom: 15px;
}

.blog-images img {
    width: 100%;
    border-radius: 10px;
}

.blog-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}

.blog-wrapper .row {
    gap: 44px 0px;
}

section.recentBLog-wrapper .custom-row {
    margin-inline: -30px;
}

section.recentBLog-wrapper .custom-row .ps-1 {
    padding-left: 30px !important;
}

section.recentBLog-wrapper .custom-row .pe-1 {
    padding-right: 30px !important;
}

.recentBlog-content h3 {
    font-family: "Archivo", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 7px;
}

.recentBlog-content p {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}



/* blog-detail page css Start */
.blogDetail-container {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -20px;
}

.featureBlog-detail,
.blogDetail-box {
    flex: 0 0 auto;
    padding-inline: 20px;
}

.featureBlog-detail {
    width: 40%;
}

.blogDetail-box {
    width: 60%;
}

.blogDetail-cover,
.featureBlog-cover {
    background-color: #2B2E2E;
}

.featureBlog-cover {
    padding: 30px;
}

.blogDetail-image img {
    width: 100%;
}

.blogDetail-image {
    margin-bottom: 10px;
}

.blogDetail-content {
    padding: 30px;
}

.blogDetail-sectionHeading h3,
.featureBlog-cover h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    text-transform: capitalize;
}

.featureBlog-cover h3 {
    margin-bottom: 15px;
}

.blogDetail-sectionHeading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    color: #FFFFFF99;
    margin-bottom: 0px;
}

.blogDetail-sectionHeading ul {
    list-style: none;
    padding-left: 0px;
}

.blogDetail-sectionHeading ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    padding-left: 20px;
    position: relative;
    color: #FFFFFF99;
}

.blogDetail-sectionHeading ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0px;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
}

.blogDetail-sectionHeading+.blogDetail-sectionHeading {
    margin-top: 15px;
}

.form-group .form-control {
    background-color: #FFFFFF;
    border: 0px;
    height: 50px;
    padding-inline: 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #C3C3C3;
}

.form-group .form-control::placeholder {
    font-size: 20px;
    color: #C3C3C3;
    text-transform: capitalize;
}

.searchFeature {
    margin-bottom: 30px;
}

.categoriesBox ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    color: #FFFFFF99;
}

.categoriesBox ul {
    margin-bottom: 15px;
}

.tagBox ul {
    flex-wrap: wrap;
    margin-inline: -8px;
    margin-bottom: 15px;
    gap: 16px 0px;
}

.tagBox ul li {
    width: fit-content;
    flex: 0 0 auto;
    padding-inline: 8px;
}

.tagBox ul li span {
    border: 1px solid #FFFFFF99;
    display: inline-block;
    padding: 13px 26px;
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF99;
    border-radius: 10px;
}

.recentBlog-box {
    display: flex;
    align-items: center;
}

.recentBlog-image {
    width: 200px;
}

.recentBLog-content {
    width: calc(100% - 200px);
    margin-left: 30px;
}

.recentBLog-content h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px;
}

.recentBlog-list li+li {
    margin-top: 15px;
}

section.recentBLog-wrapper.pBlock .recentBlog-box {
    display: block !important;
}

section.recentBLog-wrapper.pBlock .blog-images {
    width: 100% !important;
}

.memberBox p {
    margin-bottom: 0px;
}

/* Frelance Page Css Start*/
.customSection-heading h2 {
    font-size: 90px !important;
    line-height: 100px !important;
}

.freelanceBox-step {
    margin-top: 70px;
}

.revenue-heading {
    padding: 25px;
    background-color: #161622;
}

.revenue-content {
    padding: 35px 25px;
}

.revenue-content {
    padding: 35px 25px;
}

.revenue-content::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #161622;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.revenue-heading h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 0px;
}

.revenue-content p {
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
    color: #FFFFFFCC;
}

.revenueCover-container {
    background-color: #2B2E2E;
    height: 100%;
    position: relative;
}

.revenueCover-container:hover .revenue-heading h3 {
    color: #000000;
}

.revenueCover-container:hover .revenue-heading {
    background-color: #F1DF01;
}

.revenueCover-container:hover .revenue-content::before {
    background-color: #F1DF01;
}

.individualImage {
    margin-top: 50px;
}

.individualImage img {
    width: 100%;
}

/* individual-wrapper Css End  */
/* guarantee-wrapper Css Start */
.guarantee-wrapper .custom-row {
    margin-inline: -30px;
}

.guarantee-wrapper .custom-row .ps-1 {
    padding-left: 30px !important;
}

.guarantee-wrapper .custom-row .pe-1 {
    padding-right: 30px !important;
}

.guaranteePoints ul {
    margin-bottom: 36px;
}

.guaranteePoints ul li+li {
    margin-top: 30px;
}

.guaranteePoints ul li {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    padding-left: 35px;
}

.guaranteePoints ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #F0E700;
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/* guarantee-wrapper Css End   */
/* partnerCompanie-wrapper Css Start */
.companies-list ul,
.locationBox ul {
    flex-wrap: wrap;
    margin-inline: -20px;
    gap: 40px 0px;
}

.companies-list ul li,
.locationBox ul li {
    width: 20%;
    flex: 0 0 auto;
    padding-inline: 20px;
}

.notePoints {
    margin-top: 40px;
    padding: 15px 30px;
    background-color: #000;
    text-align: center;
}

.notePoints p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: capitalize;
}

.notePoints p span {
    color: #F0E700;
}

.locationBox ul li {
    width: 25% !important;
}

.locationBanner {
    height: 240px;
    position: relative;
    z-index: 9;
}

.locationBanner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F0E70066;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.locationBanner h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    color: #000;
    margin-bottom: 0px;
}

.package-image img {
    width: 100%;
}
/* Log in page css */
.loginWrapper-box{
    background: linear-gradient(180deg, rgba(105, 100, 100, 0.13) -3.23%, rgba(255, 255, 255, 0.01) 95.27%);
    border-radius: 30px;
}
.login-header .nav-link {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #fff !important;
    background-color: transparent !important;
    border: 0px !important;
    text-transform: uppercase;
    position: relative;
    padding: 0px 0px 8px 0px !important;
}
.login-header .nav-link.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFFFFF96;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.login-header {
    padding: 26px 0px;
}
.login-header ul.nav {
    border: 0px !important;
    margin-bottom: 0px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 0px 60px;
}