a{text-decoration: none !important;
font-weight: 700; color: #fff; }
p{font-size: 18px; text-align: justify; color: #fff !important;}
a:hover {
    color: #fff !important;
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	background: #00d4ff;    
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}



.paddingTop{padding-top: 90px !important;}

.bg{background-color: #ca9236;}
.bg1{background-color: #d2564f;}
.bg2{background-color: #1f6463;}

.bg-light{
	
}

.tag_{font-size: 16px; font-weight: 700; padding: 10px 12px; margin: 10px 7px; 
	line-height: 55px !important; min-width: 130px !important; background-color: #2757dd;}


/* ========== Navbar ========= */
.navbar {
    min-height: 80px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,73,121,1) 0%, rgba(6,45,88,1) 39%, rgba(100,21,178,1) 72%, rgba(114,17,192,1) 77%, rgba(179,0,255,1) 100%);    
    /* box-shadow: 0 1px 3px 0 rgba(255, 255, 155, 0.5); */
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff  ; font-weight: 700; font-size: 18px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff  ; font-weight: 700; font-size: 18px;
}
/* ========== Navbar ========= */


/* ========== Main Banner ========= */
.banner_ {
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgb(41 28 215) 100%);
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	position: relative;
}



@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%; } 
   20% { border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%; } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%; } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%; } 
   80% { border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%; } 
}


@keyframes movement_one
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotateY(10deg) scale(1); }
}

@keyframes movement_two
{
    0%,
  500% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.3);}
}


/* ========== Main Banner ========= */

.section3{
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgb(41 28 215) 100%);
    background-repeat:no-repeat;background-position: top center; width: 100%; height: auto;}




/* ========== Popular Category ========= */
.popular{position: relative;
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,73,121,1) 0%, rgba(6,45,88,1) 29%, rgba(179,0,255,1) 100%);
    height: 100%;
    display: flex;
    padding: 1rem;
    flex-flow: column nowrap;
    border: 1px solid lightgray;
    transition: all 0.3s;}
	.popular h6{color: #fff !important; font-weight: 700; font-size: 18px;}
	.popular p{color: #fff !important; font-weight: 500;}
    .popular:hover{border: 1px solid #ca9236;}
    .popular img{width: 100%;
        overflow: hidden;
        transition: all 0.3s;
        cursor: pointer;
        object-fit: cover;
        min-height: 300px;
        height: 300px;}
    .popular img:hover{transform: scale(1.1);transition: all 0.9s;
        position: relative;
        overflow: hidden;
    }
/* ========== Popular Category ========= */

.header{
	background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: top center; width: 100%; height: 100%;}
.banner{background-color: rgb(185, 181, 178, 0.9);}
.banner h6{color: #fff !important; font-weight: 700; font-size: 18px;}
.banner p{color: #fff !important; font-weight: 500;}

/* ========== Footer ========= */
.footer
{
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(73,9,121,1) 0%, rgba(88,6,79,1) 46%, rgba(100,21,178,1) 72%, rgba(114,17,192,1) 77%, rgba(179,0,255,1) 100%);   
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;}
.footer ul{list-style: none; padding: 0;}
.footer ul li a{text-decoration: none; font-size: 16px; font-weight: 700; line-height: 35px; color: #fff !important;}
/* ========== Footer ========= */


@media (min-width: 320px) and (max-width: 768px) { 
    .banner_ h1 {
        font-size: 2em !important;
    }


.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background-color: #ff0000;
}
.rcol {
  background-color: #018f99;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}