@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');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    overflow-x: hidden !important;
}

.bebas-regular {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

h1 {
    margin-bottom: 0 !important;
}

h2 {
    margin-bottom: 0 !important;
}

h3 {
    margin-bottom: 0 !important;
}

h4 {
    margin-bottom: 0 !important;
}

h5 {
    margin-bottom: 0 !important;
}

h6 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

ul li {
    list-style: none !important;
}

.sec1banner {
    background: url(../img/banner.png);
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 952px;

}

.logo {
    width: 200px;
    height: 83px;
}

.center-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.actives {
    border-bottom: 4px solid #09C0F3;
    width: 106px;
    text-align: center;
}

.navbar-nav {
    margin-right: 200px;
}

.sec1 {
    padding-top: 100px;
}

.sec1 h1 {
    font-size: 89.22px;
    color: #fff;
    line-height: 105px;
}

.sec1 h1 span {
    font-size: 121.22px;
}

.arabicbtn {
    width: 190px;
    height: 59px;
    border-radius: 10px;
    background-color: #09C0F3;
    font-size: 18px;
    color: #000;
    text-align: center;
    border: none;
}

.englishbtn {
    width: 190px;
    height: 59px;
    border-radius: 10px;
    background-color: #6F6464;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

.searchbox {
    height: 153px;
    border: 1px solid #A06946;
    background: rgba(0, 0, 0, 40%);
    border-radius: 40px;
    width: 90%;
    margin-top: 100px;
    color: #fff;
    padding: 14px 5px 5px;
    backdrop-filter: blur(5px);
}

.searchbox ul li {
    font-size: 19px;
    cursor: pointer;
}

.searchinput {
    width: 100%;
    height: 82px;
    border-radius: 40px;
    border: none;
    outline: none;
    padding-left: 90px;
    background: rgba(255, 255, 255, 50%);
    font-size: 22px;
    color: rgba(0, 0, 0, 50%);
}

.scrolling {
    overflow-x: auto;
    overflow-y: hidden !important;
}

/* .scrolling::-webkit-scrollbar{
    display: none;
} */

.searchimg {
    position: absolute;
    top: 25px;
    left: 28px;
}

.searchimg img {
    width: 33px;
    height: 33px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.aboutsec1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutsec1 h2 {
    color: #fff;
    font-size: 89.22px;
}

.aboutsec1 h1 {
    color: #fff;
    font-size: 121.22px;
    line-height: 90px;
}

.aboutsec1 p {
    color: #fff;
    font-size: 21px;
    line-height: 38px;
}

.aboutsec1 img {
    width: 100%;
}


.contactusform label {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    text-transform: capitalize;
}

.contactusform input {
    width: 100%;
    height: 60px;
    border: 1px solid #09C0F3;
    background: rgba(255, 255, 255, 50%);
    color: #fff;
    outline: none;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.contactusform input::placeholder {
    color: #fff;

}

.contacttextarea {
    width: 100%;
    height: 225px;
    border: 1px solid #09C0F3;
    background: rgba(255, 255, 255, 50%);
    color: #fff;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.contacttextarea::placeholder {
    color: #fff;
}

.btn-close {
    background-image: url(../img/close.png);
}

.btn-close:focus {
    outline: none;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background: url(../img/barimg.png);
    background-repeat: no-repeat;
    background-size: 90%;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.contactusbtn {
    height: 44px;
    background: #fff;
    width: 100%;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
    border-radius: 70px;
}

.arrow {
    position: absolute;
    top: 27px;
    right: 3px;
}

.arrow img {
    width: 38.42px;
    height: 38.42px;
}


.hotelimg {
    width: 100%;
}

.search {
    position: absolute;
    top: 40px;
    height: 65px;
    background-color: #fff;
    border-radius: 40px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #09C0F3;

}

.search input {
    width: 100%;
    padding-left: 50px;
    outline: none;
    border: none;
    background: transparent;
    font-size: 13px;
    color: #000;
}

.search input::placeholder {
    color: #000;
}

.searchicon {
    position: absolute;
    top: 17px;
    left: 12px;
}

.searchicon img {
    width: 28px;
    height: 28px;
}

.leftbox {
    background-color: #fff;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px 30px;
}

.leftbox h3 {
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.leftbox h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
}

.ellipse {
    width: 20px;
    height: 20px;
}

.pricerangeinput {
    background-color: #EFEFEF;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border-radius: 10px;
    margin-top: 5px;

}

.dropdown {
    background-color: #EFEFEF;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
}


.leftbox h2 {
    background-color: transparent;
    height: 43px;
    text-align: center;
    border: 1px solid #09C0F3;
    border-radius: 30px;
    font-size: 15px;
    color: #000;
    width: fit-content;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    cursor: pointer;

}

.map {
    width: 100%;
    height: 800px;
}

.btns {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 999;
}

.scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.btns button {
    border-radius: 50px;
    background-color: #09C0F3;
    border: none;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #09c0f3;
    transition: all 0.5s ease-in-out;

}

.btns button:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #09c0f3;
}


.nearestshopbox {
    padding: 35px 30px;
}

.nearestshopbox h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 30px;
}

.resbox1{
    width: 298px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px;  
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.resbox1:hover{
    color: #fff;
    background: #09C0F3;
}

.resbox1 img{
    width: 100%;
}

.resbox1 h3{
    font-size: 20px;
}

.resbox1 h4{
    height: 45px;
    background: #ECECEC;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000;
    padding: 0px 8px;
}

.resbox1:hover h4{
    background: #fff;
}

.color{
    color: rgba(0, 0, 0, 50%);
}

.resbox1:hover .color{
    color: #fff;
}

.scrolling{
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 9px;
    padding-left: 8px;
    padding-right: 8px;
}