@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* Global Styles */
body {
	margin: 0;
    font-family: sans-serif;
    background: #150f21;
    font-size: 18px;
	overflow-x: hidden;
}

p {
	color: #333;
}

h2 {
	font-size: 32px;
	color: #333 !important;
}

h4 {
	color: #333!important;
}

footer {
    margin-top: auto;
}

[data-id="1"] {
	color: #ff497c;
}

[data-id="2"] {
	color: #ffffff;
}

.section-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-top {
	padding-top: 90px;
}

.section-bottom {
	padding-bottom: 90px;
}

p {
    line-height: 1.5;
}



.btn-primary {
	position: relative;
	display: inline-block;
    color: #fff;
    background-color: #ff497c;
    border: 1px solid transparent;
    padding: 8px 35px 7px;
    border-radius: 3px;
	border-width: 3px;
	line-height: 23px;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
    letter-spacing: 0.03em;
    font-weight: 600;
    font-family: poppins, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

.btn-primary:hover {
  background-color: #e04074; /* Change background color on hover */
}

/*  HEADER  */


.navbar-inner {
	margin-top: 17px;
}

.navbar-list {
  text-align: center;
}

.btn-navbar {
  color: #fff;
  background-color: #ff497c;
  border: none;
  padding: 7px 18px;
  border-radius: 3px;
  border-width: 2px;
  font-size: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: poppins, sans-serif;
  line-height: 12px;
}

.btn-navbar:hover {
  background-color: #e04074; /* Change background color on hover */
}

.navbar-button {
  float: right;
  margin-top: -27px;
  margin-right: 30px;
}

.navi {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  width: 319px;
  display: table;
  margin: 0 auto;
  transform: translateY(-50%);
}

.navi a {
  position: relative;
  width: 33.333%;
  display: table-cell;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Poppins, sans-serif, Verdana, Geneva, Tahoma;
  font-weight: regular;
  padding: 10px 20px;
  transition: 0.2s ease color;
}

.navi a:before,
.navi a:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s ease transform;
}

.navi a:before {
  top: 0;
  left: 10px;
  width: 6px;
  height: 6px;
}

.navi a:after {
  top: 5px;
  left: 18px;
  width: 4px;
  height: 4px;
}

#indicator {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #ff497c;
  border-radius: 5px;
  transition: 0.2s ease left;
}

.navi a:hover {
  color: #fff;
}

.navi a:hover:before,
.navi a:hover:after {
  transform: scale(1);
}

.navi a:hover~#indicator {
  left: 5%;
  background: linear-gradient(130deg, #ff497c, #ff497c);
}

.navi a:nth-child(2):hover~#indicator {
  left: 19%;
  background: linear-gradient(130deg, #ff497c, #ff497c);
}

.navi a:nth-child(3):hover~#indicator {
  left: 36%;
  background: linear-gradient(130deg, #ff497c, #ff497c);
}

.navi a:nth-child(4):hover~#indicator {
  left: 56%;
  background: linear-gradient(130deg, #ff497c, #ff497c);
}

.navi a:nth-child(5):hover~#indicator {
  left: 72%;
  background: linear-gradient(130deg, #ff497c, #ff497c);
}

.navi a:nth-child(6):hover~#indicator {
  left: 88%;
  background: linear-gradient(130deg, #ff497c, #ff497c);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Ensure it's on top of other content */
  background-color: rgba(0, 0, 0, 0.8); /* Dark background color */
  transition: background-color 0.3s ease;
  padding-bottom: 15px;
}


/*  CTA HERO SECTION  */



.cta-hero {
  background-image: url('https://webdevsters.com/images/design2-1920x810.jpg'); /* Replace 'background-image.jpg' with your image */
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
  margin-top: 50px;
}

.cta-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-hero-content h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.cta-hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.btn-cta-hero {
  color: #fff;
  background-color: #ff497c;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-cta-hero:hover {
  background-color: #e04074;
}

@media screen and (max-width: 768px) {
  .cta-hero-content {
    padding: 0 20px;
  }

  .cta-hero-content h1 {
    font-size: 2.5em;
  }

  .cta-hero-content p {
    font-size: 1em;
  }
}


/*  HERO SECTION  */



.hero {
  background-image: url('https://themajorinc.com/images/laptop-5421966_1280.jpg'); /* Replace 'background-image.jpg' with your image */
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
  margin-top: 50px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.btn-hero {
  color: #fff;
  background-color: #ff497c;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-hero:hover {
  background-color: #e04074;
}

@media screen and (max-width: 768px) {
  .hero-content {
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 2.5em;
  }

  .hero-content p {
    font-size: 1em;
  }
}

/*Portfolio introduction*/

.port-intro {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center; /* Center text */
    margin: 0 25%; /* Apply margin to left and right */
    color: #fff; /* Ensure text color is set for the entire section */
}

.port-intro h1 {
    font-size: 36px; /* Original font size */
}

.port-intro p {
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .port-intro {
        margin: 0 10%; /* Reduce margin for smaller screens */
    }

    .port-intro h1 {
        font-size: 28px; /* Adjust font size for smaller screens */
    }

    .port-intro p {
        font-size: 16px; /* Optional: Adjust paragraph font size for readability */
    }
}

@media (max-width: 480px) {
    .port-intro {
        margin: 0 5%; /* Further reduce margin for very small screens */
    }

    .port-intro h1 {
        font-size: 24px; /* Further adjust font size for very small screens */
    }

    .port-intro p {
        font-size: 14px; /* Optional: Further adjust paragraph font size for readability */
    }
}



/*  Dynamic Cards  */



.port-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Card Layout Styles */
.port-card-column {
    width: 50%;
    float: left;
    padding: 4%;
    box-sizing: border-box;
}

.port-column-1 {
    padding-top: 100px;
}

.port-card {
    width: 92%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #EB5160;
    color: #fff;
    cursor: pointer;
    margin-bottom: 60px;
}

.port-border {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px;
    border: 1px solid #fff;
    opacity: 0.5;
    left: -6px;
    top: -6px;
}

.port-card h1 {
    display: inline-block;
    position: relative;
    padding: 190px 0px 100px 10px;
    width: 90%;
}

.port-card > img {
    width: 90%;
    position: absolute;
    top: -6%;
    left: -6%;
}

.port-card-color-0 {
    background-color: #99A6AC;
}

.port-card-color-1 {
    background-color: #E3C178;
}

.port-card-color-2 {
    background-color: #5AA1E3;
}

.port-card-color-3 {
    background-color: #D6A989;
}

.port-card-color-4 {
    background-color: #49C5BC;
}

.port-card-color-5 {
    background-color: #31C77F;
}

/* Expanded Content Styles */
.port-cover {
    position: fixed;
    background: #EB5160;
    z-index: 100;
    transform-origin: 50% 50%;
}

.port-open-content {
    width: 100%;
    z-index: 110;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.port-open-content img {
    position: relative;
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    z-index: 5;
}

.port-open-content .port-text {
    background: #fff;
    margin-top: -56%;
    padding: 60% 5% 5% 5%;
    text-align: center;
    width: 80%;
    margin-left: 5%;
    margin-bottom: 5%;
}

.port-open-content .port-text h1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 44px;
	color: #333;
}

.port-open-content .port-text p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.port-open-content .port-text .port-column {
    display: inline-block;
    width: 35%;
    margin-right: -10%;
    margin-left: 2%;
    box-sizing: border-box;
    vertical-align: top;
}

@media screen and (max-width: 600px) {
    .port-open-content .port-text .port-column {
        width: 100%;
        margin-right: 0;
    }
}

.port-open-content .port-text .port-column-image {
    width: 35%;
    vertical-align: top;
    transition: box-shadow 0.3s ease-in-out;
}

/*.port-open-content .port-text .port-column-image:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
} */

.port-open-content .port-text .port-column-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.port-close-content {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
}

.port-close-content span {
    background: #222;
    width: 30px;
    height: 6px;
    display: block;
    position: absolute;
    top: 14px;
}

.port-x-1 {
    transform: rotate(45deg);
}

.port-x-2 {
    transform: rotate(-45deg);
}

/* Transition Styles */
.port-card {
    transition: opacity 200ms linear 320ms, transform 200ms ease-out 320ms;
}

.port-border {
    transition: opacity 200ms linear, transform 200ms ease-out;
}

.port-card img {
    transition: opacity 200ms linear 0ms, transform 200ms ease-in 0ms;
}

.port-card h1 {
    transform: translate3d(20%, 0px, 0px);
    transition: opacity 200ms linear 120ms, transform 200ms ease-in 120ms;
}

/* Clicked Card Styles */
.port-card.clicked img {
    transform: translate3d(0px, -40px, 0px);
    opacity: 0;
}

.port-card.clicked .port-border {
    opacity: 0;
    transform: scale(1.3);
}

.port-card.out,
.port-card.out img {
    transform: translate3d(0px, -40px, 0px);
    opacity: 0;
}

.port-card.out h1,
.port-card.clicked h1 {
    transform: translate3d(20%, -40px, 0px);
    opacity: 0;
}

/* Cover Animation Transition */
.port-cover {
    transition: transform 300ms ease-in-out;
}

/* Open Content Transition */
.port-open-content {
    transition: opacity 200ms linear 0ms;
}

/* Open Content Animation */
.port-open-content.open {
    opacity: 1;
    pointer-events: all;
    transition-delay: 1000ms;
}

/* Color Palette Styles */
.port-color-palette {
    display: block;
    width: 160px;
    height: 160px;
    margin-right: 50px;
    margin-left: 50px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.33);
    border-radius: 50%;
    transition: all 0.3s;
}

.port-color-palettes-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.port-color-palettes-section .port-color-palette {
    display: inline-block;
}

.port-color-palettes-section .port-color-palette:last-child {
    margin-right: 0;
}

.port-color-palette + .port-color-palette {
    margin-top: 20px;
}

.port-color-palette:hover {
    transform: scale(1.0);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4);
}

.port-two-column-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh; /* Adjust the height as needed */
}

.port-two-column-container .port-font-column {
    width: 45%; /* Adjust the width of each column as needed */
    margin: 0 auto; /* Center the column horizontally */
}

/* Responsive Styles */
@media only screen and (max-width: 768px) {
    .port-card-column {
        width: 100%;
    }

    .port-card {
        margin-bottom: 40px;
    }
}


/*  INDUSTRIES SECTION  */


.industries-projects .columns {
    display: flex;
    justify-content: space-between;
}

.industries-projects .column {
    flex: 1;
    /* Optional: add some padding or margin for spacing between columns */
    padding: 0 15px;
}

/* Style adjustments for the list */
.industries-projects ul {
    list-style-type: none; /* Removes default list styling */
    padding: 0;
}

.industries-projects li {
    line-height: 1.6; /* Adjust line height for better readability */
    padding: 5px 0; /* Adds some vertical spacing between list items */
}

.industries-projects li:hover {
    color: #ff497c; /* Change to your desired color */
}


/*  SLIDER  */


.slider {
  background: #150f21;
  /*box-shadow:;*/
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 200;
  width: 100%;
}

.slider::before,
.slider::after {
  /*background: linear-gradient(to right, rgba(255, 73, 124, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slide {
  height: 100px;
  width: 250px;
  margin-top: 45px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}


/*  CTA BANNER  */

.big {
	font-size: 45px;
}

.parallax {
  /* The image used */
  background-image: url('path-to-your-background-image.jpg');
  
  /* Full height */
  height: 100%;
  
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Style for the content container */
.content {
	margin-top: 0px;
  height: auto;
  padding: 60px 20px; /* Adjust padding as necessary */
  display: flex;
  flex-direction: column; /* Align children vertically */
  align-items: center;
  background-color: #150f21;
}

.outside-title {
  color: #fff; /* Theme color for the title */
  margin-bottom: 30px; /* Space between title and subscription box */
  text-align: center; /* Center the title */
  font-size: 45px;
}

.cta-container {
  margin-bottom: 50px;
  text-align: center;
  background-color: #e9ecef; /* Solid white background for the subscription box */
  padding: 60px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add some shadow for depth */
  width: 43%; /* Adjust as necessary */
  margin-left: -15px;
  margin-right: -15px;
  text-align: left;
  color: #333;
}

.cta-banner p {
  margin: 0 0 20px 0;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 17px;
}

.cta-button {
  background-color: #0056b3;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #003580;
}


/*  FOOTER  */


footer {
    background-color: #212121; /* Change the background color as needed */
    color: #fff; /* Change text color as needed */
    padding: 0px 0; /* Adjust padding as needed */
}

/* Footer Container */
.footer-container {
    max-width: 1200px; /* Adjust maximum width as needed */
    margin: 0 auto; /* Center the footer container */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Footer Column */
.footer-column {
    flex-grow: 1;
    flex-basis: 16.66667%; /* Set the basis width for all columns */
    margin-bottom: 0px; /* Adjust margin between columns as needed */
    padding: 30px;
}

/* Set the width of the first column to 25% */
.footer-column:first-child {
    flex-basis: 25%;
}

/* Footer Brand */
.footer-brand img {
    max-width: 100%; /* Ensure the logo does not exceed its container */
    margin-top: 27px; /* Adjust margin as needed */
}

/* Footer Links */
.footer-column h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #FFFAFA;
    margin-top: 30px;
}

.footer-column p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #9b9b9b;
}

.footer-column ul {
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove default padding */
}

.footer-column ul li {
    margin-bottom: 10px; /* Adjust margin between links as needed */
}

.footer-column ul li a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #989898;
    text-decoration: none;
}

.footer-column ul li a:hover {
    color: #ff497c; /* Change color on hover */
}

.footer-column hr {
    border-color: #989898; /* Change the color of the <hr> */
	opacity: 0.2;
}

/*  BAck to top  */


.ui-to-top.icon-circle {
    line-height: 31px;
    width: 35px;
    height: 35px;
}

.ui-to-top.active {
    transform: translateY(0);
}

.icon-xs.icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
}

a.icon {
    transition: .3s;
}

@media (min-width: 480px) {
    .ui-to-top {
        right: 15px;
        bottom: 15px;
        z-index: 12;
        position: fixed;
        color: #ff1654;
        box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.15);
        overflow: hidden;
        z-index: 1;
        transform: translateY(100px);
    }

    .icon-circle {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        font-size: 32px;
        line-height: 70px;
        text-align: center;
        border: 2px solid;
        color: #ff497c;
    }

    .icon {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-size: 54px;
        line-height: 56px;
        font-style: normal;
    }
}







.e-wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.e-wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.e-wrapper .e-nav-links {
  display: inline-flex;
}

.e-nav-links {
  position: relative;
  display: flex;
}

.e-nav-links .e-nav-indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #f2f2f2;
  width: 0;
  /* Start with no width */
  transition: left 0.3s ease, width 0.3s ease;
  /* Smooth transitions for left and width */
}

.e-nav-links li {
  list-style: none;
  padding-top: 20px;
}

.e-nav-links li a {
  color: #f2f2f2;
  font-family: Poppins, Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  /* To ensure the hover effect works well */
  display: inline;
  /* To manage width for the underline */
  overflow: hidden;
  /* Keeps pseudo-element contained */
  text-transform: uppercase;
}

.e-nav-links li a:hover {
  background: none;
}

.e-nav-links .mobile-item {
  display: none;
}

.e-nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.e-nav-links li:hover .drop-menu,
.e-nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.e-nav-links::after {
  content: '';
  position: absolute;
  height: 3px;
  /* Height of the indicator line */
  width: 0;
  /* Start with no width */
  background-color: #ff497c;
  /* Color of the indicator line */
  bottom: 0;
  /* Position at the bottom of the nav-links */
  left: 0;
  transition: all 0.3s ease;
  /* Smooth transition for moving the line */
}

.e-nav-links li:hover::after {
  width: 100%;
  /* Full width of the link */
}

.e-nav-links li:hover a::after {
  width: calc(100% - 30px);
  /* Adjust width if necessary */
  left: 15px;
  /* Center the line under the link */
}

.e-nav-links li a::after {
  content: '';
  position: absolute;
  height: 3px;
  /* Height of the indicator line */
  width: 100%;
  /* Match the width of the link */
  background-color: #ff497c;
  /* Color of the indicator line */
  bottom: 0;
  /* Position at the bottom of the link */
  left: 0;
  transform: scaleX(0);
  /* Start with no horizontal scale */
  transition: transform 0.3s ease-out;
  /* Smooth transform transition */
}

.e-nav-links li a:hover::after {
  transform: scaleX(1);
  /* Scale to full width on hover */
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.e-wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.e-wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .e-wrapper .btn {
    display: block;
  }

  .e-wrapper .e-nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.e-nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .e-nav-links li {
    margin: 0px 0px;
  }

  .e-nav-links li a {
    padding: 0 0px;
    display: block;
    font-size: 20px;
  }

  .e-nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  .e-nav-links .desktop-item {
    display: none;
  }

  .e-nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .e-nav-links .mobile-item:hover {
    background: #3A3B3C;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

nav input {
  display: none;
}

nav {
  position: fixed;
  /* Keeps the nav bar fixed at the top of the viewport */
  top: 0;
  /* Aligns the nav bar at the top */
  width: 100%;
  /* Ensures it spans the full width of the viewport */
  z-index: 99;
  /* Keeps the nav bar above other content */
  background: #000;
  /* Sets a background color */
}

.btn.menu-btn i,
.btn.close-btn i {
  font-style: normal;
  /* Ensure icons are not italic */
  transform: rotate(0deg);
  /* Ensure icons are not rotated */
  color: #fff;
  /* Example: setting color to white */
  font-size: 24px;
  /* Example: setting icon size */
}

.e-nav-links li a.active {
  color: #ff497c;
  /* Example: change text color to indicate active state */
  background-color: none;
  /* Optional: add a background color if needed */
}

/* Set the width and position of the indicator based on the active link */
.e-nav-links li a.active+.nav-indicator {
  width: 100%;
  /* Adjust as needed */
  left: 0;
  /* Adjust if your 'Home' link is not the first item */
}










[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
*, *::before, *::after {
    box-sizing: border-box;
}

.e-wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}