@font-face {
  font-family: 'BOOWIE';
  src: url('/wp-content/themes/twentytwenty/assets/fonts/Boowie/BOOWIE.woff2') format('woff2'),
       url('/wp-content/themes/twentytwenty/assets/fonts/Boowie/BOOWIE.woff') format('woff'),
       url('/wp-content/themes/twentytwenty/assets/fonts/Boowie/BOOWIE.ttf') format('truetype');
}

.main-heading h2 {
    font-family: 'BOOWIE';
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    line-height: 42px;        
    letter-spacing: 0.2em;     
    text-align: center;
    color: #C2A283;
    margin-bottom: 10px;
}
.main-heading p {
    font-family: 'ITC Avant Garde Gothic', sans-serif;
    font-weight: 300;
    font-style: normal;         
    font-size: 18px;
    line-height: 27px;          
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    margin-bottom: 38px;
}
section.palacio-lifestyle-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;      
    margin-bottom: 60px;  
    display: flex;  
    justify-content: center;     
    align-items: center;  
}
.palacio-lifestyle-content h2 {
    font-family: 'BOOWIE';
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    line-height: 42px; 
    letter-spacing: 0.2em;
    text-align: center;
    color: #C2A283;
}
section.clouds-section {
    margin-bottom: 60px;
}
.clouds-image img {
    width: 100%;
}
section.beauty-section {
    margin-bottom: 60px;
}
.nature-icon {
    margin-bottom: 20px;
}
.nature-icon img {
    margin: auto;
}
p.nature-text {
    font-family: 'ITC Avant Garde Gothic', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}
.lifestyle-beauty-slider .slick-prev,
.lifestyle-beauty-slider .slick-next,
.lifestyle-club-slider .slick-prev,
.lifestyle-club-slider .slick-next,
.lifestyle-regal-slider .slick-prev,
.lifestyle-regal-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 46px;
    height: 47px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0; 
    border: none;
    cursor: pointer;
}
.lifestyle-beauty-slider .slick-prev,
.lifestyle-club-slider .slick-prev,
.lifestyle-regal-slider .slick-prev {
    left: -30px;
    background-image: url('http://rarebyriviera.com/wp-content/uploads/2024/03/slift.png');
}
.lifestyle-beauty-slider .slick-next,
.lifestyle-club-slider .slick-next,
.lifestyle-regal-slider .slick-next {
    right: -30px;
    background-image: url('http://rarebyriviera.com/wp-content/uploads/2024/03/sright.png');
}
section.club-slider-section {
    margin-bottom: 60px;
}
.slide-item img {
    width: 100%;
}
section.regal-slider-section {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    margin-bottom: 60px;
}
section.regal-slider-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%; 
    background: #F5ECDD;
    z-index: 1;
}
section.regal-slider-section .container {
    position: relative;
    z-index: 2;
}
.container.regal-box {
    padding: 0 5%;
}
section.rera-no-section {
    margin-bottom: 60px;
}
.container.dolor-box {
    background-color: #F5ECDD;
    padding: 50px 100px;
}
.rera-no-content h4 {
    font-family: 'BOOWIE';
    font-weight: 400;
    font-style: normal;
    font-size: 34px !important;
    line-height: 34px !important; 
    letter-spacing: 0.2em;
    color: #C0A083;
}
.rera-no-content span {
    font-family: 'ITC Avant Garde Gothic', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    color: #333333;
}
section.korem-section {
    margin-bottom: 60px;
}
.container.touch-images {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 55px 55px;
}
.korem-content h2 {
	font-family: 'BOOWIE';
	font-size: 40px;
	font-weight: 400;
	line-height: 54px;
	letter-spacing: 0.2em;
	text-align: left;
	color: #C2A283;
}
.get-in-box {
	display: flex;
	justify-content: end;
}
a.get-in-btn {
	border: 1px solid;
	color: #C2A283;
	text-align: center;
    font-family: 'ITC Avant Garde Gothic', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.2px;
	display: inline-block;
	padding: 20px;
	width: auto;
	position: relative;
	text-decoration: none;
}
a.get-in-btn::after {
	content: '';
	position: absolute;
	width: 202px;
	height: 51px;
	border: 1px solid;
	top: 4px;
	left: -5px;
}
@media screen and (max-width: 1199px) {
    section.palacio-lifestyle-banner {
        height: 550px;
    }
    .palacio-lifestyle-content h2 {
        font-size: 36px;
        line-height: 44px;    
    }
    .main-heading h2 {
        font-size: 36px;
        line-height: 44px;  
    }
    .main-heading p {
        font-size: 16px;
        line-height: 24px; 
    }
    p.nature-text {
        font-size: 16px;
        line-height: 24px; 
    }
    .container.dolor-box {
        padding: 50px 40px;
    }
    .rera-no-content h4 {
        font-size: 28px !important;
        line-height: 28px !important; 
    }
    .rera-no-content span {
        font-size: 17px;
        line-height: 28px;
    }
    .container.touch-images {
        padding: 50px 40px;
    }
    .korem-content h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .container.touch-images {
        margin-bottom: 60px;
    }
} 
@media screen and (max-width: 991px) {
    section.palacio-lifestyle-banner {
        margin-bottom: 50px;
    }
    .palacio-lifestyle-content h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .main-heading h2 {
        font-size: 32px;
        line-height: 44px;
    }
    section.clouds-section {
        margin-bottom: 50px;
    }
    section.beauty-section {
        margin-bottom: 50px;
    }
    section.club-slider-section {
        margin-bottom: 50px;
    }
    section.regal-slider-section {
       margin-bottom: 50px;
    }
    .container.dolor-box {
        padding: 40px 35px;
    }
    .rera-no-content span {
        font-size: 16px;
        line-height: 24px;
    }
    section.rera-no-section {
        margin-bottom: 50px;
    }
    .korem-content h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 20px;
    }
    .get-in-box {
        display: flex;
        justify-content: center;
    }
    a.get-in-btn {
        font-size: 15px;
    }
    a.get-in-btn::after {
        width: 196px;
    }
    .container.touch-images {
        padding: 40px 35px;
    }
    section.korem-section {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    section.palacio-lifestyle-banner {
        height: 450px;
        padding: 0;
    }
    .palacio-lifestyle-content h2 {
        font-size: 28px;
        line-height: 38px;
    }
    section.clouds-section {
        padding: 0;
    }
    .main-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .main-heading p br {
         display: none;
    }
    .main-heading p {
        margin-bottom: 30px;
    }
    section.beauty-section {
        padding: 0;
    }
    section.club-slider-section {
        padding: 0;
    }
    section.regal-slider-section {
        margin-bottom: 0;
    }
    section.regal-slider-section::before {
        height: 80%;
    }
    section.rera-no-section {
        padding: 0;
    }
    section.korem-section {
        padding: 0;
    }
    .container.dolor-box {
        padding: 35px 24px;
    }
    .rera-no-content h4 {
        font-size: 26px !important;
        line-height: 26px !important;
        letter-spacing: 0.1em;
    }
    .rera-no-content span {
        font-size: 15px;
        line-height: 24px;
    }
    .container.dolor-box {
        padding: 35px 30px;
    }
    .korem-content h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    a.get-in-btn::after {
        height: 50px;
    }
    .korem-content h2 br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .main-heading h2 {
        font-size: 26px;
        line-height: 36px;
    }
    section.regal-slider-section {
        padding-top: 30px;
    }
    .rera-no-content h4 {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .container.dolor-box {
        padding: 30px 20px;
    }
    .container.touch-images {
        padding: 30px 20px;
    }
    .korem-content h2 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.1em;
    }

}