@import url("./main_font.css");

/*==================body=================*/
body {
  direction: ltr;
  background: #ffffff;
  font-family: "SatoshiRegular";
}

.hoverLnkCls {
  width: max-content;
  border: 1px solid var(--Text-200);
  color: var(--Text-950);
}
.hoverLnkCls:hover {
  border: 1px solid var(--Primary-500);
  background: var(--Primary-50);
}

.tixSecHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.tixSecHed .tixHedLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.tixSecHed .dropSel .dropSelDiv {
  justify-content: space-between;
  width: 115px;
}
.tixSecHed .tixHedLeft .dropSel .dropSelDiv p {
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Primary-500);
  font-family: "SatoshiBold";
  font-size: 22px;
}
.tixSecHed .tixHedLeft .dropSel .dropSelDiv span {
  font-size: 24px;
  color: var(--Primary-500);
}
.tixSecHed .tixHedLeft .selCityLnk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  color: var(--Primary-500);
  cursor: pointer;
}
.tixSecHed .tixHedLeft .selCityLnk p {
  border-bottom: 1px solid var(--Text-200);
  font-size: 22px;
  font-family: "SatoshiBold";
  padding-bottom: 2px;
}
.tixSecHed .tixHedLeft .selCityLnk span {
  font-size: 30px;
}
.tixSecHed .tixHedLeft .selCityLnk:hover {
  color: var(--Primary-600);
}
.tixSecHed .active .dropSelDiv span {
  transform: rotate(-180deg);
}
.tixSecHed h2 {
  color: var(--Text-950);
  font-size: 22px;
  font-family: "SatoshiBold";
}
.tixSecHed .hedPagntion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid var(--Text-200);
  width: max-content;
  height: 48px;
  padding: 12px 16px;
}
.tixSecHed .hedPagntion:has(div.swiper-pagination-lock) {
  display: none;
}
.tixSecHed .hedPagntion .swiper-pagination-fraction,
.tixSecHed .hedPagntion .swiper-button-next,
.tixSecHed .hedPagntion .swiper-button-prev {
  position: static;
  height: 100%;
  margin: 0;
  padding: 0;
}
.tixSecHed .hedPagntion .swiper-button-next:after,
.tixSecHed .hedPagntion .swiper-button-prev:after {
  font-size: 15px;
  color: var(--Text-500);
}
.tixSecHed .hedPagntion .swiper-pagination-fraction {
  color: var(--Text-500);
  font-family: "SatoshiMedium";
  font-size: 13.75px;
}

.tixSecHed.hedHasSelct .tixHedRght {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.tixSecHed .tixHedRght .dropSel,
.dtailTab .dtailTabHed .dropSel {
  height: 48px;
  padding: 0 14px;
  border-radius: 50px;
  border: 1px solid var(--Text-200);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tixSecHed .tixHedRght .dropSel.selected,
.dtailTab .dtailTabHed .dropSel.selected {
  border: 1px solid var(--Primary-500);
  background: var(--Primary-50);
}
.tixSecHed .tixHedRght .dropSel:first-child {
  width: 128px;
}
.tixSecHed .tixHedRght .dropSel:last-child {
  width: 151px;
}
.tixSecHed .tixHedRght .dropSel .select,
.tixSecHed .tixHedRght .dropSelDiv,
.dtailTab .dtailTabHed .dropSel .select,
.dtailTab .dtailTabHed .dropSelDiv {
  width: 100%;
  justify-content: space-between;
}
.dtailTab .dtailTabHed .dropSelDiv {
  gap: 0;
}
.tixSecHed .tixHedRght .dropSelDiv div,
.dtailTab .dtailTabHed .dropSelDiv div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--Text-500);
}
.tixSecHed .tixHedRght .dropSelDiv div i,
.dtailTab .dtailTabHed .dropSelDiv div i {
  font-size: 24px;
}
.tixSecHed .tixHedRght .dropSelDiv div p,
.dtailTab .dtailTabHed .dropSelDiv div p {
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tixSecHed .tixHedRght .dropSelDiv span,
.dtailTab .dtailTabHed .dropSelDiv span {
  font-size: 24px;
}
.tixSecHed .tixHedRght .selected .dropSelDiv div,
.tixSecHed .tixHedRght .selected .dropSelDiv span,
.dtailTab .dtailTabHed .selected .dropSelDiv div,
.dtailTab .dtailTabHed .selected .dropSelDiv span {
  color: var(--Primary-500);
}
.tixSecHed .tixHedRght .dropSel .dropdown-mnu,
.dtailTab .dtailTabHed .dropSel .dropdown-mnu {
  top: 40px;
}
.dtailTab .dtailTabHed .backLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--Text-950);
}
.dtailTab .dtailTabHed .backLink span {
  font-size: 24px;
}
.dtailTab .dtailTabHed .backLink p {
  font-size: 15.5px;
  font-family: "SatoshiBold";
}
.dtailTab .dtailTabHed .backLink:hover {
  color: var(--Primary-500);
}

.swprPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--Text-200);
  opacity: 1;
}
.swprPagination .swiper-pagination-bullet-active {
  background: #339cff;
}

/*---language-selectbox---*/
.dropSel {
  display: block;
  position: relative;
}
.dropSel .select {
  cursor: pointer;
}
.dropSel .dropSelDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.dropSel .dropSelDiv i {
  font-size: 18px;
}
.dropSel .dropSelDiv p {
  font-size: 13px;
  font-family: "SatoshiMedium";
  line-height: 1.7;
}
.dropSel .dropdown-mnu {
  position: absolute;
  width: 100%;
  min-width: 100px;
  padding: 10px;
  border-radius: 15px;
  left: 0;
  top: 26px;
  display: none;
  height: max-content;
  z-index: 9;
  background-color: #fff;
  border: 1px solid var(--Text-200);
}
.dropSel .dropdown-mnu li {
  border-bottom: 1px solid var(--Text-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 7px 4px;
  font-size: 13px;
  font-family: "SatoshiMedium";
  color: var(--Text-400);
  cursor: pointer;
}
.dropSel .dropdown-mnu li img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.dropSel .dropdown-mnu li:first-child {
  padding-top: 0;
}
.dropSel .dropdown-mnu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.image_parent {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image_parent:after {
  content: "";
  display: block;
}
.image_parent img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabBox .tabcontent {
  display: none;
}
.tabBox #tabOne {
  display: block;
}
.eTabHeader ul,
.tabBox .tixHedRght .tabHeader ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  height: 47px;
}
.eTabHeader ul::-webkit-scrollbar,
.tabBox .tixHedRght .tabHeader ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 35px;
}
.eTabHeader ul::-webkit-scrollbar-thumb,
.tabBox .tixHedRght .tabHeader ul::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.2);
  --webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.tabBox .tabHeader li {
  height: 100%;
}
.tabBox .tabHeader a {
  min-width: max-content;
  height: 100%;
  display: block;
  color: var(--Text-400);
  font-size: 15.5px;
  font-family: "SatoshiBold";
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tabBox .tabHeader a:hover {
  color: var(--Primary-600);
}
.tabBox .tabHeader a.active {
  color: var(--Primary-500);
}

/*==================header=================*/
.headerSec {
  padding: 32px 0;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02),
    0px 8px 18px 0px rgba(0, 0, 0, 0.03);
}
.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.headerBox .headrLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.hrdMenuBx .sideTopRow .cloSideMnu,
.headerBox .opnSideMnu {
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d6dde2;
  border-radius: 50%;
  color: var(--Text-950);
}
.headerBox .opnSideMnu {
  display: none;
  font-size: 16px;
}
.hrdMenuBx .sideTopRow .cloSideMnu:hover,
.headerBox .opnSideMnu:hover {
  color: var(--Primary-500);
}
.headerBox .headrLogo {
  display: block;
  width: 85px;
  height: auto;
}
.headerBox .headrLogo img,
.hrdMenuBx .sideTopRow .sideLogo img {
  width: 100%;
  height: auto;
}
.hrdMenuBx .sideTopBx {
  display: none;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02),
    0px 8px 18px 0px rgba(0, 0, 0, 0.03);
  padding: 25px 15px;
}
.hrdMenuBx .sideTopRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.hrdMenuBx .sideTopRow .sideLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.hrdMenuBx .sideTopRow .cloSideMnu {
  display: flex;
  font-size: 32px;
}
.hrdMenuBx .sideTopRow .sideLogo {
  display: block;
  width: 75px;
  height: auto;
}
.hrdMenuBx .sideTopRow .sideLogLnk,
.headerBox .hdrLogLnk {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--Text-950);
}
.hrdMenuBx .sideTopRow .sideLogLnk {
  padding: 0 22px;
  height: 44px;
  font-size: 13.75px;
}
.headerBox .hdrLogLnk {
  min-width: 104px;
  height: 50px;
  padding: 0 16px;
  font-size: 16px;
}
.headerBox .hdrPrfilBx .hdrPrfilLnk {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  cursor: pointer;
}
.headerBox .hdrPrfilLnk span {
  font-size: 24px;
  color: var(--Text-500);
}
.hasBgHeder .headerBox .hdrPrfilLnk span {
  color: #fff;
}
.headerBox .hdrPrfilBx .hdrPrfilLnk.open span {
  transform: rotate(-180deg);
}
.headerBox .hdrPrfilLnk img {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.headerBox .hdrPrfilBx .prfileSub {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 251px;
  padding: 16px;
  z-index: 5;
  border-radius: 20px;
  background: #fff;
  box-shadow: -10px 8px 50px 0px rgba(0, 0, 0, 0.12);
}
.headerBox .prfileSub a,
.headerBox .prfileSub button {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  height: 50px;
  color: var(--Text-500);
  padding: 0 18px;
  transition: all 0.6s;
}
.headerBox .prfileSub a {
  border-radius: 50px;
  margin-bottom: 5px;
}
.headerBox .prfileSub button {
  border-radius: 0;
  margin-top: 10px;
  border-top: 1px solid var(--Text-100);
}
.headerBox .prfileSub a span,
.headerBox .prfileSub button span {
  font-size: 24px;
}
.headerBox .prfileSub a p,
.headerBox .prfileSub button p {
  font-size: 15.5px;
  font-family: "SatoshiBold";
}
.headerBox .prfileSub a.active,
.headerBox .prfileSub a:hover {
  background: var(--Text-50);
}
.headerBox .prfileSub button:hover {
  color: #ef1e52;
}
.headerBox .prfileSub a.active {
  color: var(--Text-950);
}

.headerBox .hdrProfil {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.headerBox .hdrProfil img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}
.hrdMenuBx .sideContnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.hrdMenuBx .hrdMnuUl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.hrdMenuBx .hrdMnuUl .hrdMnuLnk {
  color: var(--Text-950);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hrdMenuBx .hrdMnuUl .hrdMnuLnk i {
  font-size: 15.5px;
}
.hrdMenuBx .hrdMnuUl .hrdMnuLnk span {
  font-size: 24px;
  color: #28303f;
  display: none;
}
.hrdMenuBx .hrdMnuUl .hrdMnuLnk.active {
  color: var(--Primary-500);
}
.hrdMenuBx .hrdMnuUl .hrdMnuLnk:hover {
  color: var(--Primary-600);
}
.showLang {
  padding: 12px 16px;
  border-radius: 20px;
  border: 1px solid var(--Text-200);
}
.hrdMenuBx .hdrSideBtm {
  display: none;
  width: 100%;
  margin-top: 40px;
}
.showLang a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.showLang a:first-child {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Text-100);
}
.showLang a img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.showLang a div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: var(--Text-500);
}
.showLang a div span {
  font-size: 24px;
}
.showLang a div p {
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.showLang a:hover div {
  color: var(--Primary-500);
}

.headerBox .headrRght {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.headerBox .hdrSrchBx,
.tixModal .mdlSearch .input-group {
  border-radius: 50px;
  border: 1px solid var(--Text-200);
}
.headerBox .hdrSrchBx input,
.tixModal .mdlSearch .input-group input {
  border-radius: 0 50px 50px 0;
  border: none;
  color: var(--Text-950);
  font-size: 14px;
  font-family: "SatoshiMedium";
  background: transparent;
}
.headerBox .hdrSrchBx:has(input:focus),
.tixModal .mdlSearch .input-group:has(input:focus) {
  border-color: var(--Primary-600);
}
.headerBox .hdrSrchBx button,
.tixModal .mdlSearch .input-group button {
  border: none;
  border-radius: 50px 0 0 50px;
  padding-right: 0;
  color: var(--Text-400);
  font-size: 16px;
}
.headerBox .hdrSrchBx button:hover,
.tixModal .mdlSearch .input-group button:hover {
  color: var(--Primary-500);
}
.headerBox .hdrSrchBx.hdrDeskSrch {
  width: 260px;
  height: 50px;
}
.headerBox .hdrSrchBx.hdrMobilSrch {
  width: 100%;
  height: 56px;
}
.headerBox .langDrop {
  min-width: 86px;
  color: var(--Text-400);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
  cursor: pointer;
}
.headerBox .langDrop span {
  font-size: 18px;
}
.headerBox .langDrop i {
  font-size: 13px;
}
.headerBox .langDrop p {
  font-size: 13px;
  font-family: "SatoshiMedium";
}
.headerBox .langDrop:hover {
  color: var(--Primary-500);
}

/*==================topBnnrSec=================*/
.topBnnrSec {
  margin: 30px 0;
}
.topBnnrSec .swiper-wrapper {
  padding-bottom: 45px;
}
.topBnnrSec .swiper-slide {
  display: block;
  width: 100%;
  height: 431px;
  border-radius: 50px;
}
.topBnnrSec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 50px;
}
.topBnnrSec .swiper-button-next,
.topBnnrSec .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(33, 37, 41, 0.5);
}
.topBnnrSec .swiper-button-next::after,
.topBnnrSec .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
  font-family: "icomoon";
}
.topBnnrSec .swiper-button-prev:after,
.topBnnrSec .swiper-rtl .swiper-button-next:after {
  content: "\e921";
}
.topBnnrSec .swiper-button-next:after,
.topBnnrSec .swiper-rtl .swiper-button-prev:after {
  content: "\e922";
}
.topBnnrSec .swiper-horizontal > .swiper-pagination-bullets,
.topBnnrSec .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

/*==================browsingSec=================*/
.browsingSec {
  margin: 40px 0;
}
.browsingSec .tixCard {
  display: block;
  width: 23.8%;
}
.browsingLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.crdLikeBtn {
  font-size: 24px;
  padding: 0;
  border: 0;
  line-height: 1;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crdLikeBtn .icon-heart {
  color: #fff;
}
.tixCard .crdLikeBtn {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
.tixCard .image_parent,
.tixCard .image_parent img {
  border-radius: 20px;
}
.tixCard .image_parent:after {
  padding-top: 70%;
}
.tixCard .tixCrdBdy {
  padding: 14px 8px 0 8px;
}
.tixCard .tixCrdBdy h2 {
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiBold";
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.tixCard .tixCrdBdy p {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  margin-bottom: 8px;
}
.tixCard:hover .tixCrdBdy h2 {
  color: var(--Primary-500);
}

/*==================popularSec=================*/
.popularSec {
  margin: 60px 0;
}
.popularSec2 {
  margin: -70px 0 50px 0;
}
.popularSec .swiper-slide {
  width: max-content;
}
.popularSec .tixCard {
  display: block;
  width: 309px;
}
.upcomingSwpr .swiper-button-next,
.upcomingSwpr .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1b7cf5c9;
}
.upcomingSwpr .swiper-button-next::after,
.upcomingSwpr .swiper-button-prev::after {
  font-size: 25px;
  color: #fff;
}
.upcomingSwpr .swiper-button-prev,
.upcomingSwpr .swiper-rtl .swiper-button-next {
  left: 0;
}
.upcomingSwpr .swiper-button-next,
.upcomingSwpr .swiper-rtl .swiper-button-prev {
  right: 0;
}

/*==================fetureSec=================*/
.featureSec {
  border-top: 1px solid var(--Text-100);
  padding: 42px 0 20px 0;
  margin-top: 30px;
}
.featureSec .featureList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.featureSec .featureCard {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}
.featureSec .featureCard img {
  width: 32px;
  height: auto;
  margin: 0 auto;
}
.featureSec .featureCard strong {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  display: block;
  margin: 10px auto 4px auto;
}
.featureSec .featureCard p {
  color: var(--Text-500);
  font-size: 13.75px;
  line-height: 1.7;
}

/*==================hasBgSec=================*/
.hasBgSec .bgCvrImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.4;
}

.hasBgSec .bgCvrImgMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: contain;
  object-position: center;
  display: block;
}
.hasBgSec .bgCvrColor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.hasBgSec .bgContent {
  position: relative;
  left: 0;
  top: 0;
  z-index: 15;
}
.hasBgSec .contentTop {
  height: 419px;
}
.headerSec.hasBgHeder {
  background: transparent;
  box-shadow: none;
}
.hasBgSec .headerBox .langDrop,
.pageTopSec .headerBox .langDrop {
  color: var(--Text-50);
}
.hasBgHeder .headerBox .opnSideMnu,
.hasBgHeder .headerBox .hdrSrchBx input,
.hasBgHeder .hrdMenuBx .hrdMnuUl .hrdMnuLnk,
.hasBgHeder .headerBox .hdrLogLnk {
  color: #fff;
}
.pageTopSec .headerBox .hdrSrchBx,
.hasBgHeder .headerBox .hdrLogLnk {
  border-color: rgba(255, 255, 255, 0.3);
}
.hasBgHeder .headerBox .hdrSrchBx button {
  color: rgba(255, 255, 255, 0.3);
}
.hasBgHeder .headerBox .hdrSrchBx input::-webkit-input-placeholder,
.hasBgHeder .headerBox .hdrSrchBx .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.hasBgHeder .headerBox .hdrSrchBx input::-moz-placeholder,
.hasBgHeder .headerBox .hdrSrchBx .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.hasBgHeder .headerBox .hdrSrchBx input:-ms-input-placeholder,
.hasBgHeder .headerBox .hdrSrchBx .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.hasBgHeder .headerBox .hdrSrchBx .form-control:-moz-placeholder,
.hasBgHeder .headerBox .hdrSrchBx input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.hasBgHeder .headerBox .hdrSrchBx:has(input:focus) {
  border-color: #fff;
}
.hasBgHeder .headerBox .hdrLogLnk:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hasBgHeder .headerBox .hdrSrchBx button:hover {
  color: #fff;
}

/*==================evntDtailSec=================*/
.evntDtailSec .evntDtailRow {
  position: relative;
  top: -240px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.evntDtailSec .evntDtailInfo {
  width: calc(100% - 361px);
  padding: 20px 40px 0 0;
}
.evntDtailSec .evntDtailInfo .evntTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
}
.evntDtailSec .evntTitle .left {
  color: #fff;
}
.evntDtailSec .evntTitle .left h2 {
  font-size: 25px;
  font-family: "SatoshiBlack";
  line-height: 1.7;
  margin-bottom: 5px;
}
.evntDtailSec .evntTitle .left p {
  font-size: 13.75px;
  margin-bottom: 15px;
  height: 47px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evntDtailSec .evntTitle .left div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  width: max-content;
  max-width: 100%;
}
.evntDtailSec .evntTitle .left div span {
  font-size: 19px;
}
.evntDtailSec .evntTitle .left div i {
  color: #fff;
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.evntDtailSec .evntTitle .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.evntDtailSec .evntTitle .evntShareBtn {
  font-size: 24px;
  color: #fff;
}
.evntDtailSec .evntTitle .evntShareBtn:hover {
  color: var(--Primary-500);
}
.evntDtailSec .eventTab {
  margin-top: 17px;
}
.tabHdrBox {
  position: sticky;
  left: 0;
  top: 0;
  background: var(--Text-50);
  height: 65px;
}
.evntDtailSec .eTabHeader {
  height: 65px;
}
.evntDtailSec .eTabHeader ul {
  gap: 42px;
  height: 100%;
}
.evntDtailSec .eTabHeader ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evntDtailSec .eTabHeader ul .eTablinks {
  color: var(--Text-400);
  font-size: 15.5px;
  font-family: "SatoshiMedium";
  padding: 3px 0 6px 0;
  min-width: max-content;
}
.evntDtailSec .eTabHeader ul .eTablinks:after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background: var(--Primary-500);
  transition: all 0.6s;
}
.evntDtailSec .eTabHeader ul .eTablinks.active {
  color: var(--Primary-500);
}
.evntDtailSec .eTabHeader ul .eTablinks.active:after {
  width: 40px;
}
.evntDtailSec .eTabcontent {
  padding-top: 30px;
}
.evntDtailSec .eTabcontent .title {
  margin-bottom: 30px;
}
.evntDtailSec .eTabcontent .title h2 {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
}
.evntDtailSec .eTabcontent .eventText p,
.evntDtailSec .eTabcontent .eventText li {
  color: var(--Text-700);
  font-size: 13.75px;
  line-height: 1.7;
}
.evntDtailSec .eTabcontent .eventText p {
  margin-bottom: 15px;
}
.evntDtailSec .eTabcontent .eventText ul {
  list-style: inside;
  padding-left: 30px;
  margin-bottom: 20px;
}
.evntDtailSec .eTabcontent .eventText li {
  margin-bottom: 6px;
}
.evntDtailSec .eTabcontent .servicList,
.evntDtailSec .eTabcontent .dateTimLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 8px;
  margin-bottom: 30px;
}
.evntDtailSec .eTabcontent .servicList li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border-radius: 50px;
  background: var(--Text-50);
}
.evntDtailSec .eTabcontent .servicList li span {
  font-size: 24px;
  color: var(--Primary-500);
}
.evntDtailSec .eTabcontent .servicList li p {
  color: var(--Text-700);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  line-height: 1.6;
}
.evntDtailSec .eTabcontent .tabLocBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 18px;
  border-radius: 32px;
  background: var(--Text-50);
  margin-bottom: 30px;
}
.evntDtailSec .eTabcontent .tabLocBox span {
  font-size: 24px;
  color: var(--Primary-500);
}
.evntDtailSec .eTabcontent .tabLocBox h3 {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.evntDtailSec .eTabcontent .tabLocBox .tabLocTxt {
  color: var(--Text-400);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  margin: 8px auto 8px 0;
}
.evntDtailSec .eTabcontent .tabLocBox a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--Primary-500);
}
.evntDtailSec .eTabcontent .tabLocBox a i {
  font-size: 20px;
}
.evntDtailSec .eTabcontent .tabLocBox a p {
  color: var(--Primary-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.evntDtailSec .eTabcontent .tabLocBox a:hover {
  color: var(--Primary-600);
}
.evntDtailSec .eTabcontent .dateTimLst li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 50px;
  background: var(--Text-50);
  height: 48px;
  padding: 0 16px;
}
.evntDtailSec .eTabcontent .dateTimLst li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.evntDtailSec .eTabcontent .dateTimLst li span {
  font-size: 24px;
  color: var(--Primary-500);
}
.evntDtailSec .eTabcontent .dateTimLst li p {
  color: var(--Text-700);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.evntDtailSec .eTabcontent .dateTimLst li i {
  color: var(--Text-400);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.evntDtailSec .evntDtailSide {
  position: sticky;
  top: 0;
  right: 0;
}
.evntDtailSec .evntDtailSide .evntCard {
  width: 361px;
  border-radius: 28px;
  border: 3px solid #fff;
  background: #fff;
  box-shadow: -10px 8px 50px 0px rgba(0, 0, 0, 0.12);
}
.evntDtailSec .evntDtailSide .evntCard img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px 28px 0 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.evntDtailSec .evntDtailSide .evntCrdBdy {
  padding: 30px 24px;
}
  .evntDtailSec .evntDtailSide .evntCrdBdy p {
    color: var(--Text-500);
    font-size: 13.75px;
    margin: 0;
    flex-shrink: 0;
    min-width: 60px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 6px;
  }
.price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}
.price strong {
  color: var(--Text-950);
  font-size: 22px;
  font-family: "SatoshiBold";
  margin: 0;
}
.price span {
  color: var(--Text-400);
  font-size: 11px;
  font-family: "SatoshiMedium";
  margin: 0;
  margin-top: 3px;
}
.evntDtailSec .evntDtailSide .evntCrdBdy button {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background: var(--Primary-500);
  color: #fff;
  font-size: 16px;
  font-family: "SatoshiBold";
  margin-top: 10px;
}
.evntDtailSec .evntDtailSide .evntCrdBdy button:hover {
  background: var(--Primary-600);
}

/*==================detailPgSec=================*/
.headerSec01 {
  position: relative;
  z-index: 14;
}
.detailPgSec {
  width: 100%;
  height: calc(100vh - 114px);
  position: relative;
  z-index: 1;
}
.detailPgSec .detailPgRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  height: 100%;
}
.detailPgSec .dtailPgSeat {
  width: 55%;
  
  height: 100%;
  overflow: auto;
  padding: 2px 3px 2px 4px;
  margin: 0 0 0 auto;
}
.detailPgSec .dtailPgSeat img {
  width: 100%;
  height: auto;
}
.detailPgSec .dtailPgLft {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  overflow: auto;
  background: #fff;
  box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.02),
    8px 0px 18px 0px rgba(0, 0, 0, 0.03);
}
.detailPgSec .dtailPgLft .dtailPgTtl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 30px 30px 20px 30px;
}
.detailPgSec .dtailPgLft .dtailPgTtl h1 {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
  line-height: 1.7;
}
.detailPgSec .dtailPgLft .dtailPgTtl p {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  line-height: 1.7;
}
.detailPgSec .dtailPgLft .dtailPgTtl .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.detailPgSec .dtailPgLft .dtailPgTtl .evntShareBtn {
  color: var(--Text-700);
  font-size: 22px;
}
.detailPgSec .dtailPgLft .dtailPgTtl .crdLikeBtn {
  font-size: 27px;
}
.detailPgSec .dtailPgLft .dtailPgTtl .crdLikeBtn .icon-heart {
  color: var(--Text-700);
}
.detailPgSec .dtailPgLft .dtailPgTtl .evntShareBtn:hover {
  color: var(--Primary-500);
}
.detailPgSec .dtailPgLft .dtailTab {
  width: 100%;
  height: 100%;
}
.detailPgSec .dtailTab .tabHedBox {
  width: 100%;
}
.detailPgSec .dtailTab .dtailTabHed {
  width: 100%;
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.01),
    0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 5;
}
.detailPgSec .dtailTab .dtailTabHed .dropSel {
  width: max-content;
  /* min-width: 139px; */
}
.detailPgSec .dtailTab .dtailTabHed .form-check {
  position: relative;
  width: max-content;
  height: 48px;
  padding: 0;
  margin: 0;
}
.detailPgSec .dtailTabHed .form-check input,
.detailPgSec .dtailTabHed .form-check label {
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
}
.detailPgSec .dtailTabHed .form-check input {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  float: none;
}
.detailPgSec .dtailTabHed .form-check label {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid var(--Text-200);
  padding: 0 16px;
}
.detailPgSec .dtailTabHed .form-check label span {
  color: var(--Text-500);
  font-size: 24px;
}
.detailPgSec .dtailTabHed .form-check label p {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.detailPgSec .dtailTabHed .form-check input:checked ~ label {
  border-color: var(--Primary-500);
  background: var(--Primary-50);
}
.detailPgSec .dtailTabHed .form-check input:checked ~ label span {
  color: var(--Primary-500);
}
.detailPgSec .dtailTab .dtailTabBdy {
  height: 100%;
}
.detailPgSec .dtailTab .dtailTabBtm {
  width: 100%;
  min-height: 94px;
  background: #fff;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.02),
    0px -4px 12px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 24px 30px;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.detailPgSec .dtailTab .noSeatBox {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
}
.detailPgSec .dtailTab .noSeatBox p {
  color: var(--Text-300);
  font-size: 13.75px;
  text-align: center;
}
.detailPgSec .dtailTab .sectionList {
  height: 100%;
  padding: 20px 30px;
}
.detailPgSec .dtailTab .sectionList .form-check {
  position: relative;
  width: 100%;
  height: max-content;
  margin: 0 0 7px 0;
  padding: 0;
}
.detailPgSec .dtailTab .sectionList input,
.detailPgSec .dtailTab .sectionList label {
  left: 0;
  top: 0;
  width: 100%;
}
.detailPgSec .dtailTab .sectionList input {
  position: absolute;
  opacity: 0;
  z-index: 2;
  height: 100%;
  padding: 0;
  margin: 0;
}
.detailPgSec .dtailTab .sectionList label {
  position: relative;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: max-content;
  padding: 30px;
  border-radius: 20px;
  background: var(--Text-50);
  border: 1px solid var(--Text-50);
}
.detailPgSec .dtailTab .sectionList .left strong {
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiBold";
  display: block;
  margin-bottom: 6px;
}
.detailPgSec .dtailTab .sectionList .left p {
  color: var(--Text-400);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.detailPgSec .dtailTab .sectionList .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.detailPgSec .dtailTab .sectionList .right strong {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
}
.detailPgSec .dtailTab .sectionList .right span {
  color: var(--Text-400);
  font-size: 11px;
  font-family: "SatoshiMedium";
  margin-top: 5px;
}
.detailPgSec .dtailTab .sectionList input:checked ~ label {
  border-color: var(--Primary-500);
  background: var(--Primary-50);
}
.detailPgSec .dtailTab .sectionList input:checked ~ label .left strong {
  color: var(--Primary-500);
}

/*==================checkoutSec=================*/
.checkoutSec {
  margin: 50px 0 150px 0;
}
.checkoutSec .backLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--Text-950);
  margin-bottom: 30px;
}
.checkoutSec .backLink span {
  font-size: 24px;
}
.checkoutSec .backLink strong {
  font-family: "SatoshiBold";
  font-size: 22px;
}
.checkoutSec .backLink:hover {
  color: var(--Primary-500);
}
.checkoutSec .checkoutRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.checkoutSec .checkLeft {
  width: 292px;
}
.checkoutSec .checkLeft .chekLftCrd {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  margin-bottom: 12px;
}
.checkoutSec .checkLeft .chekLftCrd img {
  width: 100%;
  height: 153px;
  border-radius: 16px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 18px;
}
.checkoutSec .checkLeft .chekLftCrd h2 {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
  margin-bottom: 14px;
}
.checkoutSec .checkLeft .chekLftCrd p {
  color: var(--Text-500);
  margin-bottom: 5px;
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.checkoutSec .checkLeft .chkLeftDrop {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  margin-bottom: 13px;
  padding: 20px;
}
.checkoutSec .chkLeftDrop .chkDropHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.checkoutSec .chkLeftDrop .chkDropHed[aria-expanded="true"] {
  padding-bottom: 28px;
}
.checkoutSec .chkLeftDrop .dropHedLft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  color: var(--Text-500);
}
.checkoutSec .chkLeftDrop .dropHedLft i {
  font-size: 14px;
}
.checkoutSec .chkLeftDrop .dropHedLft span {
  font-size: 24px;
}
.checkoutSec .chkLeftDrop .dropHedLft p {
  font-family: "SatoshiBold";
  font-size: 15.5px;
}
.checkoutSec .chkLeftDrop .dropHedRght {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--Primary-500);
}
.checkoutSec .chkLeftDrop .dropHedRght p {
  font-family: Satoshi;
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.checkoutSec .chkLeftDrop .dropHedRght span {
  font-size: 18px;
}
.checkoutSec .chkLeftDrop .chkDropHed[aria-expanded="true"] .dropHedRght span {
  transform: rotate(-180deg);
}
.checkoutSec .chkLeftDrop .ticketRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid #e3e7ead0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.checkoutSec .chkLeftDrop .ticketRow:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.checkoutSec .chkLeftDrop .ticketRow i {
  font-size: 24px;
  color: var(--Text-500);
}
.checkoutSec .chkLeftDrop .ticketRow strong {
  display: block;
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiBold";
  line-height: 1.7;
  margin-bottom: 8px;
}
.checkoutSec .chkLeftDrop .ticketRow ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.checkoutSec .chkLeftDrop .ticketRow li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.checkoutSec .chkLeftDrop .ticketRow span {
  color: var(--Text-500);
  font-size: 12.25px;
}
.checkoutSec .chkLeftDrop .ticketRow p {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiBold";
}
.checkoutSec .chkLeftDrop .totalRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(227, 231, 234, 0.8);
  margin-top: 18px;
}
.checkoutSec .chkLeftDrop .totalRow p {
  color: var(--Text-400);
  font-family: "SatoshiBold";
  font-size: 13.75px;
}
.checkoutSec .chkLeftDrop .totalRow div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.checkoutSec .chkLeftDrop .totalRow strong {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
}
.checkoutSec .chkLeftDrop .totalRow span {
  color: var(--Text-400);
  font-size: 11px;
  font-family: "SatoshiMedium";
}
.checkoutSec .chkLeftDrop .infoList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 19px;
}
.checkoutSec .chkLeftDrop .infoList li:last-child {
  margin-bottom: 0;
}
.checkoutSec .chkLeftDrop .infoList span {
  color: var(--Text-400);
  font-size: 13.75px;
  font-family: "SatoshiBold";
}
.checkoutSec .chkLeftDrop .infoList p {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.checkoutSec .checkLeft .chkLeftTerm {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.checkoutSec .checkLeft .chkLeftTerm a {
  color: var(--Primary-500);
}
.checkoutSec .checkLeft .chkLeftTerm a:hover {
  color: var(--Primary-600);
}
.checkoutSec .checkRight {
  width: calc(100% - 292px);
  padding-left: 50px;
}
.checkoutSec .checkRight .chRightHed {
  margin-bottom: 35px;
}
.checkoutSec .checkRight .chRightHed h2 {
  color: var(--Text-400);
  font-size: 19.75px;
  font-family: "SatoshiBold";
}
.checkoutSec .checkRight .servicDrop {
  width: 100%;
  padding: 24px 20px;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  margin-bottom: 8px;
}
.checkoutSec .servicDrop .srvicDrpHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.checkoutSec .servicDrop .srvicDrpHed:has(.dropTitle[aria-expanded="true"]) {
  padding-bottom: 28px;
}
.checkoutSec .servicDrop .srvicDrpHed .form-check {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.checkoutSec .servicDrop .srvicDrpHed .form-check input {
  float: right;
  margin-left: auto;
  margin-right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--Text-500);
}
.checkoutSec .servicDrop .srvicDrpHed .form-check input:checked {
  border-color: var(--Primary-500);
  background-color: var(--Primary-500);
}
.checkoutSec .servicDrop .dropTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  min-width: max-content;
  max-width: 100%;
}
.checkoutSec .servicDrop .dropTitle span {
  color: var(--Text-500);
  font-size: 24px;
}
.checkoutSec .servicDrop .dropTitle[aria-expanded="true"] span {
  transform: rotate(180deg);
}
.checkoutSec .servicDrop .dropTitle p {
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiMedium";
}
.checkoutSec .servicDrop .text {
  color: var(--Text-500);
  font-size: 13.75px;
}
.checkoutSec .methdRadioLst .form-check {
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  margin-bottom: 8px;
  padding: 0 20px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkoutSec .methdRadioLst label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 24px 0 24px 20px;
  width: 100%;
}
.checkoutSec .methdRadioLst label img {
  width: 24px;
  height: auto;
}
.checkoutSec .methdRadioLst label p {
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiMedium";
}
.checkoutSec .methdRadioLst input {
  float: unset;
  margin-left: auto;
  margin-right: 0;
}

.tixForm .tixFrmGrop {
  width: 100%;
  height: 62px;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
}
.tixForm .tixFrmGrop.tixFrmGrop1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tixForm .tixFrmGrop.tixFrmGrop1 .form-floating {
  width: calc(100% - 150px);
}
.tixForm .tixFrmGrop.tixFrmGrop1 ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 20px;
}
.tixForm .tixFrmGrop.tixFrmGrop1 ul img {
  width: 24px;
  height: auto;
}
.tixForm .tixFrmGrop:has(textarea) {
  min-height: 62px;
  height: max-content;
}
.tixForm .tixFrmGrop:has(input:focus),
.tixForm .tixFrmGrop:has(select:focus),
.tixForm .tixFrmGrop:has(textarea:focus) {
  border-color: var(--Primary-500);
}
.tixForm .form-floating {
  height: 100%;
}
.tixForm .tixFrmGrop .input-group {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
}
.tixForm .tixFrmGrop input,
.tixForm .tixFrmGrop select,
.tixForm .tixFrmGrop textarea {
  border-radius: 20px;
  height: 100%;
  border: none;
  color: var(--Text-950);
  font-size: 13.75px;
}
.tixForm .form-floating .tixFrmLbl {
  transition: all 0.6s;
  color: var(--Text-400);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.tixForm .form-floating > .form-select ~ label {
  transform: scale(1) translateY(-0.5rem) translateX(0rem);
}
.tixForm .form-floating > .form-control:focus ~ label,
.tixForm .form-floating > .form-select:focus ~ label {
  color: var(--Primary-500);
  transform: scale(1) translateY(-0.5rem) translateX(0rem);
}
.tixForm .tixFrmGrop .input-group-text {
  background: var(--Text-100);
  height: 100%;
  border-radius: 20px 0 0 20px;
  border: none;
}
.tixForm .tixFrmGrop .input-group-text span {
  
  color: var(--Text-500);
}
.tixForm .verifyCod {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.tixForm .verifyCod input {
  width: 20%;
  height: 59px;
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  color: var(--Text-950);
  font-family: "SatoshiBold";
  font-size: 20px;
  text-align: center;
}
.tixForm .verifyCod input:focus {
  border-color: var(--Primary-500);
}

.chkBtmSec {
  padding: 22px 0;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 11;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.02),
    0px -4px 12px 0px rgba(0, 0, 0, 0.04);
}
.chkBtmSec .chkBtmRow,
.detailPgSec .dtailTab .dtailTabBtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px;
}
.chkBtmSec .chkBtmRow .tiketNumbr,
.detailPgSec .dtailTab .dtailTabBtm .tiketNumbr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--Primary-500);
}
.chkBtmSec .chkBtmRow .tiketNumbr span,
.detailPgSec .dtailTab .dtailTabBtm .tiketNumbr span {
  font-size: 24px;
}
.chkBtmSec .chkBtmRow .tiketNumbr i,
.detailPgSec .dtailTab .dtailTabBtm .tiketNumbr i {
  font-size: 14px;
}
.chkBtmSec .chkBtmRow .tiketNumbr p,
.detailPgSec .dtailTab .dtailTabBtm .tiketNumbr p {
  font-size: 15.5px;
  font-family: "SatoshiBold";
}
.chkBtmSec .chkBtmRow .time,
.detailPgSec .dtailTab .dtailTabBtm .time {
  color: var(--Text-400);
  font-size: 11px;
  font-family: "SatoshiMedium";
}
.chkBtmSec .chkBtmRow .btnBox,
.detailPgSec .dtailTab .dtailTabBtm .btnBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.chkBtmSec .chkBtmRow .btnBox .btn,
.detailPgSec .dtailTab .dtailTabBtm .btnBox .btn {
  border-radius: 50px;
  background: var(--Primary-500);
  min-width: 164px;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-family: "SatoshiBold";
}
.chkBtmSec .chkBtmRow .btnBox .btn:hover,
.detailPgSec .dtailTab .dtailTabBtm .btnBox .btn:hover {
  background: var(--Primary-600);
}

.detailPgSec .dtailTab .seatList {
  padding: 20px 30px;
}
.detailPgSec .dtailTab .seatList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid var(--Text-200);
  margin-bottom: 10px;
}
.detailPgSec .dtailTab .seatList .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.detailPgSec .dtailTab .seatList .left strong {
  width: 100%;
  display: block;
  color: var(--Text-950);
  font-family: "SatoshiBold";
  font-size: 13.75px;
}
.detailPgSec .dtailTab .seatList .left div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.detailPgSec .dtailTab .seatList .left div:last-child {
  width: 100%;
}
.detailPgSec .dtailTab .seatList .left span {
  color: var(--Text-500);
  font-size: 12.25px;
}
.detailPgSec .dtailTab .seatList .left p {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiBold";
}
.detailPgSec .dtailTab .seatList .left i {
  color: var(--Text-400);
  font-size: 11px;
  font-family: "SatoshiMedium";
}
.detailPgSec .dtailTab .seatList .deletBtn {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: var(--Text-950);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
}
.detailPgSec .dtailTab .seatList .deletBtn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.detailPgSec .dtailTab .seatList .deletBtn:hover {
  color: var(--Primary-500);
}

/*==================termsSec=================*/
.termsSec {
  margin: 100px 0;
}
.termsSec .termsTab {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.termsSec .termsHed {
  width: 200px;
}
.termsSec .termsHed .tabHeader li {
  margin-bottom: 28px;
}
.termsSec .termsContnt {
  width: calc(100% - 200px);
  padding-left: 80px;
}
.termsSec .termsContnt h2 {
  font-family: "SatoshiBold";
  color: var(--Text-950);
  font-size: 25px;
  margin-bottom: 40px;
}
.termsSec .termsContnt .text {
  margin-bottom: 30px;
}
.termsSec .termsContnt .text strong {
  display: block;
  color: var(--Text-950);
  font-size: 15.5px;
  font-family: "SatoshiBold";
  margin-bottom: 20px;
}
.termsSec .termsContnt .text p,
.termsSec .termsContnt .text li {
  color: var(--Text-500);
  font-size: 13.75px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.termsSec .termsContnt .text ul {
  list-style: inside;
}

/*==================pageTopSec=================*/
.pageTopSec {
  margin-bottom: 25px;
}
.pageTopSec.concertTop {
  background-image: url(../img/concert-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.pageTopSec.festivalTop {
  background-image: url(../img/festival-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.pageTopSec.theaterTop {
  background-image: url(../img/theater-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.pageTopSec.sportsTop {
  background-image: url(../img/sports-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.pageTopSec .pageTopTtl {
  margin: 30px 0 60px 0;
}
.pageTopSec .pageTopTtl strong {
  color: #fff;
  font-family: "SatoshiBlack";
  font-size: 42px;
  display: block;
  margin-bottom: 10px;
}
.pageTopSec .pageTopTtl p {
  color: #fff;
  font-size: 17.5px;
}
.pageTopSec .tixSecHed {
  margin-bottom: 48px;
  gap: 10px 15px;
}
.pageTopSec .tixSecHed h2 {
  color: #fff;
}
.pageTopSec .trendSwipr {
  margin-bottom: 70px;
}
.trendSwipr .trendCard {
  width: 360px;
  border-radius: 20px;
  background: #202120;
  display: block;
}
.trendCard .trndCrdBdy {
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.trendCard .trndCrdBdy h2 {
  color: #fff;
  font-size: 15.5px;
  font-family: "SatoshiBold";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trendCard .trndCrdBdy p {
  color: var(--Text-300);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.trendCard .trndCrdFtr {
  background: #1c1c1c;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.trendCard .trndCrdFtr strong {
  color: #fff;
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.trendSwipr .swiper-slide {
  width: max-content;
}
.trendSwipr .swiper-slide:hover {
  transform: translateY(-3px);
}
.trendSwipr .swiper-slide:hover h2 {
  color: var(--Primary-500);
}
.trendSwprBx .tixSecHed .hedPagntion .swiper-pagination-fraction,
.trendSwprBx .tixSecHed .hedPagntion .swiper-button-next:after,
.trendSwprBx .tixSecHed .hedPagntion .swiper-button-prev:after {
  color: #fff;
}

/*==================footer=================*/
footer {
  margin-top: 30px;
}
footer .foterRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--Text-100);
  padding: 42px 0;
}
footer .ftrCol strong {
  color: var(--Text-950);
  font-family: "SatoshiBold";
  font-size: 15.5px;
  margin-bottom: 32px;
  display: block;
}
footer .ftrCol .fotrLnks a {
  color: var(--Text-500);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 24px;
}
footer .ftrCol .fotrLnks a:last-child {
  margin-bottom: 0;
}
footer .ftrCol .fotrLnks a i {
  font-size: 13.75px;
}
footer .ftrCol .fotrLnks a span {
  font-size: 20px;
}
footer .ftrCol .fotrLnks a:hover {
  color: var(--Primary-500);
}
footer .ftrCol .ftrLogo {
  display: block;
  width: 74px;
  height: auto;
  margin-top: 10px;
}
footer .ftrCol .ftrLogo img {
  width: 100%;
  height: auto;
}
footer .ftrCol .ftrText {
  color: var(--Text-500);
  font-size: 13.75px;
  margin: 15px auto 30px 0;
  width: 100%;
  max-width: 167px;
}
footer .ftrCol .ftrSocial {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
footer .ftrCol .ftrSocial a {
  display: block;
  font-size: 24px;
  color: var(--Text-400);
}
footer .ftrCol .ftrSocial a:hover {
  color: var(--Primary-500);
}
footer .ftrCol .showLang {
  width: 265px;
  max-width: 100%;
}
footer .foterBtm {
  padding: 20px 15px;
  border-top: 1px solid var(--Text-100);
}
footer .foterBtm,
footer .foterBtm a {
  color: var(--Text-500);
  text-align: center;
  font-size: 13.75px;
}
footer .foterBtm a:hover {
  color: var(--Primary-500);
}

/*==================notFoundSec=================*/
.notFoundSec {
  background-image: url(../img/404-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.notFoundSec .notFoundBx {
  width: 100%;
  max-width: 327px;
  min-height: 400px;
  margin: 100px auto 150px auto;
}
.notFoundSec .notFoundBx .title {
  text-align: center;
}
.notFoundSec .notFoundBx .title p {
  color: var(--Text-500);
  font-size: 30px;
  font-family: "SatoshiMedium";
  letter-spacing: 14.1px;
  margin-bottom: 15px;
}
.notFoundSec .notFoundBx .title h1 {
  color: var(--Text-950);
  font-size: 60px;
  font-family: "SatoshiBlack";
}
.notFoundSec .notFoundBx .text {
  text-align: center;
  margin: 54px auto;
  color: var(--Text-500);
}
.notFoundSec .notFoundBx .text p {
  font-size: 25px;
  margin-bottom: 8px;
}
.notFoundSec .notFoundBx .text i {
  font-size: 15.5px;
}
.notFoundSec .notFoundBx .backToHome {
  width: 100%;
  height: 59px;
  border-radius: 50px;
  background: var(--Primary-500);
  color: #fff;
  font-size: 16px;
  font-family: "SatoshiBold";
  display: flex;
  align-items: center;
  justify-content: center;
}
.notFoundSec .notFoundBx .backToHome:hover {
  background: var(--Primary-600);
}

/*==================tixModal=================*/
.tixModal .modal-dialog {
  width: 100%;
  max-width: 406px;
}
.tixModal .modal-content {
  border-radius: 30px;
}
.tixModal .tixMdlHdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 0 28px;
}
.tixModal .tixMdlHdr .prevLnk {
  font-size: 24px;
  color: var(--Primary-500);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tixModal .tixMdlHdr .prevLnk:hover {
  color: var(--Primary-600);
}
.tixModal .tixMdlHdr .left strong {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
  display: block;
  padding-left: 15px;
}
.tixModal .srchMdlTop {
  border-radius: 30px 30px 0 0;
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02),
    0px 8px 18px 0px rgba(0, 0, 0, 0.03);
}
.tixModal .srchMdlTop .tixMdlHdr {
  padding: 0;
}
.tixModal .srchMdlTop .mdlSearch {
  margin-top: -22px;
}
.tixModal .srchMdlTop .mdlSearch strong {
  color: var(--Text-950);
  font-size: 17.5px;
  font-family: "SatoshiBold";
  margin-bottom: 22px;
  display: block;
}
.tixModal .srchMdlTop .mdlTabHed {
  margin-top: -23px;
}
.tixModal .modalTab .srchMdlTop {
  padding: 30px 40px 0 40px;
}
.tixModal .mdlSearch .input-group {
  height: 50px;
}
.tixModal .tixBtnClose {
  color: var(--Primary-500);
  padding: 0;
  width: 28px;
  height: 28px;
  box-shadow: none;
  outline: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tixModal .tixBtnClose:hover {
  color: var(--Primary-800);
}
.tixModal .tixMdlBdy {
  padding: 0 40px 40px 40px;
  margin-top: -10px;
}
.tixModal .tixMdlBdy .modalLogo {
  display: block;
  width: 88px;
  height: auto;
  margin: 0 auto 32px auto;
}
.tixModal .tixMdlBdy .modalTitle {
  text-align: center;
}
.tixModal .tixMdlBdy .modalTitle strong {
  color: var(--Text-950);
  font-size: 19.75px;
  font-family: "SatoshiBold";
  display: block;
  margin-bottom: 5px;
}
.tixModal .tixMdlBdy .modalTitle i {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiBold";
  display: block;
}
.tixModal .tixMdlBdy .modalTitle p {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.tixModal .tixMdlBdy .modalTitle p a {
  color: var(--Primary-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.tixModal .tixMdlBdy .modalTitle p a:hover {
  color: var(--Primary-600);
}
.tixModal .mdlForm {
  margin-top: 32px;
}
.tixModal .tixMdlFotr button {
  width: 100%;
  height: 62px;
  border-radius: 20px;
  background: var(--Primary-500);
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  font-family: "SatoshiBold";
  margin-top: 32px;
}
.tixModal .tixMdlFotr button:hover {
  background: var(--Primary-600);
}
.tixModal .tixMdlFotr .text {
  text-align: center;
  margin-top: 8px;
}
.tixModal .tixMdlFotr .text p {
  color: var(--Text-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.tixModal .tixMdlFotr .text p a {
  color: var(--Primary-500);
  font-size: 13.75px;
  font-family: "SatoshiMedium";
}
.tixModal .tixMdlFotr .text p a:hover {
  color: var(--Primary-600);
}
.tixModal .mdlForm.tixForm .tixFrmGrop .input-group-text {
  background: #fff;
  color: var(--Text-500);
  padding-right: 0;
  font-size: 20px;
  margin-left: 1px;
}
.tixModal .selCityBx {
  margin-top: 25px;
  height: 370px;
  overflow: auto;
}
.tixModal .selCityBx .countryName {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 13px;
}
.tixModal .selCityBx .countryName img {
  width: 21px;
  height: auto;
}
.tixModal .selCityBx .countryName p {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiBold";
}
.tixModal .selCityBx .cityList {
  margin-bottom: 25px;
}
.tixModal .cityList .form-check {
  position: relative;
  width: max-content;
  height: max-content;
  padding: 0;
  margin: 0 auto 5px 0;
}
.tixModal .cityList input,
.tixModal .cityList label {
  left: 0;
  top: 0;
}
.tixModal .cityList label {
  position: relative;
  width: max-content;
  height: max-content;
}
.tixModal .cityList input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.tixModal .cityList input:checked ~ label {
  color: var(--Primary-500);
}
.tixModal .modalTab .tixMdlBdy {
  margin-top: 0;
  padding-top: 32px;
}
.tixModal .mdlTabHed ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
}
.tixModal .modalTab .tabHeader a {
  padding: 0 0 20px 0;
  border-bottom: 2px solid #fff;
}
.tixModal .modalTab .tabHeader a.active {
  color: var(--Text-950);
  border-color: var(--Primary-500);
}
.tixModal .modalTab .mdlLangLst {
  max-height: 300px;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tixModal .mdlLangLst .form-check {
  margin: 0;
  padding: 0;
  width: 48%;
  height: 68px;
}
.tixModal .mdlLangLst .form-check input,
.tixModal .mdlLangLst .form-check label {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  left: 0;
  top: 0;
}
.tixModal .mdlLangLst .form-check input {
  opacity: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
}
.tixModal .mdlLangLst .form-check label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--Text-50);
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid var(--Text-50);
  transition: all 0.6s;
}
.tixModal .mdlLangLst .form-check .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.tixModal .mdlLangLst .form-check .left img {
  width: 28px;
  height: auto;
}
.tixModal .mdlLangLst .form-check .left strong {
  color: var(--Text-950);
  display: block;
  font-size: 13.75px;
  font-weight: 500;
  font-family: "SatoshiMedium";
}
.tixModal .mdlLangLst .form-check .left p {
  color: var(--Text-500);
  font-size: 12.25px;
  font-family: "SatoshiMedium";
}
.tixModal .mdlLangLst .form-check .right span {
  display: none;
  font-size: 24px;
  color: var(--Primary-500);
}
.tixModal .mdlLangLst .form-check input:checked ~ label {
  border-color: var(--Primary-500);
}
.tixModal .mdlLangLst .form-check input:checked ~ label .right span {
  display: block;
}

.tixModal .mdlDtailBx {
  border-radius: 20px;
  border: 1px solid var(--Text-100);
  background: #fff;
  padding: 20px;
  margin-top: 45px;
}
.tixModal .mdlDtailBx .mdlDtailRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  border-bottom: 1px solid #e3e7eaaf;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.tixModal .mdlDtailBx .mdlDtailRow:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tixModal .mdlDtailBx .mdlDtailRow span {
  font-size: 24px;
  color: var(--Text-950);
}
.tixModal .mdlDtailBx .mdlDtailRow strong {
  display: block;
  margin-bottom: 8px;
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiBold";
}
.tixModal .mdlDtailBx .mdlDtailRow ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.tixModal .mdlDtailBx .mdlDtailRow li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.tixModal .mdlDtailBx .mdlDtailRow li i {
  color: var(--Text-500);
  font-size: 12.25px;
}
.tixModal .mdlDtailBx .mdlDtailRow li p {
  color: var(--Text-950);
  font-size: 13.75px;
  font-family: "SatoshiBold";
}

/*==================media=================*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .browsingSec .tixCard {
    width: 23.6%;
  }
  .popularSec .tixCard {
    width: 263px;
  }
}
@media (max-width: 1199px) {
  footer .foterRow {
    flex-wrap: wrap;
    gap: 30px 25px;
  }
  .trnsfrColBx {
    width: 100%;
  }
  footer .ftrCol strong {
    margin-bottom: 24px;
  }
  footer .ftrCol .ftrText {
    margin: 15px auto 15px 0;
  }
  footer .ftrCol .fotrLnks a {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .detailPgSec .dtailTab .dtailTabBtm {
    flex-wrap: wrap;
  }
  .detailPgSec .dtailTab .dtailTabBtm .btnBox {
    width: 100%;
    justify-content: space-between;
  }
  .detailPgSec .dtailTab .dtailTabBtm .btnBox .btn {
    min-width: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .evntDtailSec .evntDtailInfo {
    width: calc(100% - 310px);
  }
  .evntDtailSec .evntDtailSide .evntCard {
    width: 310px;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy {
    padding: 15px 12px;
  }
  .evntDtailSec .eTabHeader ul {
    gap: 30px;
  }
  .evntDtailSec .eTabHeader ul .eTablinks {
    font-size: 14.5px;
  }
  .popularSec .tixCard {
    width: 297px;
  }
  .browsingSec .tixCard {
    width: 31.8%;
  }
  .topBnnrSec .swiper-slide {
    height: 360px;
  }
  .headerBox .headrRght {
    gap: 20px;
  }
  .headerBox .hdrLogLnk {
    min-width: 82px;
    height: 45px;
  }
  .headerBox .hdrSrchBx.hdrDeskSrch {
    width: 240px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  footer.hideFoter {
    display: none;
  }
  .hasBgHeder .hrdMenuBx .hrdMnuUl .hrdMnuLnk {
    color: var(--Text-950);
  }
  .detailPgSec .dtailTab .dtailTabHed {
    gap: 8px;
  }
  .detailPgSec .dtailTab .dtailTabHed .dropSel {
    /* min-width: 125px; */
    height: 44px;
    padding: 0 5px 0 9px;
  }
  .detailPgSec .dtailTab .dtailTabHed .form-check {
    height: 44px;
  }
  .evntDtailSec .evntDtailRow {
    flex-direction: column;
    gap: 30px;
  }
  .evntDtailSec .evntDtailInfo {
    width: 100%;
    padding: 0;
  }
  .evntDtailSec .evntDtailSide {
    width: 100%;
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  .evntDtailSec .evntDtailSide .evntCard {
    width: 100%;
    border-radius: 0;
    border: none;
    overflow: hidden;
  }
  .evntDtailSec .evntDtailSide .evntCard img {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 0;
    padding: 15px 20px;
    background: #fff;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy button {
    width: max-content;
    margin: 0 0 0 auto;
    min-width: 120px;
    height: 44px;
    border-radius: 8px;
    flex-shrink: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background: var(--Primary-500);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "SatoshiBold";
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .evntDtailSec .evntDtailSide .evntCrdBdy button:hover {
    background: var(--Primary-600);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .evntDtailSec .evntDtailSide .evntCrdBdy .price {
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 80px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 6px;
  }
  
  .evntDtailSec .evntDtailSide .evntCrdBdy .price strong {
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    color: var(--Text-950);
  }
  
  .evntDtailSec .evntDtailSide .evntCrdBdy .price span {
    font-size: 10px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    color: var(--Text-400);
  }
  .checkoutSec .checkoutRow {
    flex-direction: column;
    gap: 30px;
  }
  .checkoutSec .checkLeft {
    width: 100%;
    order: 2;
    margin-bottom: 20px;
  }
  .checkoutSec .checkRight {
    width: 100%;
    padding-left: 0;
    order: 1;
    margin-bottom: 20px;
  }
  
  /* Prevent overlap between sections */
  .checkoutSec .checkLeft,
  .checkoutSec .checkRight {
    position: relative;
    z-index: 1;
  }
  
  .checkoutSec .checkLeft .chekLftCrd,
  .checkoutSec .checkLeft .chkLeftDrop {
    margin-bottom: 15px;
  }
  
  .checkoutSec .checkRight .chRightHed {
    margin-bottom: 25px;
  }
  
  .checkoutSec .servicDrop {
    margin-bottom: 15px;
  }
  
  .checkoutSec .methdRadioLst {
    margin-bottom: 25px;
  }
  .tabBox .tabHeader ul {
    padding: 0 5px 0 5px;
  }
  .tixSecHed.hedHasTab .tixHedRght {
    width: 100%;
  }
  .tixSecHed.hedHasTab {
    align-items: flex-start;
    flex-direction: column;
  }
  .headerSec {
    padding: 25px 0;
  }
  .headerBox .langDrop,
  .headerBox .hdrSrchBx.hdrDeskSrch {
    display: none;
  }
  .headerBox .opnSideMnu {
    display: flex;
  }
  .hrdMenuBx {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    overflow: auto;
    background: #fff;
    z-index: 15;
  }
  .hrdMenuBx.opened {
    left: 0;
    box-shadow: 15px 4px 4px 0px rgba(0, 0, 0, 0.02);
  }
  .hrdMenuBx::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .hrdMenuBx::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .hrdMenuBx .sideTopRow .sideLeft {
    gap: 8px;
  }
  .hrdMenuBx .sideTopRow {
    margin-bottom: 25px;
  }
  .hrdMenuBx .sideTopBx {
    display: block;
  }
  .hrdMenuBx .sideContnt {
    padding: 30px 15px;
    min-height: calc(100vh - 176px);
  }
  .hrdMenuBx .hrdMnuUl {
    display: block;
    width: 100%;
  }
  .hrdMenuBx .hrdMnuUl li {
    width: 100%;
  }
  .hrdMenuBx .hrdMnuUl .hrdMnuLnk {
    width: 100%;
    padding: 10px 0;
  }
  .hrdMenuBx .hrdMnuUl .hrdMnuLnk span {
    display: block;
  }
  .hrdMenuBx .hrdMnuUl .hrdMnuLnk i {
    font-size: 22px;
    font-family: "SatoshiBold";
  }
  .hrdMenuBx .hdrSideBtm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popularSec2.popularSec3 {
    margin-bottom: 140px;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy {
    padding: 20px;
  }
  .notFoundSec .notFoundBx {
    min-height: 300px;
  }
  .trendSwipr .trendCard {
    width: 330px;
  }
  .detailPgSec .dtailPgLft {
    width: 393px;
  }
  .detailPgSec .dtailPgSeat {
    width: calc(100% - 393px);
  }
  .detailPgSec {
    height: calc(100vh - 100px);
  }
  .detailPgSec .dtailTab .dtailTabHed {
    padding: 15px 15px;
  }
  .detailPgSec .dtailPgLft .dtailPgTtl {
    padding: 30px 15px 20px 15px;
  }
  .detailPgSec .dtailTab .sectionList {
    padding: 20px 15px;
  }
  .checkoutSec .checkLeft .chekLftCrd img {
    height: 320px;
  }
  .termsSec .termsContnt {
    padding-left: 30px;
  }
  .popularSec .tixCard {
    width: 218px;
  }
  .tixSecHed.hedHasTab {
    gap: 20px;
  }
  .browsingSec .tixCard {
    width: 31.4%;
  }
  .topBnnrSec .swiper-slide {
    height: 267px;
  }
}
@media (max-width: 767px) {
  .popularSec2.popularSec3 {
    margin-bottom: 105px;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy {
    padding: 15px;
  }
  .notFoundSec .notFoundBx .text {
    margin: 40px auto;
  }
  .notFoundSec .notFoundBx {
    min-height: unset;
    margin: 100px auto;
  }
  .pageTopSec .tixSecHed {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
  .pageTopSec .pageTopTtl {
    margin: 20px 0 40px 0;
  }
  .pageTopSec .pageTopTtl strong {
    font-size: 30px;
  }
  .pageTopSec .pageTopTtl p {
    font-size: 16px;
  }
  
  /* Checkout mobile improvements for medium screens */
  .checkoutSec {
    margin: 25px 0 90px 0;
  }
  
  .checkoutSec .checkLeft .chekLftCrd,
  .checkoutSec .checkLeft .chkLeftDrop {
    padding: 18px;
    margin-bottom: 18px;
  }
  
  .checkoutSec .checkRight .chRightHed {
    margin-bottom: 28px;
  }
  
  .checkoutSec .checkRight .chRightHed h2 {
    font-size: 17px;
  }
  
  .checkoutSec .servicDrop {
    padding: 22px 18px;
    margin-bottom: 12px;
  }
  
  .checkoutSec .methdRadioLst {
    padding: 0 18px 0 0;
  }
  
  .checkoutSec .methdRadioLst label {
    padding: 22px 0 22px 18px;
  }
  
  .buyerInfoFrm .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .buyerInfoFrm .col-md-6,
  .buyerInfoFrm .col-md-5,
  .buyerInfoFrm .col-md-4,
  .buyerInfoFrm .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
  }
  
  .buyerInfoFrm .tixFrmGrop {
    margin-bottom: 18px;
  }
  
  .buyerInfoFrm .tixFrmGrop:last-child {
    margin-bottom: 0;
  }
  
  /* Force full width on mobile for form columns */
  .buyerInfoFrm .col-12.col-md-6,
  .buyerInfoFrm .col-12.col-md-5,
  .buyerInfoFrm .col-12.col-md-4,
  .buyerInfoFrm .col-12.col-md-3 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  /* Prevent overlap between sections */
  .checkoutSec .checkLeft,
  .checkoutSec .checkRight {
    position: relative;
    z-index: 1;
  }
  
  .checkoutSec .checkLeft .chekLftCrd,
  .checkoutSec .checkLeft .chkLeftDrop {
    margin-bottom: 18px;
  }
  
  .checkoutSec .checkRight .chRightHed {
    margin-bottom: 28px;
  }
  
  .checkoutSec .servicDrop {
    margin-bottom: 18px;
  }
  
  .checkoutSec .methdRadioLst {
    margin-bottom: 28px;
  }
  
  .trendSwipr .trendCard {
    width: 280px;
  }
  .trendCard .trndCrdFtr strong,
  .trendCard .trndCrdBdy p {
    font-size: 12px;
  }
  .trendCard .trndCrdBdy h2 {
    font-size: 14px;
  }
  .trendCard .trndCrdFtr {
    padding: 15px 20px;
  }
  .featureSec .featureList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .featureSec .featureCard {
    width: 50%;
    flex: 46%;
  }
  .detailPgSec .dtailTab .dtailTabBtm .btnBox .btn {
    min-width: unset;
  }
  .detailPgSec .dtailTab .dtailTabBtm {
    min-height: unset;
    padding: 10px 15px;
    position: static;
  }
  .detailPgSec .dtailTab .noSeatBox {
    align-items: center;
    padding: 30px;
  }
  .detailPgSec {
    height: calc(100vh - 95px);
  }
  .detailPgSec .detailPgRow {
    flex-direction: column-reverse;
  }
  .detailPgSec .dtailPgLft {
    width: 100%;
    height: 50%;
    position: static;
  }
  .detailPgSec .dtailPgSeat {
    width: 100%;
    max-width: 100%;
    height: 50%;
  }
  .detailPgSec .dtailPgSeat img {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .detailPgSec .dtailPgLft .dtailTab {
    height: max-content;
  }
  .evntDtailSec .evntTitle .left div {
    padding: 8px;
  }
  .evntDtailSec .evntTitle .left div i {
    font-size: 12px;
  }
  .evntDtailSec .evntTitle .left div span {
    font-size: 17px;
  }
  .evntDtailSec .evntTitle .left p {
    display: none;
  }
  .evntDtailSec .evntTitle .left h2 {
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .evntDtailSec .evntTitle .left div {
    width: unset;
  }
  .checkoutSec .checkLeft .chkLeftDrop,
  .checkoutSec .checkRight .servicDrop {
    padding: 18px 14px;
  }
  .chkBtmSec {
    padding: 12px 0;
  }
  .chkBtmSec .chkBtmRow .btnBox .btn {
    min-width: 113px;
    font-size: 15px;
  }
  .chkBtmSec .chkBtmRow .btnBox {
    width: 100%;
    justify-content: space-between;
  }
  .chkBtmSec .chkBtmRow {
    flex-wrap: wrap;
  }
  .termsSec {
    margin: 50px 0;
  }
  .termsSec .termsTab {
    flex-direction: column;
    gap: 30px;
  }
  .termsSec .termsContnt h2 {
    margin-bottom: 30px;
  }
  .termsSec .termsContnt .text strong {
    margin-bottom: 15px;
  }
  .termsSec .termsHed {
    width: 100%;
  }
  .termsSec .termsHed .tabHeader ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    height: 47px;
  }
  .termsSec .termsHed .tabHeader ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 35px;
  }
  .termsSec .termsHed .tabHeader ul::-webkit-scrollbar-thumb {
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    --webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
      inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  }
  .termsSec .termsHed .tabHeader li {
    margin-bottom: 0;
  }
  .termsSec .termsContnt {
    width: 100%;
    padding-left: 0;
  }
  .tixSecHed.hedHasSelct {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .tixCard .tixCrdBdy h2 {
    font-size: 13.75px;
  }
  .tixSecHed .tixHedRght .dropSelDiv div p,
  .tixCard .tixCrdBdy p {
    font-size: 12.25px;
  }
  .upcomingSwpr .swiper-button-next,
  .upcomingSwpr .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
  .upcomingSwpr .swiper-button-next::after,
  .upcomingSwpr .swiper-button-prev::after {
    font-size: 16px;
  }
  .tixSecHed .hedPagntion {
    height: 41px;
    padding: 9px 10px;
    gap: 1px;
  }
  .tixSecHed .hedPagntion .swiper-button-next:after,
  .tixSecHed .hedPagntion .swiper-button-prev:after {
    font-size: 14px;
  }
  .tixSecHed {
    margin-bottom: 25px;
  }
  .tixSecHed.hedHasTab {
    gap: 10px;
  }
  .tabBox .tabHeader ul {
    gap: 24px;
  }
  .tabBox .tabHeader a {
    font-size: 13.75px;
  }
  .tixSecHed h2,
  .tixSecHed .dropSel .dropSelDiv p {
    font-size: 19.75px;
  }
  .browsingLst {
    gap: 12px;
  }
  .swprPagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .topBnnrSec .swiper-wrapper {
    padding-bottom: 30px;
  }
  .topBnnrSec .swiper-slide,
  .topBnnrSec .swiper-slide img {
    border-radius: 30px;
  }
  .topBnnrSec .swiper-button-next,
  .topBnnrSec .swiper-button-prev {
    display: none;
  }
  footer .ftrCol .fotrLnks a i {
    font-size: 12.25px;
  }
  footer .ftrCol strong {
    font-size: 13.75px;
  }
  .headerBox .hdrLogLnk {
    min-width: 80px;
    height: 44px;
  }
  .headerBox .headrLogo {
    width: 75px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .popularSec2 {
    margin: -130px 0 50px 0;
  }
  .popularSec .tixCard {
    width: 251px;
  }
  .topBnnrSec .swiper-slide {
    height: 198px;
  }
  .browsingSec .tixCard {
    width: 48.7%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .checkoutSec .checkLeft .chekLftCrd img {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .notFoundSec .notFoundBx .title p {
    font-size: 25px;
  }
  .notFoundSec .notFoundBx .title h1 {
    font-size: 50px;
  }
  .notFoundSec .notFoundBx .text p {
    font-size: 22px;
  }
  .notFoundSec .notFoundBx .text i {
    font-size: 14px;
  }
  .tixModal .modal-dialog {
    width: auto;
  }
  .tixModal .mdlLangLst .form-check {
    width: 100%;
  }
  .tixModal .tixMdlHdr {
    padding: 22px 22px 0 22px;
  }
  .tixModal .srchMdlTop {
    padding: 25px 28px;
  }
  .tixModal .modalTab .srchMdlTop {
    padding: 25px 28px 0 28px;
  }
  .tixModal .modalTab .tixMdlBdy {
    padding: 25px 24px 30px 24px;
  }
  .tixModal .tixMdlBdy {
    padding: 0 28px 30px 28px;
  }
  .tixModal .modalTab .mdlLangLst {
    padding: 0 8px;
  }
  .detailPgSec .dtailTab .seatList li {
    padding: 20px;
  }
  .detailPgSec .dtailTab .dtailTabBtm .btnBox {
    width: 100%;
    justify-content: space-between;
  }
  .detailPgSec .dtailTab .dtailTabBtm {
    flex-wrap: wrap;
  }
  .detailPgSec .dtailTabHed .form-check label {
    gap: 5px;
    padding: 0 12px;
  }
  /* .detailPgSec .dtailTab .dtailTabHed .dropSel {
    min-width: 112px;
  } */
  .detailPgSec .dtailTab .dtailTabHed {
    padding: 15px 15px;
  }
  .detailPgSec .dtailTabHed .form-check label p,
  .dtailTab .dtailTabHed .dropSelDiv div p {
    font-size: 12px;
  }
  .detailPgSec .dtailTabHed .form-check label span,
  .dtailTab .dtailTabHed .dropSelDiv div i {
    font-size: 18px;
  }
  .detailPgSec .dtailPgLft .dtailPgTtl {
    padding: 30px 15px 20px 15px;
  }
  .detailPgSec .dtailTab .seatList,
  .detailPgSec .dtailTab .sectionList {
    padding: 20px 15px;
  }
  .popularSec2 {
    margin: -180px 0 50px 0;
  }
  .evntDtailSec .evntDtailInfo .evntTitle {
    flex-direction: column-reverse;
  }
  .evntDtailSec .evntDtailRow {
    top: -282px;
  }
  .headerBox .headrLeft {
    gap: 12px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .topBnnrSec .swiper-slide {
    height: 175px;
  }
  .browsingSec .tixCard {
    width: 48.6%;
  }
  .popularSec .tixCard {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .evntDtailSec .evntDtailSide .evntCrdBdy {
    flex-wrap: wrap;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy .price strong {
    font-size: 20px;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy p {
    font-size: 12px;
  }
  .evntDtailSec .evntDtailSide .evntCrdBdy button {
    font-size: 15px;
  }
  .tixForm .verifyCod {
    gap: 6px;
  }
  .tixForm .verifyCod input {
    height: 48px;
    border-radius: 10px;
  }
  .topBnnrSec .swiper-slide {
    height: 144px;
  }
  .browsingSec .tixCard {
    width: 50%;
    flex: 48.4%;
  }
  .popularSec .tixCard {
    width: 181px;
  }
  
  /* Checkout mobile improvements for small screens */
  .checkoutSec {
    margin: 20px 0 80px 0;
  }
  
  .checkoutSec .checkLeft .chekLftCrd,
  .checkoutSec .checkLeft .chkLeftDrop {
    padding: 12px;
    margin-bottom: 12px;
  }
  
  .checkoutSec .checkRight .chRightHed {
    margin-bottom: 20px;
  }
  
  .checkoutSec .checkRight .chRightHed h2 {
    font-size: 16px;
  }
  
  .checkoutSec .servicDrop {
    padding: 15px 12px;
    margin-bottom: 8px;
  }
  
  .checkoutSec .methdRadioLst {
    padding: 0 12px 0 0;
  }
  
  .checkoutSec .methdRadioLst label {
    padding: 15px 0 15px 12px;
  }
  
  .buyerInfoFrm .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .buyerInfoFrm .col-md-6,
  .buyerInfoFrm .col-md-5,
  .buyerInfoFrm .col-md-4,
  .buyerInfoFrm .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }
  
  .buyerInfoFrm .tixFrmGrop {
    margin-bottom: 12px;
  }
  
  .buyerInfoFrm .tixFrmGrop:last-child {
    margin-bottom: 0;
  }
  
  /* Force full width on mobile for form columns */
  .buyerInfoFrm .col-12.col-md-6,
  .buyerInfoFrm .col-12.col-md-5,
  .buyerInfoFrm .col-12.col-md-4,
  .buyerInfoFrm .col-12.col-md-3 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  /* Prevent overlap between sections */
  .checkoutSec .checkLeft,
  .checkoutSec .checkRight {
    position: relative;
    z-index: 1;
  }
  
  .checkoutSec .checkLeft .chekLftCrd,
  .checkoutSec .checkLeft .chkLeftDrop {
    margin-bottom: 15px;
  }
  
  .checkoutSec .checkRight .chRightHed {
    margin-bottom: 25px;
  }
  
  .checkoutSec .servicDrop {
    margin-bottom: 15px;
  }
  
  .checkoutSec .methdRadioLst {
    margin-bottom: 25px;
  }
}
