body.dark {
    background-color: #1b1a1a !important;
    color: white !important;
}
body.dark .nav-bar {
    background-color: #1b1a1a !important;
    color: white !important;
} 
body.dark .navbar-nav a{
    color: white !important;
}
body.dark .about-text{
    color: white !important;
}
body.dark .about-service{
    color: white !important;
}
body.dark .menu{
    background-color: #292c35 !important;
    color: white !important;
}
body.dark #services h1{
    color: white !important;
}
body.dark #services p{
    color: #2a2c35 !important;
}
body.dark #gallery h1{
    color: white !important;
}
body.dark #ourspecials h1{
    color: white !important;
}
body.dark #ourspecials h4{
    color: white !important;
}
body.dark #testimonial h1{
    color: white !important;
}
body.dark .testimonial-content p{
    color: #1b1a1a !important;
}
body.dark .footer{
    background-color: #1b1a1a !important;
    color: white !important;
}
body.dark .footer h4{
    color: white !important;
}
body.dark .footer a{
    color: white !important;
}
body.dark .floating-wpp-message{
    color: #1b1a1a !important;
}
/* #9b59b6 */
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

/* whatsapp btn start  */

.floating-wpp {
    z-index: 9999 !important;
}

/* whatsapp btn end  */

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: 'Acrom' !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Acrom' !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
    color: white;
}

.btn.btn-primary:hover {
    background: #eb5509 !important;
    color: white !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    
}
.price-text{
    color: #eb5409 !important;
}
/*** Button End ***/

/* menu slider  */
.swiper-wrapper{
    padding: 20px;
}

@media only screen and (max-width: 480px) {
    .swiper-wrapper img {
      width: 350px;
    }
    .main img {
        height: auto;
        max-width: 100%;
        width: 120px;
        vertical-align: middle;
      }
      .main .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
      }
  }

  .accordion {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #00432f;
    border: 1px solid #d7d9d8;
 }
 
 .accordion__item {
    position: relative;
    list-style-type: none;
    padding: 2% 4%;
 }
 
 .accordion__item:not(:last-of-type) {
    border-bottom: 1px solid #d7d9d8;
 }
 
 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
 }
 
 .accordion__title {
    padding-right: 1.5rem;
    font-size: 1.25rem;
 }
 
 .accordion__arrow {
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 6%;
 }
 
 .accordion__arrow::before,
 .accordion__arrow::after {
    content: "";
    position: absolute;
    background-color: #00432f;
    width: 3px;
    height: 9px;
    transition: transform 0.25s ease-in-out;
 }
 
 .accordion__arrow::before {
    transform: translateX(-2px) rotate(45deg);
 }
 
 .accordion__arrow::after {
    transform: translateX(2px) rotate(-45deg);
 }
 
 input[type="checkbox"]:checked ~ .accordion__arrow::before {
    transform: translateX(2px) rotate(45deg);
 }
 
 input[type="checkbox"]:checked ~ .accordion__arrow::after {
    transform: translateX(-2px) rotate(-45deg);
 }
 
 .accordion__content {
    position: relative;
    /* max-height: 200px; */
    margin: 0;
    margin-top: 10px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    line-height: 1.6;
    z-index: 2;
 }
 
 input[type="checkbox"]:checked ~ .accordion__content {
    max-height: 0;
    opacity: 0;
 }
 
 @media (max-width: 768px) {
    .container {
       width: 100%;
    }
 }

 .accordion h2{
    margin-bottom: 0px;
    font-size: 18px;
 }

 .menutype-image{
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    text-align: center;
    margin-bottom: 10px;
    max-width: 280px;
 }
 
 .main{
    max-width: 1200px;
    margin: 0 auto;
  }

 .main h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.main img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.main1 img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }

.main .btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.main .btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.main .cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main .cards_item {
  display: flex;
  padding: 1rem;
}

@media only screen and (max-width: 480px) {
   
    .main img {
        height: auto;
        max-width: 100%;
        width: 120px;
        vertical-align: middle;
      }
      .main .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .main .card_content {
        text-align: center;
      }
  }

@media (min-width: 40rem) {
    .main .cards_item {
    width: 50%;
  }
  
}

@media (min-width: 56rem) {
    .main .cards_item {
    width: 33.3333%;
  }
  
}



.main .card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main .card_content {
  padding: 10px;
}

.main .card_title {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  /* letter-spacing: 1px; */
  text-transform: capitalize;
  margin: 0px;
}

.main .card_text {
  color: #282828;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}



/* package menu start */
/* Font */


.main1{
  max-width: 1200px;
  margin: 0 auto;
}

.main1 h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.main1 img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.main1 .btn {
        color: #292b34;
        padding: 0.8rem;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 4px;
        font-weight: 400;
        display: block;
        width: 100%;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: white;    
}

.main1 .btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.main1 .cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main1 .cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
    .main1 .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
    .main1 .cards_item {
    width: 33.3333%;
  }
}

.main1 .card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main1 .card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #45c9bf 40%, #f77039 100%);
}

.main1 .card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.main1 .card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}

/* Package menu ends  */

/* menu slider end  */

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-light);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 17px;
    transition: .5s;
    cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #eb5509;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}

.checkbox {
    opacity: 0;
    position: absolute;
  }
  
  .checkbox-label {
    background-color: #111;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .fa-moon {color: #f1c40f;}
  
  .fa-sun {color: #f39c12;}
  
  .checkbox-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
  }
  
  .checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
  }
/*** Navbar End ***/

/* banner start */
.banner-image{
    background-image: url('../img/banner1.png');
    background-size: cover;
    min-height: 600px !important;
    background-position: center;
}
.banner-inner-text{
    min-height: 450px;
}
/* banner end  */

/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(235 84 9 / 79%);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/* .service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-primary);
    border-radius: 8px;
    transition: 1s;
} */

.service-item:hover .service-content::after {
    height: 100%;
    opacity: 1;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

/* .service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
} */

/* .service-item:hover .service-content-icon p {
    color: var(--bs-white);
} */

.service-item:hover .service-content-icon a.btn-primary {
    background: #eb5509;
    color: white;
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.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(--bs-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(--bs-white);
    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(--bs-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;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item:hover .team-content {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item:hover .team-content h4 {
    color: var(--bs-dark) !important;
}

.team-item:hover .team-content p {
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    padding: 20px 20px;
}
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
@media only screen and (max-width: 480px) {
    #testimonial{
       display: none;
    }
    }
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
@media only screen and (max-width: 480px) {
.google-maps-section iframe{
    width: 250px;
}
}
/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/




