@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --dark-blue-text: #2C5D9E;
    --blue-text: #3D5BC5;
    --light-blue-bg: #F2F2F7;
    --blue-border: #3D5BC5;
    --light-blue-border: #E8E8FD;
    --dark-blue-border: #ADADC3;
    --dark-gray-text: #61616D;
    --dark-green: #209942;
    --green: #2AC856;
    --buttonicon-success: #239C45;
    --black: #252525;
    --white: #FFFFFF;
    --dark-red: #FF0000;
    --buttonicon-redborder: #FBBCBC;
    --primary-yellow: #FBC83B;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem !important;
}

a {
    text-decoration: none !important;
}

.form-check-input {
    border: 1px solid var(--dark-blue-border);
}
/*size style start*/
.width-48per {
    width: 48%;
}
/*size style end*/
/*background styles start*/
.black-bg {
    background: var(--black);
}

.light-blue-bg {
    background: var(--light-blue-bg);
}

.bg-primary-yellow {
    background: var(--primary-yellow)
}
/*background styles end*/
/*text styles start*/
.dark-gray-text {
    color: var(--dark-gray-text);
}

.dark-blue-text {
    color: var(--dark-blue-text);
}

.blue-text {
    color: var(--blue-text);
}

.red-text {
    color: var(--dark-red);
}

.dark-green-text {
    color: var(--dark-green);
}

.primary-yellow-text {
    color: var(--primary-yellow);
}

.label-smalltext {
    font-size: 12px;
}
/*text styles end*/
/*-- button style start --*/
.button-primary {
    background: var(--primary-yellow);
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 500;
}

    .button-primary:hover {
        background: var(--black);
        color: var(--white);
    }

.button-success {
    background: var(--green);
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 500;
}

    .button-success:hover {
        background: var(--black);
        color: var(--white);
    }

.buttonicon-success {
    background: var(--buttonicon-success);
}

.btn-addbalance {
    font-size: 14px !important;
}

.button-redborder {
    border: 1px solid var(--dark-red);
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 500;
}

    .button-redborder:hover {
        background: var(--dark-red);
        color: var(--white);
    }

.buttonicon-redborder {
    background: var(--buttonicon-redborder);
}

.button-icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex !important;
    font-size: 16px !important;
    align-items: center;
    justify-content: center;
}
/*-- button style end --*/
.section-space {
    margin: 40px 0;
}

.section-boxtitle {
    font-size: 26px;
    font-weight: 500;
}

.login-menuicon {
    background: var(--primary-yellow);
    color: var(--black);
    padding: 7px;
    border-radius: 50%;
    font-size: 18px;
}
/*-- header start --*/
.header-logo {
    width: 64px;
}

/*-- header end --*/

/*-- Activity (Services) start --*/
.banner-text {
    position: absolute;
    top: 10%;
}

.banner-title {
    font-size: 36px;
    font-weight: 600;
}

.banner-subtitle {
    font-size: 18px;
    font-weight: 500;
}

.content-boxtitleouter {
    width: 74%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-boxtitle {
    font-size: 20px;
    font-weight: 500;
}

.service-titletrunket {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.service-imgboxouter {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

    .service-imgboxouter img {
        border-radius: 10px 10px 0px 0px;
    }

.service-boxtcontent {
    padding: 15px;
}

.suggest-text {
    font-weight: 500;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid var(--blue-border);
    color: var(--blue-text);
    border-radius: 7px;
    width: max-content;
}

.service-price {
    font-size: 24px;
    font-weight: 500;
}

.service-offerprice {
    font-size: 20px;
    color: var(--dark-gray-text);
    margin-bottom: 0;
}

.service-offerbadge {
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    padding: 2px 15px;
    background: var(--dark-green);
}

.inclusions-boxouter {
    border-top: 1px solid #BCBCC9;
    margin-top: 10px;
    padding-top: 10px;
}

.inclusions-box {
    column-gap: 30px;
    list-style-type: disc;
}

.services-tab {
    margin-top: -6%;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 30px 30px 0 0;
}

.services-tabnav {
    padding: 20px 0px 20px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .services-tabnav::-webkit-scrollbar {
        display: none;
    }

    .services-tabnav .nav-link {
        color: var(--dark-gray-text);
        white-space: nowrap;
        display: inline-block;
    }
/*-- Activity (Services) end --*/
/*-- Activity (Services) details start --*/
.carousel-details img {
    height: 394px;
    border-radius: 15px 0 0px 15px;
}

.carouseldetails img {
    width: 302px;
    height: 185px;
}

.carouseldetails div:nth-child(2) img {
    border-radius: 0 15px 0px 0px;
}

.carouseldetails div:nth-child(4) img {
    border-radius: 0 0px 15px 0px;
}

.activity-formouter {
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(66, 66, 66, .45);
    position: relative;
}

.activity-formheader {
    background: #F2F2F7;
    border-radius: 7px 7px 0 0;
}

.qty-outer {
    display: flex;
    align-items: center;
    column-gap: 2px;
}

.user-countouter {
    line-height: 1;
}

.usercount {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    border: 1px solid var(--light-blue-border);
    border-radius: 50%;
    background: var(--white);
    font-size: 12px;
}

.qty-outer .input-group-field {
    text-align: center;
    width: 30px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
}

    .qty-outer .input-group-field::-webkit-inner-spin-button,
    .qty-outer .input-group-field ::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
    }

.activity-formfooter {
    background: #485768;
    border-radius: 0px 0px 7px 7px;
}

.activity-status i {
    font-size: 22px;
}
/*-- Activity (Services) details end --*/
/*old footer start*/
.footer-outer {
    background: #252525;
    color: #fff;
    font-weight: 300;
    padding: 70px 30px;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
}

.footer-box {
    display: inline-block;
    width: 21%;
    padding-right: 3%
}

    .footer-box:first-child {
        display: inline-block;
        width: 42%;
        padding-right: 6%;
    }

    .footer-box:nth-child(2) {
        display: inline-block;
        width: 15%;
    }

.footer-boxtitle {
    color: #ffc107;
    font-size: 1.25rem;
    margin-bottom: 1.5rem !important;
}

.footer-quicklinks p {
    margin-bottom: 0px;
}

.footer-boxsubtitle {
    /*font-size: 1rem;*/
    margin-bottom: 1.5rem !important;
}

.footer-quicklinks .li-arrow img {
    width: 28px;
    margin-right: 10px;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: #fff;
    }

    footer a:focus {
        color: #fff;
        text-decoration: underline;
    }

.footer-map iframe {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.footer-map .footer-mapimg {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.social-icon img {
    width: 28px;
}

.social-icon .social-youtube {
    width: 36px;
}

.footer-bottomlink {
    display: flex;
    justify-content: space-evenly;
}
/* Footer Style end */
/* Sub-footer Style */
.sub-footer {
    background-color: #343434;
    text-align: center;
    padding: 25px 0px;
}

    .sub-footer p {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .sub-footer a {
        color: #fff;
    }
/*old footer end*/

