@font-face {
  font-family: Candice;
  src: url("../fonts/Candice-BoldExpanded.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: CNB;
  src: url("../fonts/CNB.otf") format("opentype");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

*,
p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.menu-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #1F1F1F;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.menu-container .menu-wrapper {
  height: 50px;
  width: 100%;
  display: flex;
}
.menu-container .menu-wrapper .home-menu-bar {
  height: 100%;
  width: 100%;
  padding: 0px 80px;
  display: flex;
  align-items: center;
}
.menu-container .menu-wrapper .home-menu-bar .logo-wrapper {
  height: 70%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-container .menu-wrapper .home-menu-bar .logo-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.menu-container .menu-wrapper .home-menu-bar .divider {
  height: 50%;
  width: 1.5px;
  margin: 0px 35px;
  background-color: #FFF;
}
.menu-container .menu-wrapper .home-menu-bar .list-inline {
  display: flex;
  margin: 0px;
}
.menu-container .menu-wrapper .home-menu-bar .list-inline .list-inline-item {
  margin: 0px 15px;
  font: 13px "Segoe UI";
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.menu-container .menu-wrapper .home-menu-bar .list-inline .list-inline-item:hover {
  border-bottom: 2px solid #FFF;
}
.menu-container .menu-wrapper .home-menu-bar .hamburger-wrap {
  display: none;
}

.mobile-menu-wrapper {
  display: none;
}

.section-1 {
  position: relative;
  height: 60vh;
  margin-top: 50px;
  display: flex;
  background: url("../images/hero.jpg") no-repeat center/cover;
}
.section-1 .slogan-container {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(33, 33, 33, 0.2235294118);
}
.section-1 .slogan-container .slogan-wrap {
  width: 55%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  color: #FFF;
  text-transform: uppercase;
}
.section-1 .slogan-container .slogan-wrap h1 {
  font: 45px "Candice";
}
.section-1 .slogan-container .button-wrap {
  width: 55%;
  margin-top: 20px;
  display: none;
  justify-content: center;
}
.section-1 .slogan-container .button-wrap .btn {
  font: 18 "Segoe UI";
  padding: 7px 30px;
  background-color: #FFF;
  border-radius: 3px;
}
.section-1 .transition {
  display: none;
  height: 100%;
  width: 20%;
  background: linear-gradient(to right, rgba(33, 33, 33, 0.9019607843), rgba(33, 33, 33, 0.9019607843), rgba(33, 33, 33, 0.9019607843), rgba(33, 33, 33, 0.9019607843), rgba(33, 33, 33, 0.9019607843), rgba(33, 33, 33, 0.8), rgba(33, 33, 33, 0.7019607843), rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0.5019607843), rgba(33, 33, 33, 0.4), rgba(33, 33, 33, 0.3019607843), rgba(33, 33, 33, 0.2), rgba(33, 33, 33, 0.1019607843), rgba(33, 33, 33, 0));
}

.section-2 {
  height: 60vh;
  width: 100%;
  display: flex;
  scroll-margin-top: 50px;
}
.section-2 .left {
  height: 100%;
  width: 30%;
  display: flex;
}
.section-2 .left .img-wrapper {
  margin: 0px 20% 0px auto;
}
.section-2 .left .img-wrapper img {
  height: 100%;
}
.section-2 .right {
  height: 100%;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-2 .right h2 {
  width: 90%;
  margin-bottom: 20px;
  font: 35px "Rubik";
  text-align: left;
}
.section-2 .right p {
  width: 90%;
  font: 18px "Rubik";
  text-align: justify;
  line-height: 1.5;
  text-indent: 50px;
}

.section-3 {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 60vh;
  width: 100%;
  background: url("../images/ia19s.png") no-repeat center/cover;
}
.section-3 .course-info-container {
  height: 100%;
  min-height: 60vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.2431372549);
}
.section-3 .course-info-container h3 {
  width: 80%;
  margin-top: 30px;
  font: 25px "Candice";
  color: #FFF;
}
.section-3 .course-info-container .courses-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  background-color: red;
}

.section-4 {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;
  scroll-margin-top: 50px;
}
.section-4 .courses-wrapper {
  width: 100%;
  margin-top: 50px;
}
.section-4 .courses-wrapper .heading {
  display: flex;
  justify-content: center;
}
.section-4 .courses-wrapper .heading h4 {
  font: 40px "Candice";
  text-transform: uppercase;
}
.section-4 .courses-wrapper .courses-wrap {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 5px;
}
.section-4 .courses-wrapper .courses-wrap a {
  width: 30%;
  text-decoration: none;
  margin: 10px 0px;
}
.section-4 .courses-wrapper .courses-wrap a .course-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section-4 .courses-wrapper .courses-wrap a .course-wrap .course-logo {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
}
.section-4 .courses-wrapper .courses-wrap a .course-wrap .course-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.section-4 .courses-wrapper .courses-wrap a .course-wrap .info-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #212121;
  border-radius: 3px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.section-4 .courses-wrapper .courses-wrap a .course-wrap .info-wrapper:hover {
  opacity: 1;
}
.section-4 .courses-wrapper .courses-wrap a .course-wrap .info-wrapper:hover p {
  scale: 1;
}
.section-4 .courses-wrapper .courses-wrap a .course-wrap .info-wrapper p {
  width: 80%;
  font: 15px "Rubik";
  text-align: center;
  color: #FFF;
  scale: 0.1;
  transition: all 0.3s ease-in-out;
}

.menu-wrapper {
  height: 10vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.menu-wrapper .menu-bar {
  height: 100%;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.menu-wrapper .menu-bar .logo-wrapper {
  height: 100%;
  width: 200px;
  display: flex;
  align-items: center;
}
.menu-wrapper .menu-bar .logo-wrapper img {
  width: 100%;
}
.menu-wrapper .menu-bar .list-inline {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrapper .menu-bar .list-inline .list-inline-item {
  margin-left: 20px;
  font: 15px "Rubik";
  color: #000;
}
.menu-wrapper .menu-bar .list-inline .list-inline-item a {
  text-decoration: none;
  color: #000;
}

.projects-body-container {
  min-height: 100vh;
  width: 100%;
}
.projects-body-container .banner-container {
  height: 50vh;
  width: 100%;
}
.projects-body-container .banner-container .banner {
  height: 100%;
  width: 100%;
}
.projects-body-container .banner-container .banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-body-container .projects-info-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}
.projects-body-container .projects-info-wrapper .info-cover {
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
}
.projects-body-container .projects-info-wrapper .info-cover p {
  margin-top: 20px;
  text-indent: 70px;
  font: 18px "Rubik";
  line-height: 1.5;
  text-align: justify;
}
.projects-body-container .projects-info-wrapper .info-cover p a {
  margin: 0px 5px;
  padding: 0px 5px;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.projects-body-container .content-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}
.projects-body-container .content-container .content-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects-body-container .content-container .content-wrapper .prologue-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .banner-cover {
  width: 30%;
  aspect-ratio: 1/1;
}
.projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .banner-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 3px;
}
.projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .prologue-cover {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .prologue-cover h5 {
  padding: 0px 20px;
  font: 25px "Rubik";
}
.projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .prologue-cover p {
  padding: 0px 20px;
  font: 18px "Rubik";
  text-indent: 30px;
  text-align: justify;
  line-height: 1.3;
}
.projects-body-container .content-container .content-wrapper .project-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects-body-container .content-container .content-wrapper .project-container .header {
  width: 80%;
  display: flex;
  justify-content: center;
}
.projects-body-container .content-container .content-wrapper .project-container .header h1 {
  height: -moz-fit-content;
  height: fit-content;
  font: 35px "Candice";
  color: #1D1D1D;
  text-transform: uppercase;
  text-align: center;
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  margin: 20px 0px;
  padding: 40px 0px;
  background: #E9ECEF;
  border-radius: 5px;
  box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover {
  width: 80%;
  border-radius: 5px;
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover table {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #1D1D1D !important;
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover table thead tr {
  background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover table thead tr th {
  padding: 10px 15px;
  font: 16px "Rubik";
  text-transform: uppercase;
  text-align: center;
  color: #FFBF00;
  background: transparent;
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover table tbody tr td {
  padding: 10px;
  font: 16px "Rubik";
  text-align: center;
  line-height: 1.35;
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover table tbody tr td:nth-child(2) {
  text-align: left;
}
.projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover table tbody tr td a {
  text-decoration: none;
}

.contact-container {
  position: relative;
  height: calc(100vh - 150px);
  width: 100%;
  margin-top: 150px;
  display: flex;
}
.contact-container .word-wrap {
  position: absolute;
  height: 50vh;
  overflow-y: scroll;
  opacity: 0;
}
.contact-container .contact-wrapper {
  position: relative;
  width: 40%;
  height: 100%;
  padding: 20px 100px;
  display: flex;
  align-items: center;
}
.contact-container .contact-wrapper .contact-cover {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-container .contact-wrapper .contact-cover .head {
  display: flex;
  flex-direction: column;
}
.contact-container .contact-wrapper .contact-cover .head h1 {
  font: 30px "Rubik";
}
.contact-container .contact-wrapper .contact-cover .head p {
  font: 13px "Rubik";
}
.contact-container .contact-wrapper .contact-cover form {
  width: 90%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.contact-container .contact-wrapper .contact-cover form .input-box {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
}
.contact-container .contact-wrapper .contact-cover form .input-box label {
  display: none;
  font: 15px "Rubik";
}
.contact-container .contact-wrapper .contact-cover form .input-box input,
.contact-container .contact-wrapper .contact-cover form .input-box textarea {
  padding: 0px 0px 0px 5px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
.contact-container .contact-wrapper .contact-cover form .input-box input::-moz-placeholder, .contact-container .contact-wrapper .contact-cover form .input-box textarea::-moz-placeholder {
  color: #000;
  font: 15px "Rubik";
}
.contact-container .contact-wrapper .contact-cover form .input-box input::placeholder,
.contact-container .contact-wrapper .contact-cover form .input-box textarea::placeholder {
  color: #000;
  font: 15px "Rubik";
}
.contact-container .contact-wrapper .contact-cover form .input-box input::-webkit-resizer,
.contact-container .contact-wrapper .contact-cover form .input-box textarea::-webkit-resizer {
  display: none;
}
.contact-container .contact-wrapper .contact-cover form .btn-wrapper {
  margin-top: 15px;
  display: flex;
}
.contact-container .contact-wrapper .contact-cover form .btn-wrapper .btn {
  width: 100%;
  font: 18px "Rubik";
  color: #FFF;
  background-color: #000;
  border-radius: 0px;
}
.contact-container .contact-wrapper .response-wrap {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.contact-container .contact-wrapper .response-wrap .response-cover {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.contact-container .contact-wrapper .response-wrap .response-cover .head {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.contact-container .contact-wrapper .response-wrap .response-cover .head h3 {
  font: 20px "Rubik";
}
.contact-container .contact-wrapper .response-wrap .response-cover .response {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
}
.contact-container .contact-wrapper .response-wrap .response-cover .response p {
  font: 16px "Rubik";
  text-align: justify;
  text-indent: 50px;
}
.contact-container .contact-wrapper .response-wrap .response-cover .thanks {
  width: 100%;
  margin: 10px 0px 40px;
}
.contact-container .contact-wrapper .response-wrap .response-cover .regards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contact-container .contact-wrapper .response-wrap .response-cover .regards-wrap .regards {
  display: flex;
  flex-direction: column;
}
.contact-container .contact-wrapper .response-wrap .response-cover .regards-wrap .regards p {
  font: 16px "Rubik";
  margin: 2px 0px;
}
.contact-container .contact-wrapper .response-wrap .response-cover .regards-wrap .regards p.brand {
  font-weight: bold;
}
.contact-container .contact-wrapper .response-wrap .response-cover .regards-wrap .logo-wrap {
  height: 40px;
}
.contact-container .contact-wrapper .response-wrap .response-cover .regards-wrap .logo-wrap img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-container .map-container {
  height: 100%;
  width: 60%;
}
.contact-container .map-container #map {
  height: 100%;
  width: 100%;
}
.contact-container .map-container #map div:has(table tr td .dismissButton) {
  display: none;
}

.alumni-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 180px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.alumni-container .heading {
  display: flex;
}
.alumni-container .heading h1 {
  margin: 10px 0px 30px;
  font: 40px "CNB";
  font-weight: bold;
  text-transform: uppercase;
  color: #0E0E0E;
}
.alumni-container .alumni-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 20px calc(10% + 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 5px;
  background: #68cbce;
}
.alumni-container .alumni-wrapper .img-wrapper {
  width: 25%;
  aspect-ratio: 1/1.25;
  margin: 20px 0px;
  display: flex;
  justify-content: center;
}
.alumni-container .alumni-wrapper .img-wrapper .img-cover {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.alumni-container .alumni-wrapper .img-wrapper .img-cover img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.iframe-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  width: 100%;
  padding-top: 180px;
}
.iframe-wrapper iframe {
  width: 100%;
  height: calc(100vh - 180px);
}
.iframe-wrapper iframe::-webkit-scrollbar {
  display: none;
}

.header-wrap {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.header-wrap .bth-wrapper {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  justify-content: flex-start;
}
.header-wrap .bth-wrapper.alt-bg .btn {
  background: linear-gradient(135deg, #667eea 0%, #667eea 100%);
}
.header-wrap .bth-wrapper .btn {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  margin: 10px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 5px;
}
.header-wrap .bth-wrapper .btn:hover {
  background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
}
.header-wrap .header {
  height: 45vh;
  width: 100%;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  background: var(--theme-color);
}
.header-wrap .header.single {
  height: 25vh;
}
.header-wrap .header.single .technology-names .course-name {
  height: 100%;
  align-items: center;
}
.header-wrap .header .technology-names {
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-wrap .header .technology-names .course-name {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.header-wrap .header .technology-names .course-name h1 {
  font: 5rem "Candice";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  padding: 0px;
  color: #FFF;
}
.header-wrap .header .technology-names .subject-name {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-wrap .header .technology-names .subject-name h2 {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 5rem "Candice";
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  color: #FFF;
}
.header-wrap .header .technology-names .subject-name h2.longer {
  font: 4rem "Candice";
}
.header-wrap .header .technology-names .subject-names {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
}
.header-wrap .header .technology-names .subject-names h3 {
  font: 1rem "Rubik";
  color: #FFF;
  text-transform: uppercase;
}

.curve {
  display: none;
}

.content {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
}
.content .background {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  z-index: -1;
}
.content .background .foot-wrap {
  height: 30%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.content .background .foot-wrap .foot {
  height: 80%;
  width: 65%;
  border-top-right-radius: 120px;
  background: var(--theme-color);
  position: relative;
}
.content .background .foot-wrap .foot::before {
  content: "";
  height: 25%;
  width: 75%;
  position: absolute;
  top: -25%;
  background: var(--secondary-color);
  border-top-right-radius: 150px;
}
.content .left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.content .left.over .img-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.content .left.over .img-wrap img {
  position: absolute;
  bottom: 0px;
  height: 110%;
  width: 110%;
}
.content .left.over .img-wrap img.hover-up {
  bottom: 3.2%;
  height: 100%;
  width: 100%;
}
.content .left .img-wrap {
  height: 90%;
  width: 90%;
  position: relative;
  overflow: visible;
}
.content .left .img-wrap.full {
  height: 100%;
  width: 100%;
}
.content .left .img-wrap.shift {
  position: relative;
}
.content .left .img-wrap.shift img {
  position: relative;
  right: 2px;
}
.content .left .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 10% bottom;
     object-position: 10% bottom;
}
.content .right {
  width: 50%;
  height: 100%;
}
.content .right .python-snake-wrap {
  height: 80%;
  width: 80%;
  margin: 0% 10%;
}
.content .right .python-snake-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.details-wrap {
  height: -moz-fit-content;
  height: fit-content;
  width: calc(100% - 20px);
  margin: 5px 10px 0px;
  padding: 20px 100px 30px;
  background: var(--theme-color);
  border-radius: 10px;
  box-shadow: 5px -5px 9px 0px rgba(0, 0, 0, 0.75);
}
.details-wrap .quote-wrap .quote {
  display: flex;
  flex-direction: column;
}
.details-wrap .quote-wrap .quote i {
  position: relative;
  left: 50px;
  padding: 0px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 50px;
  color: #FFF;
}
.details-wrap .quote-wrap .quote p {
  position: relative;
  top: -30px;
  font: 16px "Rubik";
  text-align: justify;
  letter-spacing: 0.4px;
  word-spacing: 3px;
  line-height: 1.5;
  text-indent: 100px;
  color: #000;
}
.details-wrap .quote-wrap .quote p.light {
  color: #FFF;
}

.info-wrapper {
  height: 80vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
}
.info-wrapper .front-end {
  position: relative;
  top: 20px;
  height: 100%;
  width: 50%;
}
.info-wrapper .front-end img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.info-wrapper .learning-path {
  height: 100%;
  width: 50%;
}
.info-wrapper .learning-path img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.projects-wrapper {
  height: 80vh;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.projects-wrapper .projects-wrap {
  height: 100%;
  width: 50%;
}
.projects-wrapper .projects-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.syllabus-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.syllabus-wrapper .syllabus-wrap {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.syllabus-wrapper .syllabus-wrap h4 {
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  font: 35px "Candice";
  color: #1D1D1D;
  text-transform: uppercase;
  text-align: center;
}
.syllabus-wrapper .syllabus-wrap .topic-containers {
  height: -moz-fit-content;
  height: fit-content;
  width: calc(80% + 30px);
  padding: 50px 20px 50px;
  display: flex;
  flex-wrap: wrap;
  background: #C8C8C8;
  border-radius: 5px;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper {
  width: calc(50% - 5px);
  margin: 25px 0px;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper:nth-child(odd) {
  margin-right: 5px;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper:nth-child(even) {
  margin-left: 5px;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic {
  width: 100%;
  height: 100%;
  position: relative;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .label {
  height: calc(100% + 30px);
  width: 20%;
  position: absolute;
  top: -15px;
  left: 3.5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: var(--label-color);
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .label::before {
  content: "";
  position: absolute;
  left: -14px;
  height: 15px;
  width: 15px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: var(--fold-color);
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .label::after {
  content: "";
  position: absolute;
  right: -14px;
  height: 15px;
  width: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: var(--fold-color);
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .label p {
  margin-top: 25px;
  font: 30px "Candice";
  color: #FFF;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box {
  height: 100%;
  width: 100%;
  padding: 15px 10px 15px calc(20% + 30px);
  border-radius: 10px;
  background-color: #FFF;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box h5 {
  font: 20px "Candice";
  color: var(--subject-color);
  text-transform: uppercase;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box .topic-names {
  display: flex;
  flex-wrap: wrap;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box .topic-names .topic-name {
  margin: 0px 0px 5px 0px;
  display: flex;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box .topic-names .topic-name span {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1px;
  margin-left: 5px;
  font-size: 8px;
}
.syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box .topic-names .topic-name p {
  margin-left: 5px;
  font: 0.8rem "Rubik";
}

.information-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px 0px 0px;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}
.information-container .information-wrapper {
  width: calc(80% + 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.information-container .information-wrapper .information-section {
  width: 100%;
  margin: 25px 0px;
  display: flex;
  flex-direction: column;
}
.information-container .information-wrapper .information-section.conclusion {
  width: 88%;
  padding: 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.information-container .information-wrapper .information-section.conclusion h1,
.information-container .information-wrapper .information-section.conclusion h2,
.information-container .information-wrapper .information-section.conclusion h3,
.information-container .information-wrapper .information-section.conclusion h4,
.information-container .information-wrapper .information-section.conclusion h5,
.information-container .information-wrapper .information-section.conclusion h6 {
  text-align: center;
  margin-bottom: 25px;
}
.information-container .information-wrapper .information-section h1,
.information-container .information-wrapper .information-section h2,
.information-container .information-wrapper .information-section h3,
.information-container .information-wrapper .information-section h4,
.information-container .information-wrapper .information-section h5,
.information-container .information-wrapper .information-section h6 {
  font: 25px "Rubik";
}
.information-container .information-wrapper .information-section p {
  margin-bottom: 15px;
  font: 18px "Rubik";
  text-indent: 50px;
  line-height: 1.5;
  text-align: justify;
}
.information-container .information-wrapper .information-section ul {
  width: 95%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.information-container .information-wrapper .information-section ul h1,
.information-container .information-wrapper .information-section ul h2,
.information-container .information-wrapper .information-section ul h3,
.information-container .information-wrapper .information-section ul h4,
.information-container .information-wrapper .information-section ul h5,
.information-container .information-wrapper .information-section ul h6 {
  font-size: 23px;
}
.information-container .information-wrapper .information-section ul p:has(span) {
  text-indent: 0px;
}
.information-container .information-wrapper .information-section ul p:has(span) span {
  font-weight: bold;
}
.information-container .information-wrapper .information-section ul li h1,
.information-container .information-wrapper .information-section ul li h2,
.information-container .information-wrapper .information-section ul li h3,
.information-container .information-wrapper .information-section ul li h4,
.information-container .information-wrapper .information-section ul li h5,
.information-container .information-wrapper .information-section ul li h6 {
  margin-top: 10px;
}
.information-container .information-wrapper .information-section ul li ul {
  list-style-type: square;
  margin: 20px 0px;
}
.information-container .information-wrapper .information-section ul li ul p {
  text-indent: 0px;
}
.information-container .information-wrapper .information-section ul li ul p span {
  font-weight: bold;
}

.faq-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}
.faq-container .faq-wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-container .faq-wrapper .header {
  display: flex;
}
.faq-container .faq-wrapper .header h6 {
  font: 30px "Rubik";
}
.faq-container .faq-wrapper .faq-cover {
  width: 90%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.faq-container .faq-wrapper .faq-cover .faq {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.faq-container .faq-wrapper .faq-cover .faq.expanded .question .bullet .bar.vertical {
  transform: rotate(0deg);
}
.faq-container .faq-wrapper .faq-cover .faq.expanded .answer {
  max-height: 500px;
  margin-top: 10px;
}
.faq-container .faq-wrapper .faq-cover .faq .question {
  display: flex;
  align-items: center;
}
.faq-container .faq-wrapper .faq-cover .faq .question .bullet {
  position: relative;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.faq-container .faq-wrapper .faq-cover .faq .question .bullet .bar {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #C1B1B1;
}
.faq-container .faq-wrapper .faq-cover .faq .question .bullet .bar.vertical {
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.faq-container .faq-wrapper .faq-cover .faq .question .bullet .bar.horizontal {
  transition: all 0.5s ease;
}
.faq-container .faq-wrapper .faq-cover .faq .question p {
  font: 18px "Rubik";
  margin: 0px;
}
.faq-container .faq-wrapper .faq-cover .faq .answer {
  max-height: 0px;
  margin-top: 0px;
  padding-left: 25px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.faq-container .faq-wrapper .faq-cover .faq .answer > p {
  padding-left: 25px;
}
.faq-container .faq-wrapper .faq-cover .faq .answer p {
  font: 16px "Rubik";
  text-align: justify;
}
.faq-container .faq-wrapper .faq-cover .faq .answer ul {
  list-style-type: disc;
  margin-top: 10px;
}
.faq-container .faq-wrapper .faq-cover .faq .answer ul li span {
  font-weight: bold;
}

#mobile-footer {
  display: none;
}

.section-5 {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 50px;
}
.section-5 .packages-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-top: 50px;
}
.section-5 .packages-container .heading {
  display: flex;
  justify-content: center;
}
.section-5 .packages-container .heading h4 {
  font: 40px "Candice";
  text-transform: uppercase;
}
.section-5 .packages-container .full-stack-container-1 {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper {
  width: 40%;
  aspect-ratio: 1/1;
  padding: 50px 22%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e9ecef;
  border-radius: 5px;
  box-sizing: content-box;
  box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row {
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover {
  position: relative;
  padding: 0px 15px;
  height: 90%;
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transition: all 0.5s ease;
  cursor: pointer;
  background: #FFF;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover:hover {
  transform: scale(1.05);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow {
  position: absolute;
  top: -10px;
  left: 25%;
  width: 50%;
  height: 20px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.html {
  background: linear-gradient(to bottom, #FCCE4E, #EEB948);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.css {
  background: linear-gradient(to bottom, #F28F6A, #E96C35);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.bootstrap {
  background: linear-gradient(to bottom, #9D8A7E, #88736A);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.javascript {
  background: linear-gradient(to bottom, #78BE62, #60AC59);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.jquery {
  background: linear-gradient(to bottom, #7EC9D2, #37B0CD);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.ajax {
  background: linear-gradient(to bottom, #4684B6, #316DA5);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.mysql {
  background: linear-gradient(to bottom, #A78CB4, #8D6AA4);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.laravel {
  background: linear-gradient(to bottom, #E567A1, #EB1A91);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.django {
  background: linear-gradient(to bottom, #265644, #092D1F);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.java-ee {
  background: linear-gradient(to bottom, #c98a30, #F99914);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.c-sharp {
  background: linear-gradient(to bottom, #6A1743, #3A0220);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.sql-server {
  background: linear-gradient(to bottom, #CE262A, #F01814);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow.mvc {
  background: linear-gradient(to bottom, #4AB7EA, #126CB4);
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head {
  margin-top: 10px;
  padding: 5px 0px;
  display: flex;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.html {
  color: #FCCE4E;
  border-bottom: 1px solid #FCCE4E;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.css {
  color: #F28F6A;
  border-bottom: 1px solid #F28F6A;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.bootstrap {
  color: #9D8A7E;
  border-bottom: 1px solid #9D8A7E;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.javascript {
  color: #78BE62;
  border-bottom: 1px solid #78BE62;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.jquery {
  color: #7EC9D2;
  border-bottom: 1px solid #7EC9D2;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.ajax {
  color: #4684B6;
  border-bottom: 1px solid #4684B6;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.mysql {
  color: #A78CB4;
  border-bottom: 1px solid #A78CB4;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.laravel {
  color: #E567A1;
  border-bottom: 1px solid #E567A1;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.django {
  color: #092D1F;
  border-bottom: 1px solid #092D1F;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.java-ee {
  color: #F99914;
  border-bottom: 1px solid #F99914;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.c-sharp {
  color: #3A0220;
  border-bottom: 1px solid #3A0220;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.sql-server {
  color: #F01814;
  border-bottom: 1px solid #F01814;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.sql-server .subject-name h4 {
  font-size: 16px;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head.mvc {
  color: #126CB4;
  border-bottom: 1px solid #126CB4;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head .subject-name {
  width: 80%;
  display: flex;
  align-items: center;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head .subject-name h4 {
  font: 18px "Segoe UI";
  margin: 0px;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head .subject-logo {
  width: 20%;
  display: flex;
  justify-content: center;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head .subject-logo img {
  height: 30px;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .definition {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .definition p {
  font: 10px "Rubik";
  color: rgba(83, 78, 78, 0.9019607843);
  word-wrap: break-word;
  word-wrap: break-word;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .full-stack-cover {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: lavender;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transition: all 0.5s ease;
  cursor: pointer;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .full-stack-cover:hover {
  scale: 1.05;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .full-stack-cover img {
  height: 80%;
}
.section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .full-stack-cover img.large {
  height: 60%;
}

.section-6 {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 50px;
}
.section-6 .services-wrapper {
  width: 100%;
  margin: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-6 .services-wrapper .heading {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.section-6 .services-wrapper .heading h4 {
  font: 40px "Candice";
  text-transform: uppercase;
}
.section-6 .services-wrapper .services-wrap {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-6 .services-wrapper .services-wrap .service-cover {
  width: 30%;
  margin-top: 30px;
}
.section-6 .services-wrapper .services-wrap .service-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.full-stack-container-2 {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.full-stack-container-2 .full-stack-wrapper {
  position: relative;
  height: 100vh;
  width: calc(50% + 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.full-stack-container-2 .full-stack-wrapper .content-wrapper {
  height: 50%;
  width: calc(100% - 100px);
  margin: auto;
  padding: 50px;
  display: flex;
  background: #C8C8C8;
  border-radius: 5px;
  box-sizing: content-box;
}
.full-stack-container-2 .full-stack-wrapper .left,
.full-stack-container-2 .full-stack-wrapper .right {
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container,
.full-stack-container-2 .full-stack-wrapper .right .subject-container {
  height: 33%;
  width: 100%;
  display: flex;
  align-items: center;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap {
  width: 85%;
  height: 60%;
  background: linear-gradient(to right, #000, #3D393A);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all 0.5s ease;
  cursor: pointer;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap:hover,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap:hover {
  transform: scale(1.05);
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover {
  height: 100%;
  width: 100%;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .logo,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .logo {
  width: 25%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .logo img,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 80%;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject {
  height: 60%;
  margin-left: 10px;
  padding-left: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  border-left: 2px solid #fff;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject p,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject p {
  font: 20px "Rubik";
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject p.html,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject p.html {
  color: #FCCE4E;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject p.css,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject p.css {
  color: #F28F6A;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject p.bootstrap,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject p.bootstrap {
  color: #9D8A7E;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject p.javascript,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject p.javascript {
  color: #78BE62;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject p.mysql,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject p.mysql {
  color: #A78CB4;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container .subject-wrap .subject-cover .subject p.django,
.full-stack-container-2 .full-stack-wrapper .right .subject-container .subject-wrap .subject-cover .subject p.django {
  color: #095638;
}
.full-stack-container-2 .full-stack-wrapper .left .subject-container:nth-child(odd) {
  justify-content: flex-end;
}
.full-stack-container-2 .full-stack-wrapper .right .subject-container:nth-child(even) {
  justify-content: flex-end;
}
.full-stack-container-2 .full-stack-wrapper .circle-wrapper {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-stack-container-2 .full-stack-wrapper .circle-wrapper .circle-cover {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
}
.full-stack-container-2 .full-stack-wrapper .circle-wrapper .circle-cover .outer-circle {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FDC806;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.full-stack-container-2 .full-stack-wrapper .circle-wrapper .circle-cover .outer-circle .inner-circle-cover {
  width: 65%;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
  transform: rotate(180deg);
  border-radius: 50%;
  box-shadow: 7px -7px 8px 2px rgba(0, 0, 0, 0.75);
}
.full-stack-container-2 .full-stack-wrapper .circle-wrapper .circle-cover .outer-circle .inner-circle-cover .inner-circle {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  border-radius: 50%;
  cursor: pointer;
}
.full-stack-container-2 .full-stack-wrapper .circle-wrapper .circle-cover .outer-circle .inner-circle-cover .inner-circle:hover img {
  transform: scale(1.2);
}
.full-stack-container-2 .full-stack-wrapper .circle-wrapper .circle-cover .outer-circle .inner-circle-cover .inner-circle img {
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease;
}

.contact-btn-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 0px 30px;
  display: flex;
  justify-content: center;
}
.contact-btn-wrapper .btn {
  font: bold 18 "Segoe UI";
  font-weight: bold;
  padding: 7px 30px;
  color: #FFF;
  background-color: #1E1E1E;
  border-radius: 3px;
}

.footer-container {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 40vh;
  width: 100%;
  background: #1E1E1E;
}
.footer-container .footer-wrapper {
  width: 100%;
  height: 100%;
  padding: 50px 100px;
}
.footer-container .footer-wrapper .pc-footer-content {
  height: 100%;
  width: 100%;
  display: flex;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section {
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .logo-wrap {
  height: 50px;
  width: 100%;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .logo-wrap img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .tagline {
  margin: 20px;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .tagline p {
  color: #C1B1B1;
  font: 14px "Rubik";
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .socials {
  margin: 25px 20px 0px;
  display: flex;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .socials a {
  margin: 0px 5px 0px 0px;
  padding: 2px 6px;
  border-radius: 3px;
  background: #FFBF00;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .socials a:has(img) {
  padding: 2px 7px;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .socials a:hover i {
  color: #FFF;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .socials a:hover img {
  filter: invert(1) brightness(1000%);
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .socials a i {
  color: #1E1E1E;
  font-size: 16px;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section.brand .socials a img {
  position: relative;
  bottom: 1px;
  height: 13px;
  width: 13px;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section .details {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section .details p {
  font: 20px "Rubik";
  margin: 15px 15px 0px;
  text-transform: uppercase;
  color: #FFBF00;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section .details ul {
  margin: 15px 15px 0px;
  display: flex;
  flex-direction: column;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section .details ul a.list-item:hover {
  color: #FFBF00;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section .details ul .list-item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3px 0px;
  color: #FFF;
  text-decoration: none;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section .details ul .list-item i {
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #FFBF00;
}
.footer-container .footer-wrapper .pc-footer-content .footer-section .details ul .list-item i.hide {
  opacity: 0;
}
.footer-container .footer-wrapper .mobile-footer-content {
  display: none;
}

@media (max-width: 768px) {
  .menu-container .menu-wrapper {
    z-index: 10;
  }
  .menu-container .menu-wrapper .home-menu-bar {
    padding: 0px 20px;
  }
  .menu-container .menu-wrapper .home-menu-bar .divider,
  .menu-container .menu-wrapper .home-menu-bar .list-inline {
    display: none;
  }
  .menu-container .menu-wrapper .home-menu-bar .hamburger-wrap {
    height: 100%;
    aspect-ratio: 1/1;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-container .menu-wrapper .home-menu-bar .hamburger-wrap i {
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
  }
  .mobile-menu-wrapper {
    position: fixed;
    top: 50px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: none;
    justify-content: center;
    background: rgba(33, 33, 33, 0.8549019608);
    z-index: 1;
  }
  .mobile-menu-wrapper .mobile-menu-cover {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 0px;
  }
  .mobile-menu-wrapper .mobile-menu-cover .list-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
  }
  .mobile-menu-wrapper .mobile-menu-cover .list-group .list-group-item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0px;
    padding: 0px 3px;
    font: 15px "Segoe UI";
    color: #FFF;
    text-decoration: none;
    background: transparent;
    text-align: center;
    border: none;
    border-bottom: 2px solid transparent;
  }
  .mobile-menu-wrapper .mobile-menu-cover .list-group .list-group-item:hover {
    border-bottom: 2px solid #FFF;
  }
  .menu-wrapper .menu-bar {
    padding: 0px 10px;
  }
  .menu-wrapper .menu-bar .logo-wrapper {
    width: 100px;
  }
  .menu-wrapper .menu-bar .list-inline {
    flex-direction: column;
    align-items: flex-end;
  }
  .menu-wrapper .menu-bar .list-inline .list-inline-item {
    margin: 0px;
    font: 12px "Rubik";
  }
  .projects-body-container .projects-info-wrapper {
    padding: 10px;
  }
  .projects-body-container .projects-info-wrapper .info-cover p {
    text-indent: 30px;
  }
  .projects-body-container .content-container .content-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .projects-body-container .content-container .content-wrapper .prologue-container {
    padding: 20px 0px;
    background: #E9ECEF;
  }
  .projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper {
    flex-direction: column;
  }
  .projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .banner-cover {
    width: 100%;
    margin-bottom: 10px;
  }
  .projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .prologue-cover {
    width: 100%;
  }
  .projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .prologue-cover h5 {
    text-align: center;
  }
  .projects-body-container .content-container .content-wrapper .prologue-container .prologue-wrapper .prologue-cover p {
    padding: 0px;
    font-size: 16px;
  }
  .projects-body-container .content-container .content-wrapper .project-container .header h1 {
    font-size: 20px;
  }
  .projects-body-container .content-container .content-wrapper .project-container .projects-wrapper {
    width: 100%;
    padding: 0px;
    background: transparent;
    box-shadow: none;
  }
  .projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover {
    width: 100%;
  }
  .projects-body-container .content-container .content-wrapper .project-container .projects-wrapper .table-cover table {
    width: 100%;
    margin: 0px;
  }
  .contact-container {
    margin-top: 0px;
  }
  .contact-container .contact-wrapper {
    width: 100%;
    padding: 0px;
  }
  .contact-container .contact-wrapper .response-wrap {
    padding: 0px 20px;
  }
  .contact-container .map-container {
    display: none;
  }
  .alumni-container {
    padding-top: 0px;
  }
  .alumni-container .heading h1 {
    font-size: 30px;
    text-align: center;
  }
  .alumni-container .alumni-wrapper {
    flex-direction: column;
  }
  .alumni-container .alumni-wrapper .img-wrapper {
    width: 100%;
    margin: 10px 0px;
  }
  .iframe-wrapper {
    padding-top: 0px;
  }
  .iframe-wrapper iframe {
    height: 100vh;
  }
  .header-wrap {
    position: fixed;
    top: 40px;
    width: 100%;
  }
  .header-wrap .bth-wrapper {
    display: flex;
  }
  .header-wrap .header {
    height: 30vh;
    margin-top: 0px;
    border-bottom-right-radius: 40px;
  }
  .header-wrap .header.single {
    height: 20vh;
  }
  .header-wrap .header .technology-names {
    width: 100%;
  }
  .header-wrap .header .technology-names .course-name h1,
  .header-wrap .header .technology-names .subject-name h2 {
    font-size: 40px;
  }
  .header-wrap .header .technology-names .course-name h1.long,
  .header-wrap .header .technology-names .subject-name h2.long {
    font-size: 40px;
  }
  .header-wrap .header .technology-names .course-name h1.longer,
  .header-wrap .header .technology-names .subject-name h2.longer {
    font-size: 30px;
  }
  .header-wrap .header .technology-names .course-name h1.longest,
  .header-wrap .header .technology-names .subject-name h2.longest {
    font-size: 25px;
  }
  .header-wrap .header .technology-names .subject-names h3 {
    font-size: 10px;
  }
  .curve {
    position: fixed;
    top: calc(30vh + 40px);
    left: 0px;
    height: 40px;
    width: 40px;
    display: flex;
    background: var(--curve-color);
  }
  .curve.single {
    top: calc(20vh + 40px);
  }
  .full-content-wrap {
    position: fixed;
    height: 70vh;
    margin-top: 30vh;
    border-top-left-radius: 40px;
    background-color: #FFF;
    overflow-y: scroll;
  }
  .full-content-wrap.single {
    height: calc(80vh - 50px);
    margin-top: 20vh;
  }
  .full-content-wrap::-webkit-scrollbar {
    display: none;
  }
  .full-content-wrap::after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    background-color: khaki;
  }
  .full-content-wrap .content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .full-content-wrap .content .background,
  .full-content-wrap .content .left {
    display: none;
  }
  .full-content-wrap .content .right {
    width: 100%;
  }
  .full-content-wrap .content .right .python-snake-wrap {
    height: 100%;
    width: 100%;
    margin: 0px;
  }
  .full-content-wrap .details-wrap {
    padding: 10px 25px;
  }
  .full-content-wrap .details-wrap .quote-wrap .quote p {
    text-align: justify;
  }
  .full-content-wrap .info-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
  .full-content-wrap .info-wrapper .front-end {
    width: 100%;
    margin-top: 10px;
  }
  .full-content-wrap .info-wrapper .learning-path {
    width: 100%;
    overflow: hidden;
  }
  .full-content-wrap .info-wrapper .learning-path img {
    position: relative;
    left: 10%;
  }
  .full-content-wrap .projects-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
  }
  .full-content-wrap .projects-wrapper .projects-wrap {
    width: 100%;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap {
    margin: 30px 0px;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap h4 {
    font-size: 20px;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers {
    width: calc(85% + 30px);
    padding: 20px;
    justify-content: center;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper {
    width: calc(100% - 5px);
    margin: 25px 0px;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper:nth-child(odd), .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper:nth-child(even) {
    margin: 10px 0px;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .label {
    display: none;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box {
    padding: 15px 10px;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box h5 {
    font-size: 17px;
  }
  .full-content-wrap .syllabus-wrapper .syllabus-wrap .topic-containers .topic-wrapper .topic .box .topic-names {
    flex-direction: column;
  }
  .full-content-wrap .information-container .information-wrapper .information-section {
    align-items: center;
  }
  .full-content-wrap .information-container .information-wrapper .information-section h1,
  .full-content-wrap .information-container .information-wrapper .information-section h2,
  .full-content-wrap .information-container .information-wrapper .information-section h3,
  .full-content-wrap .information-container .information-wrapper .information-section h4,
  .full-content-wrap .information-container .information-wrapper .information-section h5,
  .full-content-wrap .information-container .information-wrapper .information-section h6 {
    font-size: 22px;
  }
  .full-content-wrap .information-container .information-wrapper .information-section p {
    font-size: 15px;
  }
  .full-content-wrap .information-container .information-wrapper .information-section ul {
    width: 100%;
  }
  .full-content-wrap .faq-container .faq-wrapper {
    width: 100%;
  }
  .full-content-wrap .faq-container .faq-wrapper .header h6 {
    font: 25px "Rubik";
    text-align: center;
  }
  .full-content-wrap .faq-container .faq-wrapper .faq-cover {
    padding: 10px 10px 10px 10px;
  }
  .full-content-wrap .faq-container .faq-wrapper .faq-cover .faq .question {
    align-items: flex-start;
  }
  .full-content-wrap .faq-container .faq-wrapper .faq-cover .faq .question p {
    width: calc(100% - 25px);
  }
  .full-content-wrap .faq-container .faq-wrapper .faq-cover .faq .answer {
    padding-left: 0px;
  }
  .full-content-wrap .footer-container#mobile-footer {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    background: #34495e;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .pc-footer-content {
    display: none;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content {
    display: flex;
    width: 100%;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    width: 70%;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .head h5 {
    font: 16px "Rubik";
    text-transform: uppercase;
    color: #FFBF00;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap h6 {
    margin: 0px;
    font: 16px "Rubik";
    color: #FFBF00;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info a,
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info p {
    font: 14px "Rubik";
    text-decoration: none;
    color: #D4CCCC;
    line-height: 1.2;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info a i,
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info p i {
    color: #FFBF00;
    margin-right: 5px;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper {
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials {
    display: flex;
    flex-direction: column;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a {
    margin: 5px 0px 0px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #FFBF00;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a:has(img) {
    padding: 2px 7px;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a i {
    color: #1E1E1E;
  }
  .full-content-wrap .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a img {
    position: relative;
    bottom: 1px;
    height: 13px;
    width: 13px;
  }
  .footer-container#mobile-footer {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
    background: #34495e;
  }
  .footer-container#mobile-footer .footer-wrapper {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px;
  }
  .footer-container#mobile-footer .footer-wrapper .pc-footer-content {
    display: none;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content {
    display: flex;
    width: 100%;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    width: 70%;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .head h5 {
    font: 16px "Rubik";
    text-transform: uppercase;
    color: #FFBF00;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap h6 {
    margin: 0px;
    font: 16px "Rubik";
    color: #FFBF00;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info a,
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info p {
    font: 14px "Rubik";
    text-decoration: none;
    color: #D4CCCC;
    line-height: 1.2;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info a i,
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info p i {
    color: #FFBF00;
    margin-right: 5px;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper {
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials {
    display: flex;
    flex-direction: column;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a {
    margin: 5px 0px 0px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #FFBF00;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a:has(img) {
    padding: 2px 7px;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a i {
    color: #1E1E1E;
  }
  .footer-container#mobile-footer .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a img {
    position: relative;
    bottom: 1px;
    height: 13px;
    width: 13px;
  }
  .section-1 {
    height: calc(100vh - 50px);
    background: url("../images/Mobile_banner5.webp") no-repeat center/cover;
  }
  .section-1 .slogan-container {
    width: 100%;
    padding: 10% 0% 25%;
    justify-content: space-between;
    background: rgba(33, 33, 33, 0.4431372549);
  }
  .section-1 .slogan-container .slogan-wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-1 .slogan-container .slogan-wrap h1 {
    text-align: center;
  }
  .section-1 .slogan-container .button-wrap {
    justify-content: center;
  }
  .section-2 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-2 .left {
    display: none;
  }
  .section-2 .right {
    width: 100%;
    margin: 30px 0px;
    align-items: center;
  }
  .section-2 .right h2 {
    font-size: 25px;
    text-align: center;
  }
  .section-2 .right p {
    font: 18px "Rubik";
    text-indent: 50px;
  }
  .section-3 .course-info-container {
    background-color: transparent;
  }
  .section-4 .courses-wrapper .courses-wrap {
    flex-direction: column;
  }
  .section-4 .courses-wrapper .courses-wrap a {
    width: 100%;
  }
  .section-4 .courses-wrapper .courses-wrap a .course-wrap .info-wrapper p {
    font-size: 12px;
  }
  .section-5 .packages-container .heading h4 {
    font-size: 25px;
    text-align: center;
  }
  .section-5 .packages-container .full-stack-container-1 {
    margin: 20px 0px;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .pillow {
    display: none;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head {
    width: 100%;
    margin: 0px;
    border: none !important;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head .subject-name h4 {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head .subject-name h4.long {
    font-size: 11px;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .head .subject-logo {
    width: 100%;
  }
  .section-5 .packages-container .full-stack-container-1 .full-stack-wrapper .stack-row .subject-wrap .subject-cover .definition {
    display: none;
  }
  .section-6 .services-wrapper .heading {
    margin-bottom: 0px;
  }
  .section-6 .services-wrapper .heading h4 {
    font-size: 30px;
    text-align: center;
  }
  .section-6 .services-wrapper .services-wrap {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .section-6 .services-wrapper .services-wrap .service-cover {
    width: 100%;
  }
  .footer-container {
    display: none;
  }
  .footer-container.basic-page {
    display: flex;
  }
  .footer-container .footer-wrapper {
    padding: 20px 20px 20px;
  }
  .footer-container .footer-wrapper .pc-footer-content {
    display: none;
  }
  .footer-container .footer-wrapper .mobile-footer-content {
    display: flex;
    width: 100%;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    width: 70%;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .head h5 {
    font: 16px "Rubik";
    text-transform: uppercase;
    color: #FFBF00;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap h6 {
    margin: 0px;
    font: 16px "Rubik";
    color: #FFBF00;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info a,
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info p {
    font: 14px "Rubik";
    text-decoration: none;
    color: #D4CCCC;
    line-height: 1.2;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info a i,
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .contact-wrapper .info-wrap .info p i {
    color: #FFBF00;
    margin-right: 5px;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper {
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials {
    display: flex;
    flex-direction: column;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a {
    margin: 5px 0px 0px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #FFBF00;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a:has(img) {
    padding: 2px 7px;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a i {
    color: #1E1E1E;
  }
  .footer-container .footer-wrapper .mobile-footer-content .footer-section .socials-wrapper .socials a img {
    position: relative;
    bottom: 1px;
    height: 13px;
    width: 13px;
  }
}/*# sourceMappingURL=Logos.css.map */