@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");

body {
    font-family: kohinoor, kohinoor bangla;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

button {
    margin-top: 15px;
    display: block;
    border: none;
    text-transform: uppercase;
    padding: 10px 55px;
    background-color: #e69c00;
    color: black;
    background-clip: padding-box;
    border: 1px solid #e69c00;
    border-radius: 0.25rem;
    align-content: center;
}



    button:hover {
    }

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.Payphone {
    height: auto;
    width: auto;
    display: grid;
    place-items: center;
    margin: auto;
}

    .Payphone .panel {
        padding: 40px;
    }

        .Payphone .panel .container {
            display: grid;
            place-items: center;
        }

        .Payphone .panel p, .Payphone .panel a {
            color: white !important;
        }

h1,
h2 {
    font-family: kohinoor, sans-serif;
}

.container .container {
    margin-top: 20px;
    background-color: #1b1b1b;
    width: 90%;
    border-radius: 20px;
    padding-bottom: 20px
}

    .container .container .form-row {
        margin-left: auto;
        margin-right: auto;
    }

    .container .container a {
        color: orange;
        margin: 10%;
        display: block;
    }

        .container .container a:hover {
            color: #ffbe33;
            cursor: pointer;
        }

    .container .container .form_container3 .container button {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        background-color: #e69c00;
        color: black;
        background-clip: padding-box;
        border: 1px solid #e69c00;
        border-radius: 0.25rem;
        font-size: 17px;
        font-weight: bold;
    }

.heading_container {
    padding-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container2 {
    padding-top: 20px;
    padding-bottom: 18px;
    margin-left: -40px;
}

    .heading_container2 label {
        color: white;
    }

    .heading_container2 h1 {
        position: relative;
        margin-bottom: 0;
        font-size: 2.5rem;
        font-weight: bold;
        color: orange;
    }

    .heading_container2 h2 {
        position: relative;
        margin-bottom: 0;
        font-size: 2.5rem;
        font-weight: bold;
        color: orange;
    }

        .heading_container2 h2 span {
            color: #e69c00;
        }


    .heading_container2 p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .heading_container2.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

.heading_container label {
    color: white;
    align-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
}

.heading_container h1 {
    position: relative;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: bold;
    color: orange;
}

.heading_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: orange;
}

    .heading_container h2 span {
        color: #e69c00;
    }


.heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.form_container {
    padding: 5px,5px,5px,5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form_container3 {
    color: white;
    padding-top: 30px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.form_container label {
    color: white;
}

.form_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: orange;
}

    .form_container h2 span {
        color: #e69c00;
    }


.form_container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.form_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}


.form_container2 {
    padding: 5px,5px,5px,5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .form_container2 label {
        color: white;
    }

    .form_container2 h2 {
        position: relative;
        margin-bottom: 0;
        font-size: 2.5rem;
        font-weight: bold;
        color: orange;
    }

        .form_container2 h2 span {
            color: #e69c00;
        }


    .form_container2 p {
        margin-top: 10px;
        margin-bottom: 0;
    }


a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .bg-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.sub_page .hero_area {
    min-height: auto;
}

    .sub_page .hero_area .bg-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .sub_page .hero_area .bg-box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: right top;
            object-position: right top;
        }

.header_section {
    padding: 15px 0;
}

    .header_section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

.navbar-brand {
    font-family: 'Dancing Script', cursive;
}

    .navbar-brand span {
        font-weight: bold;
        font-size: 32px;
        color: #ffffff;
    }

.custom_nav-container {
    padding: 0;
}

    .custom_nav-container .navbar-nav {
        padding-left: 18%;
    }

        .custom_nav-container .navbar-nav .nav-item .nav-link2 {
            display: none;
        }

        .custom_nav-container .navbar-nav .nav-item .nav-link {
            padding: 5px 20px;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .custom_nav-container .navbar-nav .nav-item:hover .nav-link2, .custom_nav-container .navbar-nav .nav-item.active .nav-link2 {
            padding: 5px 20px;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            display: inline-block;
        }

            .custom_nav-container .navbar-nav .nav-item:hover .nav-link2:hover, .custom_nav-container .navbar-nav .nav-item.active .nav-link2 {
                color: #e69c00;
                display: inline-block;
            }

        .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
            color: #e69c00;
        }



    .custom_nav-container .nav_search-btn {
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        color: #ffffff;
        margin: 0 10px;
    }

        .custom_nav-container .nav_search-btn:hover {
            color: #e69c00;
        }

.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .user_option a {
        margin: 0 10px;
    }

    .user_option .user_link {
        color: #ffffff;
    }

        .user_option .user_link:hover {
            color: #e69c00;
        }

    .user_option .cart_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .user_option .cart_link svg {
            width: 17px;
            height: auto;
            fill: #ffffff;
            margin-bottom: 2px;
        }

        .user_option .cart_link:hover svg {
            fill: #e69c00;
        }

    .user_option .order_online {
        display: inline-block;
        padding: 8px 30px;
        background-color: #e69c00;
        color: #ffffff;
        border-radius: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
    }

        .user_option .order_online:hover {
            background-color: #e69c00;
        }

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .custom_nav-container .navbar-toggler span {
        display: block;
        width: 35px;
        height: 4px;
        background-color: #ffffff;
        margin: 7px 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        border-radius: 5px;
        transition: all 0.3s;
    }

        .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
            content: "";
            position: absolute;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #ffffff;
            top: -10px;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .custom_nav-container .navbar-toggler span::after {
            top: 10px;
        }

    .custom_nav-container .navbar-toggler[aria-expanded="true"] {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

        .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                top: 0;
            }

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 45px 0 75px 0;
}

    .slider_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider_section #customCarousel1 {
        width: 100%;
        position: unset;
    }

    .slider_section .detail-box {
        color: #ffffff;
        margin-bottom: 145px;
    }

        .slider_section .detail-box h1 {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .slider_section .detail-box p {
            font-size: 14px;
        }

        .slider_section .detail-box a {
            display: inline-block;
            padding: 10px 45px;
            color: #ffffff;
            border-radius: 45px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border: none;
            margin-top: 10px;
        }

            .slider_section .detail-box a:hover {
                background-color: #fff;
            }

    .slider_section .img-box img {
        width: 100%;
    }

    .slider_section .carousel-indicators {
        position: unset;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .slider_section .carousel-indicators li {
            background-color: #ffffff;
            width: 12px;
            height: 12px;
            border-radius: 100%;
            opacity: 1;
        }

            .slider_section .carousel-indicators li.active {
                width: 20px;
                height: 20px;
                background-color: #e69c00;
            }

.offer_section {
    position: relative;
    padding-top: 45px;
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #ffffff;
}

    .box .img-box {
        width: 100%; /* Ancho del contenedor */
        max-width: 175px; /* Ancho máximo */
        height: auto;
        margin-right: 0;
        position: relative;
        -webkit-transition: all 0.1s 0.5s; /* Transición suave */
        transition: all 0.1s 0.5s;
        border-radius: 100%;
        border: 5px solid #e69c00;
        overflow: hidden;
        background-color: #fff;
    }

        .box .img-box img {
            width: 100%;
            height: auto;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

    .box .detail-box h5 {
        font-family: kohinoor, kohinoor bangl;
        font-size: 24px;
        margin: 0;
    }

    .box .detail-box h6 {
        font-family: kohinoor, kohinoor bangl;
        margin: 10px 0;
    }

        .box .detail-box h6 span {
            font-size: 2.5rem;
            font-weight: bold;
        }

    .box .detail-box a {
        display: inline-block;
        padding: 10px 30px;
        background-color: #e69c00;
        color: #ffffff;
        border-radius: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
    }

        .box .detail-box a:hover {
            background-color: #ffbe33;
        }

        .box .detail-box a svg {
            width: 20px;
            height: auto;
            margin-left: 5px;
            fill: #ffffff;
        }

    .box:hover .img-box img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/* Media queries para hacer responsive los elementos */
@media screen and (max-width: 992px) {
    .box .img-box {
        max-width: 150px; /* Ajusta el ancho máximo para pantallas medianas */
    }
}

@media screen and (max-width: 768px) {
    .box .img-box {
        max-width: 120px; /* Ajusta el ancho máximo para pantallas pequeñas */
    }
}

@media screen and (max-width: 576px) {
    .box .img-box {
        max-width: 100%; /* Ajusta el ancho máximo para pantallas muy pequeñas */
    }
}


.food_section .filters_menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 45px 0 20px 0;
}

    .food_section .filters_menu li {
        padding: 7px 25px;
        cursor: pointer;
        border-radius: 25px;
    }

        .food_section .filters_menu li.active {
            background-color: #222831;
            color: #ffffff;
        }

.food_section .box {
    position: relative;
    margin-top: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

    .food_section .box .img-box {
        background: #f1f2f3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 215px;
        border-radius: 0 0 0 45px;
        margin: -1px;
        padding: 25px;
    }

        .food_section .box .img-box img {
            max-width: 100%;
            max-height: 145px;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

    .food_section .box .detail-box {
        padding: 25px;
    }

        .food_section .box .detail-box h5 {
            font-weight: 600;
        }

        .food_section .box .detail-box p {
            font-size: 15px;
        }

        .food_section .box .detail-box h6 {
            margin-top: 10px;
        }

    .food_section .box .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .food_section .box .options a {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            background: #e69c00;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .food_section .box .options a svg {
                width: 18px;
                height: auto;
                fill: #ffffff;
            }

    .food_section .box:hover .img-box img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.food_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .food_section .btn-box a {
        display: inline-block;
        padding: 10px 55px;
        background-color: #e69c00;
        color: #ffffff;
        border-radius: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
    }

        .food_section .btn-box a:hover {
            background-color: #ffbe33;
        }

.about_section {
    background: #222831;
    color: #ffffff;
}

    .about_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about_section .img-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .about_section .img-box img {
            width: 100%;
            max-width: 445px;
            position: relative;
            z-index: 2;
        }

    .about_section .detail-box p {
        margin-top: 15px;
    }

    .about_section .detail-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #e69c00;
        color: #ffffff;
        border-radius: 45px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
        margin-top: 15px;
    }

        .about_section .detail-box a:hover {
            background-color: #ffbe33;
        }

.book_section {
    position: relative;
}

.buttonASPX {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none;
    text-transform: uppercase;
    padding: 10px 55px;
    background-color: #e69c00;
    color: black;
    background-clip: padding-box;
    border: 1px solid #e69c00;
    border-radius: 0.25rem;
    align-content: center;
    font-size: 17px;
    font-weight: bold;
}

.buttonSelectASPX {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none;
    text-transform: uppercase;
    padding: 0px 55px;
    background-color: #e69c00;
    color: black;
    background-clip: padding-box;
    border: 1px solid #e69c00;
    border-radius: 0.25rem;
    align-content: center;
    font-size: 17px;
    font-weight: bold;
}

.dropdown {
    margin-right: 5px;
}


.book_section .heading_container {
    margin-bottom: 25px;
    text-align: center;
    align-content: center;
    align-items: center;
}

.book_section .form_container {
    margin-bottom: 25px;
    text-align: center;
    align-content: center;
    align-items: center;
}

.book_section img {
    position: relative;
    width: 300px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#fondo-formulario-login {
    width: 75%;
    background-color: #1b1b1b;
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}


#prueba {
}

.panel {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    /*resto de codigo */
    width: 100%;
    background-image: linear-gradient(orange, orange), linear-gradient(orange, orange), linear-gradient(orange, orange), linear-gradient(orange, orange);
    background-repeat: no-repeat;
    background-size: 8px 60%, 100% 8px, 8px 20%, 100% 8px, calc(100% - 8px) calc(100% - 8px);
    background-position: left bottom, left bottom, right bottom, right top, 4px 4px;
}


#fondo-admin-login {
    width: 50%;
    background-color: #1b1b1b;
    border-radius: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

body#tinymce {
    background: #FFFFFF
}

.book_section .form_container .form-control {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

    .book_section .form_container .form-control::-webkit-input-placeholder {
        color: black;
    }

    .book_section .form_container .form-control:-ms-input-placeholder {
        color: black;
    }

    .book_section .form_container .form-control::-ms-input-placeholder {
        color: black;
    }

    .book_section .form_container .form-control::placeholder {
        color: black;
    }

.book_section .form_container .nice-select .current {
    font-size: 16px;
    background-color: #ced4da;
}

.book_section .form_container button {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #e69c00;
    color: black;
    background-clip: padding-box;
    border: 1px solid #e69c00;
    border-radius: 0.25rem;
    font-size: 17px;
    font-weight: bold;
}

    .book_section .form_container button:hover {
        background-color: #ffbe33;
    }

.book_section .map_container {
    width: 100%;
    height: 345px;
    border-radius: 10px;
    overflow: hidden;
}

    .book_section .map_container #googleMap {
        height: 100%;
        min-height: 100%;
        width: 100%;
    }

/* client section start */

.client_section {
    background-color: #1b1b1b;
}

    .client_section .heading_container {
        margin-bottom: 30px
    }

    .client_section .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px;
    }

        .client_section .box .img-box {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 115px;
            position: relative;
            margin-top: 30px;
        }

            .client_section .box .img-box img {
                border-radius: 100%;
                border: 5px solid #e69c00;
                position: relative;
            }

            .client_section .box .img-box::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 0;
                width: 20px;
                height: 20px;
                background-color: #e69c00;
                -webkit-transform: rotate(45deg) translateX(-50%);
                transform: rotate(45deg) translateX(-50%);
            }

        .client_section .box .detail-box {
            background-color: #222831;
            color: #ffffff;
            padding: 25px 25px 15px 25px;
            border-radius: 5px;
        }

            .client_section .box .detail-box h6 {
                font-weight: 600;
                font-size: 18px;
                margin: 15px 0 5px 0;
            }

            .client_section .box .detail-box p {
                margin-bottom: 0;
                font-size: 15px;
                margin-bottom: 10px;
            }

    .client_section .owl-carousel .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px;
        padding: 0 15px;
    }

        .client_section .owl-carousel .owl-nav .owl-prev,
        .client_section .owl-carousel .owl-nav .owl-next {
            width: 45px;
            height: 45px;
            background-color: #e69c00;
            color: #ffffff;
            outline: none;
            bottom: 0px;
            font-size: 24px;
            margin: 0 5px;
            border-radius: 100%;
        }

/* client section end */
.contact_section .heading_container {
    margin-bottom: 45px;
}

.contact_section .form_container .form-group {
    margin-bottom: 25px;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    padding-left: 25px;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: none;
    color: #000000;
    border-radius: 5px;
}

    .contact_section .form_container input::-webkit-input-placeholder {
        color: #222222;
    }

    .contact_section .form_container input:-ms-input-placeholder {
        color: #222222;
    }

    .contact_section .form_container input::-ms-input-placeholder {
        color: #222222;
    }

    .contact_section .form_container input::placeholder {
        color: #222222;
    }

    .contact_section .form_container input.message-box {
        height: 120px;
        border-radius: 5px;
    }

.contact_section .form_container .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_section .form_container button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #ffbe33;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

    .contact_section .form_container button:hover {
        background-color: #ffbe33;
    }

/* footer section*/
.footer_section {
    background-color: #1b1b1b;
    color: #ffffff;
    padding: 40px 0 40px 0;
    text-align: center;
}

    .footer_section h4 {
        font-size: 28px;
    }

    .footer_section h4,
    .footer_section .footer-logo {
        font-weight: 500;
        margin-bottom: 20px;
        font-family: kohinoor, kohinoor bangla;
    }

    .footer_section p {
        color: #dbdbdb;
    }

    .footer_section .footer-col {
        margin-bottom: 30px;
    }

    .footer_section .footer_contact .contact_link_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .footer_section .footer_contact .contact_link_box a {
            margin: 5px 0;
            color: #ffffff;
        }

            .footer_section .footer_contact .contact_link_box a i {
                margin-right: 5px;
            }

            .footer_section .footer_contact .contact_link_box a:hover {
                color: #ffbe33;
            }

    .footer_section .footer-logo {
        display: block;
        font-weight: bold;
        font-size: 38px;
        line-height: 1;
        color: #ffffff;
    }

    .footer_section .footer_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .footer_section .footer_social a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #222831;
            width: 25px;
            height: 25px;
            border-radius: 100%;
            background-color: #ffffff;
            border-radius: 100%;
            margin: 0 2.5px;
            font-size: 18px;
        }

            .footer_section .footer_social a:hover {
                color: #e69c00;
            }

    .footer_section .footer-info {
        text-align: center;
        margin-top: 25px;
    }

        .footer_section .footer-info p {
            color: #ffffff;
            margin: 0;
        }

            .footer_section .footer-info p a {
                color: inherit;
            }
/*# sourceMappingURL=style.css.map */



/* SECTION TARJETAS */

.tarjetas_section {
    position: relative;
}

    .tarjetas_section .heading_container2 {
        margin-bottom: 0;
    }

    .tarjetas_section .form_container2 {
        margin-bottom: 25px;
    }


body#tinymce {
    background: #FFFFFF
}

.tarjetas_section .form_container2 .form-control {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ced4da;
}

    .tarjetas_section .form_container2 .form-control label {
        color: white;
    }

.tarjetas_section .container .panel tr:hover {
    color: orange;
    background-color: rgba(0, 0, 0, 0.075);
}

.tarjetas_section .container .panel a {
    color: orange;
}

.tarjetas_section .form_container2 .form-control::-webkit-input-placeholder {
    color: black;
}

.tarjetas_section .form_container2 .form-control:-ms-input-placeholder {
    color: black;
}

.tarjetas_section .form_container2 .form-control::-ms-input-placeholder {
    color: black;
}

.tarjetas_section .form_container2 .form-control::placeholder {
    color: black;
}

.tarjetas_section .form_container2 .nice-select .current {
    font-size: 16px
}


.tarjetas_section .form_container2 button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #e69c00;
    color: black;
    background-clip: padding-box;
    border: 1px solid #e69c00;
    border-radius: 0.25rem;
}

.tarjetas_section img {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    left: 130%;
    bottom: 160px;
}

.tarjetas_section .form_container2 button:hover {
    background-color: #ffbe33;
}

.tarjetas_section .map_container {
    width: 100%;
    height: 345px;
    border-radius: 10px;
    overflow: hidden;
}

    .tarjetas_section .map_container #googleMap {
        height: 100%;
        min-height: 100%;
        width: 100%;
    }
/* FINAL SECTION TARJETAS*/


/* SECTION PERFIL */

.perfil_section {
    position: relative;
}

    .perfil_section .heading_container {
        margin-bottom: 0;
        margin-left: 29px;
    }

        .perfil_section .heading_container h1 h2 h3 h4 {
            color: white;
        }

    .perfil_section .form_container {
        margin-bottom: 25px;
    }

    .perfil_section .container .container .accordion .card {
        background: #ffffff;
    }

        .perfil_section .container .container .accordion .card .card-body {
            color: black;
        }

        .perfil_section .container .container .accordion .card .card-header {
            color: black;
        }

            .perfil_section .container .container .accordion .card .card-header btn-link {
                color: black;
            }

body#tinymce {
    background: #FFFFFF
}

.perfil_section .form_container .form-control {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ced4da;
}

    .perfil_section .form_container .form-control label {
        color: white;
    }

    .perfil_section .form_container .form-control::-webkit-input-placeholder {
        color: black;
    }

    .perfil_section .form_container .form-control:-ms-input-placeholder {
        color: black;
    }

    .perfil_section .form_container .form-control::-ms-input-placeholder {
        color: black;
    }

    .perfil_section .form_container .form-control::placeholder {
        color: black;
    }

.perfil_section .form_container .nice-select .current {
    font-size: 16px
}


.perfil_section .form_container button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #e69c00;
    color: black;
    background-clip: padding-box;
    border: 1px solid #e69c00;
    border-radius: 0.25rem;
}

.perfil_section .form_container img {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    left: 130%;
    bottom: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -200px;
}

.perfil_section .form_container button:hover {
    background-color: #ffbe33;
}

/* FINAL SECTION PERFIL*/

/* SECTION ESCANER QR */

.tarjetas_section {
    position: relative;
}

    .tarjetas_section .heading_container2 {
        margin-bottom: 0;
    }

    .tarjetas_section .form_container2 {
        margin-bottom: 25px;
    }


body#tinymce {
    background: #FFFFFF
}

.tarjetas_section .form_container2 .form-control {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ced4da;
}

    .tarjetas_section .form_container2 .form-control label {
        color: white;
    }

    .tarjetas_section .form_container2 .form-control::-webkit-input-placeholder {
        color: black;
    }

    .tarjetas_section .form_container2 .form-control:-ms-input-placeholder {
        color: black;
    }

    .tarjetas_section .form_container2 .form-control::-ms-input-placeholder {
        color: black;
    }

    .tarjetas_section .form_container2 .form-control::placeholder {
        color: black;
    }

.tarjetas_section .form_container2 .nice-select .current {
    font-size: 16px
}


.tarjetas_section .form_container2 button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 55px;
    background-color: #e69c00;
    color: black;
    background-clip: padding-box;
    border: 1px solid #e69c00;
    border-radius: 0.25rem;
}

.tarjetas_section .form_container2 img {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    left: 130%;
    bottom: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -200px;
}

.tarjetas_section .form_container2 button:hover {
    background-color: #ffbe33;
}

.tarjetas_section .map_container {
    width: 100%;
    height: 345px;
    border-radius: 10px;
    overflow: hidden;
}

    .tarjetas_section .map_container #googleMap {
        height: 100%;
        min-height: 100%;
        width: 100%;
    }
/* FINAL SECTION TARJETAS*/


.container-img-paycash img {
    width: 100%;
    height: auto;
}

.swal2-popup .nice-select {
    visibility: hidden !important;
}


#loadingContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1060;
}

#ContentPlaceHolder1_loadingContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1060;
}

.center-both {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#ContentPlaceHolder1_loadingContainer img {
    width: 300px;
    height: 300px;
}

#ContentPlaceHolder1_loadingContainer p {
    color: white;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}


#ContentPlaceHolder1_loadingContainer p {
    color: white;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .owl-carousel .item {
        /* Asegúrate de que cada elemento tenga suficiente espacio */
        /* Puedes ajustar el ancho y otros estilos según sea necesario */
        width: 207px;
        margin: 0 5px; /* Margen opcional entre elementos */
    }

        /* Ajusta el tamaño de las imágenes si es necesario */
        .owl-carousel .item .img-box img {
            max-width: 100%; /* Ajusta el tamaño máximo de la imagen */
            height: auto; /* Para mantener la relación de aspecto */
        }

.owl-stage {
    justify-content: center;
    display: flex;
}

/* Media queries para hacer responsive el carrusel */
@media screen and (max-width: 768px) {
    .owl-carousel .item {
        width: 150px; /* Ajusta el ancho para pantallas más pequeñas */
    }
}

@media screen and (max-width: 576px) {
    .owl-carousel .item {
        width: 120px; /* Ajusta el ancho para pantallas aún más pequeñas */
    }
}
