/*  
Theme Name: IT Skill Station
Theme URI:
Version: 2025
Description: IT Skill Station
Author: IT Skill Station
Author URI: www.itskillstation.com
*/

:root {
  --primary: #f73b20;
  --secondary: #f00;
  --white: #ffffff;
  --black: #000000;
  --bs-heading-color: #000000;
  --primary-font: "Inter", serif;
  --secondary-font: "GeoSlab703";
  --light: #f2f2f2;
}

@font-face {
  font-family: "GeoSlab703";
  src: url("assets/fonts/GeometricSlab703BT-Bold.woff2") format("woff2"),
    url("assets/fonts/GeometricSlab703BT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GeoSlab703";
  src: url("assets/fonts/GeometricSlab703BT-Medium.woff2") format("woff2"),
    url("assets/fonts/GeometricSlab703BT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
html,
body {
  font-family: "Inter", serif;
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-optical-sizing: auto;
}
body {
  background: url(assets/images/texture.svg) no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
html {
  position: relative;
  min-height: 100%;
  margin-top: 0px !important;
}
.row-gap {
  margin: 0 -5px;
}
.row-gap [class*="col-"],
.row-gap .col {
  padding: 0 5px;
}
.row-gap-lg {
  margin: 0 -1.25rem;
}
.row-gap-lg [class*="col-"],
.row-gap-lg .col {
  padding: 0 1.25rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primary);
  text-decoration: none;
}
button,
input[type="submit"] {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover,
a:focus {
  color: var(--primary);
}
a:hover,
a:focus,
button,
.btn,
input[type="checkbox"] {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0px !important;
}
label {
  font-weight: normal;
}
.fw-thin {
  font-weight: 100;
}
h1,
a h1,
h2,
a h2,
h3,
a h3,
h4,
a h4,
h5,
a h5,
h6,
a h6 {
  font-family: var(--secondary-font);
  font-weight: bold;
  color: inherit;
}
h1,
.h1 {
  font-size: 3.5rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.select,
.form-select,
.form-control {
  font-family: var(--primary-font) !important;
}
textarea.form-control {
  height: 90px;
  font-family: var(--primary-font);
}
.text-primary {
  color: var(--primary) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.font-primary {
  font-family: var(--primary-font);
}
.font-secondary {
  font-family: var(--secondary-font);
}
.form-control:focus,
.form-select:focus {
  border-color: #fdc2ad;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(248, 88, 33, 0.2);
}
.form-control {
  height: 38px;
  border-width: 2px;
}
.form-control-lg {
  height: 45px;
}
.form-control-sm {
  height: 32px;
}
.btn {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0 1.5rem;
  line-height: 36px;
  border-radius: 10px;
  border-width: 2px;
}
.btn-lg {
  line-height: 42px;
  font-size: 1rem;
  padding: 0 2rem;
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check) + .btn-primary:active {
  background-color: #e10600;
  border-color: #e10600;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.rounded {
  border-radius: 1rem !important;
}
.rounded-lg {
  border-radius: 1.25rem !important;
}
.rounded-md {
  border-radius: 0.5rem !important;
}
.rounded-sm {
  border-radius: 0.25rem !important;
}
/* Header Start */
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.page-header:before {
  content: "";
  width: 40vw;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.1);
}
.brand-logo {
  max-width: 120px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header .navbar {
  background-color: var(--white);
  border-radius: 0 0 3rem;
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.1);
}
.page-header .navbar .nav-link {
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.page-header .navbar .nav-link:after,
.page-header .dropdown-menu a:before,
.course-desc .card ul li:before,
.course-careers ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.25rem;
  border: none;
}
.page-header .dropdown-menu a {
  font-size: 0.85rem;
  padding: 0.6rem 2rem;
  position: relative;
}
.page-header .dropdown-menu a:before {
  position: absolute;
  top: 1.05rem;
  left: 0.75rem;
  transform: scale(0);
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.page-header .dropdown-menu a:hover:before,
.page-header .dropdown-menu a.active:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.page-header .dropdown-menu a:hover,
.page-header .dropdown-menu a.active {
  color: var(--black);
}
.page-header .dropdown-menu a.active,
.page-header .dropdown-menu a:focus,
.page-header .dropdown-menu a:active {
  background-color: var(--white);
}

/* Header End */

/* Footer Start */
.page-footer {
  position: relative;
}
.footer-nav-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: flex-end;
  line-height: 0.8;
  gap: 0.25rem;
}
.footer-nav-title:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary);
}
.footer-nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-nav .nav-link,
.footer-nav .menu-item a {
  color: var(--white);
  opacity: 0.5;
  padding: 0.5rem 0;
  font-size: 0.85rem;
  display: inline-block;
}
.footer-nav .nav-link:hover,
.footer-nav .menu-item a:hover {
  opacity: 1;
}
.footer-contact {
  margin-top: -15rem;
}
.footer-sub-title,
.title-space {
  font-weight: 600;
  font-size: 0.725rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.footer-social {
  background-color: rgba(0, 0, 0, 0.1);
}
/* Footer End */

.hp-banner,
.inner-banner {
  position: relative;
  height: 100vh;
  background-color: var(--black);
}
.hp-banner-img,
.inner-banner-img,
.cover-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hp-banner-img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.hp-banner-text,
.inner-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.hp-banner-text h1,
.inner-banner-text h1 {
  font-size: 4rem;
}
.hp-banner-text h1 strong,
.inner-banner-text h1 strong {
  position: relative;
}
.hp-banner-text h1 strong:after,
.inner-banner-text h1 strong:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  display: inline-block;
  margin-left: 5px;
}
.inner-banner {
  height: auto;
  padding: 0 0 39%;
}
.inner-banner-duration {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: var(--primary);
  color: var(--white);
  padding: 3rem 2.5rem;
  border-radius: 1.5rem;
  transform: translateX(-50%) translateY(50%);
}
.inner-banner-duration p {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  font-weight: 600;
}

.scroll-pointer {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  color: var(--white);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.scroll-pointer .text {
  text-transform: uppercase;
  font-size: 0.725rem;
  letter-spacing: 3px;
}
.scroll-pointer .mouse {
  width: 30px;
  height: 50px;
  border: solid 2px var(--white);
  border-radius: 30px;
  position: relative;
}
.scroll-pointer .mouse:before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: var(--white);
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -1px;
  border-radius: 4px;
  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
    height: 5px;
  }
  50% {
    transform: translateY(5px);
    height: 10px;
  }
  100% {
    transform: translateY(0);
    height: 5px;
  }
}

.sec-about h2 {
  font-size: 3.5rem;
}
.zoom-section {
  height: 100vh;
  overflow: hidden;
  background: var(--black);
  position: relative;
}

/* .zoom-img {
	filter: blur(20px);
  } */

.zoom-text {
  transform: scale(1);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 1.5vw;
  color: var(--white);
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  letter-spacing: 0.75vw;
}
.zoom-text strong {
  font-size: 5vw;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  letter-spacing: normal;
}

.course-row {
  position: relative;
  top: calc(10% + 120px);
  height: calc(100% - 20% - 120px);
}
.course-card-img {
  padding: 0;
  height: 100%;
  width: 300px;
  flex: 0 0 auto;
  background-color: var(--light);
  overflow: hidden;
  position: relative;
}
.course-card-img img,
.zoom-img,
.wrapper-list .item-media,
.item-avtar img,
.course-card-sm .card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.course-duration small {
  font-size: 0.725rem;
  letter-spacing: 2px;
}

.btn-circle {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  overflow: hidden;
}
.btn-circle:after {
  content: "";
  background: url(assets/images/arrow-right.svg) no-repeat center var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 36px;
  height: 36px;
  gap: 0.5rem;
  background-size: 50%;
  transition-duration: 0.3s;
}
.btn-circle:hover {
  color: var(--primary);
}

.btn-circle span {
  opacity: 0;
  visibility: hidden;
  margin-right: -70px;
  transition-duration: 0.3s;
}
.course-card:hover .btn-circle span,
.btn-circle:hover span,
.wrapper-list .item:hover .btn-circle span,
.course-card-sm:hover .btn-circle span {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}

.mask-text {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mask-text h2 {
  font-size: 2vw;
  letter-spacing: 0.75vw;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.mask-text h2 strong {
  margin: 0;
  color: transparent;
  background: url("assets/images/screen-2.jpg") repeat top center;
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  mix-blend-mode: darken;
  transform: scale(1);
  font-size: 8vw;
  display: block;
  letter-spacing: normal;
}

.wrapper-list {
  height: 90%;
  position: relative;
  max-width: 950px;
  width: auto;
  margin: 0 auto;
}
.wrapper-list .item .btn-circle span,
.course-card-sm .btn-circle span {
  color: var(--white);
}
.wrapper-list .item {
  width: 45%;
  position: absolute;
  inset: 1;
  top: 150px;
  height: calc(100% - 150px);
  z-index: 2;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #333333;
}
.item-avtar {
  min-width: 100px;
  height: 100px;
  width: 100px;
  border: solid 3px var(--white);
  background-color: #ccc;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.vertical-section .wrapper-list .item:nth-child(even) {
  right: 0;
  left: inherit;
}
.horizontal-section {
  padding-top: 8rem;
}
.horizontal-section .wrapper-list {
  border-radius: 1rem;
  height: 90%;
  position: relative;
  max-width: 70%;
  width: auto;
  margin: 0 auto;
}
.horizontal-section .wrapper-list .item {
  width: 100%;
  top: 30px;
  height: calc(100% - 150px);
  border-radius: 1rem;
}
.scroll-sec-service {
  position: relative;
  background-size: cover;
  background-color: var(--black);
}

.scroll-sec-service li {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding: 0 0 0.5rem 1.5rem;
}
.scroll-sec-service li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: solid 1px var(--white);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.scroll-sec-service .wrapper-list .item {
  width: 100%;
  top: 140px;
  height: calc(100% - 100px);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: #ffffff1a;
  box-shadow: 0 -4px 16px #0000000d;
  display: block;
  border: solid 2px rgba(255, 255, 255, 0.1);
}
.scroll-sec-service .wrapper-list .item-text {
  background: none;
}

.wrapper-list .item-text,
.course-card-sm .card-text,
.student-card-text,
.task-item .item-text {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.course-desc .card {
  background-color: var(--light);
  transition-duration: 0.3s;
  transform: scale(1);
  user-select: none;
}
.course-desc [class*="col-"]:nth-child(even) .card {
  background-color: #f1fbe8;
}
.course-desc .card:hover {
  transform: scale(1.2);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.course-desc .card h4 {
  font-family: var(--primary-font);
  font-size: 1.175rem;
  margin: 0 0 1.25rem;
}
.course-desc .card ul,
.course-careers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-desc .card ul li {
  position: relative;
  padding: 0 0 0.35rem 1rem;
}
.course-desc .card ul li:before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  top: 7px;
}
.course-desc .card ul li:before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  top: 7px;
}
.course-careers ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.course-careers ul li {
  border: solid 2px var(--white);
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  display: inline-flex;
  gap: 0.35rem;
  font-size: 1rem;
  user-select: none;
  align-items: center;
  transition-duration: 0.3s;
  transform: scale(1);
}
.course-careers ul li:before {
  background-color: var(--white);
}
.course-careers ul li:hover {
  transform: scale(1.25);
  position: relative;
  z-index: 2;
  background-color: var(--black);
}

.course-card-sm {
  padding: 0 0 133%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.course-card-sm .card-text {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.course-parallax {
  background: url(assets/images/course-parallax.jpg) no-repeat center;
  background-attachment: fixed;
}

.collapse-img {
  position: relative;
  width: 100%;
  height: 100vh;
}
.collapse-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  clip-path: inset(5% 30%);
}

.collapse-bg {
  position: relative;
  width: 10%;
  height: 100vh;
  background: var(--primary);
}
.service-item {
  counter-increment: listNumber;
}
.service-item + .service-item {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.service-item * {
  color: rgba(255, 255, 255, 0.5);
  transition-duration: 0.3s;
}
.service-item:hover * {
  color: var(--white);
}
.service-item .service-item-title {
  display: flex;
}
.service-item .service-item-title:before {
  content: counters(listNumber, ".", decimal-leading-zero) ".";
  font-family: var(--secondary-font);
  font-size: 1.5rem;
  flex: 0 0 auto;
  flex-basis: 150px;
  padding: 0.5rem 0 0;
}
.service-item h2 {
  line-height: 1;
}
.service-item h2,
.service-item p {
  margin: 0;
}

.intro-title strong {
  color: var(--bs-secondary-color) !important;
  font-weight: 600;
  display: block;
}
.student-card {
  user-select: none;
}
.student-card-img {
  padding: 0 0 133%;
}
.student-card-text {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.student-card-text .title-space {
  font-size: 0.65rem;
}
.student-card-status {
  color: var(--white);
  border-radius: 3rem;
  font-size: 0.65rem;
  padding: 0.15rem 0.5rem 0.15rem 1.25rem;
  text-transform: uppercase;
}
.student-card-status.is-complete {
  background: url(assets/images/check-white.svg) no-repeat 0.25rem center /
    0.8rem #198754;
}
.student-card-status.is-progress {
  background: url(assets/images/loader-red.svg) no-repeat 0.25rem center /
    0.8rem #fff;
  color: var(--primary);
}

.toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.toggle-btn span,
.toggle-btn span:before,
.toggle-btn span:after {
  height: 2px;
  width: 30px;
  background: var(--white);
  position: absolute;
  border-radius: 10px;
  transition-duration: 0.4s;
}
.toggle-btn span:before,
.toggle-btn span:after {
  content: "";
}
.toggle-btn span:before {
  top: -8px;
}
.toggle-btn span:after {
  top: 8px;
}
.no-scroll {
  overflow: hidden;
}
.no-scroll .toggle-btn span {
  background: none;
}
.no-scroll .toggle-btn span:before {
  transform: rotate(45deg);
  top: 0;
}
.no-scroll .toggle-btn span:after {
  transform: rotate(-45deg);
  top: 0;
}
.card-desc,
.wrapper-list .item-text p {
  max-height: 55px;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.landscape-warning {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: var(--white);
  padding: 2rem;
  text-align: center;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  transition-duration: 0.2s;
}

.card-student h4 {
  margin: 0 0 1rem;
  font-family: var(--primary-font);
}

.card-student ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.card-student ul li {
  padding: 0.5rem 110px 0.5rem 1rem;
  background: #f2f2f2;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.card-student ul li strong,
.card-student ul li em {
  font-weight: 400;
  font-style: normal;
}
.card-student ul li strong:before,
.card-student ul li em:before {
  content: "COMPLETED";
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  font-size: 0.725rem;
  font-weight: 500;
  background: url(assets/images/check.svg) no-repeat 0 0;
  background-size: 1rem;
  color: #198754;
  padding-left: 1.25rem;
}
.card-student ul li em:before {
  content: "IN PROGRESS";
  background: url(assets/images/loader.svg) no-repeat 0 0;
  color: var(--primary);
}
.student-img {
  position: sticky;
  top: 120px;
}
.wp-block-image .aligncenter {
  margin: 0 0 1.5rem;
}
.aligncenter figcaption {
  text-align: center;
}

.work-section {
  padding-left: 50px;
  position: relative;
}
.work-item {
  border-left: dashed 2px var(--primary);
  position: relative;
  padding-bottom: 50px;
}
.work-item:first-child .work-item-avtar {
  margin-top: 1.5rem;
}
.work-item:last-child {
  padding-bottom: 0;
}
.work-section:before,
.work-section:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 45px;
}
.work-section:after {
  top: 100%;
}
.work-item-avtar {
  position: sticky;
  top: 120px;
  margin-left: -50px;
  cursor: pointer;
}
.work-item .item-avtar-text {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0rem;
  background: var(--white);
  padding: 1rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  pointer-events: none;
  visibility: hidden;
  opacity: 1;
}
.work-item-avtar:hover .item-avtar-text {
  visibility: visible;
  opacity: 1;
  margin-left: 1rem;
}

.task-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0 70px;
}
.task-wrapper {
  display: flex;
  gap: 1rem;
}
.task-list {
  flex: 0 0 auto;
}

.task-item {
  position: relative;
  max-width: 800px;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 2;
}
.task-item .item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

/* Responsive Start */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.4s;
    margin-top: 0.5rem;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--white);
    border: none;
  }
  .page-header .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199.5px) {
  .container {
    width: 100%;
    max-width: inherit;
    padding: 0 2rem;
  }
  .sec-about h2,
  .intro-title {
    font-size: 4vw;
  }
  .course-row {
    position: relative;
    top: calc(5% + 90px);
    height: calc(100% - 20% - 90px);
  }
  .course-card-img {
    width: 200px;
  }
  .course-card-text h2 {
    font-size: 2rem;
  }

  .wrapper-list .item {
    width: 49%;
    top: 120px;
  }
  .service-item .service-item-title:before {
    flex-basis: 70px;
    padding: 0;
  }
  .service-item * {
    color: var(--white);
  }
  .service-item .service-item-title:before {
    opacity: 0.5;
  }
  .task-item {
    max-width: 600px;
  }
}
@media only screen and (max-width: 991.5px) {
  .page-header .cta {
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--black);
    padding: 1rem;
    width: 100%;
    justify-content: center;
  }
  .footer-bottom {
    padding: 1rem 0 100px;
  }
  .horizontal-section .wrapper-list .item {
    height: calc(100% - 210px);
  }
  .scroll-pointer {
    bottom: 120px;
  }
  .scroll-pointer .text {
    font-size: 0.65rem;
  }
  .scroll-pointer .mouse {
    transform: scale(0.7);
    margin-top: -15px;
  }
}

@media only screen and (max-width: 767.5px) {
  .section {
    padding: 40px 0;
  }
  .fs-1 {
    font-size: calc(1.5rem + 2vw) !important;
  }
  .fs-2 {
    font-size: calc(1.5rem + 1.5vw) !important;
  }
  .fs-3 {
    font-size: calc(1.25rem + 1vw) !important;
  }
  .fs-4 {
    font-size: calc(0.9rem + 1vw) !important;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
  .fs-6 {
    font-size: 0.875rem !important;
  }
  h1,
  .h1 {
    font-size: calc(1.5rem + 2vw);
  }
  h2,
  .h2 {
    font-size: calc(1.5rem + 1.5vw);
  }
  h3,
  .h3 {
    font-size: calc(1.25rem + 1vw);
  }
  h4,
  .h4 {
    font-size: calc(0.9rem + 1vw);
  }
  h5,
  .h5 {
    font-size: 1rem;
  }
  h6,
  .h6 {
    font-size: 0.875rem;
  }

  .horizontal-section .wrapper-list,
  .vertical-section .wrapper-list {
    max-width: inherit;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    gap: 1rem;
    margin: 0 -1rem;
    padding: 0 1rem;
  }

  .horizontal-section .wrapper-list .item {
    width: 90%;
    top: 0;
    height: auto;
    position: relative;
    padding: 0 0 52%;
    flex: 0 0 auto;
  }
  .horizontal-section .item-avtar,
  .task-item .item-avtar {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
  .horizontal-section {
    padding-top: 50px;
  }
  .horizontal-section .wrapper-list .item-text {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .horizontal-section .wrapper-list .item-text h3,
  .task-item h3 {
    font-size: 1rem;
    margin: 0;
  }
  .horizontal-section .wrapper-list .item-text p,
  .task-item p {
    font-size: 0.725rem;
  }
  .container {
    width: 100%;
    max-width: inherit;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #navbar {
    position: fixed;
    left: -100%;
    top: 0;
    width: calc(100% - 100px);
    background-color: var(--white);
    height: 100%;
    z-index: 10;
    border-radius: 0 0 3rem 0;
    transition-duration: 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
    cursor: pointer;
  }
  .no-scroll .bg-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
  .no-scroll #navbar {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
  #navbar .nav {
    flex-direction: column;
  }

  #navbar .dropdown-toggle:before,
  #navbar .dropdown-toggle:after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 2rem;
    right: 2rem;
    border-radius: 0;
    transform: rotate(0deg);
    background: var(--primary);
    transition-duration: 0.3s;
  }
  #navbar .dropdown-toggle:after {
    transform: rotate(-90deg);
  }
  #navbar .nav-item.is-active .dropdown-toggle:after {
    transform: rotate(0deg);
    opacity: 0;
    visibility: hidden;
  }
  #navbar .nav-item.is-active .dropdown-toggle::before {
    transform: rotate(180deg);
  }
  #navbar .nav-link {
    font-weight: 300;
    padding: 1.25rem 2rem;
    font-size: 1.25rem;
  }
  #navbar .dropdown-menu {
    position: static;
    border: none;
    padding: 0;
    margin-right: 2rem;
    background: var(--light);
    border-radius: 0 3rem 0 0;
    overflow: hidden;
  }
  #navbar .dropdown-menu a {
    padding: 0.75rem 2rem;
  }
  .page-header {
    height: 70px;
  }
  .page-header .container {
    padding-right: 100px;
  }
  .page-header .navbar {
    width: 100%;
  }
  .brand-logo {
    max-width: 90px;
    height: 70px;
  }
  .hp-banner-text h1,
  .inner-banner-text h1 {
    font-size: 7vw;
  }
  .hp-banner-text h1 strong::after,
  .inner-banner-text h1 strong::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
  }
  .footer-contact {
    margin-top: -7rem;
  }

  .zoom-text {
    font-size: 3vw;
  }
  .zoom-text strong {
    font-size: 8vw;
  }
  .footer-certificate img {
    max-width: 60px;
  }
  .footer-nav .footer-nav-title + div {
    display: none;
  }
  .footer-nav-title {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    font-size: 0.875rem;
    cursor: pointer;
  }
  .footer-nav-title:before,
  .footer-nav-title:after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 1.25rem;
    right: 0;
    border-radius: 0;
    background: var(--primary);
    transition-duration: 0.4s;
  }
  .footer-nav-title:after {
    transform: rotate(90deg);
  }
  .footer-nav-title.is-active:before {
    opacity: 0;
    transform: rotate(180deg);
  }
  .footer-nav-title.is-active:after {
    transform: rotate(180deg);
  }

  .sec-about h2,
  .intro-title {
    font-size: 7vw;
  }
  .mask-text h2 {
    font-size: 4vw;
  }
  .mask-text h2 strong {
    font-size: 12vw;
  }
  .service-media {
    padding: 0 0 70%;
    height: auto !important;
  }
  .btn-circle span {
    margin-right: -67px;
  }
  .scroll-sec-service {
    padding: 50px 0;
  }
  .scroll-sec-service .row.h-100 {
    height: auto !important;
  }
  .scroll-sec-wrapper.vh-100 {
    height: auto !important;
  }
  .scroll-sec-service .wrapper-list {
    flex-wrap: nowrap;
    gap: 1.5rem;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    width: auto !important;
  }
  .scroll-sec-service .wrapper-list .item,
  .vertical-section .wrapper-list .item {
    position: relative;
    width: 320px;
    flex: 0 0 auto;
    min-height: 100%;
    height: auto;
    top: 0;
  }
  .vertical-section .wrapper-list .item {
    padding: 0 0 104%;
    overflow: hidden;
  }

  .vertical-section .wrapper-list .item-text {
    position: absolute;
    bottom: 0;
  }

  .service-text-desc {
    max-height: 55px;
    margin-bottom: 1rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .inner-banner {
    padding: 0 0 133%;
  }
  .course-careers ul li {
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
  }
  .course-careers ul li:hover,
  .course-desc .card:hover {
    transform: scale(1);
  }
  .scrollable-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .scrollable-item {
    width: 300px;
  }
  .service-item .service-item-title::before {
    flex-basis: 50px;
  }
  .service-item-text {
    padding-left: calc(50px + 0.75rem);
    margin-top: 1rem;
  }
  .work-section {
    padding-left: 25px;
  }
  .work-section::before,
  .work-section::after {
    left: 20px;
  }
  .work-item {
    padding-bottom: 1.5rem;
  }
  .work-item-avtar {
    top: 80px;
    margin-left: -25px;
  }
  .work-item-avtar .item-avtar {
    min-width: 50px;
    height: 50px;
    width: 50px;
  }
  .work-item .item-avtar-text {
    display: none;
  }
  .task-wrapper {
    overflow: auto;
  }
  .task-section {
    padding: 40px 0;
  }
  .task-item {
    max-width: 85vw;
  }
}
@media only screen and (max-width: 575.5px) {
  .service-media {
    height: auto !important;
    padding-bottom: 50%;
  }
  .course-card-img {
    padding: 0 0 100%;
    height: auto;
    width: 100%;
  }
  .course-row {
    position: relative;
    top: calc(5% + 60px);
    height: calc(100% - 20% - 60px);
  }

  .scroll-sec-service li {
    font-size: 0.85rem;
  }
  .scroll-sec-service li:before {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-height: 700px) {
  .scroll-sec-service ul {
    display: none;
  }
  .service-text-desc {
    max-height: 40px;
    margin-bottom: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}

/* @media screen and (max-height: 700px) and (orientation: landscape) {
  body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  .landscape-warning {
    opacity: 1;
    visibility: visible;
  }
} */
