@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prompt: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');

*{
    padding: 0;
    margin: 0;
}

body{
    background-color: rgb(245 245 245);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

a{
    text-decoration: none;
}

.navbar{
    position: fixed;
    width: 100%;
    background: transparent !important;
    z-index: 999999;
    padding: 0px 0px;
}

.navbar.scrolled {
background-color: white !important;
}

.logo-default {
  display: block;
  transition: opacity 0.3s ease;
}
.logo-scroll {
  display: none;
  transition: opacity 0.3s ease;
}
.navbar.scrolled .logo-default {
  display: none;
}
.navbar.scrolled .logo-scroll {
  display: block;
}


.navbar-brand{
    width:15%;
}

.navbar-brand img{
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.navbar ul li a{color: white; font-size: 14px;}

.uae_application{
    border: 1px solid rgb(255, 255, 255);
    color: black;
    border-radius: 8px;
    font-weight: 500;
}

.uae_application i{
    margin-right: 7px;
    color:rgb(255, 255, 255);
}

.navbar.scrolled .uae_application {
    color:#820b6b !important;
    border: 1.9px solid #820b6b !important;
}

.navbar.scrolled .uae_application i{
    color:#820b6b !important;
}

.uae_application_second{
    border: 1px solid #820b6b;
    color: #820b6b !important;
    border-radius: 8px;
    font-weight: 500;
}

.uae_application_second i{
    margin-right: 7px;
    color:#820b6b;
}

.navbar-collapse{
    display: flex;
    justify-content: space-between;
}

.navbar-collapse div .anc_tag1{
    margin-left: 10px;
}

.navbar-collapse div .anc_tag2{
    margin-left: 10px;
}

.nav-link {
    color: white;
    font-size: 16px;
}

.anc_tag1 {
    padding: 10px 10px;
    background-color: #ffffff;
    color: #820b6b !important;
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
}

.anc_tag2{
padding: 10px 10px;
    background-color: #820b6b;
    color: white;
    border-radius: 8px;
    display: inline-block;
}

select{
       border: 1px solid #820b6b;
    border-radius: 8px;
    padding: 7px 6px;
    color: #820b6b;
    font-size: 14px;
    font-weight: 500;
}

select option{
    color: #820b6b;
}

select option:hover{
    background-color: #820b6b !important;
color: white !important;
}

.main_cont{
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 100dvh;
    position: relative;
}

.main_cont video{
    width:100%;
    height: 100dvh;
    object-fit: cover;
}

.main_package{
       background: #ffffff;
       padding: 8px 10px;
       border-radius: 8px;
       display: flex;
       flex-direction: column;
       align-items: flex-start;
       font-size: 14px;
       font-weight: 400;
       gap: 6px;
       position: absolute;
          top: 90px;
    width: 25%;
}

.main_package h2{
    font-size: 15px;
}

.main_package span:nth-child(3) {
    border: 1.7px solid #2a2a2a;
    padding: 1px 10px;
    border-radius: 10px;
    font-weight: 500;
}

.main_package span{
    font-weight: 500;
}

.main_package img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.package_price{
        color: #20771f;
    font-weight: 700;
    font-size: 20px;
}

.main_text {
        text-align: center;
    background: #0000006b;
    padding: 20px 30px;
    backdrop-filter: blur(1px);
    border-radius: 20px;
    border: 2px solid #ffffff54;
    position: absolute;
    top: 180px;
}

.main_text h1{
       font-size: 32px;
    color: white;
    line-height: 42px;
}

.main_text span{
   color: #ffffff;
}

.main_text p{
    font-weight: 500;
    color:white;
    font-size: 13px;
}

.about_cont{
    padding: 100px 0px;
    background-color: white;
}

.about_cont img{
    width: 100%;
}

.about_cont p{
    line-height: 30px;
}

.about_cont ul li{
   line-height: 40px;
}

.about_cont h4{
    margin-top: 20px;
}

.about_cont h1{
        font-size: 23px;
    margin-top: 30px;
}

.services_cont{
    padding: 60px 0px;
      position: relative;
}

.services_cont img{
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
}

.services_cont h3{
    display: flex;
    justify-content: center;
}

.services_box {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  gap: 20px;
}

.services_box a {
  flex: 0 0 auto;
  width: 300px;
  text-decoration: none;
  /* border: 1px solid #ccc; */
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  color: black;
}

.services_box a h4{
    font-size: 18px;
}

.slider_btn{
        display: flex;
    justify-content: space-between;
    width: 94%;
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_btn .btn {
    background-color: #478ef7;
    border: 1px solid black;
    padding: 0px 20px;
    border-radius: 100px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


.event_cont{
    padding: 100px 0px;
    background-color: white;
    position: relative;
}

.book_us{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.book_us div{
    display: flex;
    gap:40px;
    font-size: 20px;
}

.book_us div span{
    display: flex;
    align-items: center;
    gap: 10px;
}

.book_us h4{
    font-size: 30px;
}

.event_slider img{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.event_slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  gap: 20px;
}

.event_slider a {
  flex: 0 0 auto;
  width: 300px;
  text-decoration: none;
  /* border: 1px solid #ccc; */
  padding: 10px;
  background: #f3f3f3;
  border-radius: 8px;
  font-size: 14px;
  color: black;
}

.event_slider div{
    display: flex;
    gap: 10px;
}

.event_slider div span{
    padding: 10px;
}

.event_slider div span:nth-child(1){
    border-right: 3px solid rgb(255, 115, 0);
}

.services_box a h4{
    font-size: 18px;
}

.event_slider_btn{
        display: flex;
    justify-content: space-between;
    width: 94%;
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event_slider_btn .btn {
    background-color: #478ef7;
    border: 1px solid black;
    padding: 0px 20px;
    border-radius: 100px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 4%;
}

.go_cont{
    padding: 100px 0px;
}


.go_cont img{
    width: 70%;
}

.go_cont h3{
    font-size: 24px;
}


.application_cont{
    padding: 160px 0px;
    background-image: url('../img/banner2.jpg');
}

footer{
    padding: 50px 0px 50px 0px;
    background-color: #ebebeb;
    font-size: 15px;
}

.foot_box{
    padding: 40px 10px;
    background-image: linear-gradient(217deg, #820b6b, transparent);
    border-radius: 8px;
    margin-bottom: 40px;
}

.foot_box h4{
  font-size: 22px;
    font-weight: 500;
}

.foot_links h4{
        font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.foot_links ul{
    padding-left: 0;
}


.foot_links ul li{
    list-style-type: none;
    line-height: 40px;
}

.foot_links ul li a{
    color: black;
}

.foot_lower img{
    width: 100%;
}

.social_links {display: flex; gap: 20px;}

.social_links a{
    margin-top:10px;
}

.social_links i{
    color: black;
    font-size: 25px;
}

.foot_bottom{
    border-top: 2px solid grey;
    font-size: 14px;
    margin-top: 50px;
    padding-top: 40px;
}

.contact_detail ul {
    padding-left: 0;
}

.contact_detail ul li{
    list-style-type: none;
        line-height: 40px;
}

.contact_detail ul li a{
    color: black;

}

.contact_form{
    line-height: 40px;
}

.process_cont{
    padding: 80px 0px;
}

.process_cont h2{
        text-align: center;
    font-size: 34px;
    font-weight: 800;
}

.process_box{
        background: white;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 8px;
        margin-top: 30px;
        height: 220px;
}

.process_box h3{
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    }

    .process_box i{
        font-size: 40px;
    }

    .process_box p{
        font-size: 14px;
    }

    .package_cont{
        padding:100px 0px;
    }

    .package_cont h1{
        font-size: 30px;
    text-align: center;
    color: #820b6b;
    text-decoration: underline;
    }

    .package_image img{
        width: 100%;
        margin-top: 30px;
    }

    .package_box_cont{
        background-color: white;
      padding: 20px 10px;
      border-radius: 10px;
      font-size: 14px;
      box-shadow: 2px 2px 10px #dddddd;
      margin-top: 20px;
    }

    .package_box{
      background-color: white;
      padding: 20px 10px;
      border-radius: 10px;
      font-size: 14px;
      box-shadow: 2px 2px 10px #dddddd;
      margin-bottom: 20px;
}

.package_box h2{
   font-size: 18px;
    font-weight: 600;
}

.package_box div:nth-child(3) span{
  border: 1px solid #000000;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

.package_box div:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package_box div:nth-child(4) div{
    display: flex;
    flex-direction: column;
}

.package_box div:nth-child(4) div span:nth-child(1){
    color: #820b6b;
    font-weight: 600;
    font-size: 22px;
}


/* Activity */

.activity_cont{
    padding: 100px 0px;
}

.activity_cont h1{
        font-size: 21px;
    margin-bottom: 30px;
    color: #820b6b;
    font-weight: 600;
}

.activity_text img{
    width: 100%;
    margin-bottom: 30px;
    height: 300px;
    object-fit: cover;
}

.activity_text h4{
        color: #0087cb;
    font-weight: 500;
    margin-top: 40px;
}

.activity_text p{
        line-height: 30px;
        text-align: justify;
        font-size: 14px;
        font-weight: 500;
}

.activity_text ul li{
    line-height: 40px;
    font-size: 15px;
}

.tour_note {
    color: #3e3e3e !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin-top: 20px !important;
}

.activity_schedule{
        background: white;
    padding: 20px 20px;
    border-radius: 8px;
}

.form_box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-size: 13px;
    font-weight: 600;
}

.form_box input{
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid grey;
}

.activity_member{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.member_box button{
       background-color: #820b6b;
       padding: 0px 8px;
       border-radius: 7px;
       color: white;
       border: none;
}

.member_box h4{
    font-size: 17px;
}

.member_box div{
        background: #0089ca;
        padding: 4px 4px;
        border-radius: 10px;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
}

.activity_schedule p{
        color: #0089ca;
    font-weight: 600;
    font-size: 23px;

}


.tour_stuff_box { 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tour_stuff_box span{
     display: flex;
     gap: 10px;
     align-items: center;
     border: 1px solid black;
     padding: 6px 10px;
     border-radius: 10px;
     font-size: 12px;
     font-weight: 500;
}

.tour_stuff_box span i{
    font-size: 20px;
}

.days_plan_box .days_plan_content{
        display: flex;
        align-items: center;
        gap: 30px;
        background: #f1f1f1;
        padding: 0px 20px;
        border-radius: 8px;
        margin-top: 20px;
        box-shadow: 2px 2px 2px #bbbbbb;
}

.staying_days{
  font-size: 14px;
  font-weight: 500;
  width: 20%;
  border-right: 2px solid #747474;
}

.days_plan_box_detail{
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    gap: 4px !important;
    margin-top: 0px !important;
}

.days_plan_box_detail span i{
    margin-right: 10px;
    font-size: 15px;
}

.days_plan_box_detail span{
    margin-top: 20px;
}

.transfer_cont{
    background: white;
    padding: 20px 20px;
    border-radius: 8px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
}

.journey_ways_btn{
    display: flex;
    justify-content: space-evenly;
}

.transfer_cont input{
    width: 100%;
    padding: 4px 11px;
    border-radius: 5px;
    border: 1px solid #217624;
}

.transfer_cont button{
        background: #0089ca;
    border: 1px solid green;
    border-radius: 5px;
    color: white;
    padding: 3px 20px;
}

.pick_ups_box{
    display: flex;
    gap: 10px;
}

.arrival_time{
    display: flex;
    gap: 10px;
}


.arrival_time div{
    display: flex;
    flex-direction: column;
}


.transfer_cont div button{
    background: #227a25;
    border: none;
    padding: 3px 9px;
    border-radius: 8px;
    color: white;
    font-size: 13px;
}

.transfer_cont div button:nth-child(2){
      background: #478ef7;
    border: none;
    padding: 6px 16px;
    border-radius: 8px;
    color: white;
    font-size: 13px;
}

.depart_airport{
    display: flex;
    flex-direction: column;
}

.depart_airport select{
      border: 1px solid #227925;
    border-radius: 8px;
    padding: 7px 6px;
    color: #820b6b;
    font-size: 14px;
    font-weight: 600;
}

.person_chart{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.person_chart .member_box{
        display: flex;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center;
}
 

.member_box button{
        background: #ffffff !important;
    border: none;
    padding: 3px 9px;
    border-radius: 8px;
    color: #0089ca !important;
    font-size: 13px;
}

.key_features p{
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}

.key_features i{margin-right: 10px;font-size: 30px;color: #227b26;}

.para_text{
       line-height: 30px;
    text-align: justify;
    font-weight: 500;
    font-size: 15px;
}

.insurance_box{
        background-image: linear-gradient(339deg, #820b6b1c, #ffffff);
    padding: 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
}

.insurance_box h3{
    text-align: center;
        font-weight: 600;
    font-size: 20px;
}

.imp_info{
    padding-left: 0px;
}

.imp_info li{
    list-style-type: none;
        line-height: 40px;
}

.service_track{
    display: flex;
    justify-content: center;
}

.service_track form {
    width: 100%;
        line-height: 50px;
}


form button{
        background: #227925 !important;
    border: none !important;
}