@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

/* @media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1250px;
    }
} */
.mobile-view-box .mobile-view{
    display: none;
}
@media only screen and (max-width: 1080px){
    .renew_main.dont_vh{
        padding: 0px !important;
    }
    .form_box_full{
        margin: 0px !important;
        overflow: auto;
    }
    .mobile-view-box .mobile-view{
        display: block !important;
    }
    .mobile-view-box td:not(.mobile-view), .mobile-view-box th:not(.mobile-view){
        display: none !important;
    }
} 

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 130px;
}

.nav-item .nav-link {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-right: 5px;
    padding: 0;
}

.navbar-nav {
    align-items: center;
}

.my_acc {
    border-radius: 30px 0px 30px 30px;
    background: linear-gradient(#1e59ae 0%, #0f2d57 100%);
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.10);
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 20px;
}

/* ============= HOME SECTION ============= */

.home_section {
    background: #f8f9fb;
    padding: 30px 30px 60px 30px;
    border-radius: 20px;
}

.home_section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #000;
}

.home_section h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.home_btn_right,
.btn_wrap {
    border-radius: 50px 15px 50px 50px;
    background: linear-gradient(#fff 0%, #eee 100%);
    /* border: 1px solid #ececec; */
    border: 2px solid #e9e9e9;
    box-shadow: 0px 25px 30px rgba(104, 36, 46, 0.05);
    padding: 6px;
    height: 100%;
}

.btn_wrap {
    border-radius: 50px !important;
    margin-top: 10px;
}

.home_btn_right a {
    border-radius: 50px 15px 50px 50px;
    background: linear-gradient(#f35e48 0%, #ba1e07 100%);
    box-shadow: 0px 30px 30px rgb(0 0 0 / 7%);
    width: 100%;
    border: none;
    padding: 20px;
    height: 100%;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    cursor: pointer;
}

.home_left img {
    width: 380px;
}

.home_btn_right a.btn_green {
    background: #1DB200 !important;
}

/* ====================== RENEW PAGE ==================== */

.renew_main.dont_vh {
    height: auto !important;
    padding-bottom: 40px;
}

.renew_main {
    background-image: url('./template/bg_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 85vh;
    padding-top: 40px;
}

.form_box {
    border-radius: 40px;
    background: #fffffff0;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.36);
    max-width: 700px;
    margin: auto;
    padding: 30px 20px;
}

.form_box_full {
    border-radius: 40px;
    background: #fffffff0;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.36);
    padding: 30px 20px;
    margin: 0 60px;
}

.form_box .charge_para {
    text-align: center;
    margin-bottom: 35px;
}

.form_box h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.form_box h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.form_box form {
    padding: 15px 45px;
}

.form_box form input {
    width: 100%;
    border-radius: 27px;
    background: #fbfbfc;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
    padding: 10px;
}

.form_box form input::placeholder {
    color: #000000e4;
}

.form_box a, .form_box button, .form_box_full button{
    border-radius: 32.5px;
    background: linear-gradient(#f35e48 0%, #ba1e07 100%);
    box-shadow: 0px 30px 30px rgb(0 0 0 / 16%);
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

.passes_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.passes_div p {
    margin-right: 15px;
    font-weight: 600;
}

.passes_div input {
    width: 15% !important;
    text-align: center;
}

.renewal_btn {
    /* display: flex; */
    /* gap: 20px; */
    justify-content: space-around;
}

.renewal_btn .green_btn {
    background: #1DB200;
}

.random_selection {
    margin: 50px 0 65px 0;
}

.lot_box {
    margin: 50px 0 60px 0;
}

.gm-style .place-card-large {
    display: none !important;
}

.btn_back_wrap {
    border-radius: 50px 15px 50px 50px;
    background: linear-gradient(#fff 0%, #eee 100%);
    border: 2px solid #e9e9e9;
    box-shadow: 0px 25px 30px rgba(104, 36, 46, 0.05);
    padding: 6px;
    border-radius: 50px !important;
    width: fit-content;
}

.btn_back_wrap a, .btn_back_wrap button {
    border-radius: 32.5px;
    background: linear-gradient(#f35e48 0%, #ba1e07 100%);
    box-shadow: 0px 30px 30px rgb(0 0 0 / 16%);
    width: 100%;
    display: block;
    border: 0px;
    text-align: center;
    padding: 8px 65px;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

.btn_back_wrap .btn_green {
    background: #1DB200;
}

.lot_details {
    text-align: center;
}

.lot_details h5 {
    font-size: 40px;
    font-weight: 600;
}

.do_position {
    position: absolute;
    top: 0;
}

.margin_top {
    margin-top: 20px;
}

@media (max-width: 1400px) {
    .nav-item .nav-link {
        font-size: 11px;
    }

    .home_btn_right a {
        font-size: 12px;
    }

}

@media (max-width: 1200px) {
    .navbar-brand img {
        width: 110px;
    }

    .nav-item .nav-link {
        font-size: 9px;
        margin-right: 0;
    }

    .my_acc {
        padding: 8px 20px;
        font-size: 11px;
        margin-left: 0;
    }

    .home_btn_right a {
        font-size: 11px;
    }

    .renew_main.dont_vh {
        height: auto !important;
    }
}

@media (max-width: 1000px) {
    .nav-item .nav-link {
        font-size: 11px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {



    .renew_main {
        padding: 40px 15px;
    }

    .form_box h5 {
        font-size: 15px;
    }

    .form_box form {
        padding: 15px 0px;
    }

    .passes_div input {
        width: 22% !important;
    }

    .form_box form input {
        border-radius: 8px;
    }

    .passes_div p {
        font-size: 14px;
    }

    .margin_top {
        margin-top: 0;
    }

    .do_position {
        position: static;
    }

    .lot_details {
        margin: 30px 0;
    }

    .form_box_full {
        margin: 0;
    }

    #gmap_canvas {
        height: 300px;
    }

    .mapouter {
        height: 300px !important;
    }

    .gmap_canvas {
        height: 300px !important;
    }

    .renew_main.dont_vh {
        height: auto !important;
    }
}