* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fae9df;
}

nav {
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 4px solid #fff3ee;
}

.logo img {
  width: 90%;
  padding-left: 50px;
}
.nav-menu {
  display: flex;
  justify-content: space-evenly;
  justify-items: center;
  list-style: none;
  width: 600px;
}

.hambuger-menu {
  margin-top: -20px;
  width: 35px;
  height: 25px;
  cursor: pointer;
  display: none;
}

.hambuger-menu .bar {
  width: 100%;
  height: 4px;
  margin: 5px auto;
  background-color: #9e4021;
  border-radius: 10px;
}

.close-button {
  display: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-left: 80%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.close-button .bar {
  width: 100%;
  height: 4px;
  margin: 5px auto;
  background-color: #9e4021;
  border-radius: 10px;
}

button:hover {
  cursor: pointer;
  box-shadow: 1px 2px 8px #b1693d;
  transition: 1s;
}

a {
  text-decoration: none;
}

li {
  color: #9e4021;
  font-size: 18px;
  margin-top: 5px;
  transition: 90ms;
}

.navlink:hover,
.active {
  cursor: pointer;
  padding-bottom: 1px;
}

li:hover {
  cursor: pointer;
  padding-bottom: 1px;
  border-bottom: 2px solid #9e4021;
  text-decoration-color: #9e4021;
}

.nav-menu {
  border-bottom: none;
}

.cta-btn {
  padding: 7px;
  font-size: 18px;
  background-color: #9e4021;
  border: none;
  border-radius: 5px;
  color: #fff3ee;
  letter-spacing: 1.5px;
}

.intro-heading {
  font-weight: 900;
  color: #9e4021;
  font-size: 50px;
}

.hero-text {
  color: #9e4021;
  font-size: 20px;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 86px;
  margin-top: 50px;
}

.hero-intro {
  width: 50%;
}

.hero-intro h1 {
  font-size: 70px;
  font-weight: 800;
  color: #833200;
  width: 20%;
}

.hero-intro p {
  color: #9e4021;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.2px;
  width: 90%;
  margin-bottom: 30px;
}

.hero-image {
  width: 100%;
}

.about {
  display: flex;
  margin-left: 15%;
  background: rgb(241, 207, 197);
  padding: 50px;
  gap: 20px;
  padding-bottom: 80px;
}

.about-col {
  display: flex;
  gap: 20px;
}

.about h1 {
  font-size: 50px;
  font-weight: 900;
  color: #9e4021;
  width: 100%;
}

.col {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.col-image img {
  width: 250px;
  border-radius: 5px;
}

.col p {
  margin-top: 20px;
  font-size: 20px;
  color: #9e4021;
  line-height: 30px;
  padding: 5px;
}

#slider-section {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 10%;
}

#slides {
  width: 500%;
  height: 320px;
  display: flex;
}

#slides input {
  width: 1%;
  margin: 0px;
  padding: 0px;
  display: none;
}

.slide {
  width: 20%;
  transition: 2s;
  background: rgb(241, 207, 197);
  display: flex;
  align-items: center;
  gap: 20%;
}

.manual-btn {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: lightgray; /* Default color */
  margin: 0 5px;
  cursor: pointer;
}

.manual-btn.active {
  background-color: #9e4021; /* Active color */
}

.slide .header3 {
  font-size: 30px;
  color: #9e4021;
  font-weight: 900;
  width: 20%;
  margin-left: 40px;
}

.header3 {
}

.slide-p .our-reach {
  font-size: 50px;
  color: #fff3ee;
}

.slide-p .slide-text {
  margin-left: 50px;
  font-size: 30px;
  color: #833200;
  font-weight: 600;
}

.nav-manual {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: none;
  background-color: #fff3ee;
  padding: 6px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background-color: #833200;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

.navigation-btn {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: -40px;
}

.navigation-btn div {
  border: none;
  background-color: #fff3ee;
  padding: 6px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-btn div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-btn .auto-btn1 {
  background-color: #833200;
}

#radio2:checked ~ .navigation-btn .auto-btn2 {
  background-color: #833200;
}

#radio3:checked ~ .navigation-btn .auto-btn3 {
  background-color: #833200;
}

.sce4 {
  margin: 5px;
}

.sec4-intro-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.sce4-intro-header a {
  color: #9e4021;
  font-size: 30px;
  font-weight: 900;
}

.sec-4-text {
  margin-top: 20px;
  font-size: 20px;
  color: #9e4021;
  line-height: 35px;
  padding: 5px;
}

.our-mission {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 120px;
  gap: 50px;
}

.our-mission p {
  color: #9e4021;
  font-size: 20px;
  line-height: 35px;
  width: 100%;
}

.mission-img {
  width: 100%;
}

.mission-img img {
  width: 100%;
  border-radius: 5px;
}

#sec-4-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#cta-btn {
  text-align: center;
  margin: 30px 0;
}

#subscribe-section {
  width: 70%;
  margin: 50px auto;
  padding-top: 50px;
}

.subscribe-card {
  background-color: #da9;
  color: #fff;
  padding: 50px 30px;
}

.subscribe h2 {
  margin-bottom: 15px;
  font-size: 25px;
}

.subscribe p {
  font-size: 20px;
  margin-bottom: 15px;
}

input {
  width: 60%;
  padding: 8px;
  font-size: 18px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  border-radius: 3px;
}

#sub-btn {
  margin-top: 12px;
}

footer {
  background-color: #9e4021;
}
.footer-links {
  margin-top: 50px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #fff3ee;
}

.footer-col1 {
  margin-left: 70px;
}

.footer-logo img {
  width: 10%;
  min-width: 200px;
  margin-top: 20px;
}

.about-links {
  width: 35%;
  /* min-width: 0px; */
  margin-top: 50px;
  line-height: 40px;
}

.links {
  display: flex;
  justify-content: space-around;
  width: 70%;
}

.about-links a {
  color: #fff3ee;
}

.mail-link {
  margin-top: 20px;
  font-size: 15px;
}

.mail {
  color: #fff3ee;
}

#programs-links {
  text-decoration: underline 0.1em rgba(14, 0, 0, 0);
  transition: text-decoration-color 300ms;
}

#programs-links:hover {
  text-decoration-color: #fff3ee;
}

.rounded-icons {
  width: 30px;
  height: 30px;
  border: 1px solid #fff3ee;
  display: inline-flex;
  color: #fff3ee;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 0.5rem;
  margin-top: 15px;
}

#twitter-icon:hover {
  color: #1da1f2;
  background-color: #fff;
  transition: 1s;
  border-color: white;
}

#youtube-icon:hover {
  color: #ff0000;
  background-color: #fff;
  transition: 1s;
}

#threads-icon:hover {
  color: white;
  background-color: black;
  transition: 1s;
  border-color: black;
}

#instagram-icon:hover {
  color: white;
  background-image: linear-gradient(to right, #feda75, #ee2a7b, #6228d7);
  transition: 1s;
  border: none;
}

.copyright {
  border-top: 2px solid #fff3ee;
  margin-top: 20px;
}
.copyright-text {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #fff3ee;
  margin-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .logo img {
    width: 70%;
    padding-left: 10px;
  }

  .hambuger-menu {
    display: block;
  }

  nav {
    border-bottom: none;
    padding-left: 10px;
  }

  .nav-menu {
    display: block;
    position: fixed;
    padding-top: 20px;
    width: 100%;
    height: 100vh;
    font-weight: 600;
    line-height: 40px;
    background-color: #fae9df;
    left: 0%;
    text-align: center;
    top: 0%;
    font-size: 30px;
    transition: 1s;
  }

  .nav-menu.active {
    left: 100%;
  }

  .nav-menu a {
    margin-top: 50px;
  }

  .nav-menu .close-button {
    display: block;
  }

  .close-button .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .close-button .bar:nth-child(2) {
    opacity: 0;
  }

  .close-button .bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  li:hover,
  .active {
    border-bottom: none;
  }

  li:hover {
    opacity: 0.6;
  }

  .nav-menu button {
    display: none;
  }

  .hero {
    display: block;
    margin: 20px;
  }

  .hero-intro h1 {
    width: 100%;
    font-size: 50px;
  }

  .hero-intro {
    width: 100%;
  }

  .hero-intro p {
    font-size: 18px;
  }

  #hero-image img {
    display: none;
  }

  .about {
    margin-left: 0%;
    display: block;
    background-color: #fae9df;
  }

  .about h1 {
    width: 100%;
    text-align: center;
  }

  .about-col {
    display: block;
  }

  .col {
    width: 100%;
  }

  .col-image img {
    width: 100%;
  }

  .col p {
    font-size: 18px;
  }

  .slide {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding: 40px 10px;
  }

  .slide .header3 {
    font-size: 20px;
    color: #9e4021;
    font-weight: 900;
    width: 100%;
    margin-left: 0px;
  }

  .slide-p {
    margin-top: 40px;
  }

  .slide-p .our-reach {
    font-size: 25px;
    text-align: right;
  }

  .slide-p .slide-text {
    margin-left: 0px;
    font-size: 18px;
    font-weight: 400;
  }

  .manual-btn {
    padding: 5px;
  }

  .navigation-btn div {
    padding: 5px;
  }

  .sec4-intro-text {
    width: 100%;
  }

  .sce4-intro-header a {
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
  }

  .our-mission {
    margin: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }

  .mission-img img {
    width: 100%;
  }

  .our-mission p {
    font-size: 18px;
    line-height: 30px;
  }

  .sec-4-text {
    font-size: 18px;
  }

  #sec-4-text {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  #cta-btn button {
    width: 50%;
    padding-top: 10px;
  }

  .subscribe p {
    font-size: 17px;
    width: 100%;
  }

  #subscribe-section {
    width: 100%;
    margin-bottom: 0;
  }

  input {
    width: 90%;
    padding: 5px;
    font-size: 18px;
  }

  #sub-btn {
    width: 90%;
  }

  .footer-links {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
    width: 100%;
    gap: 25px;
  }

  .footer-col1 {
    width: 70%;
    line-height: 25px;
    margin: 20px;
  }

  .footer-logo img {
    width: 70%;
    min-width: 100px;
  }
  .links {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0px;
    width: 100%;
  }

  .about-links1 {
    margin-top: 50px;
    line-height: 25px;
    width: 100%;
  }

  .about-links {
    width: 100%;
    line-height: 25px;
    margin-top: 25px;
  }

  .about-links1 h2 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.4px;
  }

  .about-links a {
    font-size: 13px;
  }

  .rounded-icons {
    width: 25px;
    height: 25px;
  }

  i {
    width: 18px;
    text-align: center;
  }

  .about-links h2 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.4px;
  }

  .mail-link {
    width: 50%;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1026px) {
  .logo img {
    padding-left: 20px;
  }

  nav {
    padding: 10px;
  }

  .hero {
    margin: 50px;
  }

  .hero-intro {
    width: 80%;
  }

  #hero-image img {
    width: 100%;
  }
  .about {
    margin-left: 0%;
    display: block;
    padding: 20px;
  }

  col {
    width: 100%;
  }

  .col-image img {
    width: 100%;
  }

  .sec4-intro-text {
    width: 90%;
    margin: 0px auto;
  }

  .our-mission {
    margin: 40px;
    height: 100%;
  }

  .mission-img img {
    width: 100%;
    height: 100%;
  }

  .our-mission p {
    height: 90%;
  }

  #sec-4-text {
    width: 90%;
    margin: 0px auto;
    text-align: center;
  }

  #cta-btn button {
    width: 25%;
    padding-top: 10px;
  }

  #subscribe-section {
    width: 100%;
    margin-bottom: -50px;
  }

  footer {
    width: 100%;
  }

  .footer-col1 {
    width: 60%;
  }

  .links {
    gap: 50px;
  }

  .about-links {
    width: 100%;
    line-height: 30px;
    margin-top: 25px;
  }
}
