* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 100;
  font-style: normal;
  background-color: rgb(242, 244, 247);
  /* background-color: #f3f1f1; */
  color: #333;
  letter-spacing: 0.09rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.003em;
}

button {
  cursor: pointer;
  font-family: inherit;
  border-radius: 20px;
}

.border {
  width: 100%;
  border-bottom: #000000 solid 1px;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.nav__logo,
.nav__link {
  padding: 0 0.5rem;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
  transition: 0.3s ease;
}

.nav__logo,
.nav__link:hover {
  font-size: 1.1rem;
}

.hero {
  padding: 6.5rem;
  text-align: center;
  align-content: center;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.hero__title {
  text-decoration: none;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 1rem;
  font-weight: 100;
}

.hero__subtitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 100;
  color: rgb(130, 167, 179);
}
.hero__subtitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.2rem;
}
.hero__highlight {
  margin-top: 3rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 100;
  word-spacing: 0.5rem;
}

.skills {
  /* overflow: hidden; */
  white-space: nowrap;
  padding: 1rem 0;
}

.skills__wrapper {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

.skills__detailed {
  padding-right: 0.5rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.section {
  margin: 4rem 0;
  padding: 0 4rem;
  justify-content: center;
}

.section__title {
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-size: 3rem;
}

.section__description {
  font-size: 1.2rem;
  line-height: 1.25;
}

.feature {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 600px;
}
.description {
  padding: 1rem -1rem;
  font-size: 1.7rem;
  font-weight: 100;
}
.container {
  flex-basis: 50%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  height: 50vh;
}
.item__container {
  flex-basis: 50%;
}
.image__container {
  flex-basis: 50%;
  height: 100%;
  background-color: rgb(130, 167, 179);
}

.image__container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without distortion */
  object-position: center;
}
.feature {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 600px;
}

.feature__container {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
}

.feature__image-container {
  flex-basis: 50%;
  height: 100%;
  /* border-radius: 8px; */
  background-color: rgb(130, 167, 179);
  /* background-image: url("anima.jpg"); 
    background-size: cover;
    background-position: center; */
}

.feature__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without distortion */
  object-position: center;
}

.feature__item {
  /* padding: 30px; */
  color: rgb(130, 167, 179);
}

.feature__description {
  font-size: 1.2rem;
  line-height: 1.25;
  color: rgb(130, 167, 179);
}

.feature__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 100;
  color: rgb(0, 0, 0);
  transition: color 0.3s ease;
}

.cta {
  padding: 2rem;
  display: flex;
  align-items: center;
  background-color: rgb(130, 167, 179);
  text-align: center;
  height: 100%;
  flex-direction: column;
}

.cta__title {
  font-weight: 100;
  font-size: 2.5rem;
  color: #ffffff; /*White color for contrast*/
  text-transform: uppercase;
}
.cta__description {
  display: inline;
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}

.cta__contact {
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}

button {
  color: none;
  border: none;
}
.cta__button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff; /* White background for contrast */
  color: #000000; /* Dark pink text */
  font-size: 1rem;
  text-transform: uppercase;
}

.video {
  text-align: center;
  padding: 3.5rem;
}

.video__title {
  font-weight: 100;
  font-size: 2.5rem;
  /* color: #ffffff; White color for contrast */
  text-transform: uppercase;
}

.video__description {
  font-size: 1.2rem;
  color: #878787; /* White color for contrast */
}
.video__button {
  margin: 1rem 0.2rem 0rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff; /* White background for contrast */
  color: rgb(130, 167, 179); /* Dark purple text */
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.video__button:hover {
  background-color: rgb(130, 167, 179); /* Darker shade for hover effect */
  color: #ffffff; /* White text for contrast */
}

.video__container {
  width: 100%;
  height: 500px;
  /* border: solid 1px #584851; */
  background-color: rgb(130, 167, 179);
  /* background-image: url("anima.jpg"); */
  background-size: cover;
  background-position: center;
  margin: 1rem 0 0;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.33);
}

.programs {
}

.programs__container {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 1rem;
}

.programs__item {
  flex: 1;
  /* flex-grow: 1; */
  padding: 1rem;
  border: #000000 solid 1px;
  text-align: center;
}

.programs__item-title {
  text-transform: uppercase;
  font-weight: 100;
}

.programs__item-description {
  font-size: 1rem;
  color: #666;
}

.element {
  padding: 3.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  /* color: #ffffff; */
}
.element__title {
  font-size: 1.7rem;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.element__subtitle {
  font-weight: 100;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.element__left {
  flex-basis: 50%;
}

.element__right {
  flex: 50%;
  border: 1px solid rgb(130, 167, 179);
  padding: 1rem;
  overflow: scroll;
}

.element__placeholder {
  /* background-image: url("anima.jpg"); */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.element__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.element__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.element__list-title {
  font-size: 1.3rem;
  font-weight: 100;
}

.element__list-item {
  margin: 0.5rem 0;
  padding: 0.5rem;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #333;
}

.element__list-item::before {
  content: "-> "; /* Bullet point */
  color: rgb(130, 167, 179); /* Match the theme color */
}

.element__form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.element__form-group label {
  margin-bottom: 0.5rem;
}
.element__form-group input,
textarea,
.element__form-group select {
  padding: 0.5rem;
  border: 1px solid rgb(130, 167, 179);
  border-radius: 5px;
  font-size: 1rem;
  font-family: inherit;
}

.element__form-group input:focus,
.element__form-group select:focus {
  border-color: rgb(130, 167, 179);
  outline: none;
  box-shadow: 0 0 0 5px rgba(226, 13, 13, 0.2);
}

.element__form-group select {
  cursor: pointer;
}
.element__form-group option {
  padding: 0.5rem;
}
.element__button {
  padding: 0.75rem 1.5rem;
  background-color: rgb(130, 167, 179); /* Match the theme color */
  color: #ffffff; /* White text for contrast */
  font-family: inherit;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.3s;
}
.element__button:hover {
  background-color: #bf4431; /* Darker shade for hover effect */
}

.footer {
  background-color: #333;
  padding: 3.5rem;
  color: #f0f0f0;
  text-transform: capitalize;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: start;
}

.footer__logo-container {
  width: 100%;
  display: flex;
  align-items: center;
}

.footer__logo {
  min-width: 120px;
  min-height: 120px;
  background-color: rgb(130, 167, 179);
  /* background-image: url("anima.jpg"); */
  background-size: cover; /* Ensures the logo covers the container */
  background-position: center; /* Centers the logo */
  border-radius: 50%;
}
.footer__logo-text {
  text-decoration: none;
  padding: 0 0.5rem;
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
  color: rgb(130, 167, 179); /* Match the theme color */
  /* font-weight: bold; */
}
.footer__title {
  padding-top: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
}

.contact__social-logo-links {
  /* flex: 2; */
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  /* border-right: 1px solid #f0f0f0; Light border for separation */
  justify-content: center;
}

.contact__title {
  font-size: 1.2rem;
  font-weight: 100;
  text-transform: uppercase;
  color: white;
}

.footer__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.footer__link {
  color: #f0f0f0;
  text-decoration: none;
  transition: color 0.3s;
}

.footer__link:hover {
  color: rgb(130, 167, 179);
}
.footer__social-logo-links {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer__social-link {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1.5rem;
}

.footer__button {
  padding: 1rem 0.5rem;
  color: #f0f0f0;
  background-color: rgb(130, 167, 179); /* Match the theme color */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s;
  font-family: inherit;
}

.footer__button:hover {
  background-color: #bf4431; /* Darker shade for hover effect */
  font-size: 1.3rem; /* Slightly increase font size on hover */
}

.footer__bottom {
  color: #000000; /* Dark text for contrast */
  padding: 1rem;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
