/* Asterisk wildcard selector to override default styles added by the browser */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

/* primary and secondary colors import from _colors.scss */
/* header styles */
header {
  width: 100%;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

i {
  color: #ffffff;
}

.icons-header {
  display: flex;
  gap: 14px;
}

.icons-header a:hover i {
  color: #d94140;
}

.header-button {
  padding: 10px 30px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #d94140;
  transition: background-color 0.9s;
}

.header-button:hover {
  background-color: #ffffff;
  color: #d94140;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 15%;
}

/* media scree for 768px */
@media screen and (max-width: 768px) {
  .header-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-logo img {
    width: 160px;
    margin-top: 46px;
  }
  .icons-header i {
    margin-top: 25px;
  }
}
/* hero styles */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Background bg header */
.bg-header {
  position: relative;
}

.bg-header::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(6, 17, 35, 0.2), #06121e), url("../images/pexels-khairul-nizam-16516.webp");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-position: 55% 0;
}

/* Background bg header */
/* HERO */
.hero {
  color: #ffffff;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.hero h1 {
  text-align: center;
  line-height: 145%;
  max-width: 950px;
  font-size: 50px;
}

.hero p {
  text-align: center;
  margin: 15px 0;
}

/* HERO */
/* button - join us */
.button-join {
  padding: 15px 30px;
  color: #ffffff;
  background-color: #d94140;
  border-radius: 10px;
  font-size: 20px;
  border: 0;
  margin: 15px 0;
  font-weight: 500;
}

.button-join:hover {
  color: #d94140;
  background: #ffffff;
  transition: background-color 0.9s;
}

/* button - join us */
/* media screen up to 768px for Hero */
@media screen and (max-width: 768px) {
  .hero {
    min-height: 65vh;
  }
  .hero h1 {
    font-size: 35px;
    padding: 0 15px;
    width: 100%;
  }
  .hero p {
    font-size: 13px;
  }
}
/* media screen up to 768px for Hero */
/* media screen up to 480px for Hero */
@media screen and (max-width: 480px) {
  .hero h1 {
    font-size: 25px;
  }
}
/* media screen up to 480px for Hero */
/* about section */
.about {
  background-color: #06121e;
  overflow: hidden;
  color: #ffffff;
}

.about-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 35px 15px 65px 15px;
}
.about-main-content img {
  max-width: 570px;
}

.about-main-content > div {
  flex: 1;
}

/* about section */
/* description */
.description h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.description p {
  line-height: 160%;
  margin-bottom: 20px;
}

/* description */
/* about media up to 768px screens */
@media screen and (max-width: 768px) {
  .about-main-content {
    flex-direction: column;
  }
}
/* about media up to 768px screens */
/* Courses cards */
.courses {
  background-color: #d94140;
  opacity: 0.8;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 55px 15px;
}

.courses-content h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.courses-content p {
  max-width: 1000px;
  margin-bottom: 20px;
  text-align: center;
}

.courses-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 45px 35px 45px;
}

.single-card-course {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #06121e;
  border-radius: 15px;
  box-shadow: 0 -1px 15px -5px rgba(0, 0, 0, 0.6);
}

.single-card-course img {
  width: 100%;
  max-width: 350px;
}

.single-card-course img:hover {
  z-index: 1;
  transform: scale(1.3);
  transition: 0.9s;
}

.courses-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #06121e;
  z-index: 2;
  color: #ffffff;
  font-weight: bold;
}

.courses-info h3 {
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .courses-cards {
    flex-direction: column;
  }
}
/* Courses cards */
/* video tour */
.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #06121e;
  padding: 25px;
}

.video h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  padding: 25px 0px 15px 0px;
}

@media screen and (max-width: 768px) {
  .video-content iframe {
    width: 100%;
    max-width: 100%;
  }
  .h2 {
    text-align: center;
    justify-content: center;
  }
}
/* video tour */
/* footer */
.footer-content img {
  width: 100px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  background-color: #d94140;
}

.footer-content {
  justify-content: center;
  text-align: center;
  padding: 0;
}

.contact-us {
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 0 10px 0;
}

.contact-us strong {
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  footer-section {
    width: 100%;
    max-width: 100%;
    margin: 0px 20px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer-section {
    width: 100%;
    max-width: 100%;
    margin: 0px 20px 0px 20px;
  }
}
/* footer */
/* signUp styles */
.login-area {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.login-area img {
  width: 150px;
}

.sign-logo {
  display: flex;
  justify-content: center;
}

.login {
  background-color: #d94140;
  width: 400px;
  height: 400px;
  border-radius: 25px;
  opacity: 0.95;
}

.login form {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.login input {
  padding: 10px;
  margin: 5px;
  border: 0;
  border-radius: 10px;
}

.icons-signup {
  display: flex;
  justify-content: space-around;
  padding: 5px;
  margin: 15px 30px 0px 30px;
}

form [type=submit] {
  background-color: rgb(54, 146, 176);
  display: block;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

form [type=submit]:hover {
  background-color: #ffffff;
  color: rgb(1, 1, 75);
  font-weight: bold;
  transition: 0.9s;
}

input::-moz-placeholder {
  color: #d94140;
  font-size: 15px;
}

input::placeholder {
  color: #d94140;
  font-size: 15px;
}

/* gallery styles */
.gallery {
  width: 100%;
  height: 90vh;
  background-color: #d94140;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 45vh;
}

.galley_text h2 {
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin: 10px 0px 10px 15px;
}

.img_cards_gallery {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_cards_gallery img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.img_gallery {
  margin: 5px;
}

.hg2 {
  grid-column: span 2;
}

.wg2 {
  grid-row: span 2;
}

@media screen and (max-width: 768px) {
  .hg2 {
    grid-column: span 2;
  }
  .wg2 {
    grid-row: span 2;
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 22.5vh;
  }
}
/* General styles */
body {
  font-family: "Sora", sans-serif;
  width: 100%;
  height: 100vh;
  background-color: #06121e;
}

/* Button styles */
button {
  font-family: "Sora";
  cursor: pointer;
}

/* img styles */
svg {
  width: 100%;
}

img {
  width: 100%;
}

/* a general styles */
a {
  cursor: pointer;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */