@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kumbh+Sans:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--regular-font: "Kumbh Sans", serif;--bold-font: "DM Sans", serif;--main-color: rgb(129, 48, 32);--secondary-color: rgba(65, 83, 39, .877);--faded: rgb(50, 50, 50)}body{font-family:var(--regular-font);background-color:#fff}ul{list-style:none}a{text-decoration:none;display:flex}img{width:100%;height:100%;object-fit:cover}h1,h2{font-family:var(--bold-font)}input,button,textarea{outline:none;font-family:var(--regular-font)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.inner-row{width:1280px;margin:auto}.topbar{border-bottom:1px solid gainsboro}.topbar-content{display:flex;justify-content:space-between;flex-wrap:wrap}.topbar ul,.extra-details ul{display:flex}.topbar-column p{font-size:13px;color:var(--faded)}.topbar ul li a span,.extra-details ul li a span{width:36px;height:36px;color:var(--faded);display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .75s ease;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-ms-transition:all .75s ease;-o-transition:all .75s ease}.topbar ul li a:hover span,.extra-details ul li a:hover span{color:var(--main-color)}.topbar-column{display:flex;align-items:center;gap:20px}.topbar-column .column-box{display:flex;align-items:center;gap:5px}.column-box span{display:flex;color:var(--secondary-color)}.topbar-column span.line{height:50%;width:.5px;background:#a1a1a1}.column-box p{font-size:13px;color:var(--faded)}header{border-bottom:1px solid rgb(237,237,237)}header.onScroll{position:fixed;width:100%;top:0;z-index:99;transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease;background:#fff}header.onScroll.active{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.header-content{display:flex;align-items:center;justify-content:space-between;height:90px}.logo{display:flex;width:150px}.logo img{object-fit:contain}.header-content nav ul,.sidebar-nav ul{display:flex;gap:30px;align-items:center}.header-content nav ul li{line-height:90px;position:relative}.header-content nav ul li a,.sidebar-nav ul li a{position:relative;color:#222;font-size:16px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.header-content nav ul li a.active,.header-content nav ul li a:hover,.sidebar-nav ul li a.active,.sidebar-nav ul li a:hover{color:var(--main-color);font-weight:500}.header-content nav ul li a:after,.sidebar-nav ul li a:after{content:"";position:absolute;bottom:0;width:0%;border-radius:5px;height:3px;background:var(--main-color);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.header-content nav ul li a:hover:after,.header-content nav ul li a.active:after,.sidebar-nav ul li a:hover:after,.sidebar-nav ul li a.active:after{width:100%}.dropdown{position:absolute;top:100%;z-index:99;width:200px;background:#fff;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border:1px solid gainsboro;max-height:0;pointer-events:none;opacity:0;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.dropdown.active{max-height:250px;opacity:1;pointer-events:all}.dropdown ul{flex-direction:column;gap:0!important;align-items:flex-start!important}.dropdown ul li{line-height:45px!important;width:100%;padding:0 5%}.header-actions{display:flex;gap:30px;align-items:center}.action-box a{width:160px;display:flex;justify-content:center;background:var(--main-color);color:#fff;align-items:center;height:50px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;font-size:15px;gap:5px}.action-box a span{display:flex}.action-box h4{font-weight:400;display:flex;align-items:center;gap:5px}.action-box h4 span{display:flex}.menu-btn{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:2px solid var(--main-color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;font-size:22px;cursor:pointer;display:none}.sidebar-section{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-120}.sidebar-section.active{opacity:1;z-index:120}.sidebar-overlay{position:absolute;width:100%;height:100%;background:#81302099;transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}.sidebar-content{width:500px;position:absolute;height:100%;background:#fff;padding:30px;transform:translate(-110%);-webkit-transform:translateX(-110%);-moz-transform:translateX(-110%);-ms-transform:translateX(-110%);-o-transform:translateX(-110%)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid rgba(220,220,220,.578)}.sidebar-header span{width:50px;height:50px;background:var(--main-color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;align-items:center;display:flex;justify-content:center;color:#fff;cursor:pointer;font-size:22px}.sidebar-nav ul{flex-direction:column;align-items:flex-start;margin-top:20px;gap:20px}.sidebar-nav ul li{width:100%}.sidebar-nav ul li a{padding-bottom:5px;display:inline-flex}.sidebar-nav .dropdown{position:relative;width:100%}.sidebar-nav .dropdown ul{margin-top:0}.sidebar-nav .dropdown ul li a{padding-bottom:0}.sidebar-nav .special{display:inline-flex;align-items:center;gap:5px}.sidebar-nav .special span{display:flex;margin-top:3px}.extra-details{margin-top:20px;padding-top:10px;border-top:1px solid rgba(227,221,218,.597);display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.extra-details h4{font-family:var(--regular-font);font-size:14px;text-transform:uppercase;font-weight:450;margin-bottom:10px}.extra-details p{display:flex;margin-bottom:15px;color:var(--faded);font-size:15px;gap:5px}.extra-details p span{display:flex}.extra-column h5{font-size:12px;text-transform:uppercase;font-weight:500;margin-bottom:5px}footer{background:#fff5f399}.footer-content{padding:100px 0;display:flex;gap:100px;justify-content:space-between}.footer-logo{width:130px}.footer-logo img{object-fit:contain}.footer-row{width:90%}.footer-column{margin-bottom:20px}.footer-column.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-column h3{font-size:15px;font-weight:500;text-transform:uppercase;margin-bottom:10px;border-bottom:1px solid rgba(231,224,219,.512);padding-bottom:5px}.footer-column h4{font-size:13px;font-weight:500;text-transform:uppercase;padding-bottom:5px;margin-bottom:10px}.footer-column ul{display:flex;gap:30px;align-items:center;line-height:50px;flex-wrap:wrap}.footer-column ul li a{color:var(--faded);font-size:16px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.footer-column ul li a:hover{color:var(--main-color)}.footer-column p{color:var(--faded);display:flex;align-items:center;gap:5px;font-size:17px;margin-bottom:20px}.footer-column p span{display:flex}.office-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.office-grid h5{font-size:12px;font-weight:500;text-transform:uppercase;margin-bottom:10px;border-bottom:1px solid rgba(231,224,219,.512);padding-bottom:5px}.office-grid-column p{font-size:15px}.copyright{border-top:1px solid rgba(231,224,219,.512);padding:30px 0;text-align:center}.copyright p{font-size:14px;color:gray}@media (max-width: 1290px){.inner-row{width:95%}}@media (max-width: 1090px){.inner-row{width:90%}.menu-btn{display:flex}.header-content nav{display:none}.footer-content{flex-direction:column;gap:20px}}@media (max-width: 768px){.header-actions .action-box,.topbar{display:none}.sidebar-content{width:100%}.footer-column.split{grid-template-columns:1fr}.footer-logo{margin:auto}.office-grid{gap:0px;grid-template-columns:1fr}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.hero-section{padding:5px;position:relative}.hero-slider{position:relative;height:95dvh;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;overflow:hidden}.mySwiper{height:inherit}.hero-slide-moja{height:inherit;display:flex;align-items:center}.hero-slide-moja.one{background:url(/assets/hero3-CyY4NxbG.jpg) no-repeat;background-size:cover;background-position:center}.hero-slide-moja.two{background:linear-gradient(to right,#000000bf,#0000004d),url(/assets/hero1-BPqNA-gO.jpg) no-repeat;background-size:cover;background-position:center}.hero-slide-moja.three{background:linear-gradient(to right,#000000bf,#0000004d),url(/assets/hero2-DKynuO_7.jpg) no-repeat;background-size:cover;background-position:center}.hero-texts{width:900px}.hero-texts h1{font-size:90px;color:#f5f5f5;font-weight:560;margin-bottom:30px;opacity:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transition:all 1s ease;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease}.hero-texts.active h1{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);opacity:1}.hero-texts a{width:200px;height:55px;display:flex;justify-content:center;align-items:center;border:2px solid white;gap:5px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;font-size:16px;color:#fff;transition:all 1.5s ease;-webkit-transition:all 1.5s ease;-moz-transition:all 1.5s ease;-ms-transition:all 1.5s ease;-o-transition:all 1.5s ease;transform:translateY(200%);-webkit-transform:translateY(200%);-moz-transform:translateY(200%);-ms-transform:translateY(200%);-o-transform:translateY(200%);opacity:0}.hero-texts.active a{opacity:1;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0)}.hero-texts a:hover{background:var(--main-color)}.hero-texts a span{display:flex;margin-top:3px}.hero-navigations{position:absolute;right:10%;bottom:17.5%;z-index:10;display:flex;gap:30px}.hero-arrow{width:70px;height:70px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border:1px solid rgba(188,188,188,.304)}.hero-arrow span{font-size:28px;display:flex;color:#f5f5f5}.about-section{padding:100px 0}.about-section-column{display:grid;grid-template-columns:1fr 1fr;gap:50px}.about-section-column h3{font-size:15px;text-transform:uppercase;font-weight:500;color:var(--main-color)}.about-section-column h2{font-size:55px;margin-top:20px;font-weight:800}.about-section-column p{font-size:20px;line-height:1.75;color:var(--faded);font-weight:350;margin-bottom:10px}.about-section-column a{width:200px;height:50px;display:flex;align-items:center;justify-content:center;gap:5px;background:var(--main-color);color:#fff;margin:20px 0;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease;font-size:16px}.about-section-column a span{display:flex;margin-top:3px}.about-section-column a:hover{background:#873423e5}.about-section-wrap{display:grid;grid-template-columns:1fr 3.5fr;gap:50px;margin-top:50px}.about-section-wrap p{font-size:17px;line-height:1.7;color:var(--faded)}.about-section-images{display:grid;grid-template-columns:1fr 1.5fr;gap:30px;height:550px;align-items:center}.about-section-images img{height:max-content;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.about-section-images img:nth-child(1){height:100%}.about-section-images img:nth-child(2){height:60%}.destination-section{padding:100px 0;background:#fff5f399}.destination-intro{width:850px;text-align:center;margin:auto}.destination-intro h3{text-transform:uppercase;font-size:15px;font-weight:500;color:var(--main-color)}.destination-intro h2{font-size:65px;margin:10px 0}.destination-row{display:flex;gap:30px;margin:50px 0}.destination-column{height:550px;border-radius:16px;width:25%;transition:all .9s ease;-webkit-transition:all .9s ease;-moz-transition:all .9s ease;-ms-transition:all .9s ease;-o-transition:all .9s ease;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;overflow:hidden;position:relative}.destination-column.active{width:100%}.destination-column img{position:absolute;width:100%;height:100%;top:0;z-index:2}.destination-column .overlay{position:absolute;top:0;width:100%;height:100%;background:linear-gradient(#0000004d,#00000080);z-index:3}.destination-column h3{color:#fff;position:absolute;width:300px;left:-40%;top:60%;z-index:5;display:flex;align-items:center;gap:5px;font-size:24px;font-weight:500;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.destination-column.active h3{left:5%;top:auto;bottom:10%;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.destination-column h3 span{width:40px;height:2px;display:flex;background-color:#f5f5f5}.destination-column a{position:absolute;right:5%;bottom:10%;z-index:5;display:flex;width:130px;border:2px solid whitesmoke;height:45px;align-items:center;justify-content:center;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;color:#f5f5f5;gap:5px;font-size:15px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease;opacity:0}.destination-column a span{display:flex;margin-top:1px}.destination-column.active a{opacity:1}.destination-column a:hover{background:var(--main-color)}.destination-extra{width:90%;margin:auto;display:flex;gap:50px;align-items:center}.destination-extra p{font-size:24px;line-height:1.5;font-weight:350}.destination-extra a{width:230px;height:55px;display:flex;align-items:center;justify-content:center;background:var(--main-color);color:#fff;flex-shrink:0;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;gap:5px}.destination-extra a span{display:flex;margin-top:2px}.experiences-section{padding:100px 0}.experiences-intro{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.experiences-intro h2{font-size:60px}.experiences-intro p{font-size:18px;line-height:1.6;font-weight:350;color:var(--faded)}.experiences-intro a{margin-top:20px;width:200px;height:55px;border:2px solid var(--main-color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;gap:5px;color:var(--faded)}.experiences-intro a span{display:flex;margin-top:2px}.experiences-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;width:95%;margin:50px auto 0}.experience-moja img{height:400px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.experience-moja .experience-text{width:90%;margin:20px auto;display:flex;align-items:center;gap:20px}.experience-text-item{border-right:1px solid rgb(235,235,235);padding-right:20px}.experience-moja h4{font-size:28px;font-weight:520;line-height:1.5;margin-bottom:10px;transition:all .8s ease;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease}.experience-moja p{font-size:16px;line-height:1.5;color:var(--faded)}.experience-moja span{color:var(--main-color);font-size:25px;cursor:pointer;width:60px;display:flex;height:60px;align-items:center;justify-content:center}.experience-moja:hover h4{color:var(--main-color);cursor:pointer}.process-section{padding:110px 0;background:linear-gradient(#00000080,#00000080),url(/assets/processBg-BERBwvyi.jpg) no-repeat;background-position:center;background-size:cover}.process-intro{width:850px;margin:auto;text-align:center}.process-intro h2{color:#f5f5f5;font-size:60px;font-weight:600;margin-bottom:10px}.process-intro p{color:#dcdcdc;font-size:18px;line-height:1.5}.process-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:50px;gap:30px}.safari-process-moja{padding:50px 30px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffff30;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.safari-process-moja h3{color:#f5f5f5;font-size:25px;font-weight:400;margin-bottom:10px;line-height:1.5}.safari-process-moja h3 span{font-size:32px;font-weight:600}.safari-process-moja p{line-height:1.5;color:#f5f5f5;font-weight:250;font-size:16px}.testimonials-section{padding:110px 0}.testimonials-section-content h3{text-transform:uppercase;font-size:15px;font-weight:500;color:var(--main-color)}.testimonials-section-content h2{font-size:60px;margin:10px 0;font-weight:600}.testimonials-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:50px 0}.testimonial-moja{padding:40px;box-shadow:0 0 4px -2px #dcdcdc;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.testimonial-moja img{width:50px;height:50px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;margin-bottom:20px}.testimonial-moja p{line-height:1.4;font-size:15px;margin-bottom:10px;color:var(--faded)}.testimonial-moja h4{font-weight:450;font-size:18px}.partners-section h4{font-size:22px;display:flex;font-weight:450;flex-shrink:0}.partners-header span{width:100%;display:flex;height:.5px;background:#efeceab6}.partners-header{display:flex;align-items:center;gap:30px}.partners-logos{display:flex;flex-wrap:wrap;gap:40px;align-items:center;justify-content:center;margin-top:40px}.partners-logos img{width:180px;height:100px;object-fit:contain}.call-to-action{padding:140px 0;background:url(/assets/callBG-W4FBlMD9.jpg) no-repeat;background-size:cover;background-position:left}.call-to-action-content{display:flex;position:relative;justify-content:flex-end}.call-action-box{background:#fff;width:450px;padding:70px 50px}.call-action-box h3{text-transform:uppercase;font-size:15px;font-weight:500;color:var(--main-color)}.call-action-box h2{font-size:50px;font-weight:600;margin:20px 0}.call-action-box p{line-height:1.7;font-size:16px;margin-bottom:20px;color:var(--faded)}.call-action-box a{width:180px;height:55px;display:flex;justify-content:center;align-items:center;background:var(--main-color);color:#fff;font-size:15px;gap:5px}.call-action-box a span{display:flex;margin-top:2px}@media (max-width: 1090px){.hero-texts{width:100%}.hero-texts h1{font-size:75px}.about-section-column{grid-template-columns:1fr;gap:10px}.about-section-wrap,.experiences-intro{grid-template-columns:1fr;gap:20px}.destination-intro,.process-intro{width:90%}.process-row,.testimonials-row{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hero-texts h1{font-size:60px}.hero-navigations{bottom:10%}.hero-arrow{width:50px;height:50px}.hero-arrow span{font-size:18px}.about-section-column h2,.destination-intro h2,.experiences-intro h2,.process-intro h2,.testimonials-section-content h2{font-size:45px}.about-section-wrap{margin-top:0}.destination-row,.destination-extra{flex-direction:column}.destination-column{height:200px;width:100%}.destination-column.active{height:350px}.destination-column h3{left:5%;transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.destination-extra{gap:30px}.destination-extra p{text-align:center}.experiences-row,.process-row,.testimonials-row{grid-template-columns:1fr;width:100%}.call-to-action-content{justify-content:center}.call-action-box{width:90%}}@media (max-width: 540px){.hero-texts h1{font-size:50px}.about-section-images{grid-template-columns:1fr;height:auto}.about-section-images img:nth-child(1){height:400px}.destination-extra p{font-size:20px}.about-section-column p{font-size:18px}.about-section-images img:nth-child(2){height:300px}.call-action-box h3{font-size:13px}.call-action-box h2{font-size:40px}}.about-hero{padding-top:100px}.about-hero-content h3{font-weight:500;font-size:14px;text-transform:uppercase;color:var(--main-color)}.about-hero-content h1{font-size:50px;font-weight:400;margin:20px 0;line-height:1.6}.about-hero-extra{padding:130px 0;background:url(/assets/about3-BO1g8S8h.jpg) no-repeat;background-size:cover;background-position:left;margin-top:60px;position:relative;display:flex;align-items:center;justify-content:flex-end}.about-hero-box{background:#fff;width:450px;padding:60px 50px;margin-right:8%}.about-hero-box p{line-height:1.75;font-size:20px;color:var(--faded)}.about-story{padding:110px 0}.about-story h3{font-size:15px;font-weight:500;text-transform:uppercase;color:var(--main-color);margin-bottom:20px}.about-story-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-story-row p{font-size:18px;line-height:1.7;color:var(--faded);margin-bottom:20px}.about-statements{display:grid;grid-template-columns:1fr 1fr;width:1000px;margin:50px auto 80px;gap:50px}.about-statement{background:#fff5f399;padding:40px;border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-webkit-border-radius:10px}.about-statement h3{font-weight:500;font-size:22px}.about-statement p{font-size:17px;font-weight:350;line-height:1.6;color:var(--faded)}.values-section{display:grid;grid-template-columns:1fr 2fr;gap:80px;align-items:center}.value-image{height:600px;overflow:hidden;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.values-description h4{font-size:24px;font-weight:400;line-height:1.6}.values-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}.value-moja{padding:40px;background-color:#cef19f22;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.value-moja p{font-size:15px;font-weight:350;color:var(--faded);line-height:1.5}.value-moja h5{font-size:20px;font-weight:500;margin-bottom:10px}@media (max-width: 1090px){.about-statements{width:100%}.about-story-row{grid-template-columns:1fr;gap:0}.values-section{grid-template-columns:1fr;gap:40px}.value-image{height:auto;max-height:500px}}@media (max-width: 768px){.about-hero-content h1{font-size:40px}.about-hero-extra{justify-content:center}.about-hero-box{width:80%;margin-right:0}.about-hero-box p{font-size:18px}.about-statements,.values-row{grid-template-columns:1fr}}@media (max-width: 540px){.about-hero-content h1{font-size:35px}}.destination-hero{padding:110px 0}.destination-hero-content{display:grid;grid-template-columns:1.25fr 1fr;gap:50px;align-items:center}.destination-hero-texts h1{font-size:60px;margin-bottom:20px}.destination-hero-texts p{font-size:20px;line-height:1.7;color:var(--faded)}.destination-hero-image{height:520px;overflow:hidden;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.destination-body{padding-bottom:100px}.destination-body h2{text-align:center;font-size:60px;border-bottom:1px solid rgba(224,211,199,.4);padding-bottom:10px}.destinations-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-top:40px}.destination-moja img{height:350px;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.destination-texts{display:flex;align-items:center;justify-content:space-between;width:90%;margin:10px auto}.destination-texts h3{font-size:24px;font-weight:500}.destination-texts a{font-size:15px;display:flex;gap:5px;align-items:center;color:var(--faded);transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.destination-texts a span{display:flex;margin-top:2px}.destination-texts a:hover{gap:8px;color:var(--main-color);font-weight:500}.destination-shifts{margin:10px 0;display:flex;justify-content:center;gap:20px}.destination-shifts span{padding:10px 40px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;background:#fff2ef;font-size:16px;cursor:pointer}.destination-shifts span:hover,.destination-shifts span.active{background:var(--main-color);color:#fff}.desti-link-wrap{display:flex;justify-content:center;margin-top:60px}.desti-link-wrap a{display:inline-flex;width:220px;height:55px;border:2px solid var(--main-color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;align-items:center;justify-content:center;gap:5px;font-size:14px;color:var(--faded)}.desti-link-wrap a span{display:flex;margin-top:3px}.desti-link-wrap a:hover{background:var(--main-color);color:#fff}.country-wrapper{padding:60px 0 80px;background-color:#fffbfac8}.country-wrapper-content h1{font-size:60px}.country-wrapper .wrapper-texts{width:90%}.wrapper-texts p{font-size:20px;line-height:1.5;color:var(--faded);margin-bottom:10px}.country-destination-row{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:50px}.destination-achiel{background:#fff;box-shadow:0 0 5px -2px #dcdcdc;border-radius:15px;overflow:hidden;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}.destination-achiel img{height:500px}.achiel-texts{padding:30px}.achiel-texts h3{font-size:24px;font-family:var(--regular-font);font-weight:500;margin-bottom:10px}.achiel-texts ul{display:flex;flex-direction:column;gap:10px}.achiel-texts ul li{color:var(--faded);display:flex;gap:5px}.achiel-texts ul li span{display:flex;color:var(--main-color)}@media (max-width: 1090px){.destination-hero-content{grid-template-columns:1fr;gap:30px}.destinations-row{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.destination-hero-texts h1,.destination-body h2,.country-wrapper-content h1{font-size:45px}.destination-hero-texts p{font-size:18px}.destination-hero-image,.destination-achiel img{height:400px}.destinations-row,.country-destination-row{grid-template-columns:1fr}}.itinerary-hero{padding:110px 0}.itinerary-hero h1{font-size:66px;text-align:center}.itinerary-hero p.intro{width:700px;text-align:center;line-height:1.7;color:var(--faded);margin:20px auto;font-size:18px}.itinerary-wrapper{padding:40px 0 80px}.itinerary-content{width:1000px;margin:auto}.itinerary-content h1{font-size:50px;width:90%;text-align:center;margin:20px auto}.itinerary-content img{border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;max-height:550px;margin-bottom:30px}.itinerary-content p{font-size:18px;line-height:1.7;color:var(--faded)}.itinerary-content p.intro{margin-bottom:20px}.journey-box{border-bottom:1px dashed gainsboro;padding-bottom:20px;margin-bottom:30px}.journey-box h3{font-size:28px;font-weight:500;margin-bottom:10px}.journey-box p{font-size:16px}.journey-box:last-child{border-bottom:none}.itinerary-book{display:flex;justify-content:center}.itinerary-book a{width:200px;height:55px;display:flex;align-items:center;justify-content:center;gap:5px;background-color:var(--main-color);color:#fff;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;font-size:15px}.itinerary-book a span{display:flex}@media (max-width: 1090px){.itinerary-content{width:100%}}@media (max-width: 768px){.itinerary-hero p.intro{width:90%}.itinerary-hero h1,.itinerary-content h1{font-size:45px}.journey-box h3{font-size:22px}}@media (max-width: 530px){.itinerary-content h1{font-size:36px}}.contact-body{padding:100px 0}.contact-body-content{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-body-texts h1{font-size:75px;width:90%;font-weight:600;margin-bottom:10px}.contact-body-texts p{font-size:18px;margin-bottom:10px;line-height:1.6;color:var(--faded)}.contact-body-texts .details-texts{margin-top:30px;display:block}.contact-box{display:flex;margin-top:20px;align-items:center;gap:10px}.contact-box h4{font-weight:500}.contact-box p{margin-bottom:0}.contact-box span{width:60px;height:60px;background:#cde5bf57;display:flex;align-items:center;justify-content:center;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.contact-form{padding:70px 50px;background:#fff5f399;border-radius:17px;-webkit-border-radius:17px;-moz-border-radius:17px;-ms-border-radius:17px;-o-border-radius:17px}.form-row{margin-bottom:20px}.form-control{width:100%;height:55px;padding-left:10px;border:1px solid rgba(220,220,220,.4);background:#fff8;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.form-row textarea{width:100%;height:155px;padding:10px;border:1px solid rgba(220,220,220,.4);background:#fff8;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.form-btn button{width:180px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border:none;background:var(--main-color);color:#fff;cursor:pointer}.contact-box-split{margin-top:20px}.contact-box-split h4{font-size:18px;font-weight:500;padding-bottom:5px;border-bottom:1px solid gainsboro}.contact-box-row{display:flex;gap:30px;width:95%;margin:10px auto 0}.contact-box-column h5{font-size:14px;text-transform:uppercase;color:#111;font-weight:450;margin-bottom:5px}.contact-box-column p{font-size:16px;display:flex;gap:5px;align-items:center}.contact-box-column p span{color:var(--main-color);display:flex}.error{font-size:13px;color:#ef2d2d}.server-msg{font-size:14px;margin-top:10px;color:var(--main-color)}.honey{position:absolute;right:0;opacity:0}@media (max-width: 1090px){.contact-body-content{grid-template-columns:1fr}}@media (max-width: 768px){.contact-body-texts h1{font-size:60px}}@media (max-width: 540px){.contact-body-texts h1{font-size:45px}.contact-body-texts p{font-size:17px}}
