@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";*{margin:0;padding:0}nav{background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:8vh;perspective:1000px;overflow:hidden;position:sticky;top:0;z-index:20;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff17}.logo{margin-left:40px;animation:move 5s linear infinite alternate forwards running;animation-delay:5s}.logo img{animation:spin 2s linear infinite}nav ul{list-style-type:none;display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:60vw}nav ul li{padding:20px;cursor:pointer;transition:all .5s ease-in-out}nav ul li:hover{background-color:#90785b3c;box-shadow:10px 10px 10px #3c2f2f37;border-radius:4px;font-weight:bolder;font-weight:400}nav ul li:hover a{font-size:17px}nav ul li:active{box-shadow:10px 10px 10px #3c2f2fa5}@keyframes move{0%{transform:translate(0)}to{transform:translate(38vw)}}@media (max-width: 1400px){@keyframes move{0%{transform:translate(0)}to{transform:translate(30vw)}}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nav ul li a{text-decoration:none;color:#f1ebeb;font-family:Montserrat;transition:font-size .5s ease-in-out}.active{animation:glow 5s linear;box-shadow:10px 10px 10px #3c2f2f37;border-radius:10px;font-weight:400;transform-style:preserve-3d}@keyframes glow{0%{transform:translateZ(0) rotate(180deg) scale(0)}to{transform:translateZ(100px) rotate(360deg) scale(1)}}@keyframes navglow{}.navglow{background-color:#000;transition:background-color 1s ease}@media (max-width:800px){nav ul li{padding:3vw}nav ul li a{font-size:9px}.logo{margin-left:5vw}.logo img{height:5vh;width:6vw}nav ul li:hover a{font-size:11px}nav ul{width:75vw}@keyframes move{0%{transform:translate(0)}to{transform:translate(10vw)}}}.footer{width:100%;height:40vh;background-color:#000;display:grid;grid-template-columns:repeat(4,15vw);justify-content:center;gap:5vw}.footer a img{height:15px;width:15px;filter:brightness(0) invert(1)}.footer a{background-color:#121111;margin-right:20px}.footerfirst{margin-top:30px;display:flex;flex-direction:column;gap:20px}.footerfirst h3{margin-bottom:6px}.footerfirst p{text-align:start;font-size:12px}.footersecond ul li{list-style:none}.footersecond a{text-decoration:none;font-size:12px}.footersecond{margin-top:33px}.footersecond ul{display:flex;flex-direction:column;gap:20px}.footerimages{display:grid;grid-template-columns:repeat(3,40px);grid-template-rows:40px 40px;gap:5px}.footerthird img{height:40px;width:40px}.footerthird p{margin-top:30px;margin-bottom:29px;font-weight:600;font-size:14px}.footerfourth img{height:20vh;width:15vw}.footer:after{content:"© Copyright 2025 Explore . All rights reserved";display:inline-block;color:#ffffff59;width:40vw;margin-top:-30px;padding-left:30vw;font-size:12px}@media (max-width: 900px){.footerfourth img{height:10vh;width:15vw}.footerimages{grid-template-columns:repeat(2,40px);grid-template-rows:40px 40px}}.footerimages img{cursor:pointer}.footersecond p{margin-bottom:25px;font-size:15px;font-weight:600}@media (max-width: 750px){.footerfourth img{height:10vh;width:15vw}.footerimages{grid-template-columns:repeat(2,3vh);grid-template-rows:3vh 3vh;gap:1vh}.footerthird img{height:100%;width:100%}.footerfirst p{font-size:8px}.footer a img{height:10px;width:10px;filter:brightness(0) invert(1)}.footer a{margin-right:1vh}.footerfirst h3{font-size:10px;margin-top:3vh}.footersecond p{font-size:10px;margin-bottom:1vh;font-weight:600;margin-top:3vh}.footersecond a{font-size:8px}.footersecond ul{gap:1vh}.footerfourth p{margin-top:33px;margin-bottom:17px;font-weight:600;font-size:14px}.footer:after{margin-top:-20px;text-align:start;font-size:8px;padding-left:0;width:75vw;text-align:center}.footerfourth img{height:6vh;width:15vw}.footerthird p{margin-top:3vh;font-size:10px}.footerthird{margin-top:33px}.footerfourth{margin-top:26px}.footerfourth p{font-size:10px}.footer{height:30vh}}.footerfourth{margin-top:27px;font-size:14px;font-weight:600;margin-bottom:10}.footerfourth p{margin-bottom:10px}*{margin:0;padding:0;color:#fff}.home-container{width:100%;height:100vh;background:linear-gradient();background:linear-gradient(#000000a9,#0000009d),url(/React-Project/assets/BG-B3SA-nuN.jpg);background-repeat:no-repeat;background-position:50% 0%;background-attachment:fixed;position:relative;margin-top:-8vh}.image{border-radius:50%;height:50vh;width:25vw;overflow:hidden;margin-right:20px;box-shadow:0 4px 8px #00000036;transition:all 1s ease-in-out;animation:moveimage 3s infinite ease-in-out alternate}@keyframes moveimage{0%{transform:translateY(0)}to{transform:translateY(15px)}}.image img{width:100%;height:100%;object-fit:cover}@media (max-width:1400px){.image{height:35vh;width:25vw}.words{width:50vw}.words{text-align:center;margin-left:30px;margin-right:30px}.top h1{font-size:29px;margin-bottom:30px}.home-container{height:105vh}}@media (max-width:900px){.image{height:30vh;width:30vw}.words{width:50vw}.words{text-align:center;margin-left:30px;margin-right:30px}.top h1{font-size:29px;margin-bottom:30px}.home-container{height:105vh}}.top{text-align:center;padding:150px 100px 100px;font-size:20px;font-weight:700;font-family:PlayFair Display}.hero{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-top:-30px}.words{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:80px;width:60vw;margin-left:40px}.words :first-child{font-size:30px}.words :nth-child(2){font-size:18px;text-align:center}.words button{color:#fff;background-color:#c0935c;padding:4px 10px;width:35vw;height:3vw;border-style:none;border-radius:4px;font-size:16px;display:flex;align-items:center;gap:10px;justify-content:center;font-size:17px;font-weight:600;cursor:pointer;transition:.5s ease-in}.words button:hover{background-color:#bd683d}.image:hover{box-shadow:5px 5px 5px 5px #362a2a51;transform:scale(1.1)}.image img{transition:transform 2s ease}.image img:hover{transform:scale(1.2)}@media (max-width:800px){.top h1{font-size:20px}.words :first-child{font-size:17px;font-weight:600}.words :nth-child(2){font-size:14px}.words button{font-size:10px;width:20vw;font-weight:400;gap:1vw;padding:1vh 0}.words button svg{height:5vh;width:3vw}.words{gap:5vh}.top{text-align:center;padding:25vh 10vh 15vh}.image{height:20vh;width:30vw}}@media (max-width:480px){.top h1{font-size:20px}.words :first-child{font-size:17px;font-weight:600}.words :nth-child(2){font-size:14px}.words button{font-size:10px;width:20vw;font-weight:400;gap:1vw;padding:1vh 0}.words button svg{height:5vh;width:3vw}.words{gap:5vh}.top{text-align:center;padding:25vh 10vh 15vh}.image{height:15vh;width:30vw}}.Contact{background-image:linear-gradient(#090808e7,#39333390),url(/React-Project/assets/Contact-CAA040Ky.jpg);height:108vh;background-position:90%;background-repeat:no-repeat;object-fit:cover;margin-top:-10vh;display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}.Contact h2{text-align:start;margin-bottom:20px}.Contact p{text-align:start}.contactText{height:60vh;width:20vw;background-color:#3d89f7;display:flex;flex-direction:column;gap:5vh;padding-left:3vw;border-top-right-radius:4px;border-end-end-radius:4px}.contactText h1{font-size:14px;font-weight:700}.contactText h2{margin-top:5vh;font-weight:400}.contactText div{display:flex;flex-direction:row;gap:3vw;flex-wrap:wrap;align-items:center}@media (max-width:1200px){.contactText{height:60vh}.contactText h1{font-size:10px}}@media (max-width:950px){.contactText{height:60vh;width:40vw}.contactText h1{font-size:8px}.contactText h2{font-size:17px}}@media (max-width:500px){.contactText{height:50vh;width:45vw}}.form{display:flex;flex-direction:column;gap:2vh;height:60vh;width:25vw;padding:0 4vw;background-color:#fff;border-radius:4px 0 4px 4px/4px 0px 4px 4px;box-shadow:5px 5px 10px #2c2a2a;border-end-end-radius:0px}.name{height:6vh;width:12vw;color:#000}.email{height:6vh;width:25vw;color:#000}.form h2{color:#000;font-weight:400;font-family:Tahoma,Geneva,Verdana,sans-serif;margin-top:5vh}.textarea{width:25vw;color:#000}.formbutton{color:#fff;background-color:#478ff6;height:5vh;width:15vw;border:none;border-radius:4px;cursor:pointer;font-size:13px}.formbutton:hover{background-color:#287aec}@media (max-width:980px){.form h2{font-size:17px}.formbutton{height:4vh;width:15vw;font-size:8px}.name{width:12vw;height:4vh;font-size:8px;border:1px solid black;border-radius:2px}.email{width:20vw;height:4vh;font-size:8px;border:1px solid black;border-radius:2px}.textarea{height:8vh;width:22vw;border:1px solid black;border-radius:2px}.form{gap:5vh}}@media (max-width:980px){.form h2{font-size:17px}.formbutton{height:4vh;width:15vw;font-size:8px}.name{width:12vw;height:3vh;font-size:8px;border:1px solid black;border-radius:2px}.email{width:20vw;height:3vh;font-size:8px;border:1px solid black;border-radius:2px}.textarea{height:7vh;width:22vw;border:1px solid black;border-radius:2px;font-size:7px}.form{gap:5vh}}@media (max-width:500px){.form{height:50vh;gap:3vh}}body{overflow-x:hidden;margin:0;padding:0}.explore{position:relative;margin-top:-8vh}.section{height:140vh;width:100%;background-size:cover;background-attachment:fixed}.section1{background-image:linear-gradient(#0009,#000000bc),url(/React-Project/assets/Explore1-yugCkNeM.jpg);overflow:hidden;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding-top:50px}.section2{background-image:linear-gradient(#0006,#151515),url(/React-Project/assets/Explore4-Djm02oIS.jpg)}.section3{background-image:linear-gradient(#0006,#0009),url(/React-Project/assets/Explore3-DrwtV517.jpg)}.section1,.section2,.section3{overflow-x:hidden}.firstsection img{height:30vh;width:25vw;border-radius:10px;cursor:pointer;z-index:10;transition:transform 2s ease,box-shadow 2s ease}.firstsection img:hover{transform:scale(1.1);box-shadow:5px 2px 8px 4px #1b1919a3}.firstsection h1{font-weight:00;font-size:2.2rem;text-align:center;color:#c8cbcd}.firstsection h1:after{content:"Discover beauty beyond Imagination";display:block;margin-top:15px;font-size:15px;font-weight:500;text-align:center;animation:show 5s ease}@keyframes show{0%{transform:scale(0)}to{transform:scale(1)}}.contentExplore{display:flex;justify-content:space-around;width:100%;height:30vh;align-items:center;perspective:500px;transform-style:preserve-3d}.textExplore{display:flex;align-items:center;justify-content:center;gap:33px;flex-direction:column;width:50%;text-align:center;font-size:18px;font-family:Times New Roman,Times,serif}.textExplore :nth-child(1){font-size:22px;font-weight:600;font-family:serif}.first{animation:swipe 3s ease}.second{animation:swipeN 3s ease;margin-top:-5vh}.third{animation:swipe 3s ease}@keyframes swipe{0%{transform:translate(100vw)}to{transform:translate(0)}}@keyframes swipeN{0%{transform:translate(-100vw)}to{transform:translate(0)}}.section2,.section3{display:grid;grid-template-columns:repeat(3,450px);grid-template-rows:1fr 1fr;gap:10px;align-items:center;justify-items:center;justify-content:center;padding-bottom:50px;align-content:center}@media (max-width: 1300px) and (min-width:900px){.section2,.section3{grid-template-columns:repeat(3,25vw);grid-template-rows:1fr 1fr;gap:5vh;height:90vh}.firstsection img{height:20vh;width:25vw}}@media (min-width: 1300px) and (max-width: 1600px){.section2,.section3{grid-template-columns:repeat(3,30vw);grid-template-rows:1fr 1fr;gap:30px}}@media (max-width: 915px){.section2,.section3{grid-template-columns:repeat(3,25vw);grid-template-rows:35vh 35vh;gap:7vw;height:80vh}.firstsection img{height:15vh;width:25vw}}@media (max-width:610px){.firstsection img{height:10vh;width:30vw}.textExplore{font-size:12px}.textExplore :nth-child(1){font-size:18px}.section1 h1{font-size:20px}.section1 heigh:after{font-size:18px}}.box{height:60vh;width:20vw;display:flex;flex-direction:column;gap:44px;justify-content:space-evenly;align-items:center;border-radius:5px;left:33px;transition:background-color 1s ease;background-color:#594e4e4e}.box:hover{background-color:#433f3f00}.imgSection2 img{background-size:cover;width:100%;height:100%;border-radius:4px;object-fit:cover;transition:box-shadow 1.5s ease,transform 1.5s ease}.imgSection2{height:30vh;width:15vw;overflow:hidden;border-radius:4px}.textSection2{text-align:center;display:flex;flex-direction:column;gap:20px;align-items:center;color:#000}.textSection2 p{color:#fff}.textSection2 button{width:10vw;height:5vh;background-color:#988282;font-family:serif;cursor:pointer;border:none;border-radius:4px;font-family:Arial,Helvetica,sans-serif;transition:background-color .5s ease}.imgSection2 img:hover{transform:scale(1.05);box-shadow:5px 2px 8px 4px #1b1919a3}.textSection2 button:hover{background-color:#706565}@media (max-width: 1300px) and (min-width: 915px){.box{height:40vh;width:23vw;gap:14px}.textSection2 button{width:10vw;height:3vh;margin-bottom:2vh;font-size:11px}.textSection2 p{font-size:12px}.imgSection2{height:15vh;width:15vw}}@media (max-width:915px){.box{height:30vh;width:25vw;gap:10px}.textSection2 button{width:10vw;height:3vh;margin-bottom:2vh;font-size:8px}.textSection2 p{font-size:9px}.imgSection2{height:10vh;width:15vw}}@media (max-width:600px){.box{height:25vh;width:25vw}.textSection2 button{width:8vw;height:2vh;margin-bottom:1vh;font-size:6px}.textSection2 p{font-size:7px}.imgSection2{height:8vh;width:28vw}}.section9{position:relative;height:60vh;background:url(/React-Project/assets/Aboutus-B80y0UVN.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;top:-10vh;background-image:linear-gradient(#00000086,#0000004a),url(/React-Project/assets/Aboutus-B80y0UVN.jpg);object-fit:cover;background-repeat:no-repeat;background-position:70% 190%;background-attachment:fixed;overflow:hidden}.wave{position:absolute;bottom:-2px;left:0;width:100%}.WhatDo{color:#000;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:-10vh;z-index:100}.WhatDo h2{color:#000000d8}.imgWhat{height:40vh;width:35vw}.imgWhat img{height:100%;width:100%;object-fit:cover;border-radius:4px;transition:transform 2s ease-in}.imgWhat img:hover{transform:scale(1.04)}.UsText p{color:#000b;font-family:sans-serif}.UsText{color:#000;display:flex;flex-direction:column;text-align:start;gap:15px;margin-left:5vw;height:40vh;width:40vw}.UsText h2{font-size:28px;font-weight:600}.Psecond{font-weight:100;font-size:15px}.team{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:50px;margin-top:40px;margin-bottom:100px;flex-wrap:wrap}.team1{color:#000;text-align:center;font-size:20px;margin-top:75px}.team1 p{color:#000;text-align:center;padding:10px 25px;opacity:.8;font-size:17px}.team1 h3{margin-bottom:20px;color:#000}@media (max-width:900px){.team{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:50px;margin-top:40px;margin-bottom:100px}}@media (max-width:1000px){.imgWhat{height:25vh;width:40vw;padding-top:0}.UsText h2{font-size:24px;font-weight:600}.UsText p{font-size:13px}.UsText{justify-content:center}}@media (max-width:650px){.UsText p{font-size:11px}.imgWhat{height:15vh;width:40vw;padding-top:0}}.info{display:flex;flex-direction:column;color:#000;justify-content:center;height:300px;width:200px;gap:5px}.sphoto{height:220px;width:200px;object-fit:cover}.info p{color:#000;text-align:center;margin-bottom:8px}.info h3{text-align:center;color:#000;margin-top:10px}.info a img{height:22px}.social{display:flex;flex-direction:row;gap:13px;justify-content:center}
