/**
* Template Name: Avilon
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  line-height: 1.4;
  color: #f9f6f6;
  -webkit-font-smoothing: antialiased; }

p{
    padding: 5px 0px 5px; 
    font-size: 12px;
    line-height: 1.1;
  }

h1{
    padding: 5px 0px 5px; 
    font-size: 40px;
    line-height: 0.7;
    font-weight: 700;
    color: #f7f7f7;
}
a{
    text-decoration: none; }

.course-category-section {
  padding: 125px 0px 125px; }

.category-icon {
  position: relative;
  z-index: 1; }
  .category-icon i {
    font-size: 60px; }

.category-title {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1; }
  .category-title h4 {
    font-size: 12px;
    font-weight: 500;
    color: #333333; }

.category-icon-title {
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative; }
  .category-icon-title:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #17d0cf;
    background: -moz-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
    background: -webkit-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #0071b0 100%);
    background: -o-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background: -ms-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
    background: -webkit-linear-gradient(left, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    background-size: 200% auto;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .category-icon-title:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .category-icon-title:hover .category-title h4,p {
    color: #fff; }
    .category-icon-title:hover .category-title a:hover, a:focus {
    text-decoration: none; 
    font-weight: 900;
    color: #f6910e;}


  .category-icon-title:hover .category-icon i {
    color: #fff;
    -webkit-text-fill-color: inherit; }
  .category-icon-title:hover {
    -webkit-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1); }

.home-secound-version {
  background-color: #fff; }
  .home-secound-version .category-icon-title {
    background-color: #f7f7f7; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  opacity: 85%;
  background: linear-gradient(45deg, #5b0061, #179cf5);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 20px;
  right: 20px;
}

#hero .video {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  opacity: 35%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
}

#hero .container {
  text-align: center;
}





