#button{display:flex;background-color:#e37c30;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#fff;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button.show{opacity:1;visibility:visible}html.page-home body main>section.home-intro-section{padding:80px 0}html.page-home body main>section.home-intro-section .container .content-split .btn{display:block;margin-top:30px}html.page-home body main>section.home-intro-section .container .content-split .content-lhs,html.page-home body main>section.home-intro-section .container .content-split .content-rhs{width:calc(50% - 40px)}@media only screen and (max-width:770px){html.page-home body main>section.home-intro-section .container .content-split .content-lhs,html.page-home body main>section.home-intro-section .container .content-split .content-rhs{width:100%}html.page-home body main>section.home-intro-section .container .content-split .content-lhs.content-lhs,html.page-home body main>section.home-intro-section .container .content-split .content-rhs.content-lhs{margin-bottom:20px}}html.page-home body main>section.home-intro-section .container .content-split .content-lhs img,html.page-home body main>section.home-intro-section .container .content-split .content-rhs img{width:100%;height:auto}html.page-home body main>section.projects-section{background-color:#444;padding:60px 0}html.page-home body main>section.projects-section .container{max-width:1520px;display:block}html.page-home body main>section.projects-section .container .title-split{display:flex;justify-content:space-between;gap:20px;margin-bottom:40px}html.page-home body main>section.projects-section .container .title-split .slider-nav{display:flex;gap:10px}html.page-home body main>section.projects-section .container .title-split .slider-nav .swiper-button-next,html.page-home body main>section.projects-section .container .title-split .slider-nav .swiper-button-prev{border:1px solid #e37c30;color:#e37c30;position:relative;width:30px;height:30px;border-radius:100%;padding:5px;display:flex;align-items:center;justify-content:center}html.page-home body main>section.projects-section .container .title-split .slider-nav .swiper-button-next.swiper-button-next,html.page-home body main>section.projects-section .container .title-split .slider-nav .swiper-button-prev.swiper-button-next{right:auto}html.page-home body main>section.projects-section .container .large-title{color:#fff}html.page-home body main>section.projects-section .container .project-slider .col{display:block;width:100%}html.page-home body main>section.projects-section .container .project-slider .col .image{overflow:hidden;width:100%;position:relative;aspect-ratio:3/4}html.page-home body main>section.projects-section .container .project-slider .col .image img{transition:.3s ease-in-out;width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}html.page-home body main>section.projects-section .container .project-slider .col:hover .image img{transform:scale(1.05)}html.page-home body main>section.projects-section .container .project-slider .col h2{font-size:24px;font-style:normal;font-weight:500;line-height:36px;color:#ededed;margin:0}html.page-home body main>section.projects-section .container .project-slider .col .project-completion-date{color:#ededed;font-weight:300}html.page-home body main>section.projects-section .container .project-slider .col p{color:#ededed;margin-top:10px}html.page-home body main>section.projects-section .container .project-slider .col .content{margin:15px 0}