@media (max-width: 1299px) {
    .hero-tittle h3 {
        font-size: 56px;

    }

    .navbar-brand img {
        width: 150px;
    }

}

@media (max-width:1199px) {
    .about-right {

        left: 19%;
    }
}

@media (max-width: 1138px) {

    .navbar-nav .nav-link {
        margin: 0 0px;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 300px;
        padding-top: 70px;
        background-color: var(--main-color);
        z-index: 9999;
        transition: var(--transition);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-nav {
        padding: 20px;
    }

    .nav-item {
        margin-bottom: 15px;
    }

    .nav-link {
        padding: 10px 15px !important;
    }

    .navbar-toggler {
        position: relative;
        z-index: 10000;
        width: 40px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-toggler span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--white-color);
        transition: var(--transition);
    }




    .navbar-toggler.active span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }

    .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.active span:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg);
    }


    .navbar-collapse::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        transition: var(--transition);
    }

    .navbar-collapse.show::before {
        opacity: 1;
        right: 300px;
    }


    .hero-tittle h3 {
        font-size: 1.8rem;
    }

    .her-para p {
        font-size: 1rem;
    }

    .hero-btn a {
        padding: 10px 20px;
        margin: 5px;
    }

    .about-bed-section {
        position: unset;
    }

    .bed-1 img,
    .bed-2 img,
    .bed-3 img {
        width: 100%;
    }

    .about-right img {

        display: none;
    }

    .section-padding {
        padding: 40px 0;
    }

    .booking-content {
        width: 70%;
    }

    .facilities-section img {
        width: 50px;
    }

    .facilities-section h3 {
        font-size: 20px;
    }

    .room-detail h3 {
        font-size: 1.5rem;
    }

    .img-1,
    .img-3 {
        display: none;
    }

    .hero-btn {
        padding: 0px 30px;

    }

}


@media (max-width: 768px) {
    .hero-tittle h3 {
        font-size: 40px;
    }

    .booking-content {
        width: 100%;
    }

    .contact a {
        font-size: 16px;
    }

    header {
        background-color: var(--main-color);
    }

    .card-item .card-description p {
        -webkit-line-clamp: 4;
    }

    .top-header,
    .navbar {
        position: unset;
    }

    .card-item {
        padding: 20px;
    }

    .first-icon-top {
        display: flex;
        justify-self: center;
        align-items: center;
    }

    .second-icon-top {
        display: flex;
        justify-self: center;
        align-items: center;

    }

    .inner-title h3 {

        top: 53%;

        font-size: 26px;
        position: absolute;
        transform: translate(-50%, -50%);
        align-items: center;

        left: 50%;
        color: var(--white-color);

        text-transform: uppercase;
        font-weight: 600;

    }
}

@media (max-width: 483px) {
    .inner-title h3 {
        top: 53%;
        font-size: 20px;
    }
}