@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { overflow-x: hidden;
    background: #640000 url(../img/bodybg.png) no-repeat;
    background-position:0px 220px;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
}
.sponser {
    width: 150px;
}

.bg1 { background: #ffffff;}

.header { position: fixed; width: 100%; z-index: 99; }
.bg-white { opacity: 1 !important;background: rgb(185,18,34); background: linear-gradient(180deg, rgba(185,18,34,1) 100%, rgba(255,255,255,0) 100%)!important;}

.bg-white1 { opacity: 1 !important;background: rgb(185,18,34);
    background: linear-gradient(180deg, rgba(185,18,34,1) 0%, rgba(255,255,255,0) 40%)!important;
    padding-top: 175px !important;}

.homeheader {
    background: url(../img/mandala.png);
    background-repeat: repeat-x;
    background-position-y: -657px;
    background-position-x: -54%;
}
    
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: transparent;
}
.nav-pills{border-bottom: 1px solid #f59d0e;}

.nav-link {color: #eb5b69;
}

.nav-link:focus, .nav-link:hover {
    color:#ffffff;
}
   
.bg-white2 {background: #ffffff63;
    padding: 20px;
    border-radius: 15px;
}
.sidebargrey {text-align: center;
    background: #a59c8663;
    padding: 70px 0px 50px;
    border-radius: 10px;}
   

    .filtter {
        background: #c14784bf;
        padding: 51px;
        border-radius: 10px;
        margin: 50px 30px;
    }

    .Sponsored {    background: #e57878b3;
        padding: 55px;
        border-radius: 20px;
        margin: 50px 0px;
    }

    .card-text { font-size: 0.7em;}
    .card-title { font-size: 0.7em; font-weight: 700;}
    .text-brown { color: #570303;}
    .event { font-size: 0.7em; text-decoration: none; color: #000000; display: block;}

    .sponser {width: 65%}
    .content {     padding: 15px;
        width: 55%;}
    /* .img { width: 47%;} */

.text-red { color: #B90808;}

.btn-primary {
    padding: 2px 13px;
    font-size: 14px;
    border-radius: 0px;

}

.sponserblock {
    width: 100%;
    background: #fff;
    border:1px solid #ccc;
}


.image {
    position: fixed;
    top: -50%;
    left: 0;    
    height: auto;    
    -moz-animation: spin 4s linear infinite;
    animation: spin 50s linear infinite;    
    z-index: -1;
    opacity: 0.2;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ba1223;
    --bs-btn-border-color: #ba1223;}

.image1 {
    position: fixed;
    top: -50%;
    right: 0;    
    height: auto;    
    -moz-animation: spin 4s linear infinite;
    animation: spin 50s linear infinite;    
    z-index: -1;
    opacity: 0.2;
}



@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}



/* Float Shadow */
.sponserblock {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .sponserblock:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .sponserblock:hover, .sponserblock:focus, .sponserblock:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
  }
  .sponserblock:hover:before, .sponserblock:focus:before, .sponserblock:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }

  .h6, h6 {
    font-size: 0.8em;
}

.tab-pane h3 { color: #FF9494;font-size: 18px;}
.tab-pane ul { list-style: none; padding-left: 0px;}
.tab-pane ul a {color: #FF9494; text-decoration: none; }

.nav-bg { background: rgb(99 1 0);
    background: linear-gradient(90deg, rgba(185,18,34,0) 0%, rgb(99 1 0) 35%, rgb(99 1 0) 67%, rgba(255,255,255,0) 100%); }
.logo { width: 210px;}
.hvr-grow-shadow span { 
    position: absolute;
    /* left: 0; */
    bottom: 21px;
    text-transform: uppercase;
    font-weight: 700;
    background: #b9122285;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 1px;
    width: 90%;
    padding: 4px;
}

.menu-container {
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
}
.menu {  
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0;   
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #fff;
    text-decoration: none;
}
.menu a:hover {
    color: #227087;
    text-decoration: none;
}
.menu > li {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #800020;
    border-radius: 5px;
    width: 90%;

   
}
.menu > li > a {
    padding:12px 18px;
    display: block;
}
.menu > li:hover > a {
    color: #a10817;
}
.menu > li:hover {
    background-color: #ffc107;
}
/* Megadrop width dropdown */
 .menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 153px;
    width: 800px;
    min-height: 100%;
    text-align: left;
    margin-top:30px;
    padding: 0;
    z-index: 99;
    box-shadow: 1px 1px 9px #0808088c;
    overflow: hidden;
    background: #ffffff;
   
}
.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.menu ul li:hover:after {
    color: #227087;
}
.menu .col {
    width: 14.1%;
    color:white;
    float: left;
    margin: 0 0 0 2.2%;
}
.menu .col ul {
    padding: 0;
    margin: 0;
}
.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.menu .col h3 {
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #640000;
    background: #eee;
}
.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #640000;
}
.menu .col ul li a:hover {
    color: #111;
    text-decoration: underline;
}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}


  
  /* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */
  
@media only screen and (max-width: 600px) {

   .mobile {margin: 0px;}
   .mt-sm-2 { margin-bottom: 15px;}
   .Sponsored {padding: 18px}
   .image1, .image { display: none;}
   h6 { font-size: 10px;}
   .menu > li > .megadrop {left: 0px;    width: 100%;}
   .menu .col {    width: 100%;}
   .hvr-grow-shadow span {    width: 85%;}
   .nav-pills>li {    float: none !important;    display: block;    width: 100%;    border-bottom: 1px solid #f59d0e;}
.logo {    width: 137px;}
.bg-white1 {padding-top: 149px !important;  }
.nav-bg {
    background: rgb(99 1 0) !important;
  
}

.borderbar { width: 100%;}



  }
