/********** Template CSS **********/
:root {
  --primary: #FEA116;
  --light: #F1F8FF;
  --dark: #0F172B;
}

.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;
}


.navbar-dark .navbar-nav .schedulebtn {
  font-size: 15px;
  color: var(--light) !important;
  text-transform: uppercase;
  outline: none;
  transition: .5s;
  background-color: #faba12;
  font-weight: 600;
  color: #000 !important;
  border-radius: 10px;
  margin-left: 25px;
  padding: 9px 10px !important;
  height: 40px;
  margin-top: 26px;
  text-decoration: none;
}

.navbar-dark .navbar-nav .schedulebtn:hover {
  color: var(--light) !important;
  background-color: #85c440;
}

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

.sticky-top.navbar-dark .navbar-nav .schedulebtn {
  padding: 9px 10px !important;
  margin-top: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.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: 80px;
  transition: .5s;
}

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

@media (max-width: 991.98px) {
  .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 .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent !important;
  }

  .sticky-top.navbar-dark {
    position: fixed;
    background: var(--dark) !important;
  }
}


/*** Hero Header ***/
.hero-header {
  background: linear-gradient(rgba(15, 23, 43, .8), rgba(15, 23, 43, .8)), url(../img/bg-hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .hero-header img {
    animation: imgRotate 50s linear infinite;
} */

@keyframes imgRotate {
  100% {
    transform: rotate(360deg);
  }
}

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


/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}


/*** Footer Section Title ***/
.footer-bg {
  position: relative;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
}

.footer-section-title {
  position: relative;
  display: inline-block;
}

.footer-section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.footer-section-title.text-start::before,
.footer-section-title.text-end::after {
  display: none;
}



/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item * {
  transition: .5s;
}

.service-item:hover * {
  color: var(--light) !important;
}


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


/*** Youtube Video ***/
.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@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;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}


/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  height: calc(100% - 38px);
  transition: .5s;
}

.team-item img {
  transition: .5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item:hover {
  height: 100%;
}

.team-item .btn {
  border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: var(--light) !important;
}

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

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}


/*** 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);
  margin-top: 10px;
}

.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;
}


.text-primary {
  --bs-text-opacity: 1;
  color: rgb(131 194 63) !important;
}


/**/
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#7E50B4 0%, #7E50B4 0%, #ccc 0%, #ccc 100%);
}

#backToTop:hover {
  background: conic-gradient(#7E50B4 0%, #7E50B4 0%, #ccc 0%, #ccc 100%);
}

/**/

.color1 {
  color: #fbbb12;
  font-weight: 600;
  text-transform: uppercase;
}

.color2 {
  font-weight: 600;
  color: #85c440;
  text-transform: uppercase;
}

.color3 {
  color: #fbbb12;
  font-weight: 600;
  text-transform: uppercase;
}

.imgw {
  width: 50% !important;
}

@media only screen and (max-width: 768px) {

  /*** Section Title ***/

  .section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
  }

  .section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
  }

  .section-title.text-start::before,
  .section-title.text-end::after {
    display: none;
  }

  .imgw {
    width: 100% !important;
  }

}

.fs10 {
  font-size: 8px;
}

.fs12 {
  font-size: 12px;
}

/**/

/* .scene {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .scene:hover {
    transform: scale(1.5);
  }

  .scene:hover .side {
    opacity: 1;
  }

  .cube {
    transform-style: preserve-3d;
    position: relative;
    width: 300px;
    height: 300px;
    -webkit-animation: rotate 10s ease-in-out infinite;
    animation: rotate 10s ease-in-out infinite;
    transform-origin: center center;
  }

  .side {
    position: absolute;
    width: 300px;
    height: 500px;
    background-color: #333;
    opacity: 0.95;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .back {
    transform: translateZ(-150px) rotateX(180deg);
    background-image: url(../img/3d/1.png);
  }

  .left {
    transform: translateX(-150px) rotateY(90deg);
    background-image: url(../img/3d/2.png);
  }

  .right {
    transform: translateX(150px) rotateY(90deg);
    background-image: url(../img/3d/3.png);
  }

  .top {
    transform: translateY(-150px) rotateX(90deg);
    background-image: url(../img/3d/4.png);
  }

  .bottom {
    transform: translateY(150px) rotateX(270deg);
    background-image: url(../img/3d/5.png);

  }

  .front {
    transform: translateZ(150px);
    background-image: url(../img/3d/6.png);

  }

  @-webkit-keyframes rotate {
    0% {
      transform: rotateX(0);
    }

    12.5% {
      transform: rotateY(90deg);
    }

    25% {
      transform: rotateY(270deg);
    }

    37.5% {
      transform: rotateY(270deg);
    }

    50% {
      transform: rotateY(360deg);
    }

    62.5% {
      transform: rotateX(90deg);
    }

    75% {
      transform: rotateX(180deg);
    }

    87.5% {
      transform: rotateX(270deg);
    }

    100% {
      transform: rotateX(360deg);
    }
  }

  @keyframes rotate {
    0% {
      transform: rotateX(0);
    }

    12.5% {
      transform: rotateY(90deg);
    }

    25% {
      transform: rotateY(270deg);
    }

    37.5% {
      transform: rotateY(270deg);
    }

    50% {
      transform: rotateY(360deg);
    }

    62.5% {
      transform: rotateX(90deg);
    }

    75% {
      transform: rotateX(180deg);
    }

    87.5% {
      transform: rotateX(270deg);
    }

    100% {
      transform: rotateX(360deg);
    }
  } */















/*
  .scope {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: slid 30s linear infinite;
  }

  .scope span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(350px);
  }
  .scope span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: 2s;
  }
  .scope span:hover img {
    transform: translateY(-50px) scale(1.7);
  }
  @keyframes slid {
    0% {
      transform: perspective(1000px) rotateY(0deg);
    }
    100% {
      transform: perspective(1000px) rotateY(360deg);
    }
  }
/*

  .dipak{
          margin: 0;
          padding: 0;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 50vh;
          background: #0f2027;
          background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027);
          overflow: hidden;
  }
  .scope {
    position: relative;
    width: 500px;
    height: 500px;
    transform-style: preserve-3d;
    animation: slid 40s linear infinite;
  }

  .scope span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i) * 90deg)) translateZ(500px);
  }
  .scope span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: 2s;
  }
  .scope span:hover img {
    transform: translateY(-50px) scale(1.7);
  }
  @keyframes slid {
    0% {
      transform: perspective(1000px) rotateY(0deg);
    }
    100% {
      transform: perspective(1000px) rotateY(360deg);
    }
  } */





/* .circle {
  width: 45vw;
  height: 35vw;
  border-radius: 50%;
  margin: 20px;
  animation: round 30s linear infinite;
  transform-style: preserve-3d;
  background-size: cover;
}

.circle div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.circle .img1 {
  background: url(../img/3d/1.png) no-repeat 50%;
  transform: rotateY(0deg) translateZ(43vw);
}

.circle .img2 {
  background: url(../img/3d/2.png) no-repeat 50%;
  transform: rotateY(60deg) translateZ(43vw);
}

.circle .img3 {
  background: url(../img/3d/3.png) no-repeat 50%;
  transform: rotateY(120deg) translateZ(43vw);
}

.circle .img4 {
  background: url(../img/3d/4.png) no-repeat 50%;
  transform: rotateY(180deg) translateZ(43vw);
}

.circle .img5 {
  background: url(../img/3d/5.png) no-repeat 50%;
  transform: rotateY(240deg) translateZ(43vw);
}

.circle .img6 {
  background: url(../img/3d/6.png) no-repeat 50%;
  transform: rotateY(300deg) translateZ(43vw);
}

@keyframes round {
  to {
    transform: rotateY(360deg);
  }
} */

.dslider .carousel {
  width: 600px;
  height: 600px;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate 30s infinite linear;
}

.dslider .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #010101;
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.dslider .carousel .image:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.dslider .carousel .image:nth-child(2) {
  transform: rotateY(90deg) translateZ(300px);
}

.dslider .carousel .image:nth-child(3) {
  transform: rotateY(180deg) translateZ(300px);
}

.dslider .carousel .image:nth-child(4) {
  transform: rotateY(270deg) translateZ(300px);
}

@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

/****************/



/* shecdule css start */
.schedulebg {
  border: 1px solid #333333;
  padding: 40px 25px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 40px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 1000;
  opacity: 1;
}

.schedulebg input[type="text"],
.schedulebg input[type="email"],
.schedulebg input[type="date"] {
  border: 1px solid #7A828E;
  border-radius: 27px;
  height: 47px;
  width: 100%;
  color: #000000;
  font-size: 14px;
  padding-left: 20px;
  box-shadow: none;
}


/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

.schedulebg input:focus+label,
.schedulebg input:valid+label {
  font-size: 13px;
  color: #7A828E;
  top: -5px;
  left: 40%;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  font-weight: 600;
}

.schedulebg .input_wrap {
  width: auto;
  height: auto;
  position: relative;
}

.schedulebg .input_wrap label {
  font-size: 16px;
  color: #7A828E;
  padding: 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}

.schedulebg input[type="text"]:focus,
.schedulebg input[type="email"]:focus,
.schedulebg input[type="date"]:focus {
  outline: none;
}

.date-field {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.date-field input[type="date"] {
  border: 1px solid #7A828E;
  border-radius: 27px;
  height: 47px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  padding-left: 20px;
  box-shadow: none;
  padding-top: 0px;
  background-color: white;
}

.date-field .focusLabel {
  position: absolute;
  top: 50%;
  left: 42px;
  font-size: 16px;
  color: #7A828E;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  pointer-events: none;
  background: white;
  padding: 0 5px;
}

.date-field input[type="date"]:focus+.focusLabel,
.date-field input[type="date"]:not(:placeholder-shown)+.focusLabel {
  top: -4px;
  left: 37%;
  font-size: 13px;
  color: #7A828E;
  font-weight: 600;
  padding: 0 5px;
}


.schedulebg .submit_button {
  border: 2px solid #faba12;
  border-radius: 5px;
  height: 47px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
  background-color: #faba12;
  cursor: pointer;
  margin-top: 20px;
  /* Space above the button */
}

.schedulebg .submit_button:hover {
  border: 2px solid #85c440;
  background-color: #85c440;
  color: #ffffff;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;

}

/* Button style */
.slot_button {
  border: 1px solid #7A828E;
  border-radius: 5px;
  height: 47px;
  width: auto;
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
  background-color: #ffffff;
  margin-right: 10px;
  margin-top: 10px;
}

.slot_button.selected {
  background-color: #7A828E;
  color: #ffffff;
}

/* shecdule css end */
