#fullpage.no-scroll {
	overflow-y: hidden;
	max-height: 100vh;
}

.section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}

.section.one {
	background-image: url(../media/1.avif);
}

.section.two {
	background-image: url(../media/2.avif);
}

.section.three {
	background-image: url(../media/3.avif);
}

.section.four {
	background-image: url(../media/4.avif);
}

.section.five {
	background-image: url(../media/5.avif);
}

.section.six {
	background-image: url(../media/6.avif);
}

.section.seven {
	background-image: url(../media/7.avif);
}

.section.eight {
	background-image: url(../media/8.avif);
}

.section.nine {
	background-image: url(../media/9.avif);
}

.section.ten {
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.section__content {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	color: var(--primary-color);
}

.section__content2 {
	position: absolute;
	top: 10px;
	margin-bottom: 1000px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	color: var(--primary-color);
	margin-top: 5%;
}

.section__content__title1 {
	font-size: 6rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	color: white;
}

.section__content__title {
	font-size: 5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	color: white;
}

.section__content__subtitle1 {
	font-size: 2.5rem;
	font-weight: 1000;
	color: white;
	margin-bottom: 3px;
	
}

.section__content__subtitle2 {
	font-size: 1.7rem;
	font-weight: 700;
	color: white;
}

.section__content__subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	color: white;
}

.section__content__subtitle a {
	color: inherit;
}

.section__content__subtitle a:hover {
	text-decoration: underline;
}

.section__action__container1 {
	position: absolute;
	bottom: 45%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section__action__container2 {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* .section__action__container {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} */

.section__action__btn1 {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1rem;
	border-radius: .5rem;
	flex-basis: 20%;
	margin-inline: 5px;
	margin-bottom: 1rem;
	text-transform: capitalize;
}

.section__action__btn {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1rem;
	border-radius: .5rem;
	flex-basis: 20%;
	margin-bottom: 1rem;
	margin-inline: 5px;
	text-transform: capitalize;
}


.section__action__btn3 {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1rem;
	border-radius: .5rem;
	flex-basis: 20%;
	margin-bottom: 1rem;
	margin-inline: 5px;
	text-transform: capitalize;
	
}

.section__action__btn2 {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1rem;
	border-radius: .5rem;
	flex-basis: 20%;
	margin-bottom: 1rem;
	margin-inline: 5px;
	text-transform: capitalize;
}

.action__btn__primary1 {
	background: blueviolet;
	color: white;
}

.action__btn__secondary1 {
	background: whitesmoke;
	color: var(--primary-color);
}

.action__btn__primary2 {
	background: black;
	opacity: 0.8;
	color: white;
}

.action__btn__secondary2 {
	background: black;
	opacity: 0.8;
	color: white;
}

.action__btn__primary {
	background: blueviolet;
	color: white;
}

.action__btn__secondary {
	background: whitesmoke;
	color: var(--primary-color);
}

.cyber__logo {
	height: 100%;
	width: 1.8rem;
}

.action__btn__primary3 {
	background: blueviolet;
	color: white;	
}

.background-clip{
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	filter: brightness(1.5); /* 1 is normal, 1.5 is brighter */
}

@media (min-aspect-ratio:16/9){
	.background-clip{
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio:16/9){
	.background-clip{
		width: auto;
		height: 100%;

	}
}


.section__content {
	color: white;
	max-width: 400px;
}
  
.section__content h1 {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
}
  
.section__content button {
	background-color: rgba(255, 255, 255, 0.85);
	color: black;
	font-size: 1rem;
	padding: 12px 24px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s ease;
}
  
.section__content button:hover {
	background-color: rgba(255, 255, 255, 1);
}

/* .section__content2 lastpara{
	font-size: 1.5rem;
	font-weight: 600;
	color: white;
	margin-top: 2rem;
} */

 /* {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 300px;
	border: 3px solid #73AD21;
  } */