/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 18 2025 | 14:52:11 */
.collection__content__wrapper {
	margin-top: 20px;
}
.collection__content__wrapper .information__item {
	margin-bottom: 40px;
}
.collection__content__wrapper .information__item__content {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.collection__content__wrapper .information__item__content .information__item__content__big,
.collection__content__wrapper .information__item__content .information__item__content__small  {
	width: 49%;
}
.collection__content__wrapper .information__item .text {
	width: 72%;
	margin: 0 auto;
	color: #60666C;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.7px;
	
}

/* Project Detail Page CSS */
.collection-banner{
	display:flex;
	justify-content:center;
	align-items: center;
	height: 600px;
}
.collection-banner:not(:first-child){
	margin-top: 40px;
}
.collection-banner .collection-content {
	text-align: center;
	
}

.collection-banner .collection-content .collection-title{
	color: #FFF;
	text-align: center;
	font-family: "Seoge UI", Sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: 3px;	
}
.collection-banner a.collection-link{
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 28px;
}
.collection-banner .custom_underline_btn a.collection-link:not(.white)::after {
    background-color: #fff;
}

@media screen and (max-width:767px){
.collection__content__wrapper .information__item__content {
	    flex-direction: column;
        row-gap: 24px;
}
.collection__content__wrapper .information__item__content .information__item__content__big,
.collection__content__wrapper .information__item__content .information__item__content__small  {
	width: 100%;
}
	.collection__content__wrapper .information__item .text {
    width: 100%;
}
	.collection__content__wrapper {
    margin-top: 0px;
}
	.collection__content__wrapper .information__item {
    margin-bottom: 24px;
}
	.collection-banner .collection-content .collection-title {
    font-size: 24px;
    line-height: 32px;
}
	.collection-banner:not(:first-child) {
    margin-top: 24px;
}
}