body {
  background-color: #121212;
  font-family: Poppins, sans-serif;
  color: #cdcdcd;
  margin: 0;
  padding: 0;
}

.borrower-hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem;
}

.lender-hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem;
  background-color: #cdcdcd;
}

.borrower-box,
.lender-box {
  flex: 1;
  max-width: 50%;
  padding-right: 2rem;
}

.model {
  flex: 1;
  max-width: 25%;
  margin-left: -130px;
  margin-bottom: -32px;
  object-fit: cover;
}

.model-lender {
    flex: 1;
    max-width: 25%;
    margin-left: -130px;
    margin-bottom: -32px;
    object-fit: cover;
  }
  

.borrower-container {
  width: 100%;
  margin-top: 2rem;
  background-color: #121212;
}

.lender-container {
  width: 100%;
  margin-top: 2rem;
  background-color: #cdcdcd;
}

.pitch-for-borrowers {
  font-size: 2.8rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  color: #cdcdcd;
  margin-bottom: 1rem;
}

.pitch-for-lenders {
  font-size: 2.8rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  color: #191919;
  margin-bottom: 1rem;
}

.changebox {
  color: #c58d68;
  overflow: hidden;
  transition: 0.5s;
  white-space: nowrap;
  font-size: 2.8rem;
  margin: 0 auto;
  line-height: 1.3;
  text-align: left;
  max-width: 90%;
}

.cta-subtext {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #797979;
  font-weight: 500;
  font-size: 1.2rem;
}

.iframe-container {
  position: relative;
  height: 785px; /* Default height for 22" screens */
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: relative;
  left: 0;
  width: 100%;
  height: 900px;
  margin-bottom: 0;
  border: 0;
}

.iframe-container-lender {
    position: relative;
    height: 785px; /* Default height for 22" screens */
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden;
  }
  
  .iframe-container-lender iframe {
    position: relative;
    left: 0;
    width: 100%;
    height: 900px;
    margin-bottom: 0;
    border: 0;
  }

.requisitos-caja{
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  color: #cdcdcd;
  border-radius: 2em;
  background-color: #191919;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto 20px auto; /* Center horizontally and add bottom margin */
  margin-top: -15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center items vertically within the box */
}

.requisitos-caja-lender {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    color: #cdcdcd;
    border-radius: 2em;
    background-color: #191919;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 20px auto; /* Center horizontally and add bottom margin */
    margin-top: -15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center items vertically within the box */
  }

.square-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.square {
  background-color: #121212;
  border-radius: 10px;
  padding: 20px;
  padding: 1rem;
  border-radius: 8px;
  text-align: left;
}

.square img {
  width: 50px;
  height: 50px;
}

/* For screens 1024px to 1439px (approximately 19" monitors) */
@media (min-width: 1024px) and (max-width: 1439px) {
  .changebox {
    margin-top: -45px;
    max-width: 70%;
    margin-left: 410px;
    font-size: 1em;
  }
  .model {
    max-width: 35%;
    margin-left: -110px !important;
  }

  .model-lender {
    max-width: 35%;
    margin-left: -100px;
  }

  .requisitos-caja {
    margin-top: 20px;
  }
  .cta-subtext {
    color: #797979;
    font-weight: 500;
    font-size: 1.1rem;
    width: 600px;
  }

  .borrower-container,
  .lender-container {
    width: 80%;
  }

  .pitch-for-borrowers,
  .pitch-for-lenders {
    font-size: 2em;
  }

  .borrower-hero-section {
    width: 1370px; /* Set width for 19" monitors */
  }

  .lender-hero-section {
    width: 1370px; /* Set width for 19" monitors */
  }
}

/* For screens 1440px to 1920px (22" monitors) */
@media (min-width: 1440px) and (max-width: 1920px) {
  .changebox {
    margin-top: -55px;
    max-width: 65%;
    margin-left: 610px;
}
.model{
    margin-left: 1px;
}
}



/* For screens larger than 1680px */
@media (min-width: 1681px) {
  .changebox {
    margin-top: -65px;
    max-width: 60%;
    margin-left: 580px;
  }
}

/* (1680x1050) WSXGA+ Display */
@media  screen and (max-width: 1680px) {
     .changebox {
    margin-top: -65px;
    max-width: 60%;
    margin-left: 150px;
  } 
}


/* For mobile screens and tablets (up to 768px) */
@media (max-width: 768px) {
  .changebox {
    margin-top: -45px;
    margin-left: 40px;
  }

  .cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .requisitos-caja, .requisitos-caja-lender {
    margin-top: 20px;
    width: 90%;
  }

  #warningModal .modal-content {
    top: 60% !important;
    width: 70% !important;
    left: 47% !important;
    height: auto;
    transform: translate(-50%, -50%); /* Center the modal */
  }

  .borrower-hero-section {
    margin-top: 190px;
  }
}

.changebox span {
  display: block;
}

/* Dropdown styles */
.dropbtn {
  cursor: pointer;
  list-style: none;
}

.dropbtn:hover,
.dropbtn a:hover {
  font-weight: 700;
  color: #fff;
}

.dropbtn a {
  color: inherit;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #191919;
  border-radius: 25px;
  color: #cdcdcd;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  left: 0;
}

.dropdown-content a {
  color: #cdcdcd;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #222222;
  color: #fff;
  font-weight: 700;
  border-radius: 25px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Warning Modal styles */
#warningModal {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 60px;
}

#warningModal .modal-content {
  background-color: #060606;
  font-family: Poppins, sans-serif;
  color: #cdcdcd;
  padding: 40px;
  border-radius: 10px;
  width: 400px;
  max-width: 90%; /* Adjusts the width on smaller screens */
  margin: auto; /* Centers horizontally */
  position: absolute; /* Allows for vertical centering */
  top: 50%; /* Moves to the center vertically */
  left: 50%; /* Moves to the center horizontally */
  transform: translate(-50%, -50%); /* Adjusts to the true center */
}

#warningModal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#warningModal .close:hover,
#warningModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.textcentering-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dominican-pride {
  margin-top: 20px;
  color: #cdcdcd;
  justify-content: center;
}

.bandera {
  width: 25px;
  margin-right: 10px;
}

.layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.column {
  flex: 1;
  padding: 10px;
}

.column-complementary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.lender-text {
  font-size: 2.8rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  color: #191919;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .borrower-hero-section {
    flex-direction: column;
    padding: 1rem;
  }

  .lender-hero-section {
    flex-direction: column;
    padding: 1rem;
  }

  .mobile-menu {
    height: 25vh;
  }

  .lender-box,
  .model {
    max-width: 100%;
    padding-right: 0;
  }

  .model-lender {
    max-width: 100%;
    padding-right: 0;
  }

  .borrower-box {
    max-width: 100%;
    padding-right: 0;
  }

  .model {
    margin-top: 2rem;
    margin-left: 0;
  }

  .model-lender {
    margin-top: 2rem;
    margin-left: 0;
  }

  .pitch-for-borrowers,
  .changebox,
  .lender-text {
    font-size: 2rem;
  }

  .pitch-for-lenders {
    font-size: 2rem;
  }

  .layout {
    flex-direction: column;
  }

  .column,
  .column-complementary {
    width: 100%;
  }
}

.registrate {
  margin-bottom: 0;
  font-size: 25px;
  text-align: left;
}

.hora {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
}

/* nav bar related code */

.navbar__container {
  color: #cdcdcd;
  align-items: center;
  min-height: 75px;
  height: auto;
  padding: 10px 30px;
  display: flex;
  flex-direction: row;
  background: #121212;
  position: sticky;
  top: 0;
  width: 100%;
  right: 0;
  left: 0;
  transition: background, color 0.5s ease-in-out;
  z-index: 1000;
}

.spacer {
  flex-grow: 0.8 !important;
}

.navbar__links {
  list-style-type: none;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

.navbar__links li {
  list-style-type: none;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.navbar__links li:hover {
  color: white;
}

.logo img {
  height: 40px;
  margin-left: -10px;
}

.desktop-menu {
  display: flex;
  align-items: center;
}

.desktop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.desktop-menu li {
  position: relative;
}

.desktop-menu a {
  text-decoration: none;
  color: #cdcdcd;
  padding: 10px 15px;
  display: block;
  position: relative;
}

.cta-buttons {
  display: flex;
}

.cta-buttons-bar {
  margin-right: 10px;
}

.sidenav {
  height: 30%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: 20px;
  border-radius: 25px;
  background-color: #191919;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  cursor: pointer;
  list-style: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #191919;
  border-radius: 25px;
  color: #cdcdcd;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  left: 0;
}

.dropdown-content a {
  color: #cdcdcd;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar-toggler {
  margin-top: -5px !important ;
  background-color: transparent !important;
  color: #cdcdcd;
}

@media screen and (min-width: 0px) {
  #navToggle {
    display: block;

    border: none;

    border-radius: 15px;

    margin-top: -20px;

    padding: 10px;
  }

  .navbar__links {
    display: none;
  }

  .cta-buttons-bar {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  #navToggle {
    display: none;
  }

  .navbar__links {
    display: flex;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
    width: 100%;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* Hide scrollbar for iframe content */
.no-scrollbar::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.no-scrollbar {
  -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

@media screen and (max-width: 468px) {
  .cta-prestame {
    width: 95%;
    margin-top: 40px;
  }

  .cta-prestar {
    margin-top: 15px;
    width: 95%;
  }

  .cta-prestar-grey {
    margin-top: 15px;
  }

  .requisitos-caja-lender {
    margin-top: -280px;
  }

  .iframe-container {
    height: 1200px; /* Set iframe height to 100% of container height */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .iframe-container iframe {
    width: 100%;
    height: 100%; /* Set iframe height to 100% of container height */
  }

  .iframe-container-lender {
    height: 1000px; /* Set iframe height to 100% of container height */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .iframe-container-lender iframe {
    width: 100%;
    height: 100%; /* Set iframe height to 100% of container height */
  }

  .pitch-for-borrowers {
    font-size: 2.4em;
  }

  .pitch-for-lenders {
    font-size: 2.3em;
  }

  .closebtn {
    margin-top: 20px;
  }

  .changebox {
    font-size: 1em;
    margin-left: 135px;
    margin-top: -55px;
  }

  .model {
    width: 50%;
  }

  .model-lender {
    width: 50%;
  }


  .navbar__container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    padding: 1rem;
  }

  .cta-subtext {
    text-align: justify;
  }

  .sidenav {
    margin-top: 200px;
  }

  .model {
    margin-bottom: -10px;
  }

  .model-lender {
    margin-bottom: -10px;
  }

  .navbar-toggler {
    margin-left: 220px;
    margin-top: -55px !important;
    background-color: transparent !important;
    color: #cdcdcd;
  }

  .tasas {
    font-size: 0.2rem;

    font-weight: 600;
  }
}

/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: relative;
  background-color: #121212;
  height: auto;
  align-items: center;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}

.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}

.footer .col ul li a {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  text-decoration: none;
}

.footer .col ul li a:hover {
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  text-decoration: none;
}

.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .col {
    width: 50%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

.social-media-icons li i {
  color: #999999; /* Change this color as needed */
  font-size: 32px; /* Adjust size as needed */
}

.social-media-icons li i:hover {
  color: #fff; /* Change this color as needed */
  font-size: 32px; /* Adjust size as needed */
}

/* THE FOOTER ENDS HERE */

/* WhatsApp Floating Button Styles */
.whatsapp_float {
  position: fixed;
  width: 70px;
  height: 60px;
  bottom: 50px;
  right: 20px;
  z-index: 100;
}

.whatsapp_float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.monetus-logo {
  width: 15%;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: Poppins;
  z-index: 1000; /* High z-index to stay on top */
  position: sticky;
  transition: background, color 0.5s ease-in-out;
  background-color: #121212;
  color: #cdcdcd;
  min-height: 75px;
  height: auto;
  padding: 10px 30px;
  flex-direction: row;
  position: sticky;
  top: 0;
}

.logo {
  font-size: 1.5em;
}

.nav-buttons {
  display: flex;
}

.left-buttons {
  margin-right: 20px; /* Space between left buttons and the right side */
}

.right-buttons {
  margin-left: auto; /* Pushes the right buttons to the far end */
  display: flex; /* Ensures that right buttons are displayed as flex items */
  background-color: #121212;
}

.cta-prestame {
  border: none;
  background-color: #cdcdcd;
  color: #121212;
  padding: 15px 20px;
  border-radius: 50px;
  font-family: Poppins;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 300px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.cta-prestarme:hover {
  border: none;
  background-color: #191919;
  color: #fff;
  padding: 15px 20px;
  border-radius: 50px;
  width: 300px;
  cursor: pointer;
}

.cta-prestarme {
  border: none;
  background-color: #cdcdcd;
  color: #121212;
  padding: 15px 20px;
  border-radius: 50px;
  font-family: Poppins;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.cta-prestame:hover {
  border: none;
  background-color: #191919;
  color: #fff;
  padding: 15px 20px;
  border-radius: 50px;
  width: 300px;
  cursor: pointer;
}

.cta-prestar {
  border: none;
  background-color: #191919;
  color: #cdcdcd;
  padding: 15px 20px;
  border-radius: 50px;
  width: 300px;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.cta-prestar:hover {
  border: none;
  background-color: #191919;
  color: #fff;
  padding: 15px 20px;
  width: 300px;
  font-weight: 700;
  border-radius: 50px;
  margin-left: 10px;
  cursor: pointer;
}

.cta-prestar-grey {
  border: none;
  background-color: #333;
  color: #cdcdcd;
  padding: 15px 20px;
  border-radius: 50px;
  width: 300px;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.cta-prestar-grey:hover {
  border: none;
  background-color: #191919;
  color: #fff;
  padding: 15px 20px;
  width: 300px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
}

.cta-saber {
  border: none;
  background-color: #191919;
  color: #cdcdcd;
  padding: 15px 20px;
  border-radius: 50px;
  width: 300px;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 700;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.cta-saber:hover {
  background-color: #191919;
  color: #fff;
  font-weight: 700;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  position: relative; /* Ensure proper positioning */
}

.bar {
  width: 30px; /* Increased width for better visibility */
  height: 3px;
  background-color: #cdcdcd;
  margin: 3px 0;
  transition: all 0.3s ease; /* Smooth transition for changing state */
}

.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 1px 1px;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 1px 1px;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #191919;
  width: 200px;
  padding: 10px;
  z-index: 1000;
}

.mobile-menu.display {
  display: block;
}

.mobile-menu .nav-button {
  display: block;
  margin: 10px 0;
}

.close-btn {
  background: none;
  border: none;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-left: 10px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .left-buttons {
    display: none; /* Hide left buttons on smaller screens */
  }
  .hamburger {
    display: flex;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .mobile-menu {
    width: 100%;
  }
  .right-buttons {
    display: flex;
    flex-direction: column; /* Display right buttons in a column on mobile devices */
    position: absolute;
    top: 60px; /* Adjust as needed to fit your layout */
    right: 0;
    width: 100%;
    padding: 10px;
    z-index: 1000;
  }

  .hamburger{
    margin-left: 40px;
  
  }

  .cta-prestame {
    margin-left: 40px;
  }
  .cta-prestar {
    margin-left: 40px;
  }

  .monetus-logo {
    width: 50%;
  }
}

/* Dropdown button */
.dropbtn {
  cursor: pointer;
  list-style: none;
}

.dropbtn:hover {
  font-weight: 700;
  color: #fff;
}

.dropbtn a {
  color: inherit; /* This will make the link color match its parent */
  text-decoration: none; /* This removes the underline */
}

.dropbtn a:hover {
  color: inherit; /* This will make the link color match its parent */
  text-decoration: none; /* This removes the underline */
  font-weight: 700;
  color: #fff;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #191919;
  border-radius: 25px;
  color: #cdcdcd;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%; /* Position the dropdown content below the dropdown button */
  left: 0; /* Align dropdown content to the left */
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #cdcdcd;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #222222;
  color: #fff;
  font-weight: 700;
  border-radius: 25px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.navbar__links {
  list-style-type: none;
  display: flex;
  margin: 0;
  color: #cdcdcd;
  flex-wrap: wrap;
}
.navbar__links li {
  list-style-type: none;
  padding: 0px 20px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.navbar__links li:hover {
  color: white;
}

.mobile-menu {
  background-color: #191919;
  transition: all 2s ease-in-out;
  width: 25%;
  height: 100vh;
  display: none;
}

.mobile-menu ul {
  overflow: hidden;
  list-style-type: none;
  padding-top: 50%;
  margin: 0;
}

.mobile-menu li {
  display: block;
  margin: 0;
  padding: 5% 50px;
  width: 100%;
  transition: background-color 0.5s;
}

.mobile-menu li:hover {
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
}

.mobile-menu li a {
  color: #cdcdcd;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 1.6em;
  transition: all 0.5s;
}

.mobile-menu.active {
  display: block;
  animation: fade-renamed 0.5s;
  color: #cdcdcd;
}

@media screen and (max-width: 1360px) {
  .header-renamed h1 {
    font-size: 3em;
    left: 35%;
  }

  .mobile-menu {
    width: 30%;
    margin-top: 20px;
  }

  .mobile-menu ul {
    padding-left: 0;
  }

  .mobile-menu li {
    padding: 3% 0;
    font-size: 1.6em;
  }

  .mobile-menu li a:hover {
    color: #fff;
  }

  .mobile-menu li a {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .hamburger-renamed {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
  }

  .header-renamed h1 {
    left: 23%;
    top: 50%;
    font-size: 1.4em;
  }

  .mobile-menu {
    width: 100%;
    height: 25vh;
  }

  .mobile-menu ul {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .mobile-menu li {
    padding: 14px 20px;
  }

  .mobile-menu li a {
    font-size: 1em;
    padding: 14px 16px;
  }

  .mobile-menu li:hover {
    letter-spacing: 0px;
    color: #fff;
  }
}
