
.container {
    max-width: 1500px;
    margin: auto;
}

/* news-cards */
#wrapper{
	width: 100%;
	background-color: #c0c0c0;
	height: 500px;
	margin-top: 250px;
}
.wrapper_image_left{
	width: 45%;
	height: 500px;
	position: absolute;
	right: 0;
	background-image: url('../24.jpg');
	background-size: cover;
	background-position: center center;
}
.top-image{
    position: absolute;
    top: -100px;
    left: 115px;
    background-image: url('../5ce3be2874fe12838815042d_Photo_05-p-1080.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    width: 500px;
    box-shadow: 40px 40px #c0c0c0;
}
.wrapper_image_left_rgba{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.wrapper {
    width: 1500px;
    margin:-218px auto;
}
.news-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 0;
    margin: 50px 0;
    position: relative;
    padding-left: 20px;
}

.news-cards::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    top: -50px;
    right: 0px;
    background-color: #666666;
}
.news-card::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -24px;
    background-image: url('../img/icons/bg.png');
    height: 85px;
    width: 85px;
    z-index: -1;
}

.news-card:first-child{
    margin-left: 0px;
}
.news-card:nth-child(2){
    margin-left: 10px;
}
.news-card {
    position: relative;
	width: 73%;
    height: 400px;
    box-shadow: 20px 20px #f26669;
    margin-left: 22px;
}
.news-card .news-card_image{
    width: 100%;
    height: 100%;
    background-image: url('../8e3994af-b809-4211-b128-e52cd69eb53f_LeStudio_Small-13.jpg');
    background-size: cover;
    background-position: center center;
}
.news-desc{
    position: absolute;
    top: 30%;
    height: 220px;
    right: -30%;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 0 42px -11px #000;
    padding: 10px 10px 10px 10px;
}
.news-desc h2 {
    font-size: 22px;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
}
.news-desc p {
    font-size: 17px;
    padding: 10px 0 15px;
    font-size: 15px;
    font-family: 'dejavu_sansextralight';
    font-weight: bold;
}
/*.news-desc .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	height: 68%;
	text-overflow: ellipsis;
}*/
.date {
    font-size: 13px;
    color: #f26669;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    letter-spacing: 1.1px;
}
.date i {
    padding-right: 2px;
}
.bottom-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrow i{
    font-size: 27px;
    margin-right: 10px;
    color: #000;
}
.arrow i:hover{
    font-size: 27px;
    margin-right: 10px;
    color: #ee6167;
}
.see-more {
    text-align: center;
}
.see-more a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.see-more a i {
    padding-left: 5px;
}
.see-more a:hover {
    text-decoration: underline;
}
.see-more a::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #ee3037;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.search{
	width: 1400px;
	margin:340px auto;
	
}
.search form,
.search form div:last-child {
	display: flex;
	gap: 2px;
	align-items: center;
}
#text{
    width: 200px;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.6);
    outline: none;
    color: #000;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 10px 5px;
    float: left;
}
#yar{
    width: 150px;
    height: 37px;
    border: 1px solid #fff;
    background-color: #fff;
    outline: none;
    color: #000;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 5px;
}
.send{
	width: 100px;
    height: 37px;
    border: 1px solid #fff;
    background-color: #fff;
    outline: none;
    color: #000;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
.send:hover{
	background-color: rgba(255,255,255,0.9);
	color: #000;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
@media (max-width: 1250px) {
	.news-desc h2 {
		font-size: 20px;
	}
	.news-desc p {
		font-size: 14px;
	}
}
@media (max-width: 570px) {
	.news-desc {
	height: 212px;
	right: -5%;
	width: 221px;
	padding: 10px 10px 10px;
}
	.news-desc h2 {
		font-size: 18px;
	}
	.news-desc p {
	padding: 5px 0 5px;
	}
	.search {
		margin: 215px auto !important;
	}
	.search form {
		flex-direction: column;
		justify-items: center;
	}
	.search #text {
		width: 245px !important;
	}
}