.item {
    padding: 1rem;
}
body, html{
    overflow-x:hidden;
}
      .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link{
         font-size: 20px;
         color:  #0c155c;
         font-weight: 600;
     }
     .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
       color:#be0405;
       font-weight: 600;
      font-size:20px;
      text-decoration: underline;
     }
     .bannerbg{
      background-image: url("../images/homebanner1.png");
      height: 550px;
      background-size: 100% 100%;
      margin-top:7%;
     }
     
    footer{
      background-image: url("../images/footerbg.jpg")!important;
      height: 100%;
      background-size: 100% 100%;
      color: #fff;
     }
     footer ul li a{
      color: #fff;
     }
     footer ul li{
      list-style: none;
     }
     footer ul{
      padding-left: 0px;
     }
     /***************start of search **********************/
     .expandSearch{
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.expandSearch i{
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 4px 8px 8px ;
  color: #777;
  cursor: pointer;
  user-select: none;
  transition: 0.24s;
}
.expandSearch i:hover{
  color: #0bf;
}
.expandSearch input{
  border:none;
  background: transparent;
  font:14px/1.4 sans-serif;
  padding-left: 26px;
  background:#fff;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: 0.24s;
  width: 0px;
  padding: 8px 0px 8px 34px;
}
.expandSearch input:focus{
  border-color: #aaa;
  outline: none;
  width:200px;
  padding: 8px 12px 8px 34px;
  border-color: #0bf;
}
.expandSearch input:focus + i{
  /*padding: 8px 4px 8px 8px ;*/
  color: #ddd;
  pointer-events: none;
} 
    /**************end of search bar *********************/
    .cardbanner{
      align-items: center;
      height: 500px;
    }
    .bannerbg .card{
      background-color: transparent;
      color: #fff;
    }
    .juatext{
      color: #f8a80b;
      font-size:60px;
    }
    .bannerbg h2{
      font-size: 60px;
    }
    .tab{
      background: #5217bd;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    }
    /**************mobile side nav****************/
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #be0405;
overflow-x: hidden;
transition: 0.5s;
padding-left: 0px;
list-style: none;
}
.sidenav .navbar-nav{
  padding: 6% 0% 0% 6%;
  width: 100%;
}
.sidenav li.nav-item{
  border-bottom: 1px solid #fff;
}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #fff;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#main{
display: flex;
align-items: center;
}
header{
background-color: #fff;
/**padding: 2% 0%; **/
width:100%;
position:fixed;
z-index:9;
}
/******************start of slot card ****************/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 2em 4em 2rem;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 23%;
    background: darkred;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 0%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
.btn-success{
  background-color: #5217bd;
    border-radius: 44px;
    padding: 0.5rem 2rem;
    font-size: 18px;
    font-weight: 600;
}
/*************** background **********************/
    .background-fade {
      position: relative;
      width: 100%;
      height: 300px; /* Adjust height as needed */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1)),
                  url('https://via.placeholder.com/1500') no-repeat center center;
      background-size: cover;
    }

.white0{
    position: relative;
      width: 100%;
        background: linear-gradient(
                    rgba(255, 255, 255, 1), /* Fully white at the top */
                    rgba(255, 255, 255, 0) 20%, /* Fade to transparent */
                    rgba(255, 255, 255, 0) 80%, 
                    rgba(255, 255, 255, 1) 
                  ), url(../images/whitelogo0.png);
    background-size: contain;
}
.white1{
       position: relative;
      width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1)), url(../images/whitelogo1.png);
    background-size: contain;
}
.white2{
       position: relative;
      width: 100%;
        background: linear-gradient(
                    rgba(255, 255, 255, 1), /* Fully white at the top */
                    rgba(255, 255, 255, 0) 20%, /* Fade to transparent */
                    rgba(255, 255, 255, 0) 80%, 
                    rgba(255, 255, 255, 1) 
                  ), url(../images/whitelogo1.png);
    background-size: contain;
}
.white03{
      position: relative;
      width: 100%;
      background: linear-gradient(
                    rgba(255, 255, 255, 1), /* Fully white at the top */
                    rgba(255, 255, 255, 0) 20%, /* Fade to transparent */
                    rgba(255, 255, 255, 0) 80%, 
                    rgba(255, 255, 255, 1) 
                  ), url(../images/whitelogo3.png);
    background-size: contain;
}
.align-item-center {
    align-items: center!important;
}
.button-cta{
        border: 1px solid #fff;
    padding: 1rem;
    border-radius: 12px;
}
/******************start of mid row ************************/
.rating-section h2 {
            font-weight: bold;
            color: #232f6e;
        }
        .rating-section h5 {
            font-weight: bold;
        }
        .review-card {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 20px;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        }
        .read-review-btn {
            background: #232f6e;
            color: #fff;
            border-radius: 20px;
            padding: 10px 20px;
            text-decoration: none;
        }
        .read-review-btn:hover {
            background: #1b255c;
            color: #fff;
        }
        .rating-icon {
            font-size: 16px;
            color: #ffc107;
        }
        .bluebg{
          background-color: #f8f9fa;
        }
        .news-section {
            padding: 50px 0;
        }

        .news-title {
            font-weight: bold;
            color: #1e1e60;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .news-title .icon {
            background-color: #be0405;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            color: white;
            font-size: 18px;
        }

        .divider {
            width: 60px;
            height: 2px;
            background-color: #be0405;
            margin: 10px 0 30px;
        }

        .card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .card-img-top {
            height: 180px;
            object-fit: cover;
        }

        .card-date {
            background-color: #be0405;
            color: white;
            font-size: 14px;
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 5px 10px;
            border-radius: 20px;
        }

        .card-title {
            font-size: 16px;
            font-weight: bold;
            color: #1e1e60;
            margin-bottom: 5px;
        }

        .card-text {
            font-size: 14px;
            color: #6c757d;
        }

        .read-more {
            font-weight: bold;
            color: #be0405;
            text-decoration: underline;
            font-size: 14px;
        }

        .read-more:hover {
            text-decoration: underline;
        }
/******************start of footer****************/
.w-30{width:30%;}
footer{
  background-image: url("images/footerbg.jpg");
      height: 100%;
      background-size: 100% 100%;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

.justify-content-right{
  justify-content: right;
}
/***********end of side nav *********************/
/*******************start of aviator page ******************/
.mega-menu {
  width: 97vw;
}
.dropdown .dropdown-menu {
  left: -46vw!important;
  overflow-y: scroll;
  height: 500px;
}
.mega-menu .dropdown-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.mega-menu .dropdown-item {
  padding: 5px 15px;
}

section.aviatorbannerbg {
    background-image: url("../images/aviatorbanner.png");
    background-size: 100% 100%;
    height: 550px;
        margin-top: 5%;
}
section.bannerslot {
    background-image: url("../images/slotbanner.png");
    background-size: 100% 100%;
    height: 550px;
        margin-top: 5%;
}
section.aboutbannerbg {
  background-image: url("../images/aboutbanner.jpg");
  background-size: 100% 100%;
  height: 500px;
      margin-top: 5%;
}
section.termsbannerbg {
  background-image: url("../images/termbanner.png");
  background-size: 100% 100%;
  height: 550px;
      margin-top: 5%;
}
section.privacybannerbg {
  background-image: url("../images/privacybanner.jpg");
  background-size: 100% 100%;
  height: 500px;
      margin-top: 5%;
}
section.newsbannerbg {
  background-image: url("../images/newsbanner.png");
  background-size: 100% 100%;
  height: 600px;
      margin-top: 5%;
}

    @media only screen and (max-width: 991px) {
      .dropdown-menu.mega-menu.p-4.show a {
        font-size: 20px;
        color: red;
    }
      .dropdown .dropdown-menu {
        left: 0vw !important;
        overflow-y: scroll!important;
        height: 300px!important;
    }
.webview{
  display: none!important;
}
.mobview{
  display: block;
}
footer{
    height: 100%;
    background-image: url("images/footerbg.jpg");
}
.bannerbg, .cardbanner, section.aviatorbannerbg, section.aboutbannerbg, section.newsbannerbg{
  height: 300px;
  margin-top:18%;
}
section.bannerslot{
      height: 300px;
}
header {
    position: fixed;
    background-color: #fff;
    padding: 0rem 0rem;
    z-index: 9;
}
span.hamburger{
height: 100%;
background:red;
padding: 2rem;
text-decoration: none;
display: flex
;
align-items: center;
color: rgb(255, 255, 255);
transition: color 0.2s ease;
display: flex
;

}
.mb-resp{
  margin-bottom: 1rem;
}
.ml-resp{
  margin-left: auto;
}
}
@media only screen and (min-width: 992px) {
    .web-mt-6rem{
        margin-top:6rem;
    }
  .webview{
  display: flex;
}
.mobview{
  display: none!important;
}
.mb-resp{
  margin-bottom: 4rem;
}
.ml-resp{
  margin-left: 2rem;
}
}