@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;
}

.hide-scrollbar::-webkit-scrollbar {
  /*Chrome, Safari, Edge*/
  display: none;
}

.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;
  margin-bottom: 10px !important;
}

.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;
  justify-content: end;
  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 0.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 > div {
  padding: 16px 0;
}
#header .logo {
  height: 45px;
}
#header .nav-link {
  padding: 0px;
}
#header #search-form {
  padding-right: 20px;
  position: relative;
}
#header #search-form input {
  border-radius: 66px;
  border: none;
  padding: 8px 26px;
  color: #333;
  background-color: #0d7d7020;
  width: 300px;
}
#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 {
  gap: 50px;  
} */

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

.navbar .dropdown-item {
  font-size: 18px;
  font-family: Times New Roman;
}

.navbar .dropdown-toggle::after {
  content: none !important;
}
.navbar-brand {
  margin-left: 20px;
}
.navbar-brand .logo {
  height: 45px;
}
.navbar .carousel-container {
  display: flex;
  align-items: center; /* Align items on the cross axis */
  justify-content: space-between; /* Distribute items evenly along the main axis */
  width: 100%;
  padding: 10px 0;
}

.navbar .carousel {
  display: flex;
  white-space: nowrap;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  overflow: hidden;
  justify-content: start;
}

.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;
}

.navbar .prev,
.navbar .next {
  cursor: pointer;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 0px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

.navbar .prev {
  padding-right: 20px;
}
.navbar .next {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .navbar {
    display: none !important;
  }
  #header .logo {
    height: 40px;
  }
  #header {
    height: 60px;
  }
  #header > div {
    padding: 2px 10px !important;
  }
  #header img {
    height: 40px;
  }
  .navbar {
    border-bottom: none;
    padding-top: 60px;
  }
  .navbar .container {
    /* margin-top: 18px; */
  }
  .navbar .prev {
    display: none;
  }
  .navbar .next {
    display: none;
  }
  #header .nav {
    display: none;
  }
}

@media (max-width: 575px) {
  .navbar .prev {
    padding-right: 5px;
  }
  .navbar .next {
    padding-left: 5px;
  }
  .navbar .carousel {
    overflow-x: auto;
  }
  .navbar .carousel img {
    height: 50px;
    margin: 5px;
  }
  .navbar .carousel-content {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Mobile Navbar Sidebar
--------------------------------------------------------------*/
.mobile-sidebar {
  background-color: #fff !important;
}
.mobile-sidebar .sidebar-category {
  background-color: #2b998c;
  border-radius: 0px 15px 15px 0px;
  padding: 14px 0px;
  /* margin-top: 8px; */
  margin-right: 20px;
}
.mobile-sidebar .sidebar-category .accordion-item {
  border: none;
}
.accordion-button {
  background-color: #2b998c !important;
  box-shadow: none !important;
  padding: 8px 36px 8px 20px;
  font-size: 18px;
}
.accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #fff;
}
.accordion-body {
  padding-left: 40px !important;
}
.accordion-collapse {
  background-color: #f5f5f5;
}
.mobile-sidebar .sidebar-category ul {
  padding: 0;
  margin: 0;
}
.mobile-sidebar .sidebar-category ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #555;
  font-size: 18px;
}
.accordion-button::after {
  filter: invert(1);
}
.accordion-button {
  color: #fff !important;
}
.accordion-button img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 17px;
}
.accordion-button.btn-hide:not(.collapsed)::after,
.accordion-button.btn-hide::after {
  background-image: unset !important;
}
.mobile-sidebar .sidebar-category .accordion-button p {
  color: #000;
  font-family: Gilroy-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0%;
}
.mobile-sidebar .sidebar-links {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 8px;
}
.mobile-sidebar .sidebar-links p {
  display: block;
  color: #000;
  font-family: Gilroy-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.mobile-sidebar .copyright {
  text-align: center;
  font-family: Gilroy-Medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.mobile-sidebar .copyright a {
  color: rgba(255, 255, 255, 0.8);
}
.accordion-body ul a img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 10px;
}
.offcanvas {
  visibility: unset;
}
@media (min-width: 768px) {
  .mobile-sidebar {
    display: none;
  }
}

/*--------------------------------------------------------------
# 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%, rgba(0, 0, 0, 0) 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 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 82%;
}

.hero-section .card-content p {
  font-size: 14px;
  font-family: GT Walsheim Pro;
  font-weight: 400;
}

.hero-section .card-content img {
  height: 30px;
  width: 30px;
  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;
}

.cat-block h3 {
  color: #004e44;
  font-family: Times New Roman;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.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;
}

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

.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;
}

.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;
}

.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;
}

.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 {
    padding-top: 70px !important;
  }
  .cat-block .right-col {
    padding-left: 8px !important;
  }
  .cat-block .left-col {
    padding-right: 8px !important;
  }
  .inspiring-section .tab {
    font-size: 16px !important;
  }
  .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) {
  .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: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 35px; */
    padding-right: 0px;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 0px;
    width: 90%;
  }
  .hero-section .card-content span {
    font-size: 14px;
    text-transform: uppercase;
  }
  .hero-section .card-content p {
    display: none;
    font-size: 12px;
  }
  .hero-section .card-content img {
    height: 20px;
    width: 20px;
  }
  .hero-section .card-content {
    padding: 6px 10px;
    margin: 8px 12px;
  }
}

@media screen and (max-width: 375px) {
  .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: 14px;
  margin: 0 !important;
}

.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-desc {
  position: relative;
}

.inspiring-section .big-card .card-meta img {
  width: 26px;
  height: 26px;
}

.inspiring-section .card-meta {
  position: absolute;
  bottom: 0;
}

.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: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

@media (max-width: 768px) {
  .inspiring-section .fs-12 {
    font-size: 9px;
  }
  .inspiring-section {
    padding-bottom: 34px !important;
    padding-top: 34px !important;
  }
}

@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 .big-card .cat-link {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .inspiring-section .cat-link {
    margin-bottom: 4px !important;
    display: -webkit-box;
    margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .inspiring-section h6 {
    -webkit-line-clamp: 2;
    padding-right: 0 !important;
  }
  .inspiring-section .card-meta span {
    padding: 0 !important;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .inspiring-section .card-meta img {
    display: none;
  }
  .inspiring-section h2 {
    font-size: 24px !important;
  }
  .fs-12 {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .inspiring-section h2 {
    font-size: 24px !important;
  }
  .inspiring-section .tabs {
    gap: 10px;
    white-space: nowrap;
  }
  .inspiring-section .big-card h3 {
    font-size: 20px;
    /* 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-bottom: 0px !important;
    /* padding-top: 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;
  margin-bottom: 0 !important;
}

.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;
  }
}

@media (max-width: 768px) {
  .destination-section {
    padding-bottom: 96px !important;
    padding-top: 34px !important;
  }
  .destination-section .swipe-card h3 {
    font-size: 20px;
    height: auto;
  }
}

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

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

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

@media (max-width: 768px) {
  .destination-section .top-head h2 {
    font-size: 24px;
    text-align: center;
    width: 260px;
  }
  .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;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}

.travel-section .big-card {
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  padding-bottom: 8px !important;
}

.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.1);
}

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

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

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

.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: 46px;
    font-size: 18px;
    /* padding-bottom: 50px; */
  }
}

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

@media (max-width: 768px) {
  .travel-section {
    padding: 34px 0px 4px 0px !important;
  }
}

@media (max-width: 575px) {
  .travel-section .normal-card .card-meta {
    padding-top: 12px !important;
  }
  .travel-section .normal-card .card-meta img {
    width: 25px;
    height: 25px;
  }
  .travel-section .normal-card .card-meta span {
    font-size: 14px !important;
  }
  .travel-section .top-head h2 {
    font-size: 24px;
  }
  .travel-section .top-head a {
    font-size: 18px;
  }
  .travel-section .top-head a > svg {
    display: none;
  }
  .fs-8 {
    font-size: 8px;
  }
  .trvl-sec-fs-12 {
    font-size: 12px;
  }
  .travel-section h6 {
    /* height: 40px; */
    font-size: 20px;
  }
  .travel-section .big-card h3 {
    font-size: 20px;
    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: 26px;
  width: 70%;
}

.adventure-section .top-head a {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}

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

.adventure-section .normal-card .card-img {
  border-radius: 10px 10px 0px 0px;
}

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

.adventure-section .normal-card h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 90px;
}

.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: 16px;
  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: 768px) {
  .adventure-section .normal-card .card-content {
    padding: 10px;
  }
  .adventure-section .normal-card p {
    font-size: 16px;
  }
  .adventure-section .normal-card h3 {
    -webkit-line-clamp: 2;
    height: auto;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .adventure-section .top-head h2 {
    font-size: 24px;
  }
  .adventure-section .top-head a {
    font-size: 18px;
  }
  .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;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}

.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.1);
  align-items: center;
}

.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: 15px auto !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}

.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.1);
  align-items: center;
}

.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: 15px auto !important;
  -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: 14px;
  font-family: Times New Roman;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: white;
  padding: 5px 17px;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .tips-section .big-card h3 {
    margin: 4px auto !important;
  }
  .tips-sec-img {
    padding-bottom: 0%;
    padding-right: 32.6%;
    padding-top: 28%;
    padding-left: 10%;
    position: relative;
    width: 155px !important;
    aspect-ratio: 16 / 9;
    /* height: 85px !important; */
  }
  .tips-sec-img-sm {
    padding-left: 10%;
    position: relative;
    width: 155px !important;
    aspect-ratio: 16 / 9;
  }
  .tips-section .big-card {
    padding: 8px !important;
  }
  .tips-section .big-card .card-content {
    width: 100%;
  }
  .tips-section .big-card h3 {
    font-size: 18px !important;
    -webkit-line-clamp: 2;
    height: auto !important;
  }
  .tips-section {
    margin: 34px 0px !important;
  }
  .tips-section .big-card .read-more,
  .tips-section .normal-card .read-more {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .tips-section .normal-card h3 {
    margin: 4px 0px !important;
    font-size: 18px !important;
    -webkit-line-clamp: 2;
    height: auto !important;
  }
  .tips-section .top-head h2 {
    font-size: 24px;
  }
  .cat-link-tip-sec {
    font-size: 8px;
  }
  .tips-section .top-head a {
    font-size: 18px;
  }
  .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 {
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.fresh-section h3 {
  color: #171717;
  font-size: 34px;
  font-weight: 700;
}
.fresh-section .logo-list li a > div {
  width: 150px;
  height: 150px;
  overflow: hidden;
  /* padding: 12px; */
  border-radius: 10px;
}

.fresh-section .logo-list li a > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fresh-section .logo-list li a > p {
  margin-top: 14px;
  color: #000;
  text-align: center;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.fresh-section .newsletter-form {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 24px;
}
.fresh-section .newsletter-form h4 {
  color: var(--main-blue, #171717);
  text-align: center;
  font-family: Gilroy-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fresh-section .newsletter-form h5 {
  color: #000;
  text-align: center;
  font-family: Gilroy-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fresh-section .newsletter-form form {
  padding: 8px 10px;
  border-radius: 7px;
  display: flex;
}
.fresh-section .newsletter-form input {
  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;
  font-size: 18px;
  background-color: #171717;
  border: none;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 5px;
}
.fresh-section .social-icons {
  position: relative;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.social-wrapper {
  position: relative;
}
.social-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #1778f2;
  top: 50%;
}
.fresh-section .social-icons h4 {
  color: #1778f2 !important;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.fresh-section .social-icons ul > li {
  padding: 8px;
}
.fresh-section .social-icons ul > li > a > svg {
  border-radius: 10px;
}
.fresh-section .social-icons .youtube a {
  background-color: #f00;
  padding: 3px;
}

/* .fresh-section .afterNotificationAdd .welcome {
  display: flex;
  align-items: center;
}
.fresh-section .afterNotificationAdd .welcome h2 {
  font-size: 20px;
  color: #fff;
  margin: 0px 10px 0px 0px;
}
.afterNotificationAdd p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
} */

@media (max-width: 768px) {
  .fresh-section {
    padding: 34px 34px !important;
  }
  .social-wrapper::before {
    display: none;
  }
  .fresh-section h3 {
    font-size: 24px;
  }
  .fresh-section .logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    /* padding: 0px 12px !important; */
    gap: 0;
  }

  .fresh-section .logo-list li {
    /* width: 50%; */
    padding: 10px;
  }
  .fresh-section .logo-list li a > div {
    width: 120px;
    height: 120px;
    border-radius: 5px;
  }
  .fresh-section .logo-list li a > p {
    font-size: 14px;
    width: auto;
  }
  .fresh-section .newsletter-form {
    border-radius: 10px;
    padding: 20px 18px 18px 18px;
  }
  .fresh-section .social-icons {
    border-radius: 10px;
  }
  .fresh-section .social-icons .list-unstyled a {
    border-radius: 6px;
    overflow: hidden;
    width: 50px;
    height: 50px;
  }
  .fresh-section .social-icons .list-unstyled a > svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fresh-section .newsletter-form h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .fresh-section .newsletter-form form {
    border-radius: 8px;
    padding: 6px 8px;
  }
  .fresh-section .newsletter-form input {
    font-size: 12px;
  }
  .fresh-section .newsletter-form button {
    border-radius: 4px;
    font-size: 12px;
  }
  .fresh-section .social-icons h4 {
    font-size: 18px;
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  /* padding-top: 210px !important; */
  background-color: #2b998c;
}

.footer .main {
  border-bottom: 1px solid #ffffff;
}
.footer .logo-wrapper .logo {
  /* height: 60px;
  width: 140px;
  object-fit: cover; */
  height: 56px;
  width: 120px;
  /* object-fit: cover; */
  margin-top: -6px;
}
.footer .logo-wrapper span {
  color: #ffffffb2;
  font-size: 18px;
  font-family: Gilroy-Medium;
  text-transform: capitalize;
}

.footer .explore-wrapper ul > li {
  display: flex;
  align-items: center;
}
.footer .explore-wrapper ul > li a {
  color: rgba(255, 255, 255, 0.59);
  font-size: 14px;
  font-family: Gilroy-Medium;
  text-transform: capitalize;
}
.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;
  background-color: #56ada2;
  padding: 2px;
  border-radius: 4px;
}

.footer .form .form-control {
  border-radius: 4px;
  background: #56ada2;
  flex-grow: 1;
  border: none;
  color: #fff;
}
.footer .form-control:focus {
  box-shadow: none !important;
}

.input-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.input-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.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;
}

.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;
}

.footer .logo-block {
  width: auto;
}

.afterNotificationAdd p {
  color: #fff;
  font-size: 14px;
}
.afterNotificationAdd .welcome {
  display: flex;
  align-items: center;
}
.afterNotificationAdd .welcome h2 {
  font-size: 20px;
  color: #fff;
  margin: 0px 10px 0px 0px;
}
.newsletter-input-message {
  display: block;
  text-align: left;
  color: red;
}

@media (max-width: 768px) {
  /* .footer {
    padding-top: 85px !important;
  } */
  .footer .container-sm-fluid {
    padding-bottom: 20px !important;
  }
  .footer .links ul {
    gap: 10px;
    margin-bottom: 20px !important;
  }
  .footer .logo-block {
    width: 100%;
  }
  .footer .explore-wrapper ul li:not(:last-child)::after {
    display: none;
  }
}

/*--------------------------------------------------------------
# Category Page
--------------------------------------------------------------*/
.category-page .cate-details .article-card {
  display: inline-block;
}
.category-page .cate-details-banner {
  height: 300px;
  /* background: linear-gradient(
    89.99deg,
    #1b0044 26.57%,
    rgba(27, 0, 68, 0) 99.99%
  ); */
  background-size: cover;
  background-repeat: no-repeat;
}

.category-page .cate-details-banner h1 {
  color: #fff;
  font-family: Times New Roman;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.category-page .cate-details-banner .heading {
  color: #fff;
  text-align: start;
  font-family: Gilroy-Bold;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.5%; /* 20.56px */
  text-transform: uppercase;
}

.category-page .inspiring-section .small-card h3 {
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-page .inspiring-section > h3 {
  color: #004e44;
  font-family: Times New Roman;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.category-page .inspiring-section {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.category-page .inspiring-section .small-card .card-content,
.inspiring-section .big-card .card-content {
  padding-left: 8px;
}

@media (max-width: 768px) {
  .category-page {
    padding-top: 60px !important;
  }
  .category-page .inspiring-section {
    padding-bottom: 16px !important;
    padding-top: 18px !important;
  }
  .category-page .popular-section {
    padding-bottom: 0px !important;
  }
  .category-page .inspiring-section .small-card h3 {
    -webkit-line-clamp: 3;
    font-size: 16px;
  }
  .category-page .cate-details-banner h1 {
    font-size: 24px;
  }
  .category-page .cate-card {
    margin-bottom: 16px;
  }
  .category-page .aside-head-cate {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .category-page .cate-list-row {
    gap: 10px;
  }
  .category-page .cate-name {
    font-size: 18px;
  }
  .category-page section {
    margin-bottom: 24px;
  }
  .category-page .international {
    margin-bottom: -110px;
  }
  .category-page .cate-details-banner {
    height: 115px;
  }
  .category-page .cate-details-banner .heading {
    font-size: 16px;
  }
  .category-page .cate-card .article-card .img-block {
    /* height: 188px; */
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  .category-page .cate-card .article-card .text-block {
    padding: 20px;
  }
  .category-page .cate-card .article-card .text-block p {
    color: #000;
    font-family: Gilroy-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .category-page .cate-latest-banner {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------------------
# Article Page
--------------------------------------------------------------*/
/*detail.html page css*/
.article-page .banner {
}

.article-page .detail-section {
  margin-top: 40px;
  margin-bottom: 24px;
}

.article-page .game-section-header-text {
  margin-top: 30px;
  color: #7a2cf4;
  font-size: 24px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
.article-page .banner-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
}
.article-page .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.article-page .author img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.article-page .author span {
  color: #000;
  font-family: Gilroy-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-page .game-section-header h1 {
  color: #000;
  font-family: Times New Roman;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.article-page .short-desc {
  font-size: 24px;
  font-style: italic;
  color: #333333;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 24px;
}
.article-page .description {
  font-size: 18px;
  font-family: Gilroy;
  line-height: 28px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 24px;
}
.article-page .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
}
.article-page .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .article-page .description:first-of-type::first-letter {
  font-size: 96px;
  color: #2b998c;
  opacity: 0.75;
  float: left;
  margin-top: 36px;
  margin-right: 7px;
  margin-bottom: 10px;
  font-weight: bold;
} */
/* .game-component-right img {
  margin-bottom: 27px;
} */
/* .article-page .readmore-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 154px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 87.69%);
} */
.article-page .readmore-container {
  display: none;
  text-transform: uppercase;
}
.article-page .game-component-right span {
  color: #000;
  font-size: 24px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 700;
  /* line-height: 151.3%; */
  margin-top: 64px;
  margin-bottom: 27px;
}

/* .article-page .game-component-left-s1 {
  position: sticky;
  top: 80px;
  height: 100%;
} */

.article-page .inspiring-section .small-card h3 {
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-page .adventure-section .top-head h3,
.article-page .inspiring-section > h3 {
  color: #004e44;
  font-family: Times New Roman;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.article-page .inspiring-section > h3 {
  font-size: 24px;
}

.article-page .adventure-section .normal-card .card-content {
  min-height: 200px;
}

.article-page .game-component-left-s2 {
  flex-shrink: 0;
  align-items: center;
  /* margin-top: 30px; */
}
.article-page .game-component-left-s2 img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 64px;
  object-fit: cover;
}
.article-page .only-border {
  border-bottom: 2px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 3px;
}
.article-page .game-component-left-s2 span {
  color: #000;
  font-size: 24px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 17px;
}
.article-page .game-component-left-s2 a {
  color: #fff;
  font-size: 18px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 10px;
  padding: 12px 0;
  border: none;
  margin: 8px 0;
}
.article-page .game-component-left-s2 a svg {
  margin-right: 5px;
}
.article-page .game-component-left-s2 i {
  width: 11px;
  height: 20.878px;
  flex-shrink: 0;
  color: #fff;
  margin-right: 10px;
}
.article-page .game-component-left-s2-style {
  border-radius: 15px;
  border: none;
  background: #f3f3f3;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
}
.article-page .btn-instagram {
  background: linear-gradient(90deg, #586be7 0%, #bb4b9b 50%, #f93745 100%);
}
.article-page .btn-twitter {
  background: #00acee;
}
.article-page .btn-linkedin {
  background: #0077b5;
}

.article-page .game-component-left-s1-style {
  border: none;
}
.article-page .game-section-header-text-mobile-view {
  margin-bottom: 14px;
  margin-top: 14px;
}
.article-page .GSHTMV-left {
  float: left;
  width: 50%;
}
.article-page .GSHTMV-left img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 64px;
  object-fit: cover;
}
.article-page .GSHTMV-left span {
  color: #000;
  font-size: 14px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6px;
}
.article-page .GSHTMV-right {
  float: right;
  width: 50%;
  text-align: right;
}
.article-page .GSHTMV-right span {
  color: #7a2cf4;
  font-size: 14px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.05px;
}
.article-page .facebook-btn a {
  padding: 14px 34px;
  color: #fff;
  font-size: 14px;
  font-family: Gilroy-Bold;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
}
.article-page .long-ad {
  max-width: 728px;
  width: 100%;
  height: 90px;
  margin: 30px auto;
}
.article-page .article-heading {
  color: #000;
  font-family: Times New Roman;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.article-page .article-desc {
  color: #555;
  font-family: Times New Roman;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  /* margin-top: 16px; */
  margin-bottom: 0px;
  line-height: 1.4;
}

.article-page .article-desc,
.article-page .article-desc h1,
.article-page .article-desc h2,
.article-page .article-desc h3,
.article-page .article-desc h4,
.article-page .article-desc h5,
.article-page .article-desc h6 {
  color: #000;
  font-family: Gilroy-bold;
}
.article-page .article-desc p{
  font-family: Gilroy;
  margin-bottom: 5px;
}

.article-page .article-desc img {
  width: 100%;
  height: 100%;
}

.article-page .footer-slider-detail {
  margin-bottom: -180px;
}
.article-page .side-card-text span {
  color: #2b998c;
  font-family: Gilroy-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.article-page .side-card-container .section-head {
  margin-bottom: 0;
  padding-bottom: 8px;
}
.article-page .side-card-container .section-head h2 {
  color: #2b998c;
  font-family: Times New Roman;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.article-page .side-card-text h3 {
  margin-top: 3px;
  color: #000;
  font-family: Gilroy-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-page .article-card {
  border: none;
}
.article-page .side-card-container a {
  display: flex;
  align-items: center;
}
.article-page .cat-btn {
  color: #30c1b0;
  font-family: Times New Roman;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0px;
}
#initial-content {
  display: none;
}
#full-content {
  display: block;
}
.article-page .readmore {
  display: none;
}
@media (min-width: 768px) {
  /* .article-page .post-content p:first-of-type::first-letter {
    font-size: 96px;
    color: #2b998c;
    opacity: 0.75;
    float: left;
    margin-top: -22px;
    margin-right: 5px;
    margin-bottom: -33px;
    font-weight: bold;
  } */
}
@media (max-width: 768px) {
  .article-content-parent {
    font-size: 17px;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .article-page .readmore {
    display: block;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
      transparent,
      rgb(255, 255, 255) 75%,
      rgb(255, 255, 255) 100%
    );
    width: 100%;
    height: 100px;
    padding: 0 20px 0 0;
  }
  .article-page {
    padding-top: 60px !important;
  }
  .article-page .inspiring-section {
    padding-bottom: 22px !important;
    padding-top: 18px !important;
  }
  .article-page .article-heading {
    font-size: 20px;
  }
  .article-page .author img {
    width: 30px;
    height: 30px;
  }
  .article-page .author span {
    font-size: 18px;
  }
  .article-page .adventure-section .top-head h3,
  .article-page .inspiring-section > h3 {
    font-size: 24px;
  }
  #initial-content {
    display: block;
    overflow: hidden;
  }
  #full-content {
    display: none;
  }
  .article-page .adventure-section .normal-card .card-content {
    min-height: auto;
  }
  .article-page .inspiring-section .small-card h3 {
    -webkit-line-clamp: 3;
    font-size: 16px;
  }
  .article-page .readmore-container {
    display: block;
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 120px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    bottom: 10px;
    padding-right: 20px;
  }
  .article-page .side-card-text span {
    font-size: 14px;
  }
  .article-page .side-card-text h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .article-page .game-section-header h1 {
    font-size: 22px;
  }
  .article-page .detail-section {
    margin-top: 0px;
  }
  .article-page .banner-img {
    width: 100%;
    /* height: 210px; */
    margin-top: 0px;
    margin-bottom: 12px;
    padding: 0px;
  }
  .article-page .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

  .article-page .read-more-button {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #2b998c;
    color: #fff;
    top: 50px;
    padding: 8px 22px;
    position: relative;
  }

  .article-page .game-section-header p {
    font-size: 24px;
  }

  .article-page .game-component-right p {
    font-size: 14px;
  }
  .article-page .game-component-right span {
    margin-top: 30px;
    margin-bottom: 14px;
  }
  .article-page .GSHTMV-right .btn.active {
    font-size: 12px;
    padding: 10px;
    font-family: Gilroy-Medium;
  }

  /* .article-page .description:first-of-type::first-letter {
    font-size: 54px;
    margin-right: 7px;
    margin-bottom: 3px;
    margin-top: 18px;
  } */
  .article-page .short-desc {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .article-page .footer-slider-detail {
    margin-bottom: -110px;
    margin-top: 0;
  }
}
.trending-section-main-container .container {
  position: relative;
}
@media (max-width: 768px) {
  .trending-section-main-container .container {
    padding-left: 0px;
  }
}
@media (max-width: 1367px) {
  .trending-section-main-container {
    overflow: hidden;
  }
  .trending-section-main-container .container {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1250px) {
  .trendnow__container .trending-block {
    left: -20px;
    top: -50px;
  }
  .trendnow__container .next-prev {
    right: 25px;
    top: 50px;
  }
}
@media (min-width: 1365px) {
  .trendnow__container .carousel {
    width: 1320px;
  }
  .trendnow__container .trending-block {
    left: -20px;
    top: -50px;
  }
  .trendnow__container .next-prev {
    right: 65px;
    top: 50px;
  }
}
@media (min-width: 1440px) {
  .trendnow__container .trending-block {
    left: -130px;
    top: -50px;
  }
  .trendnow__container .next-prev {
    right: 70px;
  }
}
@media (min-width: 2500px) {
  .trendnow__container .carousel {
    width: 1590px;
    margin-left: -180px;
  }
  .trendnow__container .trending-block {
    left: -300px;
    top: -50px;
  }
  .trendnow__container .next-prev {
    right: 70px;
    top: 50px;
  }
}
/* @media (min-width: 1600px) {
  .trendnow__container .carousel{
    margin-left: 145px;
  }
}
@media (min-width: 2500px) {
  .trendnow__container .carousel{
    margin-left: 525px;
  }
} */

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
  align-items: center;
}
.pagination .page-item .page-link {
  border: none !important;
  color: #555;
}
.pagination .page-item.active .page-link {
  color: #2b998c;
  font-family: Gilroy-Bold;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: none;
}
.pagination .page-link:focus {
  box-shadow: none !important;
  background-color: transparent !important;
}
.pagination .page-link:hover {
  background-color: transparent !important;
  font-weight: 700;
  color: #2b998c;
}

/*--------------------------------------------------------------
# Search Bar CSS
--------------------------------------------------------------*/
.search-toggle,
.search-cancel {
  display: none;
}

.search-block {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 60px;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
}

.search-block.is-active {
  top: 0;
  right: 0;
  height: 60px;
  background-color: #2b998c;
}

.search-form {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  padding: 0.75rem 1rem;
}

.search-input {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  height: 38px;
  border-radius: 6px;
  border: none;
  outline: none;
  padding: 0px 10px;
}
.input-search-icon {
  position: absolute;
  right: 6px;
  background: none;
  border: none;
}
/* clears the â€˜Xâ€™ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 768px) {
  .search-toggle,
  .search-cancel {
    display: block;
    cursor: pointer;
    font-size: 1.45rem;
    line-height: inherit;
    color: #000;
  }
}
