* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: none;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper-secondary {
	width: 80%;
	margin: 0 auto;
}
#spotlight {
	padding: 170px 0 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

#spotlight .left {
	display: flex;
	flex-direction: column;
}

#spotlight .left h1 {
	color: #ffffff;
	font-size: 55px;
}

#spotlight .left p {
	color: #ffffff;
	letter-spacing: 0.5px;
	width: 31%;
}
/* details */
#details {
	padding: 100px 0;
	background: #f9f9f9;
}
#details .body {
	display: flex;
	gap: 150px;
	/* margin-bottom: 30px; */
	margin: 0 15px 30px;
}
#details .body .left {
	width: 40%;
	height: 350px;
}
#details .body .left img.ground {
	width: 100%;
	height: 100%;
	display: block;
}
#details .body .right {
	width: 46%;
}
#details .body .right span.name {
	margin-bottom: 20px;
	display: block;
	color: #232323;
	opacity: 0.5;
}
#details .body .right h2.heading {
	color: #232323;
	margin-bottom: 30px;
}
#details .body .right h2.heading span.blue {
	color: #054289;
}
#details .body .right p.paragraph {
	line-height: 1.6em;
	font-size: 20px;
	font-family: "poppins-light";
}
/* magazine */
#magazine {
	padding: 100px 0;
	position: relative;
}
#magazine h3 {
	font-size: 32px;
	text-align: center;
	color: #232323;
	margin-bottom: 20px;
}

#magazine .magazine-cards2 .slick-list .slick-track {
	padding-bottom: 20px;
}
#magazine .magazine-cards {
}
#magazine .magazine-cards2 .card {
	border: 1px solid #e1e1e1;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 12px;
	box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
#magazine .magazine-cards2 .card .image {
	border-radius: 10px;
	overflow: hidden;
}
#magazine .magazine-cards2 .card .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
#magazine .magazine-cards .card .left {
}
#magazine .magazine-cards2 .card .left .magazine-name {
	font-size: 16px;
	color: #232323;
}
#magazine .magazine-cards2 .card .left .author {
	font-size: 14px;
	color: #828282;
}
#magazine .magazine-cards .slick-list .slick-track {
	padding-bottom: 20px;
}
#magazine .magazine-cards {
}
#magazine .magazine-cards .card {
	border: 1px solid #e1e1e1;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 12px;
	box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
#magazine .magazine-cards .card .image {
	border-radius: 10px;
	overflow: hidden;
}
#magazine .magazine-cards .card .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
#magazine .magazine-cards .card .left {
}
#magazine .magazine-cards .card .left .magazine-name {
	font-size: 16px;
	color: #232323;
}
#magazine .magazine-cards .card .left .author {
	font-size: 14px;
	color: #828282;
}
/* #magazine .magazine-cards .card .download-icon {
	width: 16px;
	height: 16px;
	cursor: pointer;
} */

#magazine .button-box {
	display: flex;
	justify-content: space-between;
	width: 87%;
	margin: 0 auto;
	position: absolute;
	/* top: 45%; */
	z-index: 10;
	left: 0;
	right: 0;
}
#magazine .slider-1 .button-box {
	top: 32%;
}
#magazine .slider-2 .button-box {
	bottom: 27%;
	top: unset;
}
#magazine .button-box button {
	background-color: #fff;
	width: 35px;
	height: 35px;
	padding: 8px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	/* box-shadow: hsba(0, 0%, 0%, 0.06); */
	box-shadow: 7px 11px 30px 0px rgba(0, 0, 0, 0.06);
}
#magazine .button-box button.slick-prev {
	/* opacity: 0.5; */
}
/* responsive */
@media all and (max-width: 1380px) {
	#spotlight .left p {
		width: 50%;
	}
}
@media all and (max-width: 1280px) {
	#details .body {
		gap: 61px;
		margin: unset;
	}
	#details .body .right p.paragraph {
		font-size: 18px;
	}
}
@media all and (max-width: 1080px) {
	/* #details .body {
		gap: 50px;
	} */
	#details .body {
		gap: 90px;
	}
	#details .body .right h2.heading {
		font-size: 24px;
		margin-bottom: 16px;
	}
	#details .body .right p.paragraph {
		font-size: 17px;
	}
	#details .body .left {
		height: 330px;
		width: 47%;
	}
	#details .body .right p.paragraph {
		font-size: 15px;
	}
	#magazine {
		padding: 80px 0;
	}
}
@media all and (max-width: 980px) {
	#details {
		padding: 80px 0;
	}
	#details .body {
		gap: 30px;
		flex-direction: column;
		align-items: center;
	}
	#details .body .left {
		height: 355px;
		width: 70%;
	}
	#details .body .right {
		width: 85%;
		text-align: center;
	}
	#magazine h3 {
		font-size: 28px;
	}
}
@media all and (max-width: 768px) {
	#spotlight {
		padding: 155px 0;
	}
	#spotlight .left p {
		width: 80%;
	}
	#details {
		padding: 40px 0;
	}
	#details .body .left {
		height: 390px;
		width: 100%;
	}
	#details .body .right {
		width: 100%;
	}
}
@media all and (max-width: 640px) {
	#spotlight .left h1 {
		font-size: 40px;
	}
	#details .body .left {
		height: 350px;
	}
	#magazine h3 {
		font-size: 24px;
	}
}
@media all and (max-width: 480px) {
	#spotlight .left {
		text-align: center;
	}
	#spotlight .left p {
		width: 100%;
		font-size: 14px;
	}
	#spotlight {
		padding: 100px 0;
	}
	#details {
		padding: 50px 0px;
	}
	#magazine {
		padding: 50px 0;
	}
	#magazine .magazine-cards .card {
		width: 300px !important;
	}
	#details .body .left {
		height: unset;
	}
	#details .body .right h2.heading {
		font-size: 22px;
	}
	#details .body .right p.paragraph {
		font-size: 14px;
		text-align: justify;
	}
	#spotlight .left h1 {
		font-size: 27px;
	}
}
@media all and (max-width: 360px) {
	#spotlight .left h1 {
		font-size: 37px;
	}
	#spotlight .left p {
		font-size: 14px;
	}
	#details .body .right h2.heading {
		font-size: 18px;
	}
	#details .body .right p.paragraph {
		line-height: 1.4em;
		font-size: 14px;
	}
}
