@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Barlow: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&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Merienda:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Barlow: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&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merienda:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Barlow: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&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merienda:wght@300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Alegreya", serif;
}
html,body{overflow-x: hidden;}
a{text-decoration: none;}
ul{
    margin-bottom: 0 !important; 
    padding-left: 0 !important;
}
ul li{list-style: none;}
p{font-family: "Inter", sans-serif;}



/*location desktop part*/
.location-sec{background: #F4E1CC; height: 94vh; padding: 30px 0 100px 0;position: relative;}
.locations {
    /*background: #E41E26;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 18px;
    height: 340px;
    position: relative;
    z-index: 99;
}
.locations .location-img {
    width: 90px;
    height: 90px;
    background: #fff;
    position: absolute;
    left: 30px;
    top: -40px;
    border-radius: 80px;
}
.locations .location-img img {
   /* position: absolute;
    left: 30px;
    top: -50px;
    width: 23%;
    background: #fff;
    border-radius: 80px;*/
    animation: updown 1s ease 0.2s infinite;
}
@keyframes updown {
    0%   {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(8px);
    }
  
    100% {
      transform: translateY(0px);
    }
}

.locations .adress {padding-top: 93px;margin: 33px;}
.adress h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}
.hotel-address{display: flex;align-items: center;}
.timing{padding-top: 50px;}
.timing h5 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
}
.hotel-address p{font-size: 20px;font-weight: 600;}
.timing h6 span {color: #000;font-weight: 500;font-family: "Roboto", sans-serif;}
.timing h6{color: #5E5E5E;font-family: "Roboto", sans-serif;}
/*.reting {
    position: absolute;
    right: 255px;
    top: 35px;
}*/
.view-site{margin-top: 47px;}
.view-site a {
    color: #fff;
    font-weight: 600;
    padding: 12px 28px 12px 28px;
    border: 2px solid #E41E26;
    border-radius: 15px;
    letter-spacing: 1px;
	transition: all 0.4s ease 0s;
}
.view-site a:hover{letter-spacing: 3px;}
.reting {
    position: absolute;
    right: 340px;
    top: 50px;
}
.star h6{
    color: #000; 
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 10px;
    font-family: "Roboto", sans-serif;
}
.star .lin{position: relative;margin-right: 95px;}
.star .lin:before {
    width: 73%;
    max-width: 73%;
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 11px;
    left: 108px;
    right: 0px;
}
/*.card-image {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  background-image: url("images/momo.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  border-radius: 18px;
  z-index: -1;
  transition: opacity 0.45s ease;
}
.locations:hover .card-image {
  opacity: 1;
}*/
.rgap{margin-top: 138px;}
.imgsl {
    position: absolute;
    width: 48%;
    right: -120px;
    bottom: 0;
}
.imgsl .imgwrps img{width: 100%;}
.arrow_3 {
    position: absolute;
    right: 485px;
    top: 135px;
    transform: rotate(-3deg);
}
.arrow_2 {
    position: absolute;
    top: 75px;
    right: 150px;
    transform: rotate(-10deg);
}
.arrow_1 {
    position: absolute;
    bottom: 10px;
    right: 488px;
    transform: rotate(-17deg);
}
.mobreating{display: none;}
.site-logo {
    /* display: none; */
    position: absolute;
    top: 23px;
    left: 120px;
}
.site-logo a img{width: 115px;}
.slidearp{display: none;}

.footer{background: #e41e26ab;}
.copyright p{color: #fff;}
.copyright p a{color:#fff; font-family: "Inter", sans-serif;transition: all 0.4s ease 0s;}
.copyright p a:hover{color: #000;}


@media only screen and (max-width: 768px) {
    .location-sec {height: 990px;max-height: 990px;}
    .arrow_3{display: none;}
    .arrow_1{display: none;}
    .arrow_2{display: none;}
    .timing{display: none;}
    .reting{display: none;}
    .momoImg{display: none;}
/*     .imgsl{display: none;} */
    .slidearp {display: block;}
/*     .imgbottom{
        position: absolute;
        left: 100px;
        bottom: 0px;
    } */
/*     .imgwrp img{width: 270px;} */
	.imgsl {
		position: absolute;
		right: 20px;
		bottom: 70px;
	}
    /*.locations .location-img img {
        top: -30px;
        left: 260px;
        width: 16%;
    }*/
    .locations .location-img {
        width: 65px;
        height: 65px;
        left: 280px;
        top: -28px;
    }
    .locations .adress {padding-top: 50px;}
    .adress h3 {font-size: 26px;margin-bottom: 20px;}
    .hotel-address p {font-size: 24px;font-weight: 600;}
    .locations {height: 265px;margin-bottom: 8px;}
    .rgap {margin-top: 95px;}
    .site-logo {
        display: block;
        position: absolute;
        top: -1px;
        left: 145px;
    }
    .site-logo img{
        width: 100px;
        background: #fff;
        padding: 13px 5px 10px 5px;
        border: 1px solid #E41E26;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .mobreating{display: block;}
    .mobreating {
        background: transparent;
        /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
        padding: 14px;
        border-radius: 18px;
        position: relative;
        z-index: 99;
        margin-top: 18px;
        /*border: 1px solid #3686F7;*/
    }
    .trating h3 {
        color: #1C54E3;
        font-size: 33px;
        font-weight: 700;
        margin-top: 10px;
        font-family: "Inter", sans-serif;
    }
    .mobxt h5{color: #000;font-size: 17px;font-weight: 600; font-family: "Inter", sans-serif;}
    .mobxt h6 {color: #5E5E5E;font-size: 14px;font-family: "Inter", sans-serif;}
    .view-site {margin-top: 39px;}
    .view-site a {padding: 9px 30px 9px 30px;}
	.awrp {
		border: 1px solid #3686F7;
		border-radius: 18px;
		margin-top: 20px;
	}
    
}