/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/

/*========== All Transition Settings ==========*/

* {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


/*========== Block Settings ==========*/
:root {
    --main-color: #0165B5;
    --second-color: #FFA900;
    --black-color: #1C231F;
    --main-grey: #f9f9f9;
    --white-color: #fff;
    --para-color: #989898;
    scroll-behavior: smooth;
    --font-heading: "Poppins", sans-serif;
    --font-normal: "Raleway", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    border: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

select:focus,
select:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
}

textarea {
    height: 220px;
    padding-top: 20px;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*========== Typography Settings ==========*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: var(--font-heading);
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-weight: 500;
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

.container p  {
    line-height: 2;
    font-weight: 500;
    color: var(--para-color);
    letter-spacing: 0.5px;
}



.why-choose-us p {
    line-height: 2;
    font-weight: 500;
    color: var(--white-color);
    letter-spacing: 0.5px;
}
/*========== Spacing CSS ==========*/
.gap-5 {
    gap: 5px;
}

.g-10 {
    gap: 10px;
}

.g-15 {
    gap: 15px;
}

.g-20 {
    gap: 20px;
}

.padtobo-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padtobo-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padtop-100 {
    padding-top: 100px;
}

.padbo-100 {
    padding-bottom: 100px;
}

.padtobo-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padtop-70 {
    padding-top: 70px;
}

.padtop-60 {
    padding-top: 60px;
}

.padbo-70 {
    padding-bottom: 70px;
}

.padbo-60 {
    padding-bottom: 60px;
}

.padtobo-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padtop-50 {
    padding-top: 50px;
}

.padbo-50 {
    padding-bottom: 50px;
}

.padbo-30 {
    padding-bottom: 30px;
}

.padrl-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.padtobo-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padtop-40 {
    padding-top: 40px;
}

.padbo-40 {
    padding-bottom: 40px;
}

.no-padding {
    padding: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

/*========= Alignment CSS ==========*/
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: var(--font-normal);
    font-weight: 400;
    font-size: 14px;
    color: var(--black-color);
}

/* ============= Reset CSS =========== */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
.form-select:focus {
    outline: none !important;
    border: 1px solid var(--main-color);
    -webkit-transform: translate3d(0px, 0px, 5px);
    transform: translate3d(0px, 0px, 5px);
    font-size: 16px;
    color: var(--main-color);
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    ;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea,
.form-select {
    background: var(--white-color);
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    padding: 13px 20px;
    resize: none;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
.form-select {
    height: 60px;
}

textarea {
    height: 220px;
    padding-top: 20px;
}

.text-msg {
    margin-bottom: 15px !important;
}

textarea:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-scrollbar {
    background: transparent;
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/*========== Block Settings ==========*/
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: 0;
}

ul ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

/*============== Start My classess ===============*/
.section-title {
    margin-bottom: 50px;
    position: relative;
}

.section-title .section-title-span {
    color: var(--main-color);
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.75px;
    font-size: 16px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    background: #ffa90040;
    padding: 0.7rem;
    border-radius: 5px;
}

.section-title h2 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 45px;
}

.section-title h2 .section-title-head {
    color: var(--second-color);
}

/*===================================================
                Start btn classess
===================================================*/

.btn-effect {
    display: block;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-family: var(--font-heading);
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: var(--second-color);
    position: relative;
    z-index: 1;
    font-weight: 500;
    min-width: 100px;
    max-width: 150px;
    color: var(--black-color);
}

.btn:focus {
    outline: none;
}

.btn-effect:hover {
    color: var(--white-color);
}

.btn-effect::before {
    position: absolute;
    height: 100%;
    width: 1%;
    content: "";
    background: var(--main-color);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s, -webkit-transform 0.2s;
    transition: width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s, -webkit-transform 0.2s;
}

.btn-effect:hover::before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    width: 100%;
}

.primary-text {
    position: relative;
    z-index: 4;
    color: var(--white-color);
}

.primary-button {
    text-align: center;
    position: relative;
    border: 2px solid var(--main-color);
    border-radius: 500px;
    min-width: 150px;
    height: 48px;
    overflow: hidden;
    background-color: var(--main-color);
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    display: inline-block !important;
    margin-block: 10px;
}

.primary-button:hover {
    cursor: pointer;
    border: 2px solid var(--main-color);
}

.primary-button .round {
    border-radius: 50%;
    background-color: var(--second-color);
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 2;
    -webkit-animation: scale-down 0.2s forwards;
    animation: scale-down 0.2s forwards;
}

.primary-button.animate .round {
    -webkit-animation: scale-up 0.5s forwards;
    animation: scale-up 0.5s forwards;
}

@-webkit-keyframes scale-up {
    to {
        -webkit-transform: scale(600);
        transform: scale(600);
    }
}

@keyframes scale-up {
    to {
        -webkit-transform: scale(600);
        transform: scale(600);
    }
}

@-webkit-keyframes scale-down {
    from {
        -webkit-transform: scale(600);
        transform: scale(600);
    }

    to {
        ransform: scale(0);
    }
}

@keyframes scale-down {
    from {
        -webkit-transform: scale(600);
        transform: scale(600);
    }

    to {
        ransform: scale(0);
    }
}

/*===================================================
               end  btn classess
===================================================*/

/*----------------------------------------------------------------
					Start Navbar
----------------------------------------------------------------*/
nav {
    display: block;
    width: 100%;
    position: relative;
    z-index: 999;
}

.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 5555;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #eee;
    background: var(--white-color);
}


.stuck .primary-button {
    float: right;
}

.stuck .nav-logo {
    display: inline !important;
    float: left;
}

.stuck .nav-menu {
    float: right;
}

.container-nav {
    position: relative;
}

.navbar-brand .nav-logo {
    height: 70px !important;
    display: none;
    margin-top: 5px;
}

.nav-menu-bar {
    background: var(--white-color);
    border-top: 1px solid #eee;
    height: 85px;
}

.my-logo {
    display: inline-block;
    width: 150px;
    padding: 10px;
}

.nav-bar .single-item {
    position: relative;
    padding-left: 50px;
    padding-block: 10px;
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-dropdown {
    color: var(--second-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-heading);
    border-radius: 20px;
    border: 1px solid #eee;
}

.header-dropdown:hover {
    border: 1px solid var(--main-color);
}

.contact-boxes.CurrencyDropdown {
    height: 100%;
}

.CurrencyDropdown .nav-link:focus {
    border: 1px solid var(--main-color);
}

.socialmedia-icon {
    align-items: center;
    height: 100%;
}

.socialmedia-box {
    display: inline-flex;
}

.side-links {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.socialmedia-box .socialmedia-icon li a {
    height: 100%;
    width: 100%;
    display: inline-block;
    border-left: 1px solid #eee;
    padding: 10px 15px;
    border-block: 1px solid #eee;
}

.socialmedia-icon li:last-child a {
    border-right: 1px solid #eee;
}

.nav-bar .single-item span {
    left: 0;
    top: 0;
    color: var(--second-color);
    position: absolute;
    font-size: 30px;
}

.nav-bar .single-item span::before {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}

.nav-bar .single-item p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    color: #777777;
    font-weight: 500;
}
.nav-bar .single-item .text-lable {
    color: var(--main-color);
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.nav-bar .btn-arrow-two {
    float: right;
    margin-top: 18px;
}

.navbar-toggler {
    height: 32px;
    line-height: 32px;
    width: 30px;
    cursor: pointer;
    top: 30px;
    right: 20px;
    position: absolute;
    margin-right: 20px;
}

.navbar-toggler:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.navbar-toggle .navbar-toggler-icon {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


.navbar-toggler-icon:hover span {
    background: var(--second-color);
}

.navbar-toggler-icon span:first-child {
    background: var(--main-color);
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 0;

}

.navbar-toggler-icon span:nth-child(2) {
    background: var(--main-color);
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 6px;
}

.navbar-toggler-icon span:nth-child(3) {
    background: var(--main-color);
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 12px;
}


/* .navbar-toggler-icon.navbarcollapsed .bar1{
  top: 7px;
  transform: rotate(45deg);
  background: var(--second-color);
}


.navbar-toggler-icon.navbarcollapsed .bar2{
  display: none;
}


.navbar-toggler-icon.navbarcollapsed .bar3 {
  top: 7px;
  transform: rotate(135deg);
  background: var(--second-color);
} */
.travel-btn {
    font-size: 16px;
    color: var(--main-color);
    font-family: var(--font-heading);
    font-weight: 600;
    text-transform: capitalize;
}

.travelStyle-btn {
    display: inline-flex;
}

.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu li a {
    color: var(--main-color);
    text-decoration: none;
    display: block;
    margin-right: 50px;
    font-size: 15px;
    font-weight: 700;
    padding: 30px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-transform: uppercase;

}

.nav-menu .nav-item.active .nav-link,
.nav-menu .nav-item:hover .nav-link {
    color: var(--second-color);
}

.nav-menu .nav-item .nav-link:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: 25px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: var(--second-color) !important;
    opacity: 0;
}

.nav-menu .nav-item.active>.nav-link:before,
.nav-menu .nav-item:hover .nav-link:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: var(--second-color) !important;
    background-color: transparent;
}

.has-dropdown .icon-down {
    opacity: 0.8;
    position: absolute;
    right: -12px;
    top: 31px;
}



.icon-links {
    float: right;
    position: relative;
    margin-left: 30px;
}

.icon-links a {
    color: var(--main-color);
    text-decoration: none;
    display: inline-block;
    margin-left: 14px;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-right: 10px;
}

.icon-links a:first-child {
    margin-left: 0;
    line-height: 40px;
}

.icon-links a:hover {
    color: var(--second-color);
}

.nav-bar .nav-menu .nav-item.has-dropdown>ul.sub-menu {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    background: var(--white-color);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid var(--second-color);
    margin-left: 0px;
}

.nav-bar .nav-menu .nav-item.has-dropdown>ul.sub-menu li.active a {
    color: var(--second-color);
}

.nav-bar .nav-menu .nav-item.has-dropdown>ul.sub-menu::after {
    clear: both;
    content: " ";
    display: block;
    width: 100%;
}

.nav-item.has-dropdown>ul.sub-menu li {
    display: block;
    z-index: 3;
}

.nav-item.has-dropdown>ul.sub-menu li a {
    opacity: .7;
    display: block;
    text-transform: capitalize;
    color: #3e3a3a;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 23px;
    margin: 0;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #f1f1f1 !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.nav-item.has-dropdown>ul.sub-menu li a:last-child {
    border: none;
}

.nav-item.has-dropdown>ul.sub-menu li a:hover {
    opacity: 1;
}

.nav-item.has-dropdown>ul.sub-menu li a:hover {
    color: var(--main-color);
    opacity: 1;
    background: #f9f9f9;
    padding-right: 20px;
}

.nav-item.has-dropdown:hover ul.sub-menu {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 160px;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 200;
}

.dropdown-menu.show {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    pointer-events: auto;
    margin-top: 5px;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu a {
    display: block;
    padding: 8px 12px 8px 30px;
    text-decoration: none;
    color: var(--main-color);
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}

.dropdown-menu a::before {
    position: absolute;
    content: "";
    background-color: var(--second-color);
    height: 2px;
    width: 20px;
    left: 0;
    top: 20px;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.nav-item.has-dropdown>ul.sub-menu li {
    position: relative;
}

.nav-bar .sub-menu .has-dropdown-two {
    position: relative;
}

.nav-bar .sub-menu .has-dropdown-two span {
    float: right;
    margin-top: 4px;
    font-size: 12px;
}

.nav-bar .sub-menu .has-dropdown-two:hover>ul.sub-menu-two {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.nav-bar .sub-menu .has-dropdown-two>ul.sub-menu-two {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    top: 0;
    background: var(--white-color);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid var(--second-color);
    margin-left: 230px;
}

.nav-bar .sub-menu .has-dropdown-two>ul.sub-menu-two::after {
    clear: both;
    width: 100%;
    display: block;
}


.fixed-top .my-logo .logo-two {
    display: none;
}

.fixed-top .my-logo .logo-one {
    display: block;
}

.fixed-top-one .my-logo .logo-two {
    display: none;
}

.nav-fixed-two .my-logo .logo-one {
    display: none;
}

.fixed-top::after,
.nav-fixed:after,
.fixed-top .nav-output::after,
.nav-fixed .nav-output::after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}

.fixed-top {
    position: fixed;
    top: 50px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.nav-fixed {
    background: var(--white-color);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.nav-fixed .my-logo .logo-two {
    display: block;
}

.nav-fixed .my-logo .logo-one {
    display: none;
}

.fixed-top .nav-menu li a,
.fixed-top .icon-links a {
    color: var(--white-color);
}

.nav-bar-fixed .nav-menu .nav-item .nav-link:before {
    bottom: 20px;
}

.nav-bar-fixed .nav-menu {
    float: left;
}

.nav-bar-fixed .nav-menu .nav-menu li a {
    margin-right: 28px;
}

a.mobile-logo {
    max-width: 100px;
    display: block;
}

.menu-mobile .nav-menu li a {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

/* Side Menu Item */
.side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    min-height: 100%;
    padding: 30px;
    background: var(--white-color);
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    -o-box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    box-shadow: -11px 0px 13px rgba(0, 0, 0, .02);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.side-menu.open {
    right: 0;
    visibility: visible;
}

.close-side-menu {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 2px;
    background: var(--main-color);
    z-index: 55;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.close-side-menu i.fas.fa-times {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    color: var(--white-color);

}

.close-side-menu:hover i.fas.fa-times {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.close-side-menu:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-radius: 0;
}

.close-side-menu:hover span {
    color: var(--white-color);
}

.close-menu-sidebar {
    height: 100%;
    background: rgba(253, 253, 253, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    width: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.close-menu-sidebar.open {
    width: 100%;
    opacity: 1;
    visibility: inherit;
    -webkit-animation: fadeIn ease 0.5s;
    animation: fadeIn ease 0.5s;
}

.side-menu-btn {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    color: #122b51 !important;
    text-align: center;
    padding: 0;
    right: 0;
    z-index: 555;
    width: 20px;
    height: 15px;
    position: absolute !important;
    right: -40px;
    top: 30px;
    color: var(--white-color);
}

.side-menu-btn:hover {
    color: #3333ff !important;
}

.side-menu-btn span {
    display: block;
    position: absolute;
    -webkit-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    width: 20px;
    top: 0;
    right: 0;
}

.mobile.sub-menu {
    visibility: hidden;
    max-height: 0;
    overflow: hidden !important;
    -webkit-transition: max-height 0.5s ease-in-out, visibility 0s linear 0.5s;
    -o-transition: max-height 0.5s ease-in-out, visibility 0s linear 0.5s;
    transition: max-height 0.5s ease-in-out, visibility 0s linear 0.5s;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    scrollbar-width: 0;
}

.mobile.sub-menu.sub-menu-collapsed {
    visibility: visible;
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-in-out, visibility 0s linear 0s;
    -o-transition: max-height 0.5s ease-in-out, visibility 0s linear 0s;
    transition: max-height 0.5s ease-in-out, visibility 0s linear 0s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

/*----------------------------------------------------------------
        End Navbar
----------------------------------------------------------------*/
/*==========================================================
      Start Hero slider style
==========================================================*/
.d-table {
    width: 100%;
    height: 100%;
    display: table;
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.hero-slider {
    position: relative;
}

.single-hs-item {
    height: 70vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-hs-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--black-color);
    opacity: .6;
}

/* .item-bg1 {
  background-image: url(https://images.unsplash.com/photo-1680319287237-6a36b44ceba3?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

.item-bg2 {
  background-image: url(https://images.unsplash.com/photo-1680319287237-6a36b44ceba3?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

.item-bg3 {
  background-image: url(https://images.unsplash.com/photo-1680319287237-6a36b44ceba3?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
} */

.hero-text {
    padding: 0 15px;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero-text h1 {
    color: var(--white-color);
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.hero-text p {
    color: var(--white-color);
    font-size: 17px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.hero-slider .owl-item.active h1 {
    -animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .btn-group {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    left: 0;
    top: 50%;
    color: var(--white-color);
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 0 30px 30px 0;
    height: 50px;
    width: 50px;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    right: 0;
    top: 50%;
    color: var(--white-color);
    font-size: 30px;
    margin: -40px 0 0;
    border-radius: 30px 0 0 30px;
    height: 50px;
    width: 50px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

@media only screen and (max-width: 600px) {
    .single-hs-item {
        height: 550px;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }

    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}

.search-box {
    position: absolute;
    bottom: -50px;
    width: 70%;
    left: 15%;
    right: 15%;
    z-index: 2;
    background: var(--white-color);
    border: 1px solid #eee;
    padding: 2rem;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.03);
}

.select-countries,
.select-price_range {
    padding: 1rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--second-color);
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}

.select-countries:focus,
.select-price_range:focus {
    border: 1px solid var(--second-color);
}

.find-btn .btn-effect {
    min-width: 100%;
    text-align: center;
    display: block;
}

/*==========================================================
      End Hero slider style
==========================================================*/

/*==========================================================
      start about slider style
==========================================================*/
.about-us-features {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-us-features li {
    width: 50%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.about-us p {
    overflow: hidden;
}

.about-us-features li::before {
    display: inline-block;
    font: var(--fa-font-solid);
    content: "\f00c";
    width: 20px;
    height: 20px;
    color: var(--main-color);
    margin-right: 10px;
    font-size: 12px;
    background-color: #0165b533;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.myname {
    font-size: 150px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8;
    overflow: hidden;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
    display: block;
}

/*==========================================================
      end about slider style
==========================================================*/

/*==========================================================
      Start Tours
==========================================================*/
.Tours {
    background-size: cover;
}


.tour-card {
    position: relative;
    -webkit-box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.tour-card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 1px 1px 20px 10px #dee2e6;
    box-shadow: 1px 1px 20px 10px #dee2e6;
}

.tour-img {
    border: 1px solid #dee2e6;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.tour-img .heart {
    position: absolute;
    top: 30px;
    right: 20px;
    color: var(--main-color);
    background-color: var(--main-color);
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    width: 40px;
    height: 40px;
}

.tour-img .heart i {
    color: var(--white-color);
}

.tour-img img {
    position: relative;
    height: 270px;
    min-width: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    padding: 20px;
}

.tour-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.tour-img:hover:before {
    -webkit-animation: img_hover 0.75s;
    animation: img_hover 0.75s;
}

@-webkit-keyframes img_hover {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes img_hover {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.tour-days {
    width: 120px;
    height: 60px;
    position: absolute;
    bottom: 0;
    background: var(--white-color);
    border-radius: 0 25px 0 0;
    margin: auto;
    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;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--second-color);
}

.tour-content {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 0 0 10px 10px;
}

.tour-head {
    padding: 20px 30px 0 30px;
}

.tour-head h3 {
    height: 65px;
    margin-bottom: 10px;
    overflow: hidden;
}

.tour-head h3 a {
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.tour-head h3 a:hover {
    color: var(--second-color);
}

.tour-text {
    height: 90px;
    padding: 0 30px;
}

.tour-text p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-footer::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #dee2e6;
    left: 50%;
}

.tour-footer {
    border-top: 1px solid #dee2e6;
    margin-top: 10px;
    padding: 10px;
}

.tour-footer .tour-footer-from {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: var(--font-heading);
    color: var(--second-color);
}

.tour-footer-price {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-heading);
}

.tour-footer-price-box,
.tour-cta {
    width: 50%;
    padding: 0 20px;
}

/*==========================================================
      end Tours
==========================================================*/
/*==========================================================
      start Blogs
==========================================================*/
.blog-card {
    border: 1px solid #eee;
    -webkit-box-shadow: 4px 1px 20px 9px #dddddd82;
    box-shadow: 4px 1px 20px 9px #dddddd82;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-card:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

.blog-card:hover.blog-card .blog-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.blog-content {
    padding: 20px 30px;
}

.blog-card .blog-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.blog-card .blog-img img {
    height: 270px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    -webkit-transition: 1.3s all ease;
    -o-transition: 1.3s all ease;
    transition: 1.3s all ease
}

.blog-card .blog-img:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.blog-card .blog-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.blog-card-date {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    min-width: 55px;
    min-height: 51px;
    background-color: var(--second-color);
    border-radius: 5px;
    z-index: 1;
}

.blog-card-date-day {
    padding: 4.5px 6px 4.5px;
    width: 100%;
    display: block;
    color: var(--white-color);
    background-color: var(--second-color);
    border-radius: 5px;
}

.blog-card-date-month {
    padding: 4.5px 6px 4.5px;
    width: 100%;
    display: block;
    color: var(--black-color);
    background-color: var(--white-color);
    border-radius: 0 0 5px 5px;
}

.blog-head {
    height: 45px;
    overflow: hidden;
}

.blog-head h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.blog-head h3 a {
    color: var(--main-color);
    position: relative;
}

.blog-head h3 a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--second-color);
    z-index: 1;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.blog-head h3 a:hover::before {
    width: 100%;
}

.blog-head h3 a:hover {
    color: var(--second-color);
    font-size: 18px;
}

.blog-card-meta {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.blog-card-meta li {
    position: relative;
}

.blog-card-meta li:nth-child(1):after {
    right: -10px;
    top: 0;
    position: absolute;
    content: "";
    color: #ddd;
    width: 2px;
    height: 100%;
}


.blog-card-meta i {
    margin-right: 5px;
    color: var(--second-color)
}

.blog-card .blog-text .blog-para {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-btn .btn-effect {
    width: 150px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-normal);
    margin-left: auto;
    color: var(--black-color);
}

.blogs-btn .btn-effect i {
    opacity: 0;
    display: inline;
}

.blogs-btn .btn-effect:hover.btn-effect i {
    opacity: 1;
}

/*==========================================================
      end Blogs
==========================================================*/

/*==========================================================
      start second Tours
==========================================================*/
.travel-tour-second {
    background-size: cover;
}

.travel-tour-second .section-title .section-title-span {
    color: var(--white-color);
}

.travel-tour-second .section-title h2,
.travel-tour-second .section-title p {
    color: var(--white-color);
}

.color-overlay {
    /* background: rgba(22, 48, 53, 0.9); */
    background: rgba(22, 92, 149, 0.92);
}

.heading-content h4 {
    color: var(--second-color);
    margin-bottom: 24px;
}

.travel-tour-second .vector7 {
    top: 99px;
    right: 95px;
}

.heading-content h2 {
    margin-bottom: 70px;
}

.travel-tour-second .tab-content .package-box {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}

.travel-tour-second .tab-content .package-box:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--second-color)), to(var(--white-color)));
    background: -o-linear-gradient(top, var(--second-color) 0%, var(--white-color) 100%);
    background: linear-gradient(to bottom, var(--second-color) 0%, var(--white-color) 100%);
}

.grey-btn a {
    background-color: var(--white-color);
    padding: 13px 20px !important;
    min-width: 150px;
    /* height: 50px; */
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
    /* line-height: 22px; */
    font-weight: 600;
    text-decoration: none;
    color: var(--main-color);
    -webkit-box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
    box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
}

.travel-tour-second .tab-content .package-box:hover .grey-btn a {
    background-color: var(--main-color);
    color: var(--second-color);
    -webkit-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    transition: ease-in-out 0.6s;
}

.travel-tour-second .tab-content .package-box span.location-span i {
    color: var(--second-color);
    background-color: rgb(255, 137, 0, 10%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100px;
    margin-right: 7px;
}

.travel-tour-second .tab-content .package-box span.location-span {
    margin-bottom: 17px;
}

.travel-tour-second .tab-content .package-box:hover span.location-span i {
    color: var(--main-color);
    background-color: var(--white-color);
}

.travel-tour-second .tab-content .package-box h6 {
    font-size: 18px;
    font-weight: bold;
    color: var(--black-color);
    margin-bottom: 25px;
}

.travel-tour-second .tab-content .package-box h6 a {
    color: var(--main-color);
    text-decoration: none;
}

/* .travel-tour-second .tab-content .package-box h6 a:hover {
  color: var(--second-color);
} */

.travel-tour-second .tab-content .package-box img {
    margin-bottom: 17px;
    -webkit-transition: 2s linear;
    -o-transition: 2s linear;
    transition: 2s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.travel-tour-second .tab-content .package-box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.travel-tour-second .tab-content .package-box span.d-inline-block {
    font-weight: normal;
    font-size: 14px;
    margin-right: 15px;
    padding-bottom: 13px;

}

.travel-tour-second .tab-content .package-box span.d-inline-block.person {
    font-size: 16px;
}

.travel-tour-second .tab-content .package-box span.d-inline-block.price {
    font-size: 24px;
    font-weight: bold;
    color: #2b2945;
}

.travel-tour-second .tab-content .package-box .spans-wrapper {
    border-bottom: 2px solid #e9e9ec;
}

.travel-tour-second .pkg-btn-con {
    margin-top: 20px;
}

.travel-tour-second .owl-nav span {
    background-color: var(--second-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    -webkit-box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
    box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
    font-size: 24px;
}

.travel-tour-second .owl-nav span:hover {
    background-color: var(--second-color);
    color: var(--main-color);
    -webkit-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    transition: ease-in-out 0.6s;
}

.travel-tour-second .owl-nav span:focus-visible,
.travel-tour-second .owl-nav button:focus-visible,
.travel-tour-second .owl-nav button:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.travel-tour-second li {
    position: relative;
}

.travel-tour-second li button.active::before {
    content: "";
    height: 3px;
    width: 30px;
    background-color: var(--main-color);
    position: absolute;
    top: -8px;
    z-index: 1;
    right: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.travel-tour-second li button.active::after {
    content: "";
    height: 3px;
    width: 30px;
    background-color: var(--main-color);
    position: absolute;
    bottom: -8px;
    z-index: 1;
    left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.travel-tour-second .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -100px;
    border-radius: 50%;
    /* background: var(--white-color); */
    font-size: 16px;
}

.travel-tour-second .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -100px;
    border-radius: 50%;
    /* background: var(--white-color); */
    font-size: 16px;
}

/*==========================================================
      End second Tours
==========================================================*/

/*======================================================
    Start FAQ
 ======================================================*/
faq-one {
    position: relative;
    display: block;
    background: var(--white-color);
    padding: 120px 0px 120px;
}

.faq-one .section-title {
    margin-bottom: 59px;
}

.faq-one__content-box {
    position: relative;
    display: block;
}

.faq-one__content-box .accrodion {
    position: relative;
    display: block;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgb(211, 211, 211);
    box-shadow: 0px 10px 60px 0px rgb(211, 211, 211);
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion.last-chiled {
    margin-bottom: 0;
}

.faq-one__content-box .accrodion.active::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--main-color);
    border-radius: 7px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion .accrodion-title {
    position: relative;
    display: block;
    padding: 15px 40px 15px;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.faq-one__content-box .accrodion.active .accrodion-title {
    padding: 15px 40px 5px;
}

.faq-one__content-box .accrodion .accrodion-title h4 {
    position: relative;
    color: #1b2336;
    font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-right: 20px;
}

.faq-one__content-box .accrodion .accrodion-title h4::before {
    content: "\f138";
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 20px;
    color: var(--main-color);
    position: absolute;
    top: 15px;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion.active .accrodion-title h4::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-one__content-box .accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 30px;
}

.faq-one__content-box .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.faq-one__content-box .accrodion .accrodion-content .inner p {
    margin: 0;
}

.faq-one__right {
    position: relative;
    display: block;
}


.faq-section {
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.accrodion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

.accrodion.active .accrodion-content {
    max-height: 500px;
    /* Adjust this based on your content height */
}

.video-popup-wrap {
    position: relative;

}

.video-popup-wrap .thumb {
    position: relative;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/asd.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-transform: rotate(1.8deg);
    -ms-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
}

.video-popup-wrap .thumb img {
    width: 100%;
    height: 100%;
}

.video-popup-wrap:after {
    content: '';
    background-image: url("../images/asd.png");
    position: absolute;
    width: 99%;
    background-size: cover;
    height: 94%;
    left: .5%;
    background-position: 100% 100%;
    z-index: -1;
    top: 3%;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    border-radius: 10px;
}

.video-popup-wrap.style-two .thumb {
    position: relative;
    -webkit-mask: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.video-popup-wrap.style-two .thumb:after {
    display: none;
}

.video-popup-wrap.style-two .thumb img {
    border-radius: 10px;
}

.video-popup-wrap.style-two:after {
    display: none;
}

.video-popup-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -53px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    padding: 6px;
}

.video-popup-btn .video-play-btn {
    height: 78px;
    width: 78px;
    background: var(--main-color);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    padding-left: 4px;
    color: var(--white-color);
    -webkit-animation: ripple-white3 2.5s linear infinite;
    animation: ripple-white3 2.5s linear infinite;
}

.video-popup-btn.style-two {
    margin-top: -25px;
    margin-left: -25px;
}

.video-popup-btn.style-two .video-play-btn {
    height: 50px;
    width: 50px;
    font-size: 18px;
    line-height: 52px;
    padding-left: 3px;
}

.video-popup-btn.style-two .video-play-btn:after {
    margin-top: -28px;
    margin-right: -28px;
    width: 56px;
    height: 56px;
    display: block;
    border: 1px solid var(--main-color);
}

/*======================================================
    end FAQ
 ======================================================*/
/*======================================================
    Start Testimonials
 ======================================================*/
.testimonial .testimonials-owl .testimonials-item {
    background-color: var(--white-color);
    padding: 30px 40px 0 40px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    margin-bottom: 20px;
    min-height: 300px;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
    position: relative;
}

.testimonials-owl .testimonials-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    position: relative;
    margin: 10px 0;
}

.testimonials-owl .testimonials-item h3:before {
    height: 5px;
    content: "";
    position: absolute;
    left: -50px;
    top: 10px;
    width: 40px;
    background: var(--second-color);
}

.testimonials-owl .testimonials-item span {
    margin-bottom: 10px;
}

.testimonials-owl .testimonials-item .testimonials-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.testimonials-owl .testimonials-item .testimonials-icon img {
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid #3fe2a5;
}

.owl-item .testimonials-item {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.owl-item.active.center .testimonials-item {
    -webkit-animation: zoomIn;
    animation: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
}

.owl-item.active.center .testimonials-item .testimonials-icon img {
    -webkit-animation: zoomIn;
    animation: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.testimonial-text {
    height: 90px;
    overflow: hidden;
}

.testimonial-text .testimonial-para {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-text p span,
.testimonial-text p {
    font-size: 12px !important;
    line-height: 1.8;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--font-normal);
}

.owl-carousel .owl-stage {
    overflow: visible !important;
    /* Ensure the entire stage allows overflow */
}

.owl-carousel .owl-item {
    overflow: visible !important;
    /* Ensure individual items allow overflow */
}

/*======================================================
    end Testimonials
 ======================================================*/
/*======================================================
 start why-choose-us
 ======================================================*/
.why-choose-us {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background: fixed;
    z-index: 2;
}

.why-choose-us .section-title .section-title-span,
.why-choose-us .section-title h2 {
    color: var(--white-color);
}

.why-choose-us-shape-one {
    position: absolute;
    left: 0;
    top: 28px;
    max-width: 15%;
}

.why-choose-us-shape-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

.why-choose-us::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: rgba(22, 92, 149, 0.92);
    z-index: -1;
}

.feature-item {
    padding: 30px;
    background: var(--white-color);
    border-radius: 10px;
    position: relative;
}

.feature-item:hover {
    background: var(--second-color);
    border-color: var(--second-color);
    -webkit-box-shadow: 10px 4px 40px rgba(247, 146, 30, .5);
    box-shadow: 10px 4px 40px rgba(247, 146, 30, .5);
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.feature-item .content h5 {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-item .content .para-box {
    height: 60px;
}

.feature-item .content .para-box p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
       color: var(--para-color);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-item:hover .feature-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

/*======================================================
    end why-choose-us
 ======================================================*/
/*======================================================
 start Sponsors
 ======================================================*/
.sponsors-page {
    padding: 50px 0;
    border-bottom: 1px solid #E9E9E9;
    background-color: var(--white-color);
}

.sponsors-box-item {
    background-color: #dee2e6;
    padding: 1rem;
    border: 1px solid #eee;
    position: relative;
}

.sponsors-box-item a {
    z-index: 200;
    position: relative;
}

.sponsors-box-item:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid var(--white-color);
    top: 5%;
    left: 5%;
    z-index: 20;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.sponsors-box-item:hover:before {
    border: 1px solid var(--main-color);
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.sponsors-box-item img {
    opacity: 0.5;
    min-width: 100%;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sponsors-box-item:hover {
    border-radius: 5px;
}

.sponsors-box-item:hover.sponsors-box-item img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.section-shape {
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

/*======================================================
 end Sponsors
 ======================================================*/
/*======================================================
      start newsletter
 ======================================================*/
.newsletter-cta .primary-button {
    border-radius: 0;
    height: 65px;
    background: var(--second-color);
}

.newsletter-cta .primary-button .round {
    background-color: var(--main-color);
}

.input-newsletter input {
    border-radius: 10px 0 0 10px;
}

.input-newsletter label {
    z-index: 2;
    position: absolute;
    top: -2rem;
    background: var(--main-color);
    padding: 0.3rem 0.75rem;
    color: var(--second-color);
    left: 1rem;
    border-radius: 2px 2px 0 0;
    font-size: 21px;
    font-weight: 500;
    font-family: var(--font-heading);
    letter-spacing: 1px;
}

.newsletter-heading h2 {
    margin-left: 100px;
}

.newsletter-shape {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
    -webkit-animation: scaleup 2s infinite alternate;
    animation: scaleup 2s infinite alternate;
}

@-webkit-keyframes scaleup {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes scaleup {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

#footer .footer-top {
    background: #165c95;
    padding: 180px 0 60px 0;
}


/*======================================================
        end newsletter
 ======================================================*/
/*=========================================================
    start Footer
==========================================================*/
#footer {
    color: var(--second-color);
    background: url(../images/bg-footer.png) no-repeat center bottom var(--main-color);
    position: relative;
}

#footer a {
    color: var(--second-color);
}

#footer p {
    color: var(--white-color);
}

#footer a:hover,
#footer a:focus {
    color: var(--second-color);
}


.footer-logo {
    height: 150px;
}

#footer .footer-center {
    padding: 60px 0;
}

@media (max-width:1199.98px) {
    #footer .footer-center {
        padding: 80px 0 60px;
    }
}

@media (max-width:991.98px) {
    #footer .footer-center {
        padding: 60px 0 40px;
    }
}

#footer .block {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer .block .block-title span {
    color: var(--white-color) !important;
}

#footer .block .block-title span:after,
#footer .block .block-title span:before {
    display: none;
}

#footer .copyright {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

#footer .copyright .copyright-inner {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width:991.98px) {
    #footer .footer-column {
        margin-bottom: 45px;
    }
}

.block {
    background: transparent;
    margin-bottom: 30px;
}

.block .block {
    margin-bottom: 0 !important;
}

.block .block-title {
    background: none;
    position: relative;
    font-size: 22px;
    color: #2A2C38;
    z-index: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

@media (max-width:991.98px) {
    .block .block-title {
        font-size: 20px;
    }
}

.block .block-title:after {
    content: '';
    width: 30px;
    height: 2px;
    background: var(--second-color);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.contact-info {
    max-width: 380px;
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-info ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "gilmer";
    font-size: 16px;
    display: block;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.contact-info ul li i {
    color: var(--second-color);
    width: 20px;
    margin-right: 10px;
}


footer ul.menu>li {
    position: relative;
    padding: 4px 0 10px;
    list-style-type: none;
    display: block;
}

/*=========================================================
    end Footer
==========================================================*/
/*=========================================================
    start Breadcrumb
==========================================================*/
.category-cover {
    background: no-repeat fixed;
    background-attachment: fixed;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 222;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background-position: 50% 50%;
    border-bottom: 1px solid #ddd;
}

.category-cover .overlay {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.04%, #d1a059b3), to(var(--main-color)));
    background: -o-linear-gradient(top, #d1a059b3 19.04%, var(--main-color) 100%);
    background: linear-gradient(180deg, #d1a059b3 19.04%, var(--main-color) 100%);
    width: 100%;
}

.category-para {
    line-height: 2.1;
    font-size: 16px;
    letter-spacing: 0.75px;
    margin: auto 25%;
}

.category-cover nav {
    border-bottom: none;
}

.category-cover-Details {
    position: relative;
    z-index: 20;
    height: 450px;
    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;
}

.hero-cap h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--white-color);
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.hero-cap h1::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 25px;
    /* background: var(--white-color); */
    left: -30px;
    top: 24px;
    border-radius: 5px;
    /* border: 4px double #fff; */
    background-color: #fff;
}

/* .breadcramb-shape {
    position: absolute;
    top: -170px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 200;
} */

.breadcramb-box {
    background: #eee;
    padding: 10px 0;
    z-index: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font: var(--fa-font-solid);
    color: var(--main-color);
    font-size: 14px;
    line-height: 24px;
}

.hero-caption h2 {
    color: var(--white-color);
    font-size: 50px;
    font-weight: 700;
}

.category-img img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 36% 100%);
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.breadcrumb-item a {
    color: var(--second-color) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: var(--main-color) !important;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin-top: 1rem;
    background: var(--white-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

/*=========================================================
    start Breadcrumb
==========================================================*/

/*=========================================================
    start back to top arrow
==========================================================*/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    width: 30px;
    height: 30px;
    z-index: 251;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    border-radius: 50%;
    padding: 1.5rem;
    border: 1px solid var(--second-color);
}

.scroll-to-top:hover {
    bottom: 32px;
}

.scroll-to-top.active-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*=========================================================
    End back to top arrow
==========================================================*/


.whatsapp-widget {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 5000;
}

.whatsapp-widget a {
    display: block;
    position: relative;
    background: var(--second-color);
    margin-bottom: 1px;
    padding: 1rem 10px 1rem;
    border-radius: 0 5px 5px 0;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--main-color);
    text-align: right;
    text-decoration: none;
    left: calc(-100% + 50px);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkittransition: all 0.5s ease-in-out;
}

.whatsapp-widget a:after {
    display: inline-block;
    font-family: "Font Awesome 6 Brands";
    /* For brand icons like WhatsApp */
    /* width:30px; */
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    margin-left: 20px;
}

.whatsapp-widget a:hover {
    left: 0;
}

.whatsapp-widget a[data-src="whatsapp"]:after {
    content: "\f232";
}

.full-describation {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -o-transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    transition: max-height 1s ease-in-out, visibility 0s linear 0s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.full-describation.show {
    max-height: none;
    overflow: auto !important;
    transition: 1s all ease-in-out;
}

#show-more-btn {
    margin-top: 10px;
    cursor: pointer;
    background-color: var(--white-color);
    color: var(--main-color);
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    font-weight: 500;
    margin-bottom: 20px;
}


.breadcrumb-item span{
    color: var(--second-color) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;

}
