/* =============== SECTION-7 ============== */
.section-7{
	padding: 0;
	height: 94vh;
	background: url(../img/bg-7.webp) center no-repeat;
	background-size: cover;
}
.section-7 .wrap{
	flex-direction: column;
	justify-content: center;
}
/* =============== SECTION-8 ============== */
.section-8{
	background: var(--secondary-medium-grey);
}
.section-8 .wrap{
	align-items: flex-start;
	gap: 60px;
}
.section-8 .title-2{
	min-width: 50%;
}
/* =============== SECTION-9 ============== */
.section-9{
	background: var(--secondary-light-grey);
}
.section-9 .wrap{
	flex-direction: column;
	gap: 60px;
}
.section-9 h2{
	margin-bottom: 0;
}
.section-9-box{gap: 24px;}
.section-9-box h3{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--secondary-brand-blue);
	margin-bottom: 8px;
}
.section-9-box p{
	max-width: 570px;
}
.section-9-box-img{
	width: 477px;
	height: 350px;
}
.section-9-box-img-1{
	background: url(../img/bg-9-1.webp) no-repeat center;
	background-size: cover;
}
.section-9-box-img-2{
	background: url(../img/bg-9-2.webp) no-repeat center;
	background-size: cover;
}
.section-9-box-img-3{
	background: url(../img/bg-9-3.webp) no-repeat center;
	background-size: cover;
}

/* =============== SECTION-10 ============== */
.section-10{
	background: var(--secondary-brand-blue);
}
.section-10 .wrap{
	gap: 40px;
}
.section-10-inner{
	gap: 40px;
}
.section-10-inner-box{
	max-width: 425px;
}
.section-10-inner-box img{
	border: 1px solid var(--primary-basic-gold-on-dark-brand);
}
.section-10-inner-box-titles{
	border: 1px solid var(--primary-basic-gold-on-dark-brand);
	background: var(--primary-basic-gold-on-dark-brand);
	padding: 16px 24px;
	margin-top: -5px;
}
.section-10-inner-box-titles h3{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--secondary-black);
}
.section-10-inner-box-titles h4{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--text-secondary-dark);
}
.section-10-inner-box-text{
	border: 1px solid var(--primary-basic-gold-on-dark-brand);
	padding: 27px;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-white);
}
.section-10-inner-box-text p{
	font-weight: 300;
	margin-bottom: 16px;
}
.section-10-inner-box-text h4{
	font-weight: 500;
	margin-bottom: 8px;
}
.section-10-inner-box-text ul{
	padding-left: 32px;
	font-size: 16px;
}
.section-10-inner-box-text-1 ul{
	margin-bottom: 0px;
}
.section-10-inner-box-text ul li{
	list-style: disc;
}

/* full height */
.section-10-inner-box {
    display: flex;
    flex-direction: column;
}

.section-10-inner-box-text {
    flex-grow: 1; 
}

/* =============== SECTION-11 ============== */
.section-11{
	background: var(--secondary-brand-blue);
}
.section-11 .title-2-2{
	margin-bottom: 48px;
	font-weight: 500;
}
.section-11-img{
	width: 477px;
	height: 423px;
	background: url(../img/bg-11-1.webp) no-repeat center;
	background-size: cover;
}
.section-11-text{
	max-width: 40%;
}
.section-11-text ul{
	flex-direction: column;
	gap: 30px;
}
.section-11-text h3{
	position: relative;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--secondary-light-grey);
	margin-bottom: 10px;
}
.section-11-text-h3-1:before{
	content: "01.";
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 56px;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--primary-basic-gold-on-dark-brand);
	position: absolute;
	top: -5px;
	left: -100px;
}
.section-11-text-h3-2:before{
	content: "02.";
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 56px;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--primary-basic-gold-on-dark-brand);
	position: absolute;
	top: -5px;
	left: -100px;
}
.section-11-text-h3-3:before{
	content: "03.";
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 56px;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--primary-basic-gold-on-dark-brand);
	position: absolute;
	top: -5px;
	left: -100px;
}

.section-11-text p{
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-white);
	}

/* =============== MEDIA ============== */
@media (max-width: 1240px){
	.section-10-inner-box{
		max-width: 298px;
	}
	.section-10-inner-box img{
		width: 298px;
		height: 298px;
	}
	.section-10-inner-box-titles{
		padding: 32px;
	}
	.section-10-inner-box-titles h3{
		font-size: 22px;
	}
	.section-10-inner-box-titles h4{
		font-size: 16px;
	}
	.section-10-inner-box-text{
		padding: 32px;
		font-size: 16px;
	}
	.section-10-inner-box-titles-2 h4{
		max-width: 170px;
	}
	.section-10-inner-box-text-1 ul{
		margin-bottom: 0px;
	}
	.section-11-text ul {
		gap: 20px;
	}
}

@media (max-width: 1167px){
	.section-11-text h3 {
		font-size: 28px;
	}
	.section-11-text p{
		font-size: 16px;
	}
	.section-11-text-h3-1:before,
	.section-11-text-h3-2:before,
	.section-11-text-h3-3:before{
		font-size: 44px;
		left: -75px;
	}
	.section-11-img {
	    width: 460px;
	    height: 389px;
  }
}

@media (max-width: 1024px){
	.section-11-img {
	    width: 100%;
	    height: 350px;
	}
	.section-11-box{
		flex-direction: column;
		gap: 40px;
	}
	.section-11-text {
	    max-width: 100%;
	    padding-left: 75px;
	}
}

@media (max-width: 900px){
	.section-10 .wrap {
		flex-direction: column;
    	gap: 16px;
	}
	.section-10-inner-box{
		min-width: 46%;
		max-width: 100%;
	}
	.section-10-inner-box img{
		width: 100%;
		height: auto;
	}
	.section-10-inner-box-titles-2 h4{
		max-width: 100%;
	}
	.section-10-inner-box-text-1 ul{
		margin-bottom: 0px;
	}
	.section-11 .title-2-2 {
    	margin-bottom: 16px;
	}
}

@media (max-width: 768px){
	.section-8 .wrap{
		flex-direction: column;
		gap: 0px;
	}
	.section-9 .wrap{gap: 40px;}
	.section-9-box{
		flex-direction: column;
	}
	.section-9-box-img{
		width: 100%;
		height: 300px;
	}
	.section-9-box p{
		max-width: 100%;
	}
	.section-9-box-img-1,
	.section-9-box-img-3{
		order: -1;
	}
}

@media (max-width: 600px){
	.section-10-inner {
	    flex-direction: column;
	    align-items: center;
	}
	.section-10-inner-box-titles,
	.section-10-inner-box-text{
		padding: 16px;
	}
	.section-11-text h3 {
		font-size: 24px;
	}
	.section-11-text {
    	padding-left: 60px;
	}
	.section-11-text-h3-1:before,
	.section-11-text-h3-2:before,
	.section-11-text-h3-3:before{
		font-size: 36px;
		left: -60px;
	}
}

@media (max-width: 440px){
	.section-7 .wrap{
		justify-content: flex-end;
		padding-bottom: 150px;
	}
	.section-9 .wrap{
    	gap: 32px;
 	}
	.section-11-text ul {
    	gap: 60px;
	}
	.section-11-text {
    padding-left: 0px;
	}
	.section-11-text-h3-1:before,
	.section-11-text-h3-2:before,
	.section-11-text-h3-3:before{
		left: 0px;
		top: -44px;
	}
	.section-11-box {
    gap: 66px;
	}
}

