/********** Template CSS **********/
:root {
    --primary: #ffed00;
    --light: #F1F8FF;
    --dark: #ffffff;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.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-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

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

.navbar-dark .navbar-brand img {
    max-height: 40px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 40px;
}

@media (max-width: 991px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
        display: none
    }

    .hero-header {
        background: url(../img/v2/bg-heroM3.png?111);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .hero-header img {
        animation: imgRotate 50s linear infinite;
    }
    
    .paddingMore {
        margin-bottom: 450px;
    }
    .more{
        position: absolute;
        width: 300px;
        height: 100px;
        top: 25%;
        left: 30px;
    }
    .protostar{
        position: absolute;
        width: 120px;
        height: 50px;
        top: 12%;
        border: none;
        left: 20px;
        background-color: transparent;
        border: none;
        z-index: 10;
    }
    .description{
        padding-top: 10%;
    }
}


@media (min-width: 991px) {
    .hero-header {
        background: url(../img/v2/bg-hero3.png?1112);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .hero-header img {
        animation: imgRotate 50s linear infinite;
    }
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .navbar-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: #ffffff !important;
    }

    .paddingMore {
        margin-bottom: 350px
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
    .more{
        position: absolute;
        width: 300px;
        height: 130px;
        top: 50%;
        left: 60px;
    }
    .protostar{
        position: absolute;
        width: 200px;
        height: 80px;
        top: 27%;
        left: 60px;
        background-color: transparent;
        border: none;
        z-index: 10;
    }
    .description{
        padding-top: 40%
    }
}


/*** Hero Header ***/
@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    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 {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.price {
    border-radius: 16px;
    background:#ffffff;
    box-shadow: 2px 2px 2px #dddddd;
}
.join {
    border-radius: 60px;

    background:#000000;
    color:#ffffff;
    text-align: center;
}

/* ----  FAQ start ----- */
.ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.ul li:last-of-type {
  padding-bottom: 0;
}
.ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 10px;
  right: 0;
}
.ul li i:before, .ul li i:after {
  content: "";
  position: absolute;
  background-color: #ffed00;
  width: 3px;
  height: 9px;
}
.ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/* ----  FAQ end ----- */