/*
Theme Name: BASE Entertainment
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Hai Truong IT
Author URI: https://haitruongit.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1721185829
Updated: 2024-07-17 03:10:29

*/

.btn-book span.elementor-button-icon {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #B21F18;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
}

.btn-book span.elementor-button-content-wrapper {
    align-items: center;
}
.btn-book span.elementor-button-icon svg {
    width: 18px;
    height: auto !IMPORTANT;
}
body {
    background: linear-gradient(0deg, #8E0600, #4C0D0B);
}
.image-cover-dev {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 140%;
    background-position: 50% 50%;
    background-size: cover;
}

.image-cover-dev img {
    right: 0;
    width: 100%!important;
    height: 100% !important;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.box-modal-dev .modal-body {
    padding: 0;
}

.box-modal-dev .modal-body button.btn-close.btn-close-white.red-place {
    position: absolute;
    right: 15px;
    bottom: 30px;
    --bs-btn-close-white-filter: none;
    opacity: 1;
    background: transparent !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto!important;
    font-size: 24px;
}
.box-modal-dev .modal-body button.btn-close.btn-close-white.red-place span{
    font-family: "Marcellus", Sans-serif;
    padding-right: 10px;
    
}
.box-info-popup {
    padding-top: 30px;
    padding-bottom: 70px;
    padding-right: 15px;
}

.box-modal-dev .modal-content.bg-dark {
    background-color: rgb(0 0 0 / 65%) ! IMPORTANT;
}
.box-info-popup>h3 {
    font-family: "Marcellus", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media(min-width: 1200px){
    .box-modal-dev .modal-dialog.modal-lg.modal-dialog-centered {
        max-width: 1200px;
    }
}
@media(max-width: 768px){
    .box-info-popup>h3{
        font-size: 30px;
    }
	.box-info-popup {
		padding: 15px;
		padding-bottom: 70px;
		padding-top: 30px;
	}

	.box-modal-dev .modal-dialog.modal-lg.modal-dialog-centered {
		max-width: 300px;
	}
	.box-modal-dev .col-md-4 img {
		width: 100%;
	}
}