/* ============= MAIN ============= */

html {
  padding: env(safe-area-inset); /* iPhone X Remove Gutters */
}

/*-- Prevent Horizontal Scrolling, Font Style --*/
html,
body {
  overflow-x: hidden;
  color: #505962;
  font-family: "Lato", sans-serif;
}

/* Image Backgrounds */

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}

.fixed-dark,
.fixed-dark-alt {
  position: fixed;
  height: 100%;
  width: 100%;
  transform: translateZ(0);
  -webkit-transform: translatez(0);
  will-change: transform;
  z-index: -1;
  top: 0;
  left: 0;
}

.page-landing-img img {
  position: fixed;
  top: 30%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 1s ease;
}

/* ============= NAVIGATION ============= */
  
.navbar-brand img {
  height: 45px;
}
  
.navbar {
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  transition: background-color 0.5s ease;
}

.navbar-nav li {
  padding-right: 0.8rem;
}

.navbar-nav .nav-link {
  color: var(--light-color);
  padding-top: 0.8rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--contrast-color);
}

.custom-toggler-icon {
  color: var(--light-color);
  font-size: 1.6rem;
}

.navbar.solid,
.navbar.solid-toggle {
  background: rgba(0, 0, 0, 0.7) !important;
  transition: background-color 1s ease;
}

.color-chg.active,
.color-chg:hover,
.color-chg:active {
  color: var(--primary-color) !important;
}

#home-link {
  color: var(--light-color);
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  content: "";
  height: 4.15rem;
  display: block;
  margin-top: -4.15rem;
}
  
#testimonials.offset:before {
  height: 7.5rem;
  margin-top: -7.5rem;
}

/* ============= LANDING PAGE ============= */

/*-- Video Background --*/
.video-background {
  position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(13, 27, 65, 0.5);
}

.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1000;
}

#bg-vid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

/*-- Fixed Landing Page Caption */

.caption {
  z-index: 1;
  position: absolute;
  top: 38%;
  width: 100%;
  max-width: 100%;
}

.caption h1 {
  font-size: 4.5rem;
  letter-spacing: 0.32rem;
  text-shadow: 0.1rem 0.1rem 0.8rem black;
}

.caption h1 span {
  color: var(--contrast-color);
}

.caption h3 {
  letter-spacing: 0.15rem;
  font-size: 1.5rem;
  text-shadow: 0.1rem 0.1rem 0.5rem black;
}

/* Bouncing Down Arrow */

.down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-bottom: 35px;
}

.down-arrow:hover {
  opacity: .5;
}

.arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

/* ============= COURSES ============= */

#courses {
  position: relative;
}

#courses .custom-shape-divider {
  bottom: -3px;
}

.courses-container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9rem;
}

#courses .heading {
  margin-bottom: 1rem;
  text-align: left;
}

#courses ul {
  list-style: none;
  padding-inline-start: 0;
  font-size: 1.25rem;
  font-weight: 300;
}

.courses-brand {
  display: flex;
  justify-content: flex-end;
}

.courses-brand img {
  width: 85%;
}

.courses-brand-mobile img {
  width: 35%;
}

/* ============= WEBSITES & APPLICATIONS ============= */

.websites-apps .feature span {
  color: var(--primary-color);
}

/* ============= COMPANIES CAROUSEL ============= */

.companies {
  position: relative;
  width: 100%;
}

.companies-arrow {
  margin-top: -3.2rem !important;
}

#company-carousel {
  max-width: 80%;
  margin: 20px auto 20px;
}

#company-carousel .owl-wrapper {
  margin: 0 auto;
}

#company-carousel .owl-dots {
  margin: 40px 0 0;
}

.partners img {
  height: 150px;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  width: 515px !important;
}

.partners img:hover {
  filter: none;
}

/* Background */

.dark {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem 0;
  z-index: 1000;
}



.fixed-dark {
  background: url("../img/home/notebook.jpeg") center center/cover;
  
}

/* ============= PRICING ============= */

#prices .jumbotron {
  position: relative;
  background: linear-gradient(-45deg, var(--contrast-color), var(--dark-color), var(--dark-color), var(--secondary-color));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	margin-bottom: 0.5rem !important;
}

#prices .jumbotron .custom-shape-divider {
  bottom: -3px;
}

#prices .jumbotron .custom-shape-divider svg {
  transform: rotateY(0);
}

#prices .jumbotron .container {
  padding-bottom: 7rem;
}

.ribbon {
  background-color: var(--dark-color);
  color: var(--light-color);
  font-size: 0.8rem;
  font-weight: 700;
  height: 2rem;
  width: 10rem;
  padding-top: 0.4rem;
  position: absolute;
  transform: rotate(45deg);
  right: -2.8rem;
  top: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.25);
}

.pricing-column {
  background: var(--light-color);
  height: 100%;
  padding: 0.8rem 1.2rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 2;
  transition: transform 0.7s ease;
}

.pricing-column:hover {
  transform: scale(1.1);
}

.pricing-column .row {
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.pricing-card img {
  padding: 0;
}

.pricing-card h3 {
  color: var(--dark-color);
  font-size: 31px;
  font-weight: 600;
}

.pricing-card-main h3 {
  color: var(--primary-color);
  font-size: 34px;
}

.pricing-card h4 {
  font-size: 29px;
  font-weight: bold;
}

.pricing-card .theme-btn,
.pricing-card .theme-btn:hover {
  background: var(--center-gray);
}

.pricing-card .theme-btn::before {
  background: var(--outer-gray);
}

.pricing-card-main .theme-btn,
.pricing-card-main .theme-btn:hover {
  background: var(--primary-color);
}

.pricing-card-main .theme-btn::before {
  background: var(--secondary-color);
}

.heading-line {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 2em 0;
}

.heading-line::before,
.heading-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: 50%;
  left: 0;
}

.heading-line::before {
  background: linear-gradient(90deg, #10111f 0%, #10111f 50%, transparent 50%, transparent 100%);
	background-size: 15px;
	background-position: center;
	z-index: 1;
}

.heading-line::after {
  transition: opacity 0.3s ease, animation 0.3s ease;
	background-size: 200%;
	background-position: 0%;
	animation: bar 1s linear infinite;
}

.line-animated::before {
  background: linear-gradient(90deg, #10111f 0%, #10111f 5%, transparent 5%, transparent 10%, #10111f 10%, #10111f 15%, transparent 15%, transparent 20%, #10111f 20%, #10111f 25%, transparent 25%, transparent 30%, #10111f 30%, #10111f 35%, transparent 35%, transparent 40%, #10111f 40%, #10111f 45%, transparent 45%, transparent 50%, #10111f 50%, #10111f 55%, transparent 55%, transparent 60%, #10111f 60%, #10111f 65%, transparent 65%, transparent 70%, #10111f 70%, #10111f 75%, transparent 75%, transparent 80%, #10111f 80%, #10111f 85%, transparent 85%, transparent 90%, #10111f 90%, #10111f 95%, transparent 95%, transparent 100%);
	background-size: 150px;
	background-position: center;
	z-index: 1;
	animation: bar 20s linear infinite;
}

/* Pricing Keyframes */

@keyframes bar { /* pricing column bar */
	0% {
		background-position: 0%;
   }
	100% {
		background-position: 200%;
   }
}

@keyframes gradient { /* pricing background */
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*============= TESTIMONIALS SECTION =============*/

.testimonial-container {
  background-color: var(--light-color-alt);
}

#testimonials-carousel {
  max-width: 55%;
  margin: 0 auto;
  padding: 1.2rem;
}

#testimonials .heading {
  margin-top: -5rem;
  margin-bottom: -3rem;
}

#testimonials-carousel .owl-dot.active span,
#testimonials-carousel .owl-dot:hover span,
#testimonials-carousel .owl-dot span:hover {
  background-color: var(--dark-color) !important;
}

#testimonials-carousel .owl-prev,
#testimonials-carousel .owl-next {
  transform: translateY(-100%);
}

#testimonials-carousel .owl-prev,
#testimonials-carousel .owl-next {
  cursor: pointer;
  user-select: none;
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  position: absolute;
  top: 50%;
  z-index: 250;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: -25px 0 0 0;
  width: 50px;
  height: 50px;
  color: var(--dark-color);
  text-align: center;
  transition: all .25s ease;
}

#testimonials-carousel .owl-prev {
  left: -35px;
}

#testimonials-carousel .owl-next {
  right: -35px;
}

#testimonials-carousel .owl-prev:hover,
#testimonials-carousel .owl-next:hover {
  opacity: 0.76;
  background: none;
}

#testimonials-carousel .owl-prev > span,
#testimonials-carousel .owl-next > span {
  font-size: 64px;
  font-weight: 300; 
}

.owl-prev i.fa-chevron-left,
.owl-next i.fa-chevron-right {
  color: #ccc;
}

.testimonial {
  padding: 0 1.75rem 1.75rem;
}

.testimonial p {
  line-height: 1.75;
  font-size: 1.175rem;
}

.testimonials-name {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  text-transform: uppercase;
  font-weight: bold;
}

.testimonials-name::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 25px;
  height: 5px;
  content: "";
  background-color: var(--dark-color);
}

.dots {
  letter-spacing: 0.16rem;
  font-weight: bold;
}

.testimonial .fa-quote-left {
  margin: 0 1rem;
  color: var(--dark-color);
}

.testimonial .fa-star {
  padding: 0.3rem;
  color: var(--dark-color);
  font-size: 24px;
}

.testimonial .stars {
  text-align: center;
}

.testimonials-hr {
  border-top: 0.1rem solid var(--primary-color);
  margin: 3rem 0;
}

/*============= ABOUT SECTION =============*/

#about .heading {
  color: var(--light-color);
}

.about-text {
  background-color: var(--light-color);
  opacity: 0.75;
  font-size: 1.075rem;
}

/* Background */

.fixed-dark-alt {
  background: url("../img/home/michael.jpg") center center/cover;
}

.dark-alt {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

/*============= FREQUENTLY ASKED QUESTIONS =============*/

#accordion .card,
#accordion-r .card {
  margin: 0.5rem 0;
}

#accordion .card .card-header button,
#accordion-r .card .card-header button {
  text-align: left;
  color: var(--dark-color);
  font-size: 0.9rem;
  width: 100%;
}

#accordion .card .card-header button:hover,
#accordion .card .card-header button:focus,
#accordion .card .card-header button:active,
#accordion-r .card .card-header button:hover,
#accordion-r .card .card-header button:focus,
#accordion-r .card .card-header button:active {
  text-decoration: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: 0;
}

#accordion .accordion-ctrl,
#accordion-r .accordion-ctrl {
  float: right;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/*============= LIBRARY SECTION =============*/

.library-container {
  background: var(--light-color);
  border: var(--dark-color) 2px solid;
  border-radius: 0 0 20px 0;
  margin: 25px 0 36px;
}

.library-container .pull-left i {
  background: var(--dark-color);
  border: 6px solid var(--light-color);
  border-radius: 10% 20%;
  font-size: 35px;
  padding: 14px;
  line-height: 20px;
  width: 79px;
  top: -15px;
  left: -13px;
}

/*============= STUDENT PROJECTS SECTION =============*/

.student-projects,
.student-projects .card {
  transition: all 0.4s ease;
}


.student-projects:hover {
  transform: scale(1.05);
}

.student-projects:hover .card {
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}

/*============= CONTACT SECTION =============*/

.googlemap {
  height: 25rem;
}

#contact {
  background: url("../img/home/footer.jpg") no-repeat;
  background-size: cover;
}

.footer {
  background-color: rgba(57, 63, 70, 0.85);
  color: var(--light-color);
}

.footer .row {
  padding: 1rem 2rem 3rem;
}

.footer img {
  height: 2rem;
  margin: 1.5rem 0;
}

/* .footer a {
  color: var(--light-color);
} */

.footer h3 {
  text-transform: uppercase;
  margin: 1.5rem 0;
}

.p-credit {
  font-size: 18px;
}

/*-- Social Media Buttons --*/

.social-button {
  overflow: hidden;
  cursor: pointer;
  border: 2px solid var(--border-gray);
  background: rgba(0,0,0,0.7);
  color: var(--light-color);
	width: 40px;
	height: 40px;
	border-radius:25px;
	transition: all 0.5s ease;
}

.social-button:hover {
  width: 150px;
	border-radius: 13px;
}
 
.social-facebook,
.social-twitter,
.social-linkedin {
  position: relative;
  font-size: 12px;
	line-height: 40px;
	width: 150px;
	height: 55px;
  left: 150px;
	transition: all 1s ease;
}

.social-facebook::before,
.social-twitter::before,
.social-linkedin::before {
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  text-align: center;
	font-size: 20px; 
	width:50px;
	height:50px;
  right: 250px;
}

.social-facebook:before {
	content: '\f39e';
  padding-right: 15px;
}

.social-twitter:before {
  content: '\f099';
  padding-right: 12px;
}

.social-linkedin:before {
  content: '\f0e1';
  padding-right: 14px;
}

.social-button:hover .social-facebook {
  width: 200px;
  left:13px;
}

.social-button:hover .social-twitter {
  width: 200px;
  left:20px;
}

.social-button:hover .social-linkedin {
  width: 200px;
  left:15px;
}

/*-- Form --*/
.footer .form-group {
  margin-bottom: 1.3rem;
}

.footer .form-control {
  color: var(--light-color);
  background-color: #53595f;
  border: 0.15rem solid var(--primary-color);
}

.footer .form-control:focus {
  border: 0.15rem solid var(--dark-color);
}

.footer .form-group input,
.footer .form-group textarea {
  max-width: 950px;
}

.footer .form-group input::placeholder,
.footer .form-group textarea::placeholder {
  color: #b2b5b8; 
}

.footer .form-group input:focus,
.footer .form-group textarea:focus {
  outline: none;
  box-shadow: none;
}

.footer .btn-outline-theme,
.footer .btn-outline-theme:hover {
  color: var(--light-color);
  opacity: 1;
}

.footer .btn-outline-theme {
  color: var(--light-color);
  border-color: var(--primary-color);
  border-width: 0.15rem;
  border-radius: 0;
  padding: 0.5rem 1.1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin: 1rem;
}

.footer .btn-outline-theme:hover {
  border-color: var(--dark-color);
}

/*-- Copyright Footer, Footer Navigation, Top Scroll */
.footer-nav {
  margin-bottom: -25px;
}

.footer-nav ul {
  flex-direction: row;
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}

.footer-nav ul li {
  margin-left: 1.25rem;
}

.footer-nav ul li.margin-modify {
  margin-left: 0;
}

.footer-nav ul li a {
  color: var(--light-color);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-nav ul li a:hover {
  color: var(--primary-color);
}

hr.socket {
  width: 99%;
  border-top: 0.2rem solid var(--primary-color);
}

#top-span {
  display: none;
}

.top-scroll {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 1000;
}

.top-scroll span {
  position: absolute;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  right: 0;
  bottom: 0;
}

.top-scroll span::after {
  position: absolute;
  box-sizing: border-box;
  content: '';
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 -6px;
  border-left: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

