body {
  background-color: #203e3c;
  font-family: "Sofia", sans-serif;
}

.bgcolormain {
  background-color: #203e3c;
}
  
  .landing-navbar {
    padding: 2.5rem 1rem;
    transition: all 0.3s;
    font-family: "Play", sans-serif;
    font-weight: bold;
    /* font-size: 29px; */
  }
  .nav-link:hover {
    /* background-color: bisque; */
    text-shadow: white;
    text-decoration: underline;
  }
  a:hover {
    /* background-color: bisque; */
    text-shadow: white;
  }
  .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 .container {
    max-width: 1440px;
  }
  .container .footer-logo {
    display: block;
    max-height: 75px;
  }
  .container .footer-title {
    font-weight: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    font-family: "Play", sans-serif;
    font-size: 23px;
  }
  .container .footer-text {
    display: block;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .container .footer-text .icon {
    font-size: 21px;
    color: #000000;
  }
  .pagcor-approved {
    display: flex;
    align-items: center;
    width: 215px;
    border: 1px solid #ffcc00;
    border-radius: 3px;
    padding: 9px 14px;
    margin-top: 20px;
  }
  .pagcor-approved img {
    max-height: 30px;
    margin-right: 15px;
  }
  .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{
  padding: auto;
}

@media (max-width: 320px) {
  .slant1::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .menus {
    display: none;
  }
}
 
.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: -10%;
  top: 0;
  height: 100%;
  width: 120%;
  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;
}

.togglemenu {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 1;
  border-radius: 0px 0px 0px 10px;
}

.landingbanner {
  background-image: url(/img/background.png);
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
  height: 100px;
}

@media (max-width: 2560px) {
  .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);
  }

  .gallerycontainer {
    margin-top: 150px;
  }
}

@media (max-width: 1440px) {
  .gallerycontainer {
    margin-top: 13%;
  }
}

@media (max-width: 1024px) {
  .gallerycontainer {
    margin-top: 25%;
  }
}

@media (max-width: 820px) {
  .gallerycontainer {
    margin-top: 150px;
  }
  .gallerycontainer .carousel-control-prev,
  .gallerycontainer .carousel-control-next{
    display:none;
  }
  .gallerycontainer .carousel-item img{
    width: 100% !important;
  }
  .video-banner{
    min-height:70vh;
  }
  #landingNav .navbar-brand img{
    width: 150px;
  }
}

@media (max-width: 425px) {
  .gallerycontainer {
    margin-top: 150px;
    padding-left:0px!important;
    padding-right:0px!important;
  }
  .gallerycontainer .carousel-control-prev,
  .gallerycontainer .carousel-control-next{
    display:none;
  }
  .gallerycontainer .carousel-item img{
    width: 100% !important;
  }
  .video-banner{
    min-height:50vh;
  }
  #landingNav .navbar-brand img{
    width: 140px;
  }
}

@media (max-width: 320px) {
  .gallerycontainer {
    margin-top: 150px;
  }
  .video-banner{
    min-height:50vh;
  }
  #landingNav .navbar-brand img{
    width: 140px;
  }
}

.swiper-slide-active .swiper-zoom-container img {
  box-shadow: 0px 0px 100px 20px #ECD940;
  /* margin: 10px; */
}

.loader_bg {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  display:grid;
  justify-content: center;
  align-content: center;
  background: rgba(0,0,0,0.1);
  backdrop-filter: saturate(180%) blur(10px);
}

.loader {
  border: 0 solid transparent;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  background-image: url(/img/BRgifs.gif);
  /* margin:auto; */
}

/* @media (max-width: 320px){
  .loader {
    border: 0 solid transparent;
    border-radius: 10%;
    width: 100%;
    height: 100%;
    right: 5vw;
    background-image: url(/img/BRgifs.gif);
  }
}

@media (max-width: 1024px){
  .loader {
    border: 0 solid transparent;
    border-radius: 10%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: 45vw;
    background-image: url(/img/BRgifs.gif);
  }
} */

/* .loader:before, .loader:after {
  content: '';
  border: 1em solid #ff5733;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 45vw;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before {
  animation-delay: .5s;
}

@keyframes loader {
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
} */