* {
	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;
}
#aboutus {
    padding: 166px 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#aboutus .wrapper {
}

#aboutus .title {
    width: 30%;
}

#aboutus .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
}

#aboutus .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
}
#library {
    background-color: #f9f9f9;
    padding: 7% 4%;
}
#library .library-content {
    display: flex;
    justify-content: space-between;
}
#library .library-content .left {
    position: relative;
    width: 38%;
}

#library .library-content .left .library-image {
    border-radius: 20px;
}
#library .library-content .left .library-image img {
    display: block;
    width: 100%;
    height: 100%;
    /* height: 297px; */
}
#library .library-content .left .contents {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 74%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    background: #ffffff;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
}
#library .library-content .left .contents .number {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#library .library-content .left .contents .number span {
    font-size: 14px;
    font-weight: bold;
}
#library .library-content .left .contents .number span.count {
    color: #ffb55d;
    font-weight: bold;
}
#library .library-content .left .contents .number span.sky-blue {
    color: #79b3ff;
    font-weight: bold;
}
#library .library-content .left .contents hr.line {
    border: 1px solid #e1e1e1;
}
#library .library-content .left .contents .number span.group {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 12px;
    background-color: #ffedd7;
}
#library .library-content .left .contents .number span.group img {
    display: block;
    width: 100%;
}
#library .library-content .right {
    width: 50%;
}
#library .library-content .right h3 {
    text-align: left;
}
#library .library-content .right h2 {
    margin-bottom: 25px;
    font-weight: bold;
}
#library .library-content .right p {
    width: 98%;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
    color: rgba(130, 130, 130, 1);
}

#library .library-content .right a {
    color: #054289;
    font-size: 16px;
    font-weight: 400;
}
#administration {
    padding: 100px 0;
    background: #f9f9f9;
}

#administration .wrapper {
}

#administration .title {
    text-align: center;
}

#administration .title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
    font-family: "poppinsregular";
}

#administration ul.card {
    margin-top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

#administration ul.card li {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    width: 20%;
    background-color: #fff;
    padding: 25px;
}

#administration ul.card li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#administration ul.card li .img-container {
    height: 168px;
    width: 168px;
    margin: 0 auto;
    border-radius: 12px;
}

#administration ul.card li .img-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#administration ul.card li .details {
    text-align: center;
    margin-top: 12px;
}

#administration ul.card li .details h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#administration ul.card li .details span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}
#new-arrivals {
    padding: 100px 0px;
}

#new-arrivals .wrapper {
}

#new-arrivals .items {
}

#new-arrivals .items h2 {
    font-size: 34px;
    font-family: "poppinsregular";
    font-weight: 500;
    text-align: center;
}

#new-arrivals .items ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 70px;
}

#new-arrivals .items ul li {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
}

#new-arrivals .items li:nth-child(n + 9):nth-child(-n + 12) {
    margin-bottom: 0;
}

#new-arrivals .items li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#new-arrivals .items ul li .img-container {
    margin-bottom: 20px;
}

#new-arrivals .items ul li .img-container img {
    width: 100%;
    display: block;
}

#new-arrivals .items ul li h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #232323;
}

#new-arrivals .items ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}

#new-arrivals .items ul li span.label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(177, 177, 177, 1);
    opacity: 0.6;
    display: block;
}
.pagination {
    width: 60%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.pagination .left-arrow-box {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.pagination .left-arrow-box .icon {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.pagination .left-arrow-box span {
    color: #232323;
    opacity: 0.5;
    font-weight: 500;
    font-size: 16px;
    font-family: "poppinsmedium";
}

.pagination .middle {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pagination .middle .page-number {
    border-radius: 6px;
    height: 40px;
    width: 40px;
    padding: 8px;
    background: #fdfdfd;
    color: #032a58;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "poppinsmedium";
}

.pagination .middle .page-number.active {
    border: 1px solid #032a58;
}

.pagination .right-arrow-box {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.pagination .right-arrow-box .icon {
    width: 16px;
    height: 16px;
}

.pagination .right-arrow-box span {
    color: #232323;
    font-weight: 500;
    font-size: 16px;
    font-family: "poppinsmedium";
}