@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*,
ul,
li,
::after,
::before {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}


body {
    color: #000;
    font-family: 'Poppins', sans-serif;
}


:root {
    --theme: #FFA500;
    --softtheme: #ffc04d;
    --lightGray: #DFDFDF;
}

.bg_theme {
    background-color: var(--theme) !important;
    color: black;
}

.bgs_theme {
    background-color: var(--softtheme) !important;
}


.t_theme {
    color: var(--theme) !important;
}

.vhight {
    height: 100vh;
}

.bd_theme {
    border-color: var(--theme) !important;
}

.theme_hr {
    margin: 0;
    border-top: 1px solid #E1E1E1;
    opacity: 1;
}

.para {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.border_card_img {
    box-shadow: 0px 1px 8px #00000029;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    object-fit: cover;
}

/* header ================================================================================================================================================*/


header {
    position: relative;
}

/* navbar */
.navbar {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
}

.logo_brand img {
    width: 120px;
}

.login_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--theme);
    color: white;
    font-size: 18px;
    width: 150px;
    min-width: 150px;
    height: 50px;
    text-decoration: none;
}

.pro_nav_btn {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: transparent;
    border: none;
}

.pro_nav_btn img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background-color: white;
}

.pro_nav_btn strong {
    font-size: 16px;
    color: white;
    display: block;
}

.pro_nav_btn span {
    font-size: 14px;
    color: var(--theme);
    text-align: left;
    display: block;
}

.pro_nav_btn i {
    color: white;
}

.pro_nav_drop .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ddd;
    width: 100vw;
    max-width: 200px;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
    background-color:transparent;
    color: var(--theme);
}

.red_link:hover,
.red_link:active,
.red_link:focus {
    color: red !important;
    cursor: pointer;
}
.red_btn:hover,
.red_btn:active,
.red_btn:focus {
    color: rgb(255, 255, 255) !important;
    background-color: red;
    cursor: pointer;
}
/* \ navbar */

/* banner */
.banner img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin-top: 60px  !important;
}


.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid white;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: var(--theme);
}

/* \ banner */

/* \ header */


/* Mauritius Attractions, Excursions and Tours Center */
.heading {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.filter_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0px;
    gap: 8px;

}

.filter_btns span {
    color: black;
}

.filter_btns a {
    min-width: 150px;
    height: 48px;
    color: #000;
    background-color: var(--lightGray);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    gap: 8px;
}

.filter_btns a i {
    display: none;
}

.filter_btns a.activediv {
    color: white;
    background-color: var(--theme);
}

.filter_btns a.activediv i {
    display: block;
}

.post {
    box-shadow: 0px 1px 8px #00000029;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    display: block;
}

.post img {
	width: 100%;
	height: 400px;
	border-radius: 10px;
	object-fit: cover;
}

.over_text {
    position: absolute;
    padding: 12px;
    font-size: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    bottom: 5%;
    left: 5%;
}

.filterDiv {
    display: none;
    /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.showpost {
    display: block;
}


/* \ Mauritius Attractions, Excursions and Tours Center */
/* inner_banner */
.inner_banner {
    position: relative;
}

.inner_banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
     margin-top: 100px  !important;
}

.inner_banner h3 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    text-align: center;
}

/* \ inner_banner */

/* post detail */

.post_detail {
    margin-bottom: 20px;
    box-shadow: 0px 1px 8px #00000029;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
}

.podtl_img {
    width: 100%;
    min-height: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.post_dtl_body {
    padding: 0 20px;
}

.post_dtl_body h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.post_dtl_body h3 span {
    color: var(--theme);
    font-size: calc(100% + 10px);
}

.post_dtl_body p {
    font-size: 18px;
    color: #000;
}

.post_dtl_body p a {
    color: var(--theme);
    text-decoration: none;
}

.post_dtl_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0;
}

.pd_icon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

.pd_icon img {
    width: 30px;
}

.vtl_btn {
    background-color: var(--theme);
    color: white;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
}

.status_book {
	color: #000;
	font-size: 18px;
}
.status_book span{
    color: #00722E;
}

/* \ post detail */


/* activities-details */
.semi_heading {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}

#activitiesDetail {
    position: relative;
}

#activitiesDetail .swiper-slide {
    padding: 15px;
}

#activitiesDetail img {
    width: 100%;
    height: 75vh;
    box-shadow: 0px 1px 8px #00000029;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    object-fit: cover;
}

#activitiesDetail i {
    position: absolute;
    top: 50%;
    left: 2%;
    padding: 10px 5px;
    color: black;
    background-color: var(--lightGray);
    border-radius: 5px;
    z-index: 3;
    transform: translateY(-50%);
    font-size: 32px;
}

#activitiesDetail i.bi-chevron-right {
    left: auto;
    right: 2%;
}

.acdt_info_list {
    list-style-type: none;
}

.acdt_info_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    text-align: right;
}

.acdt_info_list li span {
    font-size: 18px;
    font-weight: 500;
}


.acdt_info_list li span:last-child {
    text-align: right;
}

.form_book_card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 1px 8px #00000029;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    padding: 40px 15px;
}

.form_book_card span {
	font-size: 26px;
	color: #000;
	font-weight: 600;
}

.form_book_card a {
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-decoration: none;
    background-color: var(--theme);
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
}

.phone_card {
    box-shadow: 0px 1px 8px #00000029;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    background-color: var(--theme);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin-top: 20px;
}

.phone_card a {
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    background-color: var(--softtheme);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    gap: 10px;
    min-width: 100%;
}


.actdtl_tab .nav-pills {
    background-color: #F2F2F2;
    padding: 25px 15px 0px;
    border-radius: 10px;
}

.actdtl_tab .nav-pills .nav-link {
    color: #000;
    border-bottom: 4px solid transparent;
    padding: 0 0 10px;
    border-radius: 0;
    margin-right: 30px;
    font-size: 20px;

}

.actdtl_tab .nav-pills .nav-link.active,
.actdtl_tab .nav-pills .show>.nav-link {
    color: var(--theme);
    background-color: transparent;
    border-color: var(--theme);
}

.ati_tab_body h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ati_tab_body h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 18px 0;
}

.pack_list {
    list-style-type: none;
}

.pack_list li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 10px 0px;
}

/* \ activities-details */

/* book_attr */
.book_attr {
    padding: 48px 30px;
    background-color: #F2F2F2;
}

.medium_heading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.count_circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: var(--theme);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}

.form-group {
    width: 100%;
    position: relative;
}

.form-group select {
    width: 100%;
    height: 44px;
    padding: 0 25px 0 15px;
    background-color: white;
    border: none;
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 10px;
}

.git_card_box {
    background-color: white;
    padding: 20px;
    position: relative;
}

.radio_gift {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.radio_gift input {
    display: none;
}

.radio_gift label {
    width: 25px;
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    border: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.radio_gift label i {
    font-size: 14px;
    color: var(--theme);
    margin-top: 2px;
    margin-left: 0px;
    opacity: 0;
}

.radio_gift input:checked+label i {
    opacity: 1;
}

.form-group .form-control {
    height: 44px;
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 10px;
    border: none;
}

.gif_img {
    position: absolute;
    top: 6%;
    right: 4%;
    width: 140px;
}

.form-group .textarea_form {
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 10px;
    padding: 15px;
    border: none;
    width: 100%;
    resize: none;
}

.adcart_btn {
	text-decoration: none;
	color: white;
	background-color: var(--theme);
	border-radius: 10px;
	min-width: 200px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	max-width: 200px;
}


/* \ book_attr */


/* book now page */
.form_label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;

}

.price_text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_text span {
    font-size: 16px;
    color: var(--theme);
}

/* \ book now page */

/* myprofile */ 

.profile_head {
	background-color: white;
	box-shadow: 0px 3px 36px #00000029;
	border-radius: 15px;
	overflow: hidden;
	min-height: 100%;
}

.profile_img {
    text-align: center;
    padding: 20px 0px 10px;
}

.profile_img img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.profile_img h4 {
    font-size: 22px;
   font-weight: 600;
    margin-top: 10px;
}

.profile_tabs .nav-link {
	background-color: transparent;
	font-size: 19px;
	font-weight: 600;
	color: black;
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 10px;
	height: 31px;
	border-radius: 8px;
}

.profile_tabs .nav-link.active {
	background-color: #FFA50000;
	color: var(--theme);
}


.porfile_body {
	background-color: white;
	padding: 30px;
	box-shadow: 0px 3px 36px #00000029;
	border-radius: 15px;
	height: 100%;
}

.pro_heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pro_label {
   font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.redonly_t {
    font-size: 16px;
   font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.update_btn {
	font-size: 18px;
	font-weight: 600;
	padding: 12px 41px;
	border-radius: 6px;
	border: none;
	text-decoration: none;
	background-color: var(--theme);
	color: white;
	margin-top: 20px;
}
/* \ myprofile */


/* cart page */
.radio_btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.radio_btn input {
    display: none;
}

.radio_btn label {
    border: 1px solid var(--theme);
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme);
    transition: all 0.3s;
    cursor: pointer;
}

.radio_btn input:checked+label {
    background-color: var(--theme);
    color: white;
}

.radio_list_py input {
    display: none;
}

.radio_list_py label {
    display: flex;
    justify-content: start;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    padding: 8px 0px;
}

.radio_list_py label span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    border: 1px solid #707070;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.radio_list_py label span i{
    font-size: 16px;
    color: var(--theme);
    opacity: 0;
    transition: all 0.3s;
    padding-top: 0.5px;
    padding-left: 0.5px;
}

.radio_list_py input:checked + label span i{
    opacity: 1;
}

/* \ cart page */

/* modal  =========================================================================================================*/
.modal_close{
    background-color: transparent;
    padding: 0;
    border: none;
}
.modal_close i{
    border-radius: 50%;
    background-color: var(--theme);
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_form h3{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.modal_form a{
    text-align: right;
    color: #000;
    text-decoration: none;
    margin-left: auto;
    display: block;
    width: fit-content;
}

.full_btn{
    border-radius: 10px;
    border: none;
    color: white;
    background-color: var(--theme);
    width: 100%;
    height: 44px;
    text-align: center;
    font-size: 18px;
}

/* \ modal  */


/* footer ==========================================================================================================*/

footer {
    background-color: #000;
    padding: 48px 0px;
}

footer h3 {
    color: var(--theme);
    font-size: 20px;
    font-weight: 600;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    padding: 7px 0;
}

footer ul li>a,
footer ul li>span {
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.social_ico {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.social_ico a {
    display: block;
}

.social_ico img {
    width: 40px;
}

.footer_copy {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0px;
}

/* \ footer */
@media (max-width: 767.98px) {
    .banner img {
        height: 60vh;
        width: 100%;
        object-fit: cover;
        margin-top: 100px  !important;
    }

    .navbar {
        background-color: rgb(0, 0, 0);
        position: static;
    }

    .logo_brand img {
        width: 80px;
    }

    .login_btn {
        border-radius: 6px;
        font-size: 16px;
        width: 100px;
        min-width: 100px;
        height: 40px;
    }

    .banner .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        min-width: 15px;
    }

    .heading {
        font-size: 25px;
    }

    .filter_btns a {
        min-width: 100px;
        height: 42px;
        font-size: 14px;
        border-radius: 5px;
    }

    .over_text {
        padding: 8px;
        font-size: 16px;
        border-radius: 6px;
    }

    footer h3 {
        font-size: 18px;
    }

    footer ul li>a,
    footer ul li>span {
        font-size: 15px;
    }

    .footer_copy {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .semi_heading {
        font-size: 24px;
    }

    #activitiesDetail img {
        height: 45vh;
    }

    .para {
        font-size: 14px;
        line-height: 26px;
    }

    .acdt_info_list li,
    .acdt_info_list li span {
        font-size: 14px;
    }

    .form_book_card {
        border-radius: 8px;
        padding: 20px 10px;
    }

    .form_book_card span {
        font-size: 20px;
    }

    .form_book_card a {
        font-size: 14px;
    }

    .phone_card {
        padding: 20px;
    }

    .actdtl_tab .nav-pills .nav-link {
        font-size: 12px;
        padding-top: 10px;
        margin-right: 10px;
    }

    .ati_tab_body h4 {
        font-size: 12px;
    }

    .ati_tab_body h3 {
        font-size: 16px;
    }

    .pack_list li {
        font-size: 12px;
        padding: 6px 0px;
    }

    .book_attr {
        padding: 38px 15px;
    }

    .medium_heading {
        font-size: 17px;
    }

    .radio_gift label {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .radio_gift label i {
        font-size: 11px;
    }

    .gif_img {
        width: 60px;
        top: 8%;
    }

    .over_text {
        left: 2%;
        max-width: 95%;
    }

    #activitiesDetail i {
        padding: 3px 1px;
        font-size: 22px;
    }

    .inner_banner h3 {
        bottom: 47%;
        font-size: 30px;
    }
    .post_dtl_body h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .post_dtl_body p {
        font-size: 14px;
    }
    .pd_icon {
        font-size: 16px;
    }

    .pd_icon {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pro_nav_btn img {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .footer_copy {
        font-size: 12px;
        padding: 10px 0px;
    }
    .pro_nav_btn strong {
        font-size: 12px;
    }
    .pro_nav_btn span {
        font-size: 11px;
    }
    .pro_nav_btn i {
        font-size: 10px;
    }
    .dropdown-item {
        font-size: 12px;
    }
    .vtl_btn {
        font-size: 14px;
        border-radius: 7px;
        padding: 8px 15px;
    }
    .adcart_btn {
        border-radius: 4px;
        min-width: 160px;
        height: 44px;
        font-size: 16px;
        padding: 0 10px;
    }
    .radio_btn label {
        border-radius: 6px;
        padding: 5px 13px;
        font-size: 14px;
    }
    .radio_list_py label span {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 7px;
    }
    .radio_list_py label {
        padding: 4px 0px;
        font-size: 14px;
    }
    .radio_list_py label span i {
        font-size: 13px;
    }
    .profile_tabs .nav-link {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .profile_img img {
        width: 160px;
        height: 160px;
    }
    .profile_img h4 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .profile_img p{
        font-size: 12px;
        line-height: 12px;
    }
    .pro_heading {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .form-group .form-control {
        font-size: 12px;
    }
    .update_btn {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 28px;
    }

}