@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.App{text-align:center}.NavbarItems{align-items:center;background-color:#fff;border-radius:13px;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:flex;height:80px;justify-content:space-between;left:50%;padding:0 30px;position:fixed;top:20px;-webkit-transform:translate(-50%);transform:translate(-50%);width:95%;z-index:9999}.navbar-logo{cursor:pointer;height:50%;width:2%}.nav-menu{grid-gap:10px;align-items:center;display:grid;grid-template-columns:repeat(6,auto);list-style:none;margin-top:1.8%}.nav-links{color:#222;font-size:1.2rem;font-weight:600;padding:.7rem 1rem;text-decoration:none;white-space:nowrap}.nav-links i{padding-right:10px}.nav-links:hover{background-color:#01959a;border-radius:4px;color:#fff;transition:all .2s ease-in-out}.menu-icons,.nav-links-mobile{display:none}.menu-icons{cursor:pointer}@media screen and (max-width:850px){.NavbarItems{z-index:99}.nav-menu{align-items:stretch;background:#fff;border-radius:13px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;margin:0;opacity:0;padding:80px 0 30px;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.nav-menu.active{left:0;opacity:1;transition:.3s ease-in-out;z-index:-1}.nav-links{display:block;font-size:1.2rem;padding:2rem 0;width:100%}.nav-links:hover{background:#01959a;transition:none}.menu-icons{display:block}.menu-icons i{color:#222;font-size:1.2rem}}.footer{background:#000;color:#fff;padding:4rem 6rem}.top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:start}.top i{color:#fff;font-size:2rem;margin-left:1rem}.top i:hover{color:#01959a}.bottom{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:start}.bottom div{display:flex;flex-direction:column}.bottom h4{font-size:1.3rem;padding:1rem 0 .8rem}.bottom a{color:#fafafa;font-size:1.1rem;padding-bottom:.4rem;text-decoration:none}@media screen and (max-width:850px){.footer{padding:4rem 2rem}.footer i{margin:1rem 1rem 0 0}.bottom{width:50%}}.hero-img{height:100%;position:relative;width:100%}.hero{height:100vh}.hero,.hero-mid{object-fit:cover;position:relative;width:100%}.hero-mid{height:80vh}.hero-mid h1{margin-bottom:5%;margin-top:12%;padding-top:2rem!important}.hero-text{left:32%;position:absolute;top:90%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.hero-text h1{background:#790808;-webkit-background-clip:text;font-family:Times New Roman,Times,serif;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font:bolder}.hero-mid h1,.hero-text h1{-webkit-text-fill-color:transparent;border:5px;border-color:#000;font-size:4rem;font-weight:1000}.hero-mid h1{background:#151313;-webkit-background-clip:text;font-family:Times New Roman,Times,serif;font:bolder}.hero-text p{color:#102f5e;font-size:1.3rem;padding:.5rem 0 2rem}.hero-text .show{background:#2fb1b8;border-radius:6px;color:#222;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;text-decoration:none}.hero-text .hide{display:none}@media screen and (max-width:850px){.hero-text h1{font-size:2rem;left:25%;margin-bottom:0;margin-left:20%;margin-top:-50%;padding:0;text-align:center;top:0}.hero-text p{font-size:1.1rem;padding:0 0 2rem}.hero-text .show{border-radius:6px;font-size:1rem;padding:.6rem 1.1rem}.hero-img{height:60%;position:relative;width:100%}}.about-container{margin:1.5rem 4rem;text-align:start}.about-container h1{margin-top:0;padding-bottom:1rem}.about-container .heading{background:#bb2323;font-size:3rem;margin-bottom:4%;margin-top:12%;padding:.5% 2%;text-align:center}li{line-height:200%}.about-container p{padding-bottom:2rem}.design1{margin-bottom:10%}@media screen and (max-width:850px){.about-container{margin:4rem 2rem}.about-container .heading{background:#a32d32;font-size:2.5rem;margin-bottom:20%;margin-top:-90%;padding:1% 2%;text-align:center}}.Service{margin:1.5rem 4rem}.Service h1{background:#bb2323;font-size:3rem;margin-top:12%;padding:.5% 2%}.Servicecard{display:flex;justify-content:space-between;margin-top:3rem}.t-card{box-shadow:0 5px 25px 2px rgba(0,0,0,0.1);cursor:pointer;padding:1rem .8rem;text-align:start;width:32%}.t-card,.t-image{border-radius:7px}.t-image{height:200px;overflow:hidden}.t-image img{border-radius:7px;height:100%;transition:.3s ease-in-out;width:100%}.t-image:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}.t-card h4{font-size:1.3rem;padding:.9rem 0 .2rem}@media screen and (max-width:850px){.Service{margin:-13rem 2rem}.Service h1{font-size:2.5rem}.Servicecard{flex-direction:column}.t-card{margin-bottom:1.5rem;width:100%}}.from-container{margin:1.5rem 4rem}.from-container form{display:flex;flex-direction:column;margin:auto;padding-top:3rem;width:50%}.from-container h1{background:#bb2323;font-size:3rem;margin-top:12%;padding:.5% 2%;text-align:center}.from-container input{border:1px solid #2a2a2a;border-radius:.3rem;height:3rem;margin-bottom:2rem;padding:0 1rem}.from-container h2{color:green;margin-top:0}.from-container textarea{padding:1rem}.from-container button,.from-container textarea{border:1px solid #2a2a2a;border-radius:.3rem;margin-bottom:2rem}.from-container button{display:inline;height:3rem;padding:0 1rem}.from-container button:hover{background-color:#343333;color:#fff}.contact-info b{font-size:2rem}.contact-info b,.contact-info p{align-self:start;display:flex;flex-direction:row}.contact-info p{font-size:1.6rem}@media screen and (max-width:850px){.from-container{margin:-14rem 2rem}.from-container h1{font-size:1.6rem}.from-container form{display:flex;margin-bottom:90%;padding-top:2rem;width:90%}}.destination{margin:4rem 6rem}.destination h1{font-size:3rem}.ArticlesData h1,.InfoData h1{background:#bb2323;font-size:3rem;margin-bottom:3%;margin-top:12%;padding:.5% 2%;text-align:center}.ArticlesData h2{margin-bottom:2%}.ArticlesData{margin-left:6%;margin-right:6%;margin-top:-10%}.ArticlesData p{border:2px solid #000;margin-bottom:2%;padding:2%;text-align:left}.first-des{align-items:center;margin-top:4.5rem}.first-des,.image{display:flex;justify-content:space-between}.image{position:relative;width:50%;z-index:-99}.image img{border-radius:6px;box-shadow:-1px 1px 62px -18px rgba(0,0,0,.19);height:350px;object-fit:contain;width:49%}.image img:nth-child(2){position:absolute;right:0;top:-10%}.link-div{display:inline-block;margin:2% 3% 5%}button{text-align:center!important;width:100%}@media screen and (max-width:1100px){.destination{margin:4rem 2rem}.InfoData h1{font-size:9rem}.first-des{margin-top:2.5rem}.first-des,.first-des-reverse{display:flex;flex-direction:column-reverse}.first-des-reverse{margin-top:4.5rem}.des-text,.image{width:100%}.image{margin:1.8rem 0}.image img{height:250px}}.InfoData{margin:4rem 6rem}.InfoData h1{font-size:3rem}.first-des-reverse{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:4.5rem}.des-text{font-size:1.1rem;text-align:start;width:45%}.des-text h2{padding-bottom:1rem}.video{width:50%}video{height:auto;width:100%}.link-div{margin-top:3%}.link-btn{background:#2fb1b8;border-radius:6px;color:#222;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;text-decoration:none}@media screen and (max-width:1100px){.InfoData{margin:4rem 2rem}.InfoData h1{font-size:2.5rem;font-weight:700;margin-top:-60%}.des-text h2{padding-bottom:1rem}.first-des{margin-top:2.5rem}.first-des,.first-des-reverse{display:flex;flex-direction:column-reverse}.first-des-reverse{margin-top:4.5rem}.des-text{margin-top:8%;width:100%}.link-div{display:inline-block;margin-top:0}button{text-align:center!important;width:100%}video{margin:1.8rem 0;width:100%}.video{margin-top:-20%;width:90%}}
/*# sourceMappingURL=main.930fdbd7.css.map*/