.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.p-0 {
	padding: 0px;
}

.pt-0 {
	padding-top: 0px;
}

.pl-0 {
	padding-left: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.section_header {
	margin-top: 130px;
}

.section_header h1 {
	width: 100%;
	display: table;
	text-align: center;
	color: var(--color-white);
	margin-bottom: 77px;
	font-weight: 900;
	font-size: 42px;
	font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_header h1 {
		font-size: 24px;
		font-family: 'Lato';
		margin-bottom: 49px;
		font-weight: 900;
	}
}

.section_gallery {
    background: var(--base-bg-color);
    padding: 80px 0px 148px;
}

.section_gallery_tab {
	padding-bottom: 99px;
}

.section_gallery_tab .section_gallery_tab_row {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.section_gallery_tab .section_gallery_tab_row .section_gallery_hr_img {
	margin-left: 24px;
	margin-right: 24px;
	width: 2.57px;
	height: 22.73px;
}

.section_gallery_tab .section_gallery_tab_row .section_gallery_tab_year {
	cursor: pointer;
}

.section_gallery_tab .section_gallery_tab_row .section_gallery_tab_year .section_gallery_tab_year_text {
	font-family: Lato;
	font-size: 24px;
	font-weight: 900;
	line-height: 28.8px;
	text-align: left;
	color: #4D4C4C;
}

.section_gallery_tab .section_gallery_tab_row .section_gallery_tab_year .section_gallery_tab_year_text.active {
	color: #E46B96;
}

.section_gallery__wrap {
	display: table;
	width: 100%;
	margin: 0px auto;
}

.section_gallery__box {
	float: left;
	max-width: 33%;
	padding: 12px;
	width: 364px;
	max-height: 457px;
	height: 457px;
}

.section_gallery__box img {
	cursor: pointer;
	object-fit: cover;
	width: 100%;
	max-width: 364px;
	height: 100%;
}

.section_gallery_btn_row {
	cursor: pointer;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section_gallery_btn_row {
	width: 100%;
	padding-top: 48px;
	justify-content: center;
	display: flex;
}

.section_gallery_btn_row .section_gallery_btn {
	padding: 25px 47.5px;
	border: 2px solid #fff;
	border-radius: 100px;
	color: #fff;
	text-align: center;
}

.section_gallery_btn_row .section_gallery_btn:hover {
	background: linear-gradient(90deg, #E46B96 -1.61%, #FF5089 38.65%, #ED488A 71.68%, #D73E8C 101.61%);
	color: var(--color-white);
	transition: 1s;
	border: 2px solid #E46B96;
}

.section_gallery_btn_row .section_gallery_btn.mobilehover {
	background: linear-gradient(90deg, #E46B96 -1.61%, #FF5089 38.65%, #ED488A 71.68%, #D73E8C 101.61%);
	color: var(--color-white);
	transition: 1s;
	border: 2px solid #E46B96;
}

.section_gallery_btn_row .section_gallery_btn .section_gallery_btn_text {
	font-family: Lato;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
}

.section_gallery__wrap .section_gallery__load-box.fade-in {
	animation: fade-in 1s;
}

.section_gallery_desktop {
	display: block;
}

.section_gallery_mobile {
	display: none;
}

#sheda-modal {
	background-color: #000;
	opacity: 1;
}

#sheda-modal .close {
	position: fixed;
	top: 16px;
	right: 16px;
	color: #f1f1f1;
	z-index: 1;
}

#sheda-modal .close img {
	vertical-align: middle;
	width: 30px;
}

#sheda-modal .modal-content {
	margin: auto;
	display: block;
	width: fit-content;
	max-width: 600px;
	border-radius: 0px;
}

#sheda-modal .modal-content.modal-content-img {
	height: 100%;
}

#sheda-modal-image {
	border-radius: 0px;
}

@media screen and (max-width: 991px) {
	.section_gallery {
		padding: 40px 0px 60px;
	}
	
	.section_gallery_tab {
		padding-bottom: 40px;
	}
	
	.section_gallery_tab .section_gallery_tab_row .section_gallery_tab_year .section_gallery_tab_year_text {
		font-family: Lato;
		font-size: 16px;
		font-weight: 900;
		line-height: 19.2px;
	}
	
	.section_gallery_tab .section_gallery_tab_row .section_gallery_hr_img {
		margin-left: 10px;
		margin-right: 10px;
	}

	.section_gallery__box {
		float: left;
		max-width: 100%;
		width: 100%;
		padding: 0px;
		height: auto;
	}

	.section_gallery__box img {
		width: 100%;
		max-width: 100%;
		height: 300px;
	}
	
	.section_gallery_desktop {
		display: none;
	}
	
	.section_gallery_mobile {
		display: block;
	}
	
	.mobile-section_gallery__load-box {
		display: grid;
		grid-template-columns: auto auto;
		gap: 24px;
		padding-bottom: 24px;
	}
	
	.mobile-section_gallery__load-box.last-single-gallery-loadbox {
		grid-template-columns: 48.5% auto;
	}
}

@media screen and (max-width: 767px) {
	.section_gallery__box {
		height: 200px;
	}

	.section_gallery__box img {
		width: 100%;
		max-width: 100%;
		height: 200px;
	}
	
	.mobile-section_gallery__load-box.last-single-gallery-loadbox {
		grid-template-columns: 48% auto;
	}
	
	#sheda-modal .modal-content {
		width: 80%;
	}
}

@media screen and (max-width: 575px) {
	.mobile-section_gallery__load-box.last-single-gallery-loadbox {
		grid-template-columns: 47% auto;
	}
}
@media screen and (max-width: 400px) {
	.section_gallery_tab .section_gallery_tab_row .section_gallery_tab_year .section_gallery_tab_year_text {
		font-family: Lato;
		font-size: 14px;
		font-weight: 900;
		line-height: 19.2px;
	}
}

@media screen and (max-width: 400px) {
	.section_gallery_tab .section_gallery_tab_row .section_gallery_tab_year .section_gallery_tab_year_text {
		font-family: Lato;
		font-size: 13px;
		font-weight: 900;
		line-height: 19.2px;
	}
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}