@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  font-family: "Overpass", sans-serif;
  color: rgba(39, 45, 78, 0.8);
  font-weight: 300;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
#color-blue {
  font-weight: bold !important;
  color: #1030e9 !important;
}

#color-green {
  font-weight: bold !important;
  color: #27ae60 !important;
}
a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  background-color: #fff;
  transition: background-color 0.3s ease;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  background: none;
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background: #272d4e;
  border-radius: 10px;
}

.head {
background-image: url(../images/Rectangle-head.png);
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #27ae60;
    background-size: contain;
}
.head h1 {
  margin-left: 40px;
  padding: 0 10px;
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
}

.intro {
  padding: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
  color: rgba(39, 45, 78, 0.8);
  padding-bottom: 0px;
  margin-top: 42px;
  margin-left: -20px;
}
.title-video {
  padding-bottom: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
  color: rgba(39, 45, 78, 0.8);
  margin-top: -70px;
}
.name-video {
      font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    margin-left: 17px;
    text-align: justify;
    padding: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}

main {
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 42px;
  padding-right: 42px;
}

.seemore {
  cursor: pointer;
  display: block;
  border-radius: 4px;
  box-shadow: 100px 20px 250px rgb(39 45 78 / 43%);
  padding: 20px;
  background: #27ae60;
  transition: 0.3s ease;
  width: 183px;
  margin: 64px auto;
}
.seemore span {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.seemore svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: block;
  position: absolute;
  margin-left: 124px;
  margin-top: -22px;
}
.seemore:hover {
  background: #27ae60;
  color: #fff;
}
.seemore:hover span {
  color: #fff;
}
.seemore:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 640px) {
  main {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 420px) {
  main {
    padding: 50px 10px;
  }
}
main .medias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
main .medias-card {
  margin: 0;
  width: calc(50% - 10px);
  height: 300px;
}
main .medias-card iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  main .medias {
    gap: 10px;
  }
  main .medias-card {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .head h1 {
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  main .medias-card {
    margin: 0;
    width: 100%;
    height: auto;
  }
  main .medias-card iframe {
    width: 100%;
    height: 100%;
  }
}
