@font-face {
  font-family: "Archia";
  src: url("assets/fonts/Archia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DalaMoa";
  src: url("assets/fonts/DalaMoa-Medium-Web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Archia", sans-serif;
  color: #333;
  position: relative;
}
header {
  font-family: "DalaMoa", serif;
  font-size: 2em;
  background-color: white;
  padding: 20px 40px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
}
header a {
  text-decoration: none;
  color: #00aff0;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: "Archia", sans-serif;
  font-size: 0.6em;
}
header a:hover {
  color: #1b73ba;
}
h1,
h2,
h3 {
  margin: 0 0 10px 0;
  font-family: "DalaMoa", serif;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
}
p,
li {
  line-height: 1.8;
}
section,
footer {
  padding: 20px;
  margin: 10px;
}
footer{
  margin-top: 4em;
}
section {
  padding: 0 10px;
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 4em;
}

.hero-text {
  position: relative;
  z-index: 1;
  max-width: 525px;
}
.hero-text a {
  text-decoration: none;
  color: #00aff0;
  font-weight: bold;
  transition: all 0.3s ease;
}
.hero-text a:hover {
  color: #1b73ba;
}
.yellow-circle {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 10%;
  width: 700px;
  height: 700px;
  background-color: #ffde15;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
}
.logo {
  color: #00aff0;
}
.courses {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.course-card {
  padding: 15px;
  max-width: 525px;
  text-align: center;
}
.buttons-course {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.button-primary {
  display: inline-block;
  padding: 20px 40px;
  background-color: #1b73ba;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.button-primary:hover {
  transform: scale(1.2);
}
.button-secondary {
  display: inline-block;
  padding: 20px 40px;
  background-color: #ffde15;
  color: black;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.button-secondary:hover {
  transform: scale(1.2);
}
.qti-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: bold;
}
.two-col-text {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.eu-funding {
  max-width: 825px;
  border-radius: 100px;
  padding: 20px;
  background-image: linear-gradient(
    to right,
    #0000ec,
    #622881,
    #c14f2b
  ) !important;
  background-attachment: fixed !important;
  background-repeat: repeat-y;
  color: white;
}
.eu-text {
  max-width: 525px;
}
.eu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.eu-footer-elem {
  flex: 1;
  margin: 10px;
  min-width: 150px; 
  box-sizing: border-box;
  text-align: center;
}
.eu-footer-elem a img, .eu-footer-elem img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.eu-footer-elem a img:hover {
  transform: scale(1.1);
}
.eu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 4em;
}
.button-eu {
  display: inline-block;
  padding: 20px 40px;
  background-color: tramparent;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.button-eu:hover {
  background-color: white;
  color: #1b73ba;
  transform: scale(1.1);
}
.flag {
  border-radius: 30px;
  max-width: 90%;
  height: auto;
  padding-left: 10px;
}
.eu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8em;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 20px;
  margin: 10px;
}
.copyright {
  text-align: center;
  margin-top: 3em;
  font-size: 0.9em;
  color: #777;
}
.main-menu {
  padding: 0 !important;
  margin: 0 !important;
  padding-inline-start: 0 !important;
}
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.main-menu li a {
  text-decoration: none;
  color: #00aff0;
  transition: all 0.3s ease;
}
.main-menu li a:hover {
  transform: scale(1.1);
  color: #1b73ba;
}
.social-icons a img {
  margin: 0 5px;
  transition: all 0.3s ease;
}
.social-icons a img:hover {
  transform: scale(1.2);
}
.video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 2em;
  margin-bottom: 4em;
}
video {
  border: none;
}
.blue-bar {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background-color: #1b73ba;
}
.circuit-bar {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background-image: url("/assets/img/qcsw-head-background.png");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.white {
  color: white;
}
.video-section h1 {
  font-size: 3em;
  text-align: center;
}
.video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.eu-button{
  text-align: center;
}
.accordion-container {
  max-width: 1050px;
  margin: 0 auto;
}
.accordion {
  font-family: "DalaMoa", serif;
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.8em;
  transition: all 0.4s ease;
}

.active, .accordion:hover {
  background-color: #ffde15; 
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.curriculum-title h2{
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: '\002D';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.wrapper-btn{
  text-align: center;
  margin-bottom: 4em;
}
.wrap-img{
  text-align: center;
  margin: 4em 0;
}
.content-text{
  max-width: 1050px;
  margin: 0 auto;
}
.left{
  text-align: left;
}
.form-title{
  text-align: center;
  font-size: 3em;
  margin: 20px 0;
}
input[type=text], [type=email], select, textarea, input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: "Archia", sans-serif;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #00aff0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #1b73ba;
}
.space-top{
  margin-top: 20px;
}

.form-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {
  .hero,
  .courses,
  .two-col-text,
  .eu-footer,
  .footer-links {
    flex-direction: column;
  }
  .eu-footer-elem {
    max-width: 80% !important;
  }
  .course-card,
  .hero-text,
  .eu-text {
    max-width: 90% !important;
  }
  .hero img,
  .course-card img {
    width: 95% !important;
    height: auto !important;
  }
  .footer-links {
    padding: 0;
  }
  .video-section .video-js {
    width: 95% !important;
    height: 250px !important;
  }
  header .container {
    flex-direction: column;
  }
  footer{
    padding: 10px !important;
  }
  .social-icons a img {
    margin: 0 2px;
  }
  .qtindu-logo img{
    width: 90% !important;
    height: auto !important;
  }
  .wrap-img img{
    width: 95% !important;
    height: auto !important;
  }
}
