html {
  overflow-x: hidden !important;
}

:root {
  /* colors */
  --cbl: #a1a3ff;
  --cbd: #2ca9e0;
  --cgl: #d1d1d1;
  --cytd: #f8cd02;
  --cytl: #fada46;
  --ctbd: #2a2b57;
  --ctb: #353677;
  --ctbl: #2ca9e0;
  --cblackg: rgba(0, 0, 0, 0.3);
  --cblg: rgba(161, 163, 255, 0.28);
  --cbdg: rgba(47, 47, 47, 0.5);
  /* colors */
  /* fonts sizes */
  --font-13: 13px;
  --font-base: 16px;
  --font-small: 20px;
  --font-regular: 22px;
  --font-medium: 22px;
  --font-xmedium: 24px;
  --font-semiLarge: 40px;
  --font-large: 60px;
  --font-xlarge: 80px;
  --font-2xlarge: 100px;
  /* fonts sizes*/

  /* fonts weight */
  --weight-base: 300;
  --weight-small: 400;
  --weight-regular: 500;
  --weight-medium: 600;
  --weight-semibold: 700;
  --font-bold: 800px;
  --font-xbold: 900;
  /* fonts weight */

  /* radius */
  --theme-radius: 30px;
  --theme-radius-md: 20px;
  /* radius */
}

/*October 16, 2023 */
@font-face {
  font-family: "dt_getai_grotesk_display_Blk";
  src: url("https://www.keralatourism.org/assets/fonts/cbl/dtgetaigroteskdisplay-black-webfont.woff2") format("woff2"),
    url("https://www.keralatourism.org/assets/fonts/cbl/dtgetaigroteskdisplay-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*October 16, 2023 */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  /* background: #0F0F0F !important; */
  background: #141434!important;
  font-family: "Roboto", serif!important;
  font-size: 18px !important;
  font-weight: 200!important;
  
}

h1,
h2,
.font-theme {
  font-family: "dt_getai_grotesk_display_Blk";
}
.wrap-gap-btm {
  margin: 0 -12px;
}
.lftrgt-gap {
  margin: 0 -12px;
}
.navbar-brand {
  max-width: 80px;
}
.navbar-brand.brand-cbl {
  max-width: 60px;
}
.font-13{
  font-size:  var( --font-13);
}
.navbar-nav .nav-item .nav-link {
  padding: 0;
}
.font-large{
  font-size: 60px;
}
.header-main .navbar-toggler:focus {
  box-shadow: none;
}

.theme-card {
  padding: 40px;
  background-color: var(--ctb);
}

.theme-card.theme-card-sm {
  padding: 15px;
}

.weight-small {
  font-weight: var(--weight-small);
}

.color-cytd {
  color: var(--cytd);
}

.bg-cytd {
  background-color: var(--cytd);
}
.bg-cytl {
  background-color: var(--cytl);
}
.color-cbl {
  color: #a1a3ff;
}

.color-cgl {
  color: #d1d1d1;
}

.color-ctbd {
  color: var(--ctbd);
}

.bg-ctb,
.card-header.bg-ctb,
.card-footer.bg-ctb {
  background-color: var(--ctb);
}

.section-block {
  padding: 80px 0;
}

.section-block-bottom {
  padding-bottom: 80px;
}

.section-block-bottom-end {
  padding-bottom: 160px;
}
.section-block-bottom .container {
  position: relative;
}

.theme-section-bg {
  /* background: linear-gradient(0deg, rgba(15, 15, 15, 1) 0%, rgba(42, 43, 87, 1) 50%, rgba(15, 15, 15, 1) 100%); */
  background: linear-gradient(0deg, rgb(20 20 52) 0%, rgba(42, 43, 87, 1) 50%, rgb(20 20 52) 100%);
}

.header-main {
  left: 0;
  top: 0;
  z-index: 99;
}

.header-main .dropdown-toggle::after {
  display: none;
}

.header-bg-change {
  background-color: #353677;
}

.navbar-nav .nav-item .nav-link {
  font-size: var(--font-small);
  color: #fff;
  font-weight: var(--weight-small);
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: var(--cytd);
}

.sec-overlap {
  top: -60px;
  position: relative;
}

.section-title {
  font-size: var(--font-semiLarge);
}

.section-title-block {
  margin-bottom: 60px;
}

.trbl-radius {
  border-radius: 0 120px 0 120px;
}

.tlbr-radius {
  border-radius: 120px 0 120px 0;
}

.trbl-radius-md {
  border-radius: 0 80px 0 80px;
}

.card-item-tr-radius {
  border-radius: 0 120px 20px 20px;
}

.card-item-tl-radius {
  border-radius: 120px 0 20px 20px;
}

.card-item-tr-radius .card-item-footer {
  border-radius: 0 0 20px 20px;
}

.card-item-tl-radius .card-item-footer {
  border-radius: 0 0 20px 20px;
}

.wrap-gap-btm {
  padding-bottom: 30px;
}

.icon-play {
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  height: 70px;
  width: 70px;
}

/* spotlight */
.banner-overlay::before {
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background:linear-gradient(180deg, rgb(42 43 94 / 77%) 0%, rgba(51, 52, 126, 0.4290091036414566) 67%, rgba(15, 15, 15, 0) 100%);

}
.banner-overlay-inner::before {
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgb(21 22 62) 0%, rgb(33 34 120 / 51%) 67%, rgb(45 79 126 / 0%) 100%);

}
.title-main h1 {
  font-size: var(--font-2xlarge);
}

.title-main h2 {
  font-size: var(--font-large);
}

.title-main h3 {
  font-size: var(--font-semiLarge);
}

.font-xm {
  font-size: var(--font-xmedium);
}

.font-medium {
  font-size: var(--font-medium);
}

.font-small {
  font-size: var(--font-small);
}

.spot-content {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.spot-content .desc {
  max-width: 575px;
}

/* umd-card */
.theme-radius {
  border-radius: var(--theme-radius);
}

.umd-card {
  padding: 30px;
  background-repeat: repeat;
  background: rgb(100 100 190 / 80%) url(https://www.keralatourism.org/assets/img/cbl/bg/blurBg.png)
}

.umd-content {
  z-index: 10;
}

.map-pin-block .link {
  width: 44px;
  height: 44px;
  background-color: var(--cblackg);
}

.map-pin-block .link svg {
  color: var(--cytd);
}
.btn-view-more.view-more {
  bottom: 30px;
  right: 15px;
  position: absolute;
}
.btn-view-more .link {
  padding-right: 20px;
  background-size: 16px;
  background-position: 100% 5px;
  background-repeat: no-repeat;
  background-image: url("https://www.keralatourism.org/assets/img/cbl/icons/right-arrow-angle.png");
}
.btn-view-more.btn-white .link {
  background-image: url("https://www.keralatourism.org/assets/img/cbl/icons/right-arrow-angle-white.png");
}
.btn-view-more .link:hover {
  color: var(--cytl);
}

.card.custom,
.theme-radius-md {
  border-radius: var(--theme-radius-md);
}

.theme-radius-sm {
  border-radius: 10px;
}

.card.custom .card-header {
  border-radius: var(--theme-radius-md) var(--theme-radius-md) 0 0;
}

.card.custom .card-footer {
  border-radius: 0 0 var(--theme-radius-md) var(--theme-radius-md);
}

/* umd-card */
/* table */

.table-custom tr th {
  color: var(--ctbl);
  padding: 0.5rem 1rem;
  font-size: var(--font-small);
  font-weight: var(--weight-small);
  background-color: var(--ctbd);
  border-bottom: none;
}

.table-custom tr td {
  color: #fff;
  font-size: var(--font-base);
  padding: 0.5rem 1.5rem;
  vertical-align: middle;
  background: #2f2f2f;
  border-bottom: 1px solid #646464;
}

.td-img-sm {
  overflow: hidden;
  border-radius: 5px;
  max-width: 32px;
  display: inline-block;
}

.table-scroll tbody {
  position: relative;
  overflow-y: scroll;
  height: 150px;
  display: block;
}

.table-scroll tr {
  width: 100%;
  table-layout: fixed;
  display: inline-table;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--ctbd);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--cytd);
  border-radius: 4px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gal-item-end::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg,
      rgb(19 20 77 / 60%) 0%,
      rgb(11 11 34 / 70%) 100%);
}

.gal-item-end .link {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 3;
  text-align: center;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

/* table */
.right-mode-carousel .slick-prev,
.right-mode-carousel .slick-next {
  top: auto;
  bottom: 0;
  z-index: 10;
}

.right-mode-carousel .slick-prev {
  right: 70px;
  left: auto;
}

.right-mode-carousel .slick-next {
  right: 30px;
  left: auto;
}

.center-mode-carousel .slick-prev,
.center-mode-carousel .slick-next {
  top: auto;
  bottom: 0;
  z-index: 10;
}

.center-mode-carousel .slick-prev {
  right: 51%;
  left: auto;
}

.center-mode-carousel .slick-next {
  left: 51%;
  right: auto;
}

.lftrgt-carousel .slick-prev,
.lftrgt-carousel .slick-next {
  transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -webkit-transform: translate(0, -60%);
}

/* skewed button */
.nav-pills .nav-link {
  color: var(--cytd) !important;
}

.nav-pills .nav-link.active {
  color: var(--ctb) !important;
}

.skewed-button {
  color: var(--ctbd);
}

.skewed-button,
.nav-pills .nav-link {
  cursor: pointer;
  background: transparent;
  border: 0;
  left: 18px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 40px 0 10px;
  position: relative;
  font-weight: var(--weight-small);
}

.skewed-button:before,
.nav-pills .nav-link.active:before {
  background: #fada46;
  background: linear-gradient(to bottom, #fada46 0%, #f8cd02 100%);
}

.skewed-button:after,
.nav-pills .nav-link.active:after {
  background: #fada46;
  background: linear-gradient(to bottom, #fada46 0%, #f8cd02 100%);
}

.skewed-button:hover:after,
.skewed-button:hover:before {
  background: linear-gradient(to bottom, #fada46 100%, #f8cd02 0%);
}

.skewed-button span,
.nav-pills .nav-link span {
  z-index: 3;
}

.skewed-button:before,
.nav-pills .nav-link.active:before,
.nav-pills .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  bottom: 0;
  left: -18px;
  z-index: 2;
  border-radius: 5px 0 0 5px;
}

.skewed-button:after,
.nav-pills .nav-link.active:after,
.nav-pills .nav-link:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(-35deg);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.skewed-button.outline:after,
.nav-pills .nav-link:after {
  border-left: transparent;
  border-right: 1px solid var(--cytd);
  border-radius: 0 5px 5px 0;
}

.skewed-button.outline:before,
.nav-pills .nav-link:before {
  border-right: transparent;
  border-left: 1px solid var(--cytd);
  border-radius: 5px 0 0 5px;
}

.skewed-button.outline:before,
.skewed-button.outline:after,
.nav-pills .nav-link:before,
.nav-pills .nav-link:after {
  box-shadow: none;
  background: transparent;
  border-top: 1px solid var(--cytd);
  border-bottom: 1px solid var(--cytd);
}

.skewed-button.outline span {
  color: var(--cytd);
}

/* skewed button */
/* video-gallery */
.v-gal-slide-item .desc {
  top: 0;
  left: 12px;
  position: absolute;
  background-color: rgba(53, 54, 120, 0.75);
}

/* footer */
.footer {
  background: var(--ctbd);
  border-radius: 120px 120px 0 0;
}

/* footer */
.slide-item .slide-item-wrap {
  margin: 0 12px;
}

.cutom-card-footer {
  padding: 30px 30px 50px 30px;
}

.table-stats tr th {
  color: #2CA9E0;
  padding: 20px 10px;
  font-weight: var(--weight-small);
  background-color: var(--ctbd);
}

.table-stats tr td {
  color: #fff;
  padding: 15px 10px;
  vertical-align: middle;
  background-color: #181835;
}

.table-inner tr td {
  padding: 0;
}

.card-header.bg-ctb-table {
  background-color: #313367;
}

/* section-banner */
.section-banner .desc {
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
}

.section-banner .desc p {
  margin: 0 auto;
  max-width: 575px;
}

.card-max-height-md {
  max-height: 480px;
}

.description p {
  color: #fff;
}

.event-img span {
  max-width: 240px;
}

.event-time {
  background-color: var(--cytd);
}

.event-time h5 {
  color: var(--ctbd);
}

.item-gap {
  margin: 0 15px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prize-item span {
  max-width: 64px;
}

.boat-club-carousel .slide-item span {
  display: block;
  margin: 0 auto;
  max-width: 240px;
}

.slide-item .img-card img,
.card-item .card-image img,
.card-item .img-card img {
  transform: scale(1);
  transition: 0.5s;
}

.slide-item:hover .img-card img,
.card-item:hover .card-image img,
.card-item:hover .img-card img {
  transform: scale(1.1);
  transition: 0.5s;
}
.calendar-card {
  max-width: 260px;
}
/* scroll top */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  background: var(--cytd);
  border-radius: 0px 15px 0 15px;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: var(--shadow-lg) !important;
}
.navbar-toggler.collapsed {
  height: 14px;
  width: 29px;
  border-radius: 0 !important;
  background-image: url('https://www.keralatourism.org/assets/img/cbl/icons/hamburger.svg');
  
}
.navbar-toggler {
  height: 32px;
  width: 32px;
  background-image: url('https://www.keralatourism.org/assets/img/cbl/icons/icon-close.png');
}
.lang-btn{
  position: absolute;
  right:0;
  top: 22px;
}
@media screen and  (max-width : 540px) {
  .font-large{
    font-size: 32px;
  }
}


@media screen and (min-width :320px) and (max-width : 991px) {

.lang-btn{
  right:50px;
  top: 22px;
}

}


/* section-banner */
/* media screen */
@media screen and (min-width : 767px) and (max-width : 991px) {
  .title-main h2 {
    font-size: var(--font-semiLarge);
  }

  .section-banner .desc {
    bottom: 60px;
  }

  .menu-main {
    background: var(--ctbd);
  }

  .navbar-nav {
    padding: 15px 0;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
    font-size: var(--font-base);
  }

  .navbar-brand {
    max-width: 40px;
  }

  .section-spotlight {
    height: 100%;
  }

  .spot-content {
    left: 0;
    top: auto;
    bottom: 0;
    padding-bottom: 30px;
    transform: translate(0, 0);
  }

  .mob-line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mob-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mob-line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .title-main h1,
  .section-title {
    font-size: var(--font-medium);
  }

  .sec-overlap {
    top: 0;
  }

  .title-main h2 {
    font-size: var(--font-xmedium);
  }
  .title-main h3 {
    font-size: var(--font-medium);
  }

  .section-banner .desc {
    bottom: 30px;
  }

  .theme-radius {
    border-radius: 20px;
  }

  .umd-card,
  .theme-card {
    padding: 20px;
  }

  .table-custom tr th,
  .table-custom tr td {
    font-size: var(--font-base);
  }

  .section-block-bottom {
    padding-bottom: 50px;
  }

  .trbl-radius {
    border-radius: 0 40px 0 40px;
  }

  .tlbr-radius {
    border-radius: 40px 0 40px 0;
  }

  .trbl-radius-md {
    border-radius: 0;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .footer {
    border-radius: 30px 30px 0 0;
  }

  .section-block {
    padding: 40px 0;
  }

  .mob-d-none,
  .row.mob-d-none,
  .col.mob-d-none {
    display: none !important;
  }

  .mob-d-none.mob-d-lg-block {
    display: flex !important;
  }

  .v-gal-slide-item .desc {
    position: absolute;
    left: 12px;
  }

  .icon-play {
    width: 50px;
    height: 50px;
  }

  .right-mode-carousel.mob-center-mode .slick-prev,
  .lftrgt-carousel.mob-center-mode .slick-prev {
    right: 51%;
    left: auto;
  }

  .right-mode-carousel.mob-center-mode .slick-next,
  .lftrgt-carousel.mob-center-mode .slick-next {
    left: 51%;
    right: auto;
  }

  .mob-center-mode .slick-prev,
  .mob-center-mode .slick-next {
    top: auto;
    bottom: 0;
    z-index: 10;
    transform: translate(0, 0);
  }

  .prize-item span {
    max-width: 48px;
  }

  .skewed-button span,
  .nav-pills .nav-link span {
    font-size: var(--font-xbase);
  }
  .section-block-bottom-end {
    padding-bottom: 120px;
  }
}

@media screen and (min-width : 575px) and (max-width : 767px) {
  .title-main h2 {
    font-size: var(--font-semiLarge);
  }

  .section-banner .desc {
    bottom: 60px;
  }

  .menu-main {
    background: var(--ctbd);
  }

  .navbar-nav {
    padding: 15px 0;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
    font-size: var(--font-base);
  }

  .navbar-brand {
    max-width: 40px;
  }

  .section-spotlight {
    height: 100%;
  }

  .spot-content {
    left: 0;
    top: auto;
    bottom: 0;
    padding-bottom: 30px;
    transform: translate(0, 0);
  }

  .mob-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .title-main h1,
  .section-title {
    font-size: var(--font-medium);
  }

  .sec-overlap {
    top: 0;
  }

  .title-main h2 {
    font-size: var(--font-xmedium);
  }
  .title-main h3 {
    font-size: var(--font-medium);
  }

  .section-banner .desc {
    bottom: 30px;
  }

  .theme-radius {
    border-radius: 20px;
  }

  .umd-card,
  .theme-card {
    padding: 20px;
  }

  .table-custom tr th,
  .table-custom tr td {
    font-size: var(--font-base);
  }

  .section-block-bottom {
    padding-bottom: 50px;
  }

  .trbl-radius {
    border-radius: 0 40px 0 40px;
  }

  .tlbr-radius {
    border-radius: 40px 0 40px 0;
  }

  .trbl-radius-md {
    border-radius: 0;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .footer {
    border-radius: 30px 30px 0 0;
  }

  .section-block {
    padding: 40px 0;
  }

  .mob-d-none,
  .row.mob-d-none,
  .col.mob-d-none {
    display: none !important;
  }

  .v-gal-slide-item .desc {
    position: relative;
  }

  .icon-play {
    width: 50px;
    height: 50px;
  }

  .right-mode-carousel.mob-center-mode .slick-prev,
  .lftrgt-carousel.mob-center-mode .slick-prev {
    right: 51%;
    left: auto;
  }

  .right-mode-carousel.mob-center-mode .slick-next,
  .lftrgt-carousel.mob-center-mode .slick-next {
    left: 51%;
    right: auto;
  }

  .mob-center-mode .slick-prev,
  .mob-center-mode .slick-next {
    top: auto;
    bottom: 0;
    z-index: 10;
    transform: translate(0, 0);
  }

  .prize-item span {
    max-width: 56px;
  }
  .event-img span {
    max-width: 100%;
  }
  .section-block-bottom-end {
    padding-bottom: 100px;
  }
  .calendar-card {
    max-width: 220px;
  }
  .section-banner .desc p {
    max-width: 480px;
  }
  .event-img,
  .event-time {
    width: 100%;
  }
  .wrap-gap-btm.mob-gap-none {
    padding-bottom: 0;
  }
}

@media screen and (min-width : 481px) and (max-width : 575px) {
  .title-main h2 {
    font-size: var(--font-semiLarge);
  }

  .section-banner .desc {
    bottom: 60px;
  }

  .menu-main {
    background: var(--ctbd);
  }

  .navbar-nav {
    padding: 15px 0;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
    font-size: var(--font-base);
  }

  .navbar-brand {
    max-width: 40px;
  }

  .section-spotlight {
    height: 100%;
  }

  .spot-content {
    left: 0;
    top: auto;
    bottom: 0;
    padding-bottom: 30px;
    transform: translate(0, 0);
  }

  .mob-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .title-main h1,
  .section-title {
    font-size: var(--font-medium);
  }

  .sec-overlap {
    top: 0;
  }

  .title-main h2 {
    font-size: var(--font-xmedium);
  }
  .title-main h3 {
    font-size: var(--font-medium);
  }

  .section-banner .desc {
    bottom: 30px;
  }

  .theme-radius {
    border-radius: 20px;
  }

  .umd-card,
  .theme-card {
    padding: 20px;
  }

  .table-custom tr th,
  .table-custom tr td {
    font-size: var(--font-base);
  }

  .section-block-bottom {
    padding-bottom: 50px;
  }

  .trbl-radius {
    border-radius: 0 40px 0 40px;
  }

  .tlbr-radius {
    border-radius: 40px 0 40px 0;
  }

  .trbl-radius-md {
    border-radius: 0;
  }

  .section-title-block {
    margin-bottom: 30px;
  }

  .footer {
    border-radius: 30px 30px 0 0;
  }

  .section-block {
    padding: 40px 0;
  }

  .mob-d-none,
  .row.mob-d-none,
  .col.mob-d-none {
    display: none !important;
  }

  .v-gal-slide-item .desc {
    position: relative;
  }

  .icon-play {
    width: 50px;
    height: 50px;
  }

  .right-mode-carousel.mob-center-mode .slick-prev,
  .lftrgt-carousel.mob-center-mode .slick-prev {
    right: 51%;
    left: auto;
  }

  .right-mode-carousel.mob-center-mode .slick-next,
  .lftrgt-carousel.mob-center-mode .slick-next {
    left: 51%;
    right: auto;
  }

  .mob-center-mode .slick-prev,
  .mob-center-mode .slick-next {
    top: auto;
    bottom: 0;
    z-index: 10;
    transform: translate(0, 0);
  }

  .prize-item span {
    max-width: 56px;
  }
  .event-img span {
    max-width: 100%;
  }
  .section-block-bottom-end {
    padding-bottom: 80px;
  }
  .calendar-card {
    max-width: 220px;
  }
  .event-img,
  .event-time {
    width: 100%;
  }
  .wrap-gap-btm.mob-gap-none {
    padding-bottom: 0;
  }
}

@media screen and (max-width : 480px) {
  .menu-main {
    background: var(--ctbd);
  }
  .skewed-button,
  .nav-pills .nav-link {
  
    padding: 0 20px 0 10px;
  }
  .navbar-nav {
    padding: 15px 0;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
    font-size: var(--font-base);
  }

  .navbar-brand {
    max-width: 40px;
  }

  .section-spotlight {
    height: 100%;
  }

  .spot-content {
    left: 0;
    top: auto;
    bottom: 0;
    padding-bottom: 30px;
    transform: translate(0, 0);
  }

  .mob-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .title-main h1,
  .section-title {
    font-size: var(--font-semiLarge);
  }

  .sec-overlap {
    top: 0;
  }
  .font-xm{
    font-size: 24px;
  }
  .title-main h2 {
    font-size: 32px;
  }
  .title-main h3 {
    font-size: var(--font-medium);
  }

  .section-banner .desc {
    bottom: 30px;
  }

  .theme-radius {
    border-radius: 20px;
  }

  .umd-card,
  .theme-card {
    padding: 20px;
  }

  .table-custom tr th,
  .table-custom tr td {
    font-size: var(--font-base);
  }

  .section-block-bottom {
    padding-bottom: 40px;
  }

  .trbl-radius {
    border-radius: 0 40px 0 40px;
  }

  .tlbr-radius {
    border-radius: 40px 0 40px 0;
  }

  .trbl-radius-md {
    border-radius: 0;
  }

  .section-title-block {
    margin-bottom: 20px;
  }

  .footer {
    border-radius: 30px 30px 0 0;
  }

  .section-block {
    padding: 40px 0;
  }

  .mob-d-none,
  .row.mob-d-none,
  .col.mob-d-none {
    display: none !important;
  }

  .v-gal-slide-item .desc {
    position: relative;
  }

  .icon-play {
    width: 50px;
    height: 50px;
  }

  .right-mode-carousel.mob-center-mode .slick-prev,
  .lftrgt-carousel.mob-center-mode .slick-prev {
    right: 51%;
    left: auto;
  }

  .right-mode-carousel.mob-center-mode .slick-next,
  .lftrgt-carousel.mob-center-mode .slick-next {
    left: 51%;
    right: auto;
  }

  .mob-center-mode .slick-prev,
  .mob-center-mode .slick-next {
    top: auto;
    bottom: 0;
    z-index: 10;
    transform: translate(0, 0);
  }

  .prize-item span {
    max-width: 56px;
  }
  .event-img span {
    max-width: 100%;
  }
  .map-pin-block .link {
    width: 40px;
    height: 40px;
  }
  .section-block-bottom-end {
    padding-bottom: 60px;
  }
  .calendar-card {
    max-width: 220px;
  }
  .event-img,
  .event-time {
    width: 100%;
  }
  .wrap-gap-btm.mob-gap-none {
    padding-bottom: 0;
  }
}

/* media screen */
.breadcrumb-item+.breadcrumb-item::before {
  color: rgb(255 255 255 / 50%)!important;
}


.dropdown-menu[data-bs-popper] {
  left: -10px !important;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
  right: 82px;
  top: 4px;
  border: 2px solid #ffffff4a;
  border-radius: 50px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
}

.dropdown-menu {
  min-width: 7rem !important;
  padding: .5rem 0 0.1rem 0;
}

.dropdown-menu::after {
  content: "";
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 33px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: .625rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #353677!important;
}