.ds-s1-area {
	padding-top: 10rem;
}
.ds-s1-row {
	display: flex;
	justify-content: space-between;
}
.ds-s1-left {
	width: 49rem;
	max-width: 100%;
	flex-shrink: 0;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	height: max-content;
}
.ds-s1-box {
	width: calc(50% - 1rem);
	background: rgba(125, 125, 125, 0.26);
	border-radius: .7rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
}
.ds-s1-box-icon {
	width: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ds-s1-title {
	font-size: 3.6rem;
	line-height: normal;
}
.ds-s1-text {
	margin-top: 3rem;
}
.ds-s1-right {
	width: 58rem;
	max-width: 100%;
}
.ds-s1-btns {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-top: 3rem;
}
.btn.ds-s1-btn-2 {
	border: .1rem solid #fff;
}
@media only screen and (max-width: 1050px) {
    .ds-s1-area {
    	padding: 0 15px;
    	padding-top: 77px;
    }
    .ds-s1-row {
    	flex-direction: column;
    }
    .ds-s1-left.blur-up-stagger {
    	flex-wrap: wrap;
    	gap: 10px;
    }
    .ds-s1-box {
    	width: 245px;
    	flex-shrink: 0;
    	border-radius: 4px;
    	padding: 7px 15px;
    }
    .ds-s1-title {
    	font-size: 32px;
    }
    .ds-s1-right {
    	margin-top: 25px;
    	width: 100%;
    }
    .ds-s1-text.blur-up {
    	margin-top: 15px;
    }
    .ds-s1-btns {
    	margin-top: 27px;
    	flex-wrap: wrap;
    }
    .ds-s1-btns .btn {
    	width: max-content;
    	flex-shrink: 0;
    }
}

/*Sec-2*/
.ds-s2-area {
	margin-top: 20rem;
}
.ds-s2-title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
}
.ds-s2-items {
	margin-top: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ds-s2-box {
	width: 22.7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}
.ds-s2-box-icon {
	width: 12rem;
	height: 12rem;
	background-color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.ds-s2-box-text {
	font-size: 2rem;
	font-weight: 600;
	margin-top: 2rem;
}
.ds-s2-box:not(:last-child)::after {
	content: '';
	width: .1rem;
	height: 12rem;
	background: #DBDBDB;
	position: absolute;
	top: 0;
	right: 0;
}

.ds-s3-area {
	margin-top: 5.8rem;
	border-top: .1rem solid #DBDBDB;
	padding-top: 5.8rem;
}
.ds-s3-row {
	display: flex;
	align-items: center;
	background-color: #212121;
	border-radius: 1.2rem;
	padding: 2rem;
	justify-content: space-around;
}
.ds-s3-box-icon {
	width: 13rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ds-s3-box-title {
	font-size: 2.6rem;
	line-height: normal;
	font-weight: 600;
}
.ds-s3-box-text {
	font-size: 1.7rem;
	margin-top: .2rem;
}
.ds-s3-box {
	/* width: 25%; */
	display: flex;
	align-items: center;
	/* justify-content: center; */
	position: relative;
}
.ds-s4-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ds-s4-c-box .icon {
	width: 3.3rem;
	height: 3.3rem;
}
.ds-s4-c-box .icon svg {
	max-width: 100%;
}
@media only screen and (max-width: 1050px) {
    .ds-s2-box-icon svg {
    	max-width: 5rem;
    }
    .ds-s2-area {
    	margin-top: 81px;
    }
    .ds-s2-title {
    	font-size: 30px;
    }
    .ds-s2-area .container, .ds-s3-area .container {
    	padding: 0 15px;
    }
    .ds-s2-items {
    	margin-top: 22px;
    }
    .ds-s2-box:not(:last-child)::after {
    	display: none;
    }
    .ds-s2-items {
    	margin-top: 30px;
    	flex-wrap: wrap;
    	gap: 33px;
    }
    .ds-s2-box-text {
    	margin-top: 10px;
    	font-size: 17px;
    }
    .ds-s2-box {
    	width: 140px;
    }
    .ds-s3-row {
    	flex-wrap: wrap;
    	gap: 16px;
    	padding: 30px 15px;
    	border-radius: 6px;
    }
    .ds-s3-box {
    	width: 100%;
    }
    .ds-s3-box-icon {
    	width: 61px;
    }
    .ds-s3-box-icon svg {
    	max-width: 100%;
    	max-height: 61px;
    }
    .ds-s3-box-title {
    	font-size: 20px;
    }
    .ds-s3-box-text {
    	font-size: 15px;
    	margin-top: 0px;
    }
}

/*Section-4*/
.ds-s4-area {
	margin-top: 20rem;
}
.ds-s4-video {
	width: 75rem;
	display: flex;
	flex-shrink: 0;
	border-radius: 1.7rem;
	overflow: hidden;
}
.ds-s4-content {
	width: 58.5rem;
	max-width: 100%;
}
.ds-s4-content-title {
	font-size: 3.6rem;
	line-height: normal;
}
.ds-s4-content-text {
	margin-top: 3rem;
}
.ds-s4-c-items {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.ds-s4-c-box {
	background: rgba(125, 125, 125, 0.26);
	border-radius: .7rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.2rem 3rem;
}
.ds-s4-c-box-title {
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 400;
}

/*Sec 5*/
.ds-s5-area {
	margin-top: 20rem;
}
.ds-s5-row {
	display: flex;
	gap: 7rem;
}
.ds-s5-content-title {
	font-size: 3.6rem;
}
.ds-s5-content-text {
	margin-top: 3rem;
	width: 63rem;
	max-width: 100%;
}
.ds-s5-content {
	width: 68rem;
	max-width: 100%;
	flex-shrink: 0;
}
.ds-s5-image {
	width: 64rem;
	max-width: 100%;
}
.ds-s6-area {
	margin-top: 12rem;
}
.ds-s6-row {
	display: flex;
	justify-content: space-between;
}
.ds-s6-image {
	width: 74.8rem;
	max-width: 100%;
	flex-shrink: 0;
	display: flex;
	border-radius: 1rem;
	overflow: hidden;
}
.ds-s6-content {
	width: 58.5rem;
	max-width: 100%;
}
.ds-s5-content-text p:not(:last-child) {
	margin-bottom: 1.5rem;
}
.ds-s5-content-text p strong {
	font-weight: 400;
	color: #F15927;
}
.ds-s6-area {
	margin-top: 16rem;
	margin-bottom: 20rem;
}
.ds-s6-content-text {
	margin-top: 2.6rem;
	width: 52rem;
	max-width: 100%;
}
.ds-s6-content-title {
	font-size: 3.6rem;
}
@media only screen and (max-width: 1050px) {
    .ds-s2-box-icon svg {
    	max-width: 5rem;
    }
    .ds-s2-area {
    	margin-top: 81px;
    }
    .ds-s2-title {
    	font-size: 30px;
    }
    .ds-s2-area .container, .ds-s3-area .container {
    	padding: 0 15px;
    }
    .ds-s2-items {
    	margin-top: 22px;
    }
    .ds-s2-box:not(:last-child)::after {
    	display: none;
    }
    .ds-s2-items {
    	margin-top: 30px;
    	flex-wrap: wrap;
    	gap: 33px;
    }
    .ds-s2-box-text {
    	margin-top: 10px;
    	font-size: 17px;
    }
    .ds-s2-box {
    	width: 140px;
    }
    .ds-s3-row {
    	flex-wrap: wrap;
    	gap: 16px;
    	padding: 30px 15px;
    }
    .ds-s3-box {
    	width: 100%;
    }
    .ds-s3-box-icon {
    	width: 61px;
    }
    .ds-s3-box-icon svg {
    	max-width: 100%;
    	max-height: 61px;
    }
    .ds-s3-box-title {
    	font-size: 20px;
    }
    .ds-s3-box-text {
    	font-size: 15px;
    	margin-top: 0px;
    }
    .ds-s4-area {
    	margin-top: 75px;
    	padding: 0 15px;
    }
    .ds-s4-row {
    	flex-direction: column;
    	align-items: flex-start;
    }
    .ds-s4-video {
    	width: 600px;
    	max-width: 100%;
    	border-radius: 6px;
    }
    .ds-s4-content {
    	margin-top: 20px;
    }
    .ds-s4-content-title {
    	font-size: 32px;
    }
    .ds-s4-content-text {
    	margin-top: 10px;
    }
    .ds-s4-c-items {
    	margin-top: 20px;
    }
    .ds-s4-c-box {
    	padding: 6px 15px;
    	border-radius: 5px;
    	gap: 6px;
    }
    .ds-s4-c-box .icon {
    	width: 23px;
    }
    .ds-s4-c-box-title {
    	font-size: 14px;
    }
    .ds-s5-area {
    	margin-top: 75px;
    	padding: 0 15px;
    }
    .ds-s5-content {
    	width: 100%;
    }
    .ds-s5-image {
    	display: none;
    }
    .ds-s5-content-title {
    	font-size: 32px;
    }
    .ds-s5-content-text {
    	margin-top: 15px;
    }
    .ds-s6-area {
    	padding: 0 15px;
    	margin-top: 79px;
    	margin-bottom: 81px;
    }
    .ds-s6-row {
    	flex-direction: column;
    }
    .ds-s6-image {
    	width: 550px;
    	border-radius: 6px;
    }
    .ds-s6-content-title {
    	font-size: 32px;
    }
    .ds-s6-content-text {
    	margin-top: 15px;
    }
}

/* ds-s2-area2 css */
.ds-s2-area2 {
	margin-top: 10rem;
	margin-bottom: 4rem;
}
.ds-s2-area2 .ds-s2-row {
	border-bottom: 0.1rem solid rgba(var(--light-rgb), 0.2);
	padding-bottom: 4rem;
}
@media only screen and (max-width: 1050px) {
	.ds-s2-area2 {
		margin-top: 6rem;
	}
}

/* ds-s3-area2 css */
.ds-s3-area2 {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10rem;
}
.ds-s3-container {
	max-width: 99rem;
}
@media only screen and (max-width: 1050px) {
	.ds-s3-area2 {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 6rem;
	}
}