* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "sans-serif";
}

/* Page 1 */
.header {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(img-1.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

nav a img {
  width: 60px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  display: inline-block;
  list-style: none;
  padding: 15px 12px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1 {
  font-size: 50px;
}

.text-box p {
  font-size: 20px;
  margin: 20px 0;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: transparent;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: bold;
  margin: 20px 10px 0 0;
  transition: 0.5s;
}

.hero-btn:hover {
  background: #ff0000;
  color: #fff;
  border-radius: 10px;
}

.menu-hamburger {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 35px;
  display: none;
}

@media only screen and (max-width: 750px) {
  .text-box h1 {
    font-size: 30px;
  }
  .text-box-1 {
    text-align: center;
  }

  .container-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container-2 .text-box-2 {
    top: 65%;
  }

  .text-box p {
    font-size: 15px;
  }
  .menu-hamburger {
    display: block;
    z-index: 100;
  }

  nav a img {
    width: 60px;
    padding: 19px 0;
  }
  .nav-links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(225, 225, 225, 0.2);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 100;
    margin-left: -100%;
    transition: all 0.5s ease;
  }

  .nav-links.mobile-menu {
    margin-left: 0;
  }
  .nav-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container-1 .info {
    padding: 10px 0;
    margin-left: 30px;
  }
  .container-1 .info h1 {
    font-size: 30px;
  }
  .container-1 .info p {
    font-size: 15px;
  }

  .container-1 .img h2 {
    font-size: 30px;
    margin-top: 50px;
  }
  .container-1 .img p {
    font-size: 15px;
  }

  .col-2 {
    margin-top: 30px;
  }

  .col-2 .img-1 {
    width: 100%;
    height: 100%;
  }

  .col-2 .small-img-col img {
    width: 100%;
    height: 100%;
  }

  .col-2 .nav-section ul {
    display: none;
  }

  .container-3 .content h1 {
    font-size: 25px;
    margin-top: 10px;
    padding: 5px 0;
  }

  .text-col,
  .img-col {
    flex-basis: 100%;
    text-align: center;
  }

  .row {
    flex-direction: column;
  }

  .row .col {
    border-bottom: 1px solid #333;
    width: 100%;
  }

  .text-box-10 {
    margin-top: 10px;
    text-align: center;
  }
  .text-box-10 .btn-1 {
    width: 100%;
  }
  .text-box-10 .btn-2 {
    width: 100%;
  }
}

/* Page 2 */
.container {
  min-height: 100vh;
  width: 100%;
  background-image: url(i7.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.text-box-1 {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-box-1 h1 {
  font-size: 40px;
}

.text-box-1 p {
  font-size: 20px;
  margin: 20px 0;
}

.text-box-2 {
  width: 90%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 600px;
  position: absolute;
  left: 5%;
}

.text-box-2 h1 {
  font-size: 30px;
  font-weight: 100;
}

.text-box-2 p {
  font-size: 20px;
  margin: 10px 0;
}

.container-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-1 .info {
  padding: 10px 0;
}

.container-1 .info h1 {
  font-size: 20px;
  font-weight: 100;
  padding: 5px 0;
}

.container-1 .info .list {
  padding: 10px 0;
  font-size: 15px;
}

.container-1 .info .list li {
  padding: 5px 0;
}

.img {
  padding: 60px 0;
}
.img h2 {
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 5px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.img p {
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
}

.col-2 {
  padding: 10px;
  text-align: center;
  margin-top: 50px;
}

.small-img-row {
  display: flex;
  justify-content: center;
}

.small-img-col {
  padding: 10px;
  cursor: pointer;
}
.small-img-col img {
  transition: 0.5s;
  border: solid 1px #848484;
}
.small-img-col img:hover {
  transform: scale(1.2);
}

.nav-section {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px;
}

.nav-section ul {
  display: flex;
  justify-content: space-between;
}

.nav-section ul li {
  list-style: none;
  padding: 0 10px;
}

.nav-section ul li a {
  color: #666;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.nav-section ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #666;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-section ul li:hover::after {
  width: 100%;
}

.content {
  padding: 50px 0;
}

.content h1 {
  font-size: 40px;
  font-weight: 100;
  padding: 5px 0;
  padding-top: 50px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.content video {
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.content-2 {
  padding: 40px 10%;
}
.row {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 0;
}
.text-col {
  flex-basis: 50%;
  margin-bottom: 150px;
}
.img-col {
  flex-basis: 50%;
  margin-bottom: 20px;
}
.img-col img {
  display: block;
  width: 90%;
  margin: auto;
}

.text-col h2 {
  font-size: 30px;
  font-weight: 100;
  padding: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.text-col p {
  font-size: 20px;
  padding: 5px 0;
}

/* page 3 */

.The-new-7 {
  min-height: 100vh;
  width: 100%;
  background-image: url(7.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.text-box-10 {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-box-10 h1 {
  font-size: 40px;
}

.text-box-10 p {
  font-size: 20px;
  margin: 20px 0;
}

.btn-1 {
  text-decoration: none;
  color: #fff;
  background: #0024f3;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  width: 20%;
  margin: 10px;
  transition: 0.5s;
  margin-left: 0px;
}

.btn-1:hover {
  background: #229cff;
  color: #000;
  border-radius: 10px;
}

.btn-2 {
  text-decoration: none;
  color: #fff;
  background: #0024f3;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  border: none;
  width: 20%;
  margin: 10px;
  transition: 0.5s;
  margin-left: 0px;
}

.btn-2:hover {
  background: #229cff;
  color: #000;
  border-radius: 10px;
}

/* Footer */
.footer {
  padding: 15px 8% 0;
  border-top: 1px solid #333;
  color: #777;
}
.footer h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 5px;
  text-align: left;
}

.footer .list {
  display: flex;
  list-style: none;
  margin-left: -10px;
}
.footer .col {
  flex-basis: 25%;
  flex-grow: 1;
  padding: 10px 0;
  margin-bottom: 20px;
}

.footer .col h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  text-align: left;
  color: black;
}
.footer .col a {
  color: #777;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer .col a:hover {
  color: #000;
  transition: 0.5s;
}
.footer .row {
  align-items: flex-start;
  padding: 10px 0;
}
.footer .language-btn {
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.copyright-text {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
