naitravels.ae
Open in
urlscan Pro
74.81.43.231
Public Scan
URL:
https://naitravels.ae/
Submission: On June 11 via api from US — Scanned from DE
Submission: On June 11 via api from US — Scanned from DE
Form analysis
4 forms found in the DOM<form class="d-flex">
<button class="btn btx-primary" type="submit">LOGIN</button>
</form>
POST /index.php
<form class="zlogin-container" id="zlogin" action="/index.php" method="POST" enctype="multipart/form-data">
<div class="rw">
<div class="0">
<label for="username" class="form-label">your name</label>
<div class="gr">
<input type="text" class="xnp" id="username" name="username" required="required" placeholder="Your Name" autocomplete="off">
</div>
</div>
<div class="0">
<label for="full" class="form-label">Last name</label>
<div class="gr">
<input type="text" class="xnp" id="full" name="full" placeholder="" required="required" autocomplete="off">
</div>
</div>
</div>
<div class="rw">
<div class="0">
<label for="fullNumber" class="form-label">phone number</label>
<div class="gr">
<input type="text" class="xnp" id="fullNumber" name="fullNumber" required="required" placeholder="" autocomplete="off">
</div>
</div>
<div class="0">
<label for="email" class="form-label">Email</label>
<div class="gr">
<input type="text" class="xnp" id="email" name="email" placeholder="Email ID" required="required" autocomplete="off">
</div>
</div>
</div>
<div class="rw">
<div class="0">
<label for="passpdf">passport copy (PDF Type)</label>
<div class="gr">
<input class="form-control form-control-sm" id="passpdf" name="passpdf" type="file" accept=".PDF" required="required"
style="background-color: white; width: 100%; height: 31px; color: black; display: flex; align-items: center; padding-inline: 5px; border-radius: 8px; text-transform: capitalize;">
</div>
</div>
<div class="0">
<label for="avatar">Personal Photo </label>
<div class="gr">
<input class="form-control form-control-sm" id="avatar" name="avatar" type="file" required="required"
style="background-color: white; width: 100%; height: 31px; color: black; display: flex; align-items: center; padding-inline: 5px; border-radius: 8px; text-transform: capitalize;">
</div>
</div>
</div>
<div class="rw pt-3">
<div class="0">
<div class="gr">
<select name="per" id="per" class="xsp" required="required">
<option>Visa period ?</option>
<option value="one Month">one month</option>
<option value="tow Months">tow months</option>
</select>
</div>
</div>
<div class="0">
<div class="gr">
<select name="nat" id="nat" class="xsp" required="required">
<option>Nationality</option>
<option value="syrian">Syrian</option>
<option value="indea">Indea</option>
</select>
</div>
</div>
</div>
<div class="rw py-3">
<div class="gr">
<input class="custom-checkbox" name="urgent" type="checkbox" id="urgent">
<label for="urgent" style="text-transform: capitalize;">Urgent submission with additional fee (100 AED)</label>
</div>
<div class="gr">
<input class="custom-checkbox" name="ret" type="checkbox" id="id21" required="required">
<p style="text-transform: none; padding-inline: 5px; color: white; margin: 0px; cursor: pointer;">I agree to the</p>
<label for="sd" style="text-transform: capitalize; text-decoration: underline; padding-inline: 5px; color: rgb(0, 173, 181); cursor: pointer;"><a onclick="show_pup()">Agreement and Terms</a></label>
</div>
</div>
<div class="rw py-3">
<div class="button">
<button type="submit" name="submit" value="SUBMIT" class="btn btx-primary">Apply</button>
</div>
</div>
</form>
<form id="zregister">
<div class="adivahaloading">
<div class="animateTextBox loader" id="animateTextBox" style="">
<div class="loaderBox">
<div class="spinnerDots">
<div class="dots1"></div>
<div class="dots2"></div>
<div class="dots3"></div>
</div>
</div>
</div>
<style>
.animateTextBox {
position: fixed;
left: 50%;
height: 100%;
z-index: 10000;
top: 0
}
.loaderBox {
width: 27%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: transparent;
padding: 50px;
text-align: center;
}
.spinnerDots {
width: 70px;
text-align: center;
margin: 35px auto 0
}
.spinnerDots>div {
background-color: #FFF;
border-radius: 100%;
display: inline-block;
width: 14px;
height: 14px;
-webkit-animation: 1.4s ease-in-out infinite both rk-bouncedelay;
animation: 1.4s ease-in-out infinite both rk-bouncedelay
}
.spinnerDots .dots1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.spinnerDots .dots2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes rk-bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1)
}
}
@keyframes rk-bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.animateText div {
opacity: 0;
width: 100%;
font-weight: 600;
font-size: 15px;
overflow: hidden;
color: #333;
text-align: center;
-webkit-animation: 10s linear infinite animateLines;
-ms-animation: animateLines 10s linear infinite 0s;
animation: 10s linear infinite animateLines
}
.animateText div:nth-child(2) {
-webkit-animation-delay: 2s;
-ms-animation-delay: 2s;
animation-delay: 2s;
color: #333
}
.animateText div:nth-child(3) {
-webkit-animation-delay: 4s;
-ms-animation-delay: 4s;
animation-delay: 4s;
color: #333
}
.animateText div:nth-child(4) {
-webkit-animation-delay: 6s;
-ms-animation-delay: 6s;
animation-delay: 6s;
color: #333
}
.animateText div:nth-child(5) {
-webkit-animation-delay: 8s;
-ms-animation-delay: 8s;
animation-delay: 8s;
color: #333
}
.animateText div:nth-child(6) {
-webkit-animation-delay: 10s;
-ms-animation-delay: 10s;
animation-delay: 10s;
color: #333
}
@-webkit-keyframes animateLines {
0%,
100%,
80% {
opacity: 0
}
2% {
opacity: 0;
-webkit-transform: translateY(-30px)
}
17%,
5% {
opacity: 1;
-webkit-transform: translateY(0)
}
20% {
opacity: 0;
-webkit-transform: translateY(30px)
}
}
</style>
</div>
<div id="adivaha-wrapper" style="width: 100%;">
<script charset="utf-8" type="text/javascript" src="https://www.abengines.com/ui/v2/77A92131/GJNDR6586MY6/mt/searchbox/"></script>
<div id="adivaha-wrapper-container" class="" style="width: 100%;"><iframe
src="https://www.abengines.com/searchbox/?version=v2&pid=77A92131&mid=GJNDR6586MY6&mt=mt&wlaid=&aid=&lang=&usertype=undefined&&ip=172.68.192.149&ParentRestParam=" scrolling="no" frameborder="0"
id="iFrameResizer0" style="width: 100%; float: left; z-index: 999; height: 1000px; overflow: hidden;"></iframe></div>
</div>
</form>
<form id="zhotel">
<iframe src="hotel.php" style="border: none; overflow: hidden;" height="300px" width="100%" id="iFrameResizer1" scrolling="no"></iframe>
<br><br><br><br><br><br>
</form>
Text Content
| +971 000 000 | cs@naitravels.ae USD | العربية * HOME * ABOUT US * OUR SERVICES * Hotel Bookings * Flight Bookings * UAE Visa * Holidays * CONTACT US LOGIN EXPLORE THE WORLD TOGETHE Find awesome flights, hotel, packages Visa Flight Hotel your name Last name phone number Email passport copy (PDF Type) Personal Photo Visa period ? one month tow months Nationality Syrian Indea Urgent submission with additional fee (100 AED) I agree to the Agreement and Terms Apply تقدم شركة ناي للسفريات خدمة التاشيرة ضمن شروط الوثائق المطلوبة * صورة ملونة للمتقدم بالطلب * نسخة مصورة عن جواز سفر المتقدم بالطلب. يتعين أن يكون جواز السفر صالحا لمدة 6 أشهر على الأقل . القواعد والشروط * يتعين دفع رسوم إصدار التأشيرة عند تقديم الطلب * تنطبق رسوم إضافية لمعالجة التأشيرات * يتعين على المسافر السفر من وإلى الامارات بتذكرة صادرة من شركة ناي للسفريات * رسوم إصدار تأشيرة الدخول غير قابلة للاسترداد * تعد قيمة تذكرة السفر غير قابلة للاسترداد * تستغرق معالجة تأشيرة الدخول العادية ما بين 4 إلى 5 أيام عمل تقريبا * تستغرق معالجة تأشيرة الدخول المستعجلة من 1 الى 2 عمل برسوم اضافية 100 درهم * تخضع عملية الدخول إلى دولة الإمارات العربية المتحدة لموافقة سلطات الهجرة * تبقى جميع التأشيرات صالحة لمدة 60 يوما من تاريخ الإصدار من أجل الدخول إلى دبي، باستثناء التأشيرات من فئة 96 ساعة و48 ساعة التي تبقى صالحة لمدة 30 يوما من تاريخ الإصدار * جميع التأشيرات تخضع لقانون حكومة دبي و دائرة الهجرة و الجوزات * مدة الاقامة تحدد حسب التاشيرة المطلوبة عن ألا تتجاوز المدة المسموح بها بالاقامة حتى لو ساعة واحد او سيطبق غرامات مالية حسب تعليمات دائرة هجرة و جوزات حكومة دبي و الحكومة الاتحادية * تمدد او تجدد التاشيرة حسب رغبة العميل ضمن القوانين المرعية في الحكومة الاتحادية Close OUR SERVICES HOTEL BOOKINGS learn more FLIGHT BOOKINGS learn more UAE VISA learn more HOLIDAYS learn more FLIGHT TESTIMONIAL Lorem ipsum dolor sit amet consectetur adipisicing elit. mr. john doe clients Lorem ipsum dolor sit amet consectetur adipisicing elit. mr. john doe clients Naitravels footer word samer@naitravels.ae +963931872220 QUICK LINK Home About us our services FOLLOW US Lorem ipsum dolor sit amet consectetur, adipisicing elit. Powered by General Hosting