* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
}
header {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 10%;
  width: 100%;
  padding: 50px;
  /* background-color: red; */
  position: fixed;
  top:0px;
}
.header_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  background-color: #2563eb;
  gap: 8px;
  /* border: 1px black solid; */
  height: 65px;
  width: 65px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.header_button:hover{
  transform: scale(1.05);
  background-color: #1e293b;
}
.line1 {
  height: 3px;
  width: 30px;
  background-color: #f8fafc;
}
.line2 {
  height: 3px;
  width: 30px;
  background-color: #f8fafc;
}
.logo {
  height: 55px;
  width: auto;
  object-fit: contain;
  /* border: 1px black solid; */
}
.hero_section {
  display: flex;
  /* border: 1px black solid; */
  height: 70vh;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  /* background-color: red; */
  position:fixed;
  top:20%;
}
.hero_text {
  font-size: 14vh;
  font-family: "Manrope", sans-serif;
  line-height: 0.99;
  font-weight: 800;
  margin-bottom: 16vh;
  text-wrap: nowrap;
}
.hero_img {
  /* border:1px red solid; */
  height: 120%;
  margin-bottom: 15vh;
  width: auto;
  object-fit: contain;
}
.highlight {
  color: #2563eb;
}
.rectangle_cta {
  height: 150px;
  width: 100%;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  background-color: #1e293b;
  display: flex;
  align-items: center;
}
.main_cta {
  font-family: "Poppins", sans-serif;
  margin: 50px;
  height: 60px;
  width: 250px;
  background-color: #2563eb;
  color: #f8fafc;
  border-radius: 50px;
  font-size: 20px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.main_cta:hover{
    background-color: #1e293b;
    color: #f8fafc;
    border-radius: 20px;
    border: 2px #2563eb solid;
}
.secondary_cta {
  cursor: pointer;
  transition: all ease 0.3s;
  font-family: "Poppins", sans-serif;
  height: 60px;
  width: 250px;
  border: 2px #2563eb solid;
  background-color: #1e293b;
  color: #f8fafc;
  border-radius: 50px;
  font-size: 20px;
}
.secondary_cta:hover{
  border-radius: 20px;
  color: #f59e0b;
}
button {
  border: none;
  outline: none;
}
.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  z-index: 1;

  background: linear-gradient(to bottom, rgba(20, 17, 64, 100), transparent);
  /* filter: blur(20px);*/
}
.about_us {
  background-color: #1e293b;
  width: 100%;
  min-height: 100vh;
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 5px black solid; */
}
.about_title {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: 800;
}
.about_content {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 30px;
  text-align: center;
  width: 900px;
}
.bento_grid {
  font-family: "Poppins", sans-serif;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 2rem;
  width: 100%;
  margin: 0 auto;
  height: 800px;
  margin-bottom: 125px;
}
.bento_title {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.box4 {
  grid-column: span 2;
  margin-top: 15px;
}
.box5 {
  margin-top: 15px;
}
.box7 {
  grid-column: span 2;
  margin-top: 15px;
}
.box6 {
  margin-top: 15px;
}
.bento-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}
.bento-card:hover{
  transform:scale(1.04);
}

.blue {
  background-color: #2563eb;
}

.blue-light {
  background-color: #3b82f6;
}

.cream {
  background-color: #f8fafc;
  color: #0f172a;
}

.emoji {
  position: absolute;
  top: -2rem;
  left: 0.5rem;
  background: #1e293b;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bento_content {
  margin-top: 10px;
}
.how_it_works {
  position: relative;
  height: 120vh;
  width: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #f8fafc;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -20vh;
}
.how_it_works_title {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  margin-bottom: 150px;
  font-weight: 800;
  margin-top: 40px;
}
.cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.card1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 500px;
  width: 400px;
  background-color: #d9d9d9;
  border-radius: 30px;
  transition: all ease 0.3s;
}
.card1:hover{
  transform: scale(1.04);
}
.card2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 500px;
  width: 400px;
  background-color: #d9d9d9;
  border-radius: 30px;
  transition: all ease 0.3s;
}
.card2:hover{
  transform: scale(1.04);
}
.card3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 500px;
  width: 400px;
  background-color: #d9d9d9;
  border-radius: 30px;
  transition: all ease 0.3s;
}
.card3:hover{
  transform: scale(1.04);
}
.card_emoji {
  font-size: 40px;
  border-radius: 50%;
  background-color: #26b6f3;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2rem;
  position: relative;
}
.card_title {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
}
.card_content {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  margin-left: 40px;
  margin-right: 30px;
}
.title_card_content {
  font-weight: 600;
  position: relative;
  top: -35px;
}
.cta_recall {
  height: 350px;
  width: 100%;
  position: relative;
  top: -20vh;
  background: linear-gradient(90deg, #141140 0%, #26b6f3 100%);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta_title {
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.cta_button_recall {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  height: 60px;
  width: 250px;
  background-color: #fbedd9;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  font-size: 20px;
  transition: all ease 0.3s;
}
.cta_button_recall:hover{
  transform: scale(1.1);
}
.text_recall_cta_button {
  background: linear-gradient(90deg, #141140 0%, #26b6f3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer{
  background-color: #f8fafc;
  margin-top: -20vh;
  width: 100%;
  /* border: 3px red solid; */
  position: relative;
}
.footer_logo_img {
  height: 75px;
  width: auto;
  object-fit: contain;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer_img_title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer_title_color {
  color: #f59e0b;
}
.footer_logo_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  /* border: 1px black solid; */
}
.explore_footer {
  display: flex;
  flex-direction: column;
  margin-left: 2%;
}
.explore_footer_heading {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.footer_link {
  text-decoration: none;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
.freelancers_footer {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
}
.freelancers_footer_heading {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.footer_linkss {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  gap: 30%;
  margin-top: 30px;
}
.contact_us_footer {
  display: flex;
  flex-direction: column;
  margin-left: 2%;
}
.contact_us_footer_heading {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.footer_logo_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer_img_links {
  width: 200px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.img_footer {
  height: 50px;
  width: auto;
  object-fit: contain;
}
.footer_copyright {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
.why_freelynk{
  margin-top: 90vh;
  position:relative;
  top: -10vh;
}
.header_page {
  height: 100vh;
  width: 100%;
  background-color: rgba(30, 41, 59, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.header_page.active {
  transform: translateY(0);
}
.header_page_close {
  background-color: #2563eb;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all ease 0.3s;
  position: absolute;
  top: 50px;
  right: 50px;
}
.header_page_close:hover {
  transform: scale(1.05);
  background-color: #1e293b;
}
.line1_header_page {
  height: 3px;
  width: 30px;
  background-color: #f8fafc;
  transform: rotate(45deg) translateY(0px);
  position: absolute;
}
.line2_header_page {
  height: 3px;
  width: 30px;
  background-color: #f8fafc;
  transform: rotate(-45deg) translateY(0px);
  position: absolute;
}
.top_part{
  height: 10%;
  /* border: 2px red solid; */
  margin: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top_logo{
  height: 55px;
  width: auto;
  object-fit: contain;
}
.header_list {
  font-family: "Poppins", sans-serif;
  display: flex;
  font-size: 30px;
  flex-direction: column;
  color: white;
}
.header_element {
  padding-left: 50px;
  cursor: pointer;
  height: 96px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.header_element::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #2563eb;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.header_element:hover {
  color: #1e293b;
  padding-left: 100px;
}
.header_element:hover::before {
  transform: translateY(0);
}
.header_element > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .hero_text {
    font-size: 8vh;
  }
  
  .about_content {
    width: 80%;
  }
  
  .bento_grid {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  
  .box4, .box7 {
    grid-column: span 1;
  }
}

@media screen and (max-width: 992px) {
  .hero_section {
    flex-direction: column;
    height: auto;
    padding: 20px;
    text-align: center;
  }
  
  .hero_text {
    font-size: 6vh;
    margin-bottom: 5vh;
  }
  
  .hero_img {
    height: 80%;
    margin-bottom: 5vh;
  }
  
  .cards {
    flex-direction: column;
    gap: 50px;
  }
  
  .card1, .card2, .card3 {
    width: 80%;
  }
  
  .footer_linkss {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  
  .explore_footer, .freelancers_footer, .contact_us_footer {
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 20px;
  }
  
  .logo {
    height: 40px;
  }
  
  .header_button {
    height: 50px;
    width: 50px;
  }
  
  .line1, .line2 {
    width: 25px;
  }
  
  .about_title {
    font-size: 40px;
  }
  
  .about_content {
    font-size: 16px;
  }
  
  .bento_grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  
  .bento_title {
    font-size: 24px;
  }
  
  .how_it_works_title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  
  .cta_title {
    font-size: 32px;
  }
  
  .footer_logo_container {
    flex-direction: column;
    gap: 20px;
  }
  
  .footer_img_links {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .hero_text {
    font-size: 4vh;
  }
  
  .main_cta, .secondary_cta {
    width: 200px;
    font-size: 16px;
  }
  
  .rectangle_cta {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  
  .about_title {
    font-size: 32px;
  }
  
  .bento-card {
    padding: 1rem;
  }
  
  .emoji {
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
  }
  
  .card_title {
    font-size: 24px;
  }
  
  .card_content {
    font-size: 16px;
    margin: 20px;
  }
  
  .cta_button_recall {
    width: 200px;
    font-size: 16px;
  }
  
  .footer_img_title {
    font-size: 16px;
    text-align: center;
  }
  
  .footer_link {
    font-size: 14px;
  }
}

/* Fix for mobile viewport height issues */
@media screen and (max-height: 700px) {
  .hero_section {
    height: auto;
    min-height: 100vh;
  }
  
  .how_it_works {
    height: auto;
    min-height: 100vh;
  }
  
  .about_us {
    min-height: auto;
  }
}

.cursor-circle {
    width: 30px;
    height: 30px;
    background-color: rgba(30, 41, 59, 0.3);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transition: background-color 0.3s ease;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    will-change: transform;
}

.cursor-circle.dark {
    background-color: rgba(248, 250, 252, 0.3);
}

/* Hide cursor circle when hovering over clickable elements */
a:hover ~ .cursor-circle,
button:hover ~ .cursor-circle,
[role="button"]:hover ~ .cursor-circle,
.header_element:hover ~ .cursor-circle,
.project_button:hover ~ .cursor-circle {
    display: none;
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8fafc;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading-screen.fade-out {
    opacity: 0;
    pointer-events: none;
}

.loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.loading-logo {
    width: 150px;
    height: auto;
    animation: pulse 2s infinite;
}

.loading-bar {
    width: 200px;
    height: 4px;
    background-color: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.loading-progress {
    width: 0%;
    height: 100%;
    background-color: #2563eb;
    animation: loading 2s ease-in-out forwards;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes loading {
    0% { width: 0%; }
    100% { width: 100%; }
}