.home-section{background-color:white;height:calc(100vh - var(--poster-normal-height));z-index:-1;justify-content:flex-start;padding:10px 30px}.home-container,.home-section{display:flex;flex-direction:column}.home-container{height:350px;width:1200px}.home-1{display:flex;flex-direction:row;height:100%;justify-content:flex-end;align-items:flex-end;padding:0 0 30px 50px}.orange-text{font-weight:500}.orange-text,.subsidiaries p{color:rgba(0,0,0,.7);transition:color .3s ease}.subsidiaries p{font-size:.7rem;letter-spacing:5px;font-weight:400;cursor:default}.subsidiaries p:hover .orange-text{color:#d25400}.subsidiaries{position:relative;height:fit-content;width:323px;padding-bottom:10px;display:flex;flex-direction:column;gap:5px;border-bottom:20px solid black;flex-shrink:0;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.subsidiaries.hidden{opacity:0;transform:translateY(20px)}.subsidiaries h1{font-family:Corbel,sans-serif;font-size:.9rem;text-align:left;letter-spacing:2px;margin-bottom:7px}.dot{position:absolute;top:-25px;right:0;background-color:black;height:50px;width:50px;border-radius:50%;z-index:1;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.dot.hidden{opacity:0;transform:scale(.5)}.col-1{width:70%}.col-2{text-align:center}.col-1-row-1{height:50%;display:flex;justify-content:center;align-items:center;background-image:url(/images/poster.jpeg);background-size:cover;background-position:50%;background-repeat:no-repeat;filter:grayscale(100%);transition:filter .3s ease}.col-1-row-1:hover{filter:grayscale(0)}.col-1-row-2{display:flex;flex-direction:row;height:50%}.col-1-row-2-col-1{width:50%;display:flex;justify-content:center;align-items:center;background-image:url("/images/sample (2).jpg");background-size:cover;background-position:50%;background-repeat:no-repeat;filter:grayscale(100%);transition:filter .3s ease}.col-1-row-2-col-1:hover{filter:grayscale(0)}.col-1-row-2-col-2{width:50%;display:flex;justify-content:center;align-items:center;background-image:url("/images/sample (1).jpg");background-size:cover;background-position:50%;background-repeat:no-repeat;filter:grayscale(100%);transition:filter .3s ease}.col-1-row-2-col-2:hover{filter:grayscale(0)}.col-2{width:30%;display:flex;justify-content:center;align-items:center;background-image:url(/images/poster-2.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;filter:grayscale(100%);transition:filter .3s ease}.col-2:hover{filter:grayscale(0)}.tag{height:50px;background-color:black;justify-content:center;align-items:center;font-weight:400;padding:10px 20px;white-space:nowrap;letter-spacing:3px}.list,.tag{color:white;display:flex;flex-direction:column;font-size:1rem}.list{height:700px;width:100px;position:absolute;right:280;z-index:100;gap:10px;padding:50px 20px;font-weight:800;letter-spacing:2px;text-align:right}@media (max-width:1024px){.home-section{height:50vh;padding:20px 15px;justify-content:flex-start}.home-1,.subsidiaries{display:none!important}.mobile-navbar{display:flex;flex-direction:column;width:fit-content;margin-top:10px;margin-left:10px;font-family:Corbel,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:3px;opacity:0;animation:fadeInUp .8s ease-out .3s forwards;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.mobile-navbar.hidden{opacity:0;transform:translateY(20px);animation:none}.mobile-navbar p{cursor:pointer;transition:all .3s ease;padding:8px 0;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media (min-width:1025px){.mobile-navbar{display:none}}@media (max-width:768px){.quote{font-size:1.8rem}.author{font-size:1rem!important}}@media (max-width:480px){.home-section{padding:15px 10px}.quote{font-size:1.5rem;max-width:95%}.author{font-size:.9rem!important}}