:root {
	--accent-color: #D4AF37;
}

.text-accent {
	color: var(--accent-color);
}

.we-one_content-box ul {
	list-style-type: disc;
	padding-left: 2rem;
	margin-bottom: 30px;
}
.hero-wrapper .single-slider {
	padding-top: 120px;
}

.hero-content h1 {
	font-size: 80px;
}

.hero-wrapper .hero-content .text-button p {
	max-width: 375px;
}

.hero-wrapper-two .hero-slider-two .hero-content p {
	width: 50%;
	font-size: 20px;
	margin-bottom: 15px;
}

.sub-title {
	background: rgba(212, 175, 55, 0.1);
}

.about-content-box p {
	margin-bottom: 20px;
}

.single-features-item .img-holder .text h4.title {
	width: 100%;
}

.single-features-item .img-holder .text h4.title:before {
	display: none;
}

.single-features-item .img-holder .content {
	padding-top: 25px;
	text-align: center;
}

.single-features-item .img-holder .content-price {
	position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px 5px;
    background: red;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
}

.single-features-item .img-holder .content p {
	opacity: 1;
	margin-top: 0;
	max-height: 90px;
}
.single-features-item:hover .img-holder .content p {
	margin-top: 0;
}

.single-features-item .img-holder img {
	height: 400px;
	object-fit: cover;
}

.hero-button p{
  font-size: 20px;
  margin-bottom: 50px;
}

.about-section.black-bg .about-content-box h2, .about-section.black-bg .about-content-box p {
	color: #fff;
}

.black-bg .sub-title {
	color: var(--accent-color);
}

.single-gallery-item .gallery-img .icon-btn {
	background-color: var(--accent-color);
}

body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.hero-content h1 {
	font-family: "Montserrat", sans-serif;
}


.hero-wrapper-two .single-slider {
	padding: 90px 0 270px;
}

.about-two_content-box .card-list .card-item {
	transform: none !important;
	margin-left: 0 !important;
}

.about-two_content-box .card-list .card-item i {
	color: #E6B7C2;
}

.single-service-item-two .content .icon i {
	color: #E6D3A3;
}

.single-features-list .icon-inner .icon {
	color: #48D1CC;
}

.single-features-list .icon-inner .icon-check i {
	color: var(--accent-color);
}

.main-btn.primary-btn:hover {
	background-color: #48D1CC;
}

.single-service-item-two .content h3.title {
	font-size: 22px;
}

.single-service-item-two .content p {
	font-size: 15px;
}

.single-features-list .content h4 {
	font-weight: 500;
}