 .first-section-home {
      width: 100%;
  min-height: 1080px;
  position: relative;
  z-index: 6;
  }

@media (max-width: 950px) {
  .first-section-home {
    width: 100%;
    min-height: auto;
  }

  .first-section-home .content-container {
    min-height: auto;
  }
}

  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  iframe video {
    width: 100%;
    height: 100vh;
  }

.first-section .video-background-container {
  width: 100%;
  min-height: 1080px;
  z-index: 1;
  position: absolute;
}

.first-section-home .content-container {
  z-index: 5;
  width: 100%;
  min-height: 1080px;
  position: absolute;
  top: 0;
}

@media (max-width: 950px) {
  .first-section .video-background-container {
    min-height: 300px;
    z-index: 1;
    position: relative;
  }
}

.video-background-container .video-element {
  width: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: 0px 88px;
}

@media (max-width: 950px) {
  .video-background-container .video-element {
    max-height: 320px;
    min-height: 320px;
  }
}

.hero {
  width: 100%;
  height: 992px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: #00000080;
  position: absolute;
  bottom: 0;
  z-index: 6;
}

@media (max-width: 1200px) {
  .hero {
    z-index: 2;
    margin-top: -10px;
  }
}

@media (max-width: 950px) {
  .hero {
    height: auto;
    position: relative;
  }
}

.hero .categories-grid {
  display: grid;
  width: 948px;
  height: 100%;
  grid-template-columns: repeat(2, 50%);
  list-style-type: none;
}

@media (max-width: 950px) {
  .hero .categories-grid {
    max-width: 100%;
    height: 342px;
  }
}

.hero .categories-grid .categories-item a{
  padding: 24px 32px 24px 32px;
  border: 1px solid #ffffff;
  position: relative;
  height: 330.67px;
  width: 100%;
  border-top: 0;
  border-right: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
  text-decoration: none;
}

.hero .categories-grid .categories-item a:hover  {
  padding-bottom: 88px;
  background-color: #009d7899;
}

@media (max-width: 950px) {
  .hero .categories-grid .categories-item a {
    height: 114px;
    padding: 24px;
    background-color: #009d78;
  }

  .hero .categories-grid .categories-item a:hover  {
    background-color: #009d78;
  }
}

@media (max-width: 950px) {
  .hero .categories-grid .categories-item a:hover  {
    padding-bottom: 24px;
  }
}

.hero .categories-grid .categories-item a .category-icon {
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: 0.5s;
  object-fit: scale-down;
}

@media (max-width: 950px) {
  .hero .categories-grid .categories-item a .category-icon {
    width: 32px;
    height: 32px;
    object-fit: scale-down;
  }
}

.hero .categories-grid .categories-item a:hover .category-icon {
  opacity: 1;
}

@media (max-width: 950px) {
  .hero .categories-grid .categories-item a .category-icon {
    opacity: 1;
  }
}

.hero .categories-grid .categories-item a .category-name {
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 0;
  transition: 0.5s;
}

.hero .categories-grid .categories-item a:hover .category-name {
  margin-bottom: 16px;
}

@media (max-width: 950px) {
  .hero .categories-grid .categories-item a .category-name {
    font-size: 12px;
    line-height: 18px;
  }

  .hero .categories-grid .categories-item:hover a .category-name {
    margin-bottom: 0;
  }
}

.hero .categories-grid .categories-item a .category-description {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
  display: none;
}

.hero .categories-grid .categories-item a:hover  .category-description {
  display: block;
}

@media (max-width: 950px) {
  .hero .categories-grid .categories-item a .category-description {
    display: none;
  }

  .hero .categories-grid .categories-item  a:hover .category-description {
    display: none;
  }
}

.hero .categories-grid .categories-item a .category-link {
  position: absolute;
  bottom: 24px;
  right: 24px;
  opacity: 0;
  transition: 0.5s;
}

.hero .categories-grid .categories-item a:hover .category-link {
  opacity: 1;
}

@media (max-width: 950px) {
  .hero .categories-grid .categories-item a:hover .category-link {
    display: none;
  }

  .hero .categories-grid .categories-item a .category-link {
    display: none;
  }
}

.special-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 1200px) {
  .special-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 950px) {
  .special-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.special-section .special-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1193px;
  width: 100%;
}

@media (max-width: 1200px) {
  .special-section .special-content-container {
    max-width: 100%;
  }
}

.special-section .special-content-container .special-section-title {
  font-family: "Public Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 950px) {
  .special-section .special-content-container .special-section-title {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
}

.special-section .specials-items {
  display: flex;
  flex-direction: row;
  margin-top: 56px;
  list-style-type: none;
  gap: 64px;
}



@media (max-width: 950px) {
  .special-section .specials-items {
    margin-top: 48px;
    gap: 62px;
    flex-direction: column;
  }
}

.special-section .specials-items .special-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 950px) {
  .special-section .specials-items .special-item {
    align-items: center;
  }
}

.special-section .specials-items .special-item .special-item-icon {
  width: 46.37px;
  height: 64.01px;
}

.special-section .special-item-title {
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 950px) {
  .special-section .special-item-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }
}

.special-section .special-item-description {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  color: #656767;
}

@media (max-width: 950px) {
  .special-section .special-item-description {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }
}

.contact-section {
  background-color: #0d1f20;
  height: 629px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  overflow: hidden;
}

.contact-section-title {
  font-family: "Public Sans", sans-serif;
  font-size: 14;
  font-weight: 500;
  line-height: 21px;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(32%, #009d78),
    color-stop(106%, #fcce5a),
    color-stop(100%, #fcce5a)
  ); 
  background: -moz-linear-gradient(
    left,
    #009d78 0%,
    #009d78 50%,
    #fcce5a 100%
  ); /* FF3.6+ */
  background: linear-gradient( to right, 
    #009d78 50%,
    #fcce5a 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
  text-align: center;

 
}

@media (max-width: 950px) {
  .contact-section {
    height: 558px;
  }
}

.contact-section-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1193px;
  width: 100%;
  height: 100%;
  gap: 16px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .contact-section-content-container {
    max-width: 100%;
  }
}

@media (max-width: 950px) {
  .contact-section-content-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-section-sub-title {
  max-width: 510px;
  font-family: "Public Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 950px) {
  .contact-section-sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
  }
}

.contact-section-text {
  max-width: 510px;
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  color: #f2f7f4;
  text-align: center;
}

@media (max-width: 950px) {
  .contact-section-text {
    max-width: 314px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 100%;
  }
}

.contact-section .talk-with-specialist-link {
  text-decoration: none;
  height: 44px;
  background-color: #ffcf51;
  padding: 10px 16px 10px 16px;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #121212;
  margin-top: 24px;
}

.contact-illustration {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}

@media (max-width: 950px) {
  .contact-illustration {
    height: 181px;
  }
}
