/* PROMO style 2 */
.location-section-promo.style-2 .section-background .photo, 
.location-section-promo.style-2 .section-background, 
.location-section-promo.style-2 .section-background .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-section-promo.style-2 {
    padding: 100px 0;
}

.location-section-promo.style-2 .section-background {
    height: 30%;
    bottom: 0;
    top: unset;
}

.location-section-promo.style-2 .ry-content > .ry-text p {
    margin: 20px 0 50px;
	font-size: 16px;
	line-height: 1.6;
}

.location-section-promo.style-2 .promo-wrapper {
    max-width: 1280px;
    border: 10px solid #fff;
    border-radius: 30px;
}

.location-section-promo.style-2 .ry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.location-section-promo.style-2 .each-promo-description:not(.active) {
    display: none;
}

.location-section-promo.style-2 .promo-wrapper .ry-each {
    display: flex;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left {
    width: 38%;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    border-right: 6px solid #fff;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right {
    width: 62%;
    padding: 40px 20px 25px;
    background: #f0e1dc;
    display: flex;
    align-items: center;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .photo-description {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .photo-description img {
    width: 100%;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text {
    max-width: 380px;
    width: 50%;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text h3 {
    color: #fd6881;
    line-height: 1.1;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text .span-1 {
    margin: 10px 0;
    display: block;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text p {
    line-height: 1.6;
    text-align: left;
	font-size: 16px;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text .ry-btn {
    margin-top: 25px;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title {
    height: 33.33%;
    background: #fee6e2;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title h3 {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fd6881;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title > div > div {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 10px;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title.active {
    background: #fd806e;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title.active h3, 
.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title.active div {
    color: #fff;
}

.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title:not(:last-child) {
    border-bottom: 6px solid #fff;
}


/* Promo style 2 */
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    .location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text {
		max-width: 460px;
		width: 60%;
	}
	.location-section-promo.style-2 .promo-wrapper .ry-each {
		flex-direction: column-reverse;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right {
		width: 100%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left {
		width: 100%;
		flex-direction: row;
		border-radius: unset;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		border-right: unset;
		border-top: 5px solid #fff;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title {
		height: 100%;
		width: 33.33%;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title h3 {
		font-size: 22px;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title:not(:last-child) {
		border-bottom: unset;
		border-right: 5px solid #fff;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title > div > div {
		font-size: 14px !important;
	}
}
@media (max-width: 768px) {

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title {
		width: 100%;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left .each-promo-title:not(:last-child) {
		border-right: unset;
		border-bottom: 5px solid #fff;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-left {
		flex-direction: column;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text {
		max-width: 100%;
		width: 100%;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		content: "";
		z-index: 1;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text {
		position: relative;
		z-index: 2;
	}

	.location-section-promo.style-2 .promo-wrapper .ry-each .promo-right .ry-text p {
		text-align: center;
	}
}
@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}