.reviews{height:100vh;background-color:#000814;color:#f0f0f0;padding:20px 40px;display:flex;flex-direction:column}.reviews .firstRow{height:10vh}.reviews .firstRow h1{margin:0}.reviews .secondRow{flex:1 1;display:flex;align-items:center;justify-content:center}.reviews .secondRow .reviewsBox{padding:30px 40px;border-radius:12px;width:80%;border:1px solid #333;display:flex;flex-direction:column;gap:20px}.reviews .secondRow .reviewsBox .imageContainer{width:100%;min-height:400px;max-height:max-content;overflow:hidden;border-radius:8px;position:relative}.reviews .secondRow .reviewsBox .imageContainer .reviewImage{transition:transform .3s ease}.reviews .secondRow .reviewsBox .navigationButtons{display:flex;justify-content:center;gap:20px}.reviews .secondRow .reviewsBox .navigationButtons .navButton{background:#fca311;border:none;border-radius:6px;width:50px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000814;font-size:18px}.reviews .secondRow .reviewsBox .navigationButtons .navButton:hover{background:#ffb627;transform:scale(1.1)}.reviews .secondRow .reviewsBox .navigationButtons .navButton:active{transform:scale(.95)}.reviews .secondRow .reviewsBox .navigationButtons .navButton:focus{outline:2px solid #fca311;outline-offset:2px}@media(max-width:450px){.reviews{padding:20px}.reviews .secondRow .reviewsBox{width:100%;padding:20px}.reviews .secondRow .reviewsBox .imageContainer{min-height:200px;max-height:max-content}}.navigation{height:12vh;display:flex;justify-content:flex-end;flex-direction:column;align-items:flex-end}.navigation div{margin-bottom:10px;font-size:1rem;cursor:pointer}.navigation div .isSelected{color:#fca311}@media(max-width:450px){.navigation{height:6vh;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #333;padding-top:25px}.navigation div{text-align:center;width:33.33%}.navigation div:nth-child(2){border-left:1px solid #333;border-right:1px solid #333;padding:0 20px}}
/*# sourceMappingURL=4368e78824858dec.css.map*/