@import url(https://fonts.googleapis.com/css?family=Lato:300,400|Poppins&display=swap);:root{--primaryColor:#3fd0d4;--mainWhite:#fff;--offWhite:#f7f7f7;--mainBlack:#222;--mainGrey:#ececec;--darkGrey:#afafaf;--mainTransition:all 0.3s linear;--mainSpacing:0.25rem;--lightShadow:2px 5px 3px 0px rgba(0,0,0,0.25);--darkShadow:4px 10px 5px 0px rgba(0,0,0,0.5)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{font-family:"Lato",sans-serif;color:#222;color:var(--mainBlack);background:#f7f7f7;background:var(--offWhite)}img:not(.nav-logo){width:100%;display:block}.btn-primary,.btn-white{text-transform:uppercase;letter-spacing:.25rem;letter-spacing:var(--mainSpacing);color:#fff;color:var(--mainWhite);border:2px solid #fff;border:2px solid var(--mainWhite);padding:.5rem 1.6rem;display:inline-block;transition:all .3s linear;transition:var(--mainTransition);cursor:pointer;margin:0 1rem}.btn-white:hover{background:#fff;background:var(--mainWhite);color:#3fd0d4;color:var(--primaryColor)}.btn-primary{background:#3fd0d4;background:var(--primaryColor);color:#fff;color:var(--mainWhite);border:2px solid #3fd0d4;border:2px solid var(--primaryColor)}.btn-primary:hover{background:transparent;color:#3fd0d4;color:var(--primaryColor)}.section{padding:5rem 0}.title-wrapper{margin-bottom:2rem}.title{text-align:center;text-transform:uppercase;font-size:1.2rem;letter-spacing:.3rem}.subtitle{color:#3fd0d4;color:var(--primaryColor)}.section-center{width:85vw;margin:4rem auto 2rem;max-width:1170px}.hero{min-height:100vh;min-height:calc(100vh - 62px);background:#3fd0d4;background:var(--primaryColor);display:flex;justify-content:center;align-items:center}.hero-banner{text-align:center;color:#fff;color:var(--mainWhite);padding:0 2rem}.hero-title{text-transform:uppercase;margin-bottom:2rem;letter-spacing:.4rem}.hero-text{width:85%;margin:0 auto 2rem;letter-spacing:.25rem;letter-spacing:var(--mainSpacing);line-height:2;font-weight:400}@media screen and (min-width:768px){.hero{background:linear-gradient(rgba(63,208,212,.7),rgba(0,0,0,.7)),url(/static/media/main.1486d406.jpeg) 50%/cover no-repeat}.hero-title{font-size:4.5rem}.hero-text{width:70%}}.about{background:#fff;background:var(--mainWhite)}.about-img,.about-info{margin-bottom:4rem}.about-info h3{text-transform:uppercase}@media screen and (min-width:992px){.about-center{display:flex;justify-content:space-between}.about-img,.about-info{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 2rem);align-self:center;margin-bottom:0}}@media screen and (min-width:1170px){.about-img:before{content:"";position:absolute;width:100%;height:100%;border:.5rem solid #3fd0d4;border:.5rem solid var(--primaryColor);top:-1.5rem;left:-1.5rem;border-radius:var(--borderRadius)}.about-img,.about-photo{position:relative}}.service{text-align:center;margin-bottom:3rem}.service-icon{background:#3fd0d4;background:var(--primaryColor);padding:.5rem;display:inline-block;font-size:2rem;margin-bottom:1.5rem}.service-title{text-transform:uppercase}.service-text{width:80%;margin:0 auto;line-height:1.5;font-weight:300}@media screen and (min-width:576px){.services-center{display:flex;flex-wrap:wrap;justify-content:space-between}.service{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem)}}@media screen and (min-width:992px){.service{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 1rem)}}@media screen and (min-width:1170px){.service{display:flex;text-align:left}.service-icon{align-self:start}.service-info{padding-left:1rem}.service-title{margin-bottom:.5rem}.service-text{width:90%;margin:0}}.featured-tours{background:#fff;background:var(--mainWhite)}.tour-card{box-shadow:2px 5px 3px 0 rgba(0,0,0,.25);box-shadow:var(--lightShadow);transition:all .3s linear;transition:var(--mainTransition);margin-bottom:4rem}.tour-card:hover{box-shadow:4px 10px 5px 0 rgba(0,0,0,.5);box-shadow:var(--darkShadow)}.tour-footer{padding:1.2rem 1.5rem}.tour-country,.tour-title{text-transform:capitalize}.tour-info{display:flex;justify-content:space-between;flex-wrap:wrap}.tour-details p{line-height:.2;text-transform:capitalize;color:#afafaf;color:var(--darkGrey);letter-spacing:.02rem}.tour-country{align-self:center;color:#3fd0d4;color:var(--primaryColor)}.tour-link{text-align:center}.tour-img-container{position:relative}.tour-date{position:absolute;left:0;top:0;background:#3fd0d4;background:var(--primaryColor);text-transform:capitalize;padding:.25rem .5rem}@media screen and (min-width:768px){.featured-center{display:flex;flex-wrap:wrap;justify-content:space-between}.tour-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem)}}@media screen and (min-width:1170px){.tour-card{flex-grow:0;flex-shrink:0;flex-basis:calc(33.3333% - 1rem)}}.gallery{padding-top:2rem;background:#afafaf;background:var(--darkGrey)}.gallery-img-container{position:relative;background:#3fd0d4;background:var(--primaryColor)}.gallery-icon{position:absolute;top:50%;left:50%;font-size:2rem;transform:translate(-50%,-50%);color:#fff;color:var(--mainWhite);opacity:0;cursor:pointer}.gallery-icon,.gallery-img{transition:all .3s linear;transition:var(--mainTransition)}.gallery-img-container:hover .gallery-img{opacity:.5}.gallery-img-container:hover .gallery-icon{opacity:1}@media screen and (min-width:768px){.gallery-center{display:flex;flex-wrap:wrap}.gallery-img-container{flex:0 0 50%}}@media screen and (min-width:992px){.gallery-img-container{flex:0 0 25%}}.input-group{width:90vw;max-width:600px;margin:0 auto;display:flex}.form-control{flex:1 1 auto}.btn-submit,.form-control{padding:.375rem .75rem;font-size:1rem;line-height:1.5;font-weight:300;letter-spacing:.25rem;letter-spacing:var(--mainSpacing);border:2px solid #3fd0d4;border:2px solid var(--primaryColor);background:transparent;text-transform:uppercase;outline:none}::-webkit-input-placeholder{color:inherit}:-ms-input-placeholder{color:inherit}::placeholder{color:inherit}.btn-submit{border-left:none;cursor:pointer;transition:all .3s linear;transition:var(--mainTransition)}.btn-submit:hover{background:#3fd0d4;background:var(--primaryColor)}.btn-submit:hover,.footer{color:#fff;color:var(--mainWhite)}.footer{background:#222;background:var(--mainBlack);text-align:center;padding-left:2rem;padding-right:2rem}.footer-icons,.footer-links{display:flex;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap}.footer-link{color:#fff;color:var(--mainWhite);text-transform:capitalize;font-size:1rem;margin-right:1rem;letter-spacing:.25rem;letter-spacing:var(--mainSpacing);transition:all .3s linear;transition:var(--mainTransition)}.footer-link:hover{color:#3fd0d4;color:var(--primaryColor)}.footer-icon{font-size:2rem;margin-right:1rem;color:#fff;color:var(--mainWhite);transition:all .3s linear;transition:var(--mainTransition)}.footer-icon:hover{color:#3fd0d4;color:var(--primaryColor)}.copyright{text-transform:capitalize;letter-spacing:.25rem;letter-spacing:var(--mainSpacing)}.fixed{position:fixed;top:0;left:0;width:100%;background:#ececec;background:var(--mainGrey);transition:all .3s linear;transition:var(--mainTransition);box-shadow:2px 5px 3px 0 rgba(0,0,0,.25);box-shadow:var(--lightShadow);z-index:1}.img-fluid{height:20rem!important;width:22.5rem!important}.modal-video{background-color:rgba(0,0,0,.2);position:fixed;top:0;bottom:0;right:0;left:0;z-index:1;padding-top:5rem}.modal__content{background-color:#fff;padding-top:2rem;position:relative}.close_modal{position:absolute;top:0;right:0;cursor:pointer}.navbar-brand{height:2rem}.nav-link{font-size:1.2rem;font-weight:600;color:#222!important}.nav-link:hover{color:#3fd0d4!important;color:var(--primaryColor)!important}
/*# sourceMappingURL=main.8f8d338f.chunk.css.map */