*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1e90ff;--white:#fff;--grey:#999;--orange:#f07c00;--body:#f5f5f5;--darkBlue:#0e2f75;--lightBlue:#0ca6e8}a{text-decoration:none}.lora-font{font-family:Lora,serif;font-optical-sizing:auto;font-style:normal;font-weight:lighter}.roboto-font{font-family:Roboto,sans-serif;font-style:normal;font-weight:400}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Home{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100vw}.Navbar{background-color:#f5f5f5;box-sizing:border-box;display:flex;height:80px;justify-content:space-between;overflow:hidden;padding-bottom:10px;position:fixed;top:0;width:100vw;z-index:10}.mob-Navbar{height:60px!important}.nav-brand{align-items:center;display:flex;height:100%;justify-content:center;width:20%}.nav-brand span{color:#000;cursor:pointer;font-size:1.5rem;font-weight:700}.brand-logo{margin-left:0;margin-top:15px;object-fit:contain;width:130px}.nav-tabs{align-items:center;display:flex;flex-grow:1;height:100%;justify-content:space-around;overflow:hidden}.nav-tabs span{color:var(--lightBlue);cursor:pointer;font-size:1.2rem;margin:5px}.darkBlue{color:var(--darkBlue)!important}.lightBlue{color:var(--lightBlue)!important}.nav-contactBtn-wp{align-items:center;display:flex;height:100%;justify-content:center;margin-top:5px;overflow:hidden;width:20%}.nav-contactBtn{background-color:#000!important;background-image:linear-gradient(90deg,#ffffff30,#fff0 49.71%);border:0!important;border-radius:20px!important;color:#fff!important;outline:none!important;padding:10px 20px!important;text-transform:none!important}.nav-contactBtn a{color:#fff;text-decoration:none}.about{color:#999;font-size:1.2rem}.toggle-btn{cursor:pointer}@media screen and (max-width:930px){.Navbar{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:15px}.Navbar,.nav-tabs{flex-direction:column}.nav-tabs{align-items:start;height:40vh;margin-top:10px;padding-left:0}.nav-brand{justify-content:space-between;width:100%}.nav-tabs{width:100%}.nav-contactBtn-wp{justify-content:start;width:100%}}.light-btn a{color:#000!important}.light-btn{background-color:#f5f5f5!important;border:1px solid #000!important}.about{height:100%;width:100%}.bottomImg{height:20%;width:100%}.about .block1,.about .block2{display:flex;padding:0 10%}.block1 .text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-left:25px;width:60%}.block1 .text p{margin-bottom:15px}.block1 .img{height:250px;margin-left:2%;width:33%}.block2 .text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-right:15px;text-align:right;width:50%}.block2 .text p{margin-bottom:15px}.block2 .img{height:350px;margin-top:-80px;width:40%}.block3{margin-top:80px}@media screen and (max-width:900px){.about .block1,.about .block2{padding:0}.block2 .img{height:350px;margin-top:-40px;width:40%}}@media screen and (max-width:850px){.block1 .img{height:300px;margin-left:0;width:50%}.block2 .img{height:350px;margin-top:-40px;width:50%}.about .block1{flex-direction:column-reverse}.about .block1,.about .block2{align-items:center;display:flex}.about .block2{flex-direction:column}.block1 .img{height:300px;width:250px}.block2 .img{height:350px;margin-top:0;width:250px}.block1 .text,.block2 .text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0 15px;text-align:justify;width:100%}}.benifits-section{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;padding:150px 5% 80px;width:100%}.benifits-section .header{text-align:center}.benifits-section .header h1{font-size:3rem;margin-bottom:25px}.bento-container{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);height:700px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:80px;max-width:1000px;padding:.5rem;width:100%}article{background-color:#1c1c1c;border-radius:1rem;overflow:hidden;padding:10px;transition:all .2s cubic-bezier(1,0,0,1);&.reveal{opacity:1;transform:scale(1);visibility:visible}}article img{border-radius:calc(1rem - 10px);height:50%;width:100%}article h3{margin-bottom:15px;margin-top:15px}article ul{margin-left:10%;margin-top:15px;width:80%}article li{margin-bottom:5px;width:80%}.feature-wp{margin:100px 0 50px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.feature-wp h1{font-size:3rem;margin-bottom:25px}.feature-wp ul{font-size:1.1rem;list-style-type:none}@media screen and (min-width:0px){.bento-container{grid-template-columns:repeat(1,1fr)}article{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media screen and (min-width:540px){.bento-container{grid-template-columns:repeat(2,1fr)}article:nth-of-type(5){grid-column:2/3;grid-row:2/4}}@media screen and (min-width:940px){article{height:auto}.bento-container{grid-template-columns:repeat(3,1fr);grid-template-rows:4fr 3fr 3fr}article{&:first-of-type{grid-row:1/2}&:nth-of-type(5){grid-column:2/4;grid-row:2/4}}}@media screen and (max-width:650px){.benifits-section .header h1,.feature-wp h1{font-size:2rem;margin-bottom:25px}}.photo-card{background:#fff;border-bottom:3px solid #ffffff70;border-left:2px outset hsla(0,0%,100%,.545);border-radius:6px;box-shadow:-20px 25px 30px #00000047;padding:.4em .4em 1.6em;transform:skewX(10deg);transition:.4s;width:clamp(300px,60%,50vw)}.photo-card:hover{transform:skew(0deg) scale(1.25)}.photo-card-image{background-color:#ececec;border-radius:6px 6px 0 0;height:300px;width:100%}.photo-card-image img{height:100%;object-fit:cover;width:100%}.photoGallary{background-color:#000;padding:50px 0}.gallary-wp,.photoGallary{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.gallary-wp{display:flex;margin:50px 0}.content{align-items:center;color:#fff;display:flex;flex-grow:1;padding:0 25px;width:40%}.photo-scroller{height:100%;overflow-x:scroll;width:60%}.container{align-items:center;height:100%;min-width:100%;overflow:hidden;overflow-x:scroll;padding-bottom:50px;padding-top:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.container,.container .glass{display:flex;justify-content:center;position:relative}.container .glass{align-items:start;background-color:#1c1c1c;border-radius:10px;box-shadow:0 25px 25px #00000040;height:250px;margin:0 -45px;min-height:250px;min-width:250px;padding:8px 8px 0;transform:rotate(calc(var(--r)*1deg));transition:.5s;width:250px}.container:hover .glass{margin:0 10px;transform:rotate(0deg)}.container .glass:before{align-items:center;background:#ffffff0d;bottom:0;box-sizing:border-box;color:#fff;content:attr(data-text);display:flex;font-size:.8rem;height:40px;justify-content:center;padding:0 8px;position:absolute;text-align:center;width:100%}.container .glass img{border-radius:2px;height:calc(100% - 40px);object-fit:cover;width:100%}.hidden-class{display:none!important}@media screen and (max-width:1200px){.container .glass{height:200px;min-height:200px;min-width:150px;width:25%}}@media screen and (max-width:1000px){.gallary-wp{flex-direction:column!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.content,.gallary-wp{display:flex;width:100%}.content{align-items:center;color:#fff;flex-grow:1;padding:0 25px}.content h1{font-size:2rem;margin-bottom:25px;margin-top:25px;text-align:center;width:100%}.photo-scroller{height:100%;overflow-x:scroll;width:100%}}.Banner{display:flex;height:80vh;margin-top:80px;width:100%}.bn-1{display:flex;flex-direction:column;height:100%;padding-left:10%;width:50%}.dis-logo{border:1px solid #000;border-radius:33px;height:37px;padding:5px 10px 5px 5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dis-logo,.dis-logo .circle{align-items:center;display:flex}.dis-logo .circle{border:2px solid #000;border-radius:50%;height:30px;justify-content:center;margin-right:5px;width:30px}.send-icon{height:16px;margin-bottom:2px;margin-left:-8px;transform:rotate(-45deg);width:16px}.big-tagline{margin-top:15px;width:90%}.big-tagline .text{font-size:5rem;font-weight:500}.para-wp{margin-top:25px;padding-left:5%}.para-wp .text{color:#999;font-size:1.2rem;font-weight:300}.bn-2{height:100%;overflow:hidden;position:relative;width:50%}.bn-2-image{height:100%;object-fit:contain;width:100%}.bn-2-airplane-icon{height:150px;left:-50px;position:absolute;top:10px;width:150px;z-index:5}@media screen and (max-width:1200px){.big-tagline .text{font-size:4rem;font-weight:500}.para-wp .text{color:#999;font-size:1rem;font-weight:300}.bn-2-airplane-icon{height:120px;left:-50px;position:absolute;top:10px;width:120px;z-index:5}}@media screen and (max-width:1050px){.big-tagline .text{font-size:3.5rem}.para-wp .text{font-size:.9rem}.bn-2-airplane-icon{height:120px;left:-30px;top:20px;width:120px}}@media screen and (max-width:930px){.big-tagline .text{font-size:3rem}.para-wp .text{font-size:.9rem}}@media screen and (max-width:730px){.Banner{flex-direction:column-reverse;margin-top:0}.Banner,.bn-1{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.bn-1{align-items:center;margin-bottom:50px;padding-left:10%;padding-right:10%}.big-tagline{width:100%}.big-tagline .text{font-size:4rem;text-align:center}.para-wp{padding-left:0}.para-wp .text{font-size:1.1rem;text-align:center}.bn-2{height:50vh;margin-bottom:25px;width:100%}.bn-2-image{margin-left:15px}.bn-2-airplane-icon{height:60px;left:0;width:60px}}@media screen and (max-width:500px){.big-tagline .text{font-size:3.5rem}.para-wp .text{font-size:.9rem}}@media screen and (max-width:450px){.big-tagline .text{font-size:3rem}}@media screen and (max-width:400px){.big-tagline .text{margin-left:-3.5%}}.req-call-wp{align-items:center;border:1px solid #8a8a8a;border-radius:50px;display:flex;height:70px;justify-content:space-between;margin-top:25px;padding:10px;width:100%}.req-call-btn{align-items:center!important;background-color:#000!important;background-image:linear-gradient(90deg,#ffffff30,#fff0 49.71%);border:0!important;border-radius:30px!important;color:#fff!important;display:flex!important;height:50px;margin-left:auto!important;outline:none!important;padding:0 20px!important;text-transform:none!important}.req-call-btn .text{color:#fff;margin-left:5px!important;text-decoration:none}.whatsAppIcon{filter:invert(1);height:24px;margin-right:3px;width:24px}@media screen and (max-width:500px){.req-call-wp{height:60px;width:100%}.req-call-btn{border-radius:40px!important;height:50px}}@media screen and (max-width:400px){.req-call-btn{width:100%}}.OurFeatures{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:100px;overflow:hidden;width:100%}.of-header{font-size:3.5rem;font-weight:500;margin-bottom:60px;text-align:center}.of-body{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:100px;padding:0 8%;width:100%}.f-card,.of-body{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.f-card{width:28%}.fc-header{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.fc-header,.fc-num-wp{align-items:center;display:flex}.fc-num-wp{background-color:#000;border-radius:50%;height:75px;justify-content:center;margin-bottom:35px;width:75px}.fc-num-wp .text{color:#fff;font-size:1.5rem}.fc-header>.text{font-size:2rem;font-weight:500;text-align:center}.divider{border:1px dashed #999}.fc-body{margin-top:25px;width:100%}.fc-body .text{color:#999;font-size:.9rem;text-align:center}@media screen and (max-width:550px){.of-body{flex-direction:column;margin-bottom:50px}.of-header{margin-bottom:40px}.f-card{margin-top:25px;width:100%}.fc-header{flex-direction:row;flex-wrap:wrap}.fc-header>.text{text-align:start}.fc-num-wp{border-radius:50%;height:75px;margin-bottom:0;margin-right:5%;width:75px}.fc-body{margin-bottom:35px}}@media screen and (max-width:480px){.OurFeatures{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:70px;overflow:hidden;width:100%}.of-header{font-size:3rem;margin-bottom:40px}.fc-num-wp{border-radius:50%;height:50px;margin-bottom:0;margin-right:5%;width:50px}.fc-header>.text{font-size:1.5rem;text-align:start}}.services{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:100px;padding:0 8%;width:100%}.content-wp{height:100%;width:40%}.img-wp{width:50%}.content-wp>h1{font-size:4.5rem;font-weight:400}.list-wp{margin-top:50px}.list{margin-top:35px}.list h3{font-size:1.8rem;font-weight:500}.list p{color:#999;font-size:.8rem;font-weight:300;margin-top:10px}.img-wp{height:100%;width:60%}.img-wp img{height:90%;margin-left:10%;margin-top:-120px;object-fit:contain;width:90%}@media screen and (max-width:1200px){.services{margin-top:50px}.content-wp>h1{font-size:3.5rem}.content-wp{width:50%}.img-wp img{height:100%;margin-top:0;width:100%}}@media screen and (max-width:1000px){.content-wp>h1{font-size:3rem}.content-wp{width:50%}.list-wp{margin-top:25px}.list{margin-top:35px}.img-wp img{height:110%;margin-left:0;margin-top:0;width:110%}}@media screen and (max-width:850px){.content-wp>h1{font-size:2.5rem;font-weight:400}.content-wp{height:100%;width:50%}}@media screen and (max-width:730px){.services{flex-direction:column-reverse;margin-top:0}.content-wp{height:100%;width:100%}.list h3{font-size:1.5rem}.img-wp{margin-bottom:70px}.img-wp,.img-wp img{height:100%;width:100%}.img-wp img{margin-left:0;margin-top:0}}.ourStories{display:flex;height:70vh;padding:0 8% 0 6%;width:100%}.os-img-wp{display:flex;height:100%;justify-content:flex-start;width:60%}.os-img-wp img{height:110%;object-fit:contain;width:110%}.os-content-wp{width:40%}.os-content-wp>h1{font-size:3.8rem;font-weight:500;margin-top:100px}.os-content-wp>p{color:var(--grey);font-size:.9rem;margin-top:25px}.tag-wp{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:45px;width:90%}.tag{background-color:#fff;border-radius:15px;box-shadow:1px 15px 15px #44444418;box-sizing:initial;padding:25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tag h3{font-size:2.5rem;font-weight:500}.tag h3,.tag p{margin-bottom:10px}.tag p{color:#444;font-size:1rem;font-weight:600;line-height:10px}@media screen and (max-width:1200px){.os-img-wp{width:50%}.os-content-wp{margin-left:10%;width:40%}.os-content-wp>h1{font-size:3.2rem}.os-img-wp img{height:120%;object-fit:contain;width:120%}.tag-wp{width:100%}.os-content-wp{width:50%}}@media screen and (max-width:1100px){.os-content-wp>h1{font-size:3rem}.tag h3{font-size:2rem;font-weight:500;margin-bottom:10px}.tag p{font-size:.9rem}.os-content-wp{margin-top:100px}.os-content-wp>h1{font-size:2.8rem;margin-bottom:25px}.os-content-wp>p{margin-top:15px}.tag-wp{margin-top:25px}}@media screen and (max-width:1000px){.os-content-wp>h1{font-size:2.5rem;margin-bottom:25px}.tag h3{font-size:1.8rem}.tag p{font-size:.9rem}.tag-wp{margin-top:25px;width:110%}}@media screen and (max-width:950px){.tag h3{font-size:1.5rem}.tag p{font-size:.8rem}}@media screen and (max-width:800px){.tag h3{font-size:1.4rem}.tag p{font-size:.75rem}.tag-wp{margin-left:-10%;margin-top:25px;width:120%}}@media screen and (max-width:730px){.ourStories{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:100px;padding:0 8%;width:100%}.os-img-wp{height:50%;margin-left:5%;width:100%}.os-img-wp img{height:100%;object-fit:contain;width:100%}.os-content-wp{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:0;margin-top:50px;width:100%}.os-content-wp>h1{margin-top:0;text-align:center}.os-content-wp>p{text-align:center}.tag-wp{margin-left:auto;margin-right:auto;margin-top:25px;width:60%}}@media screen and (max-width:650px){.os-img-wp{margin-left:4%}.os-content-wp{margin-top:40px}.tag-wp{margin-left:auto;margin-right:auto;margin-top:25px;width:80%}}@media screen and (max-width:500px){.tag-wp{width:90%}}@media screen and (max-width:450px){.tag-wp{width:100%}}@media screen and (max-width:400px){.tag-wp{margin-left:-5%;width:110%}}.destinatons{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:75px;margin-top:150px;width:100%}.locTyp-wp{margin-top:50px;padding:0 8%;width:100%}.locTyp-wp div{display:flex;justify-content:space-between}.locTyp-wp .text{align-items:last baseline;display:flex}.locTyp-wp hr{color:#999;margin-top:15px}.ds-header{align-items:center;justify-content:space-between;padding:0 8%;width:100%}.ds-header,.ds-scroll-btn-wp,.scrl-btn{display:flex}.scrl-btn{align-items:center;background-color:#000;border-radius:50%;height:50px;justify-content:center;padding-left:5px;width:50px}.scrl-btn:first-child{margin-right:25px}.scrl-btn span{color:#fff}.ds-header .text{font-size:4rem;font-weight:500;width:100%}.destCard-wp{-ms-overflow-style:none;display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-top:80px;overflow-y:scroll;padding-bottom:50px;scrollbar-width:none;width:100%}.show-less{flex-wrap:nowrap;justify-content:start;padding:0 8% 50px}.showLessBtn,.showMoreBtn{background-color:#000!important;background-image:linear-gradient(90deg,#ffffff30,#fff0 49.71%);border:0!important;border-radius:20px!important;color:#fff!important;outline:none!important;padding:10px 20px!important;text-transform:none!important}.showMoreBtn div{color:#fff;position:-webkit-sticky;position:sticky;right:0;text-decoration:none;top:0;transform:rotate(-90deg);white-space:nowrap}.showLessBtn{background-color:red!important;margin-left:auto!important;margin-right:8%!important;position:-webkit-sticky!important;position:sticky!important;top:100px!important}@media screen and (max-width:1200px){.ds-header .text{font-size:3.5rem}}@media screen and (max-width:1000px){.ds-header .text{font-size:3rem}}@media screen and (max-width:730px){.ds-header .text{font-size:2.8rem;text-align:center}}@media screen and (max-width:450px){.ds-header .text{font-size:2.5rem;width:100%}}.destCard{background-color:#fff;border-radius:35px;box-shadow:1px 15px 15px #44444418;height:400px;margin:15px;min-width:400px;padding:10px}.dc-content-wp{padding-left:10px;padding-right:10px}.dc-img{border-radius:25px;height:60%;object-fit:cover;width:100%}.dc-title{font-size:1.8rem;font-weight:500;margin-top:15px}.dc-place{align-items:center;color:var(--grey);display:flex;font-size:.9rem;font-weight:400;margin-top:15px}.dc-place span{color:#000;margin-right:6px}.dc-booknow-wp{display:flex;justify-content:flex-end;width:100%}.dc-booknow-btn{margin-left:auto!important}.destDetail{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.dc-popup-img{border-radius:25px;height:60vh;width:100%}.destDetail .content-box{margin-top:25px;width:100%}.destDetail .content-title{color:#000;font-size:1.8rem;font-weight:600;margin-left:30px;padding-right:30px}.destDetail .content-sub-title{color:var(--orange);font-size:.95rem;font-weight:700;margin-bottom:5px;margin-left:30px}.destDetail .content-body{color:var(--grey);font-size:1rem;margin-left:20px;margin-top:10px;padding-right:20px;text-align:justify}.right-side{text-align:end}hr.style-two{background-image:linear-gradient(90deg,#0000,#000000bf,#0000);border:0;height:1px}.content-title span{color:var(--orange);font-size:1rem;font-weight:bolder;word-spacing:-2px}.it-wp{margin-top:15px}.it-header-wp{width:100%}.it-header{display:flex;width:100%}.Mui-expanded .it-header h4{color:var(--orange)}.it-header p{font-weight:700;margin-left:15px}.it-tags-wp{display:flex;flex-wrap:wrap;margin-top:7px;width:100%}.it-body,.it-body h4{width:100%}.it-icons-wp{display:flex;flex-wrap:wrap;margin-top:0;padding-left:5%;width:100%}.it-icon-box{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin:20px 20px 10px 0}.it-icon-box img{margin-bottom:10px;width:30px}.it-icon-box p{font-size:.7rem;font-weight:400;text-align:center}.it-body p{margin:15px 0;width:100%}.img-scroller{display:flex;height:300px;overflow-x:scroll;padding:15px;width:100%}.img-scroller img{border-radius:15px;box-shadow:1px 1px 15px 1px hsla(0,0%,50%,.568);height:100%;margin-left:15px;margin-right:15px;width:350px}@media screen and (max-width:650px){.dc-popup-img{height:40vh}.destDetail .content-title{font-size:1.5rem}.destDetail .content-body{font-size:.9rem}.destDetail .content-title{margin-left:0;padding-right:0;text-align:center}.destDetail .content-sub-title{font-size:.8rem;text-align:center}.it-header h4{color:var(--orange);font-size:.8rem}.it-header p{font-weight:700;margin-left:15px}.it-body h4,.it-body p,.it-header p{font-size:.8rem}}@media screen and (max-width:450px){.destCard{height:350px;min-width:350px}.dc-img{height:55%}.dc-title{font-size:1.6rem}.it-header h4{width:30%}}@media screen and (max-width:400px){.destCard{min-width:300px}.dc-img{height:55%}.dc-title{font-size:1.4rem}.dc-popup-img{height:30vh}.it-header h4{width:40%}}.comp-tag-wp{border:1px solid var(--grey);border-radius:15px;color:var(--grey);font-size:.7rem;font-weight:400;margin:3px;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.search-lable{align-items:center;display:flex}.footer{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:50px;padding:0 8%;width:100%}.ft-brand-wp{height:100%;width:30%}.ft.brand-logo{width:200px}.ft-brand-wp .text1{font-size:2.8rem;font-weight:600}.ft-brand-wp .text2{color:var(--grey);font-size:1rem;font-weight:400;margin-top:12px}.ft-social-wp{padding-left:5%;width:70%}.ft-social-wp>.text{font-size:1.4rem;font-weight:500;margin-top:15px;padding-left:15px;text-align:left;width:100%}.social-icon-wp{display:flex}.social-icon{cursor:pointer;height:24px;margin-left:15px;margin-right:15px;margin-top:15px;width:24px}@media screen and (max-width:1100px){.ft-brand-wp{height:100%;width:50%}.ft-social-wp{padding-left:5%;width:50%}}@media screen and (max-width:900px){.ft-brand-wp{width:35%}.ft-brand-wp .text1{font-size:1.8rem}.ft-brand-wp .text2{font-size:.8rem}.ft-social-wp{width:65%}.ft-social-wp>.text{font-size:1.2rem}}@media screen and (max-width:600px){.ft-brand-wp{width:35%}.ft-brand-wp .text1{font-size:1.5rem}.ft-brand-wp .text2{font-size:.8rem;text-align:justify}.ft-social-wp{width:65%}.ft-social-wp>.text{font-size:1.2rem}.footer{flex-direction:column}.ft-brand-wp{width:100%}.ft-brand-wp .text1{font-size:1.5rem}.ft-brand-wp .text2{font-size:.8rem;text-align:justify}.ft-social-wp{padding-left:0;width:100%}.ft-social-wp>.text{font-size:1.2rem;padding-left:0}}.videoSection{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-top:100px;width:100%}.videoSection video{border-radius:0;width:100vw}@media screen and (max-width:1200px){.videoSection{margin-top:100px}}@media screen and (max-width:730px){.videoSection{margin-top:100px}.videoSection video{border-radius:0;width:100vw}}.contactCardSection{background-color:#3b3b3b;color:#fff;padding:65px 8% 25px}.cards-wp,.contactCardSection{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.cards-wp{display:flex;margin-top:25px;overflow-y:scroll;padding-bottom:50px}.contact-table{min-width:300px}.contact-table td{align-content:start}.contact-table .key{font-weight:700;width:100px}.contact-divider{margin:0 35px 0 25px}.contact-divider:last-child{display:none}.clientSection{margin-bottom:50px;margin-top:50px;width:100%}.client-scroller-wp,.clientSection{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.client-scroller-wp{border:2px solid var(--grey);border-radius:25px;margin-left:auto;margin-right:auto;padding:0 5% 5%;width:90%}.client-scroller-wp .header{background-color:var(--body);margin-left:auto;margin-right:auto;padding:0 15px;transform:translateY(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.client-scroller-wp .header .text{display:inline-block}.glidar{background-color:#fff;border-radius:25px;height:200px;width:100%}.glidar .header{background-color:#ffd382;border-radius:15px;margin-left:auto;margin-right:auto;min-width:150px;padding:10px;text-align:center;transform:translateY(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.slidar{display:grid;height:150px;margin:0 auto;overflow:hidden;place-items:center;width:90%}.slidar-track{animation:scroll 10s linear infinite;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.slidar-track:hover{animation-play-state:paused}.silde-box{height:50px;margin:0 15px;overflow:hidden;position:relative;width:150px}.silde-box-img{height:100%;object-fit:contain;width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.mice-page{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;width:100%}.mice-banner{background-image:url(/static/media/mice-banner.40455489a40ff874cb39.png);background-repeat:no-repeat;background-size:cover;height:100vh;overflow:hidden;position:relative;width:100vw}.mice-banner .content-wp{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%;z-index:5}.bg-dark{background-color:#000;height:100%;opacity:.4;position:absolute;width:100%;z-index:1}.companyLogo{align-items:center;background-color:#fff;border-radius:45px;display:flex;justify-content:center;opacity:1;padding:45px;width:clamp(300px,75%,550px)}.companyLogo,.companyLogo img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.companyLogo img{object-fit:contain;width:100%}.company-name{color:#fff;font-size:1.5rem;font-weight:700;margin-top:5px;text-align:center}@media screen and (max-width:650px){.company-name{color:#fff;font-size:1.1rem;font-weight:700;margin-top:5px;text-align:center}}.history-section{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;width:100vw}.history-section img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:80%}.history-section .title{color:#000;font-size:2rem;margin-bottom:50px;text-align:center}.slide-top{animation-timeline:view();animation-range:entry 0 cover 40%;animation:slide-top linear}@keyframes slide-top{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(-600px)}}
/*# sourceMappingURL=main.9339b523.css.map*/