* {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  cursor: default;
}

.header {
  min-height: 100vh;
  width: 100%;
  background-image: url(images/landingfrai.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

nav {
  display: flex;
  padding: 1%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

nav img {
  width: 100px;
}

.nav-links {
  flex: 1;
  text-align: right;
  right: 30px;
  position: absolute;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 8px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #f44336;
  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;
}

.mc-box {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1 {
  font-size: 30px;
}

.text-box p {
  margin: 10px 0 40px;
  font-size: 20px;
  color: #fff;
}

nav .fa {
  display: none;
}

@media (max-width: 700px) {
  .text-box h1 {
    font-size: 61px;
  }
  .nav-links ul li {
    display: block;
  }
  .nav-links {
    position: absolute;
    background: #f44336;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    display: none;
  }

  nav .fa {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }
  .nav-links ul {
    padding: 30px;
  }
}

.course {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

h1 {
  font-size: 36px;
  font-weight: 600;
}

p {
  color: #777;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  padding: 10px;
}

.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.course-col {
  flex-basis: 31%;
  background: #effff4;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5s;
}

h3 {
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}

.course-col:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 700px) {
  .row {
    flex-direction: column;
  }
}

.cta {
  margin: 100px auto;
  width: 85%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
    url(images/contactme2.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 200px 0;
}

.cta h1 {
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
}

@media (max-width: 700px) {
  .cta h1 {
    font-size: 24px;
  }
}

.icons .fa {
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 3px solid;
  padding: 12px 34px;
  background: transparent;
  position: relative;
  cursor: pointer;
  font-size: 22px; /* Adjust the value to your desired size */
  margin-right: 20px;
}

.hero-btn:last-child {
  margin-right: 0px;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.channel-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Adjust the gap between buttons */
}

.channel-button {
  display: inline-block;
}

.channel-button img {
  width: 125px; /* Adjust the width to your liking */
  height: 100px; /* Adjust the height to your liking */
  border-radius: 10px; /* Optional: add a rounded corner effect */
}

.channel-button a {
  display: block;
}

.channel-button a:hover {
  border: 2px solid #fff; /* Add a white border on hover */
  border-radius: 10px; /* Optional: add a rounded corner effect */
}

.channel-button a:hover img {
  opacity: 0.9; /* Optional: add a slight opacity effect on hover */
}

.channelframe {
  width: 80vw; /* 80% of the viewport width */
  height: 80vh; /* 80% of the viewport height */
  border: none;
  display: block;
  margin: 0 auto;
  border-radius: 7px;
}

.tool-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Adjust the gap between buttons */
}

.tool-button {
  display: inline-block;
}

.tool-button img {
  width: 145px; /* Adjust the width to your liking */
  height: 135px; /* Adjust the height to your liking */
  border-radius: 10px; /* Optional: add a rounded corner effect */
}

.tool-button a {
  display: block;
}

.tool-button a:hover {
  border: 2px solid #fff; /* Add a white border on hover */
  border-radius: 10px; /* Optional: add a rounded corner effect */
}

.tool-button a:hover img {
  opacity: 0.9; /* Optional: add a slight opacity effect on hover */
}

.game-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Adjust the gap between buttons */
}

.game-button {
  display: inline-block;
}

.game-button img {
  width: 150px; /* Adjust the width to your liking */
  height: 150px; /* Adjust the height to your liking */
  border-radius: 10px; /* Optional: add a rounded corner effect */
}

.game-button a {
  display: block;
}

.game-button a:hover {
  border: 2px solid #fff; /* Add a white border on hover */
  border-radius: 10px; /* Optional: add a rounded corner effect */
}

.mc-header {
  height: 50vh;
  width: 100%;
  background-image: url(images/landingfrai.png);
  background-position: center;
  background-size: cover;
}

.mc-header h1 {
  margin-top: 100px;
}

.mc-tuto {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px; /* Adds space between the text and the image */
}

.tuto-col {
  flex-basis: 50%;
  padding: 30px 2px;
  text-align: left;
}

.tuto-col img {
  width: 100%;
}

.tuto-col h1 {
  padding-top: 0;
}

.tuto-col h3 {
  padding-top: 0;
}

.tuto-col p {
  padding: 15px 0 25px;
}

.tutorial-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tutorial-step h3 {
  margin-bottom: 0px; /* Adds space below the title */
  font-size: 28px; /* Adjust font size if needed */
  text-align: left;
  margin-top: 35px;
}

.tutorial-step h4 {
  margin-bottom: 10px; /* Adds space below the subtitle */
  font-size: 22px; /* Optional: Adjust subtitle size */
}

.tutorial-step p {
  margin-top: 0px; /* Adds space above the paragraph */
  line-height: 1.6; /* Improves readability by increasing line spacing */
}

.tutorial-step img {
  max-width: 100%; /* Ensures the image doesn't exceed its container */
  height: auto; /* Maintains the aspect ratio of the image */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.yesyesyesimg {
  max-width: 100%; /* Ensures the image doesn't exceed its container */
  height: auto; /* Maintains the aspect ratio of the image */
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
