@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
  margin:0;
  padding:0;
  }

body {
  font-family: Inter;
}

header {
  background-color: white;
  padding: 20px 40px;
}

#header {
  transition: top 0.4s ease;
}

#headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}

nav ul li a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #780000;
}

nav ul li .button {
  background-color: #780000;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

nav ul li .button:hover {
  background-color: #ffffff;
}

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

main {
  max-width: 960px;
  margin: auto;
}

#intro {
    width: 100%;
    overflow: hidden;
}

#intro img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

#intro2 {
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
}

#intro2 h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

#intro2 hr {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background: #000;
  margin: 15px auto;
}

#intro2 p {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #780000;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    font-weight: bold;
    border-radius: 25px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #a00000;
}

#questions {
    padding: 30px 30px; 
    background-color: #f5f5f5; 
    justify-content: center; 
}

.card {
    background-color: #e0e0e0; 
    padding: 20px;
    border-radius: 10px; 
    max-width: 500px; 
    margin: auto auto;
    text-align: center;
    margin-top: 30px; 
    margin-bottom: 30px; 
}

.card h1 {
    font-size: 32px;
    font-weight: bold;
    color: #780000;
    margin-bottom: 10px;
}

.card hr {
    border: 0;
    height: 2px;
    background: #000;
    margin-bottom: 20px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.card p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.card a {
    color: #780000; 
    text-decoration: none;
    font-weight: bold;
}

.card a:hover {
    text-decoration: underline; 
}

#next {
    position: relative;
    width: 100%;
    min-height: 500px;
    font-family: Arial, sans-serif;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9); 
    z-index: 2;
}

.content h1 {
    font-size: 48px;
    font-weight: bold;
    color: #780000; 
    margin-bottom: 20px;
    text-transform: lowercase; 
}


.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px; 
    transition: background-color 0.3s;
}

.apply {
    background-color: #780000; 
    color: #fff;
}

.apply:hover {
    background-color: #a00000;
}

.explore {
    background-color: #000;
    color: #fff;
}

.explore:hover {
    background-color: #333;
}

#next::after {
    content: '';
    display: block;
    height: 100%;
}

#next img{
    width: 100%;
    margin-top: 250px;
}

footer {
  background-color: #fff;
  padding: 40px 0;
  font-family: sans-serif;
  margin-top: 40px;
}

#footerInner {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
  margin-left: 150px;
}

#footerLeft {
  flex: 1 1 300px;
}

#footerLogo img {
  max-width: 300px;
}

.social-block {
  margin-top: 20px;
  margin-left: 20px;
}

.social-block p {
  color: #999;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.buttons-icon {
  font-size: 22px;
  transition: color 0.3s;
}

.facebook i { color: #999; }
.linkedin i { color: #999; }
.youtube i { color: #999; }
.instagram i { color: #999; }

.buttons-icon:hover i {
  filter: brightness(0.8);
  cursor: pointer;
}

#footerRight {
  display: flex;
  flex: 2 1 600px;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 150px;
}

.footer-column h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
}

.footer-column a:hover {
  color: #000;
}

#footerCopyright {
  text-align: right;
  padding: 10px 20px;
  margin-right: 150px;
}

#footerCopyright p {
  display: inline-block;
  background-color: #d9d9d9;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
}