/*
Theme Name:     HIGUS Theme
Theme URI:      https://hi-gus.com/
Author:         Agus Awaludin
Author URI:     https://hi-gus.com/
Description:    This is a theme specially built for HIGUS Website.
Version:        1.0.0
Template:       twentytwenty
Text Domain:    twentytwenty-child
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background-color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
}

.content {
    color: #282828;
}

.entry-header a,
.content a,
article a {
    color: #AA1228;
    text-decoration: none;
}

#site-header .nav-toggle::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('assets/images/menu.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
}

.menu-modal button.close-nav-toggle {
    padding: 2.7rem 0 !important;
}

.menu-modal button.close-nav-toggle::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('assets/images/menu-close.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    right: 20px;
}

.menu-modal .mobile-menu .modal-menu {
    padding: 30px;
}

.menu-modal .mobile-menu .modal-menu > li {
    border-color: #282828;
    border-width: 0 0 2px 0;
}

.menu-modal .mobile-menu .modal-menu > li:last-child {
    border-bottom: 0;
}

.menu-modal .mobile-menu .modal-menu a {
    padding: 36px !important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 44px;
    color: #282828;
    text-decoration: none;
}

.modal-menu a:focus, .modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: none !important;
}

#site-header .nav-toggle > *,
.menu-modal button.close-nav-toggle > * {
    display: none;
}

#site-header .header-navigation-wrapper .primary-menu li a {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 30px;
    color: #282828;
    text-decoration: none;
}

#site-header .header-navigation-wrapper .primary-menu li a::first-letter,
.menu-modal .mobile-menu .modal-menu a::first-letter {
    color: #AA1228;
}

#site-header .header-navigation-wrapper .primary-menu li:not(:first-child) {
    margin-left: 40px;
}

.section-inner {
    max-width: 1080px;
}

.site-logo img {
    max-height: 40px;
}

.introduction {
    display: flex;
    width: 100%;
    padding: 40px 0;
    gap: 30px;
}

.introduction > div,
.introduction .left-side .links > div {
    display: block;
    width: 50%;
}

.introduction .left-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.introduction .left-side > *:not(:last-child) {
    margin: 0 0 15px;
}

.introduction .left-side > *:last-child {
    margin: 45px 0 0;
}

.introduction .left-side .headline-text {
    font-size: 64px;
}

.introduction .left-side .headline-text span {
    color: #AA1228;
}

.introduction .left-side .description-text {
    font-size: 22px;
    max-width: 430px;
}

.introduction .left-side .links {
    display: flex;
    gap: 30px;
}

.introduction .left-side .links > div {
    aspect-ratio: 1/1;
    border-radius: 34px;
}

.introduction .left-side .links .my-works a {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 50px;
    color: #282828;
    background: #F2F2F2;
    padding: 30px;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 34px;
}

.introduction .left-side .links .my-works a:hover {
    color: #FFFFFF;
    background: #AA1228;
}

.introduction .left-side .links .social-links {
    background-color: #AA1228;
    padding: 30px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.introduction .left-side .links .social-links > a {
    background: #282828;
    border-radius: 50%;
    box-shadow: 2px 8px 12px 0 #570712;
    opacity: 0.28;
    overflow: hidden;
    object-fit: contain;
}

.introduction .left-side .links .social-links > a::after {
    content: '';
    display: block;
    background-size: 40%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.1s ease-in-out;
}

.introduction .left-side .links .social-links > a.instagram::after {
    background-image: url('assets/images/social/instagram.svg');
}

.introduction .left-side .links .social-links > a.linkedin::after {
    background-image: url('assets/images/social/linkedin.svg');
}

.introduction .left-side .links .social-links > a.email::after {
    background-image: url('assets/images/social/envelope.svg');
}

.introduction .left-side .links .social-links > a.dribble::after {
    background-image: url('assets/images/social/dribble.svg');
}

.introduction .left-side .links .social-links > a:hover {
    opacity: 1;
}

.introduction .left-side .links .social-links > a:hover::after {
    background-size: 50%;
}

.introduction .right-side {
    width: 100%;
}

.introduction .right-side img {
    border-radius: 34px;
}

.blog-highligt {
    margin-top: 40px;
}

.blog-highligt .blog-list {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(6, 1fr);
}

.blog-highligt .blog-list .blog-card {
    grid-column: span 2;
    background-color: #282828;
    border-radius: 34px;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

/* .blog-highligt .blog-list .blog-card:nth-child(1),
.blog-highligt .blog-list .blog-card:nth-child(2)
{
    grid-column: span 4;
    height: 340px;
    width: 100%;
} */

.blog-highligt .blog-list .blog-card .overlay {
    background: linear-gradient(to bottom, #282828, #282828, transparent);
    padding: 30px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    transition: top 0.5s, background 0.45s, padding 0.3s ease-in-out;
    background-size: 100% 200%;
    background-repeat: no-repeat;
}

.blog-highligt .blog-list .blog-card:hover .overlay {
    background: linear-gradient(to bottom, #282828, #282828, transparent);
    background-size: 100% 100%;
    padding-bottom: 40%;
    top: -100%;
}

.blog-highligt .blog-list .blog-card .overlay::after {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url('assets/images/blog/icongroup.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.blog-highligt .blog-list .blog-card .readmore-button {
    position: absolute;
    bottom: -68px;
    right: 10px;
    transition: bottom 0.45s ease-in-out;
}

.blog-highligt .blog-list .blog-card:hover .readmore-button {
    bottom: 10px;
}

.blog-highligt .blog-list .blog-card .readmore-button a {
    height: 48px;
    display: flex;
    background: #AA1228;
    color: #FFFFFF;
    padding: 0 30px;
    border-radius: 24px;
    align-items: center;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 28px;
}

.blog-highligt .blog-list .blog-title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 36px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-highligt .blog-list .blog-card:nth-child(even) .overlay {
    background: linear-gradient(to bottom, #AA1228, #AA1228, transparent);
    background-size: 100% 200%;
}

.blog-highligt .blog-list .blog-card:nth-child(even):hover .overlay {
    background: linear-gradient(to bottom, #AA1228, #AA1228, transparent);
    background-size: 100% 100%;
}

.blog-highligt .blog-list .blog-card:nth-child(even) .overlay::after {
    filter: invert(13%) sepia(0%) saturate(0%) hue-rotate(279deg) brightness(35%) contrast(88%);
}

.blog-highligt .blog-list .blog-card:nth-child(even) .readmore-button a {
    background: #FFFFFF;
    color: #282828;
}

.blog-highligt .blog-list .blog-card:hover .overlay::after {
    background-size: 0;
}

.single-post .entry-header {
    padding: 40px 0;
    position: relative;
}

.single-post .entry-header .entry-title {
    font-size: 48px;
}

.single-post .entry-header .section-inner > *:not(:first-child) {
    margin: 20px auto 0;
}

.single-post .featured-media img {
    border-radius: 34px;
}

.single-post .post-inner {
    position: relative;
}

.single-post .post-inner p {
    max-width: 714px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

.single-post .entry-header::after {
    content: '';
    width: 48px;
    height: 92px;
    background-image: url('assets/images/blog/pin.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 20%;
    right: 8%;
    z-index: 9;
    margin: auto;
    rotate: 45deg;
}

.single-post .post-inner::before {
    content: '';
    width: 48px;
    height: 92px;
    background-image: url('assets/images/blog/pencil.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10%;
    left: 8%;
    z-index: 9;
    margin: auto;
    rotate: 110deg;
}

.single-post .post-inner::after {
    content: '';
    width: 130px;
    height: 126px;
    background-image: url('assets/images/blog/lamp.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 10%;
    right: 8%;
    z-index: 9;
    margin: auto;
    rotate: 55deg;
}

#site-footer {
    padding: 110px 0 30px;
    margin-top: 80px !important;
    position: relative;
    overflow: hidden;
    border: 0;
}

#site-footer .section-inner {
    /* flex-direction: column; */
    /* padding-left: 25%; */
}

#site-footer .section-inner::before {
    /* content: url('assets/images/hi-gus-logo.svg'); */
    position: absolute;
    left: 0;
    bottom: 0;
}

#site-footer .section-inner .footcolumn {
    position: relative;
}

#site-footer .section-inner .footcolumn:first-child {
    width: 25%;
}

#site-footer .section-inner .footcolumn:first-child::before {
    content: '';
    width: 585px;
    height: 472px;
    background-image: url('assets/images/hi-gus-logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    float: right;
    right: 60px;
    z-index: 9999;
    top: -155px;
}

#site-footer .section-inner .footcolumn:last-child {
    width: 75%;
}

#site-footer .section-inner .wpforms-container {
    margin: 30px 0;
}

#site-footer .section-inner h2 {
    margin: 0 0 10px;
    font-size: 50px;
}

#site-footer .section-inner > div {
    width: 100%;
}

#site-footer .section-inner form {
    position: relative;
}

#site-footer .section-inner form .wpforms-field {
    padding: 0;
}

#site-footer .section-inner form .wpforms-submit-container {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin: 0;
}

#site-footer .section-inner form .wpforms-submit-container .wpforms-submit,
.section-inner .contact-form form .wpforms-submit-container .wpforms-submit,
.comment-respond #submit {
    background: #AA1228 !important;
    height: 48px;
    border-radius: 100px;
    padding: 0 30px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size: 28px;
}

#site-footer .section-inner form .wpforms-field input,
.section-inner .contact-form form .wpforms-field input,
.section-inner .contact-form form .wpforms-field textarea {
    max-width: 100%;
    height: 78px;
    padding: 15px 0;
    border-radius: 0;
    border: 0;
    font-size: 22px;
    border-bottom: 2px solid #282828;
}

#site-footer .section-inner form .wpforms-field input::placeholder {
    font-style: italic;
    color: #282828 !important;
    opacity: 0.5;
}

#site-footer  .footer-copyright {
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.contact-form {
    max-width: 714px;
    margin: auto;
}

.about {
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.about .about-header {

}

.about .about-header .profile-image img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: auto;
}

.about .about-header .profile-info {
    text-align: center;
    padding: 30px 0 80px;
    border-bottom: 2px solid #282828;
    margin-bottom: 80px;
}

.about .about-header .profile-info h2,
.about .about-summary h2 {
    margin: 0;
    font-size: 64px;
}

.about .about-header .profile-info h2 span {
    color: #AA1228;
}

.about .about-header .profile-info .title {
    font-size: 22px;
}

.about .about-summary {
    border-bottom: 2px solid #282828;
    margin-bottom: 80px;
    padding-bottom: 40px;
}

.about .about-summary > div:not(:last-child) {
    margin-bottom: 80px;
}

.about .about-summary h2 {
    margin: 0 auto;
}

.about .about-summary .about-detail,
.about .about-summary .about-career {
    max-width: 900px;
    margin: auto;
    display: flex;
}

.about .about-summary .about-detail .title,
.about .about-summary .about-career .title {
    text-wrap: nowrap;
    width: 35%;
}

.about .about-summary .about-detail .description,
.about .about-summary .about-career .description {
    width: 75%;
    font-size: 18px;
}

.about .about-summary .about-detail p {
    line-height: 1.7em;
}

.about .about-summary .about-career .job-group .position h2 {
    font-size: 30px;
}

.about .about-summary .about-career .job-group .company {
    font-size: 16px;
    font-weight: 500;
    color: #AA1228;
    margin: 5px 0 10px;
}

.about-works .tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.about-works .tab button {
    background-color: #F2F2F2;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    padding: 0 30px;
    height: 48px;
    border-radius: 24px;
    text-decoration: none;
}

.about-works .tab button h2 {
    margin: 0;
    font-size: 28px;
    line-height: 52px;
    color: #282828;
}

.about-works .tab button:hover,
.about-works .tab button.active {
    background-color: #AA1228;
}

.about-works .tab button:hover h2,
.about-works .tab button.active h2 {
    color: #FFFFFF;
}

.about-works .tabcontent {
    display: none;
}

.about-works .tabcontent .sites,
.about-works .tabcontent .design-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.about-works .tabcontent .project-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.about-works .tabcontent .thumbnail .img-wrap {
    position: relative;
    cursor: pointer;
}

.about-works .tabcontent .sites .site,
.about-works .tabcontent .design-list .design,
.about-works .tabcontent .project-list .project {
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 28px;
    padding: 10px 30px;
    min-height: 140px;
    display: flex;
    align-items: center;
    color: #282828;
    gap: 30px;
    transition: 0.3s;
    position: relative;
}

.about-works .tabcontent .sites .site:hover {
    background: #AA1228;
    color: #FFFFFF;
}

.about-works .tabcontent .sites .site .name {
    
}

.about-works .tabcontent .sites .site .name h2,
.about-works .tabcontent .design-list .design .name h2,
.about-works .tabcontent .project-list .project .name h2 {
    margin: 0;
    font-size: 36px;
}

.about-works .tabcontent .sites .site .name span,
.about-works .tabcontent .design-list .design .name span,
.about-works .tabcontent .project-list .project .name span {
    font-size: 18px;
    color: #828282;
}

.about-works .tabcontent .project-list .project p {
    margin-top: 20px;
}

.about-works .tabcontent .sites .site::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url('assets/images/about/globe.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.3s;
}

.about-works .tabcontent .sites .site:hover::before {
    margin-left: -110px;
}

.about-works .tabcontent .sites .site .link a {
    background: #FFFFFF;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.about-works .tabcontent .sites .site .link a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/about/link.svg');
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}

.about-works .tabcontent .sites .site:hover .link a {
    right: 30px;
}

.about-works .tabcontent .sites .site:hover .name span {
    color: #FFFFFF;
    opacity: 0.5;
}

.about-works .tabcontent .design-list .design {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}

.about-works .tabcontent .project-list .project {
    padding: 30px;
    align-items: flex-start;
}

.about-works .tabcontent .design-list .design .name::before,
.about-works .tabcontent .project-list .project .name::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.3s;
    float: left;
    margin-top: 5px;
    margin-right: 30px;
}

.about-works .tabcontent.ui .design-list .design .name::before  {
    background-image: url('assets/images/about/design.svg');
}

.about-works .tabcontent.gd .design-list .design .name::before  {
    background-image: url('assets/images/about/design-2.svg');
}

.about-works .tabcontent.pm .project-list .project .name::before  {
    background-image: url('assets/images/about/team.svg');
}

.about-works .tabcontent .design-list .design .name,
.about-works .tabcontent .design-list .design .thumbnail {
    width: 100%;
}

.about-works .tabcontent .design-list .design .thumbnail .img-wrap > img,
.about-works .tabcontent .project-list .project .thumbnail > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 18px;
}

.about-works .tabcontent .design-list .design .thumbnail .img-wrap::before {
    content: '';
    background: #AA1228;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 18px;
    opacity: 0;
    transition: 0.15s;
}

.about-works .tabcontent .design-list .design .thumbnail .img-wrap::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('assets/images/about/eye-2.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.15s;
    opacity: 0;
}

.about-works .tabcontent .design-list .design:hover .thumbnail .img-wrap::before {
    opacity: 0.8;
}

.about-works .tabcontent .design-list .design:hover .thumbnail .img-wrap::after {
    opacity: 1;
}

.about-works .tabcontent .project-list .project > div {
    width: 50%;
}

.about-works > h2 {
    font-size: 64px;
    margin: auto;
    text-align: center;
}

.about .img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(170, 18, 40, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 99999;
}

.about .img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    padding: 100px;
}

.about .img-popup .close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.about .img-popup .close-btn .bar {
    height: 4px;
    background: #FFFFFF;
}

.about .img-popup .close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}

.about .img-popup .close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}

.about .img-popup.opened {
    display: flex;
}

.about .img-popup.opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {
    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    visibility: invisible;
  }

/* For Mobile Phones Portrait or Landscape View */
@media ( max-width: 640px ) {

    #site-footer {
        padding-top: 40px !important;
        margin-top: 40px !important;
    }

    #site-footer .section-inner .footcolumn:first-child {
        display: none;
    }

    #site-footer .section-inner .footcolumn:last-child {
        width: 100%;
    }
    
    #site-footer .section-inner h2 {
        font-size: 44px;
        max-width: 240px;
    }

    #site-footer .section-inner form .wpforms-submit-container {
        position: relative;
        margin-top: 45px;
    }

    #site-footer .section-inner form .wpforms-submit-container .wpforms-submit,
    .section-inner .contact-form form .wpforms-submit-container .wpforms-submit {
        width: 100%;
    }

    #site-footer .section-inner form .wpforms-field input,
    .section-inner .contact-form form .wpforms-field input,
    .section-inner .contact-form form .wpforms-field textarea {
        font-size: 18px;
    }

    #site-footer .footer-copyright {
        text-align: center;
    }

    .nav-toggle .toggle-icon svg,
    .nav-toggle .toggle-text {
        display: none;
    }

    .nav-toggle .toggle-inner,
    .nav-toggle .toggle-inner .toggle-icon {
        padding: 0;
        width: 50px;
        height: 50px;
    }

    .introduction .left-side .links .my-works a,
    .introduction .right-side img,
    .introduction .left-side .links > div,
    .single-post .featured-media img {
        border-radius: 28px;
    }

    .introduction {
        flex-direction: column-reverse;
        padding: 0;
    }

    .introduction .left-side .headline-text {
        font-size: 44px;
    }

    .introduction .left-side .description-text {
        font-size: 18px;
    }

    .introduction .left-side .links .my-works a {
        font-size: 40px;
    }

    .introduction .left-side > *:last-child {
        margin: 20px 0 0;
    }

    .introduction .left-side .links {
        gap: 10px;
    }

    .introduction .left-side .links .social-links {
        padding: 20px;
        gap: 10px;
    }

    .blog-highligt .blog-list {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .about .about-header {
        margin-top: 20px;
    }

    .about .about-header .profile-image img {
        max-width: 180px;
        max-height: 180px;
    }

    .about .about-header .profile-info h2 {
        font-size: 44px;
    }

    .about .about-summary h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .about .about-header .profile-info .title {
        font-size: 16px;
    }

    .about .about-header .profile-info {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .about .about-summary .about-detail,
    .about .about-summary .about-career {
        flex-direction: column;
    }

    .about .about-summary .about-detail .title,
    .about .about-summary .about-career .title,
    .about .about-summary .about-detail .description,
    .about .about-summary .about-career .description {
        width: 100%;
    }

    .about .about-summary .about-career .job-group .position h2 {
        font-size: 24px;
    }

    .about .about-summary > div:not(:last-child) {
        margin-bottom: 40px;
    }

    .about-works .tab {
        flex-direction: column;
    }

    .about-works .tab button {
        text-align: left;
    }

    .about-works .tabcontent .sites,
    .about-works .tabcontent .design-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .about-works .tabcontent .sites .site::before {
        display: none;
    }

    .about-works .tabcontent .sites .site .name h2,
    .about-works .tabcontent .design-list .design .name h2,
    .about-works .tabcontent .project-list .project .name h2 {
        font-size: 28px;
    }

    .about-works .tabcontent .sites .site .name span,
    .about-works .tabcontent .design-list .design .name span,
    .about-works .tabcontent .project-list .project .name span {
        font-size: 16px;
    }

    .about-works .tabcontent .sites .site .link a {
        right: 20px;
        width: 60px;
        height: 60px;
        background: #AA1228;
    }

    .about-works .tabcontent .sites .site .link a::after {
        filter: brightness(0) saturate(100%) invert(87%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(101%);
        background-size: 60%;
    }

    .about-works .tabcontent .sites .site,
    .about-works .tabcontent .design-list .design,
    .about-works .tabcontent .project-list .project {
        min-height: 100px;
    }

    .entry-content {
        position: relative !important;
        z-index: 99 !important;
    }

    .single-post .entry-header::after,
    .single-post .post-inner::before,
    .single-post .post-inner::after {
        opacity: 0.08;
        transform: scale(0.75);
    }

    .singular .featured-media-inner {
        width: calc(100% - 4rem);
    }

    .single-post .entry-header .entry-title {
        font-size: 36px !important;
    }
}