/* Owl Carousel Home page*/
.home-section .owl-nav .owl-prev,
.home-section .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
    /* border-radius: 50%; */
}

.owl-nav .owl-prev{
    left: 0;
}
.owl-nav .owl-next{
    right: 0;
}

/* Service Section */
.service-img{
    /* width: 5rem;
    margin: 0 auto;
    padding: 0 auto; */
    width: 5rem;
    padding-bottom: 10%;
    margin: 0 35%;
    object-fit: cover;
}
.service-header,
.service-para{
    text-align: center;
}

/* Explore Section */
#explore{
    margin: 5% 0;
}
#explore .row{
    padding-top: 3%;
}

/* Accomodation Section */
#testimonial{
    background: url(../img/rooms/background.jpg);
    margin: 4% 0 3%;
} 
.custom-shape-divider-top-1683832784 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1683832784 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 21px;
}

.custom-shape-divider-top-1683832784 .shape-fill {
    fill: #ffff;
}
#Accomodation{
    position: relative;
    margin: 4% 0;
    padding: 2% 0 6% ;
    background: #f7f8fa;
}
#Accomodation .card{
    border-radius: 15px;
}
#Accomodation .img-fluidi{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.custom-shape-divider-bottom-1683833589 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1683833589 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 18px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1683833589 .shape-fill {
    fill: #ffff;
}
.bubbles{
    position: relative;
    display: flex;
    padding-left: 30px;
}
.bubbles span{
    position: relative;
    width: 20px;
    height: 20px;
    background: rgb(76, 134, 168);
    margin: 0 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #1370c744,
    0 0 50px #62a5db,
    0 0 100px #5584bb ;
    animation: animate 15s linear infinite;
    animation-duration: calc(125s / var(--i)); 
}
.bubbles span:nth-child(even){
    background: #198754;
    box-shadow: 0 0 0 10px #52dd9c,
    0 0 50px  #baeed6,
    0 0 50px  #c7fde4;
}
@keyframes animate {
    0%{
        transform: translateY(110vh) scale(0); 
    }
    100%{
        transform: translateX(-10vh) scale(1);
    }
}
.button h5{
    float: right;
    padding-right:20px;
    padding-top: 6px;
}
.btn-outline-primary{
    margin-top: 11px;
    border-radius: 5px;
}
.card-body p{
    padding-top: 18px;
}

/* team section */
.img-fluid{
    /* height: 20rem; */
    border-radius: 20px;
}
.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next{
    position: absolute;
    top: 100;
    height: 35px;
    width: 35px;
    background: #198754 !important;
    color: #fff !important;
}
.team-section .owl-nav .owl-next{
    position: absolute;
    right: 92%;
}

/* gallary section */
#gallary{
    padding: 4% 0;
}
.gallary-img{
    width: 100% !important;
    height: 11rem !important;
}
.gallary .owl-nav .owl-prev,
.gallary .owl-nav .owl-next{
    position: absolute;
    top: 100;
    height: 35px;
    width: 35px;
    background: #198754 !important;
    color: #fff !important;
}
.gallary .owl-nav .owl-prev{
    position: absolute;
    left: 92%;
}

/* testimonial Section */
.our-client{
    color: #ffff;
}

/* booking section */
.booking-image{
    width: 5rem;
    height: 5rem;
}