@media (min-width: 1200px) {
    .navbar .nav-item:hover .dropdown-menu {
        max-width: 300px;
    }
	.dropdown-menu {
		min-width: 100%;
		width: auto;
	}
	#home h1 {
		font-size: calc(4.7vw);
	}
}
.tz-gallery .title {
	width: auto;
}

@media (min-width: 1200px) {
    .navbar .nav-item:hover .dropdown-menu {
        min-width: 300px;
    }
}
.dropdown-menu>li>a {
	text-wrap-mode: wrap;
}
.navbar-default .navbar-nav>.active>a:hover {
	color: #000000 !important;
}

#intro-home {
    background-image: var(--bg-image);
}

@media (max-width: 766.98px) {
	.nav-tabs li {
		width: 100%;
		display: grid;
	}

}

@media (max-width: 767.98px) {
	#intro-home {
		background-image: var(--bg-image-mobile);
		max-height: calc(100vh - 65px);
	}
	#home .intro-header-wrap {
		display: flex;
		align-items: end;
		max-height: calc(100vh - 65px);
	}
	.intro-header {
		top: 15%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 374.98px) {
	.intro-header {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.top-md-50 {
		top: 50% !important;
	}

}

@media (min-width: 1200px) {
	.menu-item-name {
		border-bottom: 1px dotted rgb(213, 213, 213, 0.2);
		margin-bottom: 1rem;
	}
	.menu-item-name p {
		border-bottom: none;
		margin-bottom: 0;
		max-width: calc(100% - 80px);
	}
}
.menu-item-name p span.capture {
    display: block;
    font-size: .7em;
    opacity: 0.8;
    line-height: 1.5em;
}




.messengers-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: white;
    background-color: #25D366;  
    border-radius: 50px;
    transition: all .3s ease
}

 
.messengers-list li a.whatsapp-btn {
    background-color: #20ba5a;
}
.messengers-list li a.telegram-btn {
    background-color: #0088cc;
}
.messengers-list li a.max-btn {
    background-color: #471aff; 
}
.messengers-list li a.facebook-btn {
    background-color: #1877f2;
}
.messengers-list li a.instagram-btn {
    background-color: #e1306c;
}
.messengers-list li a.yelp-btn {
    background-color: #d32323;
}

.messengers-list li a.phone-btn {
    background-color: #007bff; 
}

 
.messengers-btn {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: white;
    background-color: #25D366; 
    border-radius: 50px;
    transition: all .3s;
    position: relative;
    animation: pulseChat 2s infinite;  
}

 
.messengers-btn:hover {
    color: white;
    background-color: #20ba5a;
}

 
.messengers-btn.is-active {
    animation: none !important; 
    background-color: #25D366;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
}


@keyframes pulseChat {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

 
.messengers {
    position: fixed;
    right: 30px;
    bottom: 95px;
    z-index: 300
}
.messengers-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    z-index: 300
}
.messengers-btn::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
    opacity: 0.8;
    transform: translate(-105%, 0);
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}
.messengers-btn:hover::after {
    opacity: 0;
    transform: translate(0, 0);
}
.messengers-btn-i-close {
    display: none
}
.messengers-btn.is-active .messengers-btn-i-message {
    display: none
}
.messengers-btn.is-active .messengers-btn-i-close {
    display: block
}
.popup-social-chat-button-layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	z-index: 229;
	transition: all .3s ease-in-out;
}
.popup-social-chat-button-layout-item {
	margin: auto;
	text-align: center;
	width: 300px;
	display: none;
}
.popup-social-chat-button-layout.hover {
	display: flex !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.popup-social-chat-button-layout-item.hover {
	display: block !important;
}
.popup-social-chat-button-layout-item img {
	width: 300px;
}
.popup-social-chat-button-layout-item p {
	color: white;
	font-size: 18px;
	margin: 20px 0 0 0;
	padding: 0;
}
@media(max-width: 991.98px) {
    .messengers-btn {
        width:  50px;
        height: 50px;
    }
    .messengers-list li a {
        width: 50px;
        height: 50px
    }
    .messengers {
        right: 30px;
        bottom: 30px;
    }
    .popup-social-chat-button-layout {
        display: none;
    }
}


.navbar-default .navbar-toggler:hover {
	color: #000 !important;
}

.navbar-default .navbar-toggler i:hover {
	color: #000 !important;
}

.btn-primary:focus {
    outline: 1px solid #f8ead1 !important;
}

.btn-primary:focus:not(:hover) {
    color: #000000 !important;
}

.btn-primary:hover:not(:focus) {
    color: #ffffff !important;
    outline: 1px solid #f8ead1;
}


.modal {
    --bs-modal-color: var(--bs-gray-100);
    --bs-modal-bg: var(--bs-gray-900);
    --bs-modal-width: 624px;
    backdrop-filter: blur(15px)
}

.modal-content {
    padding: 40px;
    border: 0;
    border-radius: 2px;
    justify-content: center;
    position: relative;
    z-index: 1
}

@media(max-width: 991.98px) {
    .modal-content {
        padding:40px 30px
    }
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.modal-headline {
    text-align: center
}

@media(max-width: 991.98px) {
    .modal-headline-big {
        font-size:32px;
        line-height: 1
    }
}

.modal-body {
    padding: 36px 0 0 0
}

@media(max-width: 991.98px) {
    .modal-body {
        padding:26px 0 0 0
    }
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.modal-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.modal-form-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.modal-form-btn {
    width: 100%
}

@media(max-width: 991.98px) {
    .modal-form {
        gap:30px
    }
}

.modal-close {
    padding: 0;
    position: absolute;
    top: 19px;
    right: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0);
    border: none;
    color: var(--bs-gray-100);
    opacity: .5;
    transition: all .3s
}

.modal-close-icon {
    width: 16px;
    height: 16px
}

.modal-close:hover {
    opacity: 1
}

.modal-backdrop {
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.4
}

@media(max-width: 575.98px) {
    .modal-dialog {
        margin-left:15px;
        margin-right: 15px
    }
}
