html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.background {
  background-image: url('./background.jpg');
  height: 100%;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
}

.head {
  margin-top: 30px;
  margin-left: 40px;
  color: white;
  display: inline; 
  width: auto;
}

.head ul li, .head h2, .head ul{
  display: inline; 
}

.head ul li{
  margin-left: 20px;
}

.header {
  margin-top: 120px;
  margin-left: 40px;
  color: white;
}

.header h1 {
  font-size: 3.5rem;
  text-align: start;
  padding-top: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.header h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.div#payment_services{
  background-color: lightgray;
}

a {
  color: white;
  text-decoration: none;
}

p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
  letter-spacing: normal;
  padding-bottom: 5px;
}

.header p {
  font-size: 1.7rem;
}

/* @media screen and (max-width: 768px) {
  .header p {
    font-size: 2.5rem;
  }
} */

.content {
  color: rgb(25, 28, 31);
}

.content h1 {
  font-size: 3rem;
  line-height: 3.2rem;
  padding-top: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content #about, #trade_finance {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.content #payment_services{
  background-image: linear-gradient(to bottom, #6a85b6 0%, #bac8e0 100%);
  height: 100%;
  margin-top: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;
}

.content #payment_services h1, .content #payment_services p{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.content #trade_finance{
  margin-top: 5rem;
}

.content #trade_finance + div{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.pathway{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.footer {
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px 0;

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
  letter-spacing: normal;
}

.footer p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-block-start: 0.4em;
  margin-block-end: 0.4em;
}

@media screen and (min-width : 768px)  {
  .menu {
    display: none;
  }
}