body {
    background-color: #031070;
    font-family: "Sofia", sans-serif;
  }
  
  .landing-navbar {
    padding: 3rem 1rem;
    transition: all 0.3s;
    font-family: "Play", sans-serif;
    font-weight: bold;
    font-size: 29px;
  }
  /* .nav-link:hover {
    background-color: bisque;
  } */
  /* a:hover {
    background-color: bisque;
  } */
  .landing-navbar .navbar-brand img {
    max-height: 70px;
    transition: all 0.3s;
  }
  .landing-navbar .nav-link {
    color: white;
  }
  .landing-navbar .navbar-toggler i {
    font-size: 32px;
    color: white;
  }
  .landing-navbar.scrolled {
    background-color: #000000a6;
    padding: 1rem 1rem;
  }
  .landing-navbar.scrolled .navbar-brand img {
    max-height: 40px;
  }
  .landing-navbar.scrolled .scrolledmenu {
    max-height: 50px;
    padding-top:0.32rem;
    padding-bottom: 0.32rem;
  }
  
  .video-banner {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .video-banner video {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 0;
    min-width: 100vw;
    min-height: 100vh;
  }
  .video-banner .banner-content {
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 4;
    /* background: #031070;
    background: linear-gradient(0deg, #031070 0%, rgba(3, 16, 112, 0.6110819328) 48%, rgba(3, 16, 112, 0.4766281513) 56%, rgba(255, 255, 255, 0) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031070",endColorstr="#ffffff",GradientType=1); */
  }
  .video-banner .banner-content .container {
    max-width: 1440px;
    padding-bottom: 46px;
  }
  
  .gallery-panel {
    width: 100%;
    padding: 40px 0;
    background-color: #050865;
  }
  .gallery-panel .row > div {
    padding: 15px;
  }
  
  .footer {
    width: 100%;
    background-color: #203e3c;
    padding: 50px 0;
  }
  .footer .container {
    max-width: 1440px;
  }
  .footer .container .footer-logo {
    display: block;
    max-height: 75px;
  }
  .footer .container .footer-title {
    font-weight: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    font-family: "Play", sans-serif;
    font-size: 23px;
  }
  .footer .container .footer-text {
    display: block;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .footer .container .footer-text .icon {
    font-size: 21px;
    color: #000000;
  }
  .footer .pagcor-approved {
    display: flex;
    align-items: center;
    width: 215px;
    border: 1px solid #ffcc00;
    border-radius: 3px;
    padding: 9px 14px;
    margin-top: 20px;
  }
  .footer .pagcor-approved img {
    max-height: 30px;
    margin-right: 15px;
  }
  .footer .pagcor-approved span {
    color: #fcd017;
    font-weight: bold;
    font-size: 14px;
  }
  .top-content{
    background-color: #03100f;
    padding-bottom: 43px;
    padding-top: 15px;
  }
  .gallery-title{
    color: white;
    text-align: center;
    font-family: "Play", sans-serif;
    font-weight: bold;
    font-size: 200%;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top:20px;
}

#custCarousel .carousel-indicators > li {
width:200px;
/* opacity: 0.7 !important; */
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.95 !important;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1 !important;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.95;
}

.carousel-item img{

  width:75%;
}
.slant1{
    
}
 
.slant1:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: -10%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.slant3:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -10%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.slant2:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -3%;
    top: 0;
    height: 100%;
    width: 105%;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-15deg);
}
  
#galleryCarousel>.carousel-control-prev, #galleryCarousel>.carousel-control-next {
  position: inherit;
}
