body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
}
*{margin: 0px; padding: 0px;}
.min_menu ul li {
    display: block;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none !important;
}
.min_menu ul li a {
    text-decoration: none;
    color: rgb(171 7 7);
    margin: 0px;
    padding: 0px 15px 0px 15px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}
.website-services {
    position: relative;
        margin-bottom: 25px;
    border-radius: 5px;background-color: #ffffff;
    width: 100%;    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.website-services:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 15px,
                rgba(0, 0, 0, 0.3) 0px 10px 20px -5px,
                rgba(0, 0, 0, 0.2) 0px -5px 0px inset;
}
h3.text-center.god_services {
    margin: 0px;
    padding: 8px 3px;
    font-size: 1.3rem;
    font-weight: 700;
}
.Features:not(:hover) {
    transform: translateY(0);
}
.Features {
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #015f85;
    margin-bottom: 25px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Features:hover {
    transform: translateY(-10px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset !important;
}
.Features h3 {
    color: #000000;
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    font-weight: 600;
}
.Features p {
    font-size: 15px;
    font-weight: 500;
    color: #525151e0;
}
.website_title h5 {
    text-align: center;
    font-size: 18px;
}
.title {
    font-size: 28px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: "Berkshire Swash", serif;
    color: #ec7700;
}
.Activities.gallerys img {
    border-radius: 5px;
    border: 1px solid #015f74;
    padding: 5px;
}
.content {
    max-width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    z-index: 9;
    color: white;
    background: rgb(0 0 0 / 77%);
}
.form-container {
    max-width: 100%;
    background: #fff;
    padding: 31px 25px;
    border-radius: 10px;
    color: black;
}
.Likess, .counter-box, .icons, .thankyous, .timer-container, .title, p.form-message-new {
    text-align: center;
}
.thankyous.homepagesform h2 {
    font-size: 24px !important;
    color: #cd6a00;
    font-weight: 600;
    margin: 0px;
}
.thankyous.homepagesform p {
    margin-top: 0px !important;
    display: inline-block;
    width: 100%;
}
.thankyous.homepagesform .form-control {
    border: 1px solid #000000 !important;
    border-radius: 30px;
    height: 42px;
}
button#submitButton, button#submitButton1 {
    outline: 0;
    width: fit-content;
    font-style: normal;
    color: rgb(255 255 255);
    cursor: pointer;
    border-radius: 30px;
    padding: 8px 30px;
    border: #cd6b01;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background: linear-gradient(90deg, rgb(237 115 0) 0%, rgb(171 7 7) 100%);
}
.website-services p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}                                                                                                                                  
.prize_s_{    background: #29a71a !important;}
.style_design p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
    border-top-style: dashed;
    border-top-width: 1px;
    width: 600px;
    text-align: left;
    padding: 8px 0px !important;
}
.style_design {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
h3.All-Inclusive {
font-weight: 400;
    color: #cdff70;
    margin-bottom: 20px;
    font-size: 22px !important;
    line-height: 32px;
}
p {
    margin: 0 !important;
    padding: 0 !important;
}
h2.Beauty {
    font-weight: 500;
    color: #ffba70;
    margin-bottom: 25px;
    font-size:36px !important;
}
.All-Inclusive {
    display: flex;
    align-items: center;
    gap: 15px;
}
.homepagesslider {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.homepagesslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 4s ease-in-out;
}
.homepagesslider.swiper-slide-active img {
    transform: scale(1.1);
}
.website-services p {
    text-align: center;
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px !important;
}
.amount_ {
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.bt-design {
    background-color: #fff;
    width: 38px !important;
    height: 38px !important;
    line-height: 30px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%);
    z-index: 1;
}
footer {
    position: relative;
    background-image: url(../images/footer.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    color: #fff;
}
.copyright-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
a.Travelism {
    color: #edae49;
}
li.footer-phone {
    background-color: #ffffffa8;
    padding: 7px 20px;
    border-radius: 3px;
}
footer ul li {
    display: inline-block;
    margin: 0px 6px;
}
.lockyourtrips ul li a {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.WhatsApp {
    position: fixed;
    right: 10px;
    bottom: 40px;animation: upDown 1s infinite ease-in-out;
    z-index: 999;
}
.callbtn {
    position: fixed;
    left: 10px;
    bottom: 40px;
    z-index: 999;
}
@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.callbtn img {
    animation: upDown 1s infinite ease-in-out;
}
section#top_section {
    position: relative;
    background-color: #0e0101;
    padding: 7px;
}
.top_menubar p a {
    color: #ffffff;
    font-size: 1rem;
}
section#menu {
    position: relative;
    width: 100%;    background-color: #fff1c9;
    padding: 3px 0px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.Enquiry__Now {
    background: #ab0707;
    background: linear-gradient(90deg, rgb(237 115 0) 0%, rgb(171 7 7) 100%);
    border: none;
    padding: 10px 40px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.Enquiry__Now:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 6px, rgba(0, 0, 0, 0.4) 0px 10px 15px -3px, rgba(0, 0, 0, 0.3) 0px -4px 0px inset;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.aboutus h2 {
    position: relative;
    font-weight: 300;
    font-family: "Berkshire Swash", serif;
    color: #ec7700;
    margin-bottom: 5px !important;
}
.aboutus p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px !important;
    display: inline-block;
}
section#services {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/Gallery_Bg.jpg);
    z-index: 1;
    overflow: hidden;
}
#services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3);
}
.relative{    position: relative;}
section#FeaturesServices {
    background-color: #ac0807;
}
.modal-header.Trolley {
    position: absolute;
    right: 10px;
    border: none;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    color: saddlebrown;
    filter: drop-shadow(2px 4px 6px black);
    top: 10px;    z-index: 999;
}
button.btn-close.Pandit {
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    margin-left: -3px;
}
.xperts____and {
    padding: 40px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/homepagesform.jpg);
    z-index: 1;
    overflow: hidden;
}