/*
Theme Name: Evolve
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Evolve.
Tested up to: 6.3
Requires at least: 4.4
Use it to make something cool, have fun, and share what you've learned with others.
*/

.image-rr {
    padding-bottom: 15px;
}
h2.ttl {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.booking-page-content a.more {
    background: #cfa866
;
    padding: 6px 30px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.package-style-one .single-package-style-one .text-box .price-box a.more {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    background: #cfa866
;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px;
    margin-top: 20px;
}
.gallery-gathering {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-gathering .image-container {
    background-size: cover;
    background-position: center center;
    width: 355px;
}
.gallery-gathering .image-container img {
    width:100%;
}
a.theme-btn-default {
    background: #cfa866;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    margin: 0px auto;
    letter-spacing: 2px;
}
.banner-booking-form .form-box input.submit {
    padding: 0px 0px;
    font-weight: 500;
    font-size: 16px;
}

a.whatsapplink {
    display: block;
    width: 45px;
    bottom: 45px;
    height: 45px;
    line-height: 45px;
    right: -20px;
    position: fixed;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    -moz-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -ms-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -o-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    z-index: 91;
}

.amenities {
	padding: 60px 0;
}
.amenities-content .title span {
    color: #caa169;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}
.amenities-content .title h3 {
    font-size: 34px;
    margin: 5px 0 15px;
}
.amenities-content .title p {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}
.amenities-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.amenity-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.amenity-item i {
    width: 60px;
    height: 60px;
    background: #caa169;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 24px;
}
.amenities-content {
    padding-right: 40px;
	padding-top: 40px;
}

@media(max-width:767px) {
    section.about-style-three.sec-pad {
        padding: 40px 0px 40px;
    }
   .gallery-gathering .image-container {
        width: 100%;
    }
    .booking-page .event-main .content-box.left-content {
        padding-right: 0px;
        padding-left: 0px;
    }
    .booking-page .event-main .content-box {
        margin-bottom: 0px;
        padding-right: 0px;
    }
	.booking-form-home-five {
		display:none;
	}
	a.whatsapplink {
		bottom: 60px;
		right: -30px;
	}
	
	.amenities-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin-bottom: 30px;
	}
	.amenity-item {
		display: flex;
		font-size: 14px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		text-align: center;
		background: #f7f7f7;
		padding: 10px 10px;
	}
	.amenity-item i {
		width: 50px;
		height: 50px;
		font-size: 20px;
		margin-bottom: 8px;
	}
	.amenities-content {
		padding-right: 0px;
		padding-top: 0px;
	}
	.amenities-content .title h3 {
		font-size: 32px;
		margin: 5px 0 15px;
	}
	.amenity-item span {
		line-height: 18px;
	}
	.offer-style-one-wrapper {
        margin: 0px 0px 0px !important;
    }
}