/********** Template CSS **********/
:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 40px 0;
    color: var(--light);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.gapp-logo{
    height: 100px;
    margin-right: 10px;
}
.web{
    display: block;
}

.mobile-calendar{
    display: none;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.shadow-sm .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--light);
    }
}

@media (min-width: 992px) {
    .navbar.shadow-sm .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-item > img{
    height: 1070px;
}

.fc-toolbar-title{
    color: #EB1616 !important;
    font-weight: bolder;
    font-size: 1.75rem !important;
    text-transform: uppercase;
    /* display: none; */
}

.fc-h-event .fc-event-title{
    white-space: pre-wrap;
    text-align: center;
    font-weight: bold;
    height: 105px;
    max-height: auto;
    vertical-align: middle;
    display:table-cell;
}

.fc-scrollgrid-section-body td.fc-day{
    height: 105px;
    max-height: auto;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

/* #part_schedule {
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('https://www.youtube.com/watch?v=ZPy_eRrH3bc') center center no-repeat;
    background-size: cover;
} */

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 955px;
}

.page-header > div{
    opacity: .8;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item .btn {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    background: var(--dark);
    opacity: 0;
}

.service-item:hover .btn {
    right: 0;
    bottom: 0;
    opacity: 1;
}


/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(24 24 24 / 85%);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

/* .team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
} */

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 3px;
    color: var(--primary);
    background: var(--dark);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--secondary);
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 1.5rem;
    font-size: 15px;
    background: var(--dark);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.img-fame{
    min-height: 421px;
    height: 100% !important;
}

#part_fame i{
    cursor: pointer;
}


.carousel-item{
    height: 100% !important;
}

.fc-scrollgrid-section-header th.fc-day {
    background-color: #0c0c0c;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fc .fc-daygrid-day-number{
    color: #fff;
    font-weight: bold;
}

.fc-scrollgrid-section-header th.fc-day a{
    /* font-size: 16px;
    color: #fff;
    text-shadow:
        0 0 5px rgb(255, 230, 0),
        0 0 10px rgb(255, 230, 0),
        0 0 20px rgb(255, 230, 0),
        0 0 40px rgb(255, 230, 0),
        0 0 80px rgb(255, 230, 0);
    letter-spacing: 3px; */
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 6px rgb(255, 230, 0), 0 0 0px rgb(255, 230, 0), 0 0 1px rgb(255, 230, 0), 0 0 1px rgb(255, 230, 0), 0 0 3px rgb(255, 230, 0);
    letter-spacing: 3px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.fc-event-title.fc-sticky{
    color: #292929;
}

.img-directory{
    width: 100%;
    height: 276px;
    background-size: cover;
}

.team-item > div:last-child{
    z-index: 10;
    position: relative;
}

.img-cluster{
    margin-bottom: -30px;
    margin-left: -4px;
    margin-right: -5px;
}
.about-us > h2{
    border-left: 5px solid rgb(196, 57, 57);
    padding-left: 10px;
}
#part_about_us{
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#part_about_us > div{
    padding: 50px 30px;
    border: 1px solid rgb(58, 58, 58);
    background-color: rgba(212, 212, 212, 0.103);
}

#part_video > div{
    padding: 50px 30px;
    border: 1px solid rgb(58, 58, 58);
    background-color: rgba(212, 212, 212, 0.103);
}
@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
}

@property --gradX {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: true;
}

@property --gradY {
    syntax: '<percentage>';
    initial-value: 0%;
    inherits: true;
}

#part_about_us, #part_directory, #part_fame, #part_schedule, #part_banding{
    scroll-margin-top: 10px;
}


:root {
    --d: 2500ms;
    --angle: 90deg;
    --gradX: 100%;
    --gradY: 50%;
    --c1: rgb(243, 247, 5);
    --c2: rgba(168, 239, 255, 0.1);
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@keyframes borderRotate {
    100% {
        --angle: 420deg;
    }
}

@keyframes borderRadial {
    20% {
        --gradX: 100%;
        --gradY: 50%;
    }

    40% {
        --gradX: 100%;
        --gradY: 100%;
    }

    60% {
        --gradX: 50%;
        --gradY: 100%;
    }

    80% {
        --gradX: 0%;
        --gradY: 50%;
    }

    100% {
        --gradX: 50%;
        --gradY: 0%;
    }
}

.modal-body img{
    border: 0.65rem solid;
    /* padding: 3vw; */
    border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
    background-color: #000;
    border-radius: none;
}


.fc .fc-scrollgrid tbody{
    background-color: #2d3447;
}

.ul-gallery-video{
    margin: 0;
    padding: 0;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    padding: 0 4px;
    margin-left: -5px;
    gap: 0px 18px;
    width: 100%;
}

.ul-gallery-video li{
    list-style: none;
    float: none;
    display: grid;
    grid-template-rows: 1fr repeat(3, auto);
    position: relative;
    z-index: 0;
    border-radius: 25px;
    padding: 5px;
    gap: 0px 10px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
}

.play-video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
    display: block !important;
}

.ul-gallery-video li .play-video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
}

.vid-description{
    color: #fff;
    margin-top: 5px;
}

.swiper {
    width: 100%;
    padding-top: 3.125rem;
  }
  
  .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  
  .swiper-pagination {
    bottom: 1.25rem !important;
  }
  
  .swiper-slide {
    width: 18.75rem;
    height: 28.125rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
  }
  
  .swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    padding: 0 0 0 1.563rem;
    text-transform: uppercase;
  }
  
  .swiper-slide p {
    color: #dadada;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 1.563rem;
    line-height: 1.6;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .swiper-slide a {
    margin: 1.25rem 1.563rem 3.438rem 1.563rem;
    padding: 0.438em 1.875rem;
    font-size: 0.9rem;
  }
  
  .swiper-slide a:hover {
    color: #005baa;
  }
  
  .swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 0.625rem;
  }
  
  .swiper-slide-active div {
    display: block;
    opacity: 1;
  }
  
  /* .swiper-slide--one {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
      url("https://images.unsplash.com/photo-1628944682084-831f35256163?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80")
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--two {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
      url("https://images.unsplash.com/photo-1515309025403-4b0184873cef?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=735&q=80")
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--three {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
      url("https://images.unsplash.com/photo-1545671913-b89ac1b4ac10?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80")
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--four {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
      url("https://images.unsplash.com/photo-1598977123118-4e30ba3c4f5b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80")
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--five {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
      url("https://images.unsplash.com/photo-1570481662006-a3a1374699e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=765&q=80")
        no-repeat 50% 50% / cover;
  } */
  
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
  }
  
  @media screen and (min-width: 48rem) {
    /* main {
      display: flex;
      align-items: center;
    } */
    .bg,
    .bg2 {
      opacity: 0.1;
    }
  }
  
  @media screen and (min-width: 93.75rem) {
    .swiper {
      width: 85%;
    }
  }



/* .fc-view-harness{
    min-height: 853px;
    max-height: 938px;
} */
@media (max-width: 1400px) {
    .img-cluster{
        margin-bottom: -30px;
        margin-left: -3px;
        margin-right: -4px;
    }
}
@media (max-width: 1199px) {
    .img-cluster{
        margin-bottom: -30px;
        margin-left: -3px;
        margin-right: -4px;
    }
}


@media (max-width: 991px) {
    .img-cluster{
        /* margin-bottom: -80px; */
    }

    .img-fame{
        min-height: auto;
        height: auto;
    }
    .display-4 {
      font-size: 1.5rem;
    }
    .day h5 {
      background-color: #eee;
      padding: 3px 5px 5px;
      margin: -8px -8px 8px -8px;
    }
    .date {
      padding-left: 4px;
    }
    .calendar-view>div {
      display: none;
    }
    .calendar-view>div.show-only-list {
      display: block;
    }
    .calendar-view>div.show-only-list .events-holder>a {
      display: block;
      border-radius: .25rem;
      width: 100%;
    }
    .mobile-calendar{
        display: block;
    }
    .web{
        display: none;
    }
  }
  
  @media (min-width: 992px) {
    #calendar .calendar-view .day.grid {
      min-height: 9vw;
    }
    #calendar .calendar-view .day.grid h5 small {
      display: none;
    }
    #calendar .calendar-view .day.grid .events-holder a {
      width: 25px;
      height: 25px;
      border-radius: 15px;
      margin-right: 2px;
    }
    #calendar .calendar-view .day.grid .events-holder .course-name {
      display: none;
    }
    #calendar .calendar-view .day.calendar-prior-months-date h5 small {
      display: none;
    }
  }

@media (max-width: 768px) {
    #part_about_us, #part_directory, #part_fame, #part_schedule, #part_banding{
        scroll-margin-top: 0px;
    }
    #header-carousel .carousel-item {
        position: relative;
        /* min-height: 450px; */
        min-height: 210px;
    }

    #myVideo{
        height: auto;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-cluster{
        /* margin-bottom: -120px; */
    }
    
    .team-item > div:last-child{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .gapp-logo{
        height: 60px;
    }
    .about-container{
        display: flex;
        flex-direction: column;
    }
    .vmgo{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .vmgo > div{
        width: 100%;
        padding: 10px;
    }
    .about-us{
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 571px) {
    .team-item > div:last-child{
        padding: 15px 5px !important;
    }

    .team-item > div:last-child h5{
        font-size: 15px;
    }
    .team-item > div:last-child span{
        font-size: 13wpx;
    }
    .img-cluster {
        margin-left: -2px;
        margin-right: -3px;
    }
}

