<html>
<head>
<title> </title>
<style>
hr {
  border: none;
  border-top: 1px solid #000; /* Change color as needed */
  margin: 20px 0; /* Adjust spacing as needed */
}

/* Make navigation menu text as bold as 'MASGARTI.dev' */
.navbar-nav li a {
    font-weight: 900; /* Maximum bold */
    font-size: 20px;
    text-shadow: #034595; /* Slight outline effect */
    display: flex;
    justify-content: flex-end; /* Aligns items to the right */
    width: 100%; /* Ensures it takes full width */
}

/* For dropdown menu items */
.dropdown-menu li a {
    font-weight: 900;
    font-size: 18px;
}

/* For mobile menu items */
@media (max-width: 991px) {
    .navbar-nav li a {
        font-size: 16px;
        font-weight: 900;
    }
}

.banner-single-content-logo, 
.banner-single-content-logo * {
    display: none !important;
}

.brand-area::before {
    content: "Our Partners";
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: black; /* Adjust color as needed */
    margin-bottom: 70px; /* Increased space below */
}

@font-face {
    font-family: 'Poppins';
    src: url('path-to-your-poppins-font.woff2') format('woff2'),
         url('path-to-your-poppins-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}


.preview-area {
    padding-top: 30px !important; /* Adjust the value as needed */
}

.choose-wrapper-shapes {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Adjust as needed */
    width: 100%;  /* Adjust as needed */
    position: relative;
}

.choose-wrapper-shapes img {
    max-width: 100%; /* Ensures the image scales properly */
    max-height: 100%; /* Adjust if needed */
    transform: translateY(-20px); /* Moves the image up */
}



/* Extra content on Newsletter sectionn */
/* .newsletter-contents-para::after {
    content: "📢 Stay Updated! Subscribe for exclusive insights, industry trends, and special offers.";
    display: block;
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 10px;
}

.newsletter-contents-para::after {
    content: "📢 Stay Updated!" attr(data-highlight) " Subscribe for exclusive insights, industry trends, and special offers.";
} */
/* Newsletter section have completd */

/* p tag to h4 */
.banner-single-content-para {
    display: block; /* Ensures it behaves like a block element */
    font-size: 24px; /* h4 default size */
    font-weight: 600; /* h4 font weight */
    margin: 0 0 15px; /* Adjust margin to match h4 */
    text-transform: none; /* Keeps normal case */
  padding-top: 20px;
  line-height: 40px;
} /* */

.banner-single-content-para::after {
    content: "Unlock Endless Opportunities \A"
             "⚡ Work with the best in the industry \A"
             "🚀 Access high-impact projects \A"
             "📈 Grow your career and skills";
    white-space: pre-line; /* Ensures line breaks */
    display: block;
    font-size: 18px; /* Adjust for h4 */
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.8;
  
    }
.banner-single-content-para::after span::first-child{
  color: black; /* first line in black.... */
    font-weight: bold;
}
.banner-single-content-para::after span {
    color: #034595; /* Other lines in blue */
}

.choose-contents-list-item span {
  font-weight: bold !important;
  color: black !important;
}

/* navbar size reducing for small devices */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-area .nav-container.bg-white {
        padding: 2px;
    }
}

/* 1. Hide the empty <i> element inside the Pricing Plans link */
.navbar-nav li a i {
    display: none;
}

/* 2. Align all nav links consistently */
.navbar-nav li a {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    vertical-align: middle;
    line-height: 1.5;
}
/* navbar size reducing for small devices */


@media only screen and (max-width: 1024px) {
  body,
  h1, h2, h3, h4, h5, h6,
  p, a, li, span, div,
  .single-work-contents-title,
  .section-title .title {
    font-size: 90% !important;
  }
}



/* Remove hover effects for the work-area cards only */
.work-area .single-work:hover,
.work-area .single-work:hover a,
.work-area .single-work:hover .single-work-contents-title {
  background: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
  transform: none !important;
  color: inherit !important;
}
/* Remove hover effects for the work-area cards only */

li[data-gateway="stripe"].selected::after,
li[data-gateway="stripe"].selected::before,
li[data-gateway="stripe"].active::after,
li[data-gateway="stripe"].active::before {
    content: none !important;
    display: none !important;
}

/* view plan - View Plans */
a.choose_plan {
    font-size: 0;
    color: transparent !important;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
}

a.choose_plan:hover {
    color: transparent !important;
    text-decoration: none !important;
}

a.choose_plan::before {
    content: "View plans";
    font-size: 14px;
    color: #000; /* your desired text color */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    pointer-events: none; /* prevents hover events on ::before */
}


/* view plan - View Plans */

.single-input.mt-0:nth-of-type(4) > label::after {
    content: " (Please enter with country code)";
    font-size: 13px;
    color: #888;
    margin-left: 6px;
}








    
<style>
</head>
<body>
<hr>

</body>
</html>