@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;
    padding: 12px;
}

@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: 'Moglan';
    src: url(../font/Moglan_DEMO.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';
}

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';
    color: #0f0e0e;
}

h1 {
    font-family: 'Moglan';
    font-size: 80px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

h2 {
    font-family: 'Moglan';
    font-size: 50px;
    line-height: 1.2;
    color: #0f0e0e;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'Moglan';
    font-size: 30px;
    line-height: 1.2;
    color: #0f0e0e;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h4 {
    font-family: 'Moglan';
    font-size: 24px;
    line-height: 1.2;
    color: #0f0e0e;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h5 {
    font-family: 'Moglan';
    font-size: 22px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Moglan';
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

select {
    background: #fff url('../images/arrow.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-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;
    background: rgba(0, 0, 0, 0.1);
}

.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: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #e952cf;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #19add2;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}


.site-btn span {
    padding: 15px 25px;
    border: unset;
    border-radius: 35px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fbb693;
    text-transform: uppercase;
}

.site-btn {
    display: flex;
    align-items: center;
}

.site-btn-arrow {
    background: #fbb693;
    width: 50px;
    height: 48px;
    border: 1px solid #fbb693;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.7s ease all;
}

.site-btn span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fbb693;
}

.site-btn:hover .site-btn-arrow {
    transform: rotate(29deg);
    background: #fff;
    margin-left: -6px;
    position: relative;
    z-index: 1;
}

.site-btn:hover span:before {
    background: #549597;
}

.site-btn:hover span {
    border-color: #fff;
}

.site-btn:hover .site-btn-arrow img {
    filter: brightness(0);
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 13px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.header-buttons a {
    justify-content: end;
    margin-right: 30px;
}


.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    background: #fff;
    border-radius: 30px;
    padding: 8px 5px;
    background-color: #ffffff29;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    transition: 0.5s all;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 31px;
    font-size: 14px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.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: #000;
    background: #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;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background-image: url(../images/baner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-color: #000;
    border-radius: 14px;
    margin-bottom: 100px;
    padding: 120px 0 50px;
    overflow: hidden;
}

.banner-sec.iner {
    height: 57vh;
    align-content: end;
}

.banr-slid-text {
    margin-top: 12px;
}

.banner-text-main {
    text-align: center;
    margin-bottom: 70px;
}

.banner-text-main h1 span {
    display: block;
    font-size: 54px;
}

.banner-text-main p {
    color: #fff;
    opacity: 60%;
    margin: 0 auto;
    width: 55%;
}

.baner-side-quote {
    padding: 20px;
    border-radius: 22px;
    width: 100%;
    background-color: #ffffffa8;
    backdrop-filter: blur(10px);
}

.baner-side-quote p {
    margin: 10px 0;
}

.baner-side-quote p {
    width: 100%;
    opacity: 60%;
}

.baner-side-quote {
    width: 70%;
}

.baner-side-quote .site-btn span:before {
    background: #549597;
}

.baner-side-quote .site-btn-arrow.arng {
    border-color: #549597;
    background: #549597;
}

.slick-slide.slick-current .banr-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.banr-slid-text * {
    color: #fff;
}

.banr-slid-text p {
    opacity: 50%;
    font-size: 15px;
}

.banr-img {
    margin-left: 7px;
}

.bnr-nv-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
}

.right-box .slick-slide {
    margin: 0 7px;
}

.right-box .slick-list.draggable {
    margin-right: -55px;
    padding-right: 200px;
}

.left-content {
    margin-top: -35px;
}

.left-content .slick-slide {
    margin: 0 10px;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #131212;
    padding: 55px 0 0;
    position: relative;
    /* margin: 12px; */
    border-radius: 15px;
    overflow: hidden;
}

.foter-lastline {
    border-top: 1px solid #424141;
    padding: 18px 0;
    text-align: center;
    margin: unset;
    background: #131212;
    position: relative;
    z-index: 2;
}

footer * {
    color: #fff;
}

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

footer h4 {
    position: relative;
    border-bottom: 2px solid #363535;
    width: 90%;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 40%;
    height: 2px;
    border-radius: 10px;
}

.foter-links ul li {
    margin-bottom: 5px;
}

.foter-links a {
    font-weight: 500;
    font-size: 14px;
    transition: 0.7s all;
}

.foter-links {
    margin-bottom: 63px;
}

.newsletter-main {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    position: relative;
    padding: 0px 0px 0px 30px;
    background: #0a0a0a;
    border-radius: 50px;
    justify-content: space-between;
}

.footer-info p {
    margin-bottom: 20px;
    width: 80%;
    margin-top: 10px;
}

.footer-info ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-bottom: 1px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.social-links a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: 0.7s all;
}

.social-links a:hover {
    border-color: transparent;
    background-color: #549597;
}

.newsletter-main h5 {
    text-transform: uppercase;
}

.newsletr-field input {
    width: 100%;
    height: 60px;
    border: unset;
    border-radius: 40px;
    padding: 10px 30px;
    color: #fff;
    background: #171515;
}

.newsletr-field {
    position: relative;
    width: 452px;
}

.newsletr-field button {
    position: absolute;
    right: -2px;
    bottom: 0;
    border: unset;
    height: 100%;
    border-radius: 40px;
    padding: 7px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fbb693;
}

.newsletr-field input::placeholder {
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    background: #424141;
    width: 1px;
    height: 100%;
}

.foter-links.navs ul li {
    margin-bottom: 10px;
}

.container-fluid {
    padding: 0 3%;
}

ul.qicklink-ftr {
    column-count: 2;
}

.footer-info ul {
    margin-top: 18px;
}

.foter-links a:hover {
    color: #fbb693;
    padding-left: 5px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 12px;
}

.contact-sec {
    margin-bottom: 100px;
}

.contact-image {
    margin-right: 20px;
}

.contact-text input, .contact-text textarea {
    width: 100%;
    margin-bottom: 21px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #b3b3b3;
    padding: 10px 22px;
    color: #000;
}

.contact-text textarea {
    height: 180px;
    align-content: end;
    resize: none;
}

.contact-text h2 span {
    color: #095360;
}

.contact-text h2 {
    position: relative;
    margin-bottom: 10px;
}

.contact-text h2:before {
    left: 0;
}

.contact-text p {
    opacity: 70%;
    margin-bottom: 20px;
    color: #000;
}

.contact-text textarea::placeholder, .contact-text input::placeholder {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-text button.site-btn {
    border: unset;
    background: unset;
    padding: unset;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Dream Vacation Section Start ------------------------------------------------------------- */

.dream-vaction-sec {
    margin: 0 0px 100px;
    background-image: url(../images/dream-plan.png);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    border-radius: 14px;
    background-position: center;
}

.dream-vacation-main {
    padding: 50px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
}

.dream-vacation-main h2 {
    margin-bottom: 2px;
}

.dream-vacation-main h2 span {
    color: #549597;
    display: block;
}

.dream-vacation-main p {
    margin-bottom: 15px;
    color: #0f0e0e;
    opacity: 50%;
    font-weight: 600;
}

.dream-vacation-main a {
    justify-content: center;
}

/*---------------------------------------------------- Dream Vacation Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Reviews Section Start ------------------------------------------------------------- */

.review-main {
    position: relative;
}

.review-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    transition: 0.5s all;
}

.review-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: #fff;
    width: 65%;
    padding: 25px;
    border-radius: 22px;
}

.review-sec {
    margin-bottom: 100px;
}

.review-text ul {
    display: flex;
    align-items: center;
    gap: 1px;
    margin: 10px 0 12px;
}

.review-text p {
    margin: 8px 0 14px;
    font-size: 15px;
    opacity: 50%;
    line-height: 27px;
}

.review-text * {
    color: #000;
}

.review-main:hover .review-text {
    background: #549597;
}

.review-main:hover * {
    color: #fff;
}

.review-image {
    overflow: hidden;
    border-radius: 22px;
}

.review-main:hover .review-image img {
    filter: brightness(0.5);
    transform: scale(1.4);
}

.review-text h4 span {
    display: block;
    line-height: 1.4;
    font-size: 24px;
}

.review-text span {
    text-transform: uppercase;
    font-family: 'Moglan';
    font-size: 15px;
}

.review-text h6 {
    margin-bottom: -2px;
}

.review-head {
    margin-bottom: 15px;
}

.slick-arrow:before {
    width: 15px;
    height: 10px;
    content: '';
    opacity: 1 !important;
    background-image: url(../images/sd-arw.png);
    background-repeat: no-repeat;
    background-size: auto;
    transition: 0.5s all;
    z-index: 2;
}

.slick-arrow {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}

.slick-next:before {
    background-image: url(../images/sd-arw-r.png);
}

.review-slider button.slick-prev {
    left: unset;
    right: 70px;
}

.review-slider button.slick-next {
    right: 24px;
}

.slick-arrow:hover {
    background-color: #fbb693;
    border-color: #fbb693;
}

.slick-arrow:hover:before {
    filter: invert(1);
}

/*---------------------------------------------------- Reviews Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Destination Section Start ------------------------------------------------------------- */

.destination-sec {
    background-image: url(../images/destination-back.png);
    background-color: #000;
    border-radius: 14px;
    margin-bottom: 100px;
    padding: 50px 0 60px;
}

.destination-head {
    text-align: center;
    margin-bottom: 60px;
}

.destination-head * {
    color: #fff;
}

.destination-head p {
    width: 50%;
    opacity: 60%;
    margin: 0 auto;
}

.destination-sec.inner {
    padding: unset;
    background: unset;
}

.destination-sec.inner .destination-head * {
    color: #000;
}

.destination-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s all;
}

.destination-main {
    padding: 20px 20px 25px;
    background: #fff;
    border-radius: 20px;
    transition: 0.5s ease all;
}

.destination-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.destination-img ul {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.destination-img ul li {
    background: #fff;
    padding: 9px 30px;
    border-radius: 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.destination-hed-txt {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.destination-text p {
    opacity: 70%;
    color: #000;
    font-size: 14.8px;
    line-height: 27px;
    width: 94%;
}

.destination-text {
    padding-left: 7px;
}

.destination-hed-txt a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fbb693;
    transition: 0.5s all;
    transform: rotate(-25deg);
}

.destination-hed-txt a img {
    filter: invert(1);
}

.destination-btns {
    margin-top: 30px;
}

.destination-btns a {
    justify-content: center;
}

.destination-main:hover {
    background: #549597;
    translate: 0px -45px;
}

.destination-main:hover .destination-text * {
    color: #fff;
}

/*---------------------------------------------------- Destination Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ------------------------------------------------------------- */

.whychoose-sec {
    margin-bottom: 100px;
}

.whychoose-image img {
    width: 100%;
    height: 710px;
    object-fit: cover;
    border-radius: 12px;
}

.whychoose-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 13px 15px;
    background: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
    gap: 15px;
    border-radius: 13px;
    transition: 0.5s all;
}

.whychoose-text ul {
    margin-top: 15px;
}

.whychoose-text h2 {
    margin-bottom: 5px;
    line-height: 1;
}

.whychose-icon {
    width: 65px;
    height: 54px;
    display: flex;
    align-items: center;
    background: #fbb693;
    justify-content: center;
    border-radius: 6px;
}

.whychose-point-txt {
    width: 100%;
}

.whychose-point-txt p {
    line-height: 23px;
    margin-top: 1px;
}

.whychoose-text h2 span {
    color: #549597;
    display: block;
}

.whychoose-text p {
    opacity: 60%;
}

.service-head * {
    color: #fff;
}

.whychoose-text ul li:hover {
    background: #549597;
}

.whychoose-text ul li:hover * {
    color: #fff;
}

.col-lg-4.lsty {
    margin-bottom: 50px;
}

/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

.service-sec {
    background-image: url(../images/serv-back.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    margin-bottom: 100px;
    border-radius: 12px;
}

.service-sec.iner {
    background: unset;
    padding: unset;
}

.service-sec.iner .service-head * {
    color: #000;
}

.service-head {
    margin-bottom: 50px;
}

.serv-main {
    background-color: #fff;
    border-radius: 18px;
    transition: 0.5s ease all;
}

.serv-text {
    padding: 24px 25px 30px;
}

.serv-image {
    border-radius: 18px;
    overflow: hidden;
}

.serv-text p {
    margin: 7px 0 15px;
    opacity: 60%;
}

.serv-text .site-btn img {
    width: max-content;
}

.serv-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s all;
}

.serv-main:hover .serv-image img, .slick-slide.slick-current+.slick-slide.slick-active .serv-main .serv-image img {
    transform: scale(1.3);
    filter: brightness(0.5);
}

.serv-main:hover *, .slick-slide.slick-current+.slick-slide.slick-active .serv-main * {
    color: #fff;
}

.serv-main:hover, .slick-slide.slick-current+.slick-slide.slick-active .serv-main {
    background-color: #549597;
    translate: 0px -45px;
}

.serv-main:hover .site-btn span, .slick-slide.slick-current+.slick-slide.slick-active .serv-main .site-btn span {
    border-color: #fff;
}

.serv-main:hover .site-btn span:before, .slick-slide.slick-current+.slick-slide.slick-active .serv-main .site-btn span:before {
    background: #549597;
}

.serv-main:hover .site-btn .site-btn-arrow.arng, .slick-slide.slick-current+.slick-slide.slick-active .serv-main .site-btn .site-btn-arrow.arng {
    transform: rotate(29deg);
    background: #fff;
    margin-left: -6px;
    position: relative;
    z-index: 1;
    border-color: #fff;
}

.serv-main:hover .site-btn .site-btn-arrow.arng img, .slick-slide.slick-current+.slick-slide.slick-active .serv-main .site-btn .site-btn-arrow.arng img {
    filter: brightness(0.0);
}

.service-slider .slick-slide {
    margin: 50px 20px 0;
}

.service-slider button.slick-prev {
    left: unset;
    right: 63px;
}

.service-slider button.slick-arrow {
    border-color: #ccc;
}

.service-slider button.slick-arrow:before {
    filter: invert(1);
}

.service-slider button.slick-next {
    right: 15px;
}

/* Service Detail Css Start  */

.serv-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 30px;
}

section.service-detail-sec {
    margin-bottom: 100px;
}

.serv-detail-text p {
    margin-bottom: 30px;
    opacity: 60%;
}

.serv-detail-text h2 {
    margin-bottom: 13px;
}

/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    margin-bottom: 100px;
}

.abt-img img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 25px;
}

.abt-img {
    width: 80%;
}

.about-image {
    position: relative;
    margin-right: 15px;
}

.about-luxury {
    background: #fff;
    border-radius: 20px;
    padding: 11px;
    width: 350px;
    position: absolute;
    top: 28%;
    right: 0;
    box-shadow: 20.997px 0.367px 51px 0px rgb(0 0 0 / 25%);
}

.about-luxry-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-luxry-img a {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    transform: rotate(-20deg);
    top: 10px;
    right: 10px;
}

.about-text h2 span {
    display: block;
    color: #549597;
}

.about-text p {
    margin-bottom: 14px;
}

.about-luxry-txt {
    margin: 12px 5px 10px;
}

.about-luxry-txt p {
    opacity: 60%;
    line-height: 23px;
    margin-top: 3px;
}

.about-travel-main {
    background: #fff;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 20.997px 0.367px 51px 0px rgb(0 0 0 / 25%);
}

.about-travel-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.about-travel-txt {
    padding: 0px 10px 10px;
}

.about-travel-txt p {
    font-size: 12px;
    line-height: 20px;
    opacity: 80%;
    margin-top: 2px;
}

.about-travel-image a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.about-travel-image {
    position: relative;
    margin-bottom: 15px;
}

.about-travel-image a img {
    width: max-content;
    height: max-content;
    transform: rotate(-25deg);
}

.travel-numbr span {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #549597;
    text-transform: uppercase;
    font-weight: 500;
}

.counter {
    font-family: 'Montserrat';
    font-size: 55px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.travel-numbr {
    margin-bottom: 20px;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Quote Section Start ------------------------------------------------------------- */

section.bookSec {
    position: relative;
    z-index: 12;
    margin-bottom: 100px;
}

section.bookSec .contact-input {
    position: relative;
}

section.bookSec .contact-input::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    right: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
}

section.bookSec .contact-input input,
section.bookSec .contact-input select,
section.bookSec .contact-input textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    padding: 5px 20px 5px 20px;
    border-radius: 0px;
    font-weight: 500;
    color: #000;
    appearance: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-appearance: none;
}

section.bookSec .contact-input textarea {
    height: 180px;
    resize: none;
    align-content: end;
}

section.bookSec .contact-input i {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 12px #ff521d52);
    font-size: 20px;
}

section.bookSec .contact-input.selectbox:before {
    left: unset !important;
    right: 60px;
    transform: rotateY(156deg);
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down {
    position: absolute;
    right: 22px;
    left: unset !important;
    top: 16px;
    cursor: pointer;
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down::before {
    content: url(../images/down-img.png);
}

section.bookSec .contact-input.textaryea:before {
    display: none;
}


section.bookSec .formWraper {
    width: 88%;
    margin: 0px auto;
}

section.bookSec .contact-input.nostyle:before {
    display: none;
}

section.bookSec .contact-input.nostyle input {
    padding-left: 20px;
}

section.bookSec .contact-input select {
    color: #000000a8 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #000000a8;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.bookSec .heading {
    width: 60%;
    margin: 0px auto 40px;
}

section.bookSec .heading p {
    opacity: 60%;
}

img.book-pankh-img {
    position: absolute;
    right: 10px;
    top: 40%;
}

img.book-kite-img {
    position: absolute;
    bottom: 5%;
    left: 210px;
}

.heading.text-center h2 {
    margin-bottom: 10px;
}

.sitebtn button {
    margin: 0 auto;
}

.contact-input select {
    color: #9f9fa0 !important;
}

img.select-img {
    position: absolute;
    top: 3px;
    right: 45px;
}

.sitebtn-quote {
    text-align: center;
}

.sitebtn-quote button {
    margin: 0 auto;
    border: unset;
    background: unset;
}

.col-lg-6.djkgd {
    margin-bottom: 50px;
}

/*---------------------------------------------------- Quote Section End ------------------------------------------------------------- */