section#gallery-inner h2.angler-txt {
    text-align: center;
    font-size: 50px;
    color: #332b25;
    font-family: 'Perpetua-Titling-MT-Std-Light';
    line-height: 45px;
    margin-bottom: 30px;
}

section#gallery-inner .photo-div {
    border-top: 1px solid #999592;
    width: max-content;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

section#gallery-inner h3.photo-gallery-txt {
    text-align: center;
    color: #332b25;
    font-size: 40px;
    font-family: 'Perpetua-Titling-MT-Std-Light';
    line-height: 40px;
}

section#gallery-inner .rooms {
    display: flex;
    justify-content: space-between;
}

section#gallery-inner h4.rooms-txt {
    font-size: 34px;
    font-family: 'Perpetua-Titling-MT-Std-Light';
    color: #332b25;
    margin-bottom: 0;
}



section#gallery-inner select {
    word-wrap: normal;
    border: 1px solid #332b25;
    color: #332b25;
    font-size: 15px;
    font-family: 'Poppins-Medium';
    padding: 10px 100px;
    padding-left: 20px;
}

section#gallery-inner select:focus-visible {
    outline: none;
}

section#gallery-inner select::-ms-expand {
    display: none;
}

section#gallery-inner .select {
    position: relative;
    display: flex;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: 0;
}

section#gallery-inner .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #454545;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

section#gallery-inner .select::after {
    color: #fff;
}


section#gallery-inner .pull-left {
    left: 15px;
    position: absolute;
    top: 47%;
    z-index: 9;
}

section#gallery-inner .pull-left i.fa-solid.fa-caret-left {
    font-size: 20px;
    padding: 0 15px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #332b25;
    border-radius: 50%;
    cursor: pointer;
}

section#gallery-inner span.pull-right {
    right: 15px;
    position: absolute;
    top: 47%;
    z-index: 9;
}

section#gallery-inner .pull-right i.fa-solid.fa-caret-right {
    font-size: 20px;
    padding: 0 15px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #332b25;
    border-radius: 50%;
    cursor: pointer;
}

.portfolio_slider .slick-slide img {
    display: block;
    width: 100%;
}

section#gallery-inner .slider-for9 {
    margin-top: 30px;
}

section#gallery-inner .ji {
    border: 10px solid #fff;
}

section#gallery-inner .slick-dots li button {
    width: 72px;
    height: 5px;
    background: #c3c3c3;
    padding: 0;
    border-radius: 25px;
}

section#gallery-inner .slick-dots li {
    width: 72px;
    height: 5px;
}

section#gallery-inner .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px;
    position: unset;
}

section#gallery-inner .slick-dots li.slick-active button:before {
    display: none;
    color: transparent;
}

section#gallery-inner .slick-active button {
    background-color: #332b25 !important;
}

section#gallery-inner button.owl-dot:focus {
    outline: none;
}

section#gallery-inner {
    padding: 100px 0px;
}

section#gallery-inner .slick-dots li button:before {
    display: none;
}

.gallery-page h2 {
    text-align: center;
    font-size: 50px;
    color: #332b25;
    font-family: 'Perpetua-Titling-MT-Std-Light';
    line-height: 45px;
    margin-bottom: 30px;
}

.gallery-page h3.photo-gallery-txt {
    text-align: center;
    color: #332b25;
    font-size: 40px;
    font-family: 'Perpetua-Titling-MT-Std-Light';
    line-height: 40px;
}

.gallery-page .photo-div {
    border-top: 1px solid #999592;
    width: max-content;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

section#rooms .nav-link-tab {
    border-right: 1px solid #c3c3c3 !important;
}

.slider-for-king-bed .pull-right,
.slider-for-king-bed .pull-left {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #332b25;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 3px 0px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.slider-for-king-bed .pull-left {
    left: 0%;
    z-index: 9;
}

.slider-for-king-bed .pull-right {
    right: 0%;
}

section#rooms .ji {
    margin-top: 20px;
    cursor: pointer;
}

section#rooms .ji img {
    border: 10px solid #fff;
}

section#rooms {
    background-color: #fff;
    padding: 95px 0px;
}

.portfolio_slider .slick-slide img {
    border: 10px solid #fff;

}

section#gallery-inner {
    display: none;
}

section#rooms .nav-pills .nav-link {
    margin: 0px 3px;
}

@media (min-width:1530px) {
    section#gallery-inner .ji img {
        width: 100%;
    }
}

@media (max-width:1112px) {
    section#gallery-inner .ji img {
        width: 100%;
    }
}

@media(max-width:991px) {
    section#gallery-inner {
        display: block;
    }

    .rooms-sec {
        margin-top: 40px;
    }

    .rooms-1 {
        display: none;
    }

    section#gallery-inner .rooms {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    section#rooms ul#pills-tab {
        display: flex;
    }
}

@media (max-width:430px) {
    section#banner-amenities h1.explore-txt br {
        display: none;
    }

    section#gallery-inner .pull-left {
        top: 45%;
    }

    section#gallery-inner span.pull-right {
        top: 45%;
    }

    section#banner-amenities .banner_content1 {
        padding-top: 30px;
    }

    section#gallery-inner select {
        font-size: 20px;
    }

    section#gallery-inner {
        padding: 70px 0px;
    }

    section#gallery-inner h2.angler-txt {
        font-size: 40px;
        line-height: 40px;
    }

    section#gallery-inner h3.photo-gallery-txt {
        font-size: 35px;
        line-height: 35px;
    }

    section#gallery-inner .rooms {
        display: block;
    }

    section#gallery-inner h4.rooms-txt {
        text-align: center;
        margin-bottom: 20px;
    }

    section#gallery-inner select {
        padding-left: 71px;
    }

    .portfolio_slider .slick-slide img {
        border: none;
    }
}

@media (max-width:390px) {

    section#banner-amenities h1.explore-txt {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width:376px) {

    section#gallery-inner select {
        padding-left: 20px;
    }

    section#banner-amenities h1.explore-txt {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width:320px) {

    section#banner-amenities h1.explore-txt {
        font-size: 16px;
        line-height: 16px;
    }
}