*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;overflow-x:hidden;color:hsl(231,77%,90%);background-color:hsl(230,35%,7%)}h1,h2,h3,h4,h5,h6{font-family:"Bellefair",serif;font-weight:normal;color:#fff}p{font-family:"Barlow Condensed",sans-serif;color:hsl(231,77%,90%)}img{max-inline-size:100%;block-size:auto;object-fit:cover}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem}.header__logo{width:40px;height:40px}.header__nav-open{width:40px;height:40px;background-color:rgba(0,0,0,0);border:none}.header__nav{position:fixed;top:0;right:-100vw;z-index:1000;width:70%;height:100%;background-color:rgba(12,14,24,.2);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);display:flex;flex-direction:column;padding-left:2rem;gap:3rem;transition:right .5s ease}.header__nav--open{right:0;transition:right .5s ease-in-out}.header__nav-close{width:40px;height:40px;background-color:rgba(0,0,0,0);border:none;margin:1.5rem;margin-left:auto}.header__nav-list{width:100%;list-style:none;display:grid;gap:2rem}.header__nav-link{display:block;width:100%;text-decoration:none;font-family:"Barlow Condensed",sans-serif;font-size:1rem;font-weight:lighter;letter-spacing:2px;color:#fff;text-transform:uppercase;word-spacing:12px;cursor:pointer}.header__nav-link--active{border-right:3px solid #fff}.header__nav .link-number{font-weight:700}@media screen and (min-width: 768px){.header{height:96px;padding:0}.header__logo{width:48px;height:48px;margin:0 40px}.header__nav-open{display:none}.header__nav{background-color:hsla(0,0%,100%,.1);position:static;width:100%;height:100%;display:flex;flex-direction:row;justify-content:flex-end;gap:2rem;padding-right:40px}.header__nav-close{display:none}.header__nav-list{display:flex;gap:3rem;width:auto}.header__nav-link{display:block;height:100%;display:flex;gap:12px;align-items:center;border-bottom:3px solid rgba(0,0,0,0);transition:border-bottom .3s ease-in-out}.header__nav-link--active{border-right:none;border-bottom:3px solid #fff}.header__nav-link:hover{border-bottom:3px solid hsl(231,77%,90%)}}@media screen and (min-width: 1200px){.header{height:136px;padding-top:40px;position:relative}.header::after{position:absolute;left:176px;top:88px;z-index:1;content:"";display:block;width:43%;height:1px;background-color:#fff;opacity:.5}.header__logo{width:48px;height:48px;margin:0 64px}.header__nav{min-width:736px;width:50%;padding:0 64px}.header__nav-list{gap:4rem}}.body-home{background-image:url(../assets/home/background-home-mobile.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.home{height:100%;width:100%}.home__content{height:100%;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;text-align:center}.home__text{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.home__text-title{font-size:1rem;font-family:"Barlow Condensed",sans-serif;letter-spacing:2px;text-transform:uppercase}.home__text-span{display:block;margin-top:1.5rem;font-size:80px;font-family:"Bellefair",serif}.home__text-description{font-size:1.2rem;font-family:"Barlow Condensed",sans-serif;color:hsl(231,77%,90%);line-height:180%}.home__explore{height:382px;display:flex;justify-content:center;align-items:center}.home__explore-button{display:block;width:144px;height:144px;background-color:#fff;border-radius:50%;text-align:center;line-height:140px;font-family:"Bellefair",serif;color:hsl(230,35%,7%);font-size:1.2rem;text-transform:uppercase;text-decoration:none;transition:box-shadow .3s ease-in-out}.home__explore-button:hover{box-shadow:hsla(0,0%,100%,.3) 0px 0px 0px 88px}.home__explore-button:hover .home__explore-button-text{opacity:.5}@media screen and (min-width: 768px){.body-home{background-image:url(../assets/home/background-home-tablet.jpg)}.home__content{margin:auto;margin-top:128px;max-width:512px;gap:4rem}.home__text-title{font-size:28px}.home__text-span{font-size:144px}.home__explore{height:auto}.home__explore-button{width:272px;height:272px;line-height:270px;font-size:2rem}}@media screen and (min-width: 1200px){.body-home{background-image:url(../assets/home/background-home-desktop.jpg);padding-bottom:128px}.home__content{margin-top:212px;max-width:1110px;gap:5rem;flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left}.home__text{align-items:flex-start}.home__text-title{font-size:28px}.home__text-description{max-width:540px}}.body-destinations{background-image:url(../assets/destination/background-destination-mobile.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.destinations{height:100%;width:100%;padding:1.5rem}.destinations__container{display:flex;flex-direction:column;gap:1.5rem}.destinations__title{font-family:"Barlow Condensed",sans-serif;font-size:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.destinations__title-span{font-family:"Barlow Condensed",sans-serif;font-size:1rem;font-weight:bold;opacity:25%;letter-spacing:2px;margin-right:1.5rem}.destinations__content{height:100%;display:flex;flex-direction:column;gap:3rem;justify-content:center;align-items:center;text-align:center}.destinations__figure{width:150px;height:150px}.destinations__info{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.destinations__nav{list-style:none;display:flex;gap:2rem;align-items:center}.destinations__nav-link{width:fit-content;height:32px;font-family:"Barlow Condensed",sans-serif;font-size:.9rem;color:hsl(231,77%,90%);letter-spacing:2px;text-transform:uppercase;background-color:rgba(0,0,0,0);border:none;border-bottom:3px solid rgba(0,0,0,0);padding-bottom:10px;cursor:pointer;transition:border-bottom .3s ease-in-out}.destinations__nav-link--active{border-bottom:3px solid #fff}.destinations__nav-link:hover{border-bottom:3px solid hsl(231,77%,90%)}.destinations__name{font-family:"Bellefair",serif;font-size:56px;text-transform:uppercase}.destinations__description{font-family:"Barlow Condensed",sans-serif;font-size:1.2rem;color:hsl(231,77%,90%);line-height:180%}.destinations__description::after{content:"";display:block;width:100%;height:1px;background-color:hsl(231,77%,90%);margin-top:1.5rem;opacity:25%}.destinations__statistics{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.destinations__details{width:100%;display:flex;flex-direction:column;gap:12px}.destinations__details .details-label{display:block;font-family:"Barlow Condensed",sans-serif;font-size:.88rem;color:hsl(231,77%,90%);letter-spacing:2px;text-transform:uppercase}.destinations__details .details-value{font-family:"Bellefair",serif;font-size:1.75rem;color:#fff;text-transform:uppercase}@media screen and (min-width: 768px){.body-destinations{background-image:url(../assets/destination/background-destination-tablet.jpg)}.destinations{padding:40px}.destinations__title{text-align:left;font-size:20px}.destinations__title-span{font-size:20px;margin-right:2rem}.destinations__figure{margin:42px;width:300px;height:300px}.destinations__info{max-width:514px}.destinations__name{font-size:80px}.destinations__statistics{width:100%;flex-direction:row;justify-content:space-around;gap:0}}@media screen and (min-width: 1200px){.body-destinations{background-image:url(../assets/destination/background-destination-desktop.jpg)}.destinations{padding:48px}.destinations__container{max-width:1110px;margin:0 auto}.destinations__content{height:734px;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.destinations__title{font-size:28px}.destinations__title-span{font-size:28px}.destinations__figure{padding:30px;margin:0;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.destinations__info{width:100%;padding:48px;text-align:left;align-items:flex-start}.destinations__name{font-size:96px}.destinations__description{height:168px}.destinations__statistics{width:100%;flex-direction:row;justify-content:space-between;gap:0}}.body-crew{background-image:url(../assets/crew/background-crew-mobile.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.crew{height:100%;width:100%;padding:1.5rem}.crew__container{display:flex;flex-direction:column;gap:1.5rem}.crew__section-title{font-family:"Barlow Condensed",sans-serif;font-size:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.crew__section-title--span{font-family:"Barlow Condensed",sans-serif;font-size:1rem;font-weight:bold;opacity:25%;letter-spacing:2px;margin-right:1.5rem}.crew__content{height:100%;display:flex;flex-direction:column;gap:3rem;padding-top:40px;justify-content:center;align-items:center;text-align:center}.crew__figure{width:100%;height:auto;padding:0 30px;position:relative}.crew__figure::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, hsl(230, 35%, 7%) 100%)}.crew__info{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.crew__nav{list-style:none;display:flex;gap:1rem;padding-top:40px;align-items:center}.crew__nav-btn{width:10px;height:10px;background-color:#fff;opacity:25%;border-radius:50%;border:none;cursor:pointer;transition:opacity .3s ease-in-out}.crew__nav-btn--active{opacity:100%}.crew__nav-btn:hover{opacity:100%}.crew__title{display:flex;flex-direction:column;gap:8px;font-family:"Bellefair",serif;font-size:1.5rem;text-transform:uppercase}.crew__title-span{display:block;opacity:50%;font-size:18px}.crew__description{font-family:"Barlow Condensed",sans-serif;font-size:1.2rem;color:hsl(231,77%,90%);line-height:180%}@media screen and (min-width: 768px){.body-crew{background-image:url(../assets/crew/background-crew-tablet.jpg)}.crew{padding:40px;padding-bottom:0}.crew__section-title{text-align:left;font-size:20px}.crew__section-title--span{font-size:20px;margin-right:2rem}.crew__info{max-width:514px}.crew__title{font-size:40px}.crew__nav{gap:40px}.crew__nav-btn{width:15px;height:15px}}@media screen and (min-width: 1200px){.body-crew{background-image:url(../assets/crew/background-crew-desktop.jpg);background-position:center}.crew{padding:48px}.crew__container{height:100%;width:100%;max-width:1110px;margin:0 auto}.crew__content{height:734px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;align-items:normal;gap:2rem}.crew__section-title{font-size:28px}.crew__section-title--span{font-size:28px}.crew__figure{padding:0 30px;margin:0;width:100%;display:flex;align-items:center;justify-content:center}.crew__figure::after{width:100%;height:20%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, hsl(230, 35%, 7%) 50%)}.crew__info{max-width:600px;width:100%;padding:48px;padding-top:150px;text-align:left;align-items:flex-start}.crew__title{font-size:40px}.crew__description{min-height:144px;margin-bottom:100px}}.body-technology{background-image:url(../assets/technology/background-technology-mobile.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.technology{height:100%;width:100%}.technology__container{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:48px}.technology__section-title{font-family:"Barlow Condensed",sans-serif;font-size:1rem;letter-spacing:2px;text-transform:uppercase;text-align:center}.technology__section-span{font-family:"Barlow Condensed",sans-serif;font-size:1rem;font-weight:bold;opacity:25%;letter-spacing:2px;margin-right:1.5rem}.technology__content{height:100%;display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;text-align:center}.technology__figure{margin-top:4rem;width:100%;height:258px;overflow:hidden;position:relative}.technology__figure img{position:absolute;bottom:0;right:0}.technology__info{display:flex;flex-direction:column;gap:40px;align-items:center}.technology__nav{list-style:none;display:flex;gap:2rem;align-items:center}.technology__nav-link{width:40px;height:40px;font-family:"Bellefair",serif;font-size:1.2rem;font-weight:bold;color:#fff;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:50%;cursor:pointer;opacity:25%;transition:opacity .3s ease-in-out}.technology__nav-link--active{background-color:#fff;color:hsl(230,35%,7%);opacity:100%}.technology__nav-link:hover{opacity:100%}.technology__text{display:flex;flex-direction:column;gap:1rem}.technology__title{display:flex;flex-direction:column;gap:1rem;font-family:"Bellefair",serif;font-size:1.5rem;text-transform:uppercase}.technology__title-span{font-family:"Bellefair",serif;font-size:1.2rem;opacity:50%;text-transform:uppercase}.technology__description{font-family:"Barlow Condensed",sans-serif;font-size:1.2rem;font-weight:lighter;padding:0 1.5rem;color:hsl(231,77%,90%);line-height:180%}@media screen and (min-width: 768px){.body-technology{background-image:url(../assets/technology/background-technology-tablet.jpg)}.technology__section-title{text-align:left;font-size:20px;padding:40px}.technology__section-span{font-size:20px;margin-right:2rem}.technology__figure{width:100%;height:auto}.technology__figure img{position:static;width:100%}.technology__info{max-width:514px}.technology__title{font-size:40px}.technology__title-span{font-size:1.5rem}.technology__nav-link{width:56px;height:56px;font-size:1.5rem}}@media screen and (min-width: 1200px){.body-technology{background-image:url(../assets/technology/background-technology-desktop.jpg)}.technology{display:flex;flex-direction:column;align-items:flex-end;padding-top:48px}.technology__container{height:792px;width:90%}.technology__content{width:100%;min-width:1275px;height:auto;flex-direction:row-reverse;align-items:center;justify-content:flex-start;padding:3rem 0;gap:2rem}.technology__section-title{padding:0;font-size:28px}.technology__section-span{font-size:28px}.technology__figure{width:50%;height:auto;margin:0;text-align:right}.technology__figure img{max-width:600px}.technology__info{max-width:none;width:50%;text-align:left;gap:3rem;flex-direction:row}.technology__nav{flex-direction:column}.technology__nav-link{width:80px;height:80px;font-size:2rem}.technology__title-name{font-size:56px}.technology__description{font-size:1.5rem;padding:0}}/*# sourceMappingURL=output.css.map */
