*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;font-family:"Lato",sans-serif}.container{width:80%;margin:0 auto}img{width:100%;height:100%;object-fit:cover}a{cursor:pointer}.btn{width:16rem;padding:1.8rem 3.6rem;outline:none;border:none;border-radius:10px;text-transform:capitalize;transition:transform 0.2s;cursor:pointer}.btn:hover{transform:scale(0.98)}@media (max-width: 1200px){.btn{padding:1.2rem 2rem}}.primary-btn{background-color:#8d0801;color:#fff}.secondary-btn{background-color:#66666e;color:#fff}.tertiary-btn{background-color:#f4f4f6;color:#8d0801}.footer-links{width:100%;height:12vw;background-color:rgba(102,102,110,0.8)}@media (max-width: 1200px){.footer-links{height:18rem}}.footer-links-wrapper{padding:3rem;height:100%;display:flex;justify-content:space-around;align-items:center}@media (max-width: 670px){.footer-links-wrapper{padding:1rem}}.footer-links .footer-logo{width:180px;margin-right:auto}@media (max-width: 1200px){.footer-links .footer-logo{width:160px}}@media (max-width: 775px){.footer-links .footer-logo{display:none}}.footer-links .footer-link-items{width:20%;margin:0 2rem;height:90%}@media (max-width: 1200px){.footer-links .footer-link-items{height:70%;display:flex;justify-content:center;align-items:center;flex-direction:column}}@media (max-width: 670px){.footer-links .footer-link-items{width:50%}}@media (max-width: 775px){.footer-links .footer-link-items:first-of-type{display:none}}@media (max-width: 670px){.footer-links .footer-link-items:last-of-type{display:none}}.footer-links .footer-link-title{font-size:1.6rem;color:#fff;font-weight:300;letter-spacing:0.1rem;padding:0.4rem 0}.footer-links .footer-link{text-decoration:none;color:#fff;cursor:pointer;position:relative;padding:0.8rem 0;transition:color 0.2s;font-size:1.28rem;font-weight:300}.footer-links .footer-link:hover{color:rgba(141,8,1,0.8)}@media (max-width: 1200px){.footer-links .footer-link{padding:0.2rem 0}}.footer-links .footer-link-wrapper{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;height:80%;color:#fff}@media (max-width: 1200px){.footer-links .footer-link-wrapper{height:100%}}.footer-links .subscribe-text{padding-top:2rem;font-size:1.28rem;font-weight:200}@media (max-width: 670px){.footer-links .subscribe-text{padding-top:1rem}}.footer-links form{width:100%;height:100%;padding:0}.footer-links .input-details{padding-top:2rem;width:inherit;height:inherit;display:flex;justify-content:flex-start;align-items:flex-start}@media (max-width: 775px){.footer-links .input-details{flex-direction:column}}@media (max-width: 670px){.footer-links .input-details{padding:0}}.footer-links input[type="email"]{width:100%;padding:0.4rem;border-radius:0.3rem;outline:none;border:1px solid rgba(102,102,110,0.5)}.footer-links input[type="email"]:focus{border:2px solid rgba(141,8,1,0.8)}.footer-links input::placeholder{font-family:inherit}.footer-links input[type="submit"]{padding:0.4rem;border-radius:0.3rem;font-family:inherit;background-color:rgba(141,8,1,0.8);color:#fff;border:none;cursor:pointer}.footer-links .contact-text{padding:0.3rem 0;font-size:1.28rem;font-weight:300}.footer-links .footer-link-wrapper:last-child>span{font-size:2rem;padding:0.4rem 0;transition:color 0.2s}.footer-links .footer-link-wrapper:last-child>span:hover{color:rgba(141,8,1,0.8)}.footer{width:100vw;height:40px;color:#fff;background-color:rgba(141,8,1,0.8);display:flex;justify-content:center;align-items:center}.footer-text{font-size:1.28rem;font-weight:100}.section-title{font-size:3rem;letter-spacing:0.2rem;position:relative;display:inline-block;padding:1rem 0;transform:translateX(90px)}@media (max-width: 775px){.section-title{font-size:2.5rem}}@media (max-width: 670px){.section-title{font-size:2rem}}@media (max-width: 460px){.section-title{font-size:1.8rem;transform:translateX(0)}}.section-title::before,.section-title::after{content:"";position:absolute;width:70px;height:0.2rem;transform:translateY(-50%);background-color:#8d0801;top:50%}@media (max-width: 460px){.section-title::before,.section-title::after{display:none}}.section-title::before{left:-90px}.section-title::after{right:-90px}.section-paragraph{font-size:1.8rem;font-weight:300;letter-spacing:0.1rem}@media (max-width: 670px){.section-paragraph{font-size:1.6rem}}.navbar{width:100%;height:80px;background-color:#f4f4f6;z-index:100;position:relative}.navbar .container{height:100%;display:flex;justify-content:space-between;align-items:center}.navbar-items{display:flex;justify-content:center;align-items:center}@media (max-width: 775px){.navbar-items{display:none}}.navbar-link{padding:1rem 0;margin:0 2.8rem;text-decoration:none;text-transform:uppercase;color:#000;font-size:1.8rem;position:relative}@media (max-width: 1000px){.navbar-link{font-size:1.6rem}}.navbar-link::after{content:"";width:0;height:0.2rem;position:absolute;bottom:0;left:0;background-color:#8d0801;transition:width 0.3s}.navbar-link:hover::after,.navbar-link:focus::after{width:100%}.navbar-link.active::after{width:100%}.dropdown{position:relative}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-content{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;position:absolute;padding:1rem 2rem;top:40px;left:10px;width:100%;height:140px;background-color:#f4f4f6;opacity:0;visibility:none;transition:all 0.2s;border-radius:5px;z-index:100;transform:translateY(-10px)}.dropdown-link{text-decoration:none;text-transform:uppercase;color:#66666e;font-size:1.6rem;opacity:0.7;padding:1rem 0;transition:color 0.2s;border-bottom:1px solid rgba(102,102,110,0.8)}.dropdown-link:hover{color:#8d0801;border-bottom:1px solid #8d0801;opacity:1}.logo{width:120px;height:100px}@media (max-width: 775px){.logo{width:100px;height:80px}}@media (max-width: 460px){.logo{width:80px;height:60px}}.modal{position:fixed;z-index:30;padding-top:100px;top:0;left:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.4);display:none}.modal-content{margin:auto;padding:2rem;width:50%;background-color:#f4f4f6;border:0.1rem solid #66666e}@media (max-width: 775px){.modal-content{width:80%}}@media (max-width: 460px){.modal-content{width:90%;padding:1rem}}.modal .img-wrapper{width:70%;height:20%;margin:0 auto}@media (max-width: 460px){.modal .img-wrapper{width:80%}}.modal-text{width:70%;margin:0 auto;display:flex;justify-content:space-around;align-items:center;flex-direction:column}.modal-title{font-size:2.5rem;padding:0.4rem 0}@media (max-width: 670px){.modal-title{font-size:2rem}}.modal-location,.modal-paragraph{font-size:1.44rem;margin:1rem 0}@media (max-width: 670px){.modal-location,.modal-paragraph{font-size:1.6rem}}@media (max-width: 460px){.modal-paragraph{display:none}}.modal-close{float:right;font-size:2.5rem;font-weight:bold;cursor:pointer;color:#66666e}.culture,.experience,.food,.nature{font-size:1.6rem;padding:0.2rem 0.4rem;border-radius:5px}.culture{border:0.2rem solid rgba(141,8,1,0.5)}.experience{border:0.2rem solid rgba(102,102,110,0.5)}.food{border:0.2rem solid rgba(253,182,0,0.5)}.nature{border:0.2rem solid rgba(61,235,0,0.5)}.testimonial{width:210px;height:160px;border:2px solid rgba(141,8,1,0.8);border-radius:48%;position:relative}@media (max-width: 1000px){.testimonial{margin:0 5px}}@media (max-width: 670px){.testimonial{width:130px;height:120px}}@media (max-width: 460px){.testimonial{width:100%;border:none}}.testimonial::after{content:"";width:0;height:0;position:absolute;bottom:10px;right:12px;border-top:8px solid rgba(141,8,1,0.8);border-right:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid transparent;transform:rotate(-47deg)}@media (max-width: 1000px){.testimonial::after{right:10px}}@media (max-width: 460px){.testimonial::after{display:none}}.testimonial-wrapper{display:flex;justify-content:center;align-items:center;padding:10px;width:180px;height:160px;margin:auto;position:relative}@media (max-width: 670px){.testimonial-wrapper{width:120px;height:110px}}@media (max-width: 460px){.testimonial-wrapper{width:200px}}.testimonial-icon{position:absolute;top:10px;left:16px;font-size:3rem;color:rgba(102,102,110,0.8)}@media (max-width: 670px){.testimonial-icon{top:-10px;font-size:2rem}}@media (max-width: 460px){.testimonial-icon{left:8px;top:-20px;font-size:2.5rem}}.testimonial-text{font-weight:100;font-size:1.28rem;color:rgba(0,0,0,0.8)}@media (max-width: 670px){.testimonial-text{font-size:1.12rem}}@media (max-width: 460px){.testimonial-text{font-size:1.6rem}}.testimonial-name{font-size:1.6rem;font-weight:400;text-align:right;color:rgba(0,0,0,0.8);padding:0.8rem 0 0.4rem 0}@media (max-width: 670px){.testimonial-name{font-size:1.28rem}}.testimonial-rating{text-align:right;color:rgba(253,182,0,0.5)}.package{width:300px;height:350px;margin:10px;box-shadow:rgba(0,0,0,0.1) 0px 1px 3px 0px,rgba(0,0,0,0.06) 0px 1px 2px 0px;padding:0 10px 10px 10px;border-radius:0.4rem;display:flex;justify-content:space-around;align-items:center;flex-direction:column;text-align:center}@media (max-width: 775px){.package{width:240px;height:280px}}.package .img-wrapper{height:60%;width:90%}@media (max-width: 775px){.package .img-wrapper{height:80%}}.package-name{font-size:1.6rem;color:rgba(0,0,0,0.8);font-weight:400}@media (max-width: 775px){.package-name{padding:1rem 0;font-weight:600}}.package-text{font-size:1.28rem;color:rgba(0,0,0,0.8);font-weight:400}@media (max-width: 775px){.package-text{display:none}}.menu-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);height:32px;width:32px;display:flex;justify-content:center;align-items:center;z-index:90}.menu-btn span{display:block;height:0.2rem;width:100%;border-radius:3px;background-color:#000;position:absolute}.menu-btn span::before,.menu-btn span::after{content:"";display:block;height:0.2rem;width:100%;border-radius:3px;background-color:#000;position:absolute;transition:transform 0.3s}.menu-btn span::before{bottom:8px}.menu-btn span::after{top:8px}#menu-btn-check{display:none}#menu-btn-check:checked ~ .menu-btn span{background-color:transparent}#menu-btn-check:checked ~ .menu-btn span::before{bottom:0;transform:rotate(45deg)}#menu-btn-check:checked ~ .menu-btn span::after{top:0;transform:rotate(-45deg)}#menu-btn-check:checked ~ .menu-content{transform:translateY(0)}.menu-content{width:100%;height:auto;background-color:#f4f4f6;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;position:absolute;top:80px;left:0;padding:2rem;transform:translateY(-200%);transition:transform 0.4s}.menu-content .mobile-nav-link .fas{z-index:100;font-size:1.4rem;color:black;width:14px;height:14px;display:inline-block;padding-left:1rem}.menu-content .mobile-nav-link .fas:hover{color:rgba(141,8,1,0.8)}.menu-content .mobile-nav-link,.menu-content .mobile-dropdown-link{transition:color 0.2s;padding:0.4rem 0;text-decoration:none;text-transform:uppercase;color:#000;font-size:1.8rem}.menu-content .mobile-nav-link:hover,.menu-content .mobile-dropdown-link:hover{color:rgba(141,8,1,0.8)}.menu-content .mobile-dropdown-link{font-size:1.6rem;transition:color 0.2s}.menu-content .mobile-dropdown-link:hover{color:rgba(141,8,1,0.8)}.menu-content .mobile-dropdown-content{padding:2rem;font-size:0.8rem;font-weight:200;display:none}.mobile-dropdown.open .mobile-dropdown-content{display:block;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.hamburger-menu{display:none}@media (max-width: 775px){.hamburger-menu{display:block}}.loader{width:100vw;height:100vh;padding-top:calc(45vh - 25px);background-color:rgba(102,102,110,0.2)}.tr-1,.tr-2{width:0;height:0;border-style:solid}.tr-1{border-width:50px 50px 0 0;border-color:#8d0801 transparent transparent transparent;margin:0 auto;animation:tr1 1s ease-in-out infinite normal}.tr-2{border-width:0 0 50px 50px;border-color:transparent transparent #66666e transparent;margin:-50px auto 0;animation:tr2 2s ease-in-out infinite alternate}@keyframes tr1{0%{transform:rotate(-360deg)}100%{}}@keyframes tr2{0%{transform:rotate(360deg)}100%{}}.loading-text{color:#66666e;text-align:center;font-weight:100;font-size:2rem;letter-spacing:10px;margin-top:20px;padding-left:20px}.main-content{display:none}.hero{width:100vw;height:60vh;position:relative}@media (max-width: 670px){.hero{height:40vh}}.hero-bg{position:absolute;top:0;left:0;width:inherit;height:inherit;opacity:0;visibility:hidden;animation:slideshow 12s linear infinite}.hero-heading{position:absolute;bottom:20%;right:20rem}@media (max-width: 1000px){.hero-heading{bottom:16%;right:10rem}}@media (max-width: 670px){.hero-heading{bottom:8%;right:1rem}}.hero-heading-main{font-family:"Bodoni Moda",serif;font-size:6rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4)}@media (max-width: 1000px){.hero-heading-main{font-family:"Bodoni Moda",serif;font-size:5rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4)}}@media (max-width: 775px){.hero-heading-main{font-family:"Bodoni Moda",serif;font-size:4rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4)}}@media (max-width: 670px){.hero-heading-main{font-family:"Bodoni Moda",serif;font-size:3.6rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4)}}.hero-heading-sub{font-family:"Bodoni Moda",serif;font-size:4rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4);padding-bottom:2rem}@media (max-width: 1000px){.hero-heading-sub{font-family:"Bodoni Moda",serif;font-size:3.6rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4)}}@media (max-width: 775px){.hero-heading-sub{font-family:"Bodoni Moda",serif;font-size:3.2rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4)}}@media (max-width: 670px){.hero-heading-sub{font-family:"Bodoni Moda",serif;font-size:2.56rem;color:#fff;font-weight:300;text-shadow:0.2rem 0.2rem 0.4rem rgba(102,102,110,0.4)}}.bg-1{animation-delay:0s}.bg-2{animation-delay:4s}.bg-3{animation-delay:8s}@keyframes slideshow{0%{visibility:hidden;opacity:0}5%{visibility:visible;opacity:1}18%{visibility:visible;opacity:1}20%{visibility:visible;opacity:1}30%{visibility:visible;opacity:1}60%{visibility:hidden;opacity:0}100%{visibility:hidden;opacity:0}}.picks{width:100vw;height:auto;padding:2rem 0}.picks .container{display:flex;justify-content:space-between;align-items:center}@media (max-width: 775px){.picks .container{flex-direction:column-reverse}}.picks-left{height:inherit}.picks-right{margin:10px;margin-left:50px;box-shadow:rgba(60,64,67,0.3) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 2px 6px 2px;border-radius:5px;padding:2rem}@media (max-width: 1000px){.picks-right{margin-left:20px}}.pick-card-wrapper{display:grid;height:inherit;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 240px);margin-top:3rem}@media (max-width: 670px){.pick-card-wrapper{grid-template-columns:1fr;grid-template-rows:repeat(5, 240px);background-color:red}}.pick-card-wrapper .pick:nth-child(1){grid-column:1 / span 3}@media (max-width: 670px){.pick-card-wrapper .pick:nth-child(1){grid-column:1}}.pick-card-wrapper .pick:nth-child(2){grid-column:4}@media (max-width: 670px){.pick-card-wrapper .pick:nth-child(2){grid-column:1}}.pick-card-wrapper .pick:nth-child(3){grid-column:1}@media (max-width: 670px){.pick-card-wrapper .pick:nth-child(3){grid-column:1}}.pick-card-wrapper .pick:nth-child(4){grid-column:2 / 4}@media (max-width: 670px){.pick-card-wrapper .pick:nth-child(4){grid-column:1}}.pick-card-wrapper .pick:nth-child(5){grid-column:4}@media (max-width: 670px){.pick-card-wrapper .pick:nth-child(5){grid-column:1}}.pick{position:relative;overflow:hidden}.pick-info{position:absolute;width:100%;height:100%;top:0;left:-100%;background-color:rgba(0,0,0,0.4);display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;padding:2rem;z-index:10;transition:left 0.3s linear}@media (max-width: 1200px){.pick:nth-child(2) .pick-info>.btn,.pick:nth-child(3) .pick-info>.btn,.pick:nth-child(5) .pick-info>.btn{width:100%}}@media (max-width: 670px){.pick:nth-child(2) .pick-info>.btn,.pick:nth-child(3) .pick-info>.btn,.pick:nth-child(5) .pick-info>.btn{width:16rem}}.pick-title{font-size:2rem;padding:2rem 0;color:#fff}.pick:hover .pick-info{left:0}form{width:260px;height:400px;display:flex;justify-content:space-around;align-items:center;padding:2rem;flex-direction:column}form .inputs-group{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}@media (max-width: 1000px){form{width:200px;height:300px;padding:1rem}}@media (max-width: 775px){form{width:400px;height:240px}}@media (max-width: 775px){form{width:300px;height:200px}}@media (max-width: 460px){form{width:240px;height:180px}}.form-title{font-size:2.5rem;letter-spacing:0.1rem;color:#8d0801;padding-bottom:1rem;border-bottom:0.1rem solid rgba(102,102,110,0.3)}@media (max-width: 1000px){.form-title{font-size:2rem}}@media (max-width: 670px){.form-title{font-size:1.6rem}}.inputs-group{width:100%}.inputs-group label{font-size:1.6rem;color:rgba(0,0,0,0.8);margin-bottom:1rem}@media (max-width: 670px){.inputs-group label{font-size:1.28rem}}.inputs-group .input-field{width:100%;padding:1rem 0;outline:none;border:0.1rem solid rgba(102,102,110,0.3);border-radius:5px;font-family:inherit;transition:border 0.1s;color:#66666e}.inputs-group .input-field:focus{border:0.2rem solid #8d0801}input::placeholder{color:rgba(102,102,110,0.8)}.main-content{display:none}.interest{width:100vw;height:20%}.interest .swiper{width:100%}.interest .container{display:flex;justify-content:center;align-items:center;flex-direction:column}.interest .container .title-wrapper{width:550px}@media (max-width: 670px){.interest .container .title-wrapper{width:430px}}@media (max-width: 460px){.interest .container .title-wrapper{max-width:100%}}.interest .container .section-paragraph{width:650px}@media (max-width: 670px){.interest .container .section-paragraph{width:430px}}@media (max-width: 460px){.interest .container .section-paragraph{max-width:100%}}.interest-cards{padding:3.6rem 0;width:100%;display:flex;justify-content:space-around;align-items:space-around}.interest-card,.interest .swiper-slide{width:240px;height:160px;display:flex;justify-content:space-around;align-items:center;flex-direction:column;border-radius:5px;box-shadow:rgba(50,50,93,0.25) 0px 2px 5px -1px,rgba(0,0,0,0.3) 0px 1px 3px -1px}@media (max-width: 1000px){.interest-card,.interest .swiper-slide{width:200px;height:140px}}@media (max-width: 670px){.interest-card,.interest .swiper-slide{width:160px;height:120px}}.interest-icon{color:#8d0801;opacity:0.75}@media (max-width: 1000px){.interest-icon{font-size:8px}}.interest-title{font-size:2rem;font-weight:lighter}@media (max-width: 670px){.interest-title{font-size:1.6rem}}.testimonials{width:100vw;height:24vh;background-color:rgba(102,102,110,0.1);padding:12rem 0 16rem 0;position:relative}.testimonials .indicators .left-arrow{top:50%;left:50px}@media (max-width: 1000px){.testimonials .indicators .left-arrow{left:25px}}@media (max-width: 670px){.testimonials .indicators .left-arrow{left:15px}}.testimonials .indicators .right-arrow{top:50%;right:50px}@media (max-width: 1000px){.testimonials .indicators .right-arrow{right:25px}}@media (max-width: 670px){.testimonials .indicators .right-arrow{right:15px}}.testimonials .indicators .pg{width:10px;height:10px;background-color:rgba(102,102,110,0.5);position:absolute;border-radius:50%;transform:translateX(-50%);transition:background-color 0.2s}.testimonials .indicators .pg.open{background-color:rgba(141,8,1,0.7) !important}.testimonials .indicators .pagination-1{bottom:8px;left:49%}@media (max-width: 1000px){.testimonials .indicators .pagination-1{left:48%}}@media (max-width: 670px){.testimonials .indicators .pagination-1{left:46%}}.testimonials .indicators .pagination-2{bottom:8px;left:50%}.testimonials .indicators .pagination-3{bottom:8px;left:51%}@media (max-width: 1000px){.testimonials .indicators .pagination-3{left:52%}}@media (max-width: 670px){.testimonials .indicators .pagination-3{left:54%}}.testimonials .container{height:100%;width:60%}.testimonials-page{display:flex;justify-content:space-around;align-items:center;transform:translateX(-200%);width:100%;height:100%;transition:transform 0.3s}.testimonials-page.open{transform:translateX(0)}@media (max-width: 460px){.testimonials-page>div:first-child,.testimonials-page>div:last-child{display:none}}.testimonials .indicators .left-arrow,.testimonials .indicators .right-arrow{position:absolute;width:20px;height:30px;color:rgba(141,8,1,0.8);z-index:30;font-size:2.4rem;cursor:pointer;transform:translateY(-50%)}.news{width:100vw;height:auto;padding:3rem 0}.news .title-wrapper{width:500px}@media (max-width: 670px){.news .title-wrapper{width:400px}}@media (max-width: 460px){.news .title-wrapper{max-width:100%}}.news .container{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.news-wrapper{width:80%;height:300px;margin:10px auto;border-radius:1rem;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;position:relative;padding:2rem 0}@media (max-width: 775px){.news-wrapper{width:90%}}@media (max-width: 670px){.news-wrapper{width:100%;height:auto}}.news-block{display:flex;justify-content:space-around;align-items:center;padding:1rem 2rem 1rem 0}@media (max-width: 670px){.news-block{flex-direction:column}}@media (max-width: 460px){.news-block{text-align:center}}.news-block>span{display:inline-block;font-size:1.12rem;font-weight:200;color:rgba(0,0,0,0.8)}.news .travel-tag,.news .news-tag{padding:0.1rem 0.2rem;text-transform:uppercase;border-radius:0.4rem}.news .travel-tag{border:1.6px solid rgba(141,8,1,0.5)}.news .news-tag{border:1.6px solid rgba(102,102,110,0.5)}.news-text{font-size:1.12rem;font-weight:200;color:rgba(0,0,0,0.8)}.news-link{position:absolute;bottom:2rem;right:2rem;text-decoration:none;color:rgba(141,8,1,0.7)}@media (max-width: 670px){.news-link{bottom:1rem;right:1rem}}.about-us{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.title-wrapper{width:350px;padding:20px 0}@media (max-width: 775px){.title-wrapper{width:320px}}@media (max-width: 460px){.title-wrapper{max-width:100%}}.about-flex-wrapper{width:100%;padding:3rem 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.about-flex-item{display:flex;justify-content:center;align-items:center;flex-direction:column;width:300px}.item-title{font-size:2rem;color:rgba(0,0,0,0.8);padding:0.8rem 0;font-weight:400}@media (max-width: 775px){.item-title{font-size:1.8rem}}.item-text{font-size:1.6rem;font-weight:200}@media (max-width: 775px){.item-text{font-size:1.28rem}}.missions{width:100%;margin:4rem 0;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:rgba(102,102,110,0.1)}@media (max-width: 775px){.missions{width:50%;margin:30px auto}}@media (max-width: 460px){.missions{width:80%;margin:30px auto}}.mission{padding:2rem}.mission span{font-size:6rem;color:rgba(141,8,1,0.8)}@media (max-width: 775px){.mission span{font-size:3rem}}.section-sub-title{font-size:2.5rem;font-weight:400}.team{width:100%;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.team-member{margin:20px}.team-member-title{color:#66666e;padding:0.8rem 0 0.3rem 0;font-size:1.28rem}.team .member-img{width:50%;height:50%;border-radius:50%}.faqs{display:flex;justify-content:center;align-items:center;flex-direction:column;height:auto;margin:10px 0}@media (max-width: 775px){.faqs .title-wrapper{width:250px}}@media (max-width: 460px){.faqs .title-wrapper{max-width:100%}}.hr-line{width:100%;margin:auto}.faq-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:60%;height:auto}@media (max-width: 775px){.faq-container{width:100%}}.faq-body{width:50%}.faq{width:100%}.faq-page{font-size:2rem;padding:1rem;font-weight:400;color:rgba(0,0,0,0.8);margin:3px 0;position:relative}@media (max-width: 775px){.faq-page{font-size:1.6rem}}@media (max-width: 460px){.faq-page{font-size:1.44rem}}.faq .arrows{position:absolute;top:50%;right:12px;width:10px;height:10px;color:rgba(141,8,1,0.8);transform:translateY(-50%)}.faq .arrows .fa-angle-down{display:block;cursor:pointer;z-index:30}.faq .arrows .fa-angle-up{display:none;z-index:30}.faq-body{width:80%;height:100px;font-size:1.6rem;font-weight:200;color:rgba(0,0,0,0.8);display:none;margin:0 auto}@media (max-width: 460px){.faq-body{font-size:1.44rem}}.faq.active .faq-body{display:block;display:flex;justify-content:center;align-items:center}.faq.active .fa-angle-down{display:none}.faq.active .fa-angle-up{display:block;cursor:pointer}.contact{width:100%;height:40vw;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px 0;margin:1rem 0}@media (max-width: 1200px){.contact{height:60vh}}@media (max-width: 460px){.contact{height:420px;margin:1rem 0}}.contact form{width:600px;height:500px;height:80%;display:flex;justify-content:space-around;align-items:center;flex-direction:column;background-color:rgba(141,8,1,0.7);margin:3rem 0;border-radius:0.2rem}@media (max-width: 775px){.contact form{width:400px}}@media (max-width: 460px){.contact form{max-width:100%;margin:0;padding:1rem}}.contact form .input-details{width:70%}@media (max-width: 460px){.contact form .input-details{margin:0}}.contact form label{width:100%;display:inline-block;font-size:1.6rem;color:#fff;padding-bottom:0.4rem}@media (max-width: 460px){.contact form label{font-size:1.28rem}}.contact form input[type="text"],.contact form input[type="email"]{width:100%;padding:1rem}@media (max-width: 460px){.contact form input[type="text"],.contact form input[type="email"]{padding:0.6rem}}.contact form textarea{width:100%;height:100px;max-width:100%;max-height:200px;font-family:inherit;padding:1rem}.contact form input,.contact form textarea{outline:none;border:1px solid rgba(102,102,110,0.6);border-radius:0.2rem;color:rgba(0,0,0,0.8);font-family:inherit}.contact form input:focus,.contact form textarea:focus{border:1px solid rgba(141,8,1,0.8)}.contact form input::placeholder,.contact form textarea::placeholder{color:rgba(102,102,110,0.8)}.contact form input:last-child{border:none}.contact form input[type="submit"]{color:rgba(141,8,1,0.7)}@media (max-width: 460px){.contact form input[type="submit"]{margin:1rem 0}}.desti-heading{width:100vw;height:14vh;background:url(../images/destination-heading.jpg) no-repeat center;background-size:cover}.desti-heading .desti-heading-main{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:rgba(255,255,255,0.9);font-size:3.6rem;letter-spacing:0.4rem}@media (max-width: 775px){.desti-heading .desti-heading-main{font-size:2.5rem}}@media (max-width: 460px){.desti-heading .desti-heading-main{font-size:2rem;text-align:center}}.section-subtitle{font-size:2rem;font-weight:200;margin-bottom:3rem}@media (max-width: 775px){.section-subtitle{font-size:1.8rem}}@media (max-width: 460px){.section-subtitle{font-size:1.6rem}}.packages{width:100vw;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.packages .container{padding:3rem 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.packages .container .title-wrapper{width:400px}@media (max-width: 670px){.packages .container .title-wrapper{width:330px}}@media (max-width: 460px){.packages .container .title-wrapper{max-width:100%}}.packages-wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.features{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.features .title-wrapper{width:465px}@media (max-width: 460px){.features .title-wrapper{max-width:80%}}.features-wrapper{position:relative;width:100%;height:20vw}@media (max-width: 775px){.features-wrapper{height:22vh}}@media (max-width: 460px){.features-wrapper{height:30vh}}.features-wrapper .arrow{font-size:2.5rem;position:absolute;top:50%;transform:translateY(-50%);z-index:10;color:rgba(255,255,255,0.8)}.features-wrapper .f-left-arrow{left:3rem;z-index:30;transition:color 0.2s}.features-wrapper .f-left-arrow:hover{color:rgba(141,8,1,0.8)}.features-wrapper .f-right-arrow{right:3rem;z-index:30;transition:color 0.2s}.features-wrapper .f-right-arrow:hover{color:rgba(141,8,1,0.8)}.features-wrapper .feature-number{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);width:50px;height:30px;z-index:10;font-size:1.6rem;color:rgba(255,255,255,0.8);font-weight:600;font-style:italic}.features-wrapper .featured-section{position:absolute;top:0;left:0;width:100%;height:100%;background-color:red;background:url(../images/feature-1.jpg) no-repeat center;background-size:cover;padding:4rem;position:relative;display:none;transition:all 0.2s}.features-wrapper .featured-section .text-wrapper{position:absolute;bottom:4rem;right:6rem;display:flex;justify-content:space-around;align-items:flex-start;flex-direction:column;height:60%}@media (max-width: 460px){.features-wrapper .featured-section .text-wrapper{width:50%}}.features-wrapper .featured-section .featured-title{font-size:2.5rem;font-weight:400;color:#fff}@media (max-width: 1000px){.features-wrapper .featured-section .featured-title{font-size:2rem}}@media (max-width: 775px){.features-wrapper .featured-section .featured-title{font-size:1.8rem}}@media (max-width: 460px){.features-wrapper .featured-section .featured-title{font-size:1.6rem}}.features-wrapper .featured-section .featured-text{font-size:1.8rem;font-weight:300;color:#fff}@media (max-width: 1000px){.features-wrapper .featured-section .featured-text{font-size:1.6rem}}@media (max-width: 775px){.features-wrapper .featured-section .featured-text{font-size:1.28rem}}.features-wrapper .featured-section.show{display:block}.features-wrapper .feature-bg-2{background:url(../images/feature-2.jpg) no-repeat center}.features-wrapper .feature-bg-3{background:url(../images/feature-3.jpg) no-repeat center}.blog-main{width:100%;height:auto;text-align:center}.blog-main .container{display:flex;justify-content:center;align-items:center;flex-direction:column}.blog-main .container .title-wrapper .section-title{transform:translateX(-10%)}.blog{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:3rem 0}.blog .latest{width:700px;height:400px;box-shadow:rgba(0,0,0,0.15) 0px 3px 3px 0px;border-radius:0.4rem;display:flex;justify-content:space-around;align-items:center;flex-direction:column}.blog .latest .img-wrapper{width:100%;height:70%}@media (max-width: 775px){.blog .latest .img-wrapper{height:60%}}.blog .latest .latest-title{font-size:2rem;font-weight:400}@media (max-width: 775px){.blog .latest .latest-title{font-size:1.8rem;padding:1rem}}@media (max-width: 775px){.blog .latest{width:500px;height:350px}}@media (max-width: 670px){.blog .latest{width:90%;height:30rem}}.posts{margin:6rem 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.post{width:300px;height:400px;display:flex;justify-content:space-around;align-items:center;flex-direction:column;box-shadow:rgba(0,0,0,0.15) 0px 3px 3px 0px;border-radius:0.4rem;margin:10px}@media (max-width: 775px){.post{width:240px;height:300px}}.post .img-wrapper{width:100%;height:60%}@media (max-width: 775px){.post .img-wrapper{height:50%}}.post-title{font-size:1.8rem;font-weight:400;padding:0 1rem}@media (max-width: 775px){.post-title{font-size:1.6rem}}.post-text{font-size:1.28rem;font-weight:100;padding:0 1rem}.bg-detail{background:url(../images/tour-detail-heading.jpg) no-repeat center}.detail-overview{width:100%;height:30%}.detail-overview .overview-text{font-size:1.6rem;font-weight:100;padding:3rem;text-align:center}@media (max-width: 460px){.detail-overview .overview-text{font-size:1.28rem;padding:1.2rem 0}}.overview{margin:2rem auto;width:60%;display:flex;justify-content:space-between;align-items:center;color:rgba(0,0,0,0.8)}@media (max-width: 775px){.overview{width:80%}}@media (max-width: 460px){.overview{flex-direction:column}}.overview-title{font-size:2rem;padding-bottom:2rem}@media (max-width: 460px){.overview-title{font-size:1.8rem}}.overview-lists{list-style-type:none}.overview-list{font-size:1.8rem;font-weight:200}@media (max-width: 460px){.overview-list{font-size:1.44rem}}.overview-list .fas{color:rgba(141,8,1,0.8);margin-right:0.2rem}.overview-price{font-size:2.5rem}@media (max-width: 460px){.overview-price{font-size:2rem;margin-top:2rem}}.overview .person{font-size:1.6rem;color:rgba(102,102,110,0.8);padding:1rem 0}.itinerary{width:100%;height:auto}.itinerary .container{padding:4rem 0;width:60%}@media (max-width: 460px){.itinerary .container{width:80%}}.itinerary-title{font-size:2.5rem;text-align:center;padding:2rem 0}@media (max-width: 460px){.itinerary-title{font-size:2rem}}.itinerary-day{width:100%}.itinerary-day-title{font-size:2rem;font-weight:400;padding:2rem 0}@media (max-width: 460px){.itinerary-day-title{font-size:1.8rem}}.itinerary-day-text{font-size:1.6rem;font-weight:300;margin:2rem 0}@media (max-width: 460px){.itinerary-day-text{font-size:1.28rem}}.itinerary-day .img-wrapper{width:100%;height:300px}.know-more{width:100%;height:14vw;background:url(../images/tour-detail-footer.jpg) no-repeat center;background-size:cover;position:relative}.know-more-title{font-size:3rem;color:rgba(255,255,255,0.8);position:absolute;bottom:50%;right:2rem}@media (max-width: 460px){.know-more-title{font-size:2rem}}.know-more .btn{position:absolute;bottom:10%;right:2rem}@media (max-width: 1200px){.know-more{height:21vh}}.blog-post{width:90%;margin:0 auto;height:auto;padding:3rem;color:rgba(0,0,0,0.8)}.blog-post-title{font-size:3rem;margin-left:8rem;padding:1rem 0}@media (max-width: 670px){.blog-post-title{font-size:2.5rem;margin-left:4rem}}@media (max-width: 460px){.blog-post-title{font-size:2rem;margin-left:2rem}}.blog-post .post-date{font-size:1.6rem;font-weight:200;margin-left:8rem;text-align:left}@media (max-width: 670px){.blog-post .post-date{margin-left:4rem}}@media (max-width: 460px){.blog-post .post-date{margin-left:2rem;font-size:1.28rem}}.blog-post .container{margin:3rem auto;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;width:60%}@media (max-width: 775px){.blog-post .container{width:80%}}@media (max-width: 460px){.blog-post .container{width:100%}}.blog-post .container .img-wrapper{width:80%;height:350px}@media (max-width: 775px){.blog-post .container .img-wrapper{height:240px}}@media (max-width: 670px){.blog-post .container .img-wrapper{width:90%;height:180px}}.post-content{width:100%;padding:3rem 0;height:auto;display:flex;justify-content:center;align-items:center;flex-direction:column}.post-content .post-title{font-size:2.5rem}@media (max-width: 670px){.post-content .post-title{font-size:1.8rem}}@media (max-width: 460px){.post-content .post-title{font-size:1.6rem}}.post-content .post-para{font-size:1.6rem;padding:2rem 1rem}@media (max-width: 460px){.post-content .post-para{font-size:1.28rem;padding:1rem 0.8rem}}.post-content .img-wrapper{margin:0 auto;width:80%;height:200px}.author{margin-top:4rem;padding:10px;width:100%;height:12vw;display:flex;justify-content:center;align-items:center;border-radius:0.4rem;border:1px solid rgba(102,102,110,0.8)}@media (max-width: 775px){.author{height:16vw;padding:6px}}@media (max-width: 460px){.author{height:16vh}}.author-img-wrapper{width:100px;height:100px}.author-img-wrapper img{border-radius:50%}@media (max-width: 775px){.author-img-wrapper{width:70px;height:70px}}@media (max-width: 670px){.author-img-wrapper{width:120px;height:60px}}.author-text{padding:0 2rem}.author-name{font-size:1.6rem}@media (max-width: 460px){.author-name{font-size:1.44rem}}.author-history{font-size:1.28rem;font-weight:300}
