@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    font-family: "Public Sans", sans-serif;
    scroll-behavior: smooth;
}

.caveat_font {
    font-family: 'Caveat', cursive;
}

a{
    text-decoration: none;
}


img#img {
    max-width: 100%;
    max-height: max-content;
    height: auto;
    width: 100%;
}
.logo_box img{
    width:160px
}
.main_logo_box img{
    width: 200px;
}
.vip_tour_modal .vip_header {
    background: #fdd400;
    padding: 7px 20px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.vip_tour_modal .main_vip_form .form_input input, .vip_tour_modal .main_vip_form .form_input textarea {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #442202;
    padding: 7px 15px;
    font-size: 16px;
    color: #442202;
}
.vip_tour_modal .options span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
}
.vip_tour_modal .options span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    background-color: #442202;
    bottom: 7px;
    margin: auto;
    border-radius: 50%;
}
.vip_tour_modal .radio input[type=radio]:checked+.radio-label:before {
    background-color: #442202;
    box-shadow: inset 0 0 0 4px #fff;
}
.radio_btns .radio label {
    font-size: 16px;
    font-weight: 500;
    color: #442202;
    margin-right: 20px;
}

.vip_tour_modal .main_vip_form .form_input input, .vip_tour_modal .main_vip_form .form_input textarea {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #442202;
    padding: 7px 15px;
    font-size: 16px;
    color: #442202;
}
.vip_tour_modal .vip_header span {
    color: #442202;
    font-size: 20px;
    font-weight: 600;
}
.vip_tour_modal .main_vip_form {
    padding: 40px 20px 30px;
    background: #fff;
}
.vip_tour_modal .modal-body {
    padding: 0;
    border: 5px solid #fdd400;
    overflow: hidden;
    border-radius: 15px;
}
.vip_tour_modal .main_vip_form .form_input {
    padding-bottom: 25px;
}
.vip_tour_modal .modal-content {
    border: 0;
    background: 0 0;
}
.service_modal .modal-body {
    padding: 0 !important;
}
.service_modal .modal-body {
    padding: 0 !important;
}
.service_modal .modal-content .content_text {
    padding: 25px;
}
ul {
    list-style: none;
    padding-left: 0;
}

.line_row {
    background: linear-gradient(180deg, #442202 30%, #AA5505 100%),
        linear-gradient(0deg, #442202, #442202);

}



.gallery-section{
    padding: 60px 0;
}
.gallery-section .main-gallery-box{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
}
.gallery-section .main-gallery-box img{
    width: 100%;
}
.gallery-section .main-gallery-box p{
    padding: 10px 15px;
    background-color: #00000096;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;

}
.main_img_box img {
    object-fit: cover;
}
.book_float_btn i {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 14px;
    background-color: #442202;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.book_float_btn {
    position: fixed;
    height: 40px;
    width: 40px;
    display: flex
;
    align-items: center;
    left: 20px;
    margin: auto;
    bottom: 10px;
    display: flex
;
    z-index: 9;
}

.vip_btn {
    display: inline-block;
    color: #442202!important;
    background-color: #FBBA00;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

header {
    z-index: 9999;
}
.why-choose-icon{
    position: absolute;
    right: 0;
    top: 5%;
}

.desktop_dropdown .dropdown-nav {
    display: none;
    position: absolute;
    background: white;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    min-width: 200px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.desktop_dropdown:hover .dropdown-nav {
    display: block;
}



.desktop_dropdown .dropdown-nav li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.desktop_dropdown .dropdown-nav li a:hover {
    background: #f8f9fa;
    color: #000;
}

.navbar-dark .navbar-toggler {
    border: 1px solid white;
    background-color: #FFFFFF66;
    color: #442202;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
}



/* Smooth transition */
#mainNavbar {
    transition: all 0.3s ease-in-out;
}

/* When scrolled */
.navbar.scrolled {
    position: fixed !important;
    background: #fff !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

/* Change link colors when sticky */
.navbar.scrolled .nav-link {
    color: #000 !important;
}
 

.nav-item .nav-link {
    color: white !important;
}



.banner_section {
    background-repeat: no-repeat;
    width: 100%;
}


.main_summer_img {
    width: 100%;
}
.main-summer-box .main-close-btn {
    top: 0;
}

.main-summer-box .main-close-btn {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.form-radio+.route_box {
    padding: 7px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid transparent;
    background-color: transparent;
    ;
}

.form-radio:checked+.route_box {
    background-color: #FFBB000D;
    border: 1px solid #FFBB00;
    text-align: center;
}


.form-radio:checked+.route_img {
    background-color: red;
}

.banner_section .selectable_row {
    margin-top: -10%;
    background: #fff;
    border: 3px solid #0000001A;
    box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    border-radius: 25px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}


.banner_section .selectable_row .card_header {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}


.banner_section .selectable_row .card_header .selector,
.language_box {
    display: flex;
}

.selector {
    width:100%
}


.banner_section .selectable_row .card_header .selector .input-box input,
.fade:not(.show),
header.desktop_header .scrolled_header {
    display: none;
}


.form-radio:checked+.route_box .route_img {
    background-color: #442202 !important;
}




.banner_section .selectable_row .card_header .selector .input-box .route_box label {
    cursor: pointer;
    text-align: center;
}


.banner_section .selectable_row .card_header .selector .input-box .route_box .route_img {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 55px;
    margin: auto;
    margin-bottom: 10px;
    background-color: #C8C8C8;

}

.input-box input:checked+.route_box .route_img {
    filter: inherit !important;
}


.route_box .span_text {
    color: #121212;
    font-weight: 600;
}

.selectable_row .route-min {
    padding: 4px 7px;
    font-size: 14px;
    color: #888888;
    border-radius: 25px;
    margin-bottom: 0;
}

.modal{
    z-index: 99999;
}
.route1_card .changable1 {
    width: 100%;
    padding: 0 10px;
}


.route_box .rupe_main {
    color: #442202;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}


.success_text_row {
    margin-top: 0;
    padding: 5px 20px;
}



.success_text_row a {
    color: #442202;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 7px 0;
    margin-bottom: 20px;
    background-color: #FBBA00;
    border-radius: 12px;
    text-decoration: none !important;
}

.hour_tour_div,
.modal_menu {
    background: #fbba00;
}


.main-btn_text {
    padding: 8px 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #442202;
    transition: all 0.5s ease;
}


.main_marquee_tag {
    color: #442202;
    padding: 7px 0;
    font-size: 16px;
    overflow: hidden;
    background: #442202; 
}


.main_top_box {
    background-color: #ECECEC;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.circle-info{
    color: #442202;
}
 

.main_marquee_tag {
    width: 100%;
    overflow: hidden;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    position: relative; 
}


.scrolling-track {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
    white-space: nowrap;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}












@media screen and (max-width: 768px) {
    .scrolling-text {
        animation-duration: 15s;
    }
}
.language-select {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.selected-option {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    color: white;
    padding: 6px 5px;
    font-size: 14px;
    text-wrap: nowrap;
}

.selected-option img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


.main-heading-part .main-heading {
    font-size: 32px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 7px;
    line-height: 50px;
}

.main-heading-part .normal-text {
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 200;
}

.go_kart_company_section .main-heading-part {
    padding-bottom: 30px
}

.go_kart_company_section .main-heading {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.go_kart_company_section .normal-text {
    color: #FFFFFF;
    width: 70%;
}

.go_kart_company_section .normal-text a {
    color: #fff
}

.go_kart_company_section .main-title {
    font-size: 30px;
    color: #FBBA00;
    margin-bottom: 5px;
}

.go_kart_company_section .content_box {
    padding-bottom: 50px;
}

.language-select select {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.go_kart_company_section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 150px;
    margin-top: 80px;
}

.go_kart_company_section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #442202 61.45%, rgba(68, 34, 2, 0) 100%);
    z-index: -1;
}

.go_kart_company_section .wave_img {
    bottom: -1px;
}

.go_kart_company_section .line-btn {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.go_kart_company_section .line-btn i {
    color: #fff;
    display: inline-block;
    padding-left: 5px;
}

.go_kart_company_section .go-kart-part-img {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.go_kart_company_section .go-kart-part-img img {
    width: 100%;
    height: 100%;
}



.main_title_box .title_txt {
    color: #121212;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 7px;
}


.main_title_box .pera_txt {
    color: #606060;
    font-size: 16px;

}

.review_main_section {
    background-color: #F5F5F5;
    padding-top: 70px;
    padding-bottom: 150px;

}


.review_main_section .title_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.review_main_section .heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #442202;
}

.review_main_section .review_right_part .stars_row {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-bottom: 5px;
}

.review_main_section .review_right_part .stars_row .stars {
    padding-bottom: 5px;
}

.review_main_section .review_right_part .stars_row .stars i {
    gap: 5px;
    font-size: 20px;
    color: #FFA800;
}


.review_main_section .review_right_part .stars_row p {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 38px;
    color: #442202;
}

.review_main_section .review_right_part .review_text {
    color: #ADADAD;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}


.review_main_section .main_review_box {
    box-shadow: 0px 0px 11px 0px #00000040;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}


.review_main_section .main_review_box .main_review_img img {
    width: 100%;
}

.review_main_section .main_review_box .main_review_img {
    border-radius: 12px;
    overflow: hidden;
}

.review_main_section .main_review_box .main_review_content {
    padding-top: 20px;
}


.review_main_section .main_review_box .main_review_content h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #121212;
}

.review_main_section .main_review_box .main_review_content p {
    font-size: 16px;
    color: #606060;
    text-align: justify;
    margin-bottom: 0;
}

.main-book-btn{
    transition: all 0.5s ease;
}
.main-book-btn:hover{
    background-color: #442202;
    color: #fff;
}
.why-choose-us .container {
    padding-top: 40px;
    padding-bottom: 100px;
}

.why-choose-us .all_lines {
    display: flex;
    align-items: end;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.why-choose-us .all_lines span {
    height: 85%;
    width: 1px;
    background: linear-gradient(180deg, #FFFFFF 0%, #442202 39.42%, #A19080 68.27%, #FFFFFF 100%);
}

.why-choose-us .main-choose-part {
    margin-top: 50px;
}

.why-choose-us .main-choose-part .choose_box {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.why-choose-us .main-choose-part .choose_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-us .main-choose-part .choose_box span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #442202CC;
}

.why-choose-us .main-choose-part .row .col-lg-4 {
    padding: 0 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.why-choose-us .second-choose-part {
    padding-top: 100px !important;
}

.why-choose-us .third-choose-part {
    padding-top: 200px !important;
}


.video-section {
    padding: 40px 0;
    position: relative;
}

.video-section .video-shape {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.video-section::after {

    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 80px;
    background-color: #FFBB00;
    z-index: -1;
    height: 300px;
}

.video-section .video-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 7px solid #E6E6E6;
    width: 100%;
    height: 475px;
    margin: 50px 0 120px 0;
}

.video-section .video-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.celebrity_section {
    padding: 80px 0;
}

.celebrity_section .heading h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #442202;
    margin-bottom: 20px;
}

.celebrity_section .heading p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
}

.celebrity_section .main_down_img {
    margin-bottom: 50px;
    margin-top: 50px;
}

.celebrity_section .main_up_img {
    margin-top: 50px;
}

.celebrity_section .main_celeb_img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.celebrity_section .main_celeb_img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.81%, #000000 100%);
}

.celebrity_section .main_celeb_img p {
    position: absolute;
    bottom: 0;
    left: 5px;
    padding: 7px 15px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    z-index: 11;
}

.main_moment_img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.moment_section {
    padding-bottom: 200px;
}

.navbar  .dropdown-menu.show a{
    color:#000!important;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
.navbar-nav .dropdown-menu{
    border:0;
    padding-left: 15px;
}

.adventure_section {
    background-color: #E6EEF3;
    padding-top: 60px;
    padding-bottom: 200px;
}

.adventure_section .top-up-svg {
    top: 2px;
    transform: translateY(-100%);
}

.adventure_section .bottom-up-svg {
    bottom: -1px;
} 
.main-card-box .book_img{
    width: auto !important;
    max-width: 100% !important;
    height: 130px !important;;    
}
.main_book_btn {
    display: inline-block;
    background-color: #FBBA00;
    color: #442202 !important;
    font-weight: 600;
    padding: 10px 85px;
    font-size: 16px;
    border-radius: 12px;
    text-decoration: none;
}

.adventure_section .main_adv_box .main_logo_box {
    margin-bottom: 30px;
}

.adventure_section .main_right_img img {
    right: 0;
}


.license_section {
    background-color: #FFFAF3;
    padding-top: 70px;
    padding-bottom: 140px;
}

.license_section .main_license_box {
    border: 1px solid #DDDDDD;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    text-align: start;
}

.license_section .main_license_box img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.license_section .main_license_box .license_text {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}

.main_lic_right_box img {
    right: 0;
}



.experiences_section {
    padding: 80px 0 40px 0;
}

.experiences_section .exp_col_box .inner_exp_box {
    position: sticky;
    top: 150px;
}

.experiences_section .exp_col_mainbox {}

.experiences_section .heading {
    margin-bottom: 40px;
}

.experiences_section .main_monkey_kart_box {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.experiences_section .main_monkey_kart_box .main_kart_txt .kart_txt {
    color: #121212;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.experiences_section .main_monkey_kart_box .kart_main_txt {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
}

.experiences_section .main_note_box {
    background-color: #FFF8E6;
    padding: 10px 30px;
    border-radius: 12px;
}

.note-section {
    padding-bottom: 160px;
}

.note-section .main_note_box {
    border-radius: 18px;
    padding: 30px;
    background-color: #FFF8E6;
}

.note-section .main_note_box .red_txt {
    color: #CB3426;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

.note-section .main_note_box .red_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #CB3426;
}

.note-section .main_note_box .red_txt span {
    padding: 0px 20px;
    background: #fff8e6;
    position: relative;
    z-index: 1;
}

.note-section .main_note_box .content_txt {
    color: #828282;
    font-weight: 500;
    font-size: 16px;
}


.insta_section {
    padding: 40px 0;
    background: #F5F5F5;
}

.insta_section .main_insta_up .instagram-top-img {
    top: 0;
    transform: translateY(-100%);
}

.insta_section .main_insta_txt p {
    font-size: 24px;
    color: #121212;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insta_section .main_insta_box {
    margin-bottom: 15px;
}

.main_tokyo_section {
    padding: 200px 0 450px 0;
    border-bottom: 10px solid #442202;
    background-color: #F0EBDE;
}

.main_tokyo_section .main_adv_box {
    z-index: 1;
}

.main_tokyo_section .main_logo_box {
    margin-bottom: 40px;
}

.main_tokyo_section .tokyo_part {
    top: 0;
}

.main_tokyo_section .main-data-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

footer {
    padding: 80px 0 0 0;
    position: relative;
}

footer .copyright_text {
    padding: 200px 0 0px 0;
    position: relative;
}

footer .copyright_text img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

footer .copyright_text p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

footer .copyright_text p a {
    color: #fff !important;
}

footer .footer-title {
    color: #121212;
    font-size: 20px;
    font-weight: 600 !important;
    font-weight: 500;
}

footer .footer-text {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

footer .route_row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

footer .menus {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .menus a {
    text-decoration: none;
}

footer .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer .footer-contact .inner_box {
    display: flex;
    align-items: start;
    gap: 20px;
}

footer .footer-contact .inner_box img {
    width: 20px;
    padding-top: 5px;
}

footer .footer-contact .inner_box a {
    text-decoration: none;
}

footer .footer-contact .inner_box p {
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

footer .footer-contact .inner_box span {
    color: #606060;
    font-size: 14px;
}

footer .footer-social {
    margin-top: 40px
}

footer .footer-social .social_icons {
    gap: 25px;
    display: flex;
    align-items: center;
}

footer .footer-social .social_icons a {
    color: #121212;
    border: 1px solid #121212;
    padding: 7px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

footer .footer-social .social_icons a:hover {
    color: #fff;
    background-color: #121212;
}

footer .footer-social .social_icons a svg path {
    fill: #121212;
}

footer .footer-social .social_icons a:hover svg path {
    fill: #fff;
} 


.whatsapp-button{
    z-index: 999999;
}
.address_section .address_img, .adventure_section .part_img img, .hero_banner .hero_banner_bg, .inner_success_section table, .modal-body .img_box img, .testimonial_section .user_pic img, .why_choose_section .certificate {
    width: 100%;
}
.modal-body .img_box {
    border-radius: 20px;
    border: 4px solid #fdd400;
    overflow: hidden;
    position: relative;
}
.modal-body .img_box .img_text {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 0;
    padding: 7px 40px;
    font-size: 26px;
    font-weight: 700;
    color: #442202;
    background: #fdd400;
}
.modal_info i, .service_modal .modal-content .content_text p {
    color: #442202;
}
.main-btn {
    border-radius: 34px;
    padding: 12px 40px;
    color: #fff;
}
.contact_section, .main-btn, .note_section .note_box, .permit_section, .why_choose_section .part_text p::after {
    background-color: #442202;
}
.main-btn {
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #442202;
    transition: .5s;
    display: inline-block;
    margin-top: 15px;
}
.banner-wrapper{ 
  aspect-ratio: 270 / 100;  
  width: 100%;              
  max-width: 100%;         
  position: relative; 
}
.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile-choose-part {
    display: none;
}
@media (min-width: 575px) {
    .mobile-banner{
        display: none
    }
}
@media (max-width: 575px) {
    .swiper-slide-img {
        width: 100%;
        height: 400px;
    }
    .main_logo_box img{
        width:170px
    }
    .review_main_section{
        padding-top: 40px;
    }
    .gallery-section{
        padding: 40px 0;
    }
    .gallery-section .col-3{
        padding-left: 5px;
        padding-right: 5px;
    }
    .gallery-section .main-gallery-box p{
        display: none;
    }
    .main-card-box .book_img{
        height: auto!important;
    }
    .banner-wrapper{
        display: none;
    }
    .why-choose-icon{
        top: 12%;
    }
    .route_box .span_text{
        font-size: 14px;
        line-height: 20px;
        display: block;
    }
    .route_box .rupe_main{
        font-size: 14px;
    }
    .selectable_row .route-min {
        padding: 2px 7px;
        font-size: 12px;
    }
    .mobile-banner img{
        width: 100%;
    }
    .banner-wrapper{ 
        aspect-ratio: 210 / 100
    }
    .why-choose-icon{
        width:200px;
        height: 20%;
    }
    .insta_section .main_insta_up .instagram-top-img {
        top: 0!important;
    }
    footer{
        overflow: hidden;
    }
    footer .copyright_text img{ 
    left: -50%;
    /* right: 0; */
    bottom: 0;
    width: 185%;
    }
    .slider_img {
        height: auto;
        width: auto;        
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .review_main_section .main_review_box .main_review_content p{
        font-size: 12px;
    }
    .banner_section .selectable_row {
        margin-top: -3%;
    }
    .celebrity_section .main_celeb_img p{
        display: none;
    }
    .adventure_section .top-up-svg{
        top: 0!important    ;
    }
    .banner_section .selectable_row {
        border-radius: 20px;
    }
    .why-choose-us .all_lines{ 
        height: 80%;
        bottom: 0;
    }

    .banner_section .selectable_row .card_header {
        padding: 20px 10px;
    }

    .banner_section .selectable_row .card_header .selector {
        flex-wrap: wrap;
        justify-content: center;
    }


    .banner_section .selectable_row .card_header .selector .input-box {
        width: 33%;
        margin-bottom: 30px;
    }


    .banner_section .selectable_row .card_header .selector .input-box .route_box {
        margin: 0 opx !important;
        text-align: center;
    }


    .banner_section .selectable_row .card_body,
    .book_section,
    .note_section,
    .permit_section .part_text,
    .personal_section {
        padding: 0;
    }

    .route1_card .changable1 {
        padding: 0 10px;
    }


    .main-heading-part .main-heading {
        font-size: 20px;
        line-height: 30px;
    }

    .main-heading-part .normal-text {
        font-size: 14px;
        line-height: 25px;
    }

    .review_main_section .review_right_part {
        margin-top: 18px;
    }


    .review_main_section .review_right_part .review_text {
        font-size: 14px;
    }

    .review_main_section .review_right_part .stars_row {
        margin-bottom: 0;
    }

    .why-choose-us .main-choose-part .choose_box span {
        font-size: 14px !important;
    }


    .why-choose-us .main-choose-part .choose_box span {
        padding: 8px;
    }


    .video-section {
        padding: 20px 0px;
    }


    .video-section .video-shape {
        width: 230px;
        bottom: -40px;
    }


    .celebrity_section {

        padding: 60px 0px;
    }
 
    .moment_section {
        padding-bottom: 100px !important;
    }

    .adventure_section {
        padding-top: 40px;
    }

    .experiences_section .main_monkey_kart_box .kart_main_txt {
        font-size: 14px !important;
    }


    .note-section .main_note_box .content_txt {
        font-size: 14px !important;
    }


    .main_tokyo_section {
        padding: 80px 0px 180px 0px !important;
    }


    footer {
        padding: 40px 0 0 0 !important;
    }

    footer .footer-title {
        font-size: 16px !important;
        margin-top: 10px;
    }

    footer .footer-text {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    footer .route_row {
        gap: 16px !important;
    }

    .footer-title_main {
        margin-top: 35px !important;
        margin-bottom: 15px !important;
        font-size: 16px !important;

    }


    .footer-contact{
        margin-top: 30px;
        gap: 12px !important;
    }
    footer .footer-contact .inner_box p{
        font-size: 16px !important;
    }

    footer .footer-contact .inner_box span{
        font-size: 14px !important;
    }

    footer .footer-social .social_icons a{
        padding: 6px 6px;
        gap: 0;
        font-size: 14px;
    }

    footer .footer-social .social_icons {
        gap: 15px;
    }

    footer .footer-social {
    
        margin-top: 25px;
    }

    footer .footer-contact .inner_box {
        gap: 15px;
    }

    footer .copyright_text {
        padding: 50px 0 0 0;
    }

        .banner_section .selectable_row {
            margin-top: 2% !important;
        }

        .banner_section .selectable_row{
            background-color: transparent;
            box-shadow: none;
            border: 0;
        }

        .go_kart_company_section {
            margin-top: 15px !important;
        }

}


.footer-title_main {
    margin-bottom: 40px;
    color: #121212;
    font-size: 20px;
    font-weight: 600 !important;
    font-weight: 500;
}


@media (max-width: 768px) {
    .swiper-slide-img {
        width: 100%;
        height: 400px;
    } 
    .go_kart_company_section .go-kart-part-img{
        left: 0;
        width:100%
    } 
    .go_kart_company_section .content_box{
        padding-bottom: 0;
    }
    
    .go_kart_company_section {
        padding-top: 30px; 
        padding-bottom: 400px;
    }
    .go_kart_company_section:after{
        background: linear-gradient(175deg, #442202 44.45% 40.45% , rgba(68, 34, 2, 0) 100%);
    }
    .navbar-collapse{
        background-color: #fff !important;
    }
    .navbar-collapse .nav-item .nav-link{
        color:#000!important
    }
    .logo_box img{
        width: 120px;
    }
    .banner_section .selectable_row .card_header .selector .input-box{
        
        margin-bottom: 12px;
    }
    .vip_btn{
        border-radius: 6px;
        padding: 6px 12px;
        font-size: 12px;
    }
    .review_main_section .title_row{
        margin-bottom: 15px;
    }
    .navbar-dark .navbar-toggler{ 
        height: 30px;
        width: 28px;
    }
    /* .navbar .nav-link{
        color: #000 !important;
    }
    .navbar-collapse.show{
        
    position: fixed !important;
    background: #fff !important;
    } */

    .review_right_part img{
        width:45px
    }
    .review_main_section .review_right_part .stars_row p{
        line-height: 30px;
    }
    .slider_img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .banner_section .booking_txt {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .banner_section .selectable_row .card_header .selector .input-box .route_box .route_img{ 
        height: 50px;
        width: 50px;  
        line-height: 47px;
        margin-bottom: 5px;
    }
    .main_note_box .content_txt {
        font-size: 14px;
    }


    .monkey_kart_section {
        padding-bottom: 100px;
    }

    .main_monkey_kart_box .main_kart_txt .kart_txt {
        margin-bottom: 5px;
        margin-top: 10px !important;
    }

    .main_note_box .red_txt::after {
        right: -4px;
    }

    .main_note_box .red_txt::before {
        left: -4px;
    }


    .main_note_box .red_txt::before,
    .main_note_box .red_txt::after {
        width: 27%;
    }

    .main_monkey_kart_box .kart_main_txt {
        font-size: 14px;
    }

    .main_row_img {
        margin-bottom: 30px;
    }

    .main_lic_right_box img {
        width: 200px;
    }

    .main_lic_box img {
        width: 100% !important;
    }

    .main_celeb_img p {
        font-size: 16px;
        padding: 5px 4px;
    }

    .main_license_box {
        margin-bottom: 15px;
    }

    .main_left_img img {
        position: absolute;
        width: 170px;
        left: 0;
        bottom: 45px;
    }

    .main_adv_box .adv_txt {
        text-align: center;
        font-size: 25px;
    }

    .main_adv_box .adv_smal_txt {
        text-align: center;
    }

    .main_adv_box .main_book_btn {
        padding: 11px 32px;
    }



    .main_right_img img {
        right: 0;
        bottom: 50px;
        width: 170px;
    }



    .moment_section {
        padding-bottom: 70px;

    }

    .moment_section .main_blue_up img {
        width: 100%;
    }

    .moment_section .main_moment_img img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300px;
    }



    .celebrity_section .heading h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .review_main_section .title_row {
        flex-direction: column;
        align-items: start;
    }

    .review_main_section .heading h2 {
        margin-bottom: 4px !important;
        font-size: 20px;
    }

    .review_main_section .review_right_part .stars_row {
        align-items: center;
    }

    .stars_row .stars i {
        font-size: 14px !important;
    }

    .review_main_section .review_right_part .stars_row p {
        font-size: 28px;
    }

    .review_main_section .review_right_part .review_text {
        font-size: 16px !important;
    }

    .main_data {
        margin-bottom: 10px !important;
    }

    .review_main_section .main_review_box .main_review_content h6 {
        font-size: 16px;
    }


    .review_main_section .main_review_box .main_review_content p {
        font-size: 14px;
    }


    .review_main_section {
        padding-bottom: 70px;
    }
/* 
    .go_kart_company_section {
        background: linear-gradient(180deg, #442202 44.45%, rgba(68, 34, 2, 0) 100%);
    } */

    .content_box h2 {
        font-size: 18px;
    }

    .content_box p {
        font-size: 24px;
        font-weight: 600;
    }

    .content_box .small_text {
        font-weight: 400;
    }

    .main_adv_box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

}


@media (max-width: 991px) {
    .form-radio+.route_box {
        padding: 5px;
    }

    .selector {
        gap: 0;
    }

    .banner_section .selectable_row .card_header {
        padding: 10px;
    }

    .banner_section .selectable_row {
        margin-top: -55%;
    }

    .review_main_section .title_row {
        flex-wrap: wrap;
    }

    .review_main_section .review_right_part {
        margin-top: 18px;
    }

    .desktop-choose-part {
        display: none;
    }

    .mobile-choose-part {
        display: block;
    }

    .why-choose-us .main-choose-part .choose_box {
        margin-bottom: 70px;
    }

    .why-choose-us .main-choose-part .choose_box span {
        font-size: 16px;
    }

    .adventure_section .top-up-svg {
        top: -45px;
    }

    .celebrity_section .main_up_img {
        margin-top: 15px;
    }

    .celebrity_section .main_down_img {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .moment_section {
        padding-bottom: 70px;
    }

    .license_section {
        padding-top: 40px;
        padding-bottom: 140px;
    }

    .experiences_section {
        padding: 40px 0 40px 0;
    }

    .experiences_section .main-heading-part {
        text-align: center;
    }

    .main-experiences_row {
        margin-top: 40px;
    }

    .main_kart_txt {
        padding-top: 20px;
    }

    .main-experiences_row .main_monkey_kart_box {
        margin-bottom: 25px;
    }

    .insta_section .main_insta_up .instagram-top-img {
        top: 0;
    }

    .note-section {
        padding-bottom: 100px;
    }

    .main_tokyo_section {
        padding: 160px 0 250px 0;
    }

    .main_tokyo_section .main_logo_box {
        margin-bottom: 25px;
    }
}