@font-face {
    font-family: GT Walsheim Pro;
    src: local("GT Walsheim Pro Regular"), local("GTWalsheimProRegular"), url('../fonts/GTWalsheimProRegular.woff2') format("woff2"), url('../fonts/GTWalsheimProRegular.woff') format("woff"), url('../fonts/GTWalsheimProRegular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GT Walsheim Pro;
    src: local("GT Walsheim Pro Bold"), local("GTWalsheimProBold"), url('../fonts/GTWalsheimProBold.woff2') format("woff2"), url('../fonts/GTWalsheimProBold.woff') format("woff"), url('../fonts/GTWalsheimProBold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: local('Gilroy Medium'), local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    margin: 0;
    /* font-family: 'GT Walsheim Pro', sans-serif; */
    font-family: 'Times New Roman', Times, serif;
}

a {
    text-decoration: none;
    /* Remove underline */
    color: inherit;
    /* Use color of parent element */
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    /* Remove underline on hover, focus, and active states */
    color: inherit;
    /* Use color of parent element in hover, focus, and active states */
}

.bg-dark {
    color: #fff;
    background-color: #171717!important;
}

.bg-light-dark {
    background-color: #242731!important;
}

.card-meta {
    color: #B4B4B4;
    font-size: 14px;
    color: #555;
    font-family: GT Walsheim Pro;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-meta .left span {
    margin-left: 5px;
}

.cat-btn {
    border-radius: 6px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 4px 16px;
    cursor: pointer;
}

.cat-link {
    color: #30C1B0;
    font-size: 14px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.l-green {
    color: #30C1B0
}

.p-12px {
    padding: 12px;
}

.pt-12px {
    padding-top: 12px;
}

.pb-12px {
    padding-bottom: 12px;
}

.pl-12px {
    padding-left: 12px;
}

.pr-12px {
    padding-right: 12px;
}

.px-12px {
    padding: 0 12px;
}

.py-12px {
    padding: 12px 0;
}

.mx-12px {
    margin: 0 12px;
}

.my-12px {
    margin: 12px 0;
}

.tabs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0px;
    gap: 20px;
}

.tabs li {
    cursor: pointer;
    padding: 10px;
}

.highlight {
    height: 4px;
    border-radius: 6px;
    background: #004E44;
    width: 0;
    position: absolute;
    transition: all .5s ease-in-out;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}

.tab-content .col-lg-12 {
    padding: 12px;
}

.card-img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background-color: #fff;
}

#header>div {
    padding: 16px 0;
}

#header .logo {
    height: 45px;
}

#header .nav-link {
    padding: 0px;
}

#header #search-form {
    padding-right: 20px;
    position: relative;
    width: 300px;
}

#header #search-form input {
    border-radius: 66px;
    border: none;
    padding: 8px 26px;
    color: #004E44;
    background-color: #0D7D7020;
}

#header #search-form input:focus {
    box-shadow: none;
}

#header #search-form button {
    border: none;
    position: absolute;
    right: 20px;
    top: 0;
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
    padding: 13px 18px;
    display: flex;
    background: none;
}

#header .nav {
    margin-right: -10px;
}

.navbar {
    padding-top: 4.5rem;
}

.navbar .nav-scroller {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow-y: hidden;
}

.navbar .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    gap: 50px;
    overflow: hidden;
}

.dropdown-toggle::after {
    content: none;
}

.navbar .nav .nav-link {
    color: #000;
    font-size: 18px;
    font-family: Times New Roman;
    line-height: 1.2;
}

.navbar .nav .nav-link.active,
.navbar .nav .nav-link:hover {
    color: #30C1B0;
}

.navbar .carousel-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    padding: 7px;
}

.navbar .carousel::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari and Opera */
}

.navbar .carousel img {
    height: 65px;
    margin: 10px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero-section .swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-section .swiper-slide {
    width: 57%!important;
    position: relative;
    opacity: 0.5;
    /* Make slides semi-transparent */
    border-radius: 12px;
    overflow: hidden;
}

.hero-section .swiper-slide .card-content {
    display: none;
}

.hero-section .swiper-slide.swiper-slide-active {
    opacity: 1;
    /* Make center slide fully visible */
}

.hero-section .swiper-slide.swiper-slide-active .card-content {
    display: block;
}

.hero-section .swiper-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, white, transparent, white);
    pointer-events: none;
    /* This makes sure that the gradient doesn't interfere with slide clicks */
}

.hero-section .card-img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.hero-section .card-img img {
    width: 100%;
}

.hero-section .card-content {
    position: absolute;
    bottom: 0px;
    border-radius: 10px;
    opacity: 0.699999988079071;
    background: linear-gradient(90deg, #000 0%, #000 82.00%, rgba(0, 0, 0, 0.00) 100%);
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: normal;
    color: #FFF;
    width: 100%;
    padding: 20px;
    margin: 24px;
}

.hero-section .card-content span {
    color: #30C1B0;
    font-size: 16px;
}

.hero-section .card-content h2 {
    padding-top: 5px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-section .card-content p {
    font-size: 12px;
}

.hero-section .card-content img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.hero-section .swiper-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0) 50%, white);
    pointer-events: none;
    /* This makes sure that the gradient doesn't interfere with slide clicks */
}

.hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
    width: 70px;
    height: 70px;
}

.hero-section .swiper-button-next {
    margin-right: 50px;
}

.hero-section .swiper-button-prev {
    margin-left: 50px;
}

.hero-section .swiper-button-next:after,
.hero-section .swiper-button-prev:after {
    content: none;
}

.hero-section .cat-block .cat-card {
    border-radius: 10px;
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    padding-bottom: 25px;
    position: relative;
    height: 120px;
    display: flex;
    align-items: end;
}

.hero-section .cat-block .cat-card svg {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.hero-section .cat-block .culture {
    border-radius: 10px;
    background: linear-gradient(90deg, #20CCB7 0%, rgba(14, 149, 133, 0.15) 100%), url(../images/cat-culture.jpg) lightgray 50% / cover no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .cat-block .food {
    border-radius: 10px;
    background: linear-gradient(90deg, #20CCB7 0%, rgba(14, 149, 133, 0.15) 100%), url(../images/cat-food.jpg) lightgray 50% / cover no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .cat-block .nature {
    border-radius: 10px;
    background: linear-gradient(90deg, #20CCB7 0%, rgba(14, 149, 133, 0.15) 100%), url(../images/cat-nature.jpg) lightgray 50% / cover no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .cat-block .adventure {
    border-radius: 10px;
    background: linear-gradient(90deg, #20CCB7 0%, rgba(14, 149, 133, 0.15) 100%), url(../images/cat-adventure.jpg) lightgray 50% / cover no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .hero-section .cat-block .cat-card {
        font-size: 20px;
        padding-left: 10px;
    }
    .hero-section .swiper-slide {
        width: 90%!important;
    }
    .hero-section .swiper-button-next,
    .hero-section .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .hero-section .swiper-button-next {
        margin-right: -12px;
    }
    .hero-section .swiper-button-prev {
        margin-left: -12px;
    }
    .hero-section .swiper-button-next,
    .hero-section .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .hero-section .card-content h2 {
        font-size: 22px;
    }
    .hero-section .card-content span {
        font-size: 12px;
    }
    .hero-section .card-content p {
        font-size: 12px;
    }
    .hero-section .card-content img {
        height: 20px;
        width: 20px;
    }
    .hero-section .card-content {
        padding: 2px 10px;
        margin: 8px 12px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-section .swiper-button-next,
    .hero-section .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .hero-section .card-content h2 {
        font-size: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 60px;
        padding-right: 20px;
    }
    .hero-section .card-content span {
        font-size: 14px;
    }
    .hero-section .card-content p {
        font-size: 12px;
    }
    .hero-section .card-content img {
        height: 20px;
        width: 20px;
    }
    .hero-section .card-content {
        padding: 2px 10px;
        margin: 16px 15px;
    }
}

@media screen and (max-width: 596px) {
    .hero-section .cat-block .cat-card {
        height: 77PX;
    }
    .hero-section .swiper-button-next,
    .hero-section .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .hero-section .card-content h2 {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 35px;
        padding-right: 20px;
    }
    .hero-section .card-content span {
        font-size: 10px;
    }
    .hero-section .card-content p {
        font-size: 9px;
    }
    .hero-section .card-content img {
        height: 15px;
        width: 15px;
    }
    .hero-section .card-content {
        padding: 2px 10px;
        margin: 8px 12px;
    }
}

@media screen and (max-width: 375px) {
    .hero-section .cat-block .cat-card {
        font-size: 18px;
    }
}


/*--------------------------------------------------------------
# inspiring Section
--------------------------------------------------------------*/

.inspiring-section h2 {
    font-size: 35px !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inspiring-section .tab {
    color: #004E44;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}


/* .inspiring-section .small-card{
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
} */

.inspiring-section .small-card .card-img {
    width: 50%;
    border-radius: 10px;
}

.inspiring-section .small-card .card-content {
    width: 65%;
}

.inspiring-section .small-card .cat-link {
    font-size: 12px;
}

.inspiring-section .small-card h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.inspiring-section .small-card .card-meta {
    font-size: 12px;
    /* padding: 12px!important; */
}

.inspiring-section .card-meta .left span {
    margin-left: 4px;
}

.inspiring-section .small-card .card-meta img {
    width: 25px;
    height: 25px;
}

.inspiring-section .big-card .card-img {
    border-radius: 10px;
}

.inspiring-section .big-card h3 {
    color: #000;
    font-size: 35px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 92px;
}

.inspiring-section .big-card p {
    font-size: 18px;
    color: #555;
    line-height: 1.2;
}

.inspiring-section .big-card .card-meta {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.inspiring-section .card-meta .left span {
    margin-left: 4px;
}

.fs-12 {
    font-size: 12px;
}

.small-caard {
    padding-bottom: 0%;
    padding-right: 23%;
    padding-top: 24%;
    padding-left: 18%;
    position: relative;
}

.small-caard img,
.second-sec-main-img img,
.second-sec-sm-img-container img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.second-sec-main-img img {
    border-radius: 21px;
}

.second-sec-main-img {
    padding-top: 55%;
    position: relative;
    margin-right: 0%;
}

.second-sec-sm-img-container {
    padding-top: 56%;
    position: relative;
    margin-right: 0%;
}

.inspiring-section h6 {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 38px;
}

@media (max-width: 768px) {
    .inspiring-section .fs-12 {
        font-size: 9px;
    }
}

@media screen and (max-width: 992px) {
    .second-sec-ul-nav {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .inspiring-section .top-head {
        flex-direction: column;
    }
    .inspiring-section h2 {
        font-size: 24px !important;
    }
    .fs-12 {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .inspiring-section h2 {
        font-size: 25px !important;
    }
    .inspiring-section .tabs {
        gap: 10px;
    }
    .inspiring-section .big-card h3 {
        font-size: 18px;
        max-height: 48px;
    }
    .inspiring-section .big-card p {
        display: none;
    }
    .inspiring-section .small-card .card-content,
    .inspiring-section .big-card .card-content {
        min-height: auto;
        padding-top: 12px!important;
        padding-bottom: 12px!important;
        margin-left: 12px!important;
        margin-right: 12px!important;
    }
    .inspiring-section .small-card .card-meta {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# destination Section
--------------------------------------------------------------*/

.destination-section {
    /* background-image: url(../images/bg-destination.png); */
    background: url(../images/bg-destination.png) 50% / cover no-repeat, #2B998C;
    /* background-color: #20CCB7; */
    /* background: 
    linear-gradient(90deg, #20CCB7 0%, rgba(14, 149, 133, 0.15) 100%), 
    url(../images/cat-adventure.jpg) lightgray 50% / cover no-repeat; */
    /* background-position: center;  */
    /* background-repeat: no-repeat;  */
    /* background-size: cover;  */
    /* background: url(../images/bg-destination.png), lightgray 50% / cover no-repeat; */
    padding-bottom: 100px !important;
    overflow: hidden;
}

.destination-section .top-head h2 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.destination-section .swipe-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.destination-section .swipe-card .cat-link {
    color: #1BC1AD;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.destination-section .swipe-card h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 58px;
}

.destination-section .swiper-button-next,
.destination-section .swiper-button-prev {
    width: 70px;
    height: 70px;
}

.destination-section .swiper-button-next {
    margin-right: -33px;
    margin-top: 0px;
}

.destination-section .swiper-button-prev {
    margin-left: -33px;
    margin-top: 0px;
}

.destination-section .swiper-button-next:after,
.destination-section .swiper-button-prev:after {
    content: none;
}

@media (min-width: 768px) {
    .destination-sec-swipper-button {
        position: unset !important;
    }
}

.swiper-pagination {
    bottom: -50px !important;
    margin-left: -13px;
}

.swiper-pagination-bullet-active {
    background: white;
    /* width: 15px; */
    /* height: 15px; */
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

@media (max-width: 768px) {
    .destination-section .top-head h2 {
        font-size: 25px;
        text-align: center;
    }
    .destination-section .top-head {
        justify-content: center !important;
    }
    .destination-section .swiper-button-next {
        margin-right: 5px;
    }
    .destination-section .swiper-button-prev {
        margin-left: -19px;
    }
}

@media (max-width: 575px) {
    .recent-section h2 {
        font-size: 25px;
    }
    .destination-section .top-head {
        flex-direction: column;
    }
}


/*--------------------------------------------------------------
# Travel Section
--------------------------------------------------------------*/

.travel-section .top-head h2 {
    color: #004E44;
    font-size: 45px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.travel-section .top-head a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.travel-section .big-card {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 12px;
}

.travel-section .big-card,
.travel-section .normal-card,
.travel-section .big-card .card-img,
.travel-section .normal-card .card-img {
    border-radius: 10px;
}

.travel-section .big-card h3 {
    color: #000;
    font-size: 25px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 67px;
}

.travel-section .normal-card {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}

.travel-section .normal-card h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.travel-section .normal-card .cat-link {
    font-size: 12px;
}

.travel-section .normal-card .card-meta {
    font-size: 10px;
}

.travel-section .card-meta .left span {
    margin-left: 4px;
}

.travel-section .col-lg-3 {
    padding: 12px;
}

.travel-section h6 {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}

@media (min-width: 992px) {
    .travel-section-main-img {
        padding-top: 56%;
        position: relative;
        aspect-ratio: unset;
    }
    .travel-section-img {
        padding-top: 55%;
        position: relative;
        aspect-ratio: unset;
    }
    .travel-section-main-img img,
    .travel-section-img img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }
    .travel-section h6 {
        height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .travel-section h6 {
        height: 41px;
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .travel-section h6 {
        height: 47px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .travel-section .big-card h3 {
        -webkit-line-clamp: 1;
        max-height: 34px;
    }
}

@media (max-width: 575px) {
    .travel-section .top-head h2 {
        font-size: 25px;
    }
    .travel-section .top-head a {
        font-size: 20px;
    }
    .travel-section .top-head a>svg {
        display: none;
    }
    .fs-8 {
        font-size: 8px;
    }
    .trvl-sec-fs-12 {
        font-size: 12px;
    }
    .travel-section h6 {
        height: 29px;
    }
    .travel-section .big-card h3 {
        font-size: 18px;
        max-height: 47px;
    }
}


/*--------------------------------------------------------------
# Adventure Section
--------------------------------------------------------------*/

.adventure-section .top-head h2 {
    color: #004E44;
    font-size: 45px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.adventure-section .top-head a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.adventure-section .normal-card {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}

.adventure-section .normal-card .card-img {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.adventure-section .normal-card .card-content {
    padding: 16px;
}

.adventure-section .normal-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.adventure-section .normal-card p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    padding-top: 5px;
    line-height: 1.2;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 49px;
}

.adventure-section .normal-card .read-more {
    color: #004E44;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    display: block;
}

.adventure-section .card-meta .left span {
    margin-left: 4px;
}

.adventure-section .col-lg-3 {
    padding: 12px;
}

@media (max-width: 575px) {
    .adventure-section .top-head h2 {
        font-size: 25px;
    }
    .adventure-section .top-head a {
        font-size: 20px;
    }
    .adventure-section .top-head a>svg {
        display: none;
    }
}


/*--------------------------------------------------------------
# Tips Section
--------------------------------------------------------------*/

.tips-section .top-head h2 {
    color: #004E44;
    font-size: 45px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tips-section .top-head a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.tips-section .big-card {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}

.tips-section .big-card .card-img {
    border-radius: 10px;
    width: 50%;
}

.tips-section .big-card .card-content {
    width: 50%;
}

.tips-section .big-card h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 91px;
}

.tips-section .big-card .read-more,
.tips-section .normal-card .read-more {
    color: #1BC1AD;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.tips-section .normal-card {
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}

.tips-section .normal-card .card-img {
    width: 50%;
    border-radius: 10px;
}

.tips-section .normal-card .card-content {
    width: 65%;
}

.tips-section .normal-card h3 {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 63px;
}

.tips-sec-img {
    padding-bottom: 0%;
    padding-right: 35.6%;
    padding-top: 31%;
    padding-left: 18%;
    position: relative;
}

.tips-sec-img img,
.tips-sec-img-sm img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.tips-sec-img-sm {
    padding-bottom: 0%;
    padding-right: 32.6%;
    padding-top: 28%;
    padding-left: 18%;
    position: relative;
}

.cat-link-tip-sec {
    background: #30C1B0;
    font-size: 12px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: white;
    padding: 5px 7px;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .tips-sec-img {
        padding-bottom: 0%;
        padding-right: 32.6%;
        padding-top: 28%;
        padding-left: 18%;
        position: relative;
    }
}

@media (max-width: 575px) {
    .tips-section .top-head h2 {
        font-size: 25px;
    }
    .cat-link-tip-sec {
        font-size: 8px;
    }
    .tips-section .top-head a {
        font-size: 20px;
    }
    .tips-section .top-head a>svg {
        display: none;
    }
    .tips-sec-img-fs-15 {
        font-size: 13px !important;
        height: 47px !important;
    }
}

@media only screen and (min-width: 596px) and (max-width: 996px) {
    .tips-sec-img-fs-15 {
        font-size: 24px !important;
        height: 84px !important;
    }
}


/*--------------------------------------------------------------
# Fresh Section
--------------------------------------------------------------*/

.fresh-section .container-card {
    border-radius: 30px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 45px;
}

.fresh-section h3 {
    color: #004E44;
    text-align: center;
    font-size: 34px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fresh-section .col-lg-8 {
    padding: 0;
}

.fresh-section .logo-list {
    gap: 24px;
}

.fresh-section .logo-list li a>div {
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
}

.fresh-section .logo-list li a>span {
    margin-top: 14px;
    color: #000;
    text-align: center;
    width: 180px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.fresh-section .newsletter-form {
    border-radius: 10px;
    background: #F1F1F1;
}

.fresh-section .newsletter-form h4 {
    color: #1BC1AD;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.fresh-section .newsletter-form h5 {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.fresh-section .newsletter-form form {
    padding: 8px 10px;
    border-radius: 7px;
}

.fresh-section .newsletter-form .form-control {
    padding: 0;
    border: none;
    padding-right: 15px;
    font-size: 16px;
}

.fresh-section .newsletter-form .form-control:focus {
    box-shadow: none;
}

.fresh-section .newsletter-form button {
    color: #FFF;
    text-align: center;
    border: none;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px;
    background: #1BC1AD;
    font-size: 14px;
    font-family: Times New Roman;
    font-style: normal;
    font-weight: 700;
}

.fresh-section .social-icons {
    position: relative;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}

.fresh-section .social-wrapper {
    position: relative;
}

.fresh-section .social-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background: #1BC1AD;
    top: 50%;
}

.fresh-section .social-icons h4 {
    color: #1778F2;
    text-align: center;
    font-family: Gilroy-Medium;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.fresh-section .social-icons .nav-link {
    border-radius: 10px;
    overflow: hidden;
}

.fresh-section .social-icons ul>li {
    padding: 8px;
}

.fresh-section .social-icons .youtube a {
    background-color: #F00;
    padding: 3px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    background-color: #2B998C;
}

.footer .main {
    border-bottom: 1px solid #FFFFFF;
}

.footer .logo-wrapper .logo {
    height: 55px;
}

.footer .logo-wrapper span {
    color: #FFFFFFB2;
    font-size: 18px;
    font-family: Gilroy-Medium;
    text-transform: capitalize;
}

.footer h4 {
    color: #FFF;
    font-size: 20px;
    font-family: Gilroy-Medium;
    font-style: normal;
    font-weight: 400;
}

.footer .explore-wrapper ul>li {
    display: flex;
    align-items: center;
}

.footer .explore-wrapper ul>li a {
    text-transform: capitalize;
    color: #B3CDE0;
    font-size: 16px;
    font-family: Gilroy-Medium;
    font-style: normal;
    font-weight: 400;
}

.footer .explore-wrapper ul li:not(:last-child)::after {
    content: '';
    display: inline-block;
    margin: 0 20px;
    width: 8px;
    height: 8px;
    background: #FFFFFF96;
    border-radius: 50%;
    vertical-align: middle;
}

.footer .form .input-group {
    position: relative;
    display: flex;
}

.footer .form .form-control {
    border-radius: 4px;
    /* opacity: 0.20000000298023224; */
    background: #ffffff20;
    color: #fff;
    padding: 8px 14px;
    box-shadow: none;
    border: none;
    flex-grow: 1;
}

.footer .form label {
    color: #B3CDE0;
    font-size: 16px;
    font-family: Gilroy-Medium;
    font-style: normal;
    font-weight: 400;
}

.footer .form .input-group-append {
    display: flex;
}

.footer .form .input-group button {
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #FFF;
    height: 100%;
    padding: 0 12px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000;
    text-align: center;
    font-family: Gilroy-Medium;
    font-style: normal;
    font-weight: 400;
}

.footer ::-webkit-input-placeholder,
.footer ::placeholder {
    color: #fff;
    opacity: 1;
}

.footer .links ul {
    gap: 34px;
    margin: 0;
}

.footer .links {
    color: #FFF;
    font-size: 16px;
    font-family: Gilroy-Medium;
    letter-spacing: 0.16px;
    text-transform: capitalize;
}