@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,wght@1,300&display=swap");

html,
body {
    position: relative;
    height: 100%;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    color: initial;
    -ms-text-size-adjust: 20px;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 85vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.Slider-text{
    position: absolute;
}
.Slider-text h2{
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    font-family:'Raleway', sans-serif ;
    text-shadow: 0 2px 5px #8f8f8f;
}
.skeletonText {
    height: 7px;
    width: 75%;
    background: #b9b9b9;
    margin: 10px 0 !important;
    border-radius: 3px;
}
@media (max-width: 991px) {
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.welcome_header {
    text-align: center;
}

.welcome_header h5 {
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
}

img.about_imgs {
    width: 72%;
    height: auto;
    border-radius: 30px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    transition: all 0.5s ease;
}
img.about_imgs:hover{
    transform: scale(1.05);
}
.about_img {
    text-align: center;
}

.aboutus_section .aboutsection_header h5 {
    font-size: 65px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.aboutsection_header {
    padding-top: 41px;
}

section#section_header {
    padding-top: 55px;
}

.aboutus_section {
    background-image: url(../images/testimonials-bg.png);
    padding: 50px 0;
}

.hotel_patitaon {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.5s ease;
    border-radius: 5px;
    overflow: hidden;
}
.hotel_patitaon:hover{
    transform: scale(1.05);
}

#hotel_section {
    padding: 33px 0;
    background: rgba(255, 248, 220, 0.4117647059);
}

#hotel_section .hotel_exploreheader h5 {
    padding-bottom: 50px;
    text-align: center;
    font-size: 47px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

#hotel_section .hotel_patitaon .hotel_name {
    text-align: center;
    /* padding-left: 18px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

#hotel_section .hotel_patitaon a {
    text-decoration: none;
}

#hotel_section .hotel_patitaonimg {
    overflow: hidden;
    height: 250px;
}

#hotel_section .hotel_patitaonimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#hotel_section .hotel_imgs:hover {
    transform: scale(1.05);
}

#hotel_section .hotel_imgs {
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

#footer .footer_logo {
    text-align: center;

}

#footer .contact_info {
    text-align: center;
    color: #000;
}

#footer .social_icon {
    text-align: center;
    color: #000;
}

#footer .social_icon ul {
    list-style-type: none;
}

#footer .contact_info ul {
    list-style-type: none;
}

#footer .social_icon ul {
    list-style-type: none;
    display: flex;
    letter-spacing: 21px;
    font-size: 26px;
    padding-top: 5px;
    padding-left: 115px;
}

#footer .contact_info h6 {
    font-size: 22px;
    font-weight: 700;
    font-family: play;
}

#footer .social_icon h6 {
    font-size: 22px;
    font-weight: 700;
    font-family: play;
}

.header_logo {
    position: relative;
    z-index: 5;
    padding-left: 42px;
}

@media (max-width: 991px) {
    .header_logo {
        position: relative;

        z-index: 5;
        padding-left: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .header_logo {
        position: relative;

        z-index: 5;
        padding-left: 27px;
    }
}

#hotel_section .hotel_patitaon h5 {
    transition: all 300ms ease-in-out 0s;
}

#hotel_section .hotel_patitaon h2:hover {
    color: #f4c024;
}

.content {
    display: flex;
    align-content: center;
    justify-content: center;
}

.text-shadows {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 0;
    color: var(--color-primary);
    /* animation: shadows 1.2s ease-in infinite;
    letter-spacing: 0.4rem;
    margin-top: 10px; */
}

@keyframes shadows {
    0% {
        text-shadow: none;
    }

    10% {
        transform: translate(-3px, -3px);
        text-shadow: 3px 3px 0 var(--color-secondary);
    }

    20% {
        transform: translate(-6px, -6px);
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
    }

    30% {
        transform: translate(-9px, -9px);
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
    }

    40% {
        transform: translate(-12px, -12px);
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    }

    50% {
        transform: translate(-12px, -12px);
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    }

    60% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    }

    70% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
    }

    80% {
        text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
    }

    90% {
        text-shadow: 3px 3px 0 var(--color-secondary);
    }

    100% {
        text-shadow: none;
    }
}

.contact_info ul li a {
    text-decoration: none;
    font-size: 18px;
    margin-left: 9px;
    color: #0c0c0c;
    transition: 0.2s ease-in-out;
}

.contact_info ul li a:hover {
    color: #131212;
}

i.bi.bi-telephone-fill {
    font-size: 22px;
    color: red;
}

i.bi bi-envelope-fill {
    font-size: 22px;
    color: red;
}

i.bi.bi-geo-alt-fill {
    font-size: 22px;
    color: red;
}

.bi-facebook {
    color: #020202;
}

.bi-twitter {
    color: #000000;
}

.bi-youtube {
    color: #0c0c0c;
}

.bi-instagram {
    color: red;
}

.bi-whatsapp {
    color: #08b51d;
}

img.location_img {
    width: 8%;
    height: auto;
}

.addres_card {
    text-align: center;
}

.addres_card {
    text-align: center;

}

#both_addres .addres_card h5 {
    font-size: 15px;
    padding-top: 15px;
    font-weight: 700;
}

#both_addres .addres_card a {
    text-decoration: none;
    color: #0943a0;
    font-size: 19px;
}

.mainContainer {
    width: 31.25em;
    height: 18.75em;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    background: white;
    border-radius: 0.3em;
    box-shadow: 12px 12px 30px -11.9px rgba(251, 60, 96, 0.35), inset 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    transition: 0.8s;
}

.mainContainer .aside {
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    border-top-right-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    display: inline-block;
    filter: drop-shadow(5px 5px 15px #FC3E65);
}

.mainContainer .aside .cardview {
    position: relative;
    width: 20em;
    height: 20.2em;
    top: -12px;
    left: -5px;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    border-top-right-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    background: linear-gradient(120deg, #fcca6e, rgba(249, 126, 50, 0.8), #FC3E65, #f23236);
    -webkit-clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
}

.mainContainer .aside .cardview .imgCon {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContainer .aside .cardview img {
    position: relative;
    border-radius: 5px;
    max-width: 100%;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainContainer .card-content {
    width: 150px;
    height: inherit;
    box-sizing: border-box;
    padding: 20px 4px;
}

.mainContainer .card-content h2 {
    font-family: "Roboto", sans-serif;
    color: #e0375a;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 20px 20px 5px;
    position: relative;
}

.mainContainer .card-content .disc {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}

.mainContainer .card-content .disc p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #e0375a;
}

.mainContainer .card-content .disc .readmore_btn {
    font-family: "Roboto", sans-serif;
    width: 100px;
    height: 32px;
    background: transparent;
    border: 1px solid rgba(158, 158, 158, 0.831372549);
    outline: 0;
    float: right;
    bottom: 0;
    margin-top: 45px;
    margin-right: 20px;
    color: #FC3E65;
    justify-content: center;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.25s;
}

.mainContainer .card-content .disc .readmore_btn:hover {
    background: #fa3b58;
    color: white;
    box-shadow: none;
}

.mainContainer:hover {
    transform: scale(1.1);
    transition: 0.6s;
}

.footer {
    position: absolute;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    color: #9E9E9E;
}

.btn {
    padding: 0 10px 0;
    text-decoration: none;
    display: inline-block;
    color: #0d0e0a;
    background: transparent;
    outline: 0;
    transform: scale(1);
    transition: 0.6s;
    padding: 5px 22px;
}

.btn:hover {
    color: #FC3E65;
    box-shadow: none;
    transform: scale(1.1);
    transition: 0.5s;
}

#footer {
    background: #ebaa38;
    color: #fff;
}

.copy {
    background: #080c16;
    padding: 10px 0;
}

.copy p {
    text-align: center;
    margin-bottom: 0;
}

.copy a {
    color: #fff;
}

#socialActiviti {
    padding: 50px 0;
    border-bottom: 1px solid #d7d7d7;
}

#socialActiviti .title,
#socialActiviti p {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 600;
}


.bkn_button {
    position: absolute;
    right: 41px;
}

@media (max-width: 900px) {

    .bkn_button {
        position: absolute;
        right: 110px;
        bottom: 18px;
    }


}

.button-pulse {
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(251, 255, 0);
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

#socialActiviti p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 700;
    /* opacity: 0.5; */
    text-align: justify;
}

/*# sourceMappingURL=style.css.map */

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.facebokIfrem {
    position: relative;
    z-index: 1;
}

.facebokIfrem::before {
    content: '';
    position: absolute;
    width: 107%;
    height: 114%;
    background: #e4edf3;
    top: 0;
    left: -136px;
    border: 2px solid #f7d840;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    top: -33px;
}

a span.hotelbrand {
    /* position: relative; */
    bottom: 42px;
    left: 12vw;
    font-size: 28px;
    font-weight: 600;
    color: #fdfaf8;
    background: #63182994;
    padding: 4px 6px;
    border-radius: 10px;
    text-shadow: -1px 0px #fbd802fa;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -15px;
    margin-top: var(--bs-dropdown-spacer);
}
/*booking button mobile*/
#whatsapp .whatsapp {
    position: fixed;
    transform: all .5s ease;
    background-color: #25D366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: -58px;
    border-right: none;
    font-size: 19px;
    font-weight: 700;
    border: 0;
    right: 20px;
    bottom: 70px;
    z-index: 9999;
    width: 113px;
    height: 50px;
    line-height: 55px;
    color: #fff;
    border-radius: 50px;
    display: none;
  }
  
  @media only screen and (max-width: 1000px) {
  
    #whatsapp .whatsapp {
      position: fixed;
      transform: all .5s ease;
      background-color: #000000;
      display: block;
      text-align: center;
      box-shadow: 0 0 20px rgb(0 0 0);
      border-radius: -58px;
      border-right: none;
      font-size: 19px;
      font-weight: 700;
      border: 0;
      /* right: 67%; */
      bottom: 15%;
      z-index: 9999;
      border: 1px solid white;
  
    }
  }
  
  #whatsapp .whatsapp:focus {
    background-origin: none;
    outline: none;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translatey(-50%) translatez(0%) scale(1);
      opacity: 1;
    }
  
    10% {
      transform: translateX(-50%) translatey(-50%) translatez(0%) scale(1);
      opacity: 0.1;
    }
  }
  
  .whatsapp_imgs {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  
  .button-float {
    animation: float 1.5s linear alternate infinite;
  }
  
  @keyframes float {
    50% {
      transform: translateY(-px);
    }
  
    100% {
      transform: translateY(-18px);
    }
  }
  