.navbar{background-color:#222;width:100%;height:10vh;justify-content:space-between}.navbar,.navbar .logo{display:flex;align-items:center}.navbar .logo{width:30%;height:100%;justify-content:center}.navbar .logo img{width:70%}.navbar .items{width:70%;height:100%;display:flex;justify-content:center;align-items:center}.navbar .items .nav-links{width:100%;display:flex;justify-content:space-around;list-style:none}.navbar .items .nav-links .nav-link{text-decoration:none;text-transform:uppercase;color:#fff;font-size:18px;font-weight:700;transition:all .3s linear}.navbar .items .nav-links .active,.navbar .items .nav-links .nav-link:hover{color:#82b340}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Open Sans",sans-serif}.tour{background-color:#ececec;margin:28px 0;width:100%}.tour img{width:100%;display:block;height:100%;min-height:13rem}@media screen and (min-width:768px){.tour{display:flex;justify-content:space-between}.tour .img-container{width:40%}.tour .tour-info{width:57%}}.img-container{position:relative}.close-btn{position:absolute;top:15px;right:20px;color:#82b340;font-size:28px;cursor:pointer;transition:all .3s linear;opacity:0}.img-container:hover .close-btn{opacity:1}.tour-info{padding-top:10px}.tour-info h3{color:#82b340;text-transform:uppercase}.tour-info h4{margin:4px 0 10px}.tour-info h4,.tour-info h5{text-transform:capitalize}.tour-info h5 span{color:#82b340;margin:6px;font-size:18px;cursor:pointer}.tourlist{width:70%;margin:0 auto;max-width:1170px;padding:40px 0}
/*# sourceMappingURL=main.1386a939.chunk.css.map */