/* Home hero section */
.rt-hero{
	position:relative;padding:100px 0;color:#fff;
	background:#222 center/cover no-repeat;
}
.rt-hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55);}
.rt-hero__inner{position:relative;display:flex;gap:30px;flex-wrap:wrap;}

.rt-hero__card{
	flex:1 1 320px;max-width:380px;background:var(--rt-primary);
	box-shadow:0 10px 40px rgba(0,0,0,.3);align-self:flex-start;
}
.rt-hero__card img{width:100%;display:block;}
.rt-hero__card-body{padding:40px 35px;}
.rt-hero__card-body h6{
	text-transform:uppercase;font-weight:700;font-size:20px;
	color:#fff;margin-bottom:18px;
}
.rt-hero__card-body .rt-list{
	font-weight:600;font-size:15px;color:var(--rt-dark);margin:0 0 30px;
}
.rt-hero__card-body .rt-list p{margin:0 0 14px;display:flex;gap:8px;}
.rt-hero__card-body .rt-list .rt-star{color:#fff;flex-shrink:0;}

.rt-hero__main{flex:1 1 480px;}
.rt-hero__main h1{
	color:var(--rt-primary);text-transform:uppercase;font-weight:700;
	font-size:32px;margin-bottom:6px;
}
.rt-hero__main h2{
	color:#fff;text-transform:uppercase;font-weight:700;
	font-size:22px;margin-bottom:24px;
}
.rt-hero__lead{
	color:var(--rt-primary);font-size:23px;font-weight:600;
	text-transform:uppercase;margin-bottom:45px;line-height:1.4;
}
.rt-hero__features{display:flex;flex-wrap:wrap;gap:30px 25px;}
.rt-hero__feature{
	flex:1 1 calc(50% - 25px);display:flex;gap:16px;align-items:flex-start;
}
.rt-hero__feature h6{
	color:#fff;text-transform:uppercase;font-weight:700;
	font-size:17px;margin:0;line-height:1.35;
}
.rt-ico-circle{
	flex-shrink:0;display:flex;align-items:center;justify-content:center;
	color:var(--rt-primary);font-size:40px;line-height:1;
}

@media (max-width:991px){
	.rt-hero__inner{
		display:flex;
		flex-direction:column;
		align-items:center;
		gap:28px;
	}

	.rt-hero__card{
		width:min(100%,420px);
		max-width:420px;
		flex:none;
		align-self:center;
		order:1;
	}

	.rt-hero__main{
		width:100%;
		flex:none;
		order:2;
	}

	.rt-hero__feature{flex:1 1 calc(50% - 25px);}
	.rt-hero{padding:60px 0;}
	.rt-hero__main h1{font-size:26px;}
	.rt-hero__main h2{font-size:20px;}
	.rt-hero__lead{font-size:20px;margin-bottom:28px;}
}
@media (max-width:767px){
	.rt-hero{padding:36px 0 42px;}
	.rt-hero__inner{gap:24px;}
	.rt-hero__card{
		width:100%;
		max-width:390px;
	}
	.rt-hero__card-body{padding:28px 24px;}
	.rt-hero__card-body h6{font-size:19px;}
	.rt-hero__card-body .rt-list{font-size:14px;}
	.rt-hero__card-body .rt-list p{gap:8px;}
	.rt-hero__main h1{font-size:22px;}
	.rt-hero__main h2{font-size:18px;}
	.rt-hero__lead{font-size:18px;margin-bottom:24px;}
	.rt-hero__features{gap:18px;}
	.rt-hero__feature{flex:1 1 100%;}
	.rt-hero__feature h6{font-size:15px;}
	.rt-ico-circle{font-size:32px;}
	.rt-hero__card .rt-btn{padding-left:18px;padding-right:18px;}
}

@media (max-width:480px){
	.rt-hero__card-body{padding:24px 20px;}
	.rt-hero__card-body h6{font-size:18px;}
	.rt-hero__main h1{font-size:20px;}
	.rt-hero__main h2{font-size:16px;}
	.rt-hero__lead{font-size:16px;}
}
