/*
    A. Global Style

    I. Pages Index :
    1. navbar
    2. mega menu
    3. hero area
    * Footer Section

    II. Hadiah :
    1. 
    * Footer Section

    III. Player :

    * Footer Section
*/

/********************
A. Global style
********************/
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2C2F41;
    box-sizing: border-box;
    margin-top: 60px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    /* font smooth */
    -moz-osx-font-smoothing: auto;
    -webkit-font-smooth: auto;
    -moz-font-smooth: auto;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Mitr', sans-serif;
}

a {
    text-decoration: none !important;
    transition: 0.3s;
    color: #fff;
}
a:hover {
    transition: 0.3s;
    color: #fff;
}

.btn-cta,
a .btn-cta {
    display: inline-block;
    padding: 8px 16px;
    background-color: #FF3864;
    border-radius: 4.8px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s;
}

.btn-cta:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
    transition: 0.3s;
}

.cta-form,
a .cta-form {
    cursor : pointer;
    color  : #fff;
    padding: 8px 42px;
}

.btn-cta-2 {
    display         : inline-block;
    padding         : 8px 32px;
    background-color: #FF3864;
    border-radius   : 4.8px;
    text-transform  : uppercase;
    font-size       : 14px;
    transition      : 0.3s;
}

.btn-cta-2 {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
    transition: 0.3s;
}

.btn-subscribe {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 32px;
    border-radius: 4.8px;
    background: -webkit-linear-gradient(bottom left, #7B29CA 0%, #FF3666 100%);
    background: -o-linear-gradient(bottom left, #7B29CA 0%, #FF3666 100%);
    background: linear-gradient(to top right, #7B29CA 0%, #FF3666 100%);
    transition: 0.3s;
    }

.btn-subscribe:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
    transition: 0.3s;
    }

.line-custom {
    max-width    : 280px;
    border       : solid 2px #ff3333;
    opacity      : 0.32;
    margin-bottom: 48px;   
}
.heading-primary {
    font-size: 24px;
    text-align: center;
}

.mb-42 {
    margin-bottom: 42px;
}

/********************
I. Pages Index :
********************/
/* back to top */
.scrollup {
    background: rgba(255,51,51,.5);
    position: fixed;
    bottom: 40px;
    right: 20px;
    border-radius: 100%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: none;
    cursor: pointer;
    z-index: 9999;
    transition: .3s ease;
}

.scrollup:hover {
    background: #FF3864;
    color: #fff;
    transition: .3s ease;
}


/***
1. navbar
***/
.navbar {
    justify-content: flex-end;
}

.navbar-brand {
    flex: 1;
}
/* toggle */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 16px;
}
.navbar-dark .fa-bars {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .fa-bars:hover {
    color: #003049;
}
.navbar-dark .navbar-toggler {
    border: none;
    cursor: pointer;
}
.navbar-menu {
    background-color: #FF5858;
}

.nav-item .btn-nav {
    color: #ffffff;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
}
.nav-item .btn-nav:hover {
    color: #ffffff !important;
    border: 2px solid #003049;
    border-radius: 5px;
    background-color: #003049;
}

#search-bar input {
    width: 100%;
    background-color: #FF5858;
    border: none;
    color: #fff;
    box-shadow: none;
}
#search-bar img {
    position: absolute;
    color: #fff;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#search-bar {
    background-color: #FF5858;
    position: fixed;
    width: 100%;
    top: 0;
    height: 60px;
    z-index: 9999;
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#search-bar .container-fluid {
    top: 28%;
    position: relative;
}
#search-bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
#search-bar ::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
#search-bar :-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
#search-bar :-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
/* magnifier !important for remove margin inherit from nav-link */
.nav-link.nav-magnifier {
    padding: 9px;
    cursor: pointer;
    margin-right: 0 !important;
}
.btn-downloadApp img {
    align-items: center;
}
@media only screen and (max-width:991px) {
    .nav-link.nav-magnifier {
        display: none;
    }
    .nav-link.nav-magnifier-mobile {
        display: block;
    }
    .navbar-dark .navbar-nav .nav-link {
        text-align: center;
    }
    .navbar-nav .nav-item .btn-nav {
        width: 280px;
        left: 0;
        right: 0;
        margin: 0 auto 15px;
    }
    .nav-link .btn-nav {
        text-align: center;
    }
}
@media only screen and (min-width:992px) {
    .nav-link.nav-magnifier-mobile {
        display: none;
    }
}

/***
2. mega menu
***/

/* dropdown stay Fallbacks */
.click-nav .no-js ul {
	display: none;
}
.click-nav .no-js:hover ul {
	display: block;
}

.has-mega-menu {
    position: static;
    width: 100%;
}

.dropdown-menu {
    width: 100%;
    background-color: #5650D1;
    border-radius: 0;
    border: none;
    width: 100%;
    margin: 0;
    padding: 8px 16px;
}

.dropdown-item-mega {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dropdown-item.dropdown-item-mega:hover
 {
    background-color: #FF3864;
    color:#fff;
    border-radius: 4px;
}
.dropdown-item.dropdown-banner:hover {
    /* background-color: #5650D1; */
    background-color: transparent;
}

.carousel-inner {
    border-radius: 4px;
}

@media screen and (min-width: 576px) {
  .has-mega-menu .container-sm {
    width: 540px;
  }
}

@media screen and (max-width: 576px)  {
  .mobile-scroll {
    /*overflow: scroll;*/
    /*height: 45vh;*/
    height: 30vh;
  }
}

@media screen and (max-width: 360px)  {
  .mobile-scroll {
    /*overflow: scroll;*/
    height: 35vh;
  }
}

@media screen and (min-width: 768px) {
  .has-mega-menu .container-md {
    width: 720px;
  }
  .dropdown-banner {
    padding: 0 15px;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .has-mega-menu .container-lg {
    width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .has-mega-menu .container-xl {
    width: 1140px;
  }
}

/***
3. hero area
***/
header.masthead {
    position: relative;
    width: 100%;
    height: 320px;
    padding: 24px 0;
    background: url(../img/hero-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

header.masthead:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 88, 88, 0.3);
    top: 0;
}

header.masthead p {
    color: white;
}

header.masthead .header-content {
    max-width: 500px;
    text-align: center;
}

header.masthead .header-content h1 {
    font-size: 42px;
    font-weight: 700;
}

header.masthead .header-content p {
    font-size: 18px;
    font-weight: 400;
}

.header-content p span {
    font-weight: 700;
}

.emphasis {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header.masthead .hero-img-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and ( max-width: 991px ){
    header.masthead .header-content {
        max-width: 500px;
        text-align: center;
        margin-bottom: 32px;
    }
    header.masthead .header-content p {
        font-size: 18px;
    }
    header.masthead .header-content h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) {
    header.masthead .header-content {
        margin-bottom: 0;
        text-align: center;
    }
    header.masthead .hero-img-container {
        max-width: 325px;
    }
}
@media only screen and (max-width: 992px) {
    .hero-img-container {
        margin-bottom: 32px;
    }
}

/***
4. hero video teaser
***/
.hero-teaser {
    max-width   : 35rem;
    margin-top: -150px;
    margin-left : auto;
    margin-right: auto;
}

.frame-teaser {
    border: 4px solid rgba(255,51,51,.3) ;
}

.images-container {
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
}

.img-flex-bdrs {
    border-radius: 4px;
    border: 2px solid rgba(255,51,51,.3) ;
}

@media ( max-width: 415px ) {
     .hero-teaser {
        margin-top: -120px;
    }
}


/*** 
5. image gallery
***/
.images-group {
    margin-bottom: 30px;
}

/* styling gallery fixed size */
.lg-backdrop.in {
    opacity: 0.85;
}
.fixed-size.lg-outer .lg-inner {
  background-color: #ffd7d7;
}
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}

.ambient-gallery img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.ambient-gallery img:hover {
    opacity: .5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

/***
II. Hadiah
***/
.hadiah-container {
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
}

.hadiah-wrapper {
    text-align: center;
    background-color: rgba(255,51,51,.3);
    padding: 32px;
}
.hadiah-text {
    font-size: 16px;
    font-weight: 600;
}

.list-hadiah {
    text-align: left;
}

.list-hadiah > li {
    margin-bottom: 8px;
}
.list-child {
    list-style-type:disc;
}

/*this is for responsive hadiah padding wrapper*/
@media ( max-width: 415px ){
    .hadiah-wrapper {
        padding: 16px;
    }
}

/* Modal */
.modal-backdrop {
    z-index: 999;
}

.modal-body {
    text-align: center;   
}

img.img-modal {
    margin-bottom: 16px;
}

.small-notes {
    display: block;
    margin-bottom: 16px;
}

/* new login */
.nav-item a.nav-link.btn-nav:active,
.nav-item a.nav-link.btn-nav:focus {
    outline: none;
    color: #fff;
}
















/***
7. Index Banner
***/

img.index-banner {
    max-width: 320px;
    border-radius: 4px;
    margin-bottom: 8px;
}

/***
* footer
***/
.footer {
    display: inline-block;
    background-color: #FF5858;
    text-align: center;
}
.footer p {
    margin: 16px 0;
    color: #fff;
}

/********************
II. Event Page :
********************/

/***
1. card
***/
.info-title {
    font-size: 12px;
    color: #9B9B9B;
    margin-bottom: 16px;
}
.bg-card {
    background-color: #EFEFFA;
}
.no-border {
    border: none !important; 
}
.mb-30 {
    margin-bottom: 30px;
}
.card-section {
    margin-top: 32px;
    margin-bottom: 32px;
}

/********************
II. Info Page :
********************/

/***
1. Accordion
***/
.accordion-section {
    margin-top: 32px;
    margin-bottom: 32px;
}
.card.color-border {
    border: 1px solid rgba(105,97,255,1);
    cursor: pointer;
}

button.btn.btn-link {
    text-decoration: none !important;
    font-size: 24px;
    color: #fff;
}

.card-header {
    background-color: #6961FF;
}
.card-header h5{
    color: #fff;
}

/***
2. Video card
***/

.video-container {
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
}
.video-group {
    margin-bottom: 30px;
}
.video-img {
    position: relative;
}
.img-flex {
    width: 100%;
    height: auto;
}

/*this for play button video*/
.video-img::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -7px;
    margin: auto;
    width: 20px;
    height: 20px;
    border-bottom: 19px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(90deg);
}

/*this for circle play button video*/
.video-img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 999px;
    background: rgba(0,0,0,0.36);
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
}

.video-img img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    opacity: 0.8;
    z-index: 3;
    border-radius: 4px;
    background-color: #35383d;
}

.video-desc {
    padding: 15px;
    background-color: #ffd7d7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.title-videos {
    font-weight  : 600;
    margin-bottom: 8px;
    color        : #2C2F41;
}

.viewer { 
    display    : block;
    text-align : right;
    font-size  : 13px;
    font-weight: 600;
    color      : rgba(17,17,17, 0.6);
}

/*pagination*/
ul.pagination {
    margin-top   : 24px;
    margin-bottom: 56px;
}

.page-item.active .page-link {
    color           : #fff;
    background-color: #003049;
    border-color    : #003049;
}

.page-link {
    color: #003049;
}

.page-link:hover {
    color           : #FFF;
    background-color: #003049;
}

/********************
II. Player :
********************/
.single-fulwidth {
    background: #0c0d0d;
    padding   : 25px 0;
}
.frameVid {
    max-width   : 75rem;
    margin-left : auto;
    margin-right: auto;
}

/* info player */
.container-player {
    background-color: #ffd7d7;
}
.info-player {
    padding-top   : 16px; 
    padding-bottom: 16px; 
}
.video-title {
    font-size    : 24px;
    font-weight  : 600;
    margin-bottom: 8px;
}
p.video-viewer {
    color: rgba(17,17,17, 0.6);
}
.tags button {
    padding      : 0 10px;
    height       : 30px;
    border       : 1px solid #ececec;
    border-radius: 4px;
    font-size    : 13px;
    color        : #6c6c6c;
    font-weight  : bold;
    cursor       : auto;
}
.inner-btn {
    background    : #f6f6f6;
    font-size     : 13px;
    color         : #6c6c6c;
    padding       : 0 10px;
    height        : 30px;
    text-transform: capitalize;
    display       : inline-block;
    line-height   : 30px;
    border-radius : 4px;
    margin-bottom : 5px;
}
.inner-btn:hover {
    background-color: #FF3864;
}