@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}.home-header-container{width:100vw;height:100vh}.home-video-container{width:98vw;height:70vh;overflow:hidden;margin:1rem auto;border-radius:1rem}.home-footer{width:100vw;height:60vh}@media (max-width: 900px){.home-video-container{height:50vh}}@media (max-width: 700px){.home-footer{height:40vh}}@media (max-width: 500px){.home-video-container{height:30vh}}@keyframes clipReveal{0%{clip-path:inset(0 100% 0 0);opacity:0}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(-8rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideLeft{0%{opacity:0;transform:translate(10rem)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(-10rem)}to{opacity:1;transform:translate(0)}}@keyframes fadeBackground{0%{opacity:.5;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.project-slider{width:100%;height:100%;display:flex;overflow:hidden;position:relative;align-items:center;flex-direction:column;justify-content:center}.project-background{top:0;left:0;width:100%;height:100%;z-index:-1;position:absolute;background-size:cover;background-position:center;background-repeat:no-repeat}.project-background-preview{transition:background-image 1s ease-in-out}.project-background-right-next{animation:fadeSlideLeft 1s ease-in-out}.project-background-left-next{animation:fadeSlideRight 1s ease-in-out}.slider{width:97%;display:flex;align-items:center;justify-content:space-between}.left-arrow,.right-arrow{width:2.5rem;padding:.5rem;cursor:pointer;max-width:6rem;border-radius:2rem;background-color:#00000080;box-shadow:0 .3rem .6rem #0000004d;transition:filter .3s ease,transform .3s ease}.left-arrow:hover,.right-arrow:hover,.left-arrow:active,.right-arrow:active{filter:brightness(0) invert(1)}.right-arrow:hover,.right-arrow:active{transform:translate(10%)}.left-arrow:hover,.left-arrow:active{transform:translate(-10%)}.project-title,.project-subtitle{opacity:0;font-size:5rem;font-weight:500;font-family:Inter,sans-serif;animation:clipReveal 1s ease-in-out forwards}.name-slider{display:flex;cursor:pointer;align-items:center;flex-direction:column;justify-content:center}.project-title{color:#fff;text-align:left}.project-subtitle{color:#fff;text-align:right;margin-right:-35%}.point-slider{bottom:2%;width:100%;gap:.5rem;display:flex;list-style:none;margin-right:3rem;position:absolute;justify-content:end;align-items:center}.point{padding:.6rem;border-radius:1rem;transition:background-color .3s ease-in-out}@media (max-width: 900px){.project-title,.project-subtitle{font-size:3.5rem}.point{padding:.5rem}}@media (max-width: 500px){.left-arrow,.right-arrow{width:2rem}.project-title,.project-subtitle{font-size:3rem}}.nav-bar{top:0;left:0;z-index:10;width:100%;padding:.8rem;display:flex;position:fixed;align-items:center;justify-content:space-between;transition:background-color .3s ease-in-out}.main-kova-img{width:10rem;cursor:pointer;transition:transform .3s ease-in-out}.main-kova-img:hover{transform:scale(1.02)}.nav-links{gap:1rem;display:flex;list-style:none;align-items:center;justify-content:center}.link-item{border:none;cursor:pointer;border-radius:2rem;padding:.5rem 2rem;transition:transform .3s ease-in-out;background-color:#ffffff4d}.link-item:hover{transform:scale(1.02)}.link-item:active{transform:scale(.95)}.link-item.active{background-color:#fffc}.link-item.active h4{color:#253646}.link-item h4{color:#fff;font-weight:100;font-size:small;text-align:center;font-family:Poppins,sans-serif}a{text-decoration:none}.nav-links li{display:flex;align-items:center;justify-content:center}@media (max-width: 700px){.main-kova-img{width:7rem}.link-item{padding:.5rem 1rem}}@media (max-width: 500px){.main-kova-img{width:6rem}.link-item{padding:.5rem .55rem}.nav-links{gap:.5rem;justify-content:space-between}}@media (max-width: 400px){.main-kova-img{width:5rem}.nav-links{margin-left:1rem}.link-item h4{font-size:.6rem}.link-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center}}.footer{width:100%;height:100%;padding:1rem 2rem;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.footer-slide{top:0;left:0;width:100%;height:100%;position:absolute;background:linear-gradient(to bottom,#0000,#000c 75%,#000000e6 85%,#000 90%)}.footer-information-container{bottom:0;width:100%;height:100%;position:absolute;display:flex;flex-direction:column;justify-content:flex-end}.footer-title-container{display:flex;margin-bottom:5rem;align-items:flex-end;justify-content:space-between}.footer-section-title-title,.footer-section-title-subtitle{font-size:3.5rem;font-family:Inter,sans-serif}.footer-section-title-title{color:#fff;text-align:left}.footer-section-title-subtitle{color:#fff;text-align:right;margin-left:2rem}.footer-social-icon-container{gap:2rem;width:100%;display:flex;margin-bottom:2rem;align-items:center;justify-content:center}.social-icon{width:2.5rem;cursor:pointer;transition:transform .3 ease-in}.social-icon:hover{transform:scale(1.05)}.facebook-icon{transition:fill .3s ease-in-out}.facebook-icon:hover{fill:#ffffff80}.instagram-icon path{transition:fill .3s ease-in-out}.instagram-icon:hover path{fill:#ffffff80}.whatsapp-icon g path{transition:fill .3s ease-in-out}.whatsapp-icon:hover g path{fill:#ffffff80}@media (max-width: 800px){.footer-section-title-title,.footer-section-title-subtitle{font-size:2rem}.social-icon{width:2rem}}.loading-container{width:100vw;height:100vh;overflow:hidden;background:linear-gradient(90deg,#253646,#5b8095,#253646,#5b8095);display:flex;align-items:center;justify-content:center;background-size:200% 200%;animation:gradient-animation 4s ease-in-out infinite}@keyframes gradient-animation{0%{background-position:left top}50%{background-position:right bottom}to{background-position:left top}}.loading-kova-img{width:100%;height:100%;object-fit:cover}.offers-container{width:100vw;min-height:100vh;display:flex;background-color:#253646}.offers-image-container{flex:1;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-right-radius:2rem}.offers-right-container{flex:2;gap:2rem 0;display:flex;flex-direction:column;justify-content:space-between}.offers-description{color:#fff;margin-top:3rem;font-weight:100;font-size:medium;text-align:center;font-family:Poppins,sans-serif}.types-offers-container{width:100%;height:100%;display:flex;list-style:none;justify-content:space-around}.types-offers-container li{width:30%;height:80%;border-radius:1rem;background-size:cover;background-position:center;background-repeat:no-repeat}.types-offers-item{margin-top:2rem}.types-offers-container li a{width:100%;height:100%;position:relative;border-radius:1rem;background-color:#25364666;display:flex;flex-direction:column;justify-content:flex-end;transition:background-color .3s ease-in-out}.types-offers-container li a:hover,.types-offers-container li a:active{background-color:#fff3}.types-offers-title-container{padding:.5rem}.types-offers-title,.types-offers-subtitle{color:#fff;font-size:large;font-weight:600;font-family:Inter,sans-serif}.types-offers-subtitle{margin-left:2rem}.open-item-button{display:none}@media (max-width: 1200px){.open-item-button{z-index:5;display:block;position:absolute;display:flex;align-items:center;justify-content:center;top:2%;right:2%;border:none;border-radius:5rem;background-color:#00000080;box-shadow:0 1rem 2rem #00000080}.types-offers-container li{transition:all .1s ease-in-out}.types-offers-container li:active{transform:scale(.95)}}@media (max-width: 800px){.offers-description,.types-offers-title,.types-offers-subtitle{font-size:.8rem}.types-offers-subtitle{margin-left:1rem}}@media (max-width: 500px){.offers-container{height:auto;display:block}.types-offers-container{gap:2rem;padding:1rem;height:auto;flex-direction:column}.offers-image-container{display:none}.offers-description{padding:1rem;margin-top:0rem}.types-offers-container li{width:100%;height:13rem}.types-offers-item{margin:0}.offers-description{font-size:1rem}}.video-container{width:100%;height:100%;position:relative}.video-element{width:100%;height:100%;object-fit:cover}.play-button{opacity:0;top:50%;left:50%;border:0;z-index:3;cursor:pointer;position:absolute;background-color:transparent;transform:translate(-50%,-50%);transition:opacity 1s ease-in-out}.mute-button{opacity:0;bottom:0;right:2%;border:0;z-index:3;cursor:pointer;position:absolute;background-color:transparent;transition:opacity 1s ease-in-out}.play-button.visible,.mute-button.visible{opacity:1}.recent-projects-container{width:100%;height:100%;padding:1rem}.recent-project-title,.recent-project-subtitle{font-size:3.5rem;font-weight:600;font-family:Inter,sans-serif}.recent-project-title{color:#5b8095}.recent-project-subtitle{color:#253646;margin-left:4rem}.recent-projects-list{gap:1rem;width:100%;height:35rem;display:flex;list-style:none;justify-content:space-between}.recent-project-item-container{flex:1;padding:1rem;position:relative;background-color:#253646;display:flex;overflow:hidden;flex-direction:column;justify-content:space-between;transition:flex .2s ease-in-out}.recent-project-image-container{width:100%;height:60%;position:relative}.recent-project-image{width:100%;height:100%;object-fit:cover}.recent-project-image-top{top:0;left:0;z-index:2;width:100%;height:100%;cursor:pointer;object-fit:cover;position:absolute;transition:opacity .2s ease-in-out}.recent-project-item-container:hover{flex:2}.recent-project-item-container:hover .down-button-recent-projects{opacity:0}.recent-project-item-container:hover .recent-project-image-top{opacity:0;pointer-events:none}.recent-project-title-container,.recent-project-item-container p,.recent-project-button{opacity:0;transform:translateY(20px);transition:all .1s ease-in-out}.recent-project-item-container:hover .recent-project-title-container,.recent-project-item-container:hover p,.recent-project-item-container:hover .recent-project-button{opacity:1;transform:translateY(0)}.recent-project-title-title,.recent-project-title-subtitle{color:#fff;font-weight:600;font-size:x-large;font-family:Inter,sans-serif}.recent-project-title-subtitle{margin-left:3rem}.recent-project-item-container p{color:#fff;font-size:small;font-weight:100;margin:.5rem 0;font-family:Poppins,sans-serif}.recent-project-button{width:7rem;border:none;cursor:pointer;border-radius:1rem;padding:.3rem .2rem;background-color:#5b8095;gap:.5rem;display:flex;align-items:center;transition:all .2s ease-in-out}.recent-project-button div{width:1.5rem;height:1.5rem;border-radius:3rem;background-color:#253646;display:flex;align-items:center;justify-content:center}.recent-project-button:hover{background-color:#5b809580}.recent-project-button h4{color:#fff;font-size:small;font-weight:100;font-family:Poppins}.carrusel-projects{display:none}.down-button-recent-projects{z-index:5;position:absolute;display:flex;align-items:center;justify-content:center;right:2%;bottom:1%;border:none;padding:.2rem;border-radius:5rem;background-color:#00000080;box-shadow:0 1rem 2rem #00000080}@media (max-width: 1200px){.recent-projects-list{display:none}.recent-project-title,.recent-project-subtitle{font-size:2.5rem}.carrusel-projects{margin:2rem 0;list-style:none;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;gap:2rem;display:flex;align-items:center}.carrusel-projects::-webkit-scrollbar{display:none}.carrusel-project-item{height:20rem;min-width:30rem;position:relative;border-radius:1rem;box-shadow:0 .3rem .6rem #0000004d;overflow:hidden}.carrusel-project-item img{width:100%;height:100%;border-radius:1rem;top:0;left:0;z-index:1;object-fit:cover;position:absolute}.title-project-carrusel-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center}.title-project-carrusel-title,.title-project-carrusel-subtitle{color:#fff;font-weight:600;font-size:xx-large;font-family:Inter,sans-serif;margin:0}.carrusel-button-container{position:absolute;bottom:1rem;right:1rem;z-index:2;display:flex;align-items:center;justify-content:center}.recent-project-button-carrusel{width:6rem;border:none;cursor:pointer;border-radius:1rem;padding:.5rem .2rem;background-color:#00000080;box-shadow:0 .3rem .6rem #0000004d;gap:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.recent-project-button-carrusel:hover,.recent-project-button-carrusel:active{background-color:#0000004d}.recent-project-button-carrusel h4{color:#fff;font-size:small;font-weight:100;font-family:Poppins;margin:0}}@media (max-width: 600px){.recent-project-title,.recent-project-subtitle{font-size:2rem}.carrusel-project-item{height:20rem;min-width:25rem}}@media (max-width: 500px){.carrusel-project-item{height:18rem;min-width:22rem}.title-project-carrusel-title,.title-project-carrusel-subtitle{color:#fff;font-weight:500;font-size:x-large}.recent-project-button-carrusel{width:5rem}.recent-project-button-carrusel h4{font-size:smaller}}@media (max-width: 450px){.carrusel-project-item{height:18rem;min-width:18rem}}.testimonials-container{width:100%;height:100%;padding:1rem;margin-top:4rem;margin-bottom:10rem}.testimonials-title,.testimonials-subtitle{font-size:3.5rem;font-weight:600;font-family:Inter,sans-serif}.testimonials-title{color:#5b8095}.testimonials-subtitle{color:#253646;margin-left:4rem}.testimonials-body-container{display:flex;margin-top:2rem}.testimonials-left-container,.testimonials-right-container{flex:1}.testimonials-right-container p{margin:2rem 0;color:#253646;font-weight:100;font-size:medium;text-align:center;font-family:Poppins,serif}.testimonials-right-container h4{color:#253646;font-weight:500;font-size:large;text-align:center;margin-bottom:2rem;font-family:Poppins,serif}.testimonials-slider{width:100%;height:.3rem;margin-top:1rem;position:relative;background-color:#5b8095}.testimonials-slider-box{top:-.9rem;width:2rem;height:2rem;position:absolute;background-color:#253646;border-radius:2rem;transition:left .4s ease}.testimonial-fade{opacity:0;transform:translateY(8rem);transition:opacity .5s ease,transform .5s ease}.testimonial-fade.show{opacity:1;transform:translateY(0)}@media (max-width: 800px){.testimonials-title,.testimonials-subtitle{font-weight:600;font-size:2.5rem}.testimonials-left-container{display:none}.testimonials-right-container p{font-size:small}.testimonials-slider{width:80%;margin:0 auto}}@media (max-width: 600px){.testimonials-title,.testimonials-subtitle{font-weight:600;font-size:2rem}}.whoWeAre-video-container{width:100vw;height:100vh}.whoWeAre-footer{width:100vw;height:60vh}@media (max-width: 700px){.whoWeAre-footer{height:40vh}}.phrase-container{width:100%;height:28rem;margin:2rem 0;display:flex;position:relative;flex-direction:column;justify-content:center}.phrase-blur-container{width:100%;height:95%;padding:5rem 0;background-color:#253646}.phrase-child-container{width:50%;margin-left:5rem}.phrase-image{top:0;right:5%;height:100%;border-radius:1rem;position:absolute;object-fit:contain}.phrase{margin:2rem 0;color:#fff;font-weight:300;font-size:x-large;text-align:center;font-family:Inter,sans-serif}.quote-left-container{width:100%;display:flex;justify-content:flex-end}.quote-svg{width:3rem}@media (max-width: 1000px){.phrase-child-container{margin-left:1rem}}@media (max-width: 800px){.phrase-image{right:2%;width:40%;height:100%;object-fit:cover}}@media (max-width: 500px){.quote-svg{width:2rem}.phrase{font-size:large}}.values-container{width:100%;padding:2rem;margin:2rem 0;background-size:cover;background-position:center;background-repeat:no-repeat;gap:5rem;display:flex;align-items:center;justify-content:center}.value-container{width:30rem;height:20rem;padding:2rem;border-radius:1rem;background-color:#253646;gap:3rem;display:flex;flex-direction:column;justify-content:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.value-container:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 12px 24px #0000004d}.value-title,.value-description{color:#fff}.value-title{font-weight:700;font-size:xx-large;font-family:Inter,sans-serif}.value-description{font-weight:400;font-size:medium;text-align:center;font-family:Poppins,sans-serif}.value-title-vision{text-align:right}@media (max-width: 1100px){.values-container{gap:2rem}.value-container{width:25rem}}@media (max-width: 850px){.value-container{width:20rem}}@media (max-width: 700px){.values-container{gap:1rem}.value-container{gap:1rem;width:18rem}.value-title{font-size:x-large}.value-description{font-weight:200}}@media (max-width: 600px){.values-container{gap:2rem;flex-direction:column}.value-container{gap:1rem;width:25rem;height:15rem}.value-container:active{transform:translateY(-5px) scale(1.02);box-shadow:0 12px 24px #0000004d}}@media (max-width: 450px){.value-container{width:20rem}}.team-container{padding:1rem;margin:.5rem 0}.team-profile-container{gap:3rem;margin-top:2rem;display:flex;align-items:center;justify-content:center}.profile-container{padding:1rem;cursor:pointer;transition:all .3s ease-in-out;border-radius:1rem;box-shadow:0 12px 24px #0000004d}.profile-image-container{display:flex;align-items:center;justify-content:center}.profile-image{width:18rem;object-fit:cover}.profile-container-name{margin:1rem 0}.profile-name,.profile-last-name{font-family:Inter,sans-serif}.profile-name{color:#253646;font-weight:400;font-size:larger}.profile-last-name{color:#5b8095;font-weight:500;margin-left:2rem;font-size:x-large}.profile-description{font-size:medium;font-weight:100;font-family:Poppins,sans-serif}.profile-name,.profile-last-name,.profile-description{transition:all .3s ease-in-out}.profile-container:hover{border-radius:1rem;background-color:#253646;transform:translateY(-10px) scale(1.03);box-shadow:0 12px 24px #0000004d}.profile-container:hover .profile-name,.profile-container:hover .profile-last-name,.profile-container:hover .profile-description{color:#fff}@media (max-width: 1200px){.profile-image{width:12rem}.profile-description{font-size:.9rem}.profile-container:active,.profile-container:hover{transform:translateY(-5px) scale(1.02)}}@media (max-width: 800px){.profile-image{width:10rem}.profile-description{font-size:.8rem}.profile-name{font-size:large}.profile-last-name{margin-left:1rem;font-size:larger}}@media (max-width: 650px){.team-profile-container{flex-direction:column}.profile-container{width:20rem}.profile-image{width:12rem}}.photos-galley-container{width:100%;margin:4rem 0;padding:0rem 8rem}.main-photo-container{width:100%;height:25rem;margin:1rem 0}.body-photos-container{width:100%;height:25rem;gap:1rem;display:flex}.body-left-container,.body-right-container{width:100%;height:100%}.body-left-container{flex:2}.body-right-container{flex:1}.photo-element{width:100%;height:100%;object-fit:cover;border-radius:1rem}.body-right-container img{height:50%}@media (max-width: 1200px){.photos-galley-container{padding:0rem 2rem}}@media (max-width: 600px){.main-photo-container,.body-photos-container{height:20rem}}@media (max-width: 500px){.photos-galley-container{padding:0rem 1rem}.main-photo-container,.body-photos-container{height:15rem}}.projectsGallery-footer{width:100vw;height:60vh}@media (max-width: 700px){.projectsGallery-footer{height:40vh}}.offers-picker-container{width:100vw;min-height:100vh;display:flex;position:relative;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;animation:fadeBackground .4s ease-in-out}.offers-blur-container{z-index:1;width:100%;height:100%;position:absolute;background-color:#25364680}.offers-picker-left-container,.offers-picker-right-container{flex:1;z-index:1}.offers-picker-list{gap:1rem;width:100%;height:100%;display:flex;list-style:none;flex-direction:column;overflow:visible;position:relative}.offer-picker-item-aos{position:relative;overflow:visible}.offer-picker-item{width:90%;height:9rem;cursor:pointer;position:relative;border-radius:1rem;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;z-index:1}.offer-picker-item:hover{transform:scale(1.05);z-index:10;box-shadow:0 10px 20px #0000004d}.offer-picker-title,.offer-picker-subtitle{color:#fff;font-weight:500;font-size:x-large;font-family:Inter,sans-serif}.offer-picker-subtitle{margin-left:3rem}.offers-blur-item{z-index:3;width:100%;height:100%;position:absolute;border-radius:1rem;pointer-events:none;transition:all .3s ease-in-out}@media (max-width: 800px){.offers-picker-right-container{flex:2}}@media (max-width: 600px){.offers-picker-right-container{flex:3}}@media (max-width: 500px){.offers-picker-right-container{flex:4}}.project-list-container{gap:1rem;padding:3rem;display:grid;grid-template-columns:repeat(2,1fr)}.project-card-container{width:100%;height:100%;cursor:pointer;position:relative}.project-card-container img{width:100%;height:100%;object-fit:cover}.project-card-blur-container{top:0;left:0;opacity:0;width:100%;height:100%;position:absolute;transform:translateY(100%);transition:all .3s ease-in-out;background-color:#25364680;display:flex;align-items:center;justify-content:center}.project-card-container:hover .project-card-blur-container{opacity:1;transform:translateY(0)}.project-card-blur-title,.project-card-blur-subtitle{color:#fff;font-weight:500;font-size:xx-large;font-family:Inter,sans-serif}.project-card-blur-subtitle{margin-left:2rem}@media (max-width: 1200px){.project-card-container{transition:all .1s ease-in-out}.project-card-container:active{transform:scale(.95)}.project-card-blur-container{opacity:1;transform:translateY(0)}}@media (max-width: 800px){.project-list-container{gap:2rem;padding:1.5rem;grid-template-columns:1fr}.project-card-container,.project-card-container img,.project-card-blur-container{border-radius:1rem}}.project-page-container{background-color:#253646}.project-footer{width:100vw;height:60vh}@media (max-width: 700px){.project-footer{height:40vh}}.project-details-container{width:100vw;height:75vh;display:flex;margin-top:5rem;align-items:center;justify-content:space-between}.project-details-left-container{flex:1;padding:1rem}.project-details-title,.project-details-subtitle{color:#fff;font-size:3rem;font-weight:600;font-family:Inter,sans-serif}.project-details-subtitle{margin-left:2rem}.project-details-right-container{flex:2;width:100%;height:100%;padding:1rem 1.5rem}.project-details{padding:1rem;margin:1rem 0;border-radius:1rem;background-color:#253646;transition:all .3s ease-in-out;box-shadow:0 12px 24px #0000004d}.project-details-description{color:#fff;margin:1rem 0;font-weight:200;font-size:medium;font-family:Poppins,sans-serif}.project-detail-item{gap:1rem;display:flex;align-items:center}.project-detail-item-title{color:#fff;font-weight:500;font-size:medium;font-family:Inter,sans-serif}.project-detail-item-description{color:#fff;font-weight:200;font-size:medium;font-family:Poppins,sans-serif}@media (max-width: 1200px){.project-details-container{height:60vh}}@media (max-width: 800px){.project-details-container{margin-top:3rem}.project-details-container{height:60vh}.project-details-title,.project-details-subtitle{font-size:2rem}.project-details{margin:0}.project-details-description,.project-detail-item-description{font-size:small}}@media (max-width: 500px){.project-details-container{height:80vh;margin-top:2.5rem;flex-direction:column}.project-details{margin-top:1rem;margin-bottom:.5rem}}.render-slider-container{width:95vw;height:85vh;margin:3rem auto;border-radius:1rem;box-shadow:0 1rem 2rem #00000080}.render-slider-container-child{width:100%;height:100%;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center;background-repeat:no-repeat}.render-slider-buttons-container{gap:1rem;padding:1rem;display:flex}.render-slider-buttons-container button{border:none;cursor:pointer;color:#253646;border-radius:2rem;padding:.5rem 2rem;transition:all .3s ease-in-out}.render-slider-buttons-container button:hover{transform:scale(1.03);box-shadow:0 .2rem .4rem #0003}.render-slider-arrows-container{display:flex;padding:0 1rem;align-items:center;justify-content:space-between}.arrow-render-slider{width:3.2rem;padding:1rem;cursor:pointer;border-radius:2rem;transition:all .3s ease-in-out;background-color:#00000080;box-shadow:0 .3rem .6rem #0000004d}.arrow-render-slider:hover{filter:brightness(0) invert(1)}.right-arrow-render-slider:hover{transform:translate(10%)}.left-arrow-render-slider:hover{transform:translate(-10%)}.render-slider-numbers-container{display:flex;align-items:center;justify-content:flex-end}.render-slider-numbers-container div{display:flex;margin-right:1rem;margin-bottom:1rem;border-radius:1.2rem;padding:.4rem .8rem;transition:all .3s ease-in-out;background-color:#00000080;box-shadow:0 .3rem .6rem #0000004d}.render-slider-numbers-container h1{color:#fff;font-weight:500;font-size:1.2rem;font-family:Inter,sans-serif}.render-slider-container-child.slide-left{animation:fadeSlideRight .4s ease-in-out}.render-slider-container-child.slide-right{animation:fadeSlideLeft .4s ease-in-out}@media (max-width: 500px){.arrow-render-slider{width:2rem;padding:.4rem}.render-slider-buttons-container button{font-size:.7rem}.render-slider-numbers-container h1{font-size:.8rem}.render-slider-buttons-container button:hover,.render-slider-buttons-container button:active{transform:scale(.95);box-shadow:0 .2rem .4rem #0003}}
