@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.4rem 'Plus Jakarta Sans', sans-serif; color: var(--body_txt_color); }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s; transition: all 0.3s; }
/* font-family: "Montez", cursive; */
/* font-family: "Plus Jakarta Sans", sans-serif; */
/* font-family: "Satisfy", cursive; */

:root{
    --black: #15100c;
    --brand: #b98428;
    --red: #f0494a;
    --top_bg: #EBEBEB;
    --body_txt_color: #1c1c1c;
    --white: #fff;
   }

@keyframes tada{
    0%, 100% {
        transform: scale3d(1, 1, 1);
    }
      10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
      30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
      40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

@keyframes cloudMove{
    0% {
        background-position: -1920px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes pulse-border{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
      }
}

@keyframes pulse-border-2{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
}

@keyframes cloudMove3{
    0% {
        background-position: 1920px 100%;
    }
    100% {
        background-position: 0 100%;
      }
}

@keyframes pulse_two{
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/*top_button*/
.top_btn{background: var(--brand);  bottom: 1rem; color: var(--white); height: 4rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 4rem; z-index: 9999;  text-align: center; display: inline-block; border-radius: .5rem; }
.top_btn i{font-size: 1.7rem; line-height: 4rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover{bottom: .3rem; opacity: 1; color: var(--white);}

em{font-style: normal;}
.as_btn{display: inline-flex; height: 5rem; padding: 0 4rem; background: var(--brand); position: relative; overflow: hidden; color: var(--white); text-transform: uppercase; font-size: 1.4rem; line-height: 5rem; transition: all .6s cubic-bezier(.23,1,.32,1); border: none; margin-top: 2.5rem; border-radius: 6rem; font-weight: 600; letter-spacing: .2rem; z-index: 5; align-items: center; justify-content: center;}
.btn_text{position: relative; z-index: 1; transform: translateX(-12px); transition: all .8s cubic-bezier(.23,1,.32,1); line-height:22px}
.btn_arrow{position: absolute; z-index: 9; transition: all .8s cubic-bezier(.23,1,.32,1);}
.arrow_right{left: -25%;}
.btn_circle{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2rem; height: 2rem; background-color: var(--brand); border-radius: 50%;  opacity: 0; transition: all .8s cubic-bezier(.23,1,.32,1);}
.arrow_left{right: 2.6rem;}
.as_btn:hover{background: var(--black); color: var(--white);}
.as_btn:hover .arrow_right{left: 2.5rem;}
.as_btn:hover .btn_text{transform: translateX(12px);} 
.as_btn:hover .btn_circle{background: var(--black); width: 22rem; height: 22rem; opacity: 1; z-index: -1;}
.as_btn:hover .arrow_left{right: -25%;} 
.ptb{padding: 6rem 0;}
.inner_ptb{padding: 3rem 0 6rem 0;}
.other_ptb{padding: 6rem 0 3rem 0;}
h4{font-size: 2.5rem; line-height: 3rem; text-transform: capitalize; font-weight: 600; color: var(--black);}
h5{font-size: 2.2rem; line-height: 2.8rem; text-transform: capitalize; font-weight: 600; color: var(--black);}
h1,h2{text-transform: capitalize; color: var(--black); font-size: 3rem; line-height: 3.5rem; font-weight: 800; position: relative;}
h1::before,h2::after{content: ''; position: absolute;bottom: .5rem; left: 0; right: 0; width: 100%; height: .1rem; background-color: rgba(0,0,0, .2);}
h1 em,h2 em{display: block; padding-bottom: 2rem;}
.sub_heading{color: var(--red); font-size: 1.4rem; line-height: 1.4rem; text-transform: uppercase; background: var(--white); display: inline-block; padding: 0 .5rem; position: relative; z-index: 1;}
.other_heading::after{display: none;}
.other_heading{font-weight: 500;}
.other_heading b{font-weight: 900;}
.dtls_btn{text-transform: uppercase; color: var(--brand); border-bottom: .2rem solid var(--brand);}
.rating li{display: inline-block !important; margin: .8rem .2rem 0 0 !important; padding: 0 !important; border: none !important; width: auto !important; float: none !important;}
.rating li::before{display: none;}
.rating li:last-child{margin-right: 0;}
.bold_icon::before, .liner_icon::before {font: normal 1.4rem/1 FontAwesome; content: "\f006"; color: #FFC107;}
.bold_icon::before{content: "\f005";}


/*header*/
.header_sec{ width: 100%; position: fixed; left: 0; top: 0; z-index: 999; background: var(--white);}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
/* .drop-nav{ position: absolute; top: 10px; right: 0px;}
.nav_top .dropdown-menu li a{ font-size: 13px;} */
.nav_top .navbar-brand img{width: 25rem;}
.heder_top{background: var(--black); padding: .5rem 0; font-size: 1.5rem;}
.heder_top_flex{align-items: center; justify-content: space-between; padding-right: 2rem;}
.header_top_lt ul li, .header_top_rt ul li{display: inline-block;}
.header_top_lt ul li a, .header_top_rt ul li a{display: inline-block; padding-right: 1.9rem; position: relative; color: var(--white);}
.header_top_lt ul li a::before, .header_top_rt ul li a::before{content: "/"; color: #A0A1A6; margin-right: 1rem;}
.header_top_lt ul li:first-child a::before, .header_top_rt ul li:first-child a::before{display: none;}
.header_menu{padding: 1rem 0;}
.header_menu .container{max-width: 100%; padding: 0 0 0 3rem;}
.menu_sec li{ position: relative; text-transform: capitalize;}
.menu_sec li a{display: inline-block; padding: 1.5rem 2rem 1.5rem 0; color: var(--black);} 
.menu_sec li:last-child a{padding-right: 0;}  
.menu_sec li.active a, .menu_sec li a:hover{color: var(--brand);} 
/* .drop-arw{position: absolute; right: .5rem; top: 1.7rem;} */
.drop-arw{cursor: pointer;}
.drop-arw::after{border: none; font-family: "Font Awesome 6 Pro"; content: "\f107"; font-size: 1.4rem; position: absolute; right: .5rem; top: 1.7rem;}
.menu_sec .dropdown{margin-right: 1.5rem;}
.nav_top .dropdown-menu li a{ font-size: 1.4rem; padding: 1rem 1.5rem; border-bottom: .1rem dashed #ccc; width: 100%; position: relative; z-index: 1;}
.nav_top .dropdown-menu li:last-child a{border-bottom-color:transparent;}
.menu_sec{padding-right: 12rem;}
.header_top_rt_button{position: absolute; right: 1rem; }
.header-sea-btn {
    font-size: 20px;
    color: var(--body_txt_color);
    font-weight: 800;
    padding-right: 2rem;
    border-right: .2rem solid #bbb4b4;
    margin-right: 1.4rem;
}
.ph_btn{background: var(--brand); display: flex; align-items: center; justify-content: center; padding: 0 3rem; height: 8.1rem;}
.ph_btn img{width: 4rem; -webkit-transition: all .3s ease; -khtml-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease;  transition: all .3s ease; -webkit-animation: tada 1500ms ease-out infinite; -khtml-animation: tada 1500ms ease-out infinite; -moz-animation: tada 1500ms ease-out infinite; -ms-animation: tada 1500ms ease-out infinite; -o-animation: tada 1500ms ease-out infinite; animation: tada 1500ms ease-out infinite;}  
.ph_top_txt{color: var(--white);} 
.header_sec.fixed{box-shadow: 0 0 .7rem 0 #ccc;}
.header_sec.fixed .heder_top{display:none;}


/* header-updated-19-aug-2026 */
.header_top_lt ul li a::before,.header_top_rt ul li a::before{display:none}.hedr-top-btn-2{position:absolute;right:18px;top:50%;transform:translateY(-50%)}.hedr-top-btn-2 .header-sea-btn{font-size:20px;color:var(--body_txt_color);font-weight:800;padding-right:2rem;border-right:.2rem solid #bbb4b4;margin-right:1.4rem}@media(max-width:1199px){.hedr-top-btn-2{right:52px}}
/* header-updated-19-aug-2026 */

   
 /*banner*/  
.bannersec{ width: 100%; position: relative;}
.banner_box{padding: 25.3rem 0; position: relative;}
.banner_box::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; opacity: .5;} 
/*.banner_box::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #272B36; content: ""; opacity: .5;} 
 .banner_txt{background: rgba(255, 255, 255, 0.25); border-radius: 1rem; border: .1rem solid rgba(255, 255, 255, 0.18); backdrop-filter: blur(3px); padding: 2.5rem;}
.banner_txt strong{font-size: 3rem; line-height: 3.5rem; text-transform: capitalize; color: var(--white); font-weight: 800;}
.banner_txt p{color: var(--white);} */

.banner_txt{position: relative;}
.banner_txt strong{font-size: 4rem; line-height: 5rem; text-transform: capitalize; color: var(--white); font-weight: 800;}
.banner_txt p{color: var(--white);} 
.bannersec .carousel-indicators { left: 3rem; bottom: 3rem; right: inherit; margin-left: 0; top: inherit;}
.bannersec .carousel-indicators [data-bs-target]{border: none; width: 1.6rem; height: 1.6rem; border-radius: 100%; border: .2rem solid var(--white); background: transparent; position: relative; display: block; margin: 0 .5rem;}
.bannersec .carousel-indicators [data-bs-target]::before{content: ''; position: absolute; left: .4rem; top: .4rem; right: .4rem; bottom: .4rem; background: var(--white); border-radius: 50%; z-index: 1;}
.bannersec .carousel-indicators .active, .bannersec .carousel-indicators [data-bs-target]::before .active{opacity: 1;}


/* .banner_frm_sec */
.banner_frm{ position: relative; display: inline-block; width: 100%;}
.banner_frm_content{background-color: #1222237D; padding: 2.5rem 2.5rem 1rem 2.5rem;  position: relative; z-index: 2; border-radius: .5rem .5rem 0 0; max-width: 90rem; border: .1rem solid #FFFFFF1A; float: right; width: 100%; margin-top: -15rem;}
.ban_frm_row{display: flex; align-items: center; flex-wrap: wrap;}
.ban_frm_box{width: 25%; padding: 0 .5rem;}
.frm_label_txt{color: var(--white); text-transform: capitalize; display: block; padding-bottom: .5rem; font-weight: 500; position: relative;}
.banner_content{position: relative;}
.ban_frm_box .input_fld input[type="date"]{background: var(--white);}

/* banner-frm-sec-design-fixing-19-aug-2026 */
@media(min-width:1200px){.banner_frm{display:flex;justify-content:center}.banner_frm_content{max-width:80%;background-color:#122223a3;margin-top:-8rem;backdrop-filter:blur(5px)}.banner_frm .ban_frm_row{flex-wrap:nowrap}.banner_frm .ban_frm_row .ban_frm_box .input_fld input{ color: #fff;}}

@media (min-width: 1210px) and (max-width: 1540px) { .bannersec .carousel-indicators {bottom: 9rem;}.banner_frm_content {max-width: 87%;}}

/* banner-frm-sec-design-fixing-19-aug-2026 */

/* category_sec */
.rt_button{position: absolute; right: 0; top: 5.7rem;}
.rt_button .as_btn{margin-top: 0;}
/* .rom_para{margin-bottom: 3rem;}
.rom_para a{color: var(--brand); display: inline-block; padding: .2rem;} */
.category_box{background: var(--white); box-shadow: 0 1rem 6rem 0 rgba(0, 0, 0, 0.07); padding: 1.5rem; border-radius: .8rem; margin-top: 3rem;}
.category_txt h5 a{color: var(--black); display: block; }
.category_txt h5{border-bottom: .1rem dashed #ccc; padding-bottom: .8rem;}
.category_img{position: relative; overflow: hidden; border-radius: 1rem;}
.category_img img{height: 24.5rem; object-fit: cover; border-radius: 1rem; width: calc(100% + 30px); -ms-transform: translateX(0); -o-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); -ms-transition: all .3s ease;  -o-transition: all .3s ease;  -moz-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;}
.other_as_btn{display: flex; text-transform: uppercase; color: var(--black); padding-top: .8rem; margin-top: 1.6rem; font-size: 1.4rem; font-weight: 500; border-top: .1rem dashed #ccc; align-items: center;}
.button_icon{display: inline-block; margin-right: .5rem;}
.other_as_btn:hover{color: var(--red);}
.category_sub_txt{background-image: url(../images/offer_text_bg.png); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 2.9rem; width: 9.9rem; display: inline-block; font-size: 1.2rem; color: var(--white); line-height: 2.9rem; text-align: center; text-transform: uppercase; margin-bottom: 2.5rem;}
.category_txt{margin-left: 1rem;}
.category_box:hover .category_img img{-ms-transform: translateX(-30px); -o-transform: translateX(-30px);  -moz-transform: translateX(-30px); -webkit-transform: translateX(-30px); transform: translateX(-30px);}

/* ab_sec */
.ab_sec{position: relative; background-attachment: fixed !important;}
.ab_sec::before{background-color: #1C231F; opacity: 0.45; width: 100%; height: 100%; content: ""; position: absolute; left: 0; top: 0;}
.ab_txt{position: relative;}
.ab_txt h2{font-size: 4rem; line-height: 5.5rem;}


/* top_destinations */
.destinations_box{margin-top: 3rem;}
.destinations_txt{position: relative; margin: -4.9rem 1rem 0 1rem; background: var(--white);  border-radius: .6rem; box-shadow: 0 .4rem 2.1rem 0 #0000000F;}
.destinations_sub_heading{background: var(--brand); position: relative; display: block; padding: .5rem 1.5rem; color: var(--white); font-weight: 800; width: 61%; border-radius: .6rem 0 0 0;}
.destinations_sub_heading::before{content: ''; position: absolute; right: -2.5rem; bottom: 0; margin: 0 auto; width: 0; height: 0; border-top: 3.4rem solid var(--brand); border-left: 2.5rem solid transparent; border-right: 2.5rem solid transparent; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease;   -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.destinations_info{display: flex; align-items: center; justify-content: space-between; padding: 1rem;}
.more_btn{background: #F4F8F6; width: 4rem; height: 4rem; color: var(--black); display: flex; align-items: center; justify-content: center; border-radius: 100%;}
.destinations_info h5 a{color: var(--black);}
.destinations_img, .blog_img{overflow: hidden;}
.destinations_img img, .blog_img img{border-radius: .5rem;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.destinations_box:hover .destinations_img img, .blog_box:hover .blog_img img{transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);  -ms-transform: scale(1.1);}


/* adventures_sec */
.adventures_sec{background: #FAF5EE; position: relative;}
.adventures_sec::before{position: absolute; left: 0; bottom: 0; background-repeat: repeat-x; background: url(../images/feature_bg_1.png); background-position: center bottom; background-size: auto; animation: cloudMove 60s linear 0s infinite; content: ""; width: 100%; height: 100%;}
.adventures_box{margin-top: 3rem; position: relative; display: flex; align-items: center;}
.adventures_img{background: var(--red); width: 5rem; height: 3em; display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; border-radius: 100%;}
.adventures_img img{width: 4rem;}


/*featured_tours */
/* .featured_tours{background-color: transparent; background-image: linear-gradient(180deg,#FFF6F1 0%,#FFFFFF00 100%); position: relative;}
.featured_tours::before{background: url(../images/bg_img_1); background-position: bottom center; background-repeat: no-repeat;  content: ""; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0;} */
.featured_tours_box{margin-top: 3rem;}
.featured_txt{position: relative; border-radius: 1.3rem; border: .1rem solid #EBE6DE; background: var(--white); box-shadow: 0 1.6rem 3rem 0 rgba(0, 0, 0, 0.05); padding: 2rem; margin: -5rem 0 0 1rem;}
.featured_place_box{background: #FAF5EE; padding: .5rem 1.5rem; border-radius: .5rem; display: block; color: var(--black); margin-bottom: 1.5rem; font-weight: 600;}
.featured_txt h4 a{display: block; color: var(--black); border-bottom: .1rem dashed #ccc; padding-bottom: 1.5rem;}
.featured_img img{border-radius: .5rem;}
.dat_txt_box{background: var(--brand); display: inline-block; padding: .2rem 1rem; color: var(--white); text-transform: capitalize; position: absolute; left: 1.5rem; top: 1.5rem; font-size: 1.2rem; border-radius: .5rem;}
.dat_txt_box i{padding-right: .2rem;}
.featured_img{position: relative;}


/* our_experience */
.our_experience{position: relative; background: #FAF5EE; overflow: hidden;}
.our_experience::before{background: url(../images/bg_img_3.png); background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-repeat: repeat-x; animation: cloudMove3 60s linear 0s infinite; mix-blend-mode: luminosity; opacity: 0.25; content: "";}
.our_experience_lt, .our_experience_rt{position: relative;}
.our_experience_lt .sub_heading{background: #FAF5EE;}
.our_experience_rt{text-align: right; display: inline-block; width: 100%;}
.experience_call_box{width: 10rem; height: 10rem; background: var(--white); display: flex; align-items: center; justify-content: center; position: relative; color: var(--black) !important; border-radius: 100%; font-size: 3.5rem; float: right;}
.experience_call_box::before{position: absolute;content: ''; left: 0; top: 0; height: 100%;  width: 100%; border: .1rem solid var(--white);  opacity: 0; border-radius: 50%; -webkit-animation: pulse-border-2 2s linear infinite; animation: pulse-border-2 2s linear infinite;}
.experience_call_box::after{position: absolute; content: '';  left: 0;  top: 0;  height: 100%; width: 100%; border: .1rem solid var(--white); opacity: 0;  border-radius: 50%;  -webkit-animation: pulse-border 1.5s linear infinite;  animation: pulse-border 1.5s linear infinite;}
.counter_shape_top{position: absolute;left: 0; top: -5.8rem; width: 100%; height: 8.4rem; background: var(--white); -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>'); mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>'); mask-repeat: no-repeat; mask-position: center bottom; mask-size: cover;}
.counter_shape_boomt{position: absolute; left: 0; bottom: -3.6rem; width: 100%; height: 8.4rem; background: var(--white); -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>'); mask-repeat: no-repeat; mask-position: center bottom; mask-size: cover;}

/* faq_sec and blog_sec */
.faq_content .accordion-button:not(.collapsed){background: transparent;}
.faq_content .accordion-button {padding: 2rem 1.25rem; background: transparent;}
.faq_content .accordion-button:focus { box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);}
.faq_content .accordion-button::after {color: var(--brand); width: auto;  height: auto; font-size: 1.8rem; background-image: none; font-family: "Font Awesome 6 Pro"; content: "\2b";}
.faq_content .accordion-button:not(.collapsed)::after { content: "\f068";  background-image: none;}

.faq_content .accordion-body { padding: 2rem 1.5rem;}
.faq_content .accordion-body p a{color: var(--brand);}
.faq_heading{font-size: 1.6rem; text-transform: capitalize; color: var(--black); line-height: 2.8rem;  margin-right: 5rem;}
.faq_number{font-size: 2rem; color: var(--brand); font-weight: 700; line-height: 1; margin-right: 2rem;}
.blog_box{margin-top: 3rem; background: var(--white); padding: 1.5rem; -webkit-box-shadow: 0 10px 20px 0 rgba(76,76,76,.1); box-shadow: 0 10px 20px 0 rgba(76,76,76,.1); border: .1rem solid rgba(0,0,0,.036); border-radius: 1rem;}
.blog_txt{padding-top: 1.5rem;}
.faq_sec{margin-top: 3rem;}
.blog_sec{margin-right: 1rem;}
.blog_img{overflow: hidden; border-radius: .5rem; position: relative;}
.blog_txt h5 a{color: var(--black);}
.blog_date{position: absolute; right: 0; bottom: 0; background: var(--red); padding: .5rem 1.5rem; color: var(--white); font-weight: 700; font-size: 1.4rem; border-radius: .5rem 0 0 0;}

/* portfolio_page */
.portfolio_box{position: relative; margin-top: 2rem; overflow: hidden; border-radius: .5rem;}
/* .portfolio_box img{height: 29rem; object-fit: cover; border-radius: .8rem;}
.portfolio_img img{height: 60rem !important; object-fit: cover;} */
.our_portfolio .row:nth-child(2n){flex-direction: row-reverse;}
.portfolio_content{position: absolute; width: 100%; height: 100%; top: 0; right: 0;}
.portfolio_link{width: 4rem; height: 4rem; background: var(--white); display: flex; align-items: center; justify-content: center; position: absolute; right: 2rem; top: 2rem; transition: 0.5s; border-radius: 100%; opacity: 0; visibility: hidden; font-size: 2.5rem; color: var(--brand); z-index: 9;}
.portfolio_link::before{content: ""; position: absolute; left: -.5rem; right: -.5rem; top: -.5rem; bottom: -.5rem; border: .2rem dotted var(--white); border-radius: 100%;}
.portfolio_info{position: absolute; bottom: 2rem; left: 2rem; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 9;}
.portfolio_subtitle{font-size: 1.4rem; color: var(--white); margin-bottom: .7rem; letter-spacing: .1rem; text-transform: uppercase;}
.portfolio_subtitle span{color: var(--white);}
.portfolio_title{color: var(--white); font-size: 3rem;}
.portfolio_title a{color: var(--white);}
.portfolio_content:hover::before{opacity: 0.9; visibility: visible;}
.portfolio_content:hover .portfolio_link{opacity: 1; visibility: visible; color: var(--brand);}
.portfolio_content:hover .portfolio_info{opacity: 1; visibility: visible; bottom: 4.5rem;}
.portfolio_subtitle span img{width: 2rem !important; height: auto !important; margin-right: 1rem;}
.portfolio_box::before{content: ""; position: absolute; right: -21%; top: 50%; transform: translateY(-50%) rotate(135deg); width: 32rem; height: 100rem; background: linear-gradient(180deg, #181717 0%, rgba(18, 18, 18, 0) 100%); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-right: -6rem; z-index: 1; pointer-events: none; border-radius: .8rem;}
.portfolio_box::after{content: ""; position: absolute; right: 32%; top: 50%; transform: translateY(-50%) rotate(135deg); width: 25rem; height: 95rem; background: linear-gradient(180deg, #262626 8.61%, rgba(18, 18, 18, 0) 100%); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; margin-right: -9rem; pointer-events: none; border-radius: .8rem;}
.portfolio_box:hover::before{opacity: 0.55; margin-right: 0;}
.portfolio_box:hover::after{opacity: 0.35; margin-right: 0;}
.gallery_lt .portfolio_box img{height: 20rem; object-fit: cover;}
.gallery_mid .portfolio_box img{height: 42rem; object-fit: cover;}
.gallery_heading em{padding-bottom: 1.5rem;}
.gallery_sec .container{max-width: 100%; padding: 0 5rem;}
.gallery_sec .owl-nav , .gallery_sec .owl-dots{display: none;}



/* footer_sec */
.footer_sec{background: var(--black); padding: 4rem 0 0 0; position: relative;}
.footer_sec::before{position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/ft_bg_img_1.png)no-repeat left bottom/cover; content: ""; opacity: .8; animation: cloudMove 60s linear 0s infinite;}
.footer_bootom p, .ft_txt p, .destinations_list li a, .address_list li, .address_list li a{color: #FFFFFF99;}
.destinations_list li a:hover, .address_list li a:hover{color: var(--brand);}
.ft_logo img{width: 10rem;}
.ft_txt{padding-bottom: 3rem;}
.ft_top, .footer_bootom{position: relative;}
.ft_top .cumml:nth-child(2) .ft_txt{padding-left: 6rem;}
.ft_top .cumml:nth-child(3) .ft_txt{padding-left: 6rem;}
.ft_heading{text-transform: capitalize; font-size: 2rem; line-height: 2.5rem; color: var(--white); font-weight: 600; position: relative; display: block; padding-bottom: 1rem; margin-bottom: 2rem; text-transform: uppercase; letter-spacing: .1rem;}
.ft_heading::before{position: absolute; left: 0; bottom: 0; width: 5rem; height: .3rem; background: var(--brand); content: "";}
.destinations_list li a{text-transform: capitalize; position: relative; display: block; margin-top: 1rem; position: relative; padding-left: 1.8rem;}
.destinations_list li a::before{position: absolute; left: 0; top: .9rem; border-radius: 100%; background: var(--brand); width: .6rem; height: .6rem; content: ""; }
.address_list li{margin-top: 1.5rem;}
.ft_social_list li{display: inline-block;}
.ft_social_list li a{width: 3.5rem; height: 3.5rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 1.5rem 1rem 0 0; background-color: #FFFFFF1F; color: var(--white);}
.ft_social_list li a:hover{background: var(--brand); color: var(--white);}
.ft_ph_box{background-color: #ffffff0f; padding: 2rem; border-radius: .6rem; margin-top: 2.5rem;}
.ft_ph_box span{color: var(--brand); text-transform: capitalize; font-size: 1.8rem; display: block; padding-bottom: .5rem;}
.ft_ph_box a{color: var(--white); font-size: 2.5rem; font-weight: 600;}
.footer_bootom{align-items: center; justify-content: space-between; border-top: .1rem solid #FFFFFF1A; padding: 1.5rem 0;}
.footer_bootom p a{color: var(--brand); font-weight: 600;}

/* footer-updated-19-aug-2026 */
.ftr-cta-area .cta-title{font-weight:600;font-size:20px;color:#fff;letter-spacing:.04rem}.ftr-cta-area .cta-input{background-color:#2b2b2b;border:1px solid #707070;color:#fff;padding:1rem .7rem;border-radius:4px;font-size:1.5rem}.ftr-cta-area .cta-input::placeholder{color:#8e8e8e}.ftr-cta-area .cta-input:focus{background-color:#2b2b2b;border-color:var(--brand);color:#fff;box-shadow:none}.ftr-cta-area .cta-btn{background-color:var(--brand);color:#fff;border-radius:1rem;border:none;white-space:nowrap;padding:.6rem 2rem !important}.ftr-cta-area .cta-btn:hover{background:var(--red);color:var(--white)}

/* footer-updated-19-aug-2026 */

/* form */
.input_fld input[type="text"], .input_fld input[type="email"], .input_fld input[type="tel"], .input_fld input[type="password"], .input_fld textarea, .input_fld input[type="date"], .input_fld .form-select{width: 100%; border: .1rem solid #ced4da; height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; -webkit-appearance: none; color: var(--black); font-size: 1.5rem; border-radius: 1rem; background: transparent;}
.input_fld input[type="text"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="password"]::placeholder,  .input_fld textarea::placeholder, .input_fld input[type="date"]::placeholder{color: #999; opacity: 1;}
.input_fld .form-control:focus{ border-color: var(--brand); outline: 0; box-shadow: none; }
.input_fld .form-select{background:  var(--white)  url(../images/select_arrow.png)no-repeat right 1.5rem center; background-size: 1rem; padding: 0 1rem; height: 4.9rem; cursor: pointer;}
/* .input_fld button{border: none;} */
/* .search_box .input_fld button a{color: #555 !important;} */
.input_fld .form-select:focus{border-color: var(--brand); box-shadow: none;} 
.input_fld{margin-bottom: 1.5rem;}
.input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}
.ban_frm_box .input_fld{width: 100%;}
.quantity_box{width: 100%; display: inline-block; border: .1rem solid #b6b5b5; overflow: hidden; border-radius: 1rem;}
.quantity_box .quantity{ position: relative; margin: auto;}
.quantity_box .quantity-nav {line-height: 4rem;}
.quantity_box .quantity-button {background: var(--white); color: #464646;  width: 3.3rem; height: 4rem; position: absolute; top: 0; text-align: center; cursor: pointer; font-size: 0;}
.quantity_box .quantity-up {left: 0; border-right: .1rem solid #b6b5b5;}
.quantity_box .quantity-up::before, .quantity_box .quantity-down::before{content: "\2b"; font-family: "Font Awesome 6 Pro"; font-size: 1.5rem;}
.quantity_box .quantity-down {right: 0; border-left: .1rem solid #b6b5b5;}
.quantity_box .quantity-down::before{content: "\f068";}
.quantity input[type="number"]{outline: none;  color: #464646; height: 4rem; width: 100%; border-radius: 0;  text-align: center; border: none; padding-left: 2rem;}



/* contact_page */
.inner_banner .banner_box {padding: 18rem 0 8rem;}
.inner_banner_txt h1{color: var(--white); font-size: 4rem; line-height: 4.5rem;}
.inner_banner_txt h1::before{display: none;}
.inner_contact_lt{padding: 3rem; border-radius: 1rem; border: .1rem solid #E9E9E9; margin-top: 3rem;}
.inner_con_boxes{margin-top: 3rem;}
.inner_con_box{margin-top: 1.5rem; box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
  background: var(--white); padding: 2rem; position: relative; border-radius:.5rem;}
.inner_con_box span{display: block; font-size: 1.4rem; line-height: 1.4rem; color: #808492; padding-bottom: .2rem;}
.inner_con_icon{width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; background: var(--red); color: var(--white); border-radius: 100%; margin-bottom:1rem;}
.inner_con_txt{font-weight: 600;}
.inner_con_txt, .inner_con_txt a{color: var(--black);}
.inner_con_rt_img{display: block; margin: 3rem 0 0 0;}
.inner_contact_rt{position: relative;}
.inner_con_logo{position: absolute; left: 50%;top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 20rem; height: 20rem; background: var(--black); border-radius: 50%; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 1rem solid var(--brand);}
.inner_con_logo img{width: 15rem;}
.inner_con_rt_img img{height: 21.5rem; object-fit: cover; border-radius: .5rem;}
.inner_con_map iframe{width: 100%; height: 30rem;}
.inner_contact_rt{margin-left: 3rem;}


/* place_listing_page */
.tour_listing_heading{font-weight: 800; margin-top: 1rem;}
.place_listing_txt li{margin-top: 1rem; position: relative; padding-left: 2rem;}
.place_listing_txt li::before{font-family: "Font Awesome 6 Pro"; content: "\e020"; color: var(--brand); position: absolute; left: 0; top: .1rem; font-size: 1.2rem;}
.table_area{margin: 5rem 0 0;}
.table_area .table > :not(caption) > * > * {padding: 2rem 1.5rem; min-width: 9rem;}
.tabel_pump li{display: inline-flex; margin-right: 1rem; font-size: 1.8rem;}
.tabel_pump li a{color: var(--black);}
.tabel_pump li a:hover{color: var(--brand);}
.tabel_pump li:last-child{margin-right: 0;}
.tabel_pump li img{width: 8rem; border-radius: .5rem;}
.table_area tr{vertical-align: middle;}
.table_sec thead{font-size: 1.8rem; text-transform: capitalize;}
.moretext {display: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.place_lising_box { background: var(--white); box-shadow: 0 0 12px #00000026; padding: 2rem; border-radius: .5rem; margin-top: 3rem;}
.place_lising_lt { border-radius: .5rem; overflow: hidden;}
.place_lising_lt img {height: 100%; object-fit: cover; width: calc(100% + 30px); -ms-transform: translateX(0); -o-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); -ms-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;}
.place_lising_box:hover .place_lising_lt img{-ms-transform: translateX(-30px); -o-transform: translateX(-30px); -moz-transform: translateX(-30px); -webkit-transform: translateX(-30px); transform: translateX(-30px);}


.place_top_flex {align-items: center; justify-content: space-between;}
.place_lising_rt h4 a {color: var(--black);}
.rating li { display: inline-block !important; margin: 0 .2rem 0 0 !important; padding: 0 !important; border: none !important; width: auto !important; float: none !important;}
.bold_icon::before, .liner_icon::before {font: normal 1.4rem / 1 FontAwesome; content: "\f006"; color: #FFC107;}
.bold_icon::before {content: "\f005";}
.benifit_list li {display: inline-block; margin: 1rem 1.5rem 0 0;}
.benifit_list li .d-flex {align-items: center;}
.benifit_img { background: var(--border_color); width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-right: 1rem;}
.benifit_img img { width: 3rem;}
.benifit_txt {font-weight: 500; text-transform: capitalize; color: var(--black);}
.benifit_list li:last-child {margin-right: 0;}
.pla_list_btn_list li{display: inline-block; margin-right: 1.5rem;}
.pla_list_btn_list li:last-child{margin-right: 0;}
.all_more_btn em{background: var(--red); width: 4rem; height: 4rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-right: 1rem; color: var(--white);}
.all_more_btn{display: inline-flex; align-items: center; color: var(--black) !important; font-weight: 600;}
.all_more_btn em i{-webkit-transition: all .3s ease; -khtml-transition: all .3s ease;  -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; -webkit-animation: tada 1500ms ease-out infinite; -khtml-animation: tada 1500ms ease-out infinite; -moz-animation: tada 1500ms ease-out infinite; -ms-animation: tada 1500ms ease-out infinite; -o-animation: tada 1500ms ease-out infinite; animation: tada 1500ms ease-out infinite;}
.pla_list_btn_list .as_btn{margin-top: 1.5rem;}
.place_lising_rt{padding-left: 2rem;}
.place_listing_page .place_lising_box:nth-child(odd) .row{flex-direction: row-reverse;}
.place_listing_page .place_lising_box:nth-child(odd) .row .place_lising_rt{padding: 0 2rem 0 0;}


/* place_dtls_page */
.place_dtls_heading{padding-bottom: 1.8rem;}
.dtls_list li {display: inline-block; margin: 1rem 1rem 2rem 0;}
.dtls_list li i {color: var(--brand); padding-right: .5rem;}
.place_dtls_img{border: .1rem solid #dedede; background: #f5f5f5; padding: 1rem; display: block; border-radius: .5rem;}
.place_dtls_img img{border-radius: .5rem;}
.tour_list {position: relative;}
.tour_list li {position: relative; padding-left: 2rem; margin-top: 2rem;}
.tour_list li::before {position: absolute; left: -.55rem; top: 0; font-family: "Font Awesome 6 Pro"; content: "\f3c5"; color: var(--brand);}
.tour_list li::after {position: absolute; left: 0; top: 1.6rem; background: #c4c4c4;  width: .1rem;  height: 90%; content: "";}
.tour_list li .benifit_list li::before, .tour_list li .benifit_list li::after{display: none;}
.tour_list li .benifit_list li{padding-left: 0; margin-top: .5rem;}
.tour_list li .benifit_list{background: #F9F9F7; margin-top: 1.5rem; padding: .5rem 1rem 1rem 1rem; border-radius: .5rem;}
.fixe_rt { position: -webkit-sticky; position: sticky;  top: 6.4rem;  bottom: 0; z-index: 2; -webkit-align-self: flex-start;  -ms-flex-item-align: start;  align-self: flex-start; width: 100%;}
.price_box , .place_book_box{ background: var(--white); box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1); border-radius: .5rem; padding: 1.5rem; margin: 0 0 3rem 0;}
.rating_headin_flex{align-items: center; justify-content: space-between; margin-bottom: 1rem;}
.other_ft_heading{color: var(--black); margin-bottom: 0; font-size: 1.8rem; line-height: 2.2rem; text-transform: capitalize;}
.price_box .as_btn{margin-top: 1.5rem;}
.emi_box {background: #f0f1f7; padding: 1rem; margin-top: 2rem; border-radius: .5rem;}
.details_ph { display: block; color: var(--black) !important;  font-size: 1.4rem; text-transform: capitalize;}
.place_dtls_rt{margin-left: 3rem;}
.details_ph i{padding-right: 1rem;}
.emi_box a{font-weight: 600;}
.sp_box { margin-top: 3rem; padding: 2rem; border-radius: .5rem; background: #f0f1f7;}
.mpstpale_box { position: relative; margin-top: 2rem;}
.sdrn_num {font-weight: 700; font-size: 1.7rem; position: absolute; top: 0;  right: 0; z-index: 9; display: block; width: 4.5rem; height: 4.5rem; line-height: 4.2rem; text-align: center; -webkit-border-radius: 0 0 0 75%; -ms-border-radius: 0 0 0 75%; border-radius: 0 0 0 75%;  background: var(--white);  text-indent: .7rem; color: var(--brand);}
.mpstpale_txt { padding: 2rem; position: absolute; left: 0; bottom: 0; background: rgb(0 0 0 / 40%); width: 100%;}
.mpstpale_txt h5 a{color: var(--white);}
.mpstpale_txt h5{font-size: 1.8rem; line-height: 2.2rem; font-weight: 800;}
.place_dtls_silder .owl-nav {display: flex !important; position: absolute; left: 2rem; bottom: 2rem; font-size: 0;}
.place_dtls_silder .owl-prev, .place_dtls_silder .owl-next { background: var(--brand); width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; border-radius: .2rem;}
.place_dtls_silder .owl-prev::before, .place_dtls_silder .owl-next::before { font-family: "Font Awesome 6 Pro"; content: "\f104"; font-size: 1.6rem; color: var(--black);}
.place_dtls_silder .owl-next::before {content: "\f105";}


/* about_page */
.inner_ab_rt{margin-left: 3rem;}
.inner_ab_lt{position: relative;}
/* .inner_ab_lt{position: relative;}
.inner_ab_lt_img{position: absolute; left: -4rem; bottom: -3rem; z-index: 11; width: 27rem;  max-width: 40%;}
.inner_ab_lt_img img{border-radius: 3rem; border: .8rem solid var(--white); -webkit-box-shadow: 10px 0 30px 0 rgba(0,0,0,.18); box-shadow: 10px 0 30px 0 rgba(0,0,0,.18);} */
.experience_box{position: absolute; top: 50%; left: 50%; z-index: 11; background: var(--white); padding: 1.2rem; -webkit-box-shadow: 15px 30px 86px 0 rgba(0,0,0,.1); box-shadow: 15px 30px 86px 0 rgba(0,0,0,.1);  border-radius: 1rem;  max-width: 28rem; -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
.experience_box_content_inner{border: .1rem dashed var(--brand); border-radius: 1rem; padding: 1rem; text-align: center;}
.count_munber strong{color: var(--red); font-size: 3rem; line-height: 3rem; font-weight: 800;}
.count_munber sub {bottom: 1.5rem; color: var(--red); font-size: 2rem;}
.about_two_desc{font-weight: 500;}
.inner_ab_img_3{margin-top: 2rem;}
.inner_ab_img{border-radius: .5rem; overflow: hidden;}
.inner_ab_icon{width: 5rem; height: 5rem; background: var(--white); border-radius: 50%; -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1); box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1); display: -webkit-box;  display: -ms-flexbox;  display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;  position: relative; margin-right: 2rem;}
.inner_ab_icon img{width: 3rem;}
.inner_ab_iteam{align-items: center; margin-top: 2.5rem;}
.inner_ab_list{position: relative; z-index: 1;}
.inner_ab_list::after{position: absolute; top: 0; width: .2rem; height: 100%; background: url(../images/line.png)repeat-y top center transparent; content: ""; left: 2.3rem; z-index: -1;}
.inner_ab_txt{font-weight: 600; text-transform: capitalize;}
.vd_content{position: relative;}
.vid_btn{border-radius: 15% 15% 15% 15%; border-width: 0px; border-style: solid; rotate: 45deg; display: -webkit-flex; justify-content: center; align-items: center; position: relative;  z-index: 1; }
.inner_play_btn{width: 10rem; height: 10rem; border-width: 0px; border-style: solid; border-radius: 15% 15% 15% 15%; background: var(--red); color: var(--white) !important; display: -webkit-flex;  justify-content: center;  align-items: center;  position: relative;  z-index: 1; animation: pulse_two 2s infinite;}
.inner_play_btn i{rotate: 134deg; font-size: 5rem;}
.vd_txt{margin-top: 5rem;}
.vd_txt h2::after{display: none;}
.discover_lt{margin-top: 2rem;}
.discover_rt .owl-nav{display: flex; align-items: center; justify-content: space-between; text-transform: capitalize; font-weight: 600; position: relative; margin-top: 1rem;}
.discover_rt .owl-nav::before{position: absolute; left: 5.4rem; top: 1.4rem; width: 80%; height: .1rem; background: #ccc; content: "";}


/* blog_dtls_page */
.blog_dtls_img{display: block; border-radius: .5rem; overflow: hidden;}
.ort_srv_box {margin-bottom: 3rem; padding: 2rem; -webkit-box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1); border-radius: .6rem; background: var(--white);}
.ort_srv_box ul li a { display: block; border: .1rem solid #e1e5e9; padding: 1.4rem 4rem 1.3rem 4.2rem; position: relative;  color: var(--black); font-weight: 600; margin-top: 1.5rem; border-radius: .5rem;}
.ort_srv_box ul li a::before { position: absolute; content: "\f063"; font-family: 'Font Awesome 5 Pro'; font-weight: 700; font-size: 1.2rem;color: #838d9e;left: 2rem; top: 1.6rem; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease;}
.ort_srv_box ul li a::after { position: absolute; content: "\f061"; font-family: 'Font Awesome 5 Pro'; font-weight: 700;  font-size: 1.3rem;  right: 1.5rem; top: 1.6rem;  color: var(--white);}
.ort_srv_box ul li a:hover { padding-left: 2rem; color: var(--white); background: var(--brand);}
.ort_srv_box ul li a:hover::after {opacity: 1;}
.ort_srv_box ul li a:hover::before {opacity: 0;}
.blog_dtls_gallery{border: .1rem solid #E9E9E9; padding: 1.55rem; border-radius: .55rem;}
.blog_dtls_gallery .gallery_lt .portfolio_box img {height: 9rem;}
.blog_dtls_gallery .gallery_mid .portfolio_box img {height: 19rem;}
.blog_dtls_gallery .portfolio_link { width: 3rem; height: 3rem; right: 1rem; top: 1rem; visibility: hidden; font-size: 1.5rem;}
.blog_dtls_gallery .portfolio_box {margin-top: 1rem;}
/* .blog_dtls_gallery .owl-nav{display: none;} */
.blog_dtls_gallery .owl-nav{display: flex; align-items: center; position: absolute; right: 0; top: -3rem; font-size: 0;}
.blog_dtls_gallery .owl-prev, .blog_dtls_gallery .owl-next{border: .2rem solid #3e4354; width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center;}
.blog_dtls_gallery .owl-prev::before, .blog_dtls_gallery .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--black); font-size: 1.8rem;}
.blog_dtls_gallery .owl-next::before{content: "\f105";}
.blog_dtls_gallery .owl-prev{margin-right: 1rem;}

.admin_list li{display: inline-block; padding: 1rem 1.5rem 0 1.5rem; text-transform: capitalize; position: relative;}
.admin_list li::before{content: "/"; color: #ccc; position: absolute; left: -.4rem; top: 1rem;}
.admin_list li:first-child::before{display: none;}
.admin_list li:first-child{padding-left: 0;}
.admin_list li:last-child{margin-right: 0;}
.admin_list li i{color: var(--red); padding-right: .5rem;}
.share_box{display: flex; align-items: center; justify-content: space-between; border: .1rem dashed #ccc; padding: 1rem 1.5rem; border-radius: .5rem; margin-top: 1.5rem;}
.share_list li{display: inline-block;}
.share_list li a{background: var(--red); width: 3rem; height: 3rem; border-radius: 100%; margin-right: 1.5rem; color: var(--white); display: flex; align-items: center; justify-content: center;}
.share_list li:last-child a{margin-right: 0;}
.share_txt{text-transform: capitalize; font-weight: 600;}
.txt_list li{position: relative; margin-top: 1rem; padding-left: 1.8rem;}
.txt_list li::before{position: absolute; left: 0; top: .8rem; background: var(--brand); width: .8rem; height: .8rem; border-radius: 100%; content: "";}
.other_txt_list{display: inline-block; width: 100%;}
.other_txt_list li{width: 50%; float: left;}
.blog_lt{margin-right: 2rem;}


/* feed_back_page */
.review_txt{display: flex; align-items: center; justify-content: space-between;}
.review_txt_lt{display: flex; margin-right: 1.5rem;}
.review_txt_rt{display: flex;}
.review_txt_rt .rating{margin: 0 1rem;}
.review_txt_lt .count_munber sub{font-weight: 600; margin-right: 1rem;}
.person_img img{width: 6rem; height: 6rem; border-radius: 100%; object-fit: cover; margin-right: 1.5rem;}
.feed_back_box{box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075); background: var(--white); padding: 2rem; border-radius: 1rem; margin-top: 3rem; position: relative;}
.person_info{align-items: center;}
.qution_img{position: absolute; right: 2rem; top: 2rem;}
.qution_img img{width: 5rem;}

/* 404_page */
.error_page_info strong{font-size: 24rem; font-weight: 600; line-height: 25rem; color: var(--brand); position: relative; z-index: 1; margin-bottom: 1.5rem; text-shadow: .7rem .5rem 0 rgba(185, 132, 40, 0.3); letter-spacing: .1rem; width: 100%; display: inline-block;}
.error_page_info{display: flex; align-items: center; justify-content: center; flex-direction: column;  width: 100%;  height: 100%;}


.inner_gallery_page{padding: 3rem 0 5rem 0;}


/*------------------------------------------------------------------------9-9-24--------------------------------------------------------------*/
.readmore__toggle.as_btn{padding:0 2rem; height: 4rem; line-height: 4rem;}
.breand_img{display:inline-block; margin-top:1.5rem; text-align: center;}
.breand_img img{max-width: 90%; margin: auto; transition: all 0.3s ease-in-out;}
.breand_img img:hover {transform: translateY(-5px);}
.partners_sec .owl-nav, .partners_sec .owl-dots{display:none;}
.main_testimonials_rt{margin-left: 2rem;}
.main_testimonials_rt iframe{width: 100%; height: 41rem;}
.internation_place_lising_box{margin-top:3rem;}
.vimi_box{border: .1rem solid rgba(0, 0, 0, 0.05); padding: 2rem; margin: 3rem 0 0 0; -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1); border-radius: .8rem; position: relative; background: #fff; -webkit-transition: all 0.35s; transition: all 0.35s;}
.vimi_img img{width: 4rem; margin-right:1.5rem;}
.vimi_top_box{align-items: center; border-bottom: .1rem dashed #ccc; padding-bottom:1rem;}
.all_sec_btn{position: absolute; right: 0; top: -1.1rem;}
.all_sec_btn .as_btn{margin-top:0;}



/*----------------------------------------------------------------16-9-24----------------------------------------------------------------------------------------*/
.place_dtls_txt_txt{color: var(--brand); text-transform:uppercase; font-weight:600; display:block; padding-top:1rem;}
.tour_list_heading{font-size:2.2rem; line-height:2.8rem; text-transform:uppercase;}


/*-----------------------------------------------------17-9-24-----------------------------------------------*/

.faq_content .accordion-body p a{color: var(--brand);}
.itinerary_list{display:inline-block; width:100%;}
.itinerary_list li{width:50%; float:left;}
.tour_box{background: #EFF2FB; padding: 1.5rem; margin-top: 3rem; position: relative; border-radius: .5rem;}
.tour_img{position: relative; overflow: hidden; border-radius: .5rem; margin-top:1.5rem;}
.tour_img img{height: 20rem; object-fit: cover; border-radius: .5rem; transform: scale(1.1);
    -webkit-transition: all 350ms linear 0ms;
    -khtml-transition: all 350ms linear 0ms;
    -moz-transition: all 350ms linear 0ms;
    -ms-transition: all 350ms linear 0ms;
    -o-transition: all 350ms linear 0ms;
    transition: all 350ms linear 0ms;}
.tour_box:hover .tour_img img{transform: scale(1);}
.tour_txt{padding-top: 1.5rem;}
.tour_txt .as_btn {height: 4rem; line-height: 4rem; margin-top: 1.5rem;}


/*-------------------------------------------------------------------------------18-9-24-----------------------------------------------------------------------------------*/
.blog_dtls_gallery .portfolio_box img{height:20rem; object-fit:cover;}


/*----------------------------------------------------------------------20-9-24-------------------------------------------------------------------------------------*/
.scroll_box {max-height: 8.2rem; padding: 0 1rem 0 0; overflow-y: auto; direction: ltr; scrollbar-color: var(--brand) #e4e4e4; scrollbar-width: thin; margin-top: 1rem;}
.scroll_box::-webkit-scrollbar, .scroll_box::-webkit-scrollbar-thumb { width: 1rem; border-radius: 1.3rem; background-clip: padding-box; background: #ddd;}
.scroll_box::-webkit-scrollbar-thumb {background: var(--brand); box-shadow: none;}
.main_person_txt{display:block;}
.destinations_list{width:100%; display:inline-block;}
.destinations_list li{width:50%; float:left;}
.ab_img_grid .portfolio_box img{height: 30rem; object-fit: cover;}
.ab_btm_content_lt, .ab_btm_content_rt{margin-top:2rem;}
.ab_btm_content_lt{margin-right:2rem; position:relative; z-index:1; height: 100%;}
.ab_btm_content_lt img{border-radius:.5rem; height: 100%; object-fit:cover}
.ab_btm_content_lt:after{position:absolute; right:-1rem; bottom:-1rem; width:100%; height:100%; border:.2rem solid var(--brand); content:""; z-index:-1; border-radius:.5rem;}
.ab_para_con{border-left:.5rem solid var(--brand); margin:1rem 0; box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1);
  border-radius: .6rem; background: var(--white); padding: 0 2rem 1rem 2rem ;}
.ab_btm_content{margin-bottom:5rem;}
.add_inner_con_txt{font-size: 1.4rem;}
.inner_blog_box .scroll_box {max-height: 4.2rem;}
.privacy_content p a, .terms_content p a{color: var(--brand); font-weight:600;}
.terms_top_heading{color: var(--black); text-transform: capitalize; font-size:2.2rem; line-height:3rem; border-bottom:.2rem dashed var(--brand); padding-bottom:1.5rem;}
.terms_heading_heading{margin-top:1.5rem; border-bottom:.2rem dashed var(--brand); padding-bottom:1.5rem;}
.privacy_content p, .terms_content p{text-align: justify;}

.error_page{padding: 10rem 0 6rem 0;}

.ban_frm_box .input_fld br{display:none;}




/* notice_page */
.notice_flex{align-items: center; justify-content: space-between; border: .1rem solid #eee; margin-bottom: 1.5rem; padding: 1rem 2rem; border-radius: .5rem; transition: 0.3s;}
.notice_list ul li:last-child .notice_flex{margin-bottom: 0;}
.notice_flex:hover{border-left: .4rem solid var(--brand);}
.down_btn{position: relative; padding: 1.8rem 2.2rem; transition: all 0.2s ease; display: inline-block;}
.down_btn::before{content: ""; position: absolute; top: 0; left: 0; display: block;  border-radius: 2.8rem;  background: rgba(181,129,39,0.1);  width: 5.6rem; height: 5.6rem; transition: all 0.3s ease;}
.down_btn .down_txt{position: relative; font-size: 1.5rem; color: var(--black); font-weight: 700; text-transform: uppercase;}
.down_btn i{position: relative; margin-left: 1rem; color: var(--black);}
.down_btn:hover::before{width: 100%; background: var(--brand);}
.down_btn:hover .down_txt, .down_btn:hover i{color: var(--white);}
.notice_flex h4{font-size: 2.2rem; line-height: 2.8rem;}
.notice_number{width: 3rem; height: 3rem; background: var(--brand); color: var(--white); border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-right: 1rem; font-size: 1.5rem;}
.notice_flex_lt{display: flex; align-items: center;}








@media (min-width: 1200px) and (max-width: 9000px) 
{
    .nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
        -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .2rem solid var(--brand); 
        background:#fff !important; width: 30rem; left: 0; right: inherit; padding: .5rem .8rem .8rem; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
        -khtml-box-shadow: 0 3px 6px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 6px rgba(0,0,0,.15);
        -ms-box-shadow: 0 3px 6px rgba(0,0,0,.15);
        -o-box-shadow: 0 3px 6px rgba(0,0,0,.15);
        box-shadow: 0 3px 6px rgba(0,0,0,.15);  border-radius: .5rem;}
    .nav_top .dropdown .dropdown-menu::after{border: .1rem dashed #ccc; position: absolute; left: 1rem; top: 1rem; right: 1rem; bottom: 1rem; content: ""; border-radius: .5rem;}
    
    .nav_top .dropdown:hover .dropdown-menu { max-height: 30rem;opacity: 1; visibility: visible; }

}

/* responsive */
@media only screen and (max-width: 1499px){
    .gallery_mid .portfolio_box img {height: 30rem;}
    .gallery_lt .portfolio_box img {height: 14rem;}
	.banner_box{padding: 23.6rem 0;}
	.banner_frm_content{margin-top: -7rem;}
}

@media only screen and (max-width: 1299px){
    .hedert_rt {right: 15.7rem;} 
    .banner_rt_panel {width: 37.6%;}
    .banner_box {padding: 20.7rem 0;}
    .menu_sec li a {padding: 1.5rem 1rem 1.5rem 0;}
    .menu_sec {padding-right: 10rem;}
    .header_menu .container {padding: 0 0 0 1.5rem;}
    .drop-arw {right: -.3rem;}
    .menu_sec li{font-size: 1.5rem;}

}

@media only screen and (max-width: 1199px){
    .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}
    .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; height: .4rem; border-radius: .3rem; background-color: var(--black); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
    .header_top_rt_button{right: 5rem; top: .5rem;}
    .header_menu .container {padding: 0 1.5rem;}
    .ph_btn {width: 5rem; height: 5rem; border-radius: 100%; padding: 0;}
    .ph_btn img{width: 2.5rem;}
    .nav_top .navbar-collapse.show{left: 0;}
    .nav_top .navbar-collapse{position: fixed; top: 0; left: -30.10rem; background: var(--white); z-index: 999999; width: 20.80rem; padding: 2.5rem 1rem; height: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; overflow-y: auto; min-height: 100vh; border-right: .5rem solid var(--brand);}
    .menu_sec {padding-right: 0;}
    .menu_sec li a {padding: 1.5rem; display: block; border-bottom: .1rem dashed #ccc;}
    .menu_sec .dropdown {margin-right: 0;}
    .drop-arw {right: 0; cursor: pointer;  padding: .5rem; top: 1.2rem;}
    .drop-arw::after{font-size: 1.8rem;}
    .nav_top .dropdown .dropdown-menu{padding: 0; margin-top: 1.5rem;}
    .banner_frm{padding: 3rem 1.5rem 0 1.5rem; width: 100%;}
	.banner_frm_content {margin-top: 0;}
    .banner_frm_content {float: none; width: 100%; max-width: 100%; background: var(--white); box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08); border-top: .2rem solid var(--brand); padding: 1.5rem 1.5rem 1rem 1.5rem;}
    .frm_label_txt {color: var(--black);}
    .banner_box {padding: 17.5rem 0 10rem 0;}
    .bannersec .carousel-indicators {width: 100%; left: 0;}
    .gallery_sec .container {padding: 0 3rem;}
    .adventures_box{flex-direction: column;}
    .adventures_img {margin: 0 0 1.5rem 0;}
    .adventures_box {margin-top: 1rem;}
    .ft_ph_box a {font-size: 2.2rem;}

    /* contact_page */
    .inner_con_txt {font-size: 1.8rem;}
    
    /*-------------------------------------------------------------------------------------9-9-24--------------------------------------------------------------*/
    .main_testimonials_rt{margin: 2rem 0 0 0;}
}

@media only screen and (max-width: 991px){
    
    .banner_txt strong {font-size: 3.5rem; line-height: 4rem;}
    .ban_frm_box {width: 50%;}
    .category_sec .row .cumml:nth-child(even) .category_box .row{flex-direction: row-reverse;}
    .adventures_sec::before {height: 70%;}
    .adventures_sec.inner_ptb{padding-top: 0;}
    .adventures_box {margin-top: 3rem;}
    h1, h2 {font-size: 2.5rem; line-height: 3rem;}
    .gallery_mid .portfolio_box img {height: 30rem;}
    .gallery_lt .portfolio_box img {height: 14rem;}
    .ft_top .cumml:nth-child(2) .ft_txt {padding-left: 0;}
    .ptb{padding: 5rem 0;}
    .inner_ptb{padding: 2rem 0 5rem 0;}
    .other_ptb{padding: 5rem 0 2rem 0;}
	.header_top_rt{display: none;}
	.heder_top_flex{justify-content: center; padding-right: 0;}
    .header_top_lt ul li:last-child a{padding-right: 0;}

    /* contact_page */
    .inner_contact_rt{margin-left: 0;}
	.inner_banner .banner_box {padding: 18rem 0 5rem;}

    /* place_listing_page */
    .place_lising_rt, .place_listing_page .place_lising_box:nth-child(2n+1) .row .place_lising_rt {padding: 1.5rem 0 0 0;}

    /* place_dtls_page */
    .place_dtls_rt{margin: 3rem 0 0 0;}

    /* about_page */
    .inner_ab_rt{margin: 3rem 0 0 0;}

    /* blog_dtls_page */
    .blog_lt{margin: 0 0 2rem 0;}
    
    /*---------------------------------------------------------------9-9-24-----------------------------------------------------*/
    .all_sec_btn {position: inherit; right: inherit; top: inherit; width: 100%; text-align:center;}
    .all_sec_btn .as_btn{margin-top:3rem; width: 100%;}
	
	/*----------------------------------------------------------------------------------18-9-24------------------------------------------------------------*/
	.pour_dtls_gallery .portfolio_link {opacity: 1; visibility: visible; color: var(--brand); width: 3rem; height: 3rem; font-size:1.5rem;}
	
	/*------------------------------------------------------------------------------20-9-24--------------------------------------------------------------*/
	.ab_btm_content_lt { margin-right: 0; height: auto;}
	.ab_btm_content {margin-bottom: 0;}
	.ab_img_grid .portfolio_box img {height: 20rem;}
    
}

@media only screen and (max-width: 767px){
	.as_btn{
		padding : 1rem 1rem!important;
	}
    
    .container,  .gallery_sec .container{max-width: 100%; padding: 0 1.5rem;}    
    .experience_call_box {width: 8rem; height: 8rem;}
    .gallery_mid .portfolio_box img {height: 20rem;}
    .ab_txt h2 {font-size: 3rem; line-height: 4.5rem;}
    .category_txt {margin: 1.5rem 0 0 0;}
    .adventures_txt{text-align: center;}
    .category_img img {height: auto;}
    .ptb{padding: 6rem 0;}
    .inner_ptb{padding: 1rem 0 4rem 0;}
    .other_ptb{padding: 4rem 0 1rem 0;}

    /* contact_page */
    .inner_banner .banner_box {padding: 18rem 0 5rem;}
    .inner_banner .banner_box h1{font-size: 3.5rem;}
    .inner_con_map iframe {height: 20rem;}
	
	/*--------------------------------------------------------------------------------------------18-9-24----------------------------------------------------------------------*/
    .blog_dtls_gallery .portfolio_box img {height: auto;}
	.blog_dtls_gallery .owl-prev, .blog_dtls_gallery .owl-next {width: 2.5rem; height: 2.5rem;}
	.blog_dtls_gallery .owl-prev:before, .blog_dtls_gallery .owl-next:before{font-size:1.2rem;}
	.blog_dtls_gallery .owl-nav {top: -2.4rem;}
	
	/*---------------------------------------------------------------------20-9-24---------------------------------------------------------------------------------------------*/
	.ft_top .cumml:nth-child(3) .ft_txt {padding-left: 0rem;}
	.destinations_list li {width: 100%; float: none;}
    
}


@media only screen and (max-width: 575px){
	.as_btn{
		padding : 1rem 1rem!important;
	}

    .nav_top .navbar-brand img {width: 18rem;}
    .adventures_txt h5{font-size: 1.5rem; line-height: 2rem;}
    .adventures_txt p{font-size: 1.2rem; padding-top: 0 !important;}
    .adventures_box {margin-top: 2rem;}
    .banner_txt strong {font-size: 3rem; line-height: 3.5rem;}
    .banner_box {padding:  0rem !important; height: 37rem;}
    .ban_frm_box {width: 100%;}
    .ban_frm_box .as_btn {margin-top: 1rem;}
    .category_box, .destinations_box, .featured_tours_box, .blog_box, .feed_back_box{margin-top: 2rem;}
    h1, h2 {font-size: 2.2rem; line-height: 2.8rem;}
    .category_sub_txt {margin-bottom: 1.5rem;}
    .ab_txt  .as_btn{font-size: 1.2rem;}
    .ab_txt h2 {font-size: 2.5rem; line-height: 3.5rem;}
    .featured_txt {margin: -2rem 0 0 1rem;}
    .featured_txt h4 {font-size: 2rem; line-height: 2.5rem;}
    .experience_call_box {width: 6rem; height: 6rem; font-size: 2.5rem; margin-top: 1rem;}
    .faq_heading {font-size: 1.4rem; text-transform: capitalize; color: var(--black); line-height: 2rem; margin-right: 2rem;}
    .faq_number {margin-right: 1rem;}
    .portfolio_link { width: 3rem; height: 3rem; font-size: 1.5rem;}
    .ft_top .cumml:nth-child(3) .ft_txt {padding-left: 0;}
    .footer_bootom{flex-direction: column;}
    .ft_btn_txt{padding-bottom: .5rem;}
    .ph_btn {width: 4rem; height: 4rem;}
    .ph_btn img{width: 1.8rem;}
    .header_top_rt_button {right: 4rem; top: .1rem;}
    .header_top_lt ul li{font-size: 1.4rem;}
    .inner_ptb{padding: 2rem 0 4rem 0;}

    /* contact_page */
    .inner_banner .banner_box {padding: 15rem 0 3rem;}
    .inner_banner .banner_box h1{font-size: 2.5rem; line-height: 3rem;}
    .inner_con_map iframe {height: 15rem;}
    .contact_heading{font-size: 1.8rem; line-height: 2rem;}
    .inner_con_txt {font-size: 1.6rem;}
    .inner_contact_lt{padding: 2rem;}
    .inner_contact_lt h4{font-size: 2rem; line-height: 2.5rem;}
    .inner_con_rt_img img {height: 14.5rem;}
    .inner_con_logo img {width: 13rem;}
    .inner_con_logo {width: 18rem; height: 18rem;}

    /* place_listing_page */
    .place_top_flex{flex-direction: column; align-items: flex-start;}
    .place_top_flex h4{font-size: 2rem; line-height: 2.5rem;}
    .place_lising_box{padding: 1.5rem;}
    .pla_list_btn_list li {display: block; margin: 1rem 0 0 0;}
    .pla_list_btn_list li:first-child{margin-top: 0;}
    .pla_list_btn_list li a{width: 100%;}
    .all_more_btn {justify-content: center;}

    /* about_page */
    .inner_ab_iteam {margin-top: 1.5rem;}
    .inner_play_btn {width: 7rem; height: 7rem;}
    .inner_play_btn i {font-size: 4rem;}

    /* blog_dtls_page */
    .other_txt_list li {width: 100%;}
    .blog_dtls_gallery .gallery_mid .portfolio_box img {height: 10rem;}

    /* feed_back_page */
    .review_txt {align-items: start; flex-direction: column;}
    .review_txt_rt{margin-top: .5rem;}
    .qution_img img {width: 3.5rem;}

    /* erroe_page */
    .error_page_info strong {font-size: 13rem; line-height: 13rem;}
    
    /*--------------------------------------------------------------------------------------9-9-24------------------------------------------------------------------*/
    .main_testimonials_rt iframe {height: 27rem;}
    .vimi_box {margin: 2rem 0 0 0;}
	
	/*----------------------------------------------------------------------------------18-9-24------------------------------------------------------------*/
	.pour_dtls_gallery .portfolio_link {right: 1rem; top: 1rem; width: 2rem; height: 2rem; font-size: 1rem;}
	
	/*---------------------------------------------------------------------------------20-9-24-------------------------------------------------------*/
	.blog_txt h5{font-size: 1.6rem; line-height: 2.2rem;}
	  .ab_img_grid .portfolio_box img {height: auto;}
	.discover_rt .owl-nav::before {left: 4.4rem; width: 69%;}
	.terms_top_heading {font-size: 1.8rem; line-height: 2.5rem;}
	.terms_heading_heading{font-size: 2rem; line-height: 2.5rem;}
	.error_page{padding: 10rem 0 4rem 0;}
	
	/*-------------------------------------------------------------------------------23-9-24-----------------------------------------------------------------------------*/
	.header_top_lt{text-align: center;}
	.header_top_email{display:block; padding-right:0;}
	.header_top_lt ul li:first-child{display:block;}

    
}

@media only screen and (max-width: 480px){
  
}



/* paws-adventure-upadated-home-page-25-aug-2026 */

.bg-class,.cature-paralax-sec{background-repeat:no-repeat!important;background-size:cover!important}.bg-class{background-position:center center!important}.main-bnr-sec{height:100vh;position:relative;isolation:isolate;padding-bottom:11rem;margin-top:8rem}.main-bnr-sec:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgb(21 16 12 / 68%),rgb(21 16 12 / 64%));z-index:-1}.abt-counter-area .counter-number:after,.abt-counter-area .counter-number:before,.main-bnr-sec .banner-title::after,.main-bnr-sec .banner-title::before,.main-heading-2::after,.main-heading-2:before{display:none}.main-bnr-sec .banner-title{font-size:6rem;font-weight:300;line-height:1.4;color:var(--white);margin-bottom:1.5rem}.main-bnr-sec .banner-title span{font-weight:700;text-transform:uppercase}.main-bnr-sec .banner-desc{font-size:1.8rem;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:77%}.main-bnr-sec .banner-btn{background-color:var(--brand);color:var(--white);border:none;padding:10px 24px;font-size:1.5rem;display:inline-flex;align-items:center;text-decoration:none;transition:.3s}.main-bnr-sec .banner-btn:hover{background:var(--red)}.main-bnr-sec .banner-btn:hover i{transform:translateX(3px);transition:.2s ease-in}.sub-title-2{font-size:17px;letter-spacing:1.3px;text-transform:uppercase;color:var(--brand);font-weight:600;padding-bottom:.7rem;display:inline-block}.main-heading-2{font-size:44px;font-weight:400;color:var(--body_txt_color);line-height:1.4}.explre-wld-sec .tour-card .img-box{width:100%;overflow:hidden;border-radius:8px}.explre-wld-sec .tour-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .3s; max-height:271px}.explre-wld-sec .tour-card:hover .img-box img{transform:scale(1.04)}.explre-wld-sec .tour-title{font-size:25px;font-weight:700;color:var(--black);margin-bottom:.4rem}.explre-wld-sec .tour-subtitle{font-size:18px;font-weight:600;color:var(--black);margin-bottom:.3rem}.explre-wld-sec .tour-date{display:block;font-size:18px;color:var(--brand);font-weight:600;padding-top:1rem}.explore-btn{padding:6px 16px!important;border-radius:5px!important;border:none;transition:background-color .3s}.explore-btn:hover{background-color:var(--red);color:var(--white)}.explre-wld-sec .tour-card{display:flex;flex-direction:column;height:100%}.explre-wld-sec .tour-card .card-content{display:flex;flex-direction:column;flex-grow:1}.explre-wld-sec .tour-card .card-content>div:last-child{margin-top:auto!important}.explre-wld-sec .video-wrapper{position:relative;width:100%;aspect-ratio:9/16;background-color:var(--black);border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);max-height:74rem}.bpske-tur-sec .bespoke-slider .img-wrapper img,.explre-wld-sec .local-video{width:100%;height:100%;object-fit:cover;display:block}.explre-wld-sec .main-heading span{font-weight:800;display:block;text-transform:uppercase}.explre-wld-sec .about-desc{font-size:1.7rem;line-height:1.7;color:var(--body_txt_color)}.explre-wld-sec .about-desc strong{color:var(--black);font-weight:700}.abt-counter-area .counter-item{border-top:1px solid #9d9d9d;padding-top:1.5rem}.abt-counter-area .counter-label{font-size:16px;font-weight:700;letter-spacing:1.5px;color:var(--brand);text-transform:uppercase;margin-bottom:.9rem}.abt-counter-area .counter-number{font-size:45px;font-weight:700;color:var(--brand);line-height:1;margin:0;display:flex;align-items:center}.abt-counter-area .counter-number .suffix{font-weight:700}.bpske-tur-sec{background-color:var(--brand);color:var(--white);overflow:hidden}.bpske-tur-sec .main-heading span{font-weight:800}.bpske-tur-sec .desc-text{font-size:17px;line-height:1.65;color:rgba(255,255,255,.9);margin-bottom:1.4rem}.bpske-tur-sec .desc-text strong{color:var(--white);font-weight:700}.bpske-tur-sec .bespoke-slider .img-wrapper{width:100%;border-radius:4px;overflow:hidden;height:46rem!important}.bpske-tur-sec .owl-carousel .owl-stage{display:flex!important;align-items:center;transition-timing-function:linear!important}.review-sec-2 .sub-badge{background-color:#dceada;color:#3b6338;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:6px 16px;border-radius:20px;display:inline-block;text-transform:uppercase}.review-sec-2 .main-heading{font-size:2.8rem;font-weight:700;color:#1f3d23;line-height:1.2}.review-sec-2 .sub-heading{font-size:1rem;color:#637765}.review-sec-2 .review-slider{position:relative;padding-top:45px!important;padding-bottom:20px}.review-sec-2 .review-slider .owl-stage-outer{overflow:hidden!important;padding-top:45px!important;margin-top:-45px!important}.review-sec-2 .review-slider .owl-stage{display:flex}.review-sec-2 .review-card{background-color:var(--white);border-radius:1.2rem;padding:3.2rem 1.8rem 1.8rem;box-shadow:0 10px 30px rgba(0,0,0,.05);height:100%;min-height:385px;display:flex;flex-direction:column;position:relative;text-align:center;align-items:center; margin:.5rem ; border: 1px solid #00000017 }.review-sec-2 .profile-wrap{margin-top:25px}.review-sec-2 .avatar-box{position:absolute;top:-35px;left:50%;transform:translateX(-50%);width:95px;height:95px;z-index:10}.review-sec-2 .avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--white);box-shadow:0 5px 15px rgba(0,0,0,.12)}.review-sec-2 .check-badge{position:absolute;bottom:0;right:0;width:18px;height:18px;background-color:var(--brand);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;border:2px solid var(--white)}.review-sec-2 .author-name{font-size:2rem;font-weight:700;color:var(--body_txt_color);text-align:center;padding-top:1.5rem}.review-sec-2 .review-body{font-size:1.5rem;line-height:1.6;color:#414d43;flex-grow:1}.review-sec-2 .review-body p{margin-bottom:1.2rem;font-size:1.5rem;line-height:1.7;letter-spacing:.02rem}.review-sec-2 .review-body p:last-child{margin-bottom:0}.review-sec-2 .review-slider .owl-nav .owl-next,.review-sec-2 .review-slider .owl-nav .owl-prev{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:var(--brand)!important;color:var(--white)!important;border-radius:50%!important;box-shadow:0 4px 15px rgba(0,0,0,.08);font-size:1.5rem!important;display:flex!important;align-items:center;justify-content:center;transition:.3s;z-index:10}.review-sec-2 .review-slider .owl-nav{display: flex !important;}.review-sec-2 .review-slider .owl-nav .owl-prev{left:-62px}.review-sec-2 .review-slider .owl-nav .owl-next{right:-62px}.review-sec-2 .review-slider .owl-nav .owl-next:hover,.review-sec-2 .review-slider .owl-nav .owl-prev:hover{background-color:var(--red)!important;color:var(--white)!important}.cature-paralax-sec .main-heading span,.jrny-glry-sec .main-heading span{font-weight:800;text-transform:uppercase}.jrny-glry-sec .btn-view-all{display:inline-block;border:1.5px solid rgba(255,255,255,.6);color:var(--white);padding:1rem 2.4rem;font-size:1.5rem;font-weight:700;letter-spacing:1.2px;text-decoration:none;text-transform:uppercase;transition:.3s}.jrny-glry-sec .btn-view-all:hover{background-color:var(--white);color:var(--brand);border-color:var(--white)}.jrny-glry-sec .glry-item{position:relative;border-radius:12px;overflow:hidden;width:100%;height:100%}.cature-paralax-sec .overlay,.cature-paralax-sec::before,.jrny-glry-sec .glry-item .overlay{position:absolute;top:0;left:0;width:100%;height:100%}.jrny-glry-sec .glry-item a{display:block;position:relative;width:100%;height:100%}.jrny-glry-sec .glry-item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;transition:transform .5s}.jrny-glry-sec .glry-item .overlay{background-color:rgba(0,0,0,.35)!important;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s ease-in-out;border-radius:12px;z-index:2;pointer-events:none}.jrny-glry-sec .glry-item .zoom-icon{color:var(--white);font-size:1.9rem;transform:scale(.6);transition:transform .3s;width:4rem;height:4rem;background:var(--brand);display:flex;justify-content:center;align-items:center;border-radius:50%}.jrny-glry-sec .glry-item:hover .overlay{opacity:1;visibility:visible}.jrny-glry-sec .glry-item:hover .zoom-icon{transform:scale(1)}.jrny-glry-sec .glry-item:hover img{transform:scale(1.05)}.cature-paralax-sec{position:relative;min-height:480px;background-attachment:fixed!important;background-position:center!important;color:var(--white);overflow:hidden;isolation:isolate}.cature-paralax-sec::before{content:"";background:#000000b5;z-index:-1}.cature-paralax-sec .overlay{background:rgba(0,0,0,.45);z-index:0}.cature-paralax-sec .desc-text{font-size:1.5rem;line-height:1.6;color:rgba(255,255,255,.9);max-width:680px;padding-top:1.4rem}.cature-paralax-sec .explore-btn:hover{background:var(--brand)!important;color:var(--white)!important}@media(max-width:1540px){.main-bnr-sec{height:75vh;padding-bottom:5rem}.main-bnr-sec .banner-title{font-size:4.9rem}.main-bnr-sec .banner-desc{font-size:1.6rem;line-height:1.6}.explre-wld-sec{padding:5rem 0}.main-heading-2{font-size:39px}.explre-wld-sec .tour-title{font-size:22px;font-weight:700;color:var(--black);margin-bottom:.4rem}.explre-wld-sec .tour-subtitle{font-size:16px;margin-bottom:0}.explre-wld-sec .tour-date{font-size:15px;padding-top:.5rem}.abt-counter-area .counter-number{font-size:40px}.sub-title-2{font-size:16px;padding-bottom:0}}@media(max-width:1340px){.main-bnr-sec .banner-title{font-size:4.6rem}.main-heading-2{font-size:36px}.explre-wld-sec{padding:4rem 0}.abt-counter-area .counter-label{font-size:14px;margin-bottom:.7rem}.bpske-tur-sec .desc-text{font-size:16px;margin-bottom:1rem}.review-sec-2 .author-name{font-size:1.8rem;padding-top:1.4rem}.review-sec-2 .review-body p{font-size:1.4rem;line-height:1.6}.ftr-cta-area .cta-btn{padding:.6rem 3rem!important;font-size:1.4rem}}@media(max-width:1199px){.main-bnr-sec{height:65vh;padding-bottom:3rem}.main-bnr-sec .banner-desc{font-size:1.5rem;max-width:100%;margin-bottom:1.6rem!important}.main-bnr-sec .banner-title{font-size:3.9rem;margin-bottom:1rem}.main-heading-2{font-size:32px}.review-sec-2 .review-slider .owl-nav .owl-next{right:-26px}.review-sec-2 .review-slider .owl-nav .owl-prev{left:-30px}}@media(max-width:991px){.main-bnr-sec{height:54vh;padding-bottom:0}.main-bnr-sec .banner-title{font-size:36px;margin-bottom:.8rem}.main-bnr-sec:before{background:linear-gradient(rgb(21 16 12 / 68%),rgb(21 16 12 / 80%))}.sub-title-2{font-size:14px}.explre-wld-sec .video-wrapper{max-height:40rem}.bpske-tur-sec .desc-text{font-size:15px;text-align:center}.bpske-tur-sec .bespoke-slider .img-wrapper{height:auto!important}.cature-paralax-sec{min-height:410px}.abt-counter-area .counter-number{font-size:35px}.review-sec-2 .review-card{min-height:auto!important}}@media(max-width:575px){.main-bnr-sec{height:70vh}.main-bnr-sec .banner-content{text-align:center}.main-bnr-sec .banner-title{font-size:32px}.main-bnr-sec .banner-btn{padding:7px 15px;font-size:1.4rem}.main-heading-2{font-size:27px;line-height:1.5}p{font-size:1.5rem}.explre-wld-sec .section-desc{padding-top:.7rem!important}.explre-wld-sec{padding:3rem 0}.explre-wld-sec .tour-title{font-size:20px;margin-bottom:.5rem}.explore-btn{padding:0 18px!important}.explre-wld-sec .tour-card .img-box{aspect-ratio:0;border-radius:5px}.sub-title-2{font-size:13px}.explre-wld-sec .sub-title-2,.jrny-glry-sec .main-heading-2{padding-bottom:.5rem}.explre-wld-sec .about-desc{font-size:1.5rem;line-height:1.6;color:var(--body_txt_color)}.abt-counter-area .counter-item{border-top:1px solid #9d9d9d8c;padding-top:1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.review-sec-2 .review-slider{padding-top:17px!important;padding-bottom:15px}.review-sec-2 .review-slider .owl-nav{display:none}.review-sec-2 .avatar-box{width:80px;height:80px}.review-sec-2 .profile-wrap{margin-top:10px}.cature-paralax-sec .main-heading-2,.jrny-glry-sec .main-heading-2{font-size:24px}.jrny-glry-sec .btn-view-all{padding:.8rem 2.2rem;font-size:1.4rem}}


/*wildtour*/
.wild_header::after{
	content:none;
}

/* paws-adventure-upadated-home-page-25-aug-2026 */

/* ================= HERO ================= */

.cheetah-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* ================= OWL SLIDER ================= */

.cheetah-slider {
    width: 100%;
}

.cheetah-slider .item {
    position: relative;
    width: 100%;
    line-height: 0;
}



.cheetah-slider .item img {
    display: block;
    width: 100%;
}


/* ================= SLIDE TITLE ================= */

.cheetah-slide-title {
    position: absolute;
    top: 36%;
    left: 15.5%;
    transform: translateY(-50%);

    color: var(--white);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;

    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


/* ================= OWL DOTS ================= */

.cheetah-slider .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 35px;

    display: flex;
    gap: 5px;
}

.cheetah-slider .owl-dot span {
    width: 18px !important;
    height: 18px !important;

    margin: 0 2px !important;

    background: transparent !important;

	    border: none;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
	position:relative;
    border: .2rem solid var(--white);   display: block;
    margin: 0 .5rem;
}
.cheetah-slider .owl-dot span:before {
content: '';
    position: absolute;
    left: .4rem;
    top: .4rem;
    right: .4rem;
    bottom: .4rem;
    background: var(--white);
    border-radius: 50%;
    z-index: 1;
}

}

.cheetah-slider .owl-dot.active span {
    background: var(--white) !important;
}


/* ================= SEARCH WRAPPER ================= */

.cheetah-search-wrapper {
    position: absolute;
    z-index: 5;

    left: 0;
    right: 0;
    bottom: 0;
}


/* ================= SEARCH BOX ================= */

.cheetah-search-box {
    background: var(--dark-overlay);

    padding: 28px 30px;

    margin: 0 auto;
}


/* ================= LABEL ================= */

.cheetah-search-box label {
    display: block;

    color: var(--white);

    font-size: 1rem;
    font-weight: 500;

    margin-bottom: 7px;
}


/* ================= INPUT / SELECT ================= */

.cheetah-search-box .form-control,
.cheetah-search-box .form-select {

    min-height: 50px;

    border-radius: 10px;

    border: 1px solid var(--border-light);

    font-size: 0.95rem;
}

.cheetah-search-box .form-control::placeholder {
    color: #999999;
}


/* ================= BUTTON ================= */

.cheetah-check-btn {

    min-height: 50px;

    border: 0;
    border-radius: 30px;

    background: var(--gold);

    color: var(--white);

    font-size: 0.95rem;
    font-weight: 700;

    letter-spacing: 1px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 35px;
}

.cheetah-check-btn:hover {
    background: #b68120;
    color: var(--white);
}
/* --- Laptops and Small Desktops --- */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
.as_btn{
		padding : 0rem 2rem!important;
	}

}

/* ================= TABLET ================= */

@media (max-width: 991.98px) {
	.as_btn{
		padding-left: 2rem !important;
	}

    .cheetah-slide-title {
        left: 8%;
        top: 35%;

        font-size: 2rem;
    }

    .cheetah-search-wrapper {
        position: relative;
        bottom: auto;
    }

    .cheetah-search-box {
        margin: 0;
    }

}


/* ================= MOBILE ================= */

@media (max-width: 575.98px) {
	.bannersec{
		top: 11rem!important;
	}
	.banner_frm{
		top:5rem !important;
	}

    .cheetah-slide-title {
        left: 6%;
        top: 30%;

        font-size: 1.25rem;

        max-width: 75%;
    }

    .cheetah-slider .owl-dots {
        left: 15px;
        bottom: 15px;
    }

    .cheetah-slider .owl-dot span {
        width: 12px !important;
        height: 12px !important;
    }

    .cheetah-search-box {
        padding: 20px 15px;
    }

    .cheetah-check-btn {
        width: 100%;
    }

}