@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200&display=swap');
body {
  width: 100%;
  font-family: 'Heebo', sans-serif;
}

header {
  height: 12vh;
}

#techCareer-logo {
  width: 10%;
}

article#article1 {
  height: 91vh;
  position: relative;
}

.content .first {
  font-size: 1.5rem;
  font-weight: bold;
}

#aboutTech-video {
  width: 100%;
  height: 91vh;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

#article2 {
  padding: 20px;
  text-align: -webkit-center;
}

.content {
  position: absolute;
  top: 0;
  height: 91vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  padding: 20% 29px 0 40px;
  text-shadow: 4px 3px 1px black;
}

.content p {
  direction: rtl;
  text-align: center;
  font-size: larger;
}

#subcontent {
  text-align: right;
  direction: rtl;
  padding: 50px 100px;
  background-color: #f8f9fa !important;
}

#more {
  display: none;
}

.show {
  display: block;
}

.btn {
  margin: 0 auto;
  margin-left: 44%;
}

img {
  width: 100%;
}

.courseImg {
  height: 30vh;
}

.row {
  justify-content: center;
}

.col-sm-3 {
  padding: 2% 2%;
}

.card {
  position: relative;
}

.card h3 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #adf;
  font-weight: bold;
  text-decoration: none;
}

h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0000006e;
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 22%;
}

#article3 {
  background-color: #d5d5d5;
  height: 100vh;
  overflow-y: scroll;
  direction: rtl;
  text-align: right;
}

#footer {
  background-color: #F8F9FA;
  height: 30vh;
}

.copyright {
  border-top: 1px solid gray;
  margin: 0 15%;
}

#footer {
  background-color: #F8F9FA;
  height: 30vh;
  text-align: center;
}

.social-media {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.social-media a {
  color: #000 !important;
}

.social-media i {
  height: 25px;
  width: 25px;
  margin: 20px 10px;
  padding: 4px;
  color: #000;
  transition: 0.5s;
}

.social-media i:hover {
  transform: scale(1.5);
}

.copyright a {
  color: #000 !important;
}