@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap";.gallery_section_container{min-width:100vw;min-height:100vh}.gallery_section_container .container_section{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:#e4667d;box-shadow:0 30px 50px #dbdbdb}.gallery_section_container .slide{position:relative;width:100%;height:100%}.gallery_section_container .item{width:180px;height:250px;position:absolute;top:50%;transform:translate(60%,22%);border-radius:15px;background-position:50% 50%;background-size:cover;display:inline-block;transition:.5s}.gallery_section_container .item .item_overlay{position:absolute;width:180px;height:250px;border-radius:15px;background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.42))}.gallery_section_container .item .item_overlay span{position:absolute;bottom:15px;left:15px;font-size:14px;font-weight:500;color:#fff}.gallery_section_container .item:first-child .item_overlay,.gallery_section_container .item:nth-child(2) .item_overlay{display:none}.gallery_section_container .item:first-child,.gallery_section_container .item:nth-child(2){top:0;left:0;transform:translate(0);border-radius:0;width:100%;height:100%}.gallery_section_container .item:nth-child(3){left:50%}.gallery_section_container .item:nth-child(4){left:calc(50% + 200px)}.gallery_section_container .item:nth-child(5){left:calc(50% + 400px)}.gallery_section_container .item:nth-child(n+6){left:calc(50% + 600px);opacity:0}.gallery_section_container .content{position:absolute;top:50%;left:100px;width:300px;text-align:left;color:#eee;transform:translateY(-50%);font-family:system-ui;display:none}.gallery_section_container .item:nth-child(2) .content{display:block}.gallery_section_container .content .name{font-size:40px;text-transform:uppercase;font-weight:700;opacity:0;animation:animate 1s ease-in-out 1 forwards}.gallery_section_container .content .des{margin-top:20px;margin-bottom:20px;line-height:1.3;opacity:0;animation:animate 1s ease-in-out .3s 1 forwards}.gallery_section_container .content button{padding:10px 20px;border:none;cursor:pointer;opacity:0;animation:animate 1s ease-in-out .6s 1 forwards;background-color:#e4667d;color:#fff;border-radius:2px;text-align:center}.gallery_section_container .content button:hover{opacity:.85}@keyframes animate{0%{opacity:0;transform:translateY(100px);filter:blur(33px)}to{opacity:1;transform:translate(0);filter:blur(0)}}.gallery_section_container .button{width:100%;position:absolute;bottom:60px;left:20%}.gallery_section_container .button button{width:50px;height:50px;border-radius:9999px;border:none;cursor:pointer;margin:0 8px;transition:.3s;background-color:#e4667d}.gallery_section_container .button button:hover{opacity:.85}.gallery_section_container .button .fas{color:#fff;font-size:20px}@media only screen and (max-width:768px){.container_section{overflow-x:hidden}}@media only screen and (max-width:540px){.item:nth-child(3){margin-top:50px}.item:nth-child(3),.item_overlay{height:200px!important}.item_overlay span{font-size:10px!important;bottom:5px!important;left:5px!important}}