html,
body {
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Inter', sans-serif;

}

/* Common Styles */
h1 {
    font-weight: 800;
}

h2 {
    font-weight: 700;
}

h5 {
    font-weight: 600;
}

a {
    text-decoration: none;
}

iframe {
    width: 100%;
    height: 450px;
}

img.full-width {
    width: 100%;
}

h2.font-bold {
    font-weight: 800;
    font-size: 2.8em;
}

p {
    font-family: 'Raleway';
    font-weight: 600;
}

/* Common Style Ends Here */

.navbar-brand img {
    width: 280px;
}


#navbarCollapse {
    border-left: solid 1px #d8d8d8;
}

nav.navbar {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.navbar-nav li {
    padding: 12px 5px;
}

.navbar-nav li:last-child {
    border: none;
}

.navbar-nav li a {
    color: #444222;
    font-weight: 700;
    margin: 0;
    padding: 5px;
    font-size: 0.95em;
}

.navbar-nav li:hover {
    /* background-color: orange; */
}

.navbar-nav li:hover a {
    /* color: #fff */
}


.navbar-toggler{
    padding:3px 10px;
    border-radius:4px;
}

main {
    margin-top: 50px;    
}

.slick-dotted.slick-slider {
    margin: 0;
}

.home-slider{
    position: relative;
}
.home-slider p{
 
}
.home-slider img {
    width: 100%;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li {

    background-color: rgb(252 239 239 / 76%);
    border-radius: 5px;
}

.slick-dots li button {
    display: none;
}

.slick-dots .slick-active {
    background-color: hsla(11, 100%, 62.2%, 1);
}

.home-discover {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e9e9e99c;
}

.home-discover h2 {
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: 20px;
}


.discover-items {
    justify-items: center;
    justify-content: center;
}

.discover-item {
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 145px;
    height: 125px;
    margin: 8px;
    padding: 15px;
    border: solid 1px #dededeab;
    border-radius: 15px;
    background-color: #fff;
}

.discover-item img {
    text-align: center;
    height: 50px;
    width: 45px;
    object-fit: cover;
    margin: 0 auto;
}

.discover-item span {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 0.95em;

}

.discover-item a {
    color: #000;
    font-size: 0.9em;
    font-weight: 700;

}

.home-intro {
    padding: 20px 0;
}

.home-intro img {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.home-intro {
    background: rgb(35, 54, 87);
    background: linear-gradient(79deg, rgba(35, 54, 87, 1) 0%, rgba(12, 44, 99, 1) 100%);
}

.home-intro h2 {
    font-size: 2.8em;
    font-weight: 800;
}

.home-intro p {
    font-weight: 200;
    font-size: 1.2em;
}

.home-intro-items {
    flex-wrap: wrap;
    justify-content: space-around;
}

.intro-item {
    width: 47%;
    margin: 20px 15px;
    border-radius: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

.intro-item img {
    border-radius: 15px 15px 0 0;
    height:420px;
}

.intro-item h2 {
    margin: 15px 20px 0 20px;
    font-size: 2em;
}

.intro-item p {
    margin: 5px 20px;
    font-weight: 600;
    font-size: 1em;
}

.intro-item .d-grid {
    padding: 15px 20px 15px;
    margin-left: auto;
    margin-top: auto;
}

hr.dash {
    border: none;
    border-bottom: dashed 2px #333;
}

.home-patiya {
    margin: 0 auto;
}

.home-patiya .text {
    font-size: 1em;
    font-weight: 500;

}

.home-patiya .odd .text {
    padding: 25px 45px 25px 25px;
}

.home-patiya .even,
.home-patiya .odd {
    justify-content: center;
}

.home-patiya .even .text,
.home-patiya .odd .text {
    padding: 15px 45px 25px 45px;
}

.home-patiya img {
    width: 100%;
    height: 100%;
    max-height: 360px;
}

.home-patiya .col-md-6 {
    padding: 0;
}

.home-patiya .img-1 {
    border-radius: 10px 10px 0 10px;
}


.home-patiya .img-2 {
    border-radius: 0 10px 10px 0;
}

.home-patiya .img-3 {
    border-radius: 15px 0 15px 15px;
}

/* HomeStays */
.home-stays {
    background-color: rgba(232, 227, 227, 0.447);
    background-color: rgb(0, 0, 0);
    padding: 65px 0;
    margin-top: 35px;
}

.home-stay-hero {
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
}

.home-stay-hero img {
    border-radius: 15px;   
    width:98%;
}

.home-stay-hero .hero-text {
    position: absolute;
    top: 15%;
    color: #fff;
    max-width: 35%;
    margin: 45px 0 45px 0;
    text-align: left;    
}

.hero-text h2 {
    font-size: 3em;
    font-weight: 800 !important;
}

.hero-text a {
    margin-right: auto;
}

.home-stays-list {
    margin: 35px 0;
}

.home-stay {
    margin-right: 25px;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 0 12px 0;
}

.home-stay img {
    border-radius: 10px 10px 0 0;
}

.home-stay h3 {
    color: #000;
    font-size: 1.35em;
    font-weight: 800;
    margin: 15px;
}

/* HomeStays Ends Here  */

.page-resized {
    max-width: 1050px;
}

.page-resized img{
    height:350px;
    width:100%;
    object-fit: cover;
    margin:23px 0;
}

.page-resized h2{
    font-size:1.5em;
}