@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

:root {
    --color-1: #001A3D;
    --color-2: #4CBB17;
    --color-3: #212529;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
      font-family: "Jost", sans-serif;
}

body {
    line-height: 1.4;
}

p {
    color: var(--color-3);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
      font-family: "Jost", sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
     font-family: "Jost", sans-serif;
}

ul{
    padding-left: 0;
}

span{
      font-family: "Jost", sans-serif;
}

h1,
.h1 {
    font-size: 60px;
      font-family: "Jost", sans-serif;
}

h2, .h2 {
    font-size: 52px;
     font-family: "Jost", sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 65px;
    color: var(--color-1);
}

h3,
.h3 {
    font-size: 30px;
      font-family: "Jost", sans-serif;
}
/* main header css  start */
.main-header {
    padding: 20px 0;
}

.container {
    width: 90%;
    max-width: 1390px;
    margin: 0 auto;
}
a.navbar-brand-img img {
    max-width: 149px;
}

.container-fluid-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-collapse-in {
    position: fixed;
    top: 100%;
    right: -250px;
    width: 250px;
    height: 100%;
    transition: right 0.3s ease;
}

.navbar-collapse-in.show {
    right: 0;
    top: 137px;
    background-color: #212529;
    z-index: -999;
    padding: 32px 0;
    width: 100%;
}

.navbar-nav-in {
    list-style-type: none;
    padding: 0;
}

.nav-item-in {
    margin: 10px 0; 
}

.nav-link-in {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-link-in:hover{
    color:#4cbb17;font-weight: 700;
}

.more_inquiry a {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}

.burger-line {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px auto;
    transition: all 0.3s;
}

.navbar-toggler-burger {
    cursor: pointer;
    background: none;
    border: none;
}

.burger-active .burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.burger-active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-active .burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.menu-header-burger{
    order: 3; 
}

.header-button{
    order: 2; 
}
/* main header css  start */
/* css */

.my_header ul.navbar-nav {
    margin: 0 auto;
}

.top_header {
    background: #20212208;
    padding: 12px 0;
}

.enquiry_scnn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
select.gt_selector.notranslate {border: solid 1px #ddd;  font-size: 16px;}

.right_top_h { display: flex; justify-content: space-between;  width: 100%;}


.right_top_h ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}


.right_top_h ul li {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}

.right_top_h ul li a {
    margin-left: 20px;
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.right_top_h ul li a:hover{
    color: var(--color-2);
}

.right_top_h ul li a i {
    font-size: 18px;
}

.more_inquiry a {
    background: var(--color-2);
    padding: 10px 35px;
    font-size: 17px;
    display: inline-block;
    color: #fff;
}

.my_header a.navbar-brand img {
    width: 180px;
}

.my_header a.navbar-brand{
    padding: 0;
}

.my_header .container-fluid {
    padding: 0;
}

.my_header ul.navbar-nav li.nav-item {
    margin: 0 20px;
}

.my_header ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.my_header ul.navbar-nav li.nav-item a.nav-link:hover{
    color: var(--color-2);
}

.my_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.banner_caption {
    position: absolute;
    bottom: 0;   
    margin: auto;
    left: 0;
    right: 0;
    top: 0;   
    display: flex;
    justify-content: center;
    align-items: center;z-index: 9;
}

.banner_caption::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000038;
    top: 0;
}

.banner_caption h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.banner_caption p{
    color: #fff;
    text-align: center;
}

.banner_btn {
    text-align: center;
    margin-top: 40px;
}

.banner-box {
    max-width: 70%;
}

.banner2{
    background-image: url(../images/banner-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner2::after{
    background-color: rgba(0, 0, 0, 0.7);
}

.banner_btn a {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-weight: 500;
    margin: 0 10px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.banner_btn a:hover{
    background-color: var(--color-2);
    color: #fff;
}

.banner_btn a.dark-btn{
    border: 2px solid var(--color-2);
    background-color: var(--color-2);
}

.banner_btn a.dark-btn:hover{
    background-color: #fff;
    color: var(--color-2);
}

.banner_box {
    position: relative;
}

.banner_box .owl-carousel .owl-item{position: relative;}
.banner_box .owl-carousel .owl-item::after{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);content: "";}

.banner_box .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 73px;
    background: #2125298a;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_box .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 73px;
    background: #2125298a;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_box .owl-nav button span {
    top: -3px;
    position: relative;
}



.trip-search-section .trip-search-inner {
    padding: 50px 70px;
    position: relative;
    align-items: flex-end;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: -80px;
    z-index: 11;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.trip-search-section .trip-search-inner .input-group label {
    font-family: "Poppins", sans-serif;
    color: var(--color-3);
    font-weight: 600;
    font-size: 16px;
}

.trip-search-section .trip-search-inner input {
    width: 100%;
    border: 1px solid #000;
    margin-right: 30px;
    margin-top: 6px;
    padding: 6px 12px;
    font-family: "Poppins", sans-serif;
}

.search_btnn input{
    background: var(--color-2);
    border: 2px solid var(--color-2) !important;
    padding: 10px 35px !important;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.search_btnn input:hover{
    background: var(--color-3) !important;
    border: 2px solid var(--color-3) !important;
}

.about_us {
    padding: 60px 0 60px;
}

.about_us_contn p{text-align: justify;}
.about-titel-text p{text-align: justify;}
.about_us_contn span {
    color: var(--color-2);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-left:0px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: "Kalam", cursive;
}

/*.about_us_contn span::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 55px;*/
/*    height: 2px;*/
/*    background: var(--color-2);*/
/*    left: -65px;*/
/*    top: 14px;*/
/*}*/

.about_us_contn h2{
    color: var(--color-1);
}

.about_us .row {
    align-items: center;
}

.about_btn a{
    background: var(--color-2);
    border: 2px solid var(--color-2);
    padding: 10px 40px !important;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.about_btn a:hover{
    background: var(--color-3);
    border: 2px solid var(--color-3);
}

.about_btn {
    margin-top: 30px;
}

.popular_package {
    background-image: url(../images/section-bg-vector1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    background-color: #4cbb1724;
}

.package_heading {
    text-align: center;
}

.package_heading span{
    color: var(--color-2);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
    font-family: "Kalam", cursive;
}

.packages_design {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 28px;
}

.packge_img_flt {
    position: relative;
}

.packge_fla_whs {
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.packge_fla_whs span {
    background: var(--color-2);
    padding: 4px 15px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    box-shadow: rgb(166 166 166 / 18%) 0px 5px 15px;
}

.packge_fla_whs a {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-2);
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.packge_fla_whs a:hover{
    background: var(--color-2);
    color: #fff;
}
.packge_info .min_hei{min-height: 64px;}

.packge_info p{min-height: 60px;}
.packge_info span {
    display: flex;
    font-weight: 600;
    color: #717171;
    align-items: center;
    font-size: 18px;
}

.packge_info span i {
    color: var(--color-2);
    margin-right: 10px;
    font-size: 20px;
}

.packge_info {
    margin-top: 20px;
}

.packge_info a {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-1);
    margin-top: 10px;
    display: block;
}

.packge_rev {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.social_star {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 10px;
}

.packge_rev p {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #717171;
}

.social_star li i {
    color: #fbbf24;
    font-size: 17px;
    margin: 0 3px;
}

.dark_colr{
    color: var(--color-1) !important;
}

.packge_rate_ex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin: 25px 0 0;
    padding: 15px 0 5px;
}

.packge_rate_ex h3 {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-2);
    margin-bottom: 0;
}

.packge_rate_ex a {
    margin: 0;
    font-size: 17px;
    color: #001A3D;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.packge_rate_ex a:hover{
    color: var(--color-2);
}

.packge_rate_ex a i{
    margin-left: 10px;
}

.pckge_btn {
    text-align: center;
    margin-top: 50px;
}

.packge_img img {
    width: 100%;
}

.packge_img img {
    width: 100%;
    border-radius: 8px;
    height: 220px;
    object-fit: cover;
}

.banner_box .owl-nav button:hover{
    background: var(--color-2);
}

.banner_box .owl-nav button{
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.dont_miss {
    padding: 60px 0;
}

.dont_miss_heading {
    text-align: center;
}

.dont_miss_heading span {
    color: var(--color-2);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Kalam", cursive;
}

.dont_miss_heading h2 {
    font-size: 47px;
    text-transform: uppercase;
}

.dont_miss_heading {
    text-align: center;
    margin-bottom: 40px;
}

.dont_mis_img img {
    min-height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.dont_mis_img{
    position: relative;
}

.dont_mis_img::after{
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #0D1B2A 100%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.dont_miss_design {
    position: relative;
}

.dont_mis_iner {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
}

.dont_mis_iner h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 3px;
}

.dont_mis_iner p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.miss_btn a {
    padding: 8px 35px !important;
    font-size: 16px;
}

.miss_btn {
    margin-top: 15px;
}

.dont_mis_iner h3:hover{
   text-decoration: underline;
   color: var(--color-2);
}

.dont_miss_design:hover .dont_mis_img img {
    transform: scale(1.1);
}

.dont_miss_design{
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.dont_mis_img img{
    transition: all 0.5s ease 0s;
}

.dont_mis_iner:hover .dont_mis_img img {
    transform: scale(1.1);
}

.why_choose {
    padding: 80px 0 60px;
    background-image: url(../images/why_choose_bg.png), linear-gradient(180deg, #eef3f16e 0%, #eef3f1 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

.why_list_box {
    column-count: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin-top: 40px;
}

.why_list_box li .why_chose_list {
    display: flex;
    align-items: flex-start;
}

.list_why_icon img {
    width: 100px;
}

.list_why_icon {
    margin-right: 10px;
}

.lsit_why_contn h3 {
    font-size: 21px;
    font-weight: 700;
}

.lsit_why_contn p {
    font-size: 15px;
}

.why_choose_heading span{
    color: var(--color-2);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-left: 0px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: "Kalam", cursive;
}
.inner_banner .item{}
    .inner_banner .item img{max-height: 500px;object-fit: cover;}

/*.why_choose_heading span::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 55px;*/
/*    height: 2px;*/
/*    background: var(--color-2);*/
/*    left: -65px;*/
/*    top: 14px;*/
/*}*/

.why_list_box li {
    width: 47%;
}

.why_choose .row {
    align-items: center;
}

.testimonial {
    padding: 60px 0;
}

.testimonial_heading {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial_heading span{
    color: var(--color-2);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Kalam", cursive;
}

.testimonial_review {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    padding: 35px 25px;
    border-radius: 15px;
}

.review_str {
    display: flex;
    align-items: center;
}

.review_str li {
    margin-right: 6px;
}

.review_str li i{
    color: #fbbf24;
    font-size: 17px;
}

.no_clr_str i {
    color: #ccd6df !important;
}

.testimonial_review_contn p {
    font-size: 16px;
}

.review_person {
    display: flex;
    align-items: center;
}

.person_img img {
    border-radius: 100%;
    width: 85px !important;
    margin-right: 10px;
}

.person_name h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.person_name p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color:#717171;
}

.cta_box {
    background-color: #f1f1f1;
    padding: 60px 0;
}

.cta_left_c h2 {
    font-size: 38px;
    line-height: 50px;
}

.cta_box .row {
    align-items: center;
}

.cta-form .cta-input input {
    width: 100%;
    border: 2px solid var(--color-2);
    padding: 15px 20px;
    font-family: "Poppins", sans-serif;
}

.cta_right_c {
    position: relative;
}

.cta_right_c .bd-primary-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4cbb17;
    border: initial;
    font-weight: 500;
    color: #fff;
}

.cta-form {
    margin-left: 100px;
}

.footer_box {
    background: #212529;
    padding: 60px 0 5px;
}

.footer_iner a img {
    width: 240px;
}

.footer_iner p {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin-top: 20px;
}

.quick_link_footer h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}
.address-content span {
    color: var(--color-2);
    margin-right: 6px;
    font-size: 30px;
}

.address-content {
    display: flex;
    align-items: center;
    gap: 3px;
}

.quick_link_footer h3::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 3px;
    background: var(--color-2);
    bottom: -10px;
    left: 0;
}

.link_l li {
    margin-bottom: 10px;
}

.link_l li a {
    color: #fff;
    font-size: 17px;
    transition: 400ms ease-in-out;
}

.link_l li a:hover{
    color: var(--color-2);
}

.link_l li a i{
    color: var(--color-2);
    margin-right: 10px;
    font-size: 20px;
}

.quick_link_footer {
    margin-top: 15px;
    margin-left: 90px;
}

ul.social_foter li {
    margin-bottom: 10px;
}

ul.social_foter li a{
    color: #fff;
    font-size: 17px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}


.social_foter li span {
    color: var(--color-2);
    margin-right: 10px;
    font-size: 20px;
}

ul.social_foter li a:hover{
    color: var(--color-2);
}

ul.social_foter li a i{
    color: var(--color-2);
    margin-right: 10px;
    font-size: 20px;
}

.quick_link_footer .right_top_h {
    margin-top: 40px;
}

.botom_foter p {
    color: #fff;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 40px;
    margin-bottom: 5px;
}



/* hero-sction-about section css start */
.breadcrumb-box.text-conter {
    display: flex;
    justify-content: center;
    align-items: center;
}
li.breadcrumb-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
li.breadcrumb-item a {
    color: #fff;
    margin-right: 4px;
}
.breadcrumb-item.active {
    color: #4cbb17;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.card-contact-box {
    background-color: #f5f5f5 !important;
    width: 100%;
    margin-bottom: 31px;
    display: flex;
    border-radius: 7px;
}
.contcat-box-itme {
    padding: 16px 0 50px;
    position: relative;
}
.card-contact-text {
    display: flex;
    flex-direction: row;
    padding: 20px 24px;
    width: 100%;
    align-items: center;
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.Call-box {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.social-conract {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-1);
}

.social-conract a {color: var(--color-1);}
.contact-card-icon i {
    font-size: 34px;
    font-weight: 600;
    color: #4cbb17;
}

.card-contact-text p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 17px;
    color: #000;
    margin: 0;
}

.card-contact-text p a{
    color: #000;
}
.contact-text-form {
    width: 60%;
    margin-bottom: 71px;
}
.contact-container {
    padding: 30px 0 63px;
}

.contcat-form {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
h1.contact-heading.mb-4 {
    font-size: 48px;
    line-height: 63px;
    font-weight: 700;
    color: var(--color-1);
}.section-title {
    color: var(--color-2);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    font-family: "Kalam", cursive;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background: var(--color-2);
    left: -65px;
    top: 11px;
}
.section-title::before {
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background: var(--color-2);
    top: 11px;
    right: -65px;
}
.form-floating {
    border: 1px solid #4cbb17;
    border-radius: 8px;
}
.form-control {
    border-radius: 8px;
}
.contact-submit-btn {
    background: var(--color-2);
    border: 2px solid var(--color-2);
    padding: 10px 40px !important;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
}

.contact-submit-btn:hover{
    background: var(--color-3);
    border: 2px solid var(--color-3);
}


.form-control:focus {
    outline: none; 
    box-shadow: none; 
  
}

.about-section-bg{
background-color: #4cbb1724;
}
.lift-side-row.align-items-center {
    display: flex;
    gap: 27px;
}
.lift-side-img.mr-3 {
    margin-right: 43px;
    z-index: 999;
    position: relative;
}
.about-us__media {
    overflow: hidden;
    border-radius: 70px 0px;
    border: 6px solid var(--rr-common-white);
}
.about-us__media img {
    width: 100%;.vagabond-after
    height: 330px;
    object-fit: cover;
}
.about-us__media-circle__wraper {
    position: relative;
}
.about-us__media.img2 img {
    height: 275px;
    margin: 16px 0;
    border-radius: 70px 0;
}



.aos-animate img {
    width: 100%;
    height: 377px;
    object-fit: cover;
}
.img3 img {
    height: 182px;
}
.banner_contn.about-banner-img {
    height: 600px;
}
.about-section-content {
    padding: 63px 0 65px;
    position: relative;
}
.vagabond-after{
    background-image: url(/assets/images/service_bg_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 21px;
   background-color: #4cbb1724;
}
 
.about-content-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000038;
    top: 0;
}

.popular_package_det {
    background-image: url(../images/section-bg-vector1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    background-color: #dae5d424;
}

.popular_package_pop {
    background-image: url(../images/section-bg-vector1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0;
    background-color: #f2f7f0;
}

.l-info-pack-days ul li {
    position: relative;
    overflow: hidden;
    padding-left: 70px;
}
.l-info-pack-days ul li i {
    width: 35px;
    height: 35px;
    background: rgb(0, 179, 228);
    border-radius: 50%;
    text-align: center;
    padding: 9px 10px;
    margin-left: -68px;
    position: absolute;
    z-index: 99;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.Packages_detailed h4 {
    margin: 4px 0px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: rgb(33, 61, 68);
}
.Packages_detailed h4 span {
    color: rgb(0 179 228);
}
.l-info-pack-days ul li p {
    padding-top: 0px;
}
.l-info-pack-plac::after {
    content: "";
    background: rgb(206, 206, 206);
    position: absolute;
    width: 1px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    left: 19px;
}

.outer { margin:0 auto; }
#big .item { padding:5px; border-radius: 3px; border: solid 1px #ddd;}
#big .item img{ width: 100%; max-height: 550px; object-fit: cover;}
#thumbs .item { background: #C9C9C9; height:70px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background: #2125298a;  width: 22px;  line-height: 22px; height: 22px; margin-top: -20px;  position: absolute;  text-align: center;
    top: 50%;  border-radius: 50%;  color: #fff; font-size: 10px; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme { position: relative;}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background: #2125298a;  width: 22px;  line-height: 22px; height: 22px; margin-top: -20px;  position: absolute;  text-align: center;
    top: 50%;  border-radius: 50%;  color: #fff; font-size: 10px;  }
    #thumbs.owl-theme .owl-prev { left: 10px; }
#thumbs.owl-theme .owl-next { right: 10px; }

.enqery_sect {
    background: #fff;
    border: solid 1px #ddd;
    padding: 15px;
}
.dir-rat-inn.dir-rat-title {
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px;
}
.h-90{height: 90%;}
.package_heading p{text-align: justify;}