/* css banner  */
.banner-3 {
	position: relative;
	height: 820px;
	overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3 {
		height: inherit;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3::after {
		background: #2c2926;
		-webkit-backdrop-filter: blur(50px);
		backdrop-filter: blur(50px);
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: -1;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__space {
		padding-bottom: 50px;
	}
}
.banner-3::before {
	background: rgba(8, 10, 11, 0.3);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3::before {
		background: #2c2926;
	}
}
.banner-3 .container {
	position: relative;
}
.banner-3__shape-1 .img-1 {
	position: absolute;
	z-index: 9;
	left: -260px;
	top: 63px;
}
.banner-3__shape-1 .img-2 {
	position: absolute;
	z-index: 9;
	left: -170px;
	top: 78px;
}
.banner-3__shape-2 .img-1 {
	position: absolute;
	z-index: 9;
	left: -113px;
	top: 373px;
}
.banner-3__shape-2 .img-2 {
	position: absolute;
	z-index: 9;
	left: -173px;
	top: 388px;
}
.banner-3__shape-3 .img-1 {
	position: absolute;
	z-index: 9;
	left: 58px;
	bottom: -150px;
}
.banner-3__shape-3 .img-2 {
	position: absolute;
	z-index: 9;
	left: 148px;
	bottom: -138px;
}
.banner-3__content {
	position: relative;
	z-index: 9;
	margin-right: -56px;
	margin-top: 246px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__content {
		margin-right: 0;
		margin-top: 100px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__content {
		margin-right: 0;
		margin-top: 60px;
	}
}
.banner-3__content .subtitle {
	color: var(--rr-color-white);
	font-size: 24px;
	line-height: 34px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 4.5px 14px;
	margin-bottom: 4px;
	display: inline-block;
}
@media (max-width: 575px) {
	.banner-3__content .subtitle {
		font-size: 18px;
	}
}
.banner-3__content h1 {
	color: var(--rr-color-white);
	font-size: 70px;
	line-height: 94px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-3__content h1 {
		font-size: 60px;
		line-height: 74px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-3__content h1 {
		font-size: 44px;
		line-height: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banner-3__content h1 {
		font-size: 38px;
		line-height: 50px;
	}
}
@media (max-width: 575px) {
	.banner-3__content h1 {
		font-size: 30px;
		line-height: 40px;
	}
}
.banner-3__content p {
	color: var(--rr-color-white);
	font-size: 20px;
	font-weight: 500;
}
@media (max-width: 575px) {
	.banner-3__content p {
		font-size: 17px;
	}
}
.banner-3__btn-box {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
@media (max-width: 575px) {
	.banner-3__btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 35px;
	}
	.banner-3__content {
		margin-top: 50px;
	}
}
.banner-3__btn-box .rr-btn {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 12.5px 36.4px;
}
.banner-3__btn-box__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.banner-3__btn-box__wrapper .icon {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--rr-color-white);
	border-radius: 500px;
}
.banner-3__btn-box__wrapper a {
	color: var(--rr-color-white);
	font-size: 14px;
}
.banner-3__btn-box__wrapper a:hover {
	color: var(--rr-theme-primary);
}
.banner-3__media {
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__media {
		margin-top: 40px;
	}
}
.banner-3__media__shape {
	background-repeat: no-repeat;
	background-size: cover;
	height: 950px;
	width: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: -36px;
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__media__shape {
		margin-left: 0;
		width: 100%;
		height: 100%;
	}
}
.banner-3__media__shape .img img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: -585px;
	z-index: -1;
	top: -112px;
	width: unset;
	max-width: unset;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__media__shape .img img {
		position: inherit;
		right: inherit;
		top: inherit;
		width: 100%;
		height: 500px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__media__shape .img img {
		height: 300px;
	}
}
@media (max-width: 575px) {
	.banner-3__media__shape .img img {
		height: 250px;
		z-index: 1;
	}
}
.banner-3__media__shape .img-2 {
	top: 38%;
	left: 403px;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
	.banner-3__media__shape .img-2 {
		display: none;
	}
}

.img-2 img {
	max-width: unset !important;
}