﻿#loading {
    background: #ffff url(./imgs/loading.gif) no-repeat center;
    background-size: 8%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

.sticky {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.fa-whatsapp {
    color: #45d345;
    cursor: pointer;
    text-shadow: 0 0 3px #bebebe;
    font-size: 3rem;
}

.credDetial {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #d98400;
}

    .credDetial i {
        color: #45d345;
        cursor: pointer;
        font-size: 2.5rem;
    }

    .credentials{
        width:40%;
    }
.credentials > div {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}

    .credentials > div i {
        font-size: 2rem;
    }

.credentials h2 {
    color: #d98400;
    /* margin-bottom: 2rem; */
}

.credentials ul {
    list-style: none;
}

    .credentials ul span {
        font-weight: 600;
    }

    .credentials ul li {
        margin-bottom: .6rem;
        font-size: 1.1rem
    }

@media screen and (min-width:800px) {
    #wowslider-container1 {
        overflow: hidden;
    }

    html {
        scroll-behavior: smooth;
    }
    /*Display None */

    body .mobileView {
        display: none;
    }

    .fourthSection {
        display: none;
    }


    /*Property of Navigation Bar*/
    .logo {
        width: 7rem;
        height: 90px;
        margin-right: 1.5rem;
        mix-blend-mode: multiply;
        object-fit: cover;
        object-position: center;
    }

    .Navbar {
        display: flex;
        background: linear-gradient(to right bottom, #b0b0b000, #ada8a8);
        align-items: center;
        justify-content: space-around;
    }

        .Navbar > div {
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
        }

    #navImg {
        display: none;
    }

    #title {
        margin-right: 10px;
        color: #D98400;
        font-family: Poppins;
        font-size: 1.8vw;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
    }
    /*===================================================================*/
    .navEl .dropdown {
        padding: 4px;
        display: flex;
        flex-direction: column;
        z-index: 9999999;
        background: white;
        width: 300px;
        border-top: none;
        border-radius: 4px;
        box-shadow: 0 0 5px gray;
    }

    .down {
        width: 160px;
    }

    .fa-solid {
        margin-left: 5px;
        margin-bottom: 5px;
        color: #726e6e;
    }

    PackagesLI:hover .fa-solid {
        color: orange;
    }

    #closebtn {
        display: none;
    }

    .navEl ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        margin: 0;
    }

        .navEl ul .dropdown {
            width: 300px;
            display: inline-block;
            position: absolute;
            background: #e7dfdf;
            top: 80%;
            left: 0;
            border-top: 3px solid orange;
            visibility: hidden;
        }

        .navEl ul li:hover > .dropdown {
            top: 95%;
            opacity: 1;
            visibility: visible;
            transition: .2s linear;
        }

    .navEl .dropdown li:nth-child(6) {
        border-bottom: none;
    }

    .navEl ul ul li {
        text-align: start;
        border-bottom: 0.5px solid gray;
        background: white;
        width: 95%;
        display: list-item;
        border-top: none;
        padding: 6px;
    }

    .navEl {
        display: flex;
        align-items: center;
        height: 100%;
    }

        .navEl ul {
            display: flex;
            flex-direction: row;
            list-style: none;
            margin: 0;
            text-transform: uppercase;
        }

    ul li a {
        text-decoration: none;
    }

    .navEl ul .dropdown li a {
        font-size: 0.8rem;
    }

    .navEl ul li a {
        text-decoration: none;
        color: black;
        display: flex;
        font-size: 0.9rem;
        align-items: center;
        height: 100%;
        color: #726e6e;
        font-weight: 600;
    }

    .navEl ul > li a:hover {
        color: #d98400;
        transition: 0.3s ease-in-out;
    }

    .navEl ul li {
        margin: 0 0.5rem;
        font-family: Prompt;
        font-size: 1rem;
        font-weight: 400;
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .navEl .dropdown li:nth-child(6) {
        border-bottom: none;
    }

    .navEl ul .dropdown li {
        border-bottom: 0.5px solid gray;
        background: #e7dfdf;
        width: 95%;
        display: list-item;
        border-top: none;
        padding: 6px;
    }

    .navEl {
        display: flex;
        align-items: center;
        height: 90px;
    }

        .navEl > ul {
            height: 100%
        }

        .navEl ul {
            display: flex;
            flex-direction: row;
            list-style: none;
            margin: 0;
            text-transform: uppercase;
        }

    ul li a {
        text-decoration: none;
    }

    .navBtn,
    .card-body .btn {
        margin: 0px 15px;
        color: white;
        padding: 6px 10px;
        border: #D98400;
        text-align: center;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        background: #D98400;
        cursor: pointer;
        text-decoration: none;
        border: 2px solid transparent;
    }

        .card-body .btn:hover {
            text-decoration: none;
            transition: 0.4s ease;
            font-weight: 600;
            background: transparent;
            color: #D98400;
            border: 2px solid #D98400;
        }

        .navBtn:hover {
            text-decoration: none;
            transition: 0.4s ease;
            font-weight: 600;
            background: transparent;
            color: #D98400;
            border: 2px solid #D98400;
        }

    .hideDDL li {
        font-size: 10px;
    }
    /* First Section */
    .firstSection {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .Img {
        height: 618.901px;
        flex-shrink: 0;
        object-fit: cover;
        border-radius: 15px;
    }

    .container2 .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;
    }

        .container2 .buttons a:first-child:hover {
            transition: 0.4s;
            background: transparent;
            color: white;
            border: 2px solid #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;
        }

    .disBtns a:first-child {
        background: #9c9c9c;
        color: white;
        border: 2px solid transparent;
    }

        .disBtns a:first-child:hover {
            background: transparent;
            color: #9c9c9c;
            border-color: #9c9c9c;
        }

    Section .firstBtn {
        margin: 0px 15px;
        color: white;
        padding: 6px 10px;
        border: #D98400;
        text-align: center;
        font-weight: 600;
        align-self: center;
        border: none;
        border-radius: 8px;
        background: #D98400;
        cursor: pointer;
        text-decoration: none;
        border: 2px solid transparent;
    }

    .cardContainer .firstBtn:hover {
        transition: 0.4s;
        background: transparent;
        color: white;
        border: 2px solid #D98400;
        text-decoration: none;
    }

    .container2 .firstBtn:hover {
        transition: 0.4s;
        background: transparent;
        color: white;
        border: 2px solid #D98400;
    }

    .firstBtn:hover {
        text-decoration: none;
        transition: 0.4s;
        background: transparent;
        color: #D98400;
        border: 2px solid #D98400;
    }

    .carousel-caption .firstBtn:hover {
        color: white;
        padding: 7px 10px;
        transition: 0.4s;
        background: transparent;
        border: 4px solid #D98400;
    }

    .w-100 {
        object-fit: cover;
        width: 386px;
        height: 450px;
        flex-shrink: 0;
    }
    /*Section Section */
    .secondSection {
        padding: 1% 10%;
        border-radius: 15px;
        display: flex;
        column-gap: 50px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .Title > span {
        text-align: justify;
        margin-bottom: 3rem;
        color: #2F2617;
        font-family: Poppins;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .secondSection .Img {
        width: 620px;
        height: 600px;
        flex-shrink: 0;
        border-radius: 15px;
    }

    .rating {
        display: grid;
        column-gap: 4rem;
        grid-template-columns: 40% 40%;
        justify-content: center;
    }

    .Title h2 {
        align-self: start;
        margin: 8px 0;
        color: #D98400;
        font-family: Poppins;
        font-size: 32px;
        font-weight: 400;
    }

    .Title {
        width: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rateUs h2 {
        color: #D98400;
        font-size: 55px;
    }

    .carousel-caption {
        display: flex;
        flex-direction: column;
    }
    /*Third Section of Desktop View */
    .DesktopView .bg-img {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 970px;
    }

    .DesktopView {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #packages .titles {
        padding-bottom: 5%;
    }


    .img_card {
        position: relative;
        width: 320px;
        height: 420px;
    }

    .w-200 {
        display: block;
        object-position: center;
        object-fit: cover;
        border-radius: 15px;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .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;
    }

    .container2 h1 {
        font-size: 1rem;
    }

    .container2 {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        width: 100%;
        height: 42%;
        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;
        transition: 0.7s ease;
    }

    .buttons {
        display: flex;
        margin: 20px;
        flex-direction: row;
    }

    .container .firstBtn {
        width: 110px;
        margin: 2px;
        font-size: 0.9rem;
    }

    .packIcons i {
        margin: 15px;
        font-size: 2rem;
        color: white;
    }

    .img_card:hover .container2 {
        bottom: 0;
    }

    .container > .firstBtn {
        margin: 30% 0 10%;
    }

    .hoverCards {
        display: grid;
        row-gap: 1rem;
        grid-template-columns: 300px 300px 300px;
        justify-content: center;
        column-gap: 80px;
    }
    /*Fourth Section Destination*/
    .fifthSection .bg-img {
        position: absolute;
        width: 100%;
        z-index: -1;
        height: 100%;
    }

    #carouselExampleControls {
        display: flex;
        width: 935px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .desktopCard {
        margin-top: 6%;
        padding: 20px 85px;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .flex .card-title {
        color: #2F2617;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 500;
        margin: 25px;
    }

    .flex .card-text {
        text-align: justify;
        width: 502px;
        color: #747272;
        font-family: Hind Madurai;
        font-size: 16px;
        font-weight: 300;
    }

    .flex {
        display: flex;
        justify-content: space-around;
    }

        .flex .card-img {
            width: 386px;
            object-fit: cover;
            height: 460px;
            flex-shrink: 0;
            border-radius: 15px;
        }

        .flex .card {
            border: none;
            margin-bottom: 30px;
            display: flex;
            flex-direction: row-reverse;
        }

        .flex .card-body {
            background: #F5F4F4;
            text-align: start;
            height: 460px;
            flex-shrink: 0;
            border-radius: 15px;
        }

    .desktopCard .carousel-control-next {
        height: 50px;
        right: -80px;
        top: 45%;
        width: 50px;
        opacity: 1;
        border-radius: 10px;
        background: orange;
    }

    .desktopCard .carousel-control-prev {
        height: 50px;
        left: -80px;
        top: 45%;
        width: 50px;
        opacity: 1;
        border-radius: 10px;
        background: orange;
    }
    /*Fifth Section */
    .fifthSection {
        padding: 9px 100px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 60px;
        align-items: center;
    }

        .fifthSection h1 {
            font-size: 2rem;
            margin: 45px 0;
        }

    .formSection {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 3fr;
        gap: 10px;
    }

        .formSection .textField,
        .formSection .textarea,
        .formSection .formBtn {
            border-radius: 7px;
            border: none;
            box-shadow: 0 0 3px grey;
            padding: 10px;
        }

    .textarea {
        grid-column: span 2
    }

    .formSection .formBtn {
        background-color: #d98400;
        color: white;
        font-weight: 700;
        border: 2px solid transparent;
    }

        .formSection .formBtn:hover {
            color: #d98400;
            background-color: white;
            border-color: #d98400;
        }


    .formImg {
        width: 561px;
        border-radius: 15px;
    }
    /*Footer Section */
    .footer {
        background: #F5F4F4;
        height: 75vh;
        padding-top: 1px;
    }

    .footerSection {
        padding: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #dcdcdc6e;
        justify-content: center;
        gap: 15%;
    }


    /* .footTop h3 {
        color: #D98400;
        font-family: Hind Madurai;
        font-size: 25px;
        font-weight: 400;
    }*/

    .footTop > p {
        text-align: start;
        color: #747272;
        font-family: Hind Madurai;
        font-size: 16px;
        font-weight: 400;
    }

    .footTop h3 {
        color: #D98400;
    }

    .footTop {
        padding-bottom: 21px;
        width: 100%;
        border-bottom: 2px solid #d98400;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .footerTitle {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
    }
}

.num a {
    margin-left: 5px;
    color: #D98400;
    font-family: Hind Madurai;
    font-size: 20px;
    font-weight: 500;
}

.footerLists {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    gap: 25px;
    margin-top: 10px;
}

.shareLogo {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: start;
    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;
        cursor: pointer;
    }

        .shareLogo i:hover {
            color: #d98400;
            background-color: transparent;
            border-radius: 50%;
            border-radius: 15px;
            border-color: #d98400;
        }

.footerLists a {
    color: #747272;
    text-decoration: none;
    margin-top: 5px;
}

.formDis {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nDisTitles {
    display: flex;
    flex-direction: column;
}

.formDis h2 {
    text-align: start;
}

.formDis h3 {
    font-size: 1.3rem;
    margin: 0;
}

    .formDis h3:first-child {
        color: #d98400;
    }

.formDis i {
    font-size: 2.4rem;
    color: #d98400;
}

.formDis div {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 20px;
    align-items: center;
}

.copyRight {
    display: flex;
    margin: 0;
    padding: 10px;
    background: #cfcfcf;
    border-top: 3px solid #b4b4b4;
    justify-content: space-around;
}

    .copyRight span > a {
        font-size: 0.9rem;
        color: #d98400;
    }

    .copyRight p {
        font-size: 1rem;
        margin: 0;
        color: gray;
    }
/*Floating Form*/
#bookNow {
    display: none;
}

.bookNow {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 50px;
    background-color: white;
    padding: 3%;
    gap: 10px;
    border-radius: 15px;
    box-shadow: 0 0 5px gray
}

.message {
    grid-column: span 2;
    grid-row: span 2
}

.bookNowHeading {
    grid-column: span 2;
    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;
    font-size: 2.3rem;
    right: 5%;
    top: 12%;
    color: #d98400;
    cursor: pointer;
}

.T_S div {
    display: flex;
    justify-content: flex-end;
    margin-right: 11em;
    margin-bottom: 1em;
}

    .T_S div a {
        padding: 15px;
        background: #d98400;
        text-align: center;
        color: white;
        border-radius: 15px 3px;
        align-self: end;
        margin: 5px 0;
        font-family: 'Hind Madurai';
        word-spacing: 6px;
        border: 2px solid transparent;
        transition: 0.3s ease;
    }

        .T_S div a:hover {
            background: transparent;
            color: #d98400;
            border-color: #d98400;
            text-decoration: none;
        }
.footTop {
    display: flex;
    gap: 3rem;
    flex-direction: row;
}
/*Media Query Section of TABMODE*/
@media (min-width : 800px) and (max-width : 1150px) {
    .desktopCard {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #carouselExampleControls {
        display: flex;
        width: 650px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo {
        /*width: 4rem;*/
        margin: 0 0.7rem;
    }

    .flex .card {
        flex-direction: column;
    }

    .footerLists {
        display: flex;
        flex-direction: row;
        text-decoration: none;
        gap: 25px;
        margin-top: 10px;
    }

    .DesktopView .bg-img {
        display: none;
    }

    .flex .card-body {
        width: 100%;
    }

    .flex .card-img {
        width: 100%;
        height: 300px;
        border-radius: 15px 15px 0 0;
    }

    .flex .card-text {
        width: auto;
        margin: 4px 10px;
        text-align: justify;
    }

    .secondSection {
        margin: 35px;
        padding: 10px;
        box-shadow: 1px 1px 10px gray;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .secondSection .Title {
            text-align: start;
            margin: 10px 30px;
            align-items: center;
            column-gap: 50px;
            flex-direction: column;
        }

    .rating {
        margin: 0px;
        height: 400px;
        justify-content: center;
    }

    .hoverCards {
        margin: 0;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        justify-items: center;
        gap: 10px;
    }

    .w-200 {
        width: 100%;
        height: 100%;
    }

    .img_card:hover .container2 {
        bottom: 0px;
    }

    .fifthSection {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .buttons {
        display: flex;
        margin: 20px;
        flex-direction: row;
    }

    .container .firstBtn {
        width: 110px;
        margin: 2px;
        font-size: 0.9rem;
    }
}
