@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.eot");
  src: url("fonts/Helvetica.eot?#iefix") format("embedded-opentype"),
    url("fonts/Helvetica.woff2") format("woff2"),
    url("fonts/Helvetica.woff") format("woff"),
    url("fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("fonts/Helvetica-Bold.eot");
  src: url("fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Helvetica-Bold.woff2") format("woff2"),
    url("fonts/Helvetica-Bold.woff") format("woff"),
    url("fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'AhkioW00';
    src: url('fonts/AhkioW00-Bold.eot');
    src: url('fonts/AhkioW00-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AhkioW00-Bold.woff2') format('woff2'),
        url('fonts/AhkioW00-Bold.woff') format('woff'),
        url('fonts/AhkioW00-Bold.ttf') format('truetype'),
        url('fonts/AhkioW00-Bold.svg#AhkioW00-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #000;
  font-family: "Inter", sans-serif;
}
html {
  scroll-behavior: smooth;
}
*,
:after,
:before,
div {
  box-sizing: border-box;
}
.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding:10px;
	
}
.video {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5px;
}
.header {
  background: url("images/top_banner.jpg") no-repeat top center #000;
    padding-top: 33%;
    width: 100%;
    background-size: contain;
    position: relative;
}
.video video {
  width: 100%;
}
.logo {
    width:95px;
	height:49px;
}
.logo img
{
	width: 100%;
}
.d-flex-center, .top-button {
  display: flex;
  align-items: center;
}
.d-flex {
  display: flex;
}
.d-flex-wrap {
  display: flex;
	flex-wrap: wrap;
}
.d-flex-center-just {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex-cspace {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mt10{
	margin-top: 10px;
}
.mb0
{
	margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb70 {
  margin-bottom: 70px;
}
.mla {
  margin-left: auto;
}
.ml20
{
	margin-left: 20px;
}
.p0 {
  padding: 0px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}
.menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 30px;
background-color:rgba(6, 113, 236, 0.9) ;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.menu ul li {
  display: block;
  margin:0;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.menu ul li:last-child
{
	border-bottom: 0;
}
.menu li a:link,
.menu li a:visited,
.menu li a:active {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875em;
}
.menu li a:hover {
  color: #bbb;
}
button#close
{ 
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    padding: 0;
    margin: 0;
	line-height: 1em;
}
#close {
    position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}
#hamburger span {
    display: flex;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #2a2a2d;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
h1 {
  font-size: 2.25em;
  font-weight: 800;
  margin: 0;
	padding: 0;
  line-height: 1.25em;
}
h2 {
  font-size: 2.25em;
  font-family: 'AhkioW00', sans-serif;
  margin:0;
  padding: 0;
  text-shadow: 0 0 50px rgba(255,255,255,50%), 0 0 50px rgba(255,255,255,50%);
  color: #000;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.5em;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2em;
}
h4 {
  font-size: 1.25em;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.25em;
}
.txt_head
{
	  font-size: 2.5em;
  font-family: 'AhkioW00', sans-serif;
  margin:0;
  padding: 0;
  text-shadow: 0 0 50px rgba(255,255,255,50%), 0 0 50px rgba(255,255,255,50%);
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.team .img100
{
	position: relative;
	padding-top: 120%;
	overflow: hidden;
}
.img100 img {
 position: absolute;
  height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.img_100 img 
{
	width: 100%;
	display: block;
}
.txt13
{
	font-size: 0.8125em;
	
}
.txt14
{
	font-size: 0.875em;
	
}
.txt16
{
	font-size: 1em;
	
}
.txt18
{
	font-size: 1.125em
}
.txt20 {
  font-size: 1.25em;
}
.txt22 {
  font-size: 1.375em;
}
.txt2em {
  font-size: 2em;
}
.txt3em {
  font-size: 3em;
}
.txtcenter
{
	text-align: center;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
margin-bottom: 20px;
}
.col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
	margin-bottom: 20px;
}
.col-2, .col-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.bg_gray {
  background-color:#f8f8f8;
}
.bg_darkgray {
  background-color: #2d2d2d;
  color: #fff;
}
.bg_lightblue {
  background-color: #deebf9;
}
.bg_darkgray h2
{
	color: #fff;
}
.rad10
{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
}
a:link, a:visited, a:active{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color:#182660; 
}
a.graybtn:link,
a.graybtn:visited,
a.graybtn:active,
input[type="button"].graybtn,
input[type="submit"].graybtn {
  background-color: #888;
  padding: 16px 40px;
}
a.graybtn:hover {
  background-color: #fff;
}
a.button:link,
a.button:visited,
a.button:active {
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.5s;
}
.button,
input[type="button"],
input[type="submit"] {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  padding: 10px 15px;
  font-size: 0.875em;
  line-height: normal;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s;
  white-space: nowrap;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #555;
}

.lgbtn{
	font-size: 1.125em!important;
	padding: 15px 30px!important;
}
.bar {
  background-color: #d5d5d5;
  width: 100%;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.raised {
  background-color: #2d2d2d;
  height: 18px;
}

hr {
  background-color: #ccc;
  height: 0.85px;
  padding: 0;
  border: 0;
  margin: 20px 0;
}
hr.black {
  background-color: #000;
  height: 2px;
  padding: 0;
  border: 0;
  margin: 20px 0;
}
.gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

.gallery img {
                width: 150px;
                height: 100px;
                object-fit: cover;
                cursor: pointer;
                border-radius: 8px;
            }
.gallery.square img
{
	height: 150px!important;
}
.contact-form {
  max-width: 600px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.contact-form button {
  width: 100%;
  padding: 15px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
}

.sponsor-level {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.sponsor-level img{
	width:16px;
	height:16px;
	vertical-align:top;
}
.sponsor-level a:link, .sponsor-level a:visited,.sponsor-level a:active {
  background-color: #f4f4f4;
  padding: 6px 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.sponsor-level a:hover {
  background-color: #ddd;
}
.max600{
	width: 100%;
	max-width: 600px;
}
.lev2{
	font-size: 90%;
}
.lev3{
	font-size: 80%;
}
.lev4{
	font-size: 80%;
}
.lev5{
	font-size: 70%;
}
.lev6{
	font-size: 60%;
}
.modal
{
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
	display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.modal-content {
    width: 100%;
	max-width: 780px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close
{
	font-size: 2em;
	color: #fff;
	z-index: 3;
	 position: absolute;
	top: 10%;
	right: 10%;
	cursor: pointer;
}
.fleft
	{
		float: left;
	}
.fright
	{
		float: right;
	}
.fleft img
{
	width: 250px;
}
.dmv
{
	float: right;
	width: 206px;
	margin-left: 20px;
	margin-bottom:40px;
	text-align: center;
    font-size: 17px;
	line-height: 22px;
	padding: 20px 10px;
	 border: 2px solid #000;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.team
{
	clear: both;
}
.clr
	{
		clear: both;
		overflow: auto;
	}
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul li
{
	margin-bottom: 15px;
}
.color_blue{
	color:#0073e0;
}
.color_gray{
	color:#808080;
}
.image-container {
   position: relative;
   display: inline-block;
}

.hover-image {
    position: absolute;
    right: 0;
    top: 25px;
    display: none;
    width: 300px;
    z-index: 2;
}

.image-container:hover .hover-image {
     display: block;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
     }
.vemno
{
    width: 140px;
    cursor: pointer;
    fill: #0077e0;
    padding: 15px 25px;
    border-radius: 25px;
    background-color: #fff;
}
svg.vemno:hover
{
	fill: #00a6ff;
}
.h60{
	height: 60px;
}
.reward-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
.reward-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        width: 100%;
		border: 1px solid #cdcdcd;
		background: rgb(255,255,255);
       background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(236,236,236,1) 100%);
       background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(236,236,236,1) 100%);
       background: linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(236,236,236,1) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ececec",GradientType=1);
    }

.reward-image {
        max-width: 180px; /* Adjusted image size */
        height: auto;
        border-radius: 8px;
        margin-left: 20px;
    }

.reward-content {
        flex: 1;
    }
.head{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	position:relative;
}
.head .mla{
	margin-left: auto!important;
}
.butterfly
{
	margin-right: 30px;
}
.butterfly img
{
	height: 80px;
}

ul.buterflyli li::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("images/butterfly.png");
    background-size: cover;
    position: absolute;
    left: 0;
        }
ul.buterflyli li
{
	padding-left: 45px;
}
.fw700 {
	font-weight: 700;
}
.mt0
{
	margin-top: 0;
}
.swiper {      
	width: 100%;
	border-bottom: 3px solid #000;
        }
.swiper-slide {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 450px!important; 
        }
.swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
        }
.swiper-button-next, .swiper-button-prev {
      color: #000!important;
        }
.swiper-slide .overlay-text {
      position: absolute;
      bottom: 0;
      color: white;
      padding: 30px;
      border-radius: 0;
      font-size: 1em;
      max-width: 100%;
      width: 100%;
      text-align: center;
      background: rgb(0,0,0);
      background: -moz-linear-gradient(0deg, rgba(0,0,0,0.700717787114846) 0%, rgba(255,255,255,0) 100%);
      background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.700717787114846) 0%, rgba(255,255,255,0) 100%);
      background: linear-gradient(0deg, rgba(0,0,0,0.700717787114846) 0%, rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
        }
.swiper-button-next, .swiper-button-prev
{
	color: #000;
}
.big-deal {
    font-size: 2em;
    letter-spacing: -2px;
    text-align: center;
    font-weight: 800;
    color: red;
}

.big-deal span {
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
    display: inline-block;
	padding-bottom: 10px;
}
.big-deal span:nth-child(1) { animation-delay: 0s; }
.big-deal span:nth-child(2) { animation-delay: 0.2s; }
.big-deal span:nth-child(3) { animation-delay: 0.4s; }
.big-deal span:nth-child(4) { animation-delay: 0.6s; }
.big-deal span:nth-child(5) { animation-delay: 0.8s; }
.big-deal span:nth-child(6) { animation-delay: 1s; }
.big-deal span:nth-child(7) { animation-delay: 1.2s; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.topimg
{
	width: 100%;
	overflow: hidden;
	background-color: #05070b;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}
.topimg2
{	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #bdddff;
	margin-bottom: 30px;
	
}
.topimg3
{	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #160108;
	margin-bottom: 30px;
   	color: #fff;
	
}
.topimg3 img
{		max-width: 750px;
	width: 100%;
	display: block;
	
}
.topimg img
{
	max-width: 600px;
	width: 100%;
	display: block;
}
.topimg2 img
{
	max-width: 550px;
	width: 100%;
	display: block;
}
.cloud_wrap
{
	z-index: 0;
}
.topimg2 .container
{
	z-index: 2;
	position: relative;
}
 .cloud {
      position: absolute;
      color: white;
      opacity: 0.3;
      animation: float 10s linear infinite;
    }
 .cloud1 {
      position: absolute;
      color: white;
      opacity: 0.07;
      animation: float 10s linear infinite;
    }
    @keyframes float {
      0% { transform: translateX(0px) rotate(var(--rotate)); }
      50% { transform: translateX(-20px) rotate(var(--rotate)); }
      100% { transform: translateX(0px) rotate(var(--rotate)); }
    }
.djhead
{
	background-color: #05070b;
	padding: 10px;
	-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 1.125em;
	text-shadow: 0 0 20px rgba(255,255,255,50%), 0 0 20px rgba(255,255,255,50%);
}
.djhead a:link, .djhead a:visited, .djhead a:active
{
	color: #fff;
	text-decoration: none;
}
.dj p
{
	margin-top: 0;
	line-height: 1.5em;
}
.dj a
{
	text-decoration: none;
}
.gray-grad
{
			background: rgb(255,255,255);
       background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(220,220,220,1) 100%);
       background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(220,220,220,1) 100%);
       background: linear-gradient(0deg, rgba(255,255,255,1) 80%, rgba(220,220,220,1) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ececec",GradientType=1);
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
.dj {
	border: 1px solid #000;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	height: 100%;
}
.social
{
	margin-right: 6px;
	border:1px solid #121212;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding:3px 5px;
}
    .tbl {
      border-collapse: collapse;
      width: 100%;
      font-family: sans-serif;
		border: 0;
    }

   .tbl th {
      border-bottom: 2px solid #b0b0b0;
      text-align: left;
      font-weight: bold;
      padding: 10px;
    }

    .tbl td {
      border-bottom: 1px solid #ccc; 
      padding: 10px;
    }
.tab-menu {
    display: flex;
	flex-wrap: wrap;
    cursor: pointer;
background:#deebf9;
	border-bottom: 1px solid #fff;
}

.tab {
    padding: 10px 20px;
	border-right: 1px solid #fff;
    
}

.tab.active {
   border: 0;
   font-weight: bold;
background: #F8F8F8;
background: -webkit-linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
background: -moz-linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
background: linear-gradient(0deg, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#E8E8E8", GradientType=0);
    }

.tab-content {
	overflow-y: auto;
}
.footer
{
	padding: 20px 0;
	background-color: #000;
}
.footer a:link, .footer a:active, .footer a:visited
{
	color: #fff;
	   position: relative;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.footer a:hover{
	color: #ddd;
}
.footer a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px; /* adjust the height to your liking */
    background-color: #636363;
}
.footer a:last-child::after {
    display: none;
}
.br20
{
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
@media only screen and (max-width: 600px) {
h2
	{
		font-size: 1.75em;
	}
	
.col-2, .col-4
	{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
.team .col-4
	{
		margin-bottom: 20px;
	}
.d-flex
	{
	flex-wrap: wrap
	}
	
.d-flex-center
	{
	justify-content: center;
    text-align: center;
	flex-wrap: wrap
	}

	.space
	{
		margin-bottom: 20px;
	}
	.gal_pics div
	{
		width: 33.3333333%;
		padding-top: 19%;
	}
	.max600.p40{
		padding: 10px;
	}
	.txt22
	{
		font-size: 1em;
	}
	.fleft img {
    width: 200px;
}
.top-button
	{
		display: block;	
        text-align: right;
	}
	
.top-button .mr20{
		margin-right: 0;
	}
	.top-button
	{
		margin-top: -25px;
	}
	.bg_lightblue .mla, .image-container.mla
	{
		margin-left: 0;
		margin-top: 20px;
	}
	.h60{
		height: 35px;
	}
	.bg_darkgray .mla.d-flex-center .mr20
	{
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 10px;
        display: block;
        width: 100%;
	}
	.fright
	{
		float: none;
	}
	.fright.ml20
	{
		margin-left: 0;
	}
	.fright.ml20 img
	{
		width: 100%;
	}
	.top-button .image-container
	{
		margin-bottom: 10px;
	}
	.mr20
	{
		margin-right: 10px;
	}
	.gallery.square img
	{
		height: 90px !important;
		    width: 90px;
	}
	.reward-item
	{
		flex-direction: column-reverse;
		text-align: center;
	}
	.reward-image
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.top-button a.button:link, .top-button a.button:visited, .top-button a.button:active
	{
		width: 100%;
		text-wrap: auto;
        text-align: center;
		padding: 15px 10px;
        font-size: 16px;
	}
	div.mla
	{
		margin-left: unset;
		margin-top: 10px;
	}
	.gallery
	{
		gap:5px;
	}
	.gallery a
	{
		width: 60px;
		height: 60px;
	}
	.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
}
	.topimg 
	{
		padding: 20px 0 0 0;
	}
	.tbl
	{
		font-size: 0.875em;
	}
	.txt18
	{
		font-size: 1em;
	}
	.d-flex-center-just
	{
		flex-wrap: wrap;
	}
	.schedule
	{
		overflow-y: auto;
	}
	.tab
	{
	padding: 10px;
    font-size: 0.875em;
}
	.tab span
{
	display: none;
}
}