@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}
.lyp-container{
    margin: 0 auto;
    width: 90%;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-evenly{
    justify-content: space-evenly;
}
.align-items-center{
    align-items: center;
}
.align-items-end{
    align-items: end;
}
.flex-wrp{
    flex-wrap: wrap;
}
.p-10{
    padding: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-90{
    margin-top: 90px;
}
.my-10{
    margin: 10px 0;
}
.ml-auto{
    margin-left: auto;
}
.clr-grey{
    color: #00000075;
}
.w-30{
    width: 30%;
}
.fnt-700{
    font-weight: 700;
}
.fnt-600{
font-weight: 600;
}
.fnt-16{
    font-size: 16px;
}
.gap-10{
    gap: 10px;
}
.ln-17{
    line-height: 1.7;
}
.w-23{
    width: 23%;
}
.gap-20{
    gap:20px
}
.banner{
    background: url(https://images.emtcontent.com/hotel-img/img-ht/listbanner.jpg) no-repeat;
    background-position:center;
    background-size: cover;
    width: 100%;
    height: 80vh;
    display: flex;
}
.banner-caption{
    max-width: 500px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100%;
    gap: 40px;
}
.banner-caption h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
}
.banner-caption .sub-title{
    color: #fff;
    font-size: 18px;
}
.lst-btn{
    background: #EF6614;
    border: 0;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    gap: 20px;
    cursor: pointer;
}
.title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.prpt-ls .card{
    background: #F7F7F7;
    border-radius: 14px;
    margin-top: 20px;
}
.prpt-ls .img-top img{
    border-radius: 15px;
    width: 100%;
}
.prpt-ls  .card-title{
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #EF6614;
    background: #fff;
    font-weight: 500;
    width: 80%;
    position: relative;
    border-radius: 5px;
    margin: -30px auto 0;
}

.prpt-ls  .card-body{
    padding: 15px;
    font-size: 15px;
}
.rsns .card{
    padding: 15px 15px 35px;
    border-radius: 14px;
    box-shadow: 0 0 6px #00000059;
    text-align: center;
}

.rsns .card-body{
    font-size: 15px;
}
.rsns .img-top img{
    padding: 20px 0;
}
.yhtd .card{
    border-right:1px solid #0c8bfd2e;
    padding: 10px;
    text-align: center;
}
.yhtd .w-23:last-child .card{
    border-right: 0px;
}
.tstmnl{
    background-color: #F3F9FF;
    padding: 60px 0;
}
.lft-img {
    border-radius: 100%;
    background: #0C8BFD;
    padding: 15px;
    position: relative;
}
.lft-img::before{
    content: '';
    height: 70%;
    width: 70%;
    position: absolute;
    top: -30px;
    left: -20px;
    background: #0C8BFD;
    border-radius: 100%;
    z-index: -1;
    animation: move 4s infinite ease-in-out;
}
@keyframes move{
0%{
    top: -30px;
    left: -20px;
}
25%{
    top: -30px;
    left: -5px;
}

50%{
    top: -20px;
    left: -20px;
}

75%{
    top: -30px;
    left: -20px;
}

100%{
    top: -30px;
    left: -20px;
}




}
.lft-img img{
border-radius: 100%;
}
.r-img{
    margin-left: auto;
    transform: rotate(180deg);
}
.at-nme{
    font-size: 25px;
    font-weight: 700;
}
.pst{
    color: #00000075;
}
.item{
    margin: auto;
    max-width: 650px;
}

.owl-theme .owl-nav {
    top: 40%;
    left: 0;
    float: none !important;
    margin: auto !important;
    width: 100% !important;
    background-color: transparent;
    height: 0 !important;
}
.owl-prev {
    left: -20px;
}

.owl-prev::before, .owl-next::before {
    /* content: url(/img/left.svg) !important; */
    background: #fff;
    border-radius: 100%;
    position: absolute !important;
    transform: rotate(0deg) !important;
    border: 0 !important;
    height: 50px;
    width: 50px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.owl-prev span,.owl-next span {
    display: none;
}

.owl-next {
    right: -40px !important;
}

.owl-next::before {
    /* content: url(/img/left.svg) !important; */
    transform: rotate(180deg) !important;
}
.owl-next:hover::before{
    background: #0C8BFD;
}
.owl-dots{
    display: block!important;
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #0C8BFD!important;
}

.accordion__item{margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;}.accordion__item__header{padding:7px 0;cursor:pointer;position:relative;color:#000;font-weight:600;font-size:20px}.accordion__item__header::before{height:12px;width:12px;content:"";position:absolute;right:15px;top:15px;transition:.5s all;transform:rotate(45deg);border-right:2px solid #000;border-bottom:2px solid #000;}.accordion__item__header.active{transition:.4s}.accordion__item__header.active::before{transform:rotate(-135deg);top:23px}.accordion__item__content{overflow-y:hidden;padding:0;display:none;margin-bottom: 10px;font-size:16px;color: #00000075;}
.rbst .card{
    border-radius: 30px;
    background: #F6F6F6;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
}

.text-center{
  text-align: center;
}
.rting{
    font-size: 50px;
    font-weight: 700;
    color: #24B400;
}
.nmbr{
    color: #24B400;
    font-weight: 600;
    font-size: 18px;
}



.dwmld{
    padding: 20px;
    background: #0C8BFD;

}
.appdn{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.sub-app{
    font-size: 30px;
}
footer{
    color: #fff;
    background: #081733;
}