*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    outline: none;
    border: none;
    font-family: 'Poppins', sans-serif;

}

html {
    scroll-behavior: smooth;
  }

/* CSS Variable */

:root {
    --color-primary: #19d2ef;
    --white: #fff;
}

/* nav section starts */
.moonlight{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Courier New', Courier, monospace;
    color: #f1f1f1;
}

.navbar-toggler{
    background: #ffff;
}

.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    color: #000;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar{
  display: flex;
  align-items: center;
  justify-content: center;
    background-color: #a56b23;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


.dropdown-item{
    background-color: #333;
    color: #ffffff;
}


.nav-link{
    font-size: 1.5rem;
    color: #fbfdfd;
}

.nav-link:hover{
    color: #020202;
    border-radius: 50px;
    outline: none;
}


@media only screen and (max-width: 600px) {
    .moonlight{
      font-size: 18px;
    }
  
    .moon{
      font-size: 18px;
    }
  
    .events{
      font-size: 18px;
    }
}


#visiter_count {
    font-size: 15px;
    border: 2px solid #fff;
    padding: 12px;
    border-radius: 100%;
    margin: 0 0.5rem;
    color: white;
    
}

@media screen and (max-width: 350px) {
    #visiter_count {
        font-size: 1rem;
        padding: 11px;
        border-radius: 50%;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:0.5rem;
        padding-left:-7.5rem;
        font-size:1.3rem;
    }
    }

/* <!-- section home starts --> */

.home {
    padding: 0;
}

.home .home-slider .box {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-size: cover !important;
    background-position: center !important;
}

.home .home-slider .box .content {
    text-align: center;
}

.home .home-slider .box .content h3 {
    font-size: 5rem;
    color: var(--white);
    transition-delay: .2s;
}

.home .home-slider .box .content p {
    font-size: 3rem;
    color: var(--white);
    padding: 1rem 0;
    transition-delay: .4s;
}

.home .home-slider .box .content button {
    transition-delay: .6s;
}

.home .home-slider .box .content>* {
    transform: translateY(2rem);
    opacity: 0;
}

.home .home-slider .swiper-slide-active .content>* {
    transform: translateY(0rem);
    opacity: 1;
}

.home .home-slider .swiper-button-next {
    right: 4rem;
    color: var(--white);
    opacity: 0;
}

.home .home-slider .swiper-button-prev {
    left: 4rem;
    color: var(--white);
    opacity: 0;
}

.home .home-slider .swiper-button-next:hover,
.home .home-slider .swiper-button-prev:hover {
    color: var(--color-primary);
}

.home .home-slider:hover .swiper-button-next,
.home .home-slider:hover .swiper-button-prev {
    opacity: 1;
}

.btn {
    margin-top: 1rem;
    display: inline-block;
    padding: .8rem 3rem;
    font-size: 1.7rem;
    background: var(--white);
    font-weight: 500;
    color: #000;
    cursor: pointer;
}


/* <!-- section home ends --> */


/* <!-- section home starts --> */

section{
    padding: 2rem 9%;
}

.home{
    padding: 0;
}

.home .home-slider .box{
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-size: cover !important;
    background-position: center !important;
}

.home .home-slider .box .content{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home .home-slider .box .content h3{
    font-size: 3.5rem;
    color: #ffff;
    font-weight: 600;
    text-shadow: 5px 5px 5px #000000;
    transition-delay: .2s;
    width: 80%;
}

.home .home-slider .box .content p{
    font-size: 2.5rem;
    color: #ff8c00;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000000;
    padding: 1rem 0;
    transition-delay: .4s;
}

.home .home-slider .box .content button{
    transition-delay: .6s;
}

.home .home-slider .box .content > *{
    transform: translateY(2rem);
    opacity: 0;
}

.home .home-slider .swiper-slide-active .content > *{
    transform: translateY(0rem);
    opacity: 1;
}

.home .home-slider .swiper-button-next{
    right: 4rem;
    color: #ffff;
    opacity: 0;
}

.home .home-slider .swiper-button-prev{
    left: 4rem;
    color: #ffff;
    opacity: 0;
}

.home .home-slider .swiper-button-next:hover,
.home .home-slider .swiper-button-prev:hover{
    color: #000;
}

.home .home-slider:hover .swiper-button-next,
.home .home-slider:hover .swiper-button-prev{
    opacity: 1;
}

.btn:hover{
    background: #000;
    color: #a56b23;
    letter-spacing: .1rem;
}




/* <!-- section home ends --> */

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
    text-align: center;
    justify-content: center;
    padding: 60px;
    overflow: hidden;
  }
  
  #gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  #gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #f82249;
  }
  
  #gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f82249;
  }
  
  #gallery .swiper-slide-active {
    text-align: center;
  }
  
  @media (min-width: 992px) {
    #gallery .swiper-wrapper {
      padding: 40px 0;
    }
  
    #gallery .swiper-slide-active {
      border: 5px solid #f82249;
      padding: 4px;
      background: #fff;
      z-index: 1;
      transform: scale(1.15);
      margin-top: 6px;
    }
  }


  .heading{
    font-size: 2rem;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 600;
    font-size: 72px;
    background: -webkit-linear-gradient(#fc8b02,#9f6926);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1rem;
    
}

.card-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section gallery starts */
.gallery-heading{
    font-size: 3rem;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 600;
    font-size: 72px;
    background: -webkit-linear-gradient(rgb(1, 65, 28), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent

}
.gallery-heading1{
    font-size: 3rem;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 600;
    font-size: 72px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 153, 51) 35%, rgb(19, 136, 8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.gallery-heading2{
    font-size: 3rem;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 600;
    font-size: 72px;
    background: linear-gradient(180deg, rgb(217,0,18) 0%, rgb(0,51,160) 35%, rgb(242,168,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}




/* section gallery ends */



/* <!-- About us section Starts  --> */


#about-readmore1 .content, #about-readmore2 .content{
    display: none;
}

#about-readmore1 {
    margin-left: 39%;
}

#about-readmore2 {
    margin-right: 32%;
}

.about-row {
    width: 80%;
    margin: 50px auto 100px auto;
    text-align: left;
    font-size: 1rem;
}

.about-sub-head {
    font-size: 2rem;
}

.about-img1 {
    width: 35%;
    float: left;
    margin-right: 30px;
    /* height: 17rem; */
}

.about-img2 {
    width: 35%;
    float: right;
    margin-left: 30px;
    /* height: 17rem; */
}

.about-btn {
    background: #a56b23;
    padding: 10px 10px;
    font-size: 15px;
    border: none;
}

/* <!-- About us section Ends  --> */


/* <!-- FAQ's  section Starts  --> */

#faqs-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 40rem;
}


.faq-question {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 20px;
    cursor: pointer;
}

.faq-question i {
    margin-right: 5px;
}

.faq-answer {
    margin-bottom: 20px;
    font-size: 1rem;
    display: none;
}

/* <!-- FAQ's  section Starts  --> */


/* <!-- Rate/Review section Starts  --> */


#Testimonial .swiper {
    width: 70%;
    height: 20rem;
}

#Testimonial .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#Testimonial .testimonial-icons{
    color: #9f6926;
}

#Testimonial .swiper-slide img {
    border-radius: 100%;
    width: 12%;
    height: 6rem;
    object-fit: cover;
}

/* <!-- Rate/Review section Ends  --> */


/* Date-time section Starts */

.datework {
    margin-top: 10rem;
    background: #000;
}

#date_time .time1 {
    font-size: 18px;
    color: white;
    padding: 1rem;
}

#date_time .time2 {
    font-size: 22px;
    color: var(--black);
    padding: 1rem;
}

/* Date-time section Ends */
/* <!-- Contact us section Starts  --> */

.contact .heading {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 72px;
}

.contact .row {
    display: flex;
    flex-wrap: wrap;
}

.contact .row .map {
    flex: 1 1 40rem;
    width: 100%;
}

.contact .row form {
    flex: 1 1 40rem;
    padding: 2rem;
    text-align: center;
    background: #a56b23;
}

.contact .row form h3 {
    font-size: 2rem;
    padding-bottom: 1rem;
    color: var(--white);
}

.contact .row form .box {
    width: 100%;
    padding: 1rem 1.2rem;
    background: var(--white);
    color: var(--black);
    font-size: 1rem;
    outline: none !important;
    text-transform: none;
    margin: .7rem 0;
}

.contact .row form .content h3 {
    color: var(--white);
}

.contact .row form textarea {
    height: 15rem;
    resize: none;
}

@media screen and (max-width: 600px) {
    .contact .heading {
        font-size: 39px;
    }

    .gallery-heading2 {
        font-size: 23px;
    }

    .heading {
        font-size: 39px;
    }

    .gallery-heading1 {
        font-size: 39px;
    }

    .gallery-heading {
        font-size: 50px;
    }

    .card-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .card {
        margin: 1rem !important;
    }

    .btn {
        margin-top: 1rem;
        display: inline-block;
        padding: 0.8rem 1.5rem;
        font-size: 15px;
        background: var(--white);
        font-weight: normal;
        cursor: pointer;
    }

    .btn:hover {
        background: #a56b23;
        color: #fff;
        letter-spacing: .1rem;
    }
}

/* <!-- Contact us section Ends  --> */
.wrapper{
    display: flex;
    justify-content: space-around;
    
    flex-direction: column;
}
.card{
    width: 300px;
    height: 360px;
    margin: 0% 4%;
    padding: 2rem 1rem;
    background: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
    transition: 0.5s ease-in-out;
}
.card:hover{
    transform: translateY(20px);
}
.card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,176,155,0.5),rgba(150,201,61,1));
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;

}
.card:hover:before{
    opacity: 1;
}
.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;

}
.card .info{
    position: relative;
    z-index: 3;
    color:black;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;

}
.card:hover .info{
    opacity: 1;
    transform: translateY(0px);

}
.card .info h1{
    margin: 0;
}
.card .info p{
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.datework{
 background: #a56b23;
}

.container-footer{
    background: #a56b23;
}

