﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body h2,
p {
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-family: Hind Madurai;
}

.fifthSection .bg-img, .DesktopCard .bg-img {
    display: none;
}
/* For MOBILE VIEW */
/* Section One */
@media only screen and (min-width:300px) and (max-width:800px) {
    #wowslider-container1 {
        overflow: hidden;
    }

    .T_S {
        display: none;
    }

    .credentials {
        width: 100%;
        inset: 0;
        margin: auto;
    }
    /* .fa-whatsapp {
        font-size: 2.1rem;
        position: fixed;
        right: 3%;
        bottom: 7%;
        z-index: 9999999;
        color: #45d345;
        cursor: pointer;
        text-shadow: 0 0 3px gray;
    }*/
    body .desktopCard {
        display: none;
    }

    body .DesktopView, .formImg {
        display: none;
    }

    .desktopCard {
        display: none;
    }

    .navEl {
        display: none;
    }

    section {
        align-items: center;
    }
    /* NavSlider */
    #closebtn {
        position: absolute;
        top: 25px;
        right: 15px;
    }

        #closebtn i {
            font-size: 1.1rem;
            font-weight: bold;
            color: #d98400;
        }

    #navEl {
        right: -110%;
    }

    .navEl {
        position: fixed;
        top: 0;
        width: 85%;
        height: 100vh;
        display: block;
        background: white;
        z-index: 9999;
        transition: .5s ease-in-out;
    }

    .hideDDL {
        display: none;
    }

    .dropdown li a {
        font-size: 0.85rem;
    }

    .navEl > ul {
        list-style: none;
        margin-top: 32px;
    }

    .navEl ul li a {
        height: auto;
        margin: 10px;
        text-decoration: none;
        color: black;
        color: #726e6e;
        font-weight: 600;
    }

    .navEl ul li {
        margin: 0.4rem 1rem;
        list-style: none;
        font-family: Prompt;
        font-size: 1rem;
        font-weight: 400;
        position: relative;
    }
    /* ================================================= */
    .navBtn {
        display: none;
    }

    .Navbar {
        position: relative;
        display: flex;
        padding: 0 5px;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    #LT {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .logo {
        width: 15%;
        margin: 5px;
        object-fit: cover;
    }

    #title {
        margin-right: 10px;
        color: #D98400;
        font-family: Poppins;
        font-size: 2vw;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

    #navImg {
        padding: 0 10px;
        font-size: 1.4rem;
        color: #d98400;
    }
    /*Title is a property of about section */
    .Title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 26px 30px;
    }

    /*First section*/

    .firstSection, .carousel {
        width: 100%;
    }

    .firstSection,
    .secondSection {
        display: flex;
        flex-direction: column;
    }

    .buttons a:first-child {
        margin: 0px 15px;
        color: #D98400;
        padding: 6px 10px;
        text-align: center;
        font-weight: 600;
        align-self: center;
        border-radius: 8px;
        background: white;
        cursor: pointer;
        text-decoration: none;
        border: 2px solid transparent;
    }

        .buttons a:first-child:hover {
            transition: 0.4s;
            background: transparent;
            color: white;
            border: 2px solid #D98400;
        }

    Section .firstBtn {
        margin: 0px 15px;
        color: white;
        padding: 6px 10px;
        border: #D98400;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        background: #D98400;
        text-decoration: none;
        border: 2px solid #D98400;
    }

    .firstBtn:hover {
        text-decoration: none;
        transition: 0.4s;
        background: transparent;
        color: #D98400;
        border: 2px solid #D98400;
    }

    .titles h1 {
        font-size: 1.8rem;
    }

    .Title h2 {
        align-self: start;
        margin: 8px 0;
        color: #D98400;
        font-family: Poppins;
        font-size: 32px;
        font-weight: 400;
    }

    .Title span {
        margin: 15px 6em 8px 0px;
        align-self: start;
        margin: 8px 0;
        font-family: Poppins;
        font-size: 1.25rem;
        font-weight: 400;
        text-align: justify
    }

    .rating {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .rateUs p {
        width: 237.355px;
        color: #747272;
        font-size: 1rem;
        font-weight: 300;
    }

    .rateUs h2 {
        color: #D98400;
        font-size: 3.438rem;
        font-weight: 600;
    }
    /* Third Section  */
    .cardContainer {
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
        flex-direction: column;
    }

    Section {
        /* margin-top: 100px; */
        display: flex;
        flex-direction: column;
    }

    .w-200 {
        overflow: hidden;
        position: relative;
        display: block;
        object-position: center;
        object-fit: cover;
        border-radius: 15px;
        width: 300px;
        height: 410px;
        flex-shrink: 0;
    }

    .carousel {
        width: 300px;
    }

    .mx-2 {
        background-color: #D98400;
        position: absolute;
        color: white;
        font-family: 'Poppins';
        border-radius: 6px;
        font-weight: bold;
        left: 5px;
        font-style: normal;
        top: 8px;
        padding: 6px 10px;
    }

    .packIcons i {
        margin: 15px;
        font-size: 2rem;
        color: white;
    }

    .container h1 {
        font-size: 0.9rem;
    }

    .container {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        width: 100%;
        height: 45%;
        bottom: 0%;
        position: absolute;
        justify-content: flex-end;
        color: white;
        background: rgb(27 29 32 / 43%);
        border-radius: 15px;
        backdrop-filter: blur(2px);
        align-items: center;
    }

    .buttons {
        display: flex;
        margin: 20px;
        flex-direction: row;
    }

    .container .firstBtn {
        /*   width: 110px;
        margin: 2px;*/
        font-size: 0.9rem;
    }
    /*==================Cred Details==============================*/

    /* Fourth Section */

    .fourthSection {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 1em 0;
    }

    .disBtns a:nth-child(2) {
        margin: 0px 15px;
        color: white;
        padding: 6px 10px;
        border: #D98400;
        text-align: center;
        font-weight: 600;
        align-self: center;
        border: none;
        border-radius: 6px;
        background: #D98400;
        cursor: pointer;
        text-decoration: none;
        border: 2px solid transparent;
    }

    .cardlist1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cards {
        border-radius: 30px 30px;
        background: #F5F4F4;
    }

    .card-img-top {
        width: 298px;
        object-fit: cover;
        object-position: center;
        height: 200px;
        border-radius: 15px 15px 0 0;
    }

    .card_body {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 260px;
        padding: 10px;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 500;
    }

        .card_body p {
            text-align: justify;
            color: #747272;
            font-size: 15px;
            font-weight: 400;
        }

    .disBtns a:first-child {
        background: #9c9c9c;
        color: white;
        border: 2px solid transparent;
    }

        .disBtns a:first-child:hover {
            background: transparent;
            color: #9c9c9c;
            border-color: #9c9c9c;
        }

    .disBtns a:nth-child(2):hover {
        background: transparent;
        border: 2px solid #D98400;
        color: #D98400;
    }

    .disBtns a:nth-child(2) {
        margin: 0px 15px;
        color: white;
        padding: 6px 10px;
        border: #D98400;
        text-align: center;
        font-weight: 600;
        align-self: center;
        border: none;
        border-radius: 6px;
        background: #D98400;
        cursor: pointer;
        text-decoration: none;
        border: 2px solid transparent;
    }

        .disBtns a:nth-child(2):hover {
            background: transparent;
            border: 2px solid #D98400;
            color: #D98400;
        }
    /* Fifth Section */
    .fifthSection {
        margin: 45px 45px;
        display: flex;
        flex-direction: column;
    }

    .formSection {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*Footer Section*/
    .footer {
        background: #F5F4F4;
        height: 75vh;
        padding-top: 1px;
    }

    .footerSection {
        padding: 50px;
        display: flex;
        background: #dcdcdc6e;
        flex-direction: column;
        gap: 2rem;
    }

    .footTop {
        display: flex;
        gap: 3rem;
        flex-direction: column;
    }

    .footTop h3 {
        color: #D98400;
        font-family: Hind Madurai;
        font-size: 1.563rem;
        font-weight: 400;
    }

    .footTop > p {
        text-align: start;
        color: #747272;
        font-family: Hind Madurai;
        font-size: 1rem;
        font-weight: 400;
    }

    .num a {
        margin-left: 5px;
        color: #D98400;
        font-family: Hind Madurai;
        font-size: 20px;
        font-weight: 500;
    }

    .footerLists {
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }

    .shareLogo {
        font-size: 2.2rem;
        display: flex;
        align-items: center;
        justify-content: start;
        font-size: 1.8rem;
        gap: 18px;
    }

        .shareLogo i {
            background-color: #d98400;
            color: white;
            border: 2px solid;
            padding: 8px;
            border-radius: 50%;
            transition: .3s ease-in-out;
            border: 2px solid transparent;
        }

            .shareLogo i:hover {
                color: #d98400;
                background-color: white;
                border-radius: 50%;
                border-radius: 15px;
                border-color: #d98400;
            }

    .footerLists {
        display: flex;
        flex-direction: row;
        margin: 8px 0;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: start;
    }

        .footerLists a {
            color: #747272;
            text-decoration: none;
            margin-top: 5px;
        }

        .footerLists h2 {
            text-align: start;
            color: #D98400;
            font-family: Poppins;
            font-size: 1.375rem;
            font-weight: 500;
        }

    .formDis {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .nDisTitles {
        display: flex;
        flex-direction: column;
    }

    .formDis h2 {
        font-size: 1.2rem;
        text-align: center;
    }

    .formDis h3 {
        font-size: 1.2rem;
        margin: 0;
    }

        .formDis h3:first-child {
            color: #d98400;
        }

    .formDis i {
        font-size: 2.4rem;
        /* padding-right: 30px; */
        color: #d98400;
    }

    .formDis div {
        display: flex;
        justify-content: center;
        /* margin: 10px 0; */
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .bookNow {
        position: fixed;
        z-index: 9999;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
        grid-template-columns: 1fr;
        grid-auto-rows: 50px;
        background-color: white;
        padding: 3%;
        gap: 10px;
        box-shadow: 0 0 5px gray
    }

    .message {
        grid-row: 7/9;
    }

    .bookNowHeading {
        font-size: 2.2rem;
        font-weight: 600;
        color: #d98400;
    }

    .bookNow input {
        border: none;
        box-shadow: 0 0 2px gray inset;
        padding-left: 10px;
        border-radius: 7px
    }

    #submit {
        color: white;
        background-color: #d98400;
        border: 2px solid transparent;
        font-weight: 700;
        font-size: 1.3rem
    }

        #submit:hover {
            color: #d98400;
            background-color: white;
            border-color: #d98400;
        }

    #closeNow {
        position: absolute;
        color: #d98400;
        margin-top: -40px;
        font-size: 2.3rem;
        right: 5%;
        top: 8%;
    }

    .copyRight {
        display: flex;
        margin: 0;
        padding: 10px;
        background: #cfcfcf;
        border-top: 3px solid #b4b4b4;
        justify-content: space-around;
        flex-wrap: wrap;
    }

        .copyRight span > a {
            font-size: 0.9rem;
            color: #d98400;
        }

        .copyRight p {
            font-size: 1rem;
            margin: 0;
            color: gray;
        }

    .T_S div a {
        margin: 5px 0;
        display: flex;
        justify-content: center;
        color: gray;
        font-family: 'Hind Madurai';
        text-decoration: underline;
        word-spacing: 6px;
    }
}
