@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Queensila';
    src: url(../font/Queensila.ttf);
}

@font-face {
    font-family: 'NTseaswave';
    src: url(../font/NTSEAWAVE.otf);
}

@font-face {
    font-family: 'BlenderPro';
    src: url(../font/BlenderPro-Medium.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    opacity: 50%;
}

h1 {
    font-family: 'Queensila';
    font-size: 83px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Queensila';
    font-size: 70px;
    line-height: 1.2;
    color: #646b4a;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Queensila';
    font-size: 37px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: 'Queensila';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Queensila';
    font-size: 26px;
    line-height: 1;
    color: #6b7253;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Queensila';
    font-size: 30px;
    line-height: 1.2;
    color: #646b4a;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-item:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 140px;
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 18px 40px;
    border: unset;
    border-radius: 6px;
    color: #646b4a;
    z-index: 1;
    border: 1px solid #646b4a;
    background: #fff;
    position: relative;
    font-size: 15px;
    /* box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
    transition: all 250ms;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

.theme_btn.anr {
    background: #646b4a;
    color: #fff;
}

.theme_btn.anr:before {
    background: #fff;
}

.theme_btn.anr:hover {
    color: #646b4a;
    border-color: #646b4a;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 6px;
    background-color: #646b4a;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
    border-color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffffb5;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.menuSec .row {
    background: #646b4a;
    padding: 10px;
    border-radius: 10px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.header-btn .theme_btn {
    padding: 18px 0;
    width: 48%;
    text-align: center;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.container-fluid {
    padding: 0 4%;
}

footer {
    background: #1e1e1e;
}

.footer-box {
    padding: 50px 0;
    height: 100%;
    position: relative;
    z-index: 1;
}

.footer-box h3 {
    font-size: 42px;
    color: #27aae2;
    text-transform: uppercase;
    font-weight: 300;
}

.footer-box input {
    font-size: 14px;
    color: #898989;
    width: 80%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    margin: 20px 0;
    height: 40px;
}

.footer-box input::placeholder {
    color: #898989;
}

.footer-box button {
    width: 80%;
}

.footer-box h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer-box a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    color: #fff;
    font-size: 14px;
    font-family: 'BlenderPro';
}

.footer-box i {
    font-size: 24px;
    color: #ffffff;
}

.footer-box p {
    color: #fff;
    font-size: 15px;
    font-family: 'BlenderPro';
    width: 80%;
}

ul.phon-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-box.ftr-bx-1 button {
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius: 30px;
    background: transparent;
    font-size: 15px;
    color: #fff;
    font-family: 'BlenderPro';
}

.footer-box.ftr-bx-1 a {
    font-family: 'NTseaswave';
    font-size: 30px;
    margin-bottom: 33px;
}

.footer-box.ftr-bx-4:before {
    right: 60px;
}

.ftr-bx-3 {
    left: 40px;
}

.footer-box::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -20px;
    background: #444444;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-box.ftr-bx-1:before {
    display: none;
}

.footer-box.ftr-bx-1 {
    text-align: center;
    align-content: center;
}

.footer-box.ftr-bx-1 a {
    justify-content: center;
}

.footer-nav p {
    font-size: 15px;
    color: #fff;
    font-family: 'BlenderPro';
}

.footer-nav {
    padding: 20px 0;
    border-top: 1px solid #444444;
    text-align: center;
}

.ftr-bx-2,
.ftr-bx-3,
.ftr-bx-4 {
    padding: 100px 10px 80px;
}

.ftr-bx-3::before {
    right: 60px;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.main_slider {
    padding-bottom: 130px;
    position: relative;
}

.banner_text.inr {
    top: 150px;
}

.carousel-item img {
    width: 100%;
    height: 930px;
    object-fit: cover;
    object-position: bottom;
}

.banner_text h1 {
    color: #646b4a;
    text-transform: uppercase;
}

.carousel-item.inr img {
    height: 820px;
}

.banner_text {
    position: relative;
    z-index: 0;
}

.banner_text:before {
    content: '';
    position: absolute;
    top: 70px;
    left: -80px;
    background-image: url(../images/shade-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_img {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: max-content;
    margin-bottom: 30px;
    margin-left: 2px;
}

.banner_img img {
    height: 160px !important;
    object-fit: contain !important;
}

.banner_text p {
    color: #646B4B;
    width: 90%;
    margin-bottom: 20px;
    opacity: 1;
}

.banner_text.side h1 {
    font-size: 73px;
    text-transform: capitalize;
}

.banner_text.side ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}

.banner_text.side ul li p {
    margin: unset;
    width: 46%;
}

.banner_text.side ul {
    margin-top: 12px;
}

.banner_text.side ul li:Last-child .thmestyle:after {
    display: none;
}

.banner_text.side ul li .thmestyle:after {
    height: 100%;
}

.banner_text.side p {
    opacity: 1;
}

.main_slider .row {
    padding-top: 9%;
}

.banner_text.side.it ul {
    display: flex;
    align-items: center;
    gap: 120px;
}

.banner_text.side.it ul li span {
    color: #646b4a;
    display: block;
    text-transform: uppercase;
    font-family: 'NTseaswave';
    font-size: 24px;
}

.banner_text.side.it ul li {
    display: block;
}

.banner_text.side.it ul li p {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}

.banner_text.side.it span {
    font-family: 'NTseaswave';
}

button.carousel-control-prev {
    width: 50px;
    border: 1px solid #646b4a;
    background: #646b4a;
    height: 50px;
    border-radius: 50%;
    bottom: 18%;
    top: unset;
    right: 13%;
    left: unset;
    opacity: 1;
}

button.carousel-control-next {
    width: 50px;
    border: 1px solid #646b4a;
    background: #646b4a;
    height: 50px;
    border-radius: 50%;
    bottom: 18%;
    top: unset;
    right: 9%;
    left: unset;
    opacity: 1;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Guide Section Start ------------------------------------------------------------- */

.guide-sec {
    margin-bottom: 100px;
}

.guide-sec .row {
    position: relative;
    padding-top: 9%;
}

.guide-sec .row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #646b4a;
    width: 100%;
    height: 82%;
    z-index: -1;
    border-radius: 6px;
}

.guide-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 5px;
}

.guide-txt h3 {
    color: #fff;
}

.guide-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    margin: 18px 0;
}

.guide-txt ul li .dot {
    background: #fff;
    width: 12px;
    height: 22px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.guide-txt {
    padding-left: 10px;
}

.guide-txt p {
    color: #fff;
    margin-bottom: 14px;
    width: 90%;
}


/*---------------------------------------------------- Guide Section End ------------------------------------------------------------- */


/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-text p {
    width: 80%;
    margin-bottom: 25px;
}

.about-text h6 {
    margin-bottom: 30px;
    margin-top: 33px;
}

ul.about-sec-list {}

ul.about-sec-list li {
    gap: 15px !important;
    margin-bottom: 13px !important;
    align-items: baseline !important;
}

ul.about-sec-list li p {
    line-height: 20px;
}

ul.about-sec-list li i {
    color: #646b4a;
}

.about-text ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
}

.thmestyle {
    font-size: 19px;
    font-family: 'NTseaswave';
    display: flex;
    width: 22px;
    height: 48px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s all;
    color: #646b4a;
}

.about-img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 12px;
}

.about-text.inr h2 {
    margin-bottom: 20px;
}

.about-text.inr ul li {
    margin-bottom: 40px;
}

.about-img.inr img {
    height: 660px;
}

.about-text ul li:hover .thmestyle:before {
    background: #646b4a;
}

.about-text ul li:hover .thmestyle {
    color: #fff;
}

.about-text ul li p {
    margin: unset;
    color: #646b4a;
    opacity: 1;
}

.thmestyle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #646b4a;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-8deg, 50deg) rotate(16deg);
    transition: 0.5s all;
}

.thmestyle:after {
    content: '';
    position: absolute;
    top: 52px;
    left: 11px;
    background: #646b4a;
    width: 1px;
    height: 12.4vh;
    z-index: -2;
}

.about-text ul li:Last-child .thmestyle:after {
    background: unset;
}

.about-img {
    margin-left: -15px;
}

.about-sec {
    margin-bottom: 100px;
}


/*---------------------------------------------------- About Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Tours Section Start ------------------------------------------------------------- */

.tour-sec .container-fluid {
    padding-right: 0;
}

.tour-sec {
    margin-bottom: 100px;
}

.tour-head {
    text-align: center;
    margin-bottom: 30px;
}

.tour-main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    transition: 0.5s all;
}

.tour-star .stars {
    flex-direction: column;
}

.tour-star h6 {
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    opacity: 80%;
    margin-bottom: 7px;
}

.tour-sec.inr .tour-main {
    margin-bottom: 30px;
}

.tour-main:hover img {
    transform: scale(1.5);
}

.tour-main {
    background: #1a1a19;
    width: 100%;
    position: relative;
    padding: 30px 20px;
    border-radius: 10px;
    height: 570px;
    align-content: end;
    overflow: hidden;
    z-index: 0;
}

.tour-main::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.tour-text {
    position: relative;
    z-index: 1;
}

.tour-sec .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.tour-star {
    position: absolute;
    top: 20px;
    right: 20px;
}

.tour-main ul.stars li {
    background: #fff;
    border: unset;
    transform: skew(-2deg, 44deg) rotate(20deg);
    width: 7px;
    height: 15px;
}

.tour-text ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 11px;
}

.tour-text h5 a {
    font-size: 32px;
    color: #fff;
    font-family: 'NTseaswave';
}

.tour-text p {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.tour-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-price span {
    display: block;
    font-family: 'NTseaswave';
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.tour-text ul li i {
    color: #fff;
}


/*---------------------------------------------------- Tours Section End ------------------------------------------------------------- */


/*---------------------------------------------------- FAQS Section End ------------------------------------------------------------- */

.faq-side-main img {
    width: 88%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.faq-side-main.inr img {
    width: 100%;
    height: 530px;
    object-position: top;
}

.faq-side-main.inr {
    text-align: center;
    margin-bottom: 60px;
}

.faq-acrdon-main.inr .accordion-item {
    padding-left: 0;
}

.faq-acrdon-main.inr .accordion-button .thmestyle {
    margin: 0px 40px 0 -60px;
}

.faq-sec {
    margin-bottom: 50px;
}

.faq-side-main h2 {
    margin-bottom: 15px;
}

.faq-sec .accordion-button {
    width: 100%;
    padding: 0;
    color: #000000;
    text-align: left;
    font-weight: 400;
    padding: 1rem !important;
    font-size: 23px;
    border: 0px;
    font-family: 'Queensila';
    color: #646b4a;
    line-height: 1;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.faq-sec .accordion-button span {
    font-family: 'Montserrat';
    border: 1px solid #dddddd;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    aspect-ratio: 1;
    margin-right: 15px;
}

button.accordion-button {
    position: relative;
    z-index: 1;
}

button.accordion-button::before {
    position: absolute;
    content: '\f107';
    width: 50px;
    height: 50px;
    background: transparent;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #646b4a;
    display: grid;
    place-content: center;
}

.faq-sec .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: inherit;
    box-shadow: inherit;
    margin: unset;
}

.faq-sec .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 27px;
    position: relative;
    z-index: 1;
    padding-left: 0;
    border: 0 !important;
    margin-bottom: 10px;
    counter-increment: list-item;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}

.faq-sec .accordion-body {
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    opacity: 50%;
    padding: 1.5rem;
}

.faq-sec .accordion-button::after {
    content: '';
    position: absolute;
    background-image: inherit !important;
    font-weight: 500;
    font-family: 'NTseaswave';
    left: 15px;
    font-size: 20px;
    color: #646b4a;
    top: 10px;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: inherit !important;
    transform: inherit;
}

.faq-acrdon-main {
    margin-top: 20px;
}

.faq-sec .accordion-button .thmestyle {
    position: relative;
    margin: 0px 28px 0 -50px;
    z-index: 2;
    background: #fff;
}

.faq-sec .accordion-button:not(.collapsed) .thmestyle:before {
    background: #646b4a;
}

.faq-sec .accordion-button:not(.collapsed) .thmestyle {
    color: #fff;
}

.thmestyle.lst:after {
    background: unset;
}


/*---------------------------------------------------- FAQS Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Clients Section End ------------------------------------------------------------- */

.client-sec {
    margin-bottom: 100px;
}

.client-head {
    text-align: center;
    margin-bottom: 42px;
}

.client-head p {
    width: 76%;
    margin: 0 auto;
}

.client-main {
    border: 1px solid #646b4a;
    border-radius: 10px;
    padding: 37px 30px 30px;
    position: relative;
    background: #ffffff;
}

.client-udrimg img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 11.375px 12.633px 38px 0px rgba(0, 0, 0, 0.24);
}

.client-user {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 23px;
}

.client-main p {
    margin-bottom: 20px;
}

.client-review {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client-sec .slick-slide {
    margin: 20px 50px;
    opacity: 1;
}

.client-main:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    border: 1px solid #c9cbc0;
    width: 95%;
    height: 105%;
    margin: 0 auto;
    right: 0;
    border-radius: 10px;
    z-index: -1;
}

.client-king {
    position: absolute;
    left: 0;
    top: -38px;
    background: #fff;
    padding: 20px;
    right: 0;
    margin: 0 auto;
    width: max-content;
}

.clnt-usrtxt span {
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.clnt-usrtxt {
    line-height: 1;
}

.client-review span {
    color: #646b4a;
    font-size: 18px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    opacity: 50%;
}

ul.stars li {
    background: #646b4a;
    border: 1px solid #646b4a;
    width: 13px;
    height: 7px;
    z-index: 0;
    transform: skew(-35deg, 4deg) rotate(20deg);
    transition: 0.5s all;
}

ul.stars {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}


/*---------------------------------------------------- Clients Section End ------------------------------------------------------------- */


/*---------------------------------------------------- About INNER PAGE Section Start ------------------------------------------------------------- */

.about-inr-cntnt-sec .row {
    background: #646b4a;
    padding: 35px 50px;
    border-radius: 10px;
    align-items: center;
}

.about-inr-cntnt-sec {
    margin-bottom: 100px;
}

.about-inr-cntnt-sec p {
    color: #fff;
}

.about-inr-cntnttxt p {
    margin-bottom: 30px;
}

.about-inr-cntnttxt h3 {
    color: #fff;
    font-size: 59px;
}

.about-inr-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 6px;
    border-bottom-right-radius: 0;
}

.about-inr-img.inprsn img {
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    height: 650px;
    object-position: right;
}

.about-inr-cntnttxt.online {
    padding-left: 20px;
}

.about-inr-cntnttxt.online p {
    margin: unset;
}

.about-inr-cntnttxt.inprsn p {
    width: 95%;
}

.about-inr-cntnttxt.online.home p {
    margin-bottom: 18px;
}

p.anr-inprn {
    margin-bottom: 10px;
    position: relative;
    bottom: -40px;
}

.about-inr-img.inprsn {
    margin-bottom: 20px;
}


/*---------------------------------------------------- About INNER PAGE Section End ------------------------------------------------------------- */


/* Contact us */

.contact-frm h4,
.ctct-detl h4 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 34px;
    font-family: 'aeonic-b';
    text-transform: uppercase;
}

.contact-frm input {
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    background: transparent;
    color: #fff;
}

.contact-frm button {
    background: #fff;
    color: #646b4a;
    border: 0;
    border-radius: 10%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 43px;
    margin-top: 19px;
    transition: 0.5s;
    margin-left: -20px;
}

.ctct-detl {
    background: #646b4a;
    padding: 55px 40px 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    border-radius: 0 10px 10px 0;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 36px;
    gap: 30px;
}

.ctct-detl ul li i {
    color: #fff;
    font-size: 25px;
    margin: 0 26px 0 0
}

.ctct-detl ul li a,
.service-drop select {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500
}

.ctct-detl ul li a {
    color: #fff;
}

.ctct-detl ul li span {
    display: block;
    text-align: center
}

.contact-frm {
    padding: 70px 40px 97px;
    background: #1e1e1e;
    border-radius: 10px 0 0 10px;
    height: 100%;
}

.service-drop select option {
    background: #000;
}

.cont-inner {
    width: 80%;
    margin: 0 auto;
    z-index: 999;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

section.contact-sec {
    padding: 0 0 100px;
}

.contact-frm input::placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.service-drop select {
    border: 0;
    border-bottom: 1px solid #eae9e9;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    color: #fff;
    background: transparent;
    appearance: auto;
}

.contact-frm button:hover {
    background: #303b46;
}

footer.inn-ftr {
    padding-top: 80px;
}

section.copyrite-txt.contact-ft {
    background-image: -webkit-linear-gradient(90deg, rgb(0, 4, 42) 0%, rgb(0, 49, 87) 100%);
}


/* Contact Us end  */

.book-sec {
    margin-bottom: 100px;
}

.book-main input,
.book-main textarea,
.book-main select {
    width: 100%;
    border: unset;
    border-bottom: 1px solid #e3e7ea;
    padding: 7px 0;
    margin-bottom: 35px;
}

.book-main textarea {
    align-content: end;
}

.book-main input::Placeholder,
.book-main textarea::Placeholder,
.book-main select {
    color: #3c454e;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.book-sec h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.book-main p {
    width: 58%;
    margin: 0 auto 50px;
}

.tour-book-inr p {
    width: 80%;
    margin: unset;
    margin-bottom: 8px;
    font-size: 13px;
}

.tour-book-inr {
    /* border: 1px solid #646b4a; */
    /* border-radius: 7px; */
    /* padding: 20px 30px; */
    margin-bottom: 30px;
}

.tour-book-inr h6 {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 500;
}

.tour-book-inr span {
    font-size: 20px;
    color: #646b4a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.tour-book-inr a {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.radio-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

.radio-head input[type="radio"] {
    cursor: pointer;
    margin: unset;
    width: unset;
}

.radio-head .price {
    margin-left: 6px;
    font-weight: 600;
}

.book-head {
    text-align: center;
}

.book-btn {
    text-align: center;
}

.productdetailfor .slick-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 100px;
    border-radius: 0;
    object-fit: cover;
    border-radius: 5px;
}

.productdetailportion {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background-color: #eaeaea;
    border-radius: 10px;
    margin: 0 10px 20px;
}

.productdetailportion img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 0;
    cursor: pointer;
    margin: 0 9px;
}

section.tour-detail-sec {
    margin-bottom: 100px;
}

.tour-deatil-txt-lst h6 {
    font-family: 'BlenderPro';
    margin-bottom: 20px;
}

.tour-deatil-txt-lst p {
    margin-bottom: 20px;
}

.feature-detl-tour h5 {
    color: #000;
    font-size: 35px;
    margin-bottom: 25px;
}

.feature-detl-tour .col {
    text-align: center;
    cursor: pointer;
}

.feature-icon {
    width: 90px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 7px;
}

.feature-detl-tour a {
    margin-top: 30px;
}

.tour-deatil-txt-lst {
    margin: 30px 0 60px;
}

.tour-detail-usr {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.tour-detail-usr span {
    font-size: 21px;
    text-transform: uppercase;
    color: #646b4a;
}

.tour-detail-usr h3 {
    font-size: 50px;
    font-family: 'NTseaswave';
}

.tour-detail-txt h6 {
    font-size: 18px;
    font-family: 'Montserrat';
    margin-bottom: 15px;
}

.tour-detail-txt p {
    margin-bottom: 10px;
    line-height: 28px;
}

.features {
    max-width: 1100px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-box h3 {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid #8c8c5a;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    width: 85%;
}

.feature-box h3 i {
    font-size: 24px;
    color: #8c8c5a;
}

.feature-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-box ul li {
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    opacity: 66%;
}

.feature-box ul li.diamond:before {
    content: "◆";
    color: #8c8c5a;
    font-size: 14px;
}

.feature-box ul li.check i {
    color: #8c8c5a;
    opacity: 1 !important;
}

.tour-detail-txt {
    padding-left: 20px;
}

.feature-detl-tour .col small {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.feature-icon:hover img {
    transform: scale(1.5);
}

.feature-icon img {
    transition: 0.5s all;
}

.feature-box h3.garge {
    width: 100%;
}

li.diamond.rty {
    margin-bottom: 20px;
}

li.diamond {
    color: #666666;
    opacity: 1;
}


/* --------------------------------------------------- Checkout Section Start -------------------------------------------------------- */

.billing_form h3 {
    font-size: 55px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 14px;
    font-family: "Montserrat";
    color: #5b5a5a;
    font-weight: 500;
}

.checkout-btn-new {
    text-align: center;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    color: #000;
}

h5.h-sub.ty {
    color: #000;
}

.billing_form input::placeholder {
    font-family: "Montserrat";
    font-weight: 600;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 13px;
    color: #5e5d5d;
    font-family: 'Montserrat';
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
    font-family: 'BlenderPro';
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'CamronDemo';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 30px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

p.p-same-p {
    font-size: 13px;
    background: #fffcf3;
    line-height: 23px;
}

.cart_sidebar {
    padding: 50px 22px 30px 22px;
    border-radius: 7px;
}

.cart_sidebar h3 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    font-size: 26px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: uppercase;
}

.cart_sidebar h5 span {
    float: right;
    color: #646b4a;
    font-family: 'BlenderPro';
}

.cart_sidebar h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: normal;
    padding-top: 0;
    text-transform: uppercase;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #8d8d8d;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff5f00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 17px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff5f00;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #cccc;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.cart_sidebar .radiosss-payments li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #d9a253;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

section.checkout_page.all-section.all-side {
    padding: 0px 0 100px;
}

.payment_card form input::placeholder {
    color: #000;
}

section.shopping_cart.inner-bg .container-fluid {
    padding: 0 5%;
}

.billing_form {
    padding: 20px 25px;
}

.billing_form select {
    width: 100%;
    height: 50px;
    border: 1px solid #cccccccc;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: transparent;
    color: #8d8d8d;
    font-family: "Montserrat";
    font-weight: 600;
}

.billing_form option {
    color: #000;
    font-family: "Montserrat";
    font-weight: 600;
}

.banner_text {
    position: relative;
    z-index: 0;
    padding: 40px 0 60px 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 1) 73%, rgba(255, 255, 255, 0) 100%);
}


/* --------------------------------------------------- Checkout Section End -------------------------------------------------------- */

.inner-flag img {
    width: 200px;
    height: 200px !important;
    object-fit: contain;
}

.bonus-badge {
    background: #646b4a;
    color: #fff;
    font-weight: 600;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.bonus-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecf0;
    height: 100%;
    transition: transform 0.2s;
}

.bonus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.bonus-card h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.bonus-card p {
    line-height: 1.5;
}

.footnote {
    font-size: 0.8rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px dashed #d0d9e2;
}

.galery-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.galery-image {
    margin: 12px 0;
    border-radius: 10px;
    overflow: hidden;
}

.theme-space {
    background: #646b4a12;
    padding: 80px 0;
    overflow: hidden;
}

.introducing-sec h6.text-center {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
}

.introducing-sec h3.section-title.text-center.mb-4 {
    font-size: 40px;
    color: #646b54;
}

.introducing-sec h3.section-title.text-center.mb-4+p {
    text-align: center;
    width: 80%;
    margin: 0 auto 40px;
}

.introducing-sec h5 {
    font-size: 20px;
    font-family: 'Poppins';
    height: 45px;
}

.introducing-sec img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(27%) saturate(360%) hue-rotate(33deg) brightness(91%) contrast(88%);
}

section.introducing-sec {
    margin-bottom: 80px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #6b7253;
    text-transform: uppercase;
}

.pricing-card {
    background: #f0f5fb;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(0, 40, 80, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.75rem;
}

.check-list li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c";
    font-weight: 900;
    color: #646b4a;
    position: absolute;
    left: 0;
}

.pricing-block {
    max-width: 520px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

.pricing-content {
    text-align: center;
}

.pricing-tagline {
    text-transform: uppercase;
    font-weight: 700;
}

.pricing-price {
    font-size: 58px;
    margin: 10px 0 25px;
    font-family: 'NTseaswave';
}

.pricing-price sup {
    font-size: 28px;
    top: -18px;
    position: relative;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: left;
}

.pricing-list li {
    padding: 10px 0 10px 28px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.pricing-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #646b4a;
    font-weight: bold;
}

.eligibility-box {
    background: #646b4a7d;
    padding: 14px;
    border-radius: 12px;
    margin: 20px 0;
}

.eligibility-box a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.pricing-btn-wrap {
    margin-top: 20px;
}

.buy-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #646b4a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.3s;
}

.buy-btn:hover {
    background: #000;
    color: #fff;
}

.move-panama-image img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}