@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.nav-bar-header {
  display: flex;
}
.nav-bar-header .left-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #113B89;
  width: 40%;
  padding: 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  position: absolute;
}
.nav-bar-header .left-nav .logo-header {
  width: 70px;
  height: 60px;
  margin-right: 20px;
}
.nav-bar-header .left-nav .h1 {
  color: #fff;
  padding: 20px;
}
.nav-bar-header .left-nav .title-name {
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0 5px 5px #000;
  font-family: "Audiowide", sans-serif;
}
.nav-bar-header .right-nav {
  width: 100%;
}
.nav-bar-header .right-nav .fisrt {
  height: 20px;
  display: flex;
  justify-content: right;
  background: #00205A;
  color: white;
  padding: 20px;
}
.nav-bar-header .right-nav .fisrt .text {
  margin-right: 180px;
  font-size: 17px;
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  font-style: italic;
}
.nav-bar-header .right-nav .fisrt .text .fa-brands {
  font-size: 30px;
}
.nav-bar-header .right-nav .fisrt .text .fa-brands:hover {
  color: skyblue;
}
.nav-bar-header .right-nav ul {
  display: flex;
  justify-content: right;
  background: #474747;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.nav-bar-header .right-nav ul .active-link {
  background-color: #fff;
  color: darkblue;
  padding: 10px;
  text-shadow: 2px 0 3px gray;
}
.nav-bar-header .right-nav ul li {
  padding: 10px;
  list-style-type: none;
  margin-right: 50px;
}
.nav-bar-header .right-nav ul li .fa-magnifying-glass {
  background-color: rgb(49, 49, 224);
  position: absolute;
  font-size: 30px;
  margin-top: -10px;
  padding: 5px;
  margin-left: -25px;
}
.nav-bar-header .right-nav ul li {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.nav-bar-header .right-nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: orangered;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-bar-header .right-nav ul li:hover::after {
  transform: scaleX(1);
}
.nav-bar-header .right-nav ul a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 17px;
}

* {
  font-family: "Inter", sans-serif;
  font-weight: 450;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nav-bar-header .left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding: 15px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  }
  .nav-bar-header .left-nav .logo-header {
    width: 50px;
    height: 40px;
    margin-right: 20px;
  }
  .nav-bar-header .left-nav .h1 {
    padding: 10px;
  }
  .nav-bar-header .right-nav {
    width: 100%;
  }
  .nav-bar-header .right-nav .fisrt {
    height: 13.5px;
    padding: 10px;
  }
  .nav-bar-header .right-nav .fisrt .text {
    margin-right: 180px;
    font-size: 13px;
    gap: 1rem;
    font-style: italic;
  }
  .nav-bar-header .right-nav .fisrt .text .fa-brands {
    font-size: 25px;
  }
  .nav-bar-header .right-nav .fisrt .text .fa-brands:hover {
    color: orangered;
  }
  .nav-bar-header .right-nav ul .active-link {
    padding: 5px;
  }
  .nav-bar-header .right-nav ul li {
    padding: 8px;
    margin-right: 20px;
  }
  .nav-bar-header .right-nav ul li .fa-magnifying-glass {
    font-size: 20px;
    margin-top: -8px;
    padding: 8px;
    margin-left: -25px;
  }
  .nav-bar-header .right-nav ul a {
    font-size: 15px;
  }
}
.header-page {
  display: flex;
}
.header-page .imag {
  width: 100%;
}
.header-page .imag .image-header {
  width: 100%;
  height: 100%;
}
.header-page .text-header {
  text-align: center;
  background: linear-gradient(0deg, rgb(13, 46, 105) 18%, rgba(13, 46, 105, 0.5664390756) 68%, rgba(23, 103, 255, 0) 100%);
  position: absolute;
  width: 100%;
  margin-top: 20%;
  padding: 20px 0 20px;
  height: 60vh;
}
.header-page .text-header h1 {
  color: #fff;
  font-size: 80px;
  font-weight: bold;
}
.header-page .text-header h2 {
  color: #FFC107;
  font-size: 50px;
  font-weight: bold;
}
.header-page .text-header p {
  color: #fff;
  padding: 10px;
}
.header-page .text-header .btn-left {
  padding: 12px;
  width: 150px;
  background: fixed;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 1.5px solid #fff;
  color: #fff;
  margin-right: 10px;
  transition: 400ms;
}
.header-page .text-header .btn-left:hover {
  transform: scaleX(1.03);
  text-decoration: underline;
}
.header-page .text-header .btn-right {
  border: 1.5px solid #fff;
  color: #fff;
  background: fixed;
  padding: 12px;
  width: 150px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: 400ms;
}
.header-page .text-header .btn-right:hover {
  transform: scaleX(1.03);
  text-decoration: underline;
}

.container-page {
  padding: 40px;
  margin-top: 20px;
}
.container-page h1 {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #174395;
}
.container-page p {
  text-align: center;
  padding: 0px 30px 30px 30px;
  color: #174395;
}
.container-page .our-gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr;
  grid-template-rows: 2fr 1.5fr 2.5fr;
  grid-template-areas: "header header main main" "header header menu right" "footer footer footer footer";
  height: 130vh;
}
.container-page .our-gallery div {
  padding: 20px;
  text-align: center;
}
.container-page .header {
  grid-area: header;
  background-image: url(../images/imag-home-1.png);
  background-position: center;
  background-size: 100%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 400ms;
}
.container-page .header:hover {
  transform: scale(1.03);
}
.container-page .menu {
  grid-area: menu;
  background-image: url(../images/imag-home-2.png);
  background-position: center;
  background-size: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 400ms;
}
.container-page .menu:hover {
  transform: scale(1.03);
}
.container-page .main {
  grid-area: main;
  background-image: url(../images/imag-home-3.png);
  background-position: center;
  border-radius: 10px;
  background-size: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 400ms;
}
.container-page .main:hover {
  transform: scale(1.03);
}
.container-page .right {
  grid-area: right;
  background-image: url(../images/imag-home-4.png);
  background-position: center;
  border-radius: 10px;
  background-size: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 400ms;
}
.container-page .right:hover {
  transform: scale(1.03);
}
.container-page .footer {
  grid-area: footer;
  background-image: url(../images/imag-home-5.png);
  background-position: center;
  background-size: 100%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 400ms;
}
.container-page .footer:hover {
  transform: scale(1.03);
}

.footer-page-home {
  padding: 10px 40px 40px 40px;
  margin-top: 20px;
}
.footer-page-home h1 {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #174395;
}
.footer-page-home .join-team-home {
  display: flex;
}
.footer-page-home .join-team-home h1 {
  padding: 20px;
  font-weight: bold;
  color: #174395;
}
.footer-page-home .join-team-home .text {
  padding: 30px;
  margin-top: 80px;
  width: 100%;
  height: 40%;
  background: #ECE8FF;
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.footer-page-home .join-team-home .text h2 {
  padding: 40px 30px 20px 30px;
  font-weight: bold;
  color: #174395;
}
.footer-page-home .join-team-home .text h2 span {
  font-weight: bold;
  color: #FFC107;
}
.footer-page-home .join-team-home .text p {
  padding: 0px 30px 30px 30px;
  font-size: 17px;
  color: #174395;
}
.footer-page-home .join-team-home .text p span {
  padding: 10px;
  background: #5084E4;
  width: 15%;
  border-radius: 8px;
  color: #fff;
  margin-left: 30px;
}
.footer-page-home .join-team-home .text .btn-top {
  padding: 15px;
  background: #174395;
  width: 18%;
  font-size: 22px;
  border-radius: 9px;
  color: #fff;
  border: none;
  position: absolute;
  margin-top: -60px;
  margin-left: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 400ms;
}
.footer-page-home .join-team-home .text .btn-top:hover {
  transform: scale(1.03);
  text-decoration: underline;
}
.footer-page-home .join-team-home .text .btn-join {
  margin-left: 28px;
  border: none;
  background-color: #5084E4;
  padding: 7px;
  color: #fff;
  border-radius: 8px;
  transition: 400ms;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer-page-home .join-team-home .text .btn-join .fa-arrow-right {
  border: 1px solid;
  padding: 5px;
  border-radius: 50%;
  color: #5084E4;
  background-color: #fff;
}
.footer-page-home .join-team-home .text .btn-join:hover {
  transform: scale(1.03);
  text-decoration: underline;
}
.footer-page-home .join-team-home .text .right-card {
  width: 45%;
  height: 54.7%;
  background: radial-gradient(circle, rgb(23, 67, 149) 0%, rgb(80, 132, 228) 0%, rgb(23, 67, 149) 54%);
  position: absolute;
  margin-top: -23.7%;
  margin-left: 47%;
  -webkit-clip-path: polygon(37% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(37% 0, 100% 0%, 100% 100%, 0% 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footer-page-home .join-team-home .image-footer-home img {
  position: absolute;
  width: 450px;
  height: 450px;
  margin-left: -700px;
  margin-top: 0px;
}

.footer-mobile {
  display: none;
}

.title {
  margin-right: 180px;
}
.title h3 {
  font-size: 21px;
}
.title p {
  padding-top: 15px;
}

footer {
  display: flex;
}
footer .group-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 50px 30px;
  background-color: rgba(26, 61, 125, 0.768627451);
  min-height: 200px;
  position: absolute;
}
footer .group-footer .foot-img img {
  width: 54%;
  margin-left: 40px;
  padding: 10px;
  padding-top: 30px;
}
footer .group-footer .about ul li {
  display: flex;
  list-style-type: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
footer .group-footer .about ul li:hover {
  cursor: pointer;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
footer .group-footer .title p {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .background-foot {
  width: 100%;
  min-height: 270px;
  background-image: url(../../images/foot.png);
  background-position: center;
  background-size: cover;
}

nav .mobile {
  display: flex;
  align-items: center;
  background: #18283B;
}

ul {
  list-style: none;
}

ul li {
  display: inline-block;
}

ul li a {
  text-decoration: none;
  transition: all 0.3s ease;
}

#icon {
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#icon svg {
  margin-top: 40%;
  color: #FFF;
  height: 28px;
  transition: all 0.3s ease;
}

#checkbox,
#icon {
  display: none;
}

.footer-mobile {
  background: rgb(98, 199, 255);
  background: linear-gradient(90deg, rgb(98, 199, 255) 0%, rgb(0, 34, 163) 59%);
  padding: 15px;
}
.footer-mobile .copy-sign {
  text-align: center;
  padding: 15px;
}
.footer-mobile .foot-group-icon {
  text-align: center;
  font-size: 30px;
}
.footer-mobile .foot-group-icon .fa-google-plus, .footer-mobile .foot-group-icon .fa-facebook, .footer-mobile .foot-group-icon .fa-youtube, .footer-mobile .foot-group-icon .fa-square-x-twitter {
  padding: 15px;
}
.footer-mobile .foot-group-icon .fa-google-plus:hover, .footer-mobile .foot-group-icon .fa-facebook:hover, .footer-mobile .foot-group-icon .fa-youtube:hover, .footer-mobile .foot-group-icon .fa-square-x-twitter:hover {
  color: #fff;
}

.nav-2 {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-page .imag .image-header {
    height: 100%;
    background-size: cover;
    width: 100%;
  }
  .header-page .text-header {
    margin-top: 22%;
    padding: 20px 20px 0px 0;
    height: 23vh;
  }
  .header-page .text-header h1 {
    font-size: 40px;
  }
  .header-page .text-header h2 {
    font-size: 25px;
  }
  .header-page .text-header p {
    padding: 10px;
  }
  .header-page .text-header .btn-left {
    padding: 10px;
    width: 150px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #fff;
  }
  .header-page .text-header .btn-right {
    border: 1px solid #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .container-page {
    padding: 30px;
    margin-top: 7%;
  }
  .container-page .our-gallery {
    gap: 40px;
    grid-template-columns: 1.5fr 1.5fr;
    grid-template-rows: 1.5fr 1.5fr 1.5fr;
    grid-template-areas: "header main" "menu right" "footer footer";
  }
  .container-page .our-gallery div {
    padding: 10px;
  }
  .container-page .header {
    background-position: center;
    background-size: 100%;
    border-radius: 7.5px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
    margin-top: 15%;
  }
  .container-page .menu {
    background-position: bottom;
    border-radius: 7.5px;
    background-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .container-page .main {
    margin-top: 15%;
    background-position: center;
    border-radius: 7.5px;
    background-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .container-page .right {
    background-position: center;
    border-radius: 7.5px;
    background-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .container-page .footer {
    background-position: center;
    background-size: 100%;
    border-radius: 7.5px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .footer-page-home {
    padding: 8px 30px 30px 30px;
    margin-top: 10px;
    margin-bottom: 7%;
  }
  .footer-page-home h1 {
    font-size: 40px;
    margin-bottom: 3%;
  }
  .footer-page-home .join-team-home h1 {
    padding: 10px;
  }
  .footer-page-home .join-team-home .text {
    padding: 10px;
    margin-top: 40px;
    height: 250px;
    border-radius: 8px;
  }
  .footer-page-home .join-team-home .text h2 {
    padding: 20px 15px 10px 15px;
    font-size: 20px;
  }
  .footer-page-home .join-team-home .text p {
    padding: 0px 15px 15px 15px;
    font-size: 15px;
  }
  .footer-page-home .join-team-home .text p span {
    padding: 8px;
    width: 150px;
    border-radius: 8px;
    margin-left: 15px;
  }
  .footer-page-home .join-team-home .text .btn-top {
    padding: 10px;
    width: 15% px;
    font-size: 20px;
    border-radius: 7px;
    margin-top: -33px;
    margin-left: 50px;
  }
  .footer-page-home .join-team-home .text .btn-join {
    margin-left: 15px;
    padding: 7px;
    border-radius: 7px;
  }
  .footer-page-home .join-team-home .text .btn-join .fa-arrow-right {
    padding: 4px;
    border-radius: 50%;
  }
  .footer-page-home .join-team-home .text .right-card {
    width: 45%;
    height: 25.8%;
    margin-top: -333px;
    margin-left: 48%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 218.4%;
    left: 4%;
    right: 0;
    bottom: 0;
  }
  .footer-page-home .join-team-home .image-footer-home img {
    width: 40%;
    height: 30%;
    margin-left: -40%;
    margin-top: -10px;
  }
  footer .group-footer .foot-img img {
    opacity: 0;
  }
  footer .about ul li {
    margin-left: -25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .group-footer {
    width: 100%;
    min-height: 160px;
  }
  footer .group-footer .foot-img img {
    text-decoration: none;
    opacity: 0;
  }
  footer .group-footer .about .about ul li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
  }
  footer .group-footer .title p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  footer .background-foot {
    min-height: 230px;
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-mobile {
    display: none;
  }
  .nav-2 {
    display: none;
  }
  .nav-bar-header .left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    padding-top: 0.5%;
    padding-bottom: 0.5px;
  }
  .nav-bar-header .left-nav .logo-header {
    width: 70px;
    height: 60px;
    padding-bottom: 5px;
    margin-left: 5%;
  }
  .nav-bar-header .left-nav .title-name {
    text-shadow: 0 5px 5px #000;
    padding-right: 2%;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 2px;
    font-family: "Audiowide", sans-serif;
  }
  .nav-bar-header .right-nav .fisrt .text {
    margin-right: 125px;
  }
  .nav-bar-header .right-nav ul li {
    margin-right: 20px;
  }
  .header-page .imag .image-header {
    height: 100%;
    background-size: cover;
    width: 100%;
  }
  .header-page .text-header {
    margin-top: 22%;
    padding: 20px 20px 0px 0;
  }
  .header-page .text-header h1 {
    font-size: 40px;
  }
  .header-page .text-header h2 {
    font-size: 25px;
  }
  .header-page .text-header p {
    padding: 10px;
  }
  .header-page .text-header .btn-left {
    padding: 10px;
    width: 150px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #fff;
  }
  .header-page .text-header .btn-right {
    border: 1px solid #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .container-page {
    padding: 30px;
    margin-top: 7%;
  }
  .container-page .our-gallery {
    gap: 40px;
    grid-template-columns: 1.5fr 1.5fr;
    grid-template-rows: 1.5fr 1.5fr 1.5fr;
    grid-template-areas: "header main" "menu right" "footer footer";
  }
  .container-page .our-gallery div {
    padding: 10px;
  }
  .container-page .header {
    background-position: center;
    background-size: 100%;
    border-radius: 7.5px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
    margin-top: 15%;
  }
  .container-page .menu {
    background-position: bottom;
    border-radius: 7.5px;
    background-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .container-page .main {
    margin-top: 15%;
    background-position: center;
    border-radius: 7.5px;
    background-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .container-page .right {
    background-position: center;
    border-radius: 7.5px;
    background-size: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .container-page .footer {
    background-position: center;
    background-size: 100%;
    border-radius: 7.5px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 70%;
    width: 100%;
  }
  .footer-page-home {
    padding: 8px 30px 30px 30px;
    margin-top: 10px;
    margin-bottom: 7%;
  }
  .footer-page-home h1 {
    font-size: 40px;
    margin-bottom: 3%;
  }
  .footer-page-home .join-team-home h1 {
    padding: 10px;
  }
  .footer-page-home .join-team-home .text {
    padding: 10px;
    margin-top: 40px;
    height: 250px;
    border-radius: 8px;
  }
  .footer-page-home .join-team-home .text h2 {
    padding: 20px 15px 10px 15px;
    font-size: 20px;
  }
  .footer-page-home .join-team-home .text p {
    padding: 0px 15px 15px 15px;
    font-size: 15px;
  }
  .footer-page-home .join-team-home .text p span {
    padding: 8px;
    width: 150px;
    border-radius: 8px;
    margin-left: 15px;
  }
  .footer-page-home .join-team-home .text .btn-top {
    padding: 10px;
    width: 15% px;
    font-size: 20px;
    border-radius: 7px;
    margin-top: -33px;
    margin-left: 50px;
  }
  .footer-page-home .join-team-home .text .btn-join {
    margin-left: 15px;
    padding: 7px;
    border-radius: 7px;
  }
  .footer-page-home .join-team-home .text .btn-join .fa-arrow-right {
    padding: 4px;
    border-radius: 50%;
  }
  .footer-page-home .join-team-home .text .right-card {
    display: none;
    width: 45%;
    height: 25.8%;
    margin-top: -233px;
    margin-left: 48%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 223.3%;
  }
  .footer-page-home .join-team-home .image-footer-home img {
    width: 40%;
    height: 30%;
    margin-left: -40%;
    margin-top: -10px;
  }
  footer {
    display: flex;
  }
  footer .group-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 50px 30px;
    background-color: rgba(26, 61, 125, 0.768627451);
    min-height: 200px;
    width: 94%;
  }
  footer .group-footer .foot-img img {
    width: 54%;
    margin-left: 40px;
    padding: 10px;
    padding-top: 30px;
  }
  footer .group-footer .about ul li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    margin-left: -65px;
  }
  footer .background-foot {
    width: 100%;
    min-height: 270px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .nav-2 {
    padding: 10px;
    display: flex;
    background: linear-gradient(90deg, rgb(98, 199, 255) 0%, rgb(0, 34, 163) 59%);
  }
  .nav-2 h1 {
    font-size: 23px;
    margin-top: 6%;
    color: white;
    font-family: "Audiowide", serif;
    margin: 20px 0 0 20px;
  }
  .nav-2 .navlogo2 {
    width: 15%;
    margin: 2%;
  }
  .nav-bar-header {
    display: none;
  }
  ul {
    z-index: 2;
    top: 20px;
    position: absolute;
    width: 100%;
    height: calc(120vh - 71px);
    background-color: #18283B;
    left: 0;
    text-align: center;
    display: none;
    margin-top: 15%;
  }
  ul li {
    display: block;
    padding: 40px 20px;
  }
  ul li a {
    display: block;
    padding: 10px 0;
    color: white;
  }
  #icon {
    display: block;
    margin-left: 20px;
  }
  #checkbox:checked ~ ul {
    display: block;
  }
  .group-footer {
    width: 87%;
    height: 20%;
  }
  .group-footer .foot-img {
    opacity: 0;
  }
  .header-page .imag .image-header {
    height: 20% px;
  }
  .header-page .text-header {
    height: 120px;
    padding: 10px 0 20px 0;
  }
  .header-page .text-header h1 {
    font-size: 30px;
  }
  .header-page .text-header h2 {
    font-size: 20px;
  }
  .header-page .text-header p {
    position: absolute;
    opacity: 0;
  }
  .header-page .text-header .btn-left {
    margin-top: 10px;
    font-size: 10px;
    padding: 8px;
    width: 120px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #fff;
  }
  .header-page .text-header .btn-right {
    font-size: 10px;
    padding: 8px;
    width: 120px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #fff;
  }
  .container-page {
    padding: 30px;
    margin-top: 5px;
  }
  .container-page h1 {
    font-size: 20px;
    margin-top: 30px;
  }
  .container-page p {
    padding: 0px 15px 15px 15px;
    font-size: 15px;
  }
  .container-page .our-gallery {
    grid-template-columns: 1.5fr;
    grid-template-rows: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
    grid-template-areas: "header " "main" "menu" "right" "footer";
  }
  .container-page .our-gallery div {
    padding: 10px;
  }
  .container-page .header {
    background-size: 100%;
    border-radius: 7.5px;
  }
  .container-page .menu {
    border-radius: 7.5px;
    background-size: 100%;
  }
  .container-page .main {
    border-radius: 7.5px;
    background-size: 130%;
  }
  .container-page .right {
    border-radius: 7.5px;
    background-size: 100%;
  }
  .container-page .footer {
    background-size: 130%;
    border-radius: 7.5px;
  }
  .footer-page-home {
    padding: 8px 30px 30px 30px;
    margin-top: 10px;
  }
  .footer-page-home h1 {
    padding: 0px;
    font-size: 20px;
  }
  .footer-page-home .join-team-home h1 {
    padding: 0px;
  }
  .footer-page-home .join-team-home .text {
    padding: 10px;
    margin-top: 40px;
    height: 190px;
    border-radius: 8px;
  }
  .footer-page-home .join-team-home .text h2 {
    padding: 20px 15px 10px 15px;
    font-size: 15px;
  }
  .footer-page-home .join-team-home .text p {
    padding: 0px 15px 15px 15px;
    font-size: 10px;
  }
  .footer-page-home .join-team-home .text .btn-top {
    padding: 10px;
    width: 110px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: -28px;
    margin-left: 30px;
  }
  .footer-page-home .join-team-home .text .btn-join {
    margin-left: 15px;
    padding: 5px;
    border-radius: 5px;
    font-size: 8px;
  }
  .footer-page-home .join-team-home .text .btn-join .fa-arrow-right {
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 50%;
  }
  .footer-page-home .join-team-home .text .right-card {
    width: 35%;
    height: 213px;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 26% 100%);
            clip-path: polygon(100% 0, 100% 0%, 100% 100%, 26% 100%);
    margin-top: -182px;
    margin-left: 50.5%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .footer-page-home .join-team-home .image-footer-home img {
    opacity: 0;
  }
  .footer-mobile {
    display: block;
  }
  footer {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */