@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@100;200;400;500;600;700&display=swap");
body {
    font-family: "Poppins", sans-serif !important;
    color: #272727 !important;
}

.container {
    box-sizing: border-box;
}
h1 {
    color: #fff;
}
.payment_method_title,
.payment_method_title img,
.payment_method_title label {
    cursor: pointer;
}
.full-slider {
    width: 100%;
    height: 100vh;
    background-color: black;
    position: relative;
    box-sizing: border-box;
}

.rev_slider_12_1_wrapper2 {
    /* height: 800px !important; */
    height: 100vh !important;
    background-color: #95a5a6 !important;
    z-index: 100;
}

a{
    cursor: pointer !important;
}

#fixedNavbar{
}

#showNavbar {
    position: absolute;
    height: 120px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.37) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* .tp-parallax-wrap, .tp-loop-wrap{
    left:150px !important;
} */

.rev_slider .tp-caption,
.rev_slider .caption {
    min-width: 550px !important;
    max-width: 550px !important;
    width: 550px !important;
    /* overflow: hidden; */
    /* margin-left: -50px !important; */
}

.c_box {
    width: 450px;
    height: max-content;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1000;
    transform: translateY(-50%);
    padding: 30px 34px;
}
.c_box_comming_soon {
    height: auto;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 1000;
    padding: 30px;
}

.title_comming_soon {
    font-size: 48px;
    margin-bottom: 40px;
}

.navbar-brand img {
    /* max-width: 250px; */
    width: 250px;
    height: 82px;
}

.navbar-brand {
    padding: 16px;
}

.heads_section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titles_mms {
    width: 100%;
    height: auto;
    display: block;
}

.titles h4 {
    margin-bottom: 0px;
}

.titles_imgs {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #f7f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    cursor: pointer;
}

.titles_imgs img {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.titles {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.mms {
    width: 100%;
    height: auto;
    display: block;
}

.mms span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-style: italic;
}

.currency_section {
    width: 77px;
    height: 44px;
    border: 1px solid #272727;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0px 12px;
}

.currency_section label {
    margin-bottom: 0px;
    cursor: pointer;
}

.currency_section img {
    width: 10px;
    height: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.amounts_section {
    width: 100%;
    height: auto;
    display: block;
    /* margin-bottom: 50px; */
}
.comming_soon_section {
    padding: 5px;
}

.list_amounts {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.amounts {
    width: 120px;
    height: 44px;
    border: 1px solid #e2eafe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.amounts label {
    color: #272727;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    cursor: pointer;
}

.amounts:hover {
    border: 2px solid #272727;
}

.amounts.active {
    border: 2px solid #ff6060;
}

.amounts.active label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ff6060;
    font-weight: 600;
}

.other_amounts {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.other_amounts span {
    border: 1px solid #e2eafe;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
}

.other_amounts input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 10px;
    border: 1px solid #e2eafe;
    border-radius: 10px;
}

.totals {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 34px;
}

.totals_data {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.totals_data h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600 !important;
    color: #000;
    margin-bottom: 7px;
}

.totals_data span {
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}

.buttonss {
    width: 100%;
    height: 54px;
    background-color: #ff6060;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.buttonss label {
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 600 !important;
}

.buttonss img {
    width: auto;
    height: 16px;
    margin-left: 15px;
}

.buttonss.btn-excan {
    min-width: unset;
    width: max-content;
    height: 50px;
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    border: 2px solid #fff;
    margin-right: 15px !important;
}

.btn-no-bg {
    min-width: unset;
    width: 100%;
    height: 50px;
    background-color: transparent !important;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    border: 2px solid #fff;
    margin-right: 15px !important;
}

.btn-no-bg-red {
    min-width: unset;
    width: 100%;
    height: 50px;
    background-color: transparent !important;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    border: 2px solid #ff6060;
    margin-right: 15px !important;
}

.btn-no-bg-red label {
    cursor: pointer;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #ff6060;
    font-weight: 600 !important;
}

.buttonss.btn-exsub {
    min-width: unset;
    width: max-content;
    height: 54px;
    background-color: #ff6060;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
}

.buttonss.btn-excan label {
    color: #fff;
}

.container-pop {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000 !important;
    top: 0;
}

.full-pop {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.container-l-r {
    width: 1200px;
    /* width: 50%;  */
    /* min-height: 712px; */
    min-height: auto;
    height: max-content;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    display: flex;
}

/**comming soon*/
.container-pop.comming_soon {
    width: 100%;
}

.container-comming-soon .c_box {
    width: 100%;
}

.comming_soon .full-pop {
    width: 70%;
    margin: 0 auto;
}

.container-comming-soon {
    width: 50%;
    min-height: auto;
    height: max-content;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
}
.btn_comming_soon {
    display: none;
}

.container-pop.exception_form .container-l-r {
    height: max-content;
}

.pop-left {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.pop-right {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 42.5px;
}

.pop-left .amounts {
    width: 160px;
}

.payment_methods {
    width: 100%;
    height: auto;
    max-height: 370px;
    overflow: hidden;
    display: block;
    overflow-y: scroll;
}

.paycont_scroll {
    height: 200px;
    max-height: 200px;
    overflow-x: scroll;
}

/* For WebKit browsers (Chrome, Safari) */
.paycont_scroll::-webkit-scrollbar {
    width: 5px; /* Set the width of the scrollbar */
}

.paycont_scroll::-webkit-scrollbar-thumb {
    background-color: rgba(
        255,
        25,
        255,
        0
    ); /* Set the color of the thumb (scrollable portion) */
    border-radius: 6px; /* Optional: round the corners of the thumb */
}

.paycont_scroll::-webkit-scrollbar-track {
    background-color: transparent; /* Set the background color of the track (non-scrollable portion) to transparent */
}

.payment_data {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.payment_text {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2eafe;
    border-radius: 10px;
    padding: 0px 10px;
    cursor: pointer;
}

.payment_text label {
    margin-bottom: 0px;
    cursor: pointer;
}

.arrow_down_pop {
    width: 10px;
    height: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.arrow_down_pop.active {
    rotate: 180deg;
}

.payment_data ul {
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    visibility: visible;
}

.payment_data ul.hidden {
    width: 100%;
    height: 0;
    list-style: none;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
}

.payment_data ul li {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}

.payment_data ul li input {
}

.payment_data ul li img {
    width: auto;
    height: 30px;
    margin-left: 12px;
    margin-right: 12px;
}

.payment_data ul li label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
    margin-bottom: 0px;
}

.forms-data {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.forms-control {
    width: 100%;
    height: 44px;
    border: 1px solid #e2eafe;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.fc {
    border: 1px solid #e2eafe !important;
    border-radius: 10px;
    padding: 0px 10px;
    margin-bottom: 50px;
}

.capca {
    width: 100%;
    height: 74px;
    border: 1px solid #e2eafe;
}

.forms-submit {
    width: 100%;
    height: auto;
    display: block;
}

.forms-submit p {
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    margin-bottom: 10px;
}

.lcp {
    width: auto;
}

.main_menus {
    justify-content: flex-start;
}

.main_menus ul {
    justify-content: flex-start;
    gap: 10px;
}

.main_menus li {
    background-color: transparent;
    padding:4px 8px;
    border-radius: 10px;
    margin-left: 0px;
    transition: all ease 0.8s;
}

.main_menus li:hover{
    text-decoration: unset;
    transition: all ease 0.8s;
}

/* Ensure dropdown toggle buttons are not affected by li:hover a rule */
.main_menus li:hover .dropdown-toggle,
.main_menus li:hover button.dropdown-toggle {
    color: #FFF !important;
    background: transparent !important;
    border: none !important;
}

.dropdown-menu {
    top: 98%;
    padding-top: 10px;
}

.dropdown-menu a:first-of-type{
    border-radius: 15px 15px 0px 0px;
}

.dropdown-menu a{
    cursor: pointer;;
}

.dropdown-menu a:last-of-type{
    border-radius: 0px 0px 15px 15px;
}

.dropdown-item {
    padding: 0.4rem 0.8rem;
}

.navbar-brand {
    height: auto;
    margin-right: 35px;
}

.nav_menus {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.con_cns {
    width: max-content;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0px 30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.con_cns:hover {
    background-color: #fff;
    border-radius: 15px 15px 0px 0px;
}

.con_cns:hover a,
.con_cns:hover label {
    color: #000;
}

.con_cns:hover {
    background-color: #fff;
    border-radius: 15px 15px 0px 0px;
    /* transform: rotate(270deg); */
}

.con_cns a,
.con_cns label {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    margin: 0px;
}

.con_cns ul {
    width: 200px;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    padding: 0px;
    margin: 0px;
    background: #ffffff;
    border-radius: 15px 0px 15px 15px;
    top: 40px;
    right: -2px;
    display: none;
    box-shadow: -1px 10px 13px -8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 10px 13px -8px rgb(0 0 0 / 10%);
}

.con_cns ul a {
    width: max-content;
    height: auto;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.con_cns ul a li {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 20px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    box-sizing: border-box;
    text-align: left;
}

.con_cns ul a li span {
    color: #000;
}

.con_cns ul a li i {
    font-size: 18px;
    margin-left: 10px;
    transition: all ease 0.5s;
}

.con_cns ul a:hover,
.con_cns ul a:hover span,
.con_cns ul a:hover i {
    color: #ff6060 !important;
}

/* .con_cns ul a:last-child:hover, .con_cns ul a:last-child:hover span, .con_cns ul a:last-child:hover i{
    color: #28a745 !important;
} */

.con_cns ul a:hover,
.con_cns ul a:hover li i {
    transition: all ease 0.3s;
    margin-left: 10px;
}

.cns_arr_white {
    font-size: 18px;
    height: auto;
    margin-left: 10px;
    cursor: pointer;
}

.cns_arr_black {
    font-size: 18px;
    color: #000;
    height: auto;
    display: none !important;
    margin-left: 10px;
}

.con_cns:hover .cns_arr_white {
    display: none !important;
}

.con_cns:hover .cns_arr_black {
    display: block !important;
}

.con_cns:hover ul {
    display: block;
}

.bg-red {
    background-color: #ff6060;
}

.lcp .con_cns:hover .bg-red i {
    color: #fff;
}

.lcp .con_cns .bg-red {
    right: 0;
    box-shadow: -1px 10px 13px -8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 10px 13px -8px rgb(0 0 0 / 10%);
}

.lcp .con_cns .bg-red a li span {
    color: #fff !important;
}

.lcp .con_cns:hover .bg-red {
    background-color: #ff6060;
}

.con_cns .bg-red a:hover,
.con_cns .bg-red a:hover span,
.con_cns .bg-red a:hover i {
    color: #fff !important;
}

.lcp_ls {
    width: max-content;
    display: flex;
}

.lcp_ls {
    width: max-content;
    display: flex;
}

.lang_new {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px;
}

.lang_new:first-of-type {
    margin-right: 20px;
}

.dropdown-menu{
    border-radius: 15px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.75);
    border: unset !important;
}

.dropdown-item , .dropdown-item.active {
    color: #272727;
    text-decoration: none;
    background-color: #FFF;
}

.lang_new.active {
    text-decoration: underline;
    background-color: transparent;
    font-weight: 700;
}

.dropdown .dropdown-item{
    width: 100%;
    color: #272727;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.dropdown .dropdown-item:hover {
    background: #F7F9FF !important;
    color: #272727 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}


.lcp_p{
    width: 69px;
    height: 44px;
    padding: 0px 13px;
    border: 2px solid #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profiles img {
    width: auto;
    height: 18px;
    cursor: pointer;
}

.dropdown-toggle{
    background: transparent;
    color: #FFF;
}

.dropdown-toggle:hover{
    background: transparent !important;
    color: #FFF !important;
}

/* Ensure all dropdown toggles in main menu stay white by default */
.main_menus .dropdown-toggle {
    color: #FFF !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Keep dropdown toggle white when li is hovered but toggle is not */
.main_menus li:hover .dropdown-toggle:not(:hover):not(:focus) {
    color: #FFF !important;
    background: transparent !important;
    border: none !important;
}

/* Override li:hover for dropdown container to not affect dropdown toggle */
.main_menus li.dropdown:hover {
    background-color: transparent !important;
}

/* Dropdown items in white border menus should be white on hover */
.dropdown-menu[style*="border:1px solid #fff"] .dropdown-item,
.dropdown-menu[style*="border:1px solid #fff"] .dropdown-item:hover,
.dropdown-menu[style*="border:1px solid #fff"] .dropdown-item:focus {
    color: #FFF !important;
}

/* Ensure dropdown items in main menu dropdowns are white */
.main_menus .dropdown-menu .dropdown-item,
.main_menus .dropdown-menu .dropdown-item:hover,
.main_menus .dropdown-menu .dropdown-item:focus {
    color: #000 !important;
}

.dropdown-toggle::after {
    transform: rotate(0deg);
    background: url(https://cdn-lovebali.baliprov.go.id/arrow_black.png)
        no-repeat;
}
.currencies_dropdown {
    top: unset;
}
.profiles_dropdown {
    top: 55px;
}

.nav_menus_fixed .con_cns {
    background-color: #ff6060;
}

.nav_menus_fixed .con_cns a,
.nav_menus_fixed .con_cns label {
    color: #fff;
}

.nav_menus_fixed .lcp_ls .lang_new a {
    color: #272727;
}

.nav_menus_fixed .dropdown-item {
    color: #272727;
    text-decoration: none;
    background-color: transparent;
}

.nav_menus_fixed .dropdown-item.active {
    color: #272727;
    text-decoration: none;
    background-color: transparent;
}

.nav_menus_fixed .lang_new {
    color: #272727;
}

.nav_menus_fixed .lcp_p {
    width: 69px;
    height: 44px;
    padding: 0px 13px;
    border: 2px solid #272727;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav_menus_fixed .profiles img {
    width: auto;
    height: 18px;
    cursor: pointer;
}

.nav_menus_fixed .dropdown-toggle::after {
    display: block;
    margin-left: 8px;
    background: url("https://cdn-lovebali.baliprov.go.id/arrow_black.png")
        no-repeat;
    border: unset;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: 12px;
    transform: rotate(0deg);
}

.nav_menus_fixed {
    display: flex;
    padding-top: 0px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.lcp {
    width: auto;
}

.nav_menus_fixed {
    width: 100%;
    height: 25px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 10px 0px;
}

.nav_menus_fixed .main_menus {
    justify-content: flex-start;
}

.nav_menus_fixed .main_menus ul {
    justify-content: flex-start;
}

.nav_menus_fixed .main_menus li {
    margin-left: 0px;
    margin-right: 40px;
}

.nav_menus_fixed .main_menus li:hover {
    text-decoration: underline;
}

.nav_menus_fixed .main_menus li a {
    width: max-content;
    height: auto;
    color: #272727;
    cursor: pointer;
}

.section2 {
    width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;
    padding-top: 134px;
    padding-bottom: 160px;
}

.sec2_hide {
    width: 50%;
    height: 0;
    margin-right: 40px;
}

.sec2_data {
    width: 50%;
    height: auto;
}

.sec2_data label {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #636363;
    margin-bottom: 0px;
}

.sec2_data h4 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #272727;
    margin-bottom: 30px;
}

.txt_pasta_red {
    color: #ff6060;
}

.sec2_data p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.75px;
    color: #636363;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 40px;
}

.sec2_data button {
    width: max-content;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border: 1px solid #ff6060;
    border-radius: 50px;
    background-color: transparent;
}

.sec2_data button span {
    color: #ff6060;
}

.sec2_data button img {
    color: #ff6060;
    width: 8px;
    height: 16px;
    margin-left: 18px;
}

.sec2_data button:hover,
.newest_data button:hover,
.c_blog_left button:hover{
    background-color: #FF6060;
    transition: all ease 0.5s;
    border:1px solid #FF6060;
}

.sec2_data button:hover span,
.newest_data button:hover label,
.c_blog_left button:hover span{
    color: #FFF;
    transition: all ease 0.5s;
}


.pagination-six .page-numbers.current, .pagination-six .page-numbers.next:hover:before, .pagination-six .page-numbers.prev:hover:before{
    color: #FF6060;
}

.pagination-six .page-numbers:after {
    background-color: #FF6060;
}

.img_sec2{
    width: 685px;
    height: 471px;
    position: absolute;
    top: 134px;
    left: 0;
    object-fit: cover;
    border-radius: 0px 20px 20px 0px;
}
.img_sec3 {
    width: 685px;
    height: 471px;
    position: absolute;
    top: 800px;
    right: 0;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.section_header {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.section_header h4 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
}

.section_header p {
    width: 369.25px;
    height: max-content;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.section_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 130px;
}

.section_content.reveser{
    flex-direction: row-reverse;
}

.section_content.reveser .newest_content{
    margin-right: 0px;
    margin-left: 35px;
}

.section_content.reveser h4{
    font-family: 'Playfair Display';
    margin-bottom:20px;
}

.section_content.reveser p{
    width: 100%;
    margin-bottom:20px;
    height: max-content;
    max-height: max-content;
    overflow: unset;
    text-overflow: unset;
    display: block;
    font-weight: 300;
}

.newest_data a h4{
    margin: 0px;
}

.section_content.reveser .newest_data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.mc_cntr{
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    gap: 20px;
}

.newest_content {
    width: 50%;
    height: 448px;
    border-radius: 20px;
    margin-right: 35px;
}

.newest_data {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 45px 51px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    color: #fff;
}

.newest_data span{
    width: max-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff6060;
    font-size: 14px;
    line-height: 30px;
    border-radius: 10px;
    padding:0px 10px;
}

.newest_data h4 {
    width: 100%;
    height: auto;
    max-height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}

.newest_data h4:hover {
    text-decoration: underline;
}

.newest_data label {
    position: relative;
    /* padding-left: 18px; */
    display: block;
}

.newest_data label:last-of-type {
    position: relative;
    /* padding-left: 18px; */
    margin-bottom: 35px;
    display: block;
}

/* .newest_data label::before{
    position: absolute;
} */

.newest_data p {
    width: 100%;
    height: 96px;
    max-height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
}

.newest_data button {
    width: 177px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
    background-color: transparent;
}

.newest_data button label {
    color: #fff;
    margin: 0px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.newest_data button img {
    width: 8px;
    height: 16px;
    margin-left: 14px;
}

.all_content {
    width: 50%;
    max-width: 50%;
    height: 448px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac_data:first-of-type {
    display: none;
}

.ac_data, .mc_data{
    width: 182px;
    height: max-content;
    margin-bottom: 30px;
}

.ac_data img, .mc_data img{
    width: 182px;
    height: 156px;
    border-radius: 15px;
    margin-bottom: 13px;
    cursor: pointer;
    object-fit: cover;
}

.ac_data label, .mc_data label{
    width: 100%;
    height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
    cursor: pointer;
}

.ac_data label:hover, .mc_data label:hover {
    text-decoration: underline;
}

.ac_data p, .mc_data p{
    height: auto;
    max-height: 42px;
    font-weight: 400;
    font-size: 10.3825px;
    line-height: 21px;
    margin-bottom: 0px;
    padding: 0px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.events_h {
    height: 535px;
}

.currency_code {
    color: #272727;
}

.dropdown-menu {
    overflow: hidden;
    max-height: 195px;
    overflow-y: scroll;
}

.currency_section .dropdown-toggle::after {
    background: url("https://cdn-lovebali.baliprov.go.id/arrow_black.png")
        no-repeat;
}

.hides {
    display: none;
}

.close-pop {
    padding: 10px 18px;
    background-color: #ff6060;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: inherit;
    text-align: right;
    right: 20px;
    top: 5px;
}

.container_blog {
    width: 100%;
    height: auto;
    display: flex;
    padding-bottom: 160px;
}

.c_blog_left {
    width: 538px;
    height: auto;
    display: block;
    padding-right: 20px;
}

.container_blog label {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #636363;
}

.container_blog h4 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #040e33;
    margin-bottom: 30px;
}

.container_blog p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.75px;
    color: #636363;
    margin-bottom: 20px;
}

.container_blog button {
    width: max-content;
    height: 54px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #ff6060;
    background-color: transparent;
    cursor: pointer;
}

.container_blog button span {
    width: max-content;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #ff6060;
    cursor: pointer;
}

.c_blog_right {
    width: calc(100% - 538px);
    height: auto;
    display: flex;
}

.blog_card {
    width: 348px;
    height: 468px;
    border-radius: 10px;
    margin-right: 35px;
    background-size: cover;
    background-position: center;
}

.blog_card:last-of-type {
    margin-right: 0px;
}

.blog_data {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* background:rgb(0,0,0,0.5); */
    background: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0.65) 40.6%,
        rgba(0, 0, 0, 0) 100%
    );
    color: #fff;
    box-sizing: border-box;
    padding: 25px 35px;
}

.blog_data span {
    font-weight: 500;
    font-size: 14px;
    line-height: 107.5%;
    color: #fff;
    margin-bottom: 250px;
    display: block;
}

.blog_data label {
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 10px;
}

.blog_data a label {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 44px;
    max-height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_data p {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: justify;
    color: #fff;
    height: 52px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.event_card {
    width: 348px;
    height: 395px;
    border-radius: 10px;
    margin-right: 35px;
    background-size: cover;
    background-position: center;
}

.event_card:last-of-type {
    margin-right: 0px;
}

.event_data {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* background:rgb(0,0,0,0.5); */
    background: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0.65) 40.6%,
        rgba(0, 0, 0, 0) 100%
    );
    color: #fff;
    box-sizing: border-box;
    padding: 25px 35px;
}

.event_data span {
    font-weight: 500;
    font-size: 14px;
    line-height: 107.5%;
    color: #fff;
    margin-bottom: 55%;
    display: block;
}

.event_data label {
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 10px;
}

.event_data h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: capitalize;
    height: 44px;
    max-height: 44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event_data .location {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: justify;
    color: #fff;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event_data .detail {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: justify;
    color: #fff;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.footer-bottom {
    padding: 0px;
    padding-bottom: 20px;
}

.mobile_total {
    display: none;
}

.overflows {
    overflow: hidden;
}

.menu_ham_fixed {
    display: none;
}

.img_abouts {
    display: none;
}
.img_abouts3 {
    display: none;
}

.payment_methods::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.payment_methods {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.image_card img {
    border-radius: 15px;
    width: 250px;
    height: 220px;
}
.title_card {
    font-size: 20px;
    line-height: 30px;
}
.title_location {
    font-size: 10px;
    line-height: 21px;
    color: #636363;
}
.box-shadow-base {
    box-shadow: unset;
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #272727;
}
.event-block-three
    .inner-box
    .content-column
    .upper-box
    .upper-inner
    .category {
    border-bottom: unset;
}
.title_icon img {
    width: 8.65px;
    height: 10.82px;
}
.form-control.input_search {
    border-radius: 66.48px;
    background: #ffffff;
    position: absolute;
    width: 50%;
    height: 46.48px;
    left: 0px;
}
.mobile_buttons {
    display: none;
}

.con_cns {
    margin-right: 0px;
    color: #fff;
    margin-left: 10px;
}

.ecb {
    background-color: #fff !important;
}

.rcb {
    background-color: transparent !important;
    border: 2px solid #fff;
}

.rcb label {
    color: white !important;
}

.mcb,
.rcb {
    display: none;
}

.mexm {
    display: none;
}

.pin_icon_w {
    position: relative;
    padding-left: 25px;
}

.pin_icon_w::before {
    width: 20px;
    height: 20px;
    content: " ";
    background-image: url("https://cdn-lovebali.baliprov.go.id/pin_w.png");
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 20px 20px;
}

.pin_icon_b {
    position: relative;
    padding-left: 15px !important;
}

.pin_icon_b::before {
    width: 12px;
    height: 12px;
    content: " ";
    background-image: url("https://cdn-lovebali.baliprov.go.id/pin_b.png");
    position: absolute;
    left: 0;
    top: 4px;
    background-size: 12px 12px;
}

.clock_icon_w {
    position: relative;
    padding-left: 25px;
}

.clock_icon_w::before {
    width: 20px;
    height: 20px;
    content: " ";
    background-image: url("https://cdn-lovebali.baliprov.go.id/clock_w.png");
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 20px 20px;
}

.clock_icon_b {
    position: relative;
    padding-left: 25px;
}

.clock_icon_b::before {
    width: 12px;
    height: 12px;
    content: " ";
    background-image: url("https://cdn-lovebali.baliprov.go.id/clock_b.png");
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 12px 12px;
}

.ticket_icon_w {
    position: relative;
    padding-left: 25px;
}

.ticket_icon_w::before {
    width: 20px;
    height: 20px;
    content: " ";
    background-image: url("https://cdn-lovebali.baliprov.go.id/ticket_w.png");
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 20px 20px;
}
.title_icon {
    font-size: 10px;
}

.error_other_amount {
    display: none;
    position: absolute;
    justify-items: center;
    justify-content: end;
    margin-top: 80px;
    margin-left: 50px;
}

.slider_content {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.75px;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.currencies_dropdown {
    border-radius: 5px !important;
    border: unset;
    width: 100%;
}

.currencies_dropdown::-webkit-scrollbar {
    width: 3px;
}

.currencies_dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.currencies_dropdown::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 50px;
}

.search_container{
    width: 50%;
    background-color: #fff;
    display: flex;
    border-radius: 50px;
    padding: 10px 12px;
    align-items: center;
    position: relative;
}

.search_container i {
    /* position: absolute; */
    font-size: 25px;
    margin-right: 5px;
}

.search_container input {
    width: calc(100% - 130px);
    height: 46px;
    background-color: #fff;
    border: unset;
    padding-right: 10px;
}

.search_container input:focus {
    border: none;
    /* background-color: transparent; */
    resize: none;
    outline: none;
}

.search_container button {
    width: 95px;
    height: 46px;
    background: #ff6060;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.dview {
    display: block;
}
.mview {
    display: none;
}
.input_error {
    border: 1px solid #ff6060;
}

.img-fluid,
.ac_data img {
    object-fit: cover;
}

/* RESPONSIVE */
@media (min-width: 1500px) {
    .container {
        width: 1446px;
        max-width: 1446px;
    }

    .section2 {
        padding-bottom: 270px;
    }

    .sec2_data {
        width: 90%;
        height: auto;
    }

    .c_blog_left,
    .c_blog_right {
        width: 50%;
    }
}

@media (max-width: 1750px) {
    .sec2_data {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 1700px) {
    .sec2_data {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 1650px) {
    .sec2_data {
        width: 60%;
        height: auto;
    }
}

@media (max-width: 1500px) {
    .sec2_data {
        width: 50%;
        height: auto;
    }
}

@media (max-width: 1360px) {
    .container-l-r {
        width: 1000px;
        height: max-content;
        padding: 20px 30px;
    }

    .c_box {
        width: 400px;
        height: max-content;
        padding: 15px 20px;
    }

    h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .titles_mms {
        margin-bottom: 5px;
    }

    .amounts {
        width: 115px;
        height: 35px;
    }

    .amounts label {
        font-size: 14px;
        line-height: 20px;
    }

    .list_amounts {
        margin-bottom: 10px;
    }

    .other_amounts,
    .other_amounts input {
        width: 100%;
        height: 39px;
        font-size: 14px;
        line-height: 20px;
    }

    .other_amounts span {
        padding: 8px;
    }

    .amounts_section {
        /* margin-bottom: 42px; */
    }

    .payment_data {
        margin-bottom: 10px;
    }

    .payment_text {
        width: 100%;
        height: 36px;
    }

    .payment_text label {
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 14px;
    }

    .payment_methods {
        height: auto;
        margin-bottom: 20px;
    }

    .pop-left {
        padding-right: 0px;
    }

    .pop-left .amounts {
        width: 150px;
    }

    .forms-control {
        margin-top: -10px;
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
        padding: 0px 10px;
        font-size: 14px;
    }

    .iti__selected-dial-code {
        font-size: 14px;
    }

    .forms-data {
        margin-bottom: 20px;
    }

    .forms-submit p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .btn_comming_soon {
        display: none;
    }

    .buttonss {
        height: 50px;
        background-color: #ff6060;
        font-size: 14px;
    }

    .img_sec2 {
        width: 650px;
        height: 471px;
    }
}

@media (max-width: 1300px) {
    .img_sec2 {
        width: 620px;
        height: 471px;
    }
}

@media (max-width: 1250px) {
    .img_sec2 {
        width: 580px;
        height: 471px;
    }
}

@media (max-width: 1199px) {
    .container-l-r {
        width: 800px;
    }

    .navbar-brand {
        padding: 10px 0px;
        margin-right: 0px;
    }

    .nav_menus {
        height: auto;
        display: block;
        padding: 0px;
    }

    .main_menus {
        display: flex;
    }

    .nav_menus .lcp {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .nav_menus .main_menus, .nav_menus_fixed .main_menus {
        width: max-content;
        margin-left: 10px;
        justify-content: flex-start;
    }

    .nav_menus .main_menus ul,  .nav_menus_fixed .main_menus ul {
        justify-content: flex-start;
    }

    .nav_menus .main_menus li, .nav_menus_fixed .main_menus li  {
        margin-left: 20px;
        margin-right: 0px;
    }

    .nav_menus_fixed {
        height: auto;
        display: block;
        padding: 0px;
    }

    .nav_menus_fixed .lcp {
        padding-bottom: 15px;
    }

    .navbar > .container,
    .navbar > .container-fluid {
        flex-wrap: unset;
    }

    .img_sec2 {
        width: 550px;
        height: 410px;
    }
    .img_sec3 {
        width: 550px;
    }

    .sec2_data h4 {
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
    }

    .sec2_data p {
        font-size: 16px;
        line-height: 27px;
    }

    .section_content {
        display: block;
    }

    .newest_content,
    .all_content {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .newest_content {
        height: 400px;
    }

    .newest_data {
        width: 100%;
        height: 400px;
        padding: 25px 30px;
    }

    .newest_data p {
        height: 120px;
        max-height: 120px;
        -webkit-line-clamp: 5;
    }

    .ac_data {
        width: 280px;
        margin-top: 20px;
    }

    .ac_data img {
        width: 100%;
        height: 200px;
    }

    .events_h,
    .events_h .newest_data {
        height: 468px;
    }

    /* .container_blog{
        padding: 130px 0px;
    } */

    .c_blog_left {
        width: 400px;
    }

    .c_blog_right {
        width: calc(100% - 400px);
    }

    .blog_card {
        height: 390px;
        width: 100%;
    }

    .blog_data {
        height: 390px;
        padding: 15px 25px;
    }

    .blog_data span {
        margin-bottom: 190px;
    }

    .event_card {
        height: 320px;
        width: 100%;
    }

    .event_data {
        height: 320px;
        padding: 15px 25px;
    }

    .event_data span {
        margin-bottom: 190px;
    }

    .newest_content{
        margin: 0px;
    }

    .all_content{
        margin: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 1180px) {
    .btn_comming_soon {
        display: flex;
    }
}

@media (max-width: 1100px) {
    .img_sec2 {
        width: 520px;
    }
    .img_sec3 {
        width: 520px;
    }

    .container-comming-soon {
        width: max-content;
    }

    .title_comming_soon {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .comming_soon_section p:first-of-type {
        font-size: 18px !important;
        margin: 0px;
    }
}

@media (max-width: 1050px) {
    .img_sec2 {
        width: 480px;
    }
    .img_sec3 {
        width: 480px;
    }
}

@media (max-width: 991px) {
    .dview {
        display: none;
    }
    .mview {
        display: block;
    }
    .menu_ham {
        display: none;
        height: 25px;
        margin-left: 25px;
        cursor: pointer;
    }

    .container-l-r {
        justify-content: space-between;
        height: auto;
        overflow: hidden;
        overflow-y: scroll;
    }

    .pop-left,
    .pop-right {
        width: auto;
        padding: 0px;
    }

    .amounts_section {
        /* margin-bottom: 20px; */
    }

    .heads_section .dropdown {
        margin-right: 40px;
    }

    .close-pop {
        border-radius: 50%;
    }

    .c_box {
        /* height: max-content;
        bottom: 0;
        left: unset; */
        background: transparent;
        width: max-content;
        height: max-content;
        left: 50%;
        transform: translate(-50%, -50%);
        transform: translateX(-50%);
        margin-top: unset;
        bottom: 0;
        bottom: 75px;
        top: unset;
    }

    .pop-left .amounts {
        width: 175px;
    }

    .section2 {
        width: 100%;
        height: auto;
        display: flex;
        box-sizing: border-box;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .sec2_data h4 {
        margin-bottom: 10px;
    }

    .sec2_data p {
        margin-bottom: 10px;
    }

    .ac_data {
        width: 180px;
    }

    .ac_data img {
        width: 180px;
        height: 130px;
    }

    .container_blog {
        display: block;
    }

    .c_blog_left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .c_blog_right {
        width: 100%;
    }

    .container-comming-soon {
        width: 500px;
    }

    .rcb label {
        color: #fff !important;
    }

    .rcb {
        background-color: transparent !important;
        border: 2px solid #fff;
    }

    .container.own {
        max-width: 900px;
    }

    .c_box .amounts_section {
        display: none;
        margin-bottom: 15px;
    }
}

@media (max-width: 950px) {
    .img_sec2 {
        width: 450px;
    }
    .img_sec3 {
        width: 425px;
    }
    .c_box .heads_section,
    .c_box .totals,
    .c_box .dcb,
    .c_box .ecb {
        display: none;
    }

    .c_box .mcb,
    .rcb {
        display: flex;
    }

    .title_comming_soon {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .comming_soon_section p:first-of-type {
        font-size: 16px !important;
    }

    .comming_soon_section p:last-of-type {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    .c_box_comming_soon {
        padding: 22px;
    }

    .amounts_section.comming_soon_section {
        padding: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .img_sec3 {
        display: none;
    }
    .search_container {
        width: 100%;
    }

    .img_sec2 {
        display: none;
    }

    .section2 {
        display: block;
    }

    .sec2_data {
        width: 100%;
    }

    .sec2_data h4 {
        margin-bottom: 15px;
    }

    .img_abouts {
        display: block;
        width: 100%;
        height: 350px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .sec2_data p {
        margin-bottom: 20px;
    }
    .img_abouts3 {
        display: block;
    }
    .c_box .heads_section,
    .c_box .heads_section,
    .c_box .totals {
        display: none;
    }

    .container.own {
        max-width: 800px;
    }
}

@media (max-width: 850px) {
    .container-l-r {
        width: 700px;
    }

    .pop-left,
    .pop-right {
        width: 100%;
        padding: 0px;
    }

    .container.own {
        max-width: 750px;
    }

    .totals {
        margin-bottom: 20px;
    }

    .rev_slider .tp-caption,
    .rev_slider .caption {
        min-width: 500px !important;
        max-width: 500px !important;
        width: 500px !important;
    }
    .c_box {
        height: auto;
        left: 0;
        right: unset;
        padding: 0;
        background-color: transparent;
    }

    .dcb,
    .ecb {
        display: flex;
    }

    .mcb,
    .rcb {
        display: flex;
    }

    .slider_content {
        height: 60px;
        max-height: 60px;
    }

    .c_box .heads_section,
    .c_box .heads_section,
    .c_box .amounts_section,
    .c_box .totals {
        display: none;
    }

    .amounts_section.comming_soon_section {
        display: block;
        padding: 20px;
    }

    .comming_soon_box {
        width: auto;
    }

    .c_box .buttonss {
        padding: 10px 15px;
        width: 100%;
    }

    .btn_comming_soon {
        display: block;
    }

    .container-l-r {
        width: 100%;
        height: 100vh;
        /* height: auto; */
        border-radius: 0px;
        overflow-y: scroll;
    }

    .full-pop {
        width: 100%;
        height: 100%;
        display: block;
        align-items: unset;
        justify-content: unset;
        overflow: auto;
    }

    .container-comming-soon {
        margin: 0 auto;
        width: 80%;
    }
    .comming_soon .full-pop {
        width: 100%;
        padding-top: 10%;
    }
    .c_box_comming_soon .close-pop {
        display: block;
        margin-top: -25px;
        margin-right: -30px;
    }
    .title_comming_soon {
        font-size: 40px;
        line-height: 35px;
    }
    .forms-submit {
        display: block;
    }
    .mobile_dekstop {
        display: none;
    }

    /* .pop-right{
        padding-bottom: 155px;
    } */

    .mobile_total {
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f7f9ff;
        padding: 20px 30px;
        z-index: 100;
    }

    .close-pop {
        display: none;
    }

    .mobile_total p {
        font-size: 12px;
    }

    .mobile_buttons {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_close {
        width: 150px;
        height: 44px;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #636363;
        border-radius: 50px;
        padding: 15px 30px;
        cursor: pointer;
    }

    .mobile_close span {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 12.8px;
        line-height: 13px;
        color: #636363;
        cursor: pointer;
    }

    .mobile_buttons .buttonss {
        width: 150px;
        min-width: unset;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lcp,
    .main_menus {
        display: none;
    }

    .menu_ham {
        display: block;
    }

    .ham_logo {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 12px;
        border: 1px solid #e2eafe;
        position: relative;
    }

    .sidenav {
        padding-top: 0px;
    }

    .menu_logo {
        width: auto;
        height: 63px;
        margin: unset;
        display: unset;
    }

    .sidenav .closebtn {
        position: unset;
        padding: 0px;
        margin: 0px;
    }

    .sidenav ul {
        border: 1px solid #e2eafe;
    }

    .sidenav ul li a {
        color: #040e33 !important;
        padding-left: 0px !important;
    }

    .c_box {
        width: 100%;
    }

    .menu_ham_fixed {
        display: flex;
        justify-content: flex-end;
    }

    .section_content {
        height: 390px;
        position: relative;
    }

    .section_header {
        text-align: left;
    }

    .section_header h4 {
        text-align: left;
    }

    .section_header p {
        width: 100%;
        text-align: left;
    }

    .newest_content,
    .newest_data {
        display: none;
    }

    .section_header {
        margin-bottom: 23px;
    }

    .section_content {
        height: 365px;
        position: relative;
    }

    .all_content {
        width: 100%;
        flex-wrap: unset;
        position: absolute;
        overflow: hidden;
        overflow-x: scroll;
    }

    .ac_data:last-of-type {
        margin-right: 0px;
    }

    .ac_data:first-of-type {
        display: block;
    }

    .all_content::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .all_content {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .ac_data {
        margin-top: 0px;
        margin-right: 30px;
    }

    .blog_data,
    .blog_card {
        height: 365px;
    }

    .blog_data span {
        margin-bottom: 165px;
    }

    .event_data,
    .event_card {
        height: 355px;
    }

    .event_data span {
        margin-bottom: 135px;
    }

    .c_box {
        width: max-content;
        height: max-content;
        left: 50%;
        transform: translate(-50%, -50%);
        transform: translateX(-50%);
        margin-top: unset;
        bottom: 0;
        bottom: 75px;
        top: unset;
    }

    .m_user,
    .m_user a {
        width: 100%;
        height: max-content;
    }

    .m_user a {
        padding-left: 0px;
    }

    .m_user .con_cns {
        background-color: #ff6060;
        border: 2px solid #ff6060;
    }

    .m_user .lcp_p {
        border: 1px solid #000;
    }

    .m_user .lcp_p .dropdown-toggle::after {
        width: 10px;
        height: 10px;
        background-size: 10px;
        background-position: center;
        margin-left: 15px;
        border: unset;
    }

    .mc_lang {
        width: 80px;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ff6060;
        border-radius: 50px;
        border: 2px solid #ff6060;
        overflow: hidden;
    }

    .m_lang {
        width: 50%;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 16px;
        color: #ffffff !important;
        padding: 0px !important;
        text-transform: uppercase;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .m_lang.active {
        border-radius: unset;
        background-color: #fff !important;
        text-align: center !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 16px !important;
        color: #ff6060 !important;
        text-decoration: underline;
        width: 50%;
        height: 100%;
    }

    .mb-ul a,
    .mb-ul a li {
        color: #040e33;
    }

    .mb-ul a li i {
        transition: all ease 0.3s;
    }

    .mb-ul a:hover,
    .mb-ul a li:hover {
        color: #ff6060;
    }

    .mb-ul a:hover li i {
        margin-left: 20px;
        transition: all ease 0.3s;
    }

    .section2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_content {
        height: max-content;
        padding-bottom: 60px;
    }

    .all_content {
        position: relative;
    }

    .all_content.events_h {
        height: max-content;
    }

    .container_blog {
        padding: 60px 0px;
    }

    .pay_as {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .img-fluid {
        max-width: 100%;
        height: 150px;
    }

}

@media (max-width: 700px) {
    .container-l-r {
        display: block;
        padding: 14px;
    }

    .pop-left,
    .pop-right {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .rev_slider .tp-caption,
    .rev_slider .caption {
        min-width: 350px !important;
        max-width: 350px !important;
        width: 350px !important;
    }
}

@media (max-width: 550px) {
    .btn_comming_soon {
        display: block;
    }
    .slider_content {
        height: 60px;
        max-height: 60px;
    }

    .c_box .buttonss {
        margin-top: 200px;
        bottom: 0;
    }

    .section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .img-fluid {
        height: 125px;
    }
}

@media (max-width: 450px) {
    /* .section_content {
        height: 370px;
        position: relative;
    } */

    .ac_data {
        margin-right: 20px;
    }

    .container_blog {
        height: 965px;
        position: relative;
    }

    .c_blog_right {
        position: absolute;
        overflow-x: scroll;
    }

    .blog_card,
    .blog_data {
        width: 350px;
    }

    .blog_card {
        margin-right: 25px;
    }

    .event_card,
    .event_data {
        width: auto;
    }

    .event_card {
        margin-right: 25px;
    }

    .c_blog_right::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .c_blog_right {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .rev_slider .tp-caption,
    .rev_slider .caption {
        min-width: 275px !important;
        max-width: 275px !important;
        width: 275px !important;
        text-align: center !important;
    }

    .c_box {
        margin-top: 50px;
    }

    .ham_logo {
        position: relative;
        display: block;
    }

    .sidenav .closebtn {
        position: absolute;
        right: 12px;
        top: 15px;
    }

    .navbar-brand {
        padding-left: 0px !important;
    }

    .mc_lang {
        margin-top: 5px;
    }

    .menu_logo {
        width: 200px;
        height: 68px;
        /* cursor: pointer; */
    }

    .section_content {
        height: max-content;
        padding-bottom: 30px;
    }

    .container_blog {
        height: 825px;
        padding: 0px 0px;
    }
}

/* frontend */
#rev_slider_12_1_wrapper {
    background: transparent;
    padding: 0px;
    position: relative;
}
.full-pop.levy {
    display: grid;
}
.container-l-r {
    padding: 1.25rem;
}
.container-pop.levy_form {
    position: absolute;
}

.amounts_section {
    min-height: 155px;
    border-radius: 0.75rem;
    background-color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 0.75rem 0px;
}
.amounts_section.front {
    background-color: #f7f9ff;
    border: 2px solid #e2eafe;
}
.amounts {
    border: none;
}
.amounts.active,
.amounts:hover {
    border: none;
    cursor: default;
}
.amounts {
    margin: 0 auto;
    width: auto;
}
.amounts p {
    font-size: 32px;
    margin-top: 8px;
}
.c_title_levy {
    font-size: 20px;
}

.totals_data.pop_up {
    padding: 0.75rem;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 0.75rem;
    border: 1px solid var(--Darker-Sky, #e2eafe);
    background: var(--Sky, #f7f9ff);
}
.totals_data.equivalent {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-8, 0.5rem);
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.payment_methods {
    padding: 0px 0px 0.75rem 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 1.25rem;
    background: var(--content-content-bg-primary, #fff);
}

.payment_methods h4{
    color: var(--text-text-primary, #171717);
    font-family: 'Poppins';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pop-right.identity {
    padding-top: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 1.25rem;
    background: var(--content-content-bg-primary, #fff);
}

.pop-right.identity .forms-data{
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.pop-right.identity .forms-data h4,
.pop-right.identity .forms-data .form-group.form-identity
{
    margin-bottom:0px;
}

.forms-control.identity {
    margin-top: -5px;
    padding: 0.625rem;
    align-items: center;
    gap: 15rem;
    align-self: stretch;
    border-radius: 0.625rem;
    border: 1px solid #e2eafe !important;
    background: var(--Sky, #f7f9ff);
}
.form-identity label {
    color: var(--Dark-Text, #272727);
    font-family: "Poppins";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
}
.form-group.form-identity span{
    font-size:10px;
    line-height: 12px;
}

.form-group.form-identity span small{
    font-size:10px !important;
}

.dview, .dview small{
    font-size: 0.6rem;
    font-style: italic;
}

.exception_form .select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 8px) !important;
    border-radius: 10px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.exception_form .select2 {
    border: unset;
    margin: 0px;
    font-size: 1em;
}

.exception_form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 100%;
}

.form-control {
    height: calc(1.5em + 0.75rem + 8px) !important;
    border-radius: 10px;
}

.ovr-hid {
    overflow: hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    background: #0000005c;
}

.tp-revslider-slidesli::after,
.tp-revslider-slidesli::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(
        30,
        40,
        37,
        0.3
    ); /* Adjust the color and opacity as needed */
    z-index: 1; /* Adjust the z-index if needed */
}

.tp-caption.text1.rev_layer_in_group {
    text-shadow: black 2px 1px 10px;
}
.forms-control {
    margin-bottom: 0;
}

/* The Modal (background) */
.modalLevy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1200;
    overflow: auto;
}

.modalLevyGroup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    overflow: auto;
    justify-content: center !important;
    align-items: center; /* Center vertically */
}

/* Modal Content */
.modalLevy .modal-content {
    border-radius: 1rem;
    background: #ffffff;
    margin: 2.5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    overflow-y: auto;
    display: flex;
}

@media only screen and (max-width: 1025px){
    .modalLevy .modal-content {
       width: 100%;
       margin: 0px;
       border-radius: 0px;
    }
}

.modalLevyGroup .modal-content {
    border-radius: 1rem;
    background: #ffffff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow-y: auto;
    display: flex;
    justify-content: center !important;
    margin-top: 25%;
    /* align-items: center;  */
}

@media (max-width: 920px) {
    .modalLevy .modal-content {
        border-radius: 0;
        margin: 0;
        width: 100%;
    }
}
@media (max-width: 800px) {
    .modalLevy .modal-content {
        border-radius: 0;
        margin: 0;
        width: 100%;
    }
    .form-group {
        margin-bottom: 1.25rem;
    }
    .forms-control {
        font-size: 16px;
        height: 45px;
    }
    .pop-right.identity {
        margin-left: 0;
    }
    .payment_text {
        height: 45px;
    }

    .reveser .all-content{
        gap: 20px;
    }
}


.currency_section label, .currency_section:after{
    color: #000 !important;
}

.dropdown-menu{
    /* Remove scrollbar (scroll ball) */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
    overflow: hidden;
    max-height: max-content;
    overflow-y: scroll;
    border-radius: 15px !important;/* IE and Edge */
}

.dropdown-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.totals_data .input-group.group-equivalent{
    gap: 10px;
}

.input-group group-equivalent

@media (max-width: 768px) {

    .group-equivalent .dropdown{
        position: relative;
    }

    .payment_methods{
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .amounts_section{
        margin-bottom: 0px;;
    }

    .currencies_dropdown{
        position: absolute !important;
        min-width: 77px;
        width: max-content;
        padding: 0px;
        top: 120% !important;
        max-height: 276px;
        z-index: 1221;
        transform: unset !important;
    }

    .currencies_dropdown a{
        justify-content: center !important;
    }

    .modal-content .col-md-6{
        padding: 0px;
    }
}
