@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
:root{
	--primary:#0e3e88;
    --secondary:#2d8ca0;
    --ternary:#15147a;
    --danger:#FE4545;
    --pure:#FEFEFE;
    --light:#F0F0F0;
    --heaven:#8888bc;
    --footer:#2D333F;
}
ul li{
	list-style: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
.top-bar{
	width: 100%;
	background:lavender;
    /* background: rgb(19,18,122);
	background: linear-gradient(90deg, rgba(19,18,122,1) 22%, rgba(24,27,180,1) 47%, rgba(82,81,237,1) 79%, rgba(155,155,253,1) 100%); */
}
.tag {
	border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 36px;
	font-size: 14px;
    background: var(--primary);
    padding: 0 20px 0px 23px;
    position: relative;
    text-decoration: none;
	transition: 0.2s;
}
.tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 14px;
}
.tag::after {
	border-bottom: 20px solid transparent;
    border-left: 14px solid var(--primary);
    border-top: 21px solid transparent;
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
}
marquee{
	color: #000;
	font-size: 14px;
	font-weight: 500;
}
/* navbar */
/* logo section */
.logo_wrapper{
    display: flex;
    justify-content: start;
    align-items: center;
}
.logo_wrapper div{
    margin-right: 10px;
}
.mahishadal_text{
    font-size: 18px;
    color: var(--primary);
    font-weight: 700;
    margin: 2px 0px;
	text-transform: uppercase;
}
.contact h5,h6{
    font-size: 14px;
    color: #000;
}
/* navbar */
.navbar{
	padding: 20px 20px;
	background: #fff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 8px;
	position: relative;
    top: 28px;
    z-index: 999;
}
div.scrollmenu {
	overflow: auto;
	white-space: nowrap;
}
div.scrollmenu a {
	display: inline-block;
	color: var(--primary);
	text-align: center;
	padding: 6px 18px;
	text-decoration: none;
	transition: .4s;
}
.location_btn{
	background: var(--primary);
	color: #fff !important;
	font-size: 14px;
	padding: 8px 15px !important;
	border-radius: 6px;
	text-align: right;
}
.active{
	background-color: var(--primary);
	color: #fff !important;
	border-radius: 22px;
}
div.scrollmenu a:hover {
	background-color: var(--primary);
	color: #fff;
	border-radius: 22px;
}
/* Banner Slider */
.my_banner img{
	width: 100%;
	height: 480px;
}
.my_banner{
	position: relative;
}
.my_banner img{
	border-radius: 5px;
	object-fit: cover;
}
.banner_content{
	position: absolute;
	top: 37%;
    left: 37%;
}
.banner_content h1{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
}
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}
/* About Section */
.about_section{
	position: relative;
	overflow: hidden;
	background: var(--light);
	overflow: hidden;
	z-index: 9;
}
.radius_design{
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	background: rgb(10,5,100);
	background: linear-gradient(90deg, rgba(10,5,100,1) 4%, rgba(14,62,136,1) 82%, rgba(26,98,234,1) 94%, rgba(26,98,234,1) 99%);
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -18px;
}
.about_img img{
	border-radius: 6px;
}
.custom-btn {
	width: 130px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 8px 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
  }
.btn-2 {
	background: rgb(96,9,240);
	background:linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);
	border: none;
}
.btn-2:before {
	height: 0%;
	width: 2px;
}
.btn-2:hover {
	box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
				-4px -4px 6px 0 rgba(116, 125, 136, .5), 
	  inset -4px -4px 6px 0 rgba(255,255,255,.2),
	  inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}
.view_btn{
	display: table;
	margin: 0 auto;
}
.headings{
	color: var(--primary);
	font-size: 22px;
	font-weight: 500;
	position: relative;
}
.headings:before {
	position: absolute;
    content: "";
    bottom: -12px;
    left: 0%;
    z-index: 9;
    background-size: contain;
    width: 50px;
    height: 8px;
    background:url(../image/divider.png) no-repeat;
	animation: animatedBackground 2s linear infinite;
	background-repeat: repeat-x!important;
}
.heading{
	color: var(--primary);
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.heading:before {
	position: absolute;
    content: "";
    bottom: -12px;
    left: 48%;
    z-index: 9;
    background-size: contain;
    width: 49px;
    height: 7px;
    background:url(../image/divider.png) no-repeat;
	animation: animatedBackground 2s linear infinite;
	background-repeat: repeat-x!important;
}
@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: 20px 0; }
}
.about_content{
	color: #262626;
	font-size: 16px;
	text-align: center;
	line-height: 27px;
	font-weight: 500;
}
.shape{
	position: relative;
	bottom: 0;
	left: 0;
}
.know_btn{
	font-size:15px;
	padding: 10px 22px;
	background: var(--primary);
	color: #fff;
	display: inline-block;
	border-radius: 6px;
}
.about_section:before{
	position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--heaven);
    border: 16px solid rgba(0, 0, 0, 0.25);
    right: -37px;
    top: 1px;
}
.about_section:after{
	position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--heaven);
    border: 16px solid rgba(0, 0, 0, 0.25);
    left: -37px;
    bottom: 1px;
}
/* Our Games */
.games_wrapper{
	position: relative;
	top: -84px;
}
.games_content{
	background:#fff;
	box-shadow: rgb(0 0 0 / 8%) 0px 10px 13px, rgb(0 0 0 / 8%) 0px 4px 6px;
	padding: 32px 8px;
	display: block;
	position: relative;
}
.games_content:after{
	position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    z-index: 9;
    background-size: contain;
    width: 255px;
    height: 23px;
    background:url(../image/long_divider.png) no-repeat;
	animation: animatedBackground 2s linear infinite;
	background-repeat: repeat-x!important;
}
.blog_box{
	width: 29%;
	margin: 0 auto;
	position: relative;
}
.blob_icons{
	position: absolute;
    bottom: 8px;
    left: 20px;
}
.blog_box img{
	width: 100%;
}
.games_content h6{
	color: var(--primary);
	font-size: 18px;
	text-transform: capitalize;
}
.games_content p{
	font-size: 14px;
    line-height: 23px;
    color: #a69f9f;
}
.games_wrapper{
	position: relative;
}
.games_wrapper:before{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/triathlon.png) no-repeat 0 0;
	width: 64px;
	height: 64px;
	content: '';
}
.games_wrapper:after{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../image/archery.png) no-repeat 0 0;
	width: 64px;
	height: 64px;
	content: '';
}
/* gallery */
.gallery_wrapper{
	background: var(--light);
	padding: 10px 0px;
	position: relative;
}
.gallery_wrapper:before{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/blob_after.png) no-repeat 0 0;
	width: 64px;
	height: 63px;
	content: '';
}.gallery_wrapper:after{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../image/blob_before.png) no-repeat 0 0;
	width: 64px;
	height: 63px;
	content: '';
}
.lightbox_img img{
	width: 100%;
	height: 28vh;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
/* Footer Section */
.footer_section{
	background: #031635;
	padding: 35px 0px;
    border-top-left-radius: 140px;
}
.footer_heading{
	color: #fff;
    font-size: 22px;
	padding-bottom: 8px;
}
.footer_content{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
address{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.footer_radius{
	font-size: 14px;
	background:var(--secondary);
	color: #fff;
	padding: 2px 5px;
	border-radius: 22px;
	display: inline-block;
}
.footer_links li a{
	color: #fff;
	font-size: 15px;
    line-height: 24px;
	display: block;
}
/* copyright_section */
.copyright_section{
	padding: 8px 0px;
	color: #fff;
	background:#061f45;
	font-size: 14px;
}
/* About Page */
.hero_banner{
	position: relative;
}
.hero_banner img{
	width: 100%;
}
.banner_content{
	position: absolute;
	top: 42%;
	left: 41%;
}
.banner_content h2{
	font-size: 45px;
	font-weight: 600;
	color: #fff;
}
/* winners */
.winner_wrapper{
	background: var(--light);
}
.winner_box{
	background: #fff;
	padding: 12px 5px 25px;
	text-align: -webkit-center;
	position: relative;
	border-radius: 6px;
}
.ribbon {
    width: 89px;
    height: 100px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 3px solid #c50808;
  }
  .ribbon span {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    display: block;
    width: 160px;
    padding: 1px 0;
    font-size: 12px;
    font-weight: 600;
    background-color: #c50808;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
  }
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
/* top right*/
  .ribbon-top-right {
    top: -3px;
    right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 4px;
}
.ribbon-top-right::after {
    bottom: 34px;
    right: 0;
}
.ribbon-top-right span {
	left: -15px;
    top: 17px;
    transform: rotate(45deg);
}
.athelet_img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.athelet_img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: fill;
}
.winner_box h6{
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.winner_box h5{
	font-size: 13px;
	font-weight: bold;
	color: var(--primary);
}

.winnerlist.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
    width: 30px;
    font-size: 18px;
    height: 30px;
    border-radius: 50%;
	background: var(--primary);
   	color: #fff;
    top: 40%;
    z-index: 99;
    left: -23px;
    margin-right: 5px;
}
.winnerlist.owl-carousel .owl-nav button.owl-next{
	position: absolute;
    width: 30px;
    font-size: 18px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    top: 40%;
    z-index: 99;
    right: -27px;
    margin-right: 5px;
}
.games_wrappers{
	position: relative;
	top: -18px;
}
/* Contact page */
.contact_box{
	padding: 25px 20px;
	position: relative;
	top:-18px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	background-color: #fff;
}
.contact_box p{
	margin: 0 0 5px;
}
.address_detail{
	display: flex;
	justify-content: space-between;
}
.address_detail h5{
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.address_detail h5:after{
	position: absolute;
	left: 1px;
	bottom: -5px;
	width: 42px;
	content: '';
	height: 2px;
	background-color: #031635;
}
.address_detail div{
	width: 41%;
}
.mail_text{
	color: #000;
}
.custom-btn:hover{
	color: #fff;
}