@font-face {
    font-family: 'regular-text';
    /* Choose a name for your font */
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bold-text';
    /* Choose the same name for your font */
    src: url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'extra-bold';
    /* Choose a name for your font */
    src: url('../fonts/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    /* Typically, '800' represents extra bold */
    font-style: normal;
}
@font-face {
    font-family: 'bold-2';
    /* Choose the same name for your font */
    src: url('../fonts/steelfish/steelfish-bd.otf') format('OpenType');
    font-weight: bold;
    font-style: normal;
} 

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'regular-text', sans-serif;
}

/* Style the active navigation link */
.active {
    position: relative;
    color: #F6921E; /* Set the text color to orange or your desired color */
    font-weight: bold; /* Optionally, make the text bold */
  }
  
  /* Create a line above the active navigation link */
  @media (min-width: 768px) {
  .active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Adjust the height of the line as needed */
    background-color: #F6921E; /* Set the line color to orange or your desired color */
  }
  }
  @media (max-width: 768px) {
    .active b {
        /* position: relative; */
        color: #F6921E; /* Set the text color to orange or your desired color */
        font-weight: bold; /* Optionally, make the text bold */
      }
  }
.brand {
    font-family: 'bold-2', sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: rgb(34, 33, 33);
}

#home {
    margin-top: 62px;
}
@media only screen and (min-width: 521px) {
    .mobile-only {
        display: none !important;
    }
} 
@media only screen and (max-width: 520px) {
    .desktop-only {
        display: none !important;
    }
}


#about {
    background-color: #F6921E;
    overflow: hidden;
}

#about-img {
    width: 350px;
    height: 350px;
}
@media (max-width: 360px) {
    #about-img {
        width: 300px;
        height: 300px;
    }
}
.about-header {
    font-family: 'extra-bold', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 1;
}

@media (max-width: 768px) {
    .about-header {
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 60px;
        line-height: 1;
    }
}
@media (max-width: 350px) {
    .about-header {
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 1;
    }
}
#services {
    background-color: #808184;
    overflow: hidden;
/* position: relative; */
}


#services-header {
    font-family: 'extra-bold', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 1;
}

@media (max-width: 768px) {
    #services-header {
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 60px;
        line-height: 1;
    }

    .services-icon {
        max-height: 100%;
        overflow: hidden;
        padding-left: 15px !important;
    }
}
@media (max-width: 350px) {
    #services-header {
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 1;
    }

}

.services-icon h4 {
    font-family: 'bold-text', sans-serif;
    font-weight: bold;
}
#contact{
    background-color: #808184;
    color: #fff;
}
#contact-header {
    font-family: 'extra-bold', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 1;
}
@media (max-width: 768px) {
    #contact-header {
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 60px;
        line-height: 1;
    }
}
.contact-info{
    font-family: 'bold-text', sans-serif;
    font-weight: bold;
    line-height: 1.7;
}
#projects{
    background-color: #F6921E;
    overflow: hidden;
    color:white;
}
#projects-header{
    font-family: 'extra-bold', sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    margin-inline: 30px;
}
@media (max-width: 768px) {
    #projects-header {
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 60px;
        line-height: 1;
    }
}
@media (max-width: 350px) {
    #projects-header {
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 1;
    }
}
.carousel1 {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.carousel1 .slide {
    margin: 10px;
    padding: 10px;
    text-align: center;
    background: #F6921E;
    position: relative;
}

.carousel1 img {
    max-width: 100%;
    height: 100%;
    /* display: block; */
}

.carousel1-title {
    text-align: start;
        font-family: 'bold-text', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

#clients{
    color: #404041;
    overflow: hidden;
}

#clients-header{
    font-family: 'extra-bold', sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    margin-inline: 30px;
}
@media (max-width: 768px) {
    #clients-header{
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 60px;
        line-height: 1;
        margin-inline: 30px;
    }
}
@media (max-width: 350px) {
    #clients-header{
        font-family: 'extra-bold', sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 1;
        margin-inline: 30px;
    }
}
.carousel2 {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.carousel2 .slide {
    margin: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    position: relative;
}

.carousel2 img {
    max-width: 100%;
    height: auto;
    display: block;
}


    .carousel1 .slick-prev:before,
    .carousel1 .slick-next:before {
        font-family: 'slick';
        font-size: 28px;
        line-height: 1;
        opacity: 1.5;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .carousel1 .slick-prev.slick-disabled:before,
    .carousel1 .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .carousel1 .slick-dots li button:before {
        color: #fff;
    }

    .carousel1 .slick-dots li.slick-active button:before {
        color: #fff;
    }


    .carousel2 .slick-prev:before,
    .carousel2 .slick-next:before {
        font-family: 'slick';
        font-size: 25px;
        line-height: 1;
        opacity: 1.5;
        color: #F6921E;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .carousel2 .slick-prev.slick-disabled:before,
    .carousel2 .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .carousel2 .slick-dots li button:before {
        color: #F6921E;
    }

    .carousel2 .slick-dots li.slick-active button:before {
        color: #F6921E;
    }
