/* .krona-one-regular {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-style: normal;
     font-family: "Nunito", sans-serif;
  }
   */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.section {
    padding: 60px 40px;
}

.section h2 {
    font-family: "Krona One", sans-serif;
}

/* navbar */
div#navbarSupportedContent {
    justify-content: end;
}

a.navbar-brand img {
    margin-top: 1rem;
    width: 60px;
}

li.nav-item {
    margin: 0 2rem;
}

a.nav-link {
    color: #979797;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

a.nav-link.active{
    position: relative;
}

a.nav-link.active::before{
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0;
    background: black;
    width: 100%;
    height: 1px;
}
/* end */

/* banner */
section.section.banner .banner-info {
    width: 60%;
    margin: 0 auto;
}

section.section.banner .banner-info span {
    color: #979797;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

section.section.banner .banner-info h1 {
    font-family: "Krona One", sans-serif;
    font-size: 3.5rem;
    letter-spacing: -2px;
    margin-top: 10px;
}

section.section.banner .banner-info p {
    color: #3C3C3C;
    font-family: "Nunito", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

section.section.banner .banner-img img {
    width: 60px;
}
section.section.banner .banner-img {
    text-align: right;
}

section.section.banner hr {
    border: 1px solid #a5a5a5;
}



/* projects */
section.section.projects  {
    display: block;
}
section.section.projects  h3 {
    font-family: "Nunito", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 2.4rem;
    padding-right: 3rem;
}

section.section.projects  p {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
}

section.section.projects .vw-mr {
    margin-top: 1rem;
}

section.section.projects .vw-mr a {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #3C3C3C;
    text-decoration: none;
}

section.section.projects .vw-mr img {
    width: 30px !important;
    margin-left: 10px !important;
}

section.section.projects .row {
    margin-bottom: 9rem;
}

section.section.projects .proj-info h2 {
    font-size: 2.5rem;
}

section.section.projects .proj-info h2 img {
    width: 25px;
    margin-right: 10px;
}

section.section.projects .proj-inner {
    padding: 0 2rem;
}

section.section.projects .proj-inner img {
    width: 10px;
    margin-right: 8px;
}
/* end */

/* mb proj */
section#mb-projects {
    display: none;
}
section#mb-projects .row.align-items-center.left {
    text-align: left;
}

section#mb-projects .row.align-items-center {
    text-align: right;
}

/* contact */
section.section.contact span {
    color: #979797;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

section.section.contact a {
    font-family: "Nunito", sans-serif;
    color: #737373;
    text-decoration: none;
    font-weight: 700;
    margin: 0 2rem 0rem 0;
}

section.section.contact p {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 18px;
    margin-top: 1rem;
    font-family: "Nunito", sans-serif;
}

section.section.contact span {
    color: #979797;
    font-family: "Nunito", sans-serif;
    font-weight: 500 !important;
}

section.section.contact span img {
    width: 24px;
    margin-right: 1rem;
}

section.section.contact .up-arr {
    text-align: right;
}

section.section.contact .up-arr img {
    width: 40px;
    cursor: pointer;
}
/* end */

/* edmentor case study page */
section.section.ed-proj h2 {
    font-weight: 500;
    font-size: 3.5rem;
}

section.section.ed-proj p {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
    color: #595959;
    line-height: 2rem;
}

section.section.ed-proj .ed-info h3 {
    font-weight: 500;
    font-family: "Krona One", sans-serif;
    font-size: 2rem;
    letter-spacing: -2px;
}

section.section.ed-proj .ed-info {
    margin-bottom: 3rem;
}

section.section.ed-proj .ed-info-line {
    position: relative;
    text-align: center;
}

section.section.ed-proj .ed-info-line h4 {
    font-family: "Krona One", sans-serif;
    font-size: 16px;
}

section.section.ed-proj .ed-info-line::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 39%;
    height: 2px;
    background: black;
}

section.section.ed-proj .ed-info-line::after {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 39%;
    height: 2px;
    background: black;
}




section.section.case-study {
    padding-top: 20px;
}


section.section.case-study .timeline {
    position: relative;
    /* margin-left: 40px; */
}

section.section.case-study .step {
    position: relative;
    padding: 20px;
    display: flex;
}

section.section.case-study .step-infoo {
    padding: 0 3rem;
}

section.section.case-study .step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    /* line-height: 40px; */
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 1;
}

section.section.case-study img.img-fluid.flowchart {
    width: 550px;
}

section.section.case-study .step-infoo h2 {
    font-family: "Krona One", sans-serif;
    font-size: 1.6rem;
    letter-spacing: -1px;
    color: #171717;
}

section.section.case-study .step-infoo h3 {
    font-family: "Krona One", sans-serif;
    font-size: 1.3rem;
    letter-spacing: -1px;
    color: #171717;
    margin: 2rem 0 3rem;
}

section.section.case-study .step-infoo p {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
    color: #595959;
    line-height: 2.1rem;
}

section.section.case-study img.img-fluid.screens {
    width: 70%;
}

section.section.case-study .text-center.screens1 {
    margin: 5rem 0 3rem;
}

section.section.case-study .text-center.screens1 h3 {
    margin: 40px 0;
}

section.section.case-study .line {
    position: absolute;
    left: 50%;
    width: 2px;
    background-color: black;
    z-index: 0;
}

section.section.case-study .step + section.section.case-study .line {
    top: -10px;
    height: 100px;
}

section.section.case-study .numm {
    position: relative;
}

section.section.case-study .numm::before {
    position: absolute;
    content: '';
    top: 46px;
    left: 20px;
    width: 2px;
    height: 90%;
    background: black;
}

section.section.case-study .numm.new {
    position: relative;
}

section.section.case-study .numm.new::before {
    position: absolute;
    content: '';
    top: 50px;
    left: 20px;
    height: 96%;
}

/* Additional line height adjustments */
section.section.case-study .step:nth-of-type(5) + section.section.case-study .line {
    height: 120px; /* Adjust for last step */
}

section.section.case-study #step-1 {
    background-color: black;
    color: white;
}

section.section.case-study #step-2,
section.section.case-study #step-3,
section.section.case-study #step-4,
section.section.case-study #step-5 {
    background-color: white;
    color: black;
    border: 2px solid grey;
}

/* Active state styling */
section.section.case-study .timeline .active {
    background-color: black !important;
    color: white !important;
    border: none !important;
    transition: all 0.3s ease;
}

/* Inactive state styling */
section.section.case-study .timeline .inactive {
    background-color: white !important;
    color: black !important;
    border: 2px solid grey !important;
    transition: all 0.3s ease;
}
/* end */

/* about us page */
section.section.about h1 {
    font-family: "Krona One", sans-serif;
    font-size: 3.5rem;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

section.section.about span {
    color: #3C3C3C;
    font-family: "Nunito", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

section.section.about p {
    color: #3C3C3C;
    font-family: "Nunito", sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 2rem;
    line-height: 2.5rem;
}

section.section.about .row.align-items-center {
    text-align: center;
    padding: 0 5rem;
    margin-top: 3rem;
}

section.section.about h3 {
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #515151;
}

section.section.about a {
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    font-weight: 700;
    color: #008cd4;
    font-size: 22px;
}

/* end */

/* contact */
section.section.about.cta {
    padding: 60px 270px;
}