@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Chetta Vissto';
    src: url('../fonts/ChettaVissto.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Chetta Vissto';
}

p,
span,
ul,
li,
a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

strong {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}

.header_box .logo-box img {
    width: 100%;
    max-width: 250px;
    padding-top: 25px;
}

.frame1 {
    background-image: url('../img/banner/Amore-Brochure-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100vh !important;
    position: relative;
}

.frame1 .txtFrame {
    left: 7%;
    bottom: 17%;
    width: 100%;
    max-width: 600px;
    position: absolute;
    border: none;
    padding: 20px;
    background: #ededed7d;
    border-radius: 10px;
}

.txtFrame h1 {
    font-size: 52px;
    animation: revealText 2s forwards;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 55px;
    position: relative;
    color: #4f1c1b;
    letter-spacing: 1px;
}

.frame1 .txtFrame p {
    font-size: 20px;
    line-height: 32px;
    color: #4f1c1b;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 15px;
}


.frame2 .frame_slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100vh !important;
    position: relative;
    background-image: url('../img/banner/Amore-Brochure-4.jpg');
}

.d-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.d-flex-wrap .wellness-description {
    margin-bottom: 0;
}

.big-text.change-left {
    grid-column: 1 / 6;
    padding-right: 40px;
    padding-left: 0;
}

.big-image.change-right {
    grid-column: 6 / 13;
    width: 100%;
}

.p_box {
    text-align: center;
    margin-top: 30px;
}

.p_box p {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}


.desktop_video {}

.mobile_video {
    display: none !important;
}
.fix_enquire_wrap {
    position: fixed;
    right: -150px;
    top: 50%;
    z-index: 999;
    transform: rotate(-90deg) translateY(100%);
}
.fix_enquire {
    background: var(--theme_color);
    color: #FFF;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}
 
.fix_enquire:hover {
    background: #000;
}
.modal_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 71%);
    z-index: 99910;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.22, 1.2);
}
.modal_popup.active {
    opacity: 1;
    visibility: visible;
}
.modal_popup_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_popup .modal_container {
    width: 500px;
    max-width: 90%;
    position: relative;
    background: #FFF;
    padding: 40px; 
    border-radius: 5px;
    transform: scale(0.9);
    transition: all 0.5s ease;
}
.modal_popup.active .modal_container {
    transform: scale(1);
}
.modal_popup .popup_close {
    position: absolute !important;
    top: -10px;
    right: -10px;
    background: #000000;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}
.modal_popup h2.font-subheading1 {
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
}
 
#enquire_popup_form .form_input {
    height: 44px;
    border: 1px solid rgb(0 0 0 / 40%);
    background-color: rgb(0 0 0 / 6%);
    border-bottom: 1px solid #9a9d86;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
}
#enquire_popup_form label {
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    color: #333;
    opacity: 1;
}
#enquire_popup_form textarea.form_input {
    height: 100px;
    padding: 15px;

}

#enquire_popup_form .form_control {
    margin-bottom: 20px;
}
.create_captcha_wrapper img {
    width: 125px; 
    height: 40px;
    object-fit: cover;
}
#enquire_popup_form label {
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    color: #333;
    opacity: 1;
}
.create_captcha_wrapper .form_input {
    width: 115px !important;
    font-size: 14px !important;
    height: 40px !important;
    padding: 8px 10px !important;
}
.create_captcha_wrapper {
    display: flex;
    gap: 0 15px;
}
.form_button {
    align-items: center;
    background-color: var(--theme_color);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    transition: background-color .3s ease;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    font-size: 19px;
}
#enquire_popup_form  .captcha-section {
    margin-top: 20px;
}
.whats_div {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 9;
}
.whats_div a {
    display: flex;
    align-items: center;
    color: #FFF;
    background: #4CAF50;
    width: 45px;
    height: 45px;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0/50%);
    transition: all .5s ease;
}
.mobile_version  {
    display: none !important;
}
@media (max-width:991px) {
    .desktop_video {
        display: none !important;
    }

    .mobile_video {
        display: block !important;
        height: auto !important;
    }
   
}



.btn-play-music {
    position: absolute;
    right: 30px;
    bottom: 53px;
    color: #FFF;
    font-size: 20px;
    background: var(--theme_color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 58%);
    z-index: 10;
    text-decoration: none;
}
.btn-play-music i {
    width: auto;
    margin-right: 2px;
    display: block; 
    position: relative;
}

@media (max-width: 991px) {
	.btn-play-music {
		left: auto;
		right: 30px;
		top: auto;
		bottom: 30px;
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}




.floor_plan .inqure_button {
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--theme_color);
    color: #FFF;
    font-size: 13px;
    padding: 8px 13px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 500;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    white-space: nowrap;
}
.floor_plan .inqure_button:hover {
    background: #000;
}

.ft_disclaimer {
    background: rgb(0 0 0 / 42%);
    padding: 20px;
}

.ft_disclaimer p {
    color: #FFF;
    font-size: 12px;
    font-weight: 200;
    line-height: 19px;
    margin: 0;
    letter-spacing: 0.2px;
}

.grecaptcha-badge {
    display: none !important;
}