*{
    font-family:Arial;
}

.logo{
    width:15%;
    height:15%;
    padding-left:10%;
   
}

header{
    background-color:#ed2d26; /* Set header background color */
    padding: 10px; /* Add some padding to the header */
}

.header-logo{
    position:relative;
  }
  
  .header-links{
    position:absolute;
    top:35%;
    left:55%;
  }

nav ul {
    list-style: none; /* Remove default bullet points for list items */
    margin: 0;
    padding: 0;
    text-align: right; /* Center the navigation links */
}

nav li {
    display: inline-block; /* Display list items horizontally */
    margin: 0 10px; /* Add some spacing between list items */
}

nav li a {
    color:#fff; /* Set link text color */
    text-decoration: none; /* Remove underline from links */
    padding: 5px 10px; /* Add padding to the links for better click area */
    font-weight:Bold;
}

nav li a:hover {
    background-color: #801b1b; /* Change the background color on hover */
}


/* styles.css */
body {
    margin: 0; /* Reset default margin */
    padding-top: 70px; /* Ensure content doesn't get hidden behind the header */
}

.floating-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#ed2d26;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999; /* Ensure the header appears above other elements */
}

.dropdown {
  position:relative;
  left:70%;
  margin-top:-7%;
  margin-bottom: -10%;
  display: none;
}

@media screen and (max-width: 1099px) {
  .header-links {
      display: none; /* Initially hide the menu items on smaller screens */
      flex-direction: column;
      position: absolute;
      top: 60px; /* Adjust as needed to position the menu below the header */
      left: 20px; /* Adjust as needed to position the menu */
      color:#000;
      background-color: #fff;
      padding: 10px;
      border: 1px solid #ccc;
    }
  
        /* Style for the dropdown container */
        .dropdown {
          position: relative;
          display: inline-block;
      }

      .logo-menu{
        position:absolute;
      }

      /* Style for the dropdown button */
      .dropdown-button {
          background-color:white;
          border-radius:10px;
          color: red;
          font-weight:bold;
          padding: 7px 16px;
          border: none;
          cursor: pointer;
          
      }

      /* Style for the dropdown content (hidden by default) */
      .dropdown-content {
          display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
      }

      /* Style for dropdown content links */
      .dropdown-content a {
          color: #333;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
      }

      /* Change link color on hover */
      .dropdown-content a:hover {
          background-color: #ddd;
      }

      /* Show the dropdown content when the dropdown button is hovered over */
      .dropdown:hover .dropdown-content {
          display: block;
      }
    


  }

h1{
    color:white;
    font-size: 50px;
    font-weight:700;
    text-align: center;
    padding-top:10%;
    padding-bottom:5%;
    padding-left:10%;
    padding-right:10%;
    background-image: url("Images/grey_hexagons_on_black_background.png");
    background-size:2000px 1000px;
    margin-top:-5%;
    margin-bottom:3%;
}




h2{
    text-align:center;
    font-size:30px;
    font-weight:bolder;
}



h3{
    font-size:17px;
}

p{
    font-size:15px;
    
}

.padding{
    padding-left:20%;
    padding-right:20%;
    ;
}

.text-align-center{
    text-align:center;
}
p.regular{
    font-weight:400;
    font-size:15px;
}

a{
    color: #000; /* Set link text color */
    text-decoration: none; /* Remove underline from links */
    padding-bottom:3%;
    font-weight:Bold;
}

@media screen and (max-width:890px) {
  .header-logo img{
    width:30%;
    height:30%;
    padding-left:5%;
   }

  h1{
    color:white;
  font-size: 30px;
  font-weight:700;
  text-align: center;
 padding-left:10%;
 padding-right:10%;
  }

  h2{
    font-size:17px;
    font-weight:bolder
}

h3{
    font-size:9px;
}

p{
    font-size:8px;
}

.landing-page img{
  display:none;
}

p.landing{
  text-align:center;
  padding:2% 15% 2% 15%;
}

.logo{
  width:20%;
  height:20%;
  padding-left:5%;
}

}

.articles{
  display:flex;
  justify-content: center;
}

a img {
    width:70%;
    height:70%;
    padding-top:3%;
    margin-bottom:7%;
    margin-left:-1%;
}

figcaption{
  font-weight: bold;
}

@media screen and (max-width:890px) {
  .articles{
    display:block;
    justify-content: center;
  }
  
  a img {
      width:60%;
      height:25%;
      padding-top:3%;
      margin-bottom:7%;
      margin-left:-1%;
  }
  
  figcaption{
    font-weight: bold;
    font-size:10px;
   
  }

  

}

.faq {
  margin:4%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 15px;
}

.question {
  cursor: pointer;
  font-weight:bold;
}

.answer {
  display: none;
  margin-top: 10px;
}

.expanded .answer {
  display: block;
}

@media screen and (max-width:890px) {
  .faq {
    margin:4% -3% 1% -3%;
    border: 1px solid #ccc;
    padding:10px;
    border-radius: 10px;
  }


  
  .question {
    cursor: pointer;
    font-weight:bold;
    font-size:11px;
    padding:0% 3% 0% 3%;
    
  }
  
  .answer {
    display: none;
    margin-top: 10px;
    font-size:11px;
  }

}

  .space{
    padding-bottom:3%;
  }
  
.lender{
    text-align: center;
}

.apply-now{
    /* Add additional styles for the button */
  color:grey;
  border:3px solid white;
  border-radius:10px;
  background-color:white;
  text-align: center;
  font-weight:bold;
  padding:1% 5% 1% 5%;
  margin:0 17% 5% 17%;
}

.apply-now a{
  color:grey;
}

@media screen and (max-width:890px) {
.lender{
  margin:1% -25% 1% -25%;
}

.apply-now{
  padding:2% 1% 2% 1%;
  margin:0% -8% 5% -8%;
}

}

.blog{
  color:white;
  border:3px solid #ed2d26;
  border-radius:10px;
  background-color:#ed2d26;
  text-align: center;
  font-weight:bold;
  padding:1% 5% 1% 5%;
  margin:2% 40% 5% 40%;
}

.blog a{
  color:white;
}

.grey-background{
    background-color: #ddd5d6; /* Change the background color to your desired color */
    color: #000; /* Set the text color (optional, use a contrasting color for better readability) */
    padding: 20px; /* Add some padding to the text to separate it from the background */
    border-top: 50px solid white;
    border-bottom:50px solid white;
    padding-bottom:5%;
    text-align: center;
    margin: 0% -35% 0% -35%;
}

.center-align{
    text-align: center;
}

.want-to-lend{
    color:white;
    text-align:center;
    border: 3px solid #ed2d26; /* Border width, style, and color */
    background-color:#ed2d26;
    background-size:100px 75px;
    padding:-70%;
    border-radius:15px;
    display:inline-block;
    justify-content: center; /* Horizontal alignment */
    align-items: center; /* Vertical alignment */
    margin:7% 5% 7% 5%;
    padding:1% 15% 1% 15%;
}



.center-align .half{
    text-align: center;
    padding-top:5%;
    padding-bottom: 2%;
    font-size:30px;
    font-weight:bolder;
}

.checkout-socials{
    display:flex;
  justify-content: center; /* Horizontal alignment */
 gap:20px;
  padding-top:1%;
}

.checkout-socials img{
    width:30px;
    height:30px;

}


.social-media{
    color:white;
    text-align:center;
    border: 3px solid #ed2d26; /* Border width, style, and color */
    background-color:#ed2d26;
    background-size:100px 75px;
    padding:-70%;
    border-radius:10px;
    display:flex;
    justify-content: center; /* Horizontal alignment */
    align-items: center; /* Vertical alignment */
    margin:5% 17% 5% 17%;
   } 
   
   .social-media img{
    width:40px;
    height:40px;
    padding-top:9%;
    
   }

   .title{
    padding-right:1%;
   }

   @media screen and (max-width:890px) {
    .want-to-lend{
      margin:15% 1% 7% 1%;
      
    }
    
   .center-align .half{
      font-size:15px;
    }
      
      }

   .address{
    text-align:left;
    padding-left:23%;
    position:relative;
    color:#000;
    font-weight:400;
    margin-bottom: 10px;
   }
  
   .footer-logo{
    width:15%;
    height:15%;
    padding-left:23%;
  }
  
  .two-columns-footer{
    display:flex;
    padding-bottom:5%;
  }
  
  .margin{
    padding-bottom:5px;
  }

  .legal{
    padding-left:20%;
  }
  
  .contacts{
    text-align:left;
    padding-left:20%;
    position:relative;
    color:#000;
    font-weight:400;
    margin-bottom: 10px;
  }
  
  .bold{
    font-weight:bold;
  }

  @media screen and (max-width: 890px) {
    .stay-updated{
      display:none;
    }
    
    .footer-logo{
      width:20%;
      height:20%;
      padding-left:20%;
    }
    
    
    .address{
      text-align:left;
      padding-left:20%;
      position:relative;
      color:#000;
      font-weight:400;
      margin-bottom: 10px;
     }
    
     .legal{
      padding-left:16%;
      padding-right:9%;
    }
    
    .contacts{
      text-align:left;
      padding-left:11%;
      position:relative;
      color:#000;
      font-weight:400;
      margin-bottom: 10px;
    }
    
    }