@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300;1,600&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ol,
ul {
    padding-left: 0;
}

.form-control:focus {
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.navbar {
    border-top: 5px solid #2145C5;
    height: 65px;
}

.navbar .navbar-brand {
    height: auto;
    width: 125px;
}

.navbar .navbar-brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.navbar ul {
    height: 100%;
}

.navbar ul li {
    height: 100%;
}

.navbar ul li a {
    height: 100%;
}

.navbar ul li a {
    height: 100%;
}

.navbar .navbar-brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.navbar .nav-link {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0 12px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.g_height {
    height: 100% !important;
}

.sign_in {
    border-radius: 6px;
    background: linear-gradient(180deg, #2145C5 0%, #4C6EE8 100%);
    max-width: 100%;
    padding: 0 12px;
    height: 40px;
    text-align: center;
    flex-shrink: 0;

}

.sign_up {
    border-radius: 6px;
    border: 2px solid #6311BC;
    background: #fff;
    max-width: 100%;
    padding: 0 12px;
    height: 40px;

    text-align: center;
    flex-shrink: 0;
    margin-left: 10px;
}

.sign_in .btn {
    color: #FFF;
    font-family: FreeSans;
    font-size: 18x;
    font-style: normal;
    font-weight: 400;
}


.sign_up .btn {

    color: #000;
    font-family: FreeSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

/* .carousel-inner{
    height:550px;
} */

.carousel-item {
    height: 600px;
    width: 100%;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    padding: 0 !important;
    bottom: 0 !important;
    top: 0;
    left: 0;
    width: 100%;

}

/* .carousel-caption .banner_content{
    
} */


.banner_content {
    text-align: left;
    width: 100%;
}

.banner_content h1 {
    width: 64%;
    color: #FFF;
    font-family: Titillium Web;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    padding-left: 85px;
}

.banner_content p {
    width: 80%;
    color: #FFF;
    font-family: Titillium Web;
    font-size: 16px;
    font-style: normal;
    padding-left: 85px;
}

.banner_btn {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 85px;

}

.Read_btn {
    border-radius: 8px;
    background: #FF6F31;
    margin-right: 20px;
    padding: 0 10px;
}

.Read_btn .btn {
    color: #fff;
}

.Contact_btn {
    border-radius: 8px;
    border: 2px solid #FFF;
    background: transparent;
    padding: 0 10px;
}

.Contact_btn .btn {
    color: #fff;
}

.banner_form {
    border-radius: 36px;
    border: 4px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(22.5px);
    width: 40%;
    height: 80%;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    padding: 20px;
    top: 50px;
    right: 70px;
}


.banner_from_text h3 {
    color: #39434D;
    font-family: Titillium Web;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.banner_from_text span {
    color: #39434D;
    text-align: center;
    font-family: Titillium Web;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}


.banner_from_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.banner_form_field form .form-control {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.45);
}

.banner_top {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.45);
    padding: 5px 17px;
    color: #39434D;
}

.banner_top:hover {
    background: #FF6F31;
    color: #fff;
}

.banner_top .btn {
    color: inherit;
    text-align: center;
    font-family: Titillium Web;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.banner_form_fields form label {
    color: #39434D;
    font-size: 13px;
    font-weight: 500;
}

.banner_form_fields form .form-control {
    color: rgba(57, 67, 77, 0.50);
    font-size: 13px;
}

.banner_form_fields form .img_wrap img {
    width: 30px;
    height: 20px;
}

.banner_form_fields form .img_wrap {
    margin-top: -2px;
}

.banner_form_fields form input::placeholder {
    color: rgba(57, 67, 77, 0.50);
    font-size: 12px;
    font-weight: 500;
}

/* ----------facility_wrapper------------ */

.facilities_wrapper {

    background: #F0F2FF;
    /* padding: 30px; */
}

.facility_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 18px;
    border-bottom: 5px solid #395CD8;
    margin: 30px 0;
}


.facility_card img {
    height: 35px;
    width: 35px;
}


.facility_card h3 {
    font-size: 23px;
    margin: 7px 0;
    color: #39434D;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}


.facility_card p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Poppins', sans-serif;
}


/* ---------------promotion_wrapper---------------- */

.promotion_wrapper {
    padding: 75px 0;
}

.promotion_text {
    text-align: left;
}

.promotion_text span {
    color: #FF6F31;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.promotion_text h2 {
    color: #181E4B;
    font-family: Volkhov;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
}

.promotion_text p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
}

.promotion_img {
    height: 100%;
    width: 100%;
    /* margin: 0 auto; */
}

.promotion_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.promotion_gallery {
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.gallery_img {
    width: 19%;
    height: 245px;
    border-bottom: 7px solid #2145C5;
    border-radius: 15px;
    margin: 0px 8px;
}

.gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.gallery_text {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.gallery_text {
    display: flex;
    margin-top: 18px;

}

.gallery_text h4 {
    font-size: 18px;
}

.discount {
    height: 25px;
    padding: 6px 12px;
    background: #E4EAFF;
    color: #163ABB;
    font-size: 15px;
    font-weight: 500;
    padding: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons {
    padding: 0px;
    margin-top: -7px;
}

.icons i {
    font-size: 12px;
    margin-right: 7px;
}

.icons span {
    font-size: 12px;
    /* margin-right: 7px; */
}

/* -----------packages_wrapper---------- */

.packages_wrapper {
    margin-top: 50px;
}

.packages_wrapper .col-md-4 {
    padding: 5px;
}

.package_heading {
    text-align: center;
    /* margin: 25px 0; */
}

.package_heading h2 {
    color: Gray/1100;
    font-family: Titillium Web;
    font-size: 34px;
    font-weight: 600;
}

.package_heading p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}


.package_wrapper {
    width: 100%;
    height: 330px;
    border: 1px solid white;
}

.package_wrapper .btn {
    border: 2px solid #fff;
    padding: 5px 20px;
    color: #fff;
}

.package_wrapper .packages_img .btn {
    border: 2px solid #fff;
    padding: 5px 20px;
    color:#000;
    background-color: #fff;
    font-size: 15px;

}

.text-first {
    Display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(180deg, #163ABB 0%, rgba(68, 105, 239, 0.90) 100%);
    padding: 32px 15px;
    margin-top: 4px;
    border-radius: 4px;
    width: 430px;
    margin-left: -8px;
}

.text-second {
    Display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(180deg, #163ABB 0%, rgba(68, 105, 239, 0.90) 100%);
    padding: 32px 15px;
    margin-top: 4px;
    border-radius: 4px;
    width: 430px;
    margin-left: -8px;
}

.package_wrapper h4 {
    font-size: 27px;
    color: #fff;
}

.package_wrapper p {
    font-size: 15px;
    color: #fff;
}


.packages_img {
    max-width: 100%;
    height: 100%;
    border: none;
}

.packages_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package_wrapper span {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.card-img-overlay_outer{
    display: flex;
    flex-direction: column;
}

.card-img-overlay {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}



.package_explore_wrapper {
    margin-top: 50px;
}


/* ------------adventure_wrapper----------------- */

.adventure_wrapper {
    margin-top: 50px;
}

.adventure_heading {
    text-align: center;
    margin: 25px 0;
}

.adventure_heading h2 {
    color: Gray/1100;
    font-family: Titillium Web;
    font-size: 34px;
    font-weight: 600;
}

.adventure_heading p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.adventure_main_card .card {
    border: none;
    /* padding: 0px 12px; */
}


.adventure_main_card .card .card-body span {
    color: #39434D;
    font-family: Titillium Web;
    font-size: 15px;
    font-weight: 600;
}

.adventure_main_card .card .card-body .card-title {
    color: #193DBD;
    font-family: Titillium Web;
    color: #181E4B;
    font-size: 50px;
    font-weight: 700;
}

.adventure_main_card .card .card-body .card-text {
    color: #738799;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}


.adventure_main_card .card .card-body .btn {
    color: #F05523;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 600;
    padding: 1px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.adventure_side_card .card {
    border: none;
}

.adventure_side_card .card .card-img-top {
    height: 210px;
}

.adventure_side_card .card .card-body {
    padding: 7px 0;
}

.adventure_side_card .card .card-body .card-title {
    color: #193DBD;
    font-family: Titillium Web;
    color: #181E4B;
    font-size: 22px;
    font-weight: 700;
}

.adventure_side_card .card .card-body .card-text {
    color: #738799;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
}


.adventure_side_card .card .card-body .btn {
    color: #F05523;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    margin-top: -20px;
    padding: 0px;
}

/* -----------shopping_wrapper------------- */

.shopping_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.shopping_heading {
    text-align: center;
}

.shopping_heading h2 {
    color: Gray/1100;
    font-size: 34px;
    font-weight: 00;
    font-family: Titillium Web;
    font-weight: 600;
}

.shopping_text {
    background: linear-gradient(180deg, #183CBD 0%, #5376EE 100%);
    color: #fff;
    display: flex;
    height: 616px;
    flex-direction: column;
    text-align: justify;
    justify-content: center;
    padding: 0px 14px;
}

.shopping_text .btn {
    width: fit-content;
    border: 2px solid #fff;
    padding: 5px 27px;
    color: #fff;
    margin-left: 38px;
}

.shopping_text i {
    font-size: 65px;
    color: #fff;
    padding: 0px 40px;
}

.shopping_text h4 {
    font-size: 30px;
    color: #fff;
    padding: 0 40px;
    margin: 14px 0;
    font-family: Titillium Web;
    font-weight: 600;
}


.shopping_text p {
    color: #fff;
    padding: 0px 40px;
    font-size: 15px;
    font-family: Poppins;
}

.shopping_shop .card {
    border: none;
    border-radius: 0px;
}

.shopping_shop .card img {
    height: 300px;
    width: 100%;
}

.shopping_shop .card {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.faq_wrapper {
    margin-top: 50px;
}

.faq_heading {
    text-align: center;
    margin: 25px 0;
}

.faq_heading h2 {
    color: Gray/1100;
    font-family: Titillium Web;
    font-size: 34px;
    font-weight: 600;
}

.faq_heading p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.accordion-item {
    border: 0px solid rgba(0, 113, 176, 0.50);
    background: #FFF;
    box-shadow: 0px 0px 15.2627px 0px rgba(0, 0, 0, 0.10);
    margin: 17px 0;
}


.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
}

.accordion-item-header::after {
    content: "\002B";
    background: linear-gradient(180deg, #193DBE 0%, #5073EC 100%);
    font-size: 22px;
    position: absolute;
    right: 1rem;
    padding: 0px 8px;
    color: #fff;
    height: 30px;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


/* ----------------testimonials----------------- */
.testimonial_wrapper {
    margin-top: 50px;
    background: #EFF1FF;
    text-align: center;
    padding: 50px 0;
}


.testimonial_wrapper h2 {
    font-family: Titillium Web;
    font-weight: 600;
}

.testimonial_wrapper p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.card-body {
    padding: 0;
}

.client_card {
    width: 100%;
    /* height: 245px; */
    border-radius: 20px;
    background: #FFF;
    padding: 5px 30px;
}

.client_card p {
    color: #212529;
    font-family: Poppins;
    font-size: 45px;
    text-align: left;
    margin-bottom: 0;
}

.client_card_content p {
    color: rgba(0, 0, 0, 0.40);
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    margin-top: -20px;
}

.client_card_profile {
    width: 100%;
    height: 100px;
    /* border:1px solid black; */
    margin-top: 16px;
    display: flex;
}

.client_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu li {
    margin-right: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    position: static !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.client_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.client_name {
    width: 50%;
    margin: 12px;
    padding-top: 7px;
}

.client_name h5 {
    color: #353535;
    /* font-size:; */
    font-weight: 600;
    font-family: Titillium Web;
    font-size: 15px;
    text-align: left;
}

.client_name p {
    color: #053E7A;
    font-family: Poppins;
    font-size: 13px;
    line-height: 12px;
}


/* -------subscribe_wrapper------------ */


.subscribe_wrapper {
    margin-top: -50px;
    /* position: relative; */
}

.subscribe {
    border: 0px solid #000;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 35px 292px;
    text-align: center;
    position: relative;
    top: 100px
}

.subscribe_heading h2 {
    color: Gray/1100;
    font-family: Titillium Web;
    font-size: 34px;
    font-weight: 600;
}

.subscribe_heading p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.subscribe_form button {
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: linear-gradient(180deg, #183CBD 0%, #5073EC 100%);
    color: #fff;
    padding: 3px 20px;
    border-radius: 0;
}

.subscribe_form form .form-control {
    border-radius: 10px;
    background: #F1F1F1;
}

.subscribe_form form ::placeholder {}



/* --------------footer---------------- */

footer {
    margin-top: 50px;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 75px 0px;
}


.footer_logo {
    height: 100px;
    width: 70%;
    margin-left: -13px;
    margin-top: 4px;
}

.footer_logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.about p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.social_wrapper {
    display: flex;

}

.social_wrapper .social_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(180deg, #163ABB 0%, rgba(68, 105, 239, 0.90) 100%);
    border: 1px solid #fff;
    margin: 3px;
    border: none;
}

.social_wrapper .social_icon i {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qlink h3 {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
}

.qlink ul {
    margin-top: 16px;
}

.qlink ul li {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.qlink ul li img {
    filter: rgba(255, 255, 255, 0.50);

}

.category h3 {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
}

.category ul {
    margin-top: 16px;
}

.category ul li {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.category img {
    width: 50%;
    height: 30px;
    object-fit: contain;
    margin-top: 8px;
}

.link ul li img {
    height: 18px;
    margin-top: 1px;
}

.terms h3 {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
}

.terms ul {
    margin-top: 16px;
}

.terms ul li {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.footer_form h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 27px;
}

.footer_form_list_wrapper {
    margin-top: 16px;
}

.footer_form_list {
    display: flex;
}

.footer_form_icon i {
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 30px;
    /* padding-right: 30px; */
}

.footer_form_list_wrapper p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.footer {
    width: 100%;
    height: 100%;
    text-align: center;
    /* background: linear-gradient(180deg, #1B3FC0 0%, #4A6DE7 100%); */
    /* padding: 6px 0; */
}

.footer_dec {
    /* margin: 0 -12px; */
    background: linear-gradient(180deg, #1B3FC0 0%, #4A6DE7 100%);
}

.footer p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
}


.footer_form_list_wrapper .form-control {
    border-radius: 20px;
}

/* --------------------------- */

#carouselExampleCaptions{
position: relative;
}