@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: Gilroy-Thin;
    font-weight: 300;
    src: url('../../assets/font/gilroy/Gilroy-Thin.ttf');
}

@font-face {
    font-family: Gilroy-Regular;
    font-weight: 400;
    src: url('../../assets/font/gilroy/Gilroy-Regular.ttf');
}

@font-face {
    font-family: Gilroy-Bold;
    font-weight: 500;
    src: url('../../assets/font/gilroy/Gilroy-Bold.ttf');
}

html{
    font-size: 10px;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #1b515d;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-family: Gilroy-Regular;
}

/* header starts here */

header .navbar {
    padding: 0 0;
    box-shadow: 0 0 9px #ddd;
}

header .logo .navbar-brand {
    max-width: 25rem;
    margin: 0;
    display: block;
}

.logo .navbar-brand figure {
    margin: 0;
}

.header-menu-right .navbar-nav {
    gap: 3rem;
}

.header-menu-right .navbar-nav li .nav-link {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1.5;
    font-family: 'Gilroy-Bold';
    transition: all 0.3s;
    padding: 2.5rem 0;
}

.header-menu-right .navbar-nav li .nav-link.active,
.header-menu-right .navbar-nav li .nav-link:hover {
    color: #ff8204;
}

.header-dropdown-menu {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: 0;
    left: 0;
    top: 100%;
    box-shadow: 0 2px 9px #ddd;
}

#navbar-menu .dropdown {
    position: static;
}

.header-dropdown-menu {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: 0;
    left: 0;
    top: 100%;
    box-shadow: 0 2px 9px #ddd;
}

.header-dropdown-tab-box {
    border-radius: 0.5rem;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
    overflow: hidden;
}

.header-dropdown-tab-box .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #1b515d;
    font-size: 1.8rem !important;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 0.8rem 1rem !important;
    line-height: 1.3 !important;
}

.header-dropdown-tab-box .nav-link.active, .header-dropdown-tab-box .nav-link:hover {
    background: #ff8204;
    color: #ffffff !important;
}

.header-dropdown-menu-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 2rem;
    position: relative;
    overflow: hidden;
}

.header-dropdown-menu-list::after {
    position: absolute;
    content: "";
    background: #579bab;
    width: 1px;
    height: 100%;
    left: 0px;
    right: 2rem;
    margin: auto;
    top: 1rem;
}

.header-dropdown-menu-list li {
    list-style: none;
    width: calc(50% - 2rem);
}

.header-dropdown-menu-list li a {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2;
    color: #1b515d;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    padding: 0.6rem 0;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.header-dropdown-menu-list li a:hover {
    color: #ff8204;
}

.header-dropdown-right {
    padding-bottom: 1rem;
}

.header-destination-box {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    border-radius: 1rem;
    overflow: hidden;
}

.header-destination-box .item-box-img {
    margin: 0;
}

.header-destination-box .item-box-img figure {
    height: 21rem;
}

.header-destination-box .item-box-details {
    padding: 1rem 2rem;
}

.header-destination-box .item-box-details p {
    -webkit-line-clamp: 2;
}

/* header ends here */

.custom-btn {
    background: #ff8204;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    border: 1px solid #ff8204;
    transition: all 0.3s;
}

.custom-btn:hover {
    background: rgb(237 121 5);
}

.custom-btn span {
    transition: all 0.5s;
}

.custom-btn:hover span {
    margin-left: 5px;
}

.section-heading {
    font-size: 4rem;
    line-height: 1.2;
    color: #1b515d;
    font-weight: 700;
    font-family: Gilroy-Bold;
    position: relative;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}

.section-heading::before {
    position: absolute;
    content: "";
    background: #ff8204;
    top: 0;
    left: 0;
    width: 7rem;
    height: 0.7rem;
    border-radius: 0.3rem;
}

.section-heading-center{
    text-align: center;
}

.section-heading-center::before {
    right: 0;
    margin: auto;
}

.section-padding {
    padding: 6.5rem 0;
}

.section-padding-top{
    padding-top: 6.5rem;
}

.section-padding-bottom{
    padding-bottom: 6.5rem;
}

.top-slider {
    position: relative;
}

.top-home-slider .item {
    height: calc(100vh - 75px);
    display: flex;
    align-items: center;
}

.top-home-slider-details .section-heading {
    color: #ffffff;
    font-size: 6.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.top-home-slider-details p {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 2rem;
    right: 15rem;
    z-index: 99;
    min-width: max-content;
}

.slider-controls button {
    padding: 4px 12px;
    font-size: 18px;
    background: 0;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 100;
}

.slider-controls .slider-counter {
    font-size: 4rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 0;
    font-family: Gilroy-Bold;
}

.destination-heading-left {
    float: left;
    margin-right: 2rem;
    min-width: 50%;
    max-width: 58%;
}

.destination-heading-left .section-heading {
    margin-bottom: 0;
}

.destination-right-content {
    padding-top: 2.4rem;
}

.destination-right-content p {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 0;
}

.column-box {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #1b515d;
}

.column-box figure {
    margin-bottom: 1rem;
    border-radius: 10rem;
    overflow: hidden;
    width: 100%;
    height: 30rem;
}

.column-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.column-box:hover img {
    transform: scale(1.1);
}

.column-heading {
    font-size: 2.2rem;
    color: #1b515d;
    font-family: Gilroy-Bold;
    margin-bottom: 0;
    line-height: 1.5;
    transition: all 0.3s;
}

.new-destination .column-box .column-heading {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-destination .column-box .column-heading:hover{
    color: #ff8204;
}

.new-destination .column-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.two-item-slider .owl-nav button,
.three-item-slider .owl-nav button,
.five-item-slider .owl-nav button,
.four-item-slider .owl-nav button,
.five-top-arrow-slider .owl-nav button {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50% !important;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.five-top-arrow-slider .owl-nav button{
    top: -12rem;
}

.three-item-slider .owl-nav button{
    top: -14rem;
}

.five-top-arrow-slider .owl-nav button.owl-prev,
.three-item-slider .owl-nav button.owl-prev {
    right: 5rem;
}

.five-top-arrow-slider .owl-nav button.owl-next,
.three-item-slider .owl-nav button.owl-next {
    right: 0;
}

.five-item-slider .owl-nav button{
    top: 13rem;
}

.four-item-slider .owl-nav button,
.two-item-slider .owl-nav button {
    top: 11rem;
}

.five-item-slider .owl-nav button i,
.four-item-slider .owl-nav button i,
.two-item-slider .owl-nav button i {
    font-size: 2rem;
    line-height: 2.1;
}

.five-item-slider .owl-nav button.owl-prev,
.four-item-slider .owl-nav button.owl-prev,
.two-item-slider .owl-nav button.owl-prev {
    left: -2rem;
    background: #ffffff !important;
}

.five-item-slider .owl-nav button.owl-prev i,
.four-item-slider .owl-nav button.owl-prev i,
.two-item-slider .owl-nav button.owl-prev i{
    color: #1b515d !important;;
}

.five-item-slider .owl-nav button.owl-next,
.four-item-slider .owl-nav button.owl-next,
.two-item-slider .owl-nav button.owl-next {
    right: -2rem;
    background: #1b515d !important;
}

.five-item-slider .owl-nav button.owl-next i,
.four-item-slider .owl-nav button.owl-next i,
.two-item-slider .owl-nav button.owl-next i{
    color: #ffffff !important;
}

.travel-resources .section-heading {
    color: #ffffff;
}

.travel-resources-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4rem;
    position: relative;
    max-height: 65rem;
    overflow: auto;
}

.travel-resources-list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #2d7c7d;
    right: 0;
    left: 0;
    margin: auto;
}

/* width */
.travel-resources-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.travel-resources-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.travel-resources-list::-webkit-scrollbar-thumb {
  background: #ff8204; 
}

/* Handle on hover */
.travel-resources-list::-webkit-scrollbar-thumb:hover {
  background: #ff8204d9; 
}

.travel-resources-list li {
    border-bottom: 1px solid #2d7c7d;
    margin-bottom: 0rem;
    position: relative;
    list-style: none;
    width: calc(50% - 2rem);
    transition: all 0.3s;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

.travel-resources-list li:hover {
    border-color: #ffffff96;
}

.travel-resources-list li a {
    text-decoration: none;
    padding: 0.6rem 0.5rem;
    display: block;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1;
    position: relative;
    padding-right: 3rem;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
    margin: 0rem 0 1rem;
    font-family: 'Gilroy-Bold';
}

.travel-resources-list li a:hover {
    color: #ff8204;
}

.travel-resources-list li a i {
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    font-size: 2.1rem;
    color: #2d7c7d;
    top: 1rem;
    transition: all 0.3s;
}

.travel-resources-list li:hover i {
    color: #ffffff;
}

.travel-resources-details{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #ffffff;
}

.travel-resources-details a {
    display: inline !important;
    color: #ff8204 !important;
    padding: 0 !important;
}

.travel-resources-list li p {
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.3s;
    margin: 0;
}

.featured-destination-left p {
    color: #1b515d;
    font-size: 1.6rem;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.destination-list {
    padding: 0;
    margin-bottom: 2rem;
    list-style: none;
}

.destination-list li a {
    color: #1b515d;
    text-decoration: none;
    font-size: 1.8rem;
}

.destination-list li a i {
    color: #ff8204;
    font-size: 2rem;
    margin-right: 0.5rem;
}

.featured-destination-right a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.featured-destination-right a figure {
    height: 38rem;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.featured-destination-right a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.featured-destination-right a:hover img {
    transform: scale(1.1);
}

.featured-destination-right a .featured-globalText {
    position: absolute;
    bottom: 0;
    background: #1b515dd9;
    width: 100%;
    margin: 0;
    padding: 1rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    border-radius: 0 0 1rem 1rem;
    transition: all 0.3s;
}

.featured-destination-right a .featured-globalText:hover{
    color: #ff8204;
}

.item-box-img {
    display: block;
    margin-bottom: 1rem;
    position: relative;
}

.item-box-img figure {
    width: 100%;
    height: 27rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0;
}

.item-box-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.item-box:hover img {
    transform: scale(1.1);
}

.item-box-heading {
    font-size: 2rem;
    text-decoration: none;
    color: #1b515d;
    font-family: Gilroy-Bold;
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1.5;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item-box-heading:hover {
    color: #ff8204;
}

.item-box p {
    font-size: 1.6rem;
    color: #1b515d;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.item-box-details {
    padding: 0 2rem;
}

.trip-price {
    font-size: 1.6rem;
    font-family: 'Gilroy-Bold';
    margin-bottom: 0;
}

.read-btn {
    text-decoration: none;
    color: #ff8204;
    font-family: Gilroy-Bold;
    font-size: 1.6rem;
    transition: all 0.3s;
}

.slash-line {
    padding: 6rem 0;
}

.slash-line img {
    width: 100%;
}

/* newslatter css starts here */

.newslatter_left {
    width: 40%;
}

.small_heading {
    font-size: 15px;
    color: var(--tittle-color);
    font-weight: 500;
    margin-bottom: 12px;
}

.newslatter_full_container .section_heading {
    text-align: left;
    margin-bottom: 20px;
}

.newslatter_left_para {
    font-size: 15px;
    line-height: 28px;
    color: var(--title-color);
}

.newslatter_right {
    width: 40%;
    position: relative;
}

.newslatter_right:before {
    position: absolute;
    content: "";
    background: #ff82041f;
    width: 425px;
    height: 425px;
    border-radius: 100%;
    z-index: -1;
    right: 0;
    top: 0;
}

.newslatter_right .section_heading {
    margin-top: 35px;
}

.newslatter_form {
    width: 80%;
    align-items: end;
}

.newslatter_form .form-control {
    border: 0;
    border-bottom: 1px solid #1b515d;
    border-radius: 0;
    margin-right: 10px;
    background: 0;
    padding: 0.5rem;
    font-size: 1.6rem;
}

.newslatter_form .form-control::placeholder{
    color: #1b515d;
    font-size: 13px;
}

.newslatter_form .form-control:focus{
    box-shadow: none;
}

.form_submit_btn {
    background: #ff8204;
    border-radius: 100%;
    min-width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 1px solid #ff8204;
    font-size: 1.6rem;
}

.form_submit_btn:hover {
    color: #ff8204;
    background: 0;
    border: 1px solid #ff8204;
    transform: translateX(2px);
}

/* newslatter css ends here */

/* footer css starts here */

.footer-logo {
    display: block;
    max-width: 22rem;
    margin-bottom: 2rem;
}

.footer-logo-box p {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.8;
}

.social-icon {
    display: flex;
    gap: 0.5rem;
    margin-top: 2rem;
}

.social-icon a {
    width: 4rem;
    height: 4rem;
    display: flex;
    background: #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.6rem;
    color: #ff8204;
    transition: all 0.3s;
}

.social-icon a:hover{
    background: #ff8204;
    color: #ffffff;
}

.footer-heading {
    font-size: 2rem;
    color: #ffffff;
    margin: 1rem 0 3rem;
    line-height: 1.5;
    font-family: 'Gilroy-Bold';
}

.footer-menu {
    padding: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    transition: all 0.3s;
    position: relative;
    padding-left: 2rem;
}

.footer-menu li a:hover {
    margin-left: 0.5rem;
    color: #ff8204;
}

.footer-menu li a::before {
    position: absolute;
    content: "\f061";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    font-size: 1.4rem;
}

.copyright-container {
    padding: 2rem 0;
    border-top: 1px solid #e3e3e340;
    margin-top: 2rem;
}

.copyright-container p {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 0;
}

/* footer css ends here */

.where-to-stay-left {
    border: 1px solid #ddd;
    padding: 2rem;
    box-shadow: 0 0 9px #f5f5f5, 11px 16px 9px #f1f1f1;
}

.where-to-stay-left .section-heading,
.culture-box .section-heading {
    font-family: 'Gilroy-Regular';
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.item-box-list {
    margin-bottom: 2.5rem;
}

.item-box-list:last-child {
    margin-bottom: 0;
}

.item-box-content {
    text-decoration: none;
    color: #1b515d;
    transition: all 0.3s;
}

.item-box-content:hover {
    text-decoration: underline;
}

.where-to-stay-center {
    padding: 0 2rem;
}

.where-to-stay-right {
    border: 1px solid #ddd;
    padding: 2rem;
    box-shadow: 0 0 9px #f5f5f5, -11px 14px 9px #f1f1f1;
}

.culture-box {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3rem;
}

.culture-box .section-heading {
    padding-top: 0;
}

.culture-box .section-heading::before {
    display: none;
}

.culture-box p {
    font-size: 1.6rem;
    color: #1b515d;
    line-height: 1.6;
    margin-bottom: 0;
}

.culture-author-box {
    margin-top: 2rem;
    text-align: right;
}

.culture-author-box h4 {
    font-size: 2rem;
    color: #1b515d;
    font-family: 'Gilroy-Bold';
}

.fly-location-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fly-location-img {
    width: 100%;
    height: auto;
}

.fly-location-img img {
    width: 100%;
    object-fit: cover;
}

.fly-location-details {
    position: absolute;
    text-align: center;
    padding: 0 4rem;
}

.fly-location-details .column-heading {
    line-height: 1.2;
    margin-bottom: 0;
}

.fly-location-details p {
    color: #1b515d;
    margin-bottom: 0;
    font-size: 1.6rem;
}

/* comment css starts here */

.comment-post-form .control-label {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1b515d;
    font-family: Gilroy-Bold;
}

.comment-post-form .note-editor.note-frame.card {
    border-radius: 1rem;
    overflow: hidden;
}

.comment-post-form .note-toolbar.card-header {
    background: 0;
    bottom: 12px;
    left: 0.5rem;
    position: absolute;
    border: 0;
    z-index: 9;
}

.comment-post-form .note-editing-area {
    background: #ffffff;
}

.comment-post-input .form-control {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-radius: 1rem;
}

.comment-post-input .form-control:focus{
    box-shadow: none;
}

.comment-post-form small {
    display: block;
    margin-top: 1rem;
    font-size: 1.4rem;
}

.comment-heading span {
    background: #ff8204;
    padding: 0.7rem 1.5rem;
    margin-left: 1rem;
    border-radius: 1.6rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
}

.comment-filter .dropdown button {
    font-size: 1.8rem;
    border: 0;
    background: 0;
    color: #1b515d;
    padding-bottom: 1rem;
}

.comment-filter .dropdown button i {
    transform: rotate(90deg);
    margin-right: 0.5rem;
}

.comment-filter .dropdown .dropdown-menu {
    padding: 0;
    min-width: 14rem;
}

.comment-filter .dropdown .dropdown-menu li{
    border-bottom: 1px solid #ddd;
}

.comment-filter .dropdown .dropdown-menu li:last-child{
    border-bottom: 0;
}

.comment-filter .dropdown .dropdown-menu li .dropdown-item {
    font-size: 1.6rem;
    padding: 0.6rem 1.4rem;
}

.comment-reply {
    margin-top: 2rem;
}

.comment-user-and-time {
    margin-bottom: 1rem;
}

.comment-user-and-time i {
    background: #ff8204;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    color: #ffffff;
}

.comment-user-and-time .column-heading {
    font-size: 2rem;
    margin-left: 1rem;
    margin-right: 0.5rem;
}

.comment-time {
    color: #1b515d;
    font-size: 1.4rem;
}

.comment-reply-message {
    padding-left: 5rem;
}

.comment-reply-message p {
    font-size: 1.6rem;
    color: #1b515d;
    margin-bottom: 0.2rem;
}

.comment-like-dislike {
    margin-top: 2rem;
    gap: 2rem;
}

.comment-like {
    font-size: 1.8rem;
    color: #ff8204;
    cursor: pointer;
}

.comment-dislike {
    font-size: 1.8rem;
    color: #1b515d;
    cursor: pointer;
}

.comment-message-reply {
    border: 0;
    background: 0;
    color: #1b515d;
    margin-left: 1rem;
    font-size: 1.8rem;
}

.comment-message-reply i {
    margin-right: 0.5rem;
}

/* comment css ends here */

.stores-container {
    margin-top: 4rem;
}

/* .stores-container .section-heading {
    background: url('../assets/images/fly-location.png') no-repeat center / cover;
    width: 100%;
    height: 22rem;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.store-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.2rem 0.8rem;
    margin-top: 4rem;
    max-height: 52rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.8rem 0.4rem;
}

.store-item {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 0rem;
    background: #ffffff;
    color: #000000;
    font-size: 1.6rem;
    position: relative;
    border-radius: 0.5rem;
    transition: all 0.3s;
    box-shadow: 0 0 9px #ddd;
    text-align: center;
}

.store-item:hover {
    background: #1b515d;
    color: #ffffff;
    border-color: #1b515d;
}

.discount-card {
    position: absolute;
    top: -15px;
    right: 0;
    background: #ff8204;
    padding: 1px 8px;
    font-size: 13px;
    color: #ffffff;
    width: max-content;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}

.small-heading {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.top-ind-banner {
    position: relative;
}

.top-ind-banner-image {
    width: 100%;
    height: calc(100vh - 8rem);
}

.top-ind-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-ind-banner-heading {
    position: absolute;
    top: 16rem;
}

.top-ind-banner-heading .section-heading {
    color: #ffffff;
}

.top-ind-banner-details {
    position: absolute;
    bottom: -2rem;
    background: #ffffff;
    left: 0;
    max-width: 100rem;
    margin: auto;
    right: 0;
    padding: 2rem;
    box-shadow: 0 0 9px #ddd;
    /* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 40px;
    column-gap: 35px;
    -webkit-column-rule: 1px solid black;
    -moz-column-rule: 1px solid black;
    column-rule: 1px solid #e3e3e3; */
    border: 1px solid #c5c5c5;
    border-radius: 0.5rem;
}

.top-ind-banner-details::after {
    position: absolute;
    content: "";
    background: #ffffff;
    bottom: -3px;
    width: 60%;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
}

.top-ind-banner-details p {
    margin-bottom: 0;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.whats-packing-column {
    border-width: 1px;
    border-style: solid;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-image: linear-gradient(to top, #1b515d, rgba(0, 0, 0, 0)) 1 100%;
}

.whats-packing-box {
    background-image: linear-gradient(#ffffff, #edf4f4, #e5efef);
    padding: 3rem;
    border-radius: 2rem;
    height: 100%;
}

.whats-packing-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 2rem;
}

.whats-packing-list li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: flex;
}

.whats-packing-list li .fa-solid {
    font-size: 2rem;
    margin-right: 1rem;
    display: flex;
    line-height: 1.5;
}

.whats-packing-list li .fa-xmark{
    color: #ff8204;
}

.what-to-pack-variations {
    position: relative;
    margin-top: 3rem;
}

.pack-variations-image {
    width: 70%;
    height: 45rem;
    border-radius: 0.6rem;
    overflow: hidden;
    position: relative;
}

.pack-variations-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.pack-variations-details {
    position: absolute;
    right: 0;
    width: 50%;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0 2.5px rgba(0,0,0,0.25);
    border-radius: 0.6rem;
    top: 4rem;
    min-height: calc(100% - 8rem);
    z-index: 9;
}

.pack-variations-details p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
}

.variation-accordians .accordion-button {
    font-size: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #1b515d;
    font-family: 'Gilroy-Bold';
}

.variation-accordians .accordion-button:not(.collapsed) {
    background: none;
    color: #ff8204;
}

.variation-accordians .accordion-button:focus {
    box-shadow: none;
}

.variation-accordians .accordion-body {
    padding: 0.5rem 0;
    font-size: 1.4rem;
}

.pack-variations-details .custom-btn {
    /* margin-left: auto; */
    display: block;
    text-align: center;
}

/* product item css starts here */

.product-item {
    display: block;
    box-shadow: 0 0 9px #ddd;
    transition: all 0.3s;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
}

.product-item:hover {
    transform: translateY(-4px);
}

.product-img {
    position: relative;
    background: #f7f7f7;
    width: 100%;
    height: 13rem;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item-details {
    padding: 8px;
}

.product-item-details .box-heading {
    margin-bottom: 6px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1b515d;
    font-family: 'Gilroy-Bold';
}

.product-item-details .box-heading:hover{
    color: #ff8204;
}

.product-price {
    font-weight: 700;
    color: #ff8204;
    font-size: 14px;
}

.product-details {
    font-size: 13px;
    color: #000;
    margin-top: 4px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

/* product item css ends here */

.trending-heading {
    background: #ff8204;
    text-align: center;
    padding: 1rem;
    color: #fff;
    font-family: 'Gilroy-Bold';
    border-radius: 0.6rem;
    margin-bottom: 1rem;
}

.trending-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}

.trending-item {
    display: block;
}

.trending-item figure {
    width: 100%;
    height: 11rem;
    margin: 0;
    border-radius: 0.6rem;
    overflow: hidden;
}

.trending-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* all destination section starts here */

/* .travel-trip-column figure {
    height: 30rem;
}

.travel-trip-column-up figure {
    height: 25rem;
} */

.travel-trip-column-up {
    position: relative;
    top: -5rem;
}

.location-box {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #1b515d;
    padding-right: 1rem;
    border-radius: 5rem;
    box-shadow: 0 0 9px #ddd;
    font-size: 1.5rem;
}

.location-box i {
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #ff8204;
    margin-right: .5rem;
}

.heading-and-filter-box {
    margin-bottom: 2rem;
}

.heading-and-filter-box .section-heading {
    margin-bottom: 0;
}

.destination-search {
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
}

.destination-search .select-form-control {
    position: relative;
}

.destination-search .select-form-control::after {
    position: absolute;
    content: "\f0b0";
    font-family: 'FontAwesome';
    top: 50%;
    right: 6px;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    transform: translateY(-50%);
    line-height: 1.2;
}

.destination-search .form-control {
    font-size: 1.4rem;
    padding: 1rem;
    border: 1px solid #1b515d !important;
    height: auto;
    color: #000000;
    padding-right: 3rem;
    min-width: max-content;
    cursor: pointer;
}

.destination-search .form-control:focus{
    box-shadow: none;
}

.destination-search .custom-btn {
    min-width: max-content;
    background: #1b515d;
    border-color: #1b515d;
    padding: 0.9rem 1.5rem;
}

.destination-search .custom-btn:hover{
    background: #1b515dcf;
}

.travel-trip-left .section-para {
    margin-bottom: 6rem;
}

/* .destination-search-item {
    margin-left: 1rem;
}

.destination-search-btn {
    font-size: 15px;
    padding: 8px 15px;
    border: 1px solid #1b515d !important;
    height: auto;
    color: #1b515d;
    font-family: 'Gilroy-Bold';
}

.destination-search-item .dropdown-menu {
    margin: 0;
    width: 100%;
    padding: 0;
    max-height: 322px;
    overflow: auto;
}

.destination-search-item .dropdown-menu li a {
    padding: 5px 10px;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    transition: all 0.3s;
}

.destination-search-item .dropdown-menu li a.active,
.destination-search-item .dropdown-menu li a:hover{
    background: #1b515d;
    color: #ffffff;
} */

.trip-vertical-box {
    margin-bottom: 2rem;
    max-height: 60rem;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 9px #ddd;
    padding: 1rem;
    border-radius: 0.5rem;
}

.trip-vertical-item {
    text-decoration: none;
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.trip-vertical-item:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.trip-vertical-item figure {
    width: 9rem;
    min-width: 9rem;
    height: 9rem;
    min-height: 9rem;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.trip-vertical-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.trip-vertical-right .column-heading {
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.4rem;
    transition: all 0.3s;
}

.trip-vertical-item p {
    margin-bottom: 0;
    color: #1b515d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
    transition: all 0.3s;
}

.trip-vertical-item p:hover,
.trip-vertical-right .column-heading:hover {
    color: #ff8204;
}

.travel-essential-box {
    box-shadow: 0 0 9px #ddd;
    padding: 1rem;
    padding-right: 0;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.painting-bg {
    background: url('../../assets/images/painting-bg.png') no-repeat center / contain;
    padding: 2rem;
    margin-bottom: 2rem;
}

.painting-bg .column-heading {
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
}

.travel-essential-items-box {
    max-height: 69rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.travel-essential-items {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.travel-essential-items:last-child {
    border: 0;
    margin: 0;
}

.travel-essential-items-top {
    margin-bottom: 0.5rem;
}

.travel-essential-items figure {
    width: 8rem;
    min-width: 8rem;
    height: 8rem;
    min-height: 8rem;
    /* background: #1b515d; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    border: 2px solid #1b515d;
    overflow: hidden;
}

.travel-essential-items figure img {
    object-fit: contain;
}

.travel-essential-items .column-heading {
    font-size: 1.6rem;
    margin-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.travel-essential-items .column-heading:hover,
.travel-essential-items p:hover {
    color: #ff8204;
}

.travel-essential-items p {
    color: #1b515d;
    font-size: 1.5rem;
    padding-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.vertical-ads {
    margin-bottom: 2rem;
}

.vertical-ads a {
    display: block;
    overflow: hidden;
    text-align: center;
}

.vertical-ads a img{
    border-radius: 1rem;
}

.subscribe-box {
    margin-top: 2rem;
    box-shadow: 0 0 9px #ddd;
    padding: 1rem;
    border-radius: 0.5rem;
    position: sticky;
    top: 2rem;
}

.subscribe-box .trending-heading {
    padding: 1rem 0;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.subscribe-box p {
    font-size: 1.5rem;
    font-style: italic;
    font-family: 'Gilroy-Bold';
}

.subscribe-form .form-control {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #1b515d;
}

.subscribe-form .custom-btn {
    margin: auto;
    display: block;
    margin-top: 2rem;
}

/* pagination css starts here */

#pagelink {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

#pagelink a.link, #pagelink span {
    width: 3rem;
    display: flex;
    height: 3rem;
    background: #1b515d;
    text-decoration: none;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 0.6rem;
    cursor: pointer;
    box-shadow: 0 0 9px #ddd;
}

#pagelink span.disabled {
    background: #ddd;
}

.top-destination .item-box p{
        -webkit-line-clamp: none;
}

/* pagination css ends here */

.featured-slider-wrapper,
.featured-slider-pro-wrapper{
    position: relative;
}

.section-subheading {
    font-family: 'Gilroy-Bold';
    color: #ff8204;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.slider-btn-and-controls{
    margin-top: 2rem;
}

.featured-slider-wrapper .slider-controls,
.featured-slider-pro-wrapper .slider-controls{
    position: relative;
    right: auto;
    bottom: auto;
}

.featured-slider-wrapper .slider-controls button,
.featured-slider-pro-wrapper .slider-controls button{
    color: #1b515d;
    border-color: #1b515d;
}

.featured-slider-wrapper .slider-counter,
.featured-slider-pro-wrapper .slider-counter {
    color: #1b515d;
}

/* swiper slider css */

.swiper-button-next::after {
  content: '\f078';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
}

.swiper-button-prev::after {
  content: '\f077';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
}

/* swiper slider css ends */

.travel-blog .section-heading {
    margin-bottom: 8rem;
}

.smart-travel-column {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

.smart-travel-column::after {
    position: absolute;
    content: "";
    background: url('/assets/images/slash-line.png') no-repeat left / contain;
    width: 100%;
    height: 2rem;
    left: 0;
    bottom: -2rem;
    z-index: 999;
}

.smart-travel-column:last-child {
    padding: 0;
    margin: 0;
}

.smart-travel-box:hover img {
    transform: scale(1.1);
}

.smart-travel-image {
    margin: auto;
    height: 30rem !important;
    width: 85% !important;
    position: absolute;
    top: -15rem;
    left: 0;
    right: 0;
    z-index: 9;
}

.smart-travel-details {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    padding-top: 16rem !important;
    margin-top: 17rem !important;
    text-align: center;
    z-index: 0;
}

.smart-travel-details .column-heading a {
    text-decoration: none;
    color: #ff8204;
    margin-bottom: 0.5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.smart-travel-details .column-heading a:hover{
    color: #1b515d;
}

.smart-travel-details p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.trip-packing-ideas-column .smart-travel-details{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.trip-packing-ideas-column .smart-travel-details p {
    -webkit-line-clamp: none;
    margin-bottom: 0.5rem;
}

.featured-pro-slider .owl-stage {
    padding-left: 0 !important;
    margin-right: 1rem !important;
}

.featured-products-item {
    padding-bottom: 5rem;
    overflow: hidden;
}

.featured-products-item .pack-variations-image {
    height: 40rem;
    border: 1px solid #ddd;
    max-width: 40rem;
}

.featured-products-item .pack-variations-image img {
    object-fit: contain;
}

.featured-products-item-details {
    position: absolute;
    box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    padding: 1rem 2rem;
    bottom: 1rem;
    height: calc(100% - 8rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 1rem;
    width: 63%;
}

.featured-products-item .column-heading a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #1b515d;
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}

.featured-products-item .column-heading a:hover{
    color: #ff8204;
}

.featured-products-item .product-price {
    margin: 0.6rem 0;
    display: block;
}

.featured-products-item-details-text {
    overflow: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
}

.featured-products-item-details-text, 
.featured-products-item-details-text p, .featured-products-item-details-text p span {
    text-align: left;
    font-family: 'Gilroy-Regular' !important;
    font-size: 1.5rem !important;
}

.featured-products-item-details .custom-btn {
    text-align: center;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

.offer-box {
    position: absolute;
    top: 0.3rem;
    right: 0.4rem;
    background: #ff8204;
    border-radius: 5rem;
    color: #ffffff;
    padding: 0.7rem 1rem;
    font-size: 1.4rem;
    font-family: 'Gilroy-Bold';
    line-height: 1.5;
}

.offer-box p {
    margin: 0;
}

/* blog details page css starts here */

.blog-details-image {
    width: 100%;
    height: 40rem;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.blog-details-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-author-and-date {
    margin-bottom: 2rem;
}

.post-author {
    font-size: 1.5rem;
}

.post-author i {
    margin-right: 0.5rem;
    color: #ff8204;
}

.post-date {
    font-size: 1.4rem;
}

.post-date i {
    color: #ff8204;
}

/* blog details page css ends here */

/* contact us starts here */

.contact-banner {
    height: calc(100vh - 8rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-box {
    padding: 3rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 9px #ddd;
}

.address-box {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.address-box:last-child{
    margin-bottom: 0;
}

.address-icon {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    background: #ff8204;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.address-text span.label {
    display: block;
    font-size: 2rem;
    font-family: 'Gilroy-Bold';
}

.address-text a {
    text-decoration: none;
    display: inline-block;
    color: #1b515d;
}

.contact-us-form .form-control {
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    border: 1px solid #1b515d;
}

/* contact us ends here */

.slider-ads-item {
    display: block;
    overflow: hidden;
    border-radius: 1rem;
}

.slider-ads-item figure {
    margin: 0;
    width: 100%;
    height: 30rem;
    overflow: hidden;
}

.slider-ads-item figure img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    transition: all 0.3s;
}

.slider-ads-item:hover img {
    transform: scale(1.05);
}

/* reaponsive css starts here */

@media (min-width:1400px) {
.trip-vertical-box {
    max-height: 70rem;
}
.trip-vertical-item figure {
    width: 13rem;
    min-width: 13rem;
    height: 11rem;
    min-height: 11rem;
}
.trip-vertical-item p {
    -webkit-line-clamp: 4;
}
}


@media (max-width:1199px) {
.featured-products-item .pack-variations-image {
    max-width: 35rem;
}
.travel-trip-left .section-para {
    margin-bottom: 2rem;
}
.destination-search {
    margin-bottom: 6rem;
    justify-content: end;
}
.three-item-slider .owl-nav button {
    top: -17rem;
}
}


@media (min-width:991px) {
#navbar-menu .dropdown:hover .header-dropdown-menu {
    display: block;
}
}

@media (max-width:991px) {
header .navbar {
    padding: 1rem 0;
}
header .navbar-toggler {
    border: 0;
    font-size: 3rem;
    color: #1b515d;
    padding: 0;
}
header .navbar-toggler:focus{
    box-shadow: none;
}
#navbar-menu {
    position: absolute;
    height: 100vh;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 99999;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #00000024;
}
.header-menu-right .navbar-nav {
    gap: 1rem;
    padding-left: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 5rem;
}
.header-menu-right .navbar-nav li .nav-link {
    padding: 0.3rem 0;
}
.header-dropdown-tab-box {
    margin-bottom: 1rem;
    margin-right: 0 !important;
}
.header-dropdown-right {
    padding-top: 1rem;
}

.featured-destination-right a {
    margin-bottom: 2rem;
}
.top-ind-banner-image {
    height: 30rem;
}
.top-ind-banner-heading {
    top: 10rem;
}
.top-ind-banner-details {
    position: relative;
    top: -5rem;
}
.where-to-stay {
    padding: 0 !important;
    top: -2rem;
    position: relative;
}
.where-to-stay-left {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
}
.where-to-stay-center {
    padding: 0 1rem;
}
.where-to-stay-right {
    padding: 1rem 1rem;
    margin-top: 2rem;
}
.destination-search {
    gap: 0.6rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.travel-trip-column-up {
    top: 0;
}
.travel-trip-right {
    margin-top: 2rem;
}
.three-item-slider .owl-nav button {
    top: -19.5rem;
}
}


@media (max-width:767px){
.section-padding {
    padding: 4rem 0;
}
.section-padding-top {
    padding-top: 4rem;
}
.section-padding-bottom {
    padding-bottom: 4rem;
}
.section-heading {
    font-size: 3.5rem;
}
.newslatter_full_container {
    flex-wrap: wrap;
}
.newslatter_left, .newslatter_right {
    width: 100%;
}
.three-item-slider .owl-nav button {
    top: -21.5rem;
}
}

@media (max-width:576px) {
.section-padding {
    padding: 3rem 0;
}
header .logo .navbar-brand {
    max-width: 20rem;
    padding: 0;
}
.section-padding-top {
    padding-top: 3rem;
}
.section-padding-bottom {
    padding-bottom: 3rem;
}
.section-heading {
    font-size: 3rem;
}
.header-menu-right .navbar-nav {
    padding: 1rem;
}
.header-dropdown-menu-list li {
    width: 100%;
}
.header-dropdown-menu-list::after{
    display: none;
}
.top-home-slider .item {
    height: calc(100vh - 75px);
    background-position: left !important;
}
.custom-btn {
    font-size: 1.4rem;
}
.pack-variations-details .custom-btn {
    padding: 0.8rem;
}
.destination-heading-left {
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
}
.destination-heading-left .section-heading {
    margin-bottom: 1rem;
}
.top-home-slider-details .section-heading {
    color: #ffffff;
    font-size: 4rem;
}
.top-home-slider-details p {
    font-size: 1.8rem;
}
.slider-controls {
    right: 2rem;
}
.column-box figure {
    border-radius: 2rem;
}
.five-item-slider .owl-nav button.owl-prev, .four-item-slider .owl-nav button.owl-prev,
.two-item-slider .owl-nav button.owl-prev {
    left: 0rem;
}
.five-item-slider .owl-nav button.owl-next, .four-item-slider .owl-nav button.owl-next,
.two-item-slider .owl-nav button.owl-next {
    right: 0rem;
}
.two-item-slider .owl-nav button {
    top: 9rem;
}
.travel-resources-list li {
    width: 100%;
}
.travel-resources-list::before{
    display: none;
}
.featured-destination-right a figure {
    height: 32rem;
}
.section-subheading {
    margin-bottom: 1rem;
}
.featured-destination-left {
    text-align: center;
}
.slider-btn-and-controls {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 1.5rem;
}
.featured-destination-left p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.slash-line {
    padding: 1rem 0 2rem;
}
.featured-products-item {
    padding-bottom: 0rem;
}
.featured-products-item .pack-variations-image {
    height: 30rem;
    max-width: 100%;
}
p {
    font-size: 1.5rem;
}
.culture-box p {
    font-size: 1.5rem;
}
.item-box-details {
    padding: 0 1rem;
}
.what-to-pack-variations {
    flex-wrap: wrap;
}
.pack-variations-image {
    width: 100%;
    height: 30rem;
}
.pack-variations-details {
    top: -3rem;
    left: 0;
    width: 90%;
    margin: auto;
    position: relative;
}
.whats-packing-column {
    border-right: 0;
}
.smart-travel-image {
    height: 25rem !important;
    width: 90% !important;
}
.smart-travel-details {
    padding-top: 11rem !important;
}
.subscribe-box {
    margin-bottom: 0 !important;
}
.three-item-slider .owl-nav button {
    top: auto;
    bottom: -3rem;
}
.featured-products-item-details {
    bottom: 6rem;
    position: relative;
    width: 90%;
    margin: auto;
    left: 0;
}
.featured-products-item-details-text {
    overflow: hidden;
    -webkit-line-clamp: 7;
}
.newslatter-section {
    position: relative;
    top: -3rem;
    padding-bottom: 0;
}
.newslatter_left {
    position: relative;
    top: -3rem;
}
.slider-ads-item figure {
    height: 22rem;
}
}