@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin-top: 75px;
}

/* --------------------------- HEADER --------------------------- */
header {
  position: sticky;
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}
header .header-content h1 {
  margin: 2px 0;
}
header .header-content nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.contact-btn {
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  background: #034486;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-btn:hover {
  background: #00366b;
}

#close-menu,
#open-menu {
  display: none;
  cursor: pointer;
}

/* --------------------------- BODY --------------------------- */
body.rtl {
  direction: rtl;
  text-align: right;
}

body.ltr {
  direction: ltr;
  text-align: left;
}

body {
  font-family: "Nunito Sans", sans-serif;
  margin: 0 auto;
  text-align: left;
  top: 0 !important;
  line-height: 1.6;
  color: #000023;
}

main {
  background-color: white;
  padding: 20px 25px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 4px;
}

/* --------------------------- TYPOGRAPHY --------------------------- */
a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  color: black;
  font-size: 22px;
}

h2 {
  color: #034486;
}

p {
  margin-bottom: 1em;
}

/* --------------------------- BANNER --------------------------- */
.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/home.webp");
}
.banner .banner-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
  height: 400px;
  color: white;
  padding: 20px;
}
.banner.bg-2 {
  background-image: url("../images/background.webp");
}
.banner.bg-3 {
  background-image: url("../images/contact.webp");
  background-position: 0 68%;
}
.banner h2 {
  color: white;
  margin: 0;
  font-size: 50px;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
.banner span {
  opacity: 0;
  font-size: 22px;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------------- HOME --------------------------- */
.intro {
  display: inline-block;
  margin-bottom: 20px;
  background-color: white;
  color: #000023;
}

.title {
  font-size: 22px;
  font-weight: bold;
  color: #034486;
  margin-bottom: 10px;
  text-align: start;
}

.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #034486;
  color: white;
  padding: 10px 20px;
  margin: 2px 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  text-align: start;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button::after {
  content: url("../images/icons/chevron-right-solid.svg");
  width: 10px;
  height: 20px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(22%) hue-rotate(318deg) brightness(104%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(22%) hue-rotate(318deg) brightness(104%) contrast(107%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-row :hover {
  background-color: #00366b;
}
.button-row :hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* --------------------------- TRANSLATE BOX --------------------------- */
.skiptranslate .skiptranslate {
  display: none !important;
}

#translate-box {
  z-index: 9999;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
}

.goog-te-gadget-simple {
  border: none !important;
}

/* --------------------------- SUBPAGE --------------------------- */
.content {
  background-color: white;
}

iframe {
  margin-top: 20px;
  width: 100%;
  aspect-ratio: 16/9;
}

/* --------------------------- GALLERY --------------------------- */
.image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px auto;
}
.image-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lightbox img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}
.lightbox .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.lightbox .nav {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3em;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  pointer-events: all;
}
.lightbox .nav:hover {
  background: rgba(0, 0, 0, 0.4);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2em;
  color: white;
  cursor: pointer;
  z-index: 1000;
}

/* --------------------------- CONTACT --------------------------- */
.container {
  margin: 30px auto;
  background-color: #034486;
  padding: 40px;
  border-radius: 4px;
  color: white;
}
.container h1 {
  margin: 0;
  margin-bottom: 20px;
  color: white;
  font-size: 22px;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  margin: 6px 0;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  font-family: inherit;
}

textarea {
  resize: vertical;
}

button {
  display: inline-block;
  background-color: white;
  color: #034486;
  padding: 10px 25px;
  border: none;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button:hover {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

/* --------------------------- FOOTER --------------------------- */
footer {
  margin-top: 50px;
  background-color: #00366b;
}
footer .footer-inner {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0px;
  margin-bottom: 50px;
}
footer .footer-top h3 {
  color: white;
  margin: 0;
  text-align: start;
  font-size: 30px;
}
footer .footer-top p {
  max-width: 700px;
  margin: 0;
  color: white;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 20px;
}
footer .footer-content .footer-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 150px;
}
footer .footer-content .footer-content-item p {
  color: white;
  font-size: 22px;
  margin: 0;
}
footer .footer-content .footer-content-item h4 {
  color: white;
  margin: 0;
  margin-bottom: 10px;
}
footer .footer-content .footer-content-item a {
  color: white;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-content .footer-content-item a:hover {
  opacity: 1;
}
footer .footer-copyright {
  padding: 15px 20px;
  background-color: #000023;
  color: white;
}
footer .footer-copyright p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

/* --------------------------- MEDIA QUERIES --------------------------- */
@media only screen and (max-width: 992px) {
  footer .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  header .header-content nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    gap: 20px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
  }
  header .header-content nav.active {
    opacity: 1;
    pointer-events: all;
  }
  header .header-content .nav-separator {
    display: none;
  }
  .banner h2 {
    font-size: 40px;
  }
  #open-menu,
  #close-menu {
    display: block;
  }
  #close-menu {
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .button-row {
    margin-bottom: 20px;
  }
  .title {
    font-size: 16px;
  }
  .container {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .banner .banner-overlay {
    height: 300px;
  }
  .banner h2 {
    font-size: 8vw;
  }
  .banner span {
    font-size: 5vw;
  }
  footer {
    margin-top: 0;
  }
  footer .footer-inner {
    padding: 20px;
  }
  footer .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .lightbox img {
    width: 80%;
  }
  .image-gallery {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */