* {
	padding: 0;
	margin: 0;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
:focus {
	outline: none;
}
body{
	font-size: 16px;
	font-family: 'Cruyff Sans';
}
@font-face { 
	font-family: Cruyff Sans; 
	src: url('../fonts/CruyffSans-Medium.woff2'); 
}
@font-face { 
	font-family: Cruyff Sans Mono; 
	src: url('../fonts/CruyffSansMono-Bold.woff2'); 
}
@font-face { 
	font-family: Cruyff Sans Expanded; 
	src: url('../fonts/CruyffSansExpanded-Heavy.woff2.woff2'); 
}
@font-face { 
	font-family: Cruyff Sans Condensed; 
	src: url('../fonts/CruyffSansCondensed-Regular.woff2'); 
}
@font-face { 
	font-family: Cruyff Sans; 
	src: url('../fonts/CruyffSans-Regular.woff2'); 
}
.footer-arrow-wrapper{
	display: none;
}

.section-padding{
	padding: 3rem 0;
}
.sgsm-header{
	background: linear-gradient(180deg, #132B3E 0%, #0B1C2A 100%);
	padding: 1rem 3rem;
}
.sgsm-header .main-menu{
	display: flex;
	justify-content: space-between;
}
.sgsm-header .main-menu .logo-div img{
	max-width: 150px;
}
.sgsm-header .main-menu .btn-menu{
	align-self: end;
	background-color: #FBC101;
	padding: 0.5rem 2.5rem;
	border-radius: 50px;
}
.sgsm-header .main-menu .btn-menu a{
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.banner-container{
	position: relative;
}
.banner-container .banner-content{
	position: absolute;
	z-index: 1;
	bottom: 10%;
	left: 13%;
}
.banner-container .banner-content img{
	max-width: 150px;
	margin-bottom: 2rem;
}
.banner-container .banner-content h1{
	font-size:300%;
	color: #FF9200;
	font-weight: 700;
}
#banner-carousel{
	position: relative;
}
#banner-carousel .owl-nav{
	position: absolute;
	bottom: 10%;
	right: 13%;
}
#banner-carousel .owl-nav button{
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 100%;
	position: relative;
}
#banner-carousel .owl-nav button span{
	font-size: 220%;
	color: #000;
	top: -20%;
	position: absolute;
	left: 35%;
	transform: translateY(0%);
}
.menu-sec{
	margin: 0 auto;
	text-align: center;
	padding: 1.5rem;
	background: #FF9200;
}
.secondary-menu-list{
	margin-bottom: 0;
}
.secondary-menu-list li a{
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 110%;
}
.secondary-menu-list li{
	padding: 0 1rem;
}
.secondary-menu-list li:last-child{
	padding-right: 0;
}
.secondary-menu-list li.active a{
	color: #fff;
}
.secondary-menu-list li.active{
	background: #0072FF;
	padding: 0.5rem 0.7rem;
	border-radius: 25px;
}
.aboutus-sec{
	background-image: url(../images/alpine/about-us-banner.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.aboutus-sec .aboutus-img-box{
/*	background-color: #0d9fec;*/
/*background-image: url(../images/alpine/about-left-bg.png);*/
width: 45%;
text-align: right;
}
.aboutus-sec .aboutus-img-box img{
	width: 100%;
	margin-right: 2rem;
}
.aboutus-container{
	display: flex;
	justify-content: space-between;
}
.aboutus-container .aboutus-content{
	width: 50%;
	padding-right: 9rem;
}
.aboutus-container .aboutus-content .sub-header{
	font-size: 280%;
	font-family:"Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.2;
}
.aboutus-container .aboutus-content .sub-header:after{
	content: '';
/*	height: 20px;*/
/*	width: 1px;*/
background-color: #000;
position: absolute;
bottom: -100%;
left: 0;
}
.aboutus-container .aboutus-content h2{
	color: #fff;
	font-weight: 700;
	font-size: 260%;
	line-height: 1;
	margin-top: 1.5rem;
}
#about-slider.owl-carousel {
    display: block !important;
}
.para-about1 {
	font-size: 150%;
	font-weight: 700;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	color:#fff;
	line-height: 38px;
}
.para-about {
	font-size: 120%;
	font-weight: 500;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	color:#fff;
}
.aboutus-container .aboutus-content  a{
	color: #000;
	text-decoration: none;
	font-weight: 700;
	font-size: 120%;
}
.alpine-City-Vector{
	    position: absolute;
    right: 0;
    bottom: 0;
}
.countdonw-container{
	position: relative;
}
.countdonw-content{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	max-width: 500px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.countdonw-content h2{
	color: #fff;
	font-size: 280%;
	font-weight: 700;
}
.squate-sec{
	padding: 3rem 0rem;
	background-image: url(../images/alpine/squad-bg.png);
	background-position: center;
	background-size: cover;
	    position: relative;
}
.squate-sec .squat-container{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.squate-sec .squat-container .squat-box{
/*	width: calc((100% - 50px) / 3);*/
/*	box-shadow: 9px 29px 30px 0px rgba(0,0,0,0.53);*/
/*	-webkit-box-shadow: 9px 29px 30px 0px rgba(0,0,0,0.53);*/
/*	-moz-box-shadow: 9px 29px 30px 0px rgba(0,0,0,0.53);*/
position: relative;
}
.squate-sec .squat-container .squat-box img{
	width: 100%;
}
.squate-sec .squat-header h2{
	font-size: 280%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3rem;
	color: #000;
	font-weight: 700;
}
.squate-sec .squat-container .squat-box h4{
	color: #000;
    font-size: 150%;
    position: absolute;
    bottom: 8%;
    left: 0;
    font-weight: 600;
    right: 0;
    text-align: center;
}
.Player-Vector{
	position: absolute;
     right: 0;
    bottom: 0;
}
.Racket-Vector{
	position: absolute;
    left: 2%;
    top: 2%;
}
.news-section{
/*	background-image: url(../images/alpine/news-bg.png);*/
	background-position: center;
	background-size: cover;
	padding: 3rem 0rem;
	position: relative;
}
.news-section .news-header h2,.gallery-header h2{
	color: #000;
	font-weight: 700;
	font-size: 280%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3rem;
}
.news-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.news-container .news-box{
	width: calc((100% - 50px) / 3);
	margin-bottom: 30px;
	margin-right: 25px;
	box-shadow: 2px 2px 10px #ccc;
	display: none;
}
.news-container .news-box:nth-child(3n){
	margin-right: 0px;
}
.news-container .news-box .news-content{
	background-color: #fff;
	padding:1rem 2rem;
}
.news-container .news-box img{
	width: 100%;
}
.news-container .news-box .news-content p{
	color: #000;
	font-family:"Poppins", sans-serif;
	margin-bottom: 2rem;
	font-size: 100%;
}
.news-container .news-box .news-content p.date{
	margin-bottom: 0;
	color: #656565;
}
.news-tennis-vector-top{
	position: absolute;
	top: 5%;
    left: 12%;
}
.news-tennis-vector-bottom{
	position: absolute;
	bottom: 3%;
	right: 12%;
}
.load-more{
	background-color: #fff;
	padding: 0.5rem 0;
	max-width: 150px;
	text-align: center;
	margin: 0 auto;
	border-radius: 60px;
	margin-top: 1rem;
	color: #000000;
	text-transform: uppercase;
	cursor: pointer;

}
.load-more a{
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

.gallery-sec{
	background-image: url("../images/alpine/gallary-img.png");
	background-position: center;
	background-size: cover;
	padding: 3rem 0rem;
}
.gallery-sec .gallery-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gallery-sec .gallery-container .gallery-box{
	width: calc((100% - 50px) / 3);
	margin-bottom: 40px;
	margin-right: 25px;
	position: relative;
	display: none;
}
.gallery-sec .gallery-container .gallery-box:nth-child(3n){
	margin-right: 0px;
}
.awp_center .col-md-12{
	padding: 0;
}
.gallery-sec .gallery-container .gallery-box img{
	width: 100%;
}
.gallery-container .gallery-box .gallery-content{
	background: linear-gradient(180deg, rgba(2, 30, 69, 0) 0%, #021E45 95%);
	position: absolute;
	color: #fff;
	padding: 5rem 1rem 0;
	background-position: bottom;
	background-size: cover;
	bottom: 0;
	width: 100%;
}
.gallery-content h4{
	position: absolute;
	bottom: 45%;
	font-size: 120%;
}
.gallery-container .gallery-box .gallery-content span{
	font-size: 80%;
	position: absolute;
	width: 100%;
	bottom: 4%;
	display: block;
}
.gallery-container .gallery-box .gallery-content{
	font-family:"Poppins", sans-serif;
}
.gallery-container .gallery-box .gallery-content p{
	font-size: 100%;
	position: absolute;
	width: 100%;
	bottom: 12%;
	width: 90%;
}
.principle-sec{
	padding: 3rem 0;
}
.principle-sec .pri-header h2{
	color: #000;
	font-weight: 700;
	font-size: 280%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.principle-sec .sec-header h2{
	color: #000;
	font-weight: 700;
	font-size: 130%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.principle-container{
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	justify-content: space-evenly;
}
.principle-container .principle-box{
	width: 100%;
	margin-right: 50px;
	text-align: center;
}
.principle-container .principle-box:last-child{
	margin-right: 0px;
}
.prici-logo{
	display: flex;
	align-items: center;
	height: 100%;
	text-align: center;
	justify-content: center;
	color: #7E7E7E;
}
.social-sec{
	margin: 3rem 0rem;
	border-top: 1px solid #00000040;
}
.social-sec .social-container{
	padding-top:2rem;
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	margin: 0 auto;
	align-items: center;
}
.social-sec .socail-text h5{
	text-transform: uppercase;
	font-size: 120%;
	color: #000;
	letter-spacing: 1px;
}
.footer{
	background: linear-gradient(180deg, #132B3E 0%, #0B1C2A 100%);
	padding: 3rem 4rem;
}
.footer-top-menu{
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid #777777
}
.footer-bottom-menu{
	display: flex;
	align-items: center;
	padding-top: 2rem;
}
.footer-logo{
	width: 25%;
}
.footer-menu ul{
	margin-bottom: 0px;
}
.footer-menu ul li a{
	text-decoration: none;
	color: #C1EAEE;
	font-size: 100%;
}
.footer-menu ul li{
	margin-right: 4rem !important;
}
.footer-arrow{
	text-align: right;
	margin-left: auto;
}
.footer-bottom-menu p{
	color: #C1EAEE;
	margin-bottom: 0;
	font-size: 90%;
}
.footer-social{
	margin-left: auto;
}
.common-padding {
	padding:3rem 0;
}
button {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
}
img {
	max-width: 100%;
}
.slider {
	width: 100%;
	overflow: hidden;
	color: #000;
}
.slick {
	overflow: hidden;
}
.slick .item {
	float: left;
	text-align: center;
}
.slick .item img {
	display: block;
	margin: 0 auto;
}
.slick-no-slide .slick-track {
	width: 100% !important;
	text-align: center;
	transform: inherit !important;
}
.slick-no-slide .slick-slide {
	float: none;
	display: inline-block;
}
.slick-list {
	position: relative;
	overflow: hidden;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	font-size: 0;
	background-color: grey;
	border-radius: 50%;
	border: none;
}
.slick-dots .slick-active button {
	background-color: black;
}
.slick-prev {
	top: 45%;
	background: url("../images/upArrow.png") no-repeat;
}
.slick-next {
	top: 50%;
	background: url("../images/downArrow.png") no-repeat;
}
.slick-arrow {
	position: absolute;
	right: 5%;
	z-index: 1;
	width: 30px;
	height: 30px;
	font-size: 0;
	background-size: 100% 100%;
}
.matches-standings-wrapper {
	display: flex;
}
.matches-wrapper {
	width: 60%;
	padding-right: 5rem;
	position: relative;
}
.standings-wrapper {
	width: 40%;
	    z-index: 2;
}
.matches-standings {
	background-image: url('../images/alpine/matches-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position:right;
	padding: 3rem 4rem;
	    position: relative;
}
.matchs_score_board {
	background: #fff;
	margin-bottom: 2rem;
	border: 1px solid #FFD261;
	width: 100%;
}
/*.matche-heading{
	display: flex;
	    justify-content: space-between;
}*/
.matches-score-body {
	display: flex;
	justify-content: center;
	padding: 0 1rem;
}
.matches-score-header h3 .semi-final{
	    background: #fd9324;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    padding: 3px;
    border-radius: 3px 5px;
    float: left;
}
.board-wrapper-1 {
	display: flex;
	margin-right: 0.8rem;
	align-items: start;
	border-right: 1px solid #8B8B8B;
}
.board-wrapper-2 {
	margin-right: 0.8rem;
	padding-right: 0.5rem;
	border-right: 1px solid #8B8B8B;
}
.board-wrapper-3 .team-details {
	border-right: none;
}
.board-wrapper-3 {
	display: flex;
	align-items: start;
}
.desp:last-child{
	font-size: 80%;
}
.matches-score-footer {
	background: #F6CFBE;
	padding: 0.8rem;
	color: #000;
	margin-top: 1.5rem;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
}
.matches-score-header {
	padding: 1.5rem;
}
.matches-score-header h3{
	font-family: Cruyff Sans;
	font-size: 22px;
	font-weight: 500;
	color: #FF9200;
	text-transform: uppercase;
}
.matches-score-header h3 span.status{
	background: #0072FF;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color:#fff;
	padding:5px 5px;
	border-radius: 5px;
	float: right;
}
.team-details {
	margin-left: 0.3rem;
	padding-right: 0.5rem;
	
}
.team-details h4{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color:#000;
	margin-left: 10px;
}
.team-details p{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color:#000;
	margin-left: 10px;
}
.match-Ball-Vector{
	position: absolute;
    left: 2%;
    bottom: 3%;
}
.match-Racket-Vector{
    position: absolute;
    bottom: 3%;
    right: 0;
}
.board-wrapper-2 h4{
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	color:#000;
}
.board-wrapper-2 p{
	font-family: Poppins;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color:#000;
}
.matches-wrapper h2,.standings-wrapper h2 {
	font-family: Cruyff Sans;
	font-size:280%;
	font-weight: 700;
	text-align: left;
	color:#000;
	margin-bottom: 2rem;
}
.standings-wrapper h2 {
	margin-bottom: 5.5rem;
}
.standings-wrapper table {
	border-spacing: 0px;
	border:1px solid #C34F0B;
	width: 100%;
	margin-top: 2rem;
}
.standings-wrapper table thead th {
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color:#000;
	background: #FFD579;
	padding:1.5rem 0.5rem;
	text-transform: uppercase;
}

.standings-wrapper table tbody tr{
	background-color: #fff;

}
/*.standings-wrapper table tbody tr:nth-child(even){
	background-color: #FF9200;
}*/
.standings-wrapper table tbody tr.active-winner {
	background: #D37D00;
}
.standings-wrapper table tbody tr.active-winner td {
	color:#fff;
}
.standings-wrapper table tbody tr td {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	color:#000;
	text-align: left;
	padding:1.6rem 0.5rem;
}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none !important;
}
.squat-box {
	perspective: 1000px;
}

.squat-box:hover .card, 
.squat-box.hover {
	transform: rotateY(-180deg);
}

.card {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	background-color: transparent;
	border:0;
}
.td-img-wrapper{
	display: flex;
	align-items: center;
}
.td-img-wrapper p{
	width: 90%;
	margin-left: 5px;
}
.td-img-wrapper img{
	width: 20%;
}

.card_front,
.card_back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.card_front {
	z-index: 2;
	transform: rotateY(0deg);
	position: relative;
}
.team-detail{
	padding: 0 0.5rem;
	position: absolute;
	width: 100%;
	bottom:8%;
}
/*.team-det{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #F76D33;
	padding: 0 10px;
	flex-direction: column;
}*/
/*.desp:first-child{
	width: 70%;
	font-size: 100%;
}
.desp:last-child{
	width: 30%;
	font-size: 100%;
}*/
.desp {
	font-size: 100%;
	width: 100%;
}
.desp h5{
	font-size: 80%;
	margin-bottom: 10px;
}
.desp span{
	font-size: 180%;
	font-weight: 700;
	line-height: 1.1;
	display: block;
}
.score{
	display: flex;
	justify-content: center;
}
.score-box{
	width: calc((100% - 0px)/ 2);
	margin: 10px 0;
	border-right: 1px solid #fff;
	text-align: left;
	margin-left: 10px;
}
.score-box:last-child{
	border-right: 0;

}
.score-box span{
	font-size: 80%;
	line-height: 1.1;
}
.score-box h5{
	font-size: 180%;
	font-weight: 700;
	line-height: 1.1;
}
.card_back {
	transform: rotateY(-180deg);
	top:auto;
	bottom: auto;
}
.link{
	    text-align: center;
}
.link a{
	display:block;
	color: #000;
	font-weight: 600;
	font-size: 120%;
	text-decoration: underline;
}
.card_back h4{
	position: relative !important;
	top: 0 !important;
	color: #000 !important;
	left:0 !important;
	margin-top: 1rem;
}
.modal-body{
	padding: 0;
	position: relative;
}
/*#model1{
	background-image: url(../images/model-1.jpg);
}
#model2{
	background-image: url(../images/model2.jpg);
}
#model3{
	background-image: url(../images/model-1.jpg);
}*/
.model-1{
	position: relative;
	background-size: cover;
	background-position: 40%;
	display: flex;
	background-image: url(../images/alpine/alpine-Squad-Popup-BG.png);
	    padding: 30px;
}
.model-contents{
	width: 60%;
	padding: 1.5rem 1.5rem 1.5rem 3.5rem;
}
.model-contents h4{
	font-size: 150%;
	font-weight: 700;
}
.model-img{
	width: 40%;
	align-self: end;
}
.model-contents h6{
	font-size: 110%;
	margin-bottom: 10px;
}
.model-contents p{
	font-size: 110%;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.model-table{
	margin-bottom: 1rem;
}
.model-table p{
	margin-bottom: 0 !important; 
}

#model2 .model-table tr td{
	background-color: #9dc0da52;
}
.model-table tr td{
	padding: 1rem;
	background-color: #FFAE3480;
	border: 1px solid #fff;
}
.model-table tr td h5{
	font-size: 95%;
	margin-bottom: 10px;
}
.model-table tr td p{
	font-size: 120% !important;
	font-weight: 700;
}
.model-1 .btn-close{
	position: absolute;
	background-color: #fff;
	opacity: 1;
	font-size: 15px;
	padding: 0.5rem;
	border-radius: 50%;
	right: 5px;
	top: 5px;
}
.model-table tr td p.value{
	font-size: 200% !important;
	font-weight: 700;
}
.filter-container {
	display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px;
    border-radius: 180px;
    border: 1.5px solid #fff;
    width: 40%;
    justify-content: space-around;
    margin-bottom: 1rem;
    float: right;
    /* margin-right: 8rem; */
    background: #fff;
    height: 40px;
}
.filter-container label{
	color: #000;
}
.filter-container select option {
	color: #000;
}
select {
	padding: 0.5rem;
	border-radius: 0.5rem;
	border: none;
	background: transparent;
}
/*select option:first-child {
	text-align: center;
}*/
select option {
	text-align: center;
}
.modal-dialog{
	max-width: 1000px;
}
.countdonw-container img{
	width: 100%;
}
/*New added - PPB*/
.matches-score-header h3 span.status-live {
	background: #fff;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	color: #E80000;
	padding: 3px;
	border-radius: 3px 5px;
	float: right;
	position: relative;
}
.matches-score-header h3 span.status-live::before{
	content: '';
	background: url('../images/LiveIcon.png');
	position:absolute;
	top: 10%;
	right: 100%;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
#alpines-squat .owl-nav button.owl-prev {
	position: absolute;
	top:45%;
	left:-6%;
}
#alpines-squat .owl-nav button.owl-next {
	position: absolute;
	top:45%;
	right:-6%;
}
#alpines-squat .owl-nav button {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 100%;
	position: relative;
}
#alpines-squat .owl-nav button span {
	font-size: 220%;
	color: #000;
	top: -20%;
	position: absolute;
	left: 35%;
	transform: translateY(0%);
}
.all-in-one-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.all-logos-wrapper:first-child{
	width: 100%;
}
.all-logos-wrapper {
	
	margin-bottom: 40px;
}
.news-container .news-box:nth-child(-n+3) {
	display: block; 
}
.gallery-sec .gallery-container .gallery-box:nth-child(-n+3) {
	display: block; 
}
@media screen and (min-width:1600px) and (max-width:2048px){
	.banner-container .banner-content{
		left:16%;
	}
	#banner-carousel .owl-nav {
		right: 16%;
	}
	.aboutus-sec .aboutus-img-box img {
		margin-right: 2rem;
	}
	.aboutus-container .aboutus-content{
		padding-right: 16%;
	}
}
@media screen and (min-width:1201px) and (max-width:1400px){
	.banner-container .banner-content{
		left: 7%;
	}
	#banner-carousel .owl-nav{
		right: 7%;
	}
	.aboutus-container .aboutus-content{
		padding-right: 4rem;
	}
	.filter-container {
		margin-right: 6rem;
	}
	.board-wrapper-1 {
		width: 30%;
	}
	.board-wrapper-2 {
		width: 40%;
	}
	.board-wrapper-3 {
		width: 30%;
	}
	.aboutus-container .aboutus-content h2{
		font-size: 200%;
	}
	.standings-wrapper table{
		height: 80%;
	}
	.standings-wrapper table tbody tr td{
		padding: 1.3rem 0.5rem;
	}
	.para-about1{
		font-size: 135%;
		line-height: 35px;
	}
	
	.aboutus-container .aboutus-content .sub-header{
		font-size: 240%;
	}
}
@media screen and (min-width:1025px) and (max-width:1200px){
	.squate-sec,.matches-standings,.news-section,.gallery-sec{
		padding: 3rem 2rem;
	}
	.aboutus-container .aboutus-content{
		padding-right: 3rem;
	}
	.aboutus-container{
		align-items: center;
	}
	.para-about{
		margin-bottom: 1rem;
		margin-top: 0.5rem;
		font-size: 100%;
	}
	table thead th,table tbody tr td{
		padding: 0.5rem 0.2rem;
	}
	.para-about1{
		font-size: 135%;
		line-height: 35px;
	}
	.aboutus-sec .aboutus-img-box img{
		width: 85%;
	}
	.aboutus-container .aboutus-content .sub-header{
		font-size: 240%;
	}
	.Ahmedabad-City-Vector{
		max-width: 500px;
	}
}
@media screen and (min-width:992px) and (max-width:1024px){
	.banner-container .banner-content{
		    left: 4%;
	}
	#banner-carousel .owl-nav{
		right: 4%;
	}
	.Ahmedabad-City-Vector{
		max-width: 500px;
	}
	.secondary-menu-list li{
		padding: 0;
		font-size: 100%;
	}
	.para-about {
		font-size: 100%;
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
	.squate-sec .squat-container{
		max-width: 100%;
	}
	.squate-sec,.matches-standings,.news-section,.gallery-sec{
		padding: 3rem 2rem;
	}
	.aboutus-container .aboutus-content{
		padding-right: 2rem;
	}
	.aboutus-container .aboutus-content h2 {
		font-size: 150%;
	}
	.standings-wrapper h2{
		margin-bottom: 2rem;
	}
	.matches-standings{
		background-position: 65%;
	}
	table thead th,table tbody tr td{
		padding: 0.5rem 0.2rem;
	}
	.news-container .news-box .news-content{
		padding: 1rem;
	}
	.aboutus-container .aboutus-content .sub-header:after{
		bottom: -100%;
	}
	.standings-wrapper table tbody tr td {
		padding: 1.2rem 0.5rem;
	}
	.standings-wrapper table{
		margin-top: 0rem;
	}
	.matches-wrapper{
		width: 100%;
		position: relative;
	}
	.standings-wrapper{
		width: 100%;
	}
	.matches-standings-wrapper{
		
		flex-wrap: wrap;
	}
	.matchs_score_board{
		width: 100%;
	}
	.board-wrapper-2 p{
		font-size: 10px;
	}
	.slick-arrow{
		right: 0;
	}
	.filter-container{
		position: absolute;
		top:0;
		right: 0;
		width: 30%;
	}
	.matches-wrapper h2, .standings-wrapper h2{
		text-align: center;
	}
	.all-logos-wrapper{
		/*width: 50%;*/
	}
	.para-about1{
		font-size: 135%;
		line-height: 30px;
	}
	.aboutus-sec .aboutus-img-box img{
		width: 100%;
	}
	.aboutus-container .aboutus-content .sub-header{
		font-size: 240%;
	}
	.squate-sec {
		padding: 3rem 3rem;
	}
	.modal{
		top: 10%;
	}
}
@media screen and (min-width:769px) and (max-width:991px){
	.banner-container .banner-content{
		    left: 8%;
	}
	#banner-carousel .owl-nav{
		right: 5%;
	}
	.Ahmedabad-City-Vector{
		max-width: 500px;
	}
	.banner-container .banner-content img{
		max-width: 80px;
	}
	.banner-container .banner-content h1 {
		font-size: 160%;
	}
	.menu-sec{
		padding: 0.5rem;
	}
	.secondary-menu-list li{
		padding:0 0.3rem;
	}
	.secondary-menu-list li a{
		font-size: 85%;
	}
	.aboutus-container .aboutus-content{
		padding-right: 1rem;
	}
	.aboutus-container .aboutus-content h2{
		font-size: 150%;
	}
	.para-about{
		font-size: 90%;
		margin-bottom: 1rem;
	}
	.aboutus-container .aboutus-content a{
		font-size: 80%;
	}
	.squate-sec {
		padding: 3rem 0rem;
	}
	.squate-sec .squat-container .squat-box h4,
	.link a {
		        font-size: 200%;
	}

	.matches-wrapper,.standings-wrapper{
		width: 100%;
	}
	.matches-standings-wrapper{
		flex-wrap: wrap;
	}
	.matches-standings{
		padding: 2rem 1rem;
	}
	.matches-standings {
		padding: 2rem 1rem;
	}
	.matchs_score_board{
		width: 90%;
	}
	.slick-arrow{
		right: 0;
	}
	table tbody tr{
		background-color: #fff;
	}
	.news-section,.gallery-sec{
		padding: 3rem 1rem;
	}
	.news-container .news-box .news-content{
		padding: 0.5rem;
	}
	.news-container .news-box .news-content p{
		font-size: 90%;
	}
	.gallery-container .gallery-box .gallery-content p{
		font-size: 80%;
		line-height: 1.2;
	}
	.gallery-container .gallery-box .gallery-content span{
		font-size: 50%;
	}
	.aboutus-container .aboutus-content{
		padding-right: 2rem;
	}
	.aboutus-container .aboutus-content h2{
		font-size: 190%;
	}
	.all-logos-wrapper{
		/*width: 50%;*/
	}
	.para-about1{
		font-size: 110%;
		line-height: 25px;
	}
	.aboutus-sec .aboutus-img-box img{
		width: 100%;
	}
	.aboutus-container{
		align-items: center;
	}
	.aboutus-container .aboutus-content .sub-header{
		font-size: 240%;
	}
	.squate-sec .squat-container{
		display: block;
	}
	#alpines-squat .owl-nav button span {
		font-size: 200%;
		top: -5%;
		left: 35%;
		position: unset;
		margin-top: -4px;
        display: block;
	}
	#alpines-squat .owl-nav button {
		width: 40px;
		height: 40px;
	}
	#alpines-squat .owl-nav button.owl-next {
		position: unset;
	}
	#alpines-squat .owl-nav button.owl-prev {
		position: unset;
	}
	
	.squat-container.owl-theme .owl-nav button {
		background-color: #fff;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		font-size: 100%;
		position: relative;
	}	
	#alpines-squat .owl-nav button span {
		font-size: 200%;
		top: -5%;
		left: 35%;
		position: unset;
		margin-top: -3px;
        display: block;
	}
	#alpines-squat .owl-nav button {
		width: 30px;
		height: 30px;
	}
	#alpines-squat .owl-nav button.owl-next {
		position: unset;
	}
	#alpines-squat .owl-nav button.owl-prev {
		position: unset;
	}
	.modal{
		    top: 20%;
	}
	.standings-wrapper h2{
		margin-bottom: 2rem;
	}
}
@media screen and (min-width:569px) and (max-width:768px){
	.desktop-view{
		display: none !important;
	}
	.mobile-view{
		display: block !important;
	}
	.banner-container .banner-content{
		width: 55%;
		left: 8%;
	}
	.banner-container .banner-content h1 {
		font-size: 300%;
	}
	.banner-container .banner-content img {
		max-width: 150px;
		margin-bottom: 2rem;
	}
	.aboutus-container .aboutus-content .sub-header:after{
		bottom: -100%;
	}
	.aboutus-container{
		flex-wrap: wrap;
	}
	.aboutus-sec .aboutus-img-box,.aboutus-container .aboutus-content{
		width: 100%;
	}
	.aboutus-sec .aboutus-img-box,.aboutus-sec .aboutus-img-box img{
		margin-right: 1.5rem;
	}
	.aboutus-sec .aboutus-img-box img{
		width: 90%;
	}
	.aboutus-sec .aboutus-img-box{
		margin-bottom: 2rem;
	}
	.aboutus-container .aboutus-content{
		padding:0 1rem 4rem;
	}
	.aboutus-container .aboutus-content h2{
		font-size:250%;
	}
	.para-about,.aboutus-container .aboutus-content a{
		font-size: 130%;
		font-weight: 500;
	}
	.para-about1 {
		font-size: 180%;
	}
	.para-about1 br {
		display:contents;	
	}
	.countdonw-container img{
		width: 100%;
	}
	.para-about{
		margin-bottom: 2rem;
	}
	.squate-sec {
		padding: 2rem 0rem;
	}
	.squate-sec .squat-header h2{
		font-size: 250%;
		margin-bottom: 2rem;
	}
	.owl-carousel.off {
		display: block;
	}
	.squate-sec .squat-container{
		max-width: 100%;
		flex-wrap: wrap;
	}
	.squate-sec .squat-container .squat-box{
		width: 100%;
	}
	.squate-sec .col-12{
		padding: 0;
	}
	.squat-container.owl-theme .owl-nav button {
		background-color: #fff;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		font-size: 100%;
		position: relative;
	}
	.squate-sec .squat-container .squat-box h4{
		font-size: 200%;
	}
	.squat-container.owl-theme .owl-nav{
		margin: 1rem auto;
	}
	#alpines-squat .owl-nav button span {
		font-size: 200%;
		top: -5%;
		left: 35%;
		position: unset;
		margin-top: -3px;
        display: block;
	}
	#alpines-squat .owl-nav button {
		width: 30px;
		height: 30px;
	}
	#alpines-squat .owl-nav button.owl-next {
		position: unset;
	}
	#alpines-squat .owl-nav button.owl-prev {
		position: unset;
	}
	.matches-standings{
		padding: 2rem 0.5rem;
	}
	.matches-standings-wrapper{
		flex-wrap: wrap;
	}
	.matches-wrapper{
		width: 100%;
		position: relative;
	}
	.standings-wrapper{
		width: 100%;

	}
	.filter-container{
		position: absolute;
		margin-right: 0;
		top:0;
		right: 0;
	}
	.matches-wrapper h2, .standings-wrapper h2{
		font-size: 200%;
	}
	.standings-wrapper h2{
		margin-bottom: 2rem;
	}
	.matchs_score_board{
		width: 100%;
	}
	.matches-score-header h3 span.status{
		position: absolute;
		top: 0;
		right: 0;
	}
	.slick .item img{
		margin-left: 2rem;
		margin-right: auto;
	}
	.matches-score-body{
		justify-content: space-between;
	}
	.board-wrapper-1,.board-wrapper-3{
		width: 50%;
		margin-right: 1rem;
	}
	.board-wrapper-2{
		border-right: 0;
	}
	.slick .item,.board-wrapper-2 p{
		text-align: left;
	}
	.matches-score-header h3{
		text-align: left;
	}
	.matches-score-header h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.slick-arrow{
		bottom: 10%;
		top: auto;
	}
	.slick{
		padding-bottom: 3rem;
	}
	.slick-prev{
		right: 13%;
		transform: rotateZ(-90deg);
	}
	.slick-next{
		transform: rotateZ(269deg);
	}
	.standings-wrapper table{
		margin-top: 0px;
	}
	.standings-wrapper table tbody tr td{
		padding:1rem 0.5rem;
		font-size: 14px;
	}
	.standings-wrapper table tbody tr.active-winner td{
		background-color: #C34F0B;
	}
	.standings-wrapper table thead th{
		font-size: 15px;
		padding: 0.5rem;
	}
	.news-section .news-header h2, .gallery-header h2{
		font-size: 200%;
	}
	.news-section{
		padding: 2rem 1rem;
	}
	.news-container .news-box{
		width: 100%;
		display: flex;
		box-shadow: none;
		border-radius: 8px;
		margin-right: 0px;
		display: none;
	}
	.news-container .news-img{
		width: 20%;
		object-fit: cover;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.news-container .news-box .news-content p{
		font-size: 100%;
		margin-bottom: 1rem;
	}
	.news-container .news-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.news-container .news-box .news-content p.date{
		font-size: 80%;
	}
	.news-container .news-box .news-content {
		background-color: #DAF3F5;
		padding: 0.5rem;
		width: 80%;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.news-tennis-vector-top{
		top: 1%;
	    left: 2%;
	    max-width: 40px;
	}
	.news-tennis-vector-bottom{
		bottom: 1%;
	    right: 0%;   
	    max-width: 40px;
	}
	.gallery-sec{
		padding: 2rem 1rem;
	}
	.gallery-sec .gallery-container .gallery-box {
		width: 100%;
		position: relative;
	}
	.gallery-sec .gallery-container .gallery-box img {
		width: 100%;
	}
	.gallery-container .gallery-box .gallery-content p{
		font-size: 100%;
	}
	.gallery-container .gallery-box .gallery-content span{
		font-size: 80%;
	}
	.principle-container .principle-box{
		width: calc((100% - 80px) / 1);
		margin-bottom: 1rem;
	}
	.principle-container{
		justify-content: center;
	}
	.principle-sec .sec-header h2,.principle-sec .sec-header h2{
		font-size: 150%;
	}
	.all-logos-wrapper{
		width: 50%;
	}
	.social-sec {
		margin:1rem;
	}
	.socail-icon li img{
		width: 80%;
	}
	.socail-icon ul{
		display: flex;
	}
	.social-sec .socail-text h5{
		font-size: 120%;
	}
	.principle-container .principle-box img{
		width: 100px;
	}
	.principle-sec{
		padding: 2rem 0;
	}
	.card_back {
		transform: rotateY(-180deg);
	}
	.link{
		border-top: 0px;
	}
	.link a{
		    font-size: 180%;
	}
	.modal{
		top: 10%;
	}
	.card_back h4{
		font-size: 200%;
	}
	.model-contents,.model-img{
		width: 100%;
	}
	.model-1{
		flex-wrap: wrap;
	}
	.model-table tr td p.value {
		font-size: 150% !important;
	}
	.model-table tr td{
		padding: 0.5rem;
	}
	.footer-arrow-wrapper {
		width: 100%;
		position: fixed !important;
		bottom: 5% !important;
		right: 5% !important;
		text-align: right !important;
		top:auto !important;
	}
	#alpines-squat .owl-nav button span {
		font-size: 200%;
		top: -5%;
		left: 35%;
		position: unset;
		margin-top: -3px;
        display: block;
	}
	#alpines-squat .owl-nav button {
		width: 30px;
		height: 30px;
	}
	#alpines-squat .owl-nav button.owl-next {
		position: unset;
	}
	#alpines-squat .owl-nav button.owl-prev {
		position: unset;
	}
	.team-detail {
		left: 5%;
	}
	.news-container .news-box:nth-child(-n+3) {
		display: flex; 
	}
	.principle-sec .pri-header h2 {
		font-size: 200%;
	}
	.gallery-sec .gallery-container .gallery-box {
		margin-right: 0px;
	}
}
@media screen and (min-width:320px) and (max-width:568px){
	.desktop-view{
		display: none !important;
	}
	.mobile-view{
		display: block !important;
	}
	.banner-container .banner-content{
		width: 80%;
		    left: 5%;
	}
	#banner-carousel .owl-nav{
		    right: 3%;
	}
	.banner-container .banner-content h1 {
		font-size:220%;
	}
	.banner-container .banner-content img {
		max-width: 120px;
		margin-bottom: 2rem;
	}
	.aboutus-container{
		flex-wrap: wrap;
	}
	.aboutus-sec .aboutus-img-box,.aboutus-container .aboutus-content{
		width: 100%;
	}
	.aboutus-sec .aboutus-img-box,.aboutus-sec .aboutus-img-box img{
		margin-right: 1.2rem;
	}
	.aboutus-sec .aboutus-img-box img{
		width: 85%;
	}
	.aboutus-container .aboutus-content .sub-header:after{
		bottom: -100%;
	}
	.aboutus-sec .aboutus-img-box{
		margin-bottom: 2rem;
	}
	.aboutus-container .aboutus-content{
		padding:0 1rem 0;
	}
	.aboutus-container .aboutus-content h2{
		font-size: 150%;
		margin-top:1.6rem;
	}
	.para-about,.aboutus-container .aboutus-content a{
		font-size: 110%;
		font-weight: 500;
	}
	.para-about1 {
		line-height: 32px;
		font-size: 130%;
	}
	.para-about1 br {
		display: contents;
	}
	.aboutus-sec {
		background-image: url(../images/alpine/about-bg-mob.png);
	}
	.para-about{
		margin-bottom: 2rem;
	}
	.squate-sec {
		background-image: url(../images/alpine/squad-bg-mob.png);
		padding: 2rem 0rem;
	}
	.squate-sec .squat-header h2{
		font-size: 200%;
		margin-bottom: 1rem;
	}
	.owl-carousel.off {
		display: block;
	}
	.squate-sec .squat-container{
		max-width: 100%;
		flex-wrap: wrap;
	}
	.squate-sec .squat-container .squat-box{
		width: 100%;
	}
	.squate-sec .col-12{
		padding: 0;
	}
	.squat-container.owl-theme .owl-nav button {
		background-color: #fff;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		font-size: 100%;
		position: relative;
	}
	.squat-container.owl-theme .owl-nav{
		margin: 1rem auto;
	}
	.Racket-Vector{
		    left: 2%;
	    top: 6%;
	    max-width: 50px;
	}
	.Player-Vector{
		max-width: 50px;
	}
	.matches-standings{
		padding: 2rem 0.5rem;
		background-image: url(../images/alpine/matches-bg-mob.png);
		background-position: bottom;
	}
	.matches-standings-wrapper{
		flex-wrap: wrap;
	}
	.matches-wrapper{
		width: 100%;
		position: relative;
		padding-right: 0;
	}
	.standings-wrapper{
		width: 100%;
		position: relative;
	}
	.matches-wrapper h2, .standings-wrapper h2{
		font-size: 200%;
		text-align: center;
	}
	.standings-wrapper h2{
		margin-bottom: 2rem;
	}
	.matchs_score_board{
		width: 100%;
		position: relative;
	}
	.slick-arrow{
		bottom: 10%;
		top: auto;
		right: 0%;
	}
	.matches-score-header h3 span.status{
		position: absolute;
		top: 0;
		right: 0;
	}
	.board-wrapper-2{
		border-right: 0;
	}
	.slick .item,.board-wrapper-2 p{
		text-align: left;
	}
	.matches-score-header h3{
		text-align: left;
	}
	.matches-score-header h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.slick{
		padding-bottom: 3rem;
	}
	.slick-prev{
		right: 10%;
		transform: rotateZ(-90deg);
	}
	.slick-next{
		transform: rotateZ(269deg);
	}
	.standings-wrapper table tbody tr td{
		padding: 0.9rem 0.2rem;
		font-size: 10px;
	}
	.standings-wrapper table tbody tr.active-winner td{
		background-color: #C34F0B;
	}
	.standings-wrapper table thead th{
		font-size: 12px;
		padding:0.9rem 0.2rem;
	}
	.news-section .news-header h2, .gallery-header h2{
		font-size: 200%;
	}
	.news-section{
		padding: 2rem 1rem;
/*		background-image: url(../images/alpine/news-bg-mob.png);*/
	}
	.news-container .news-box{
		width: 100%;
		display: flex;
		box-shadow: none;
		border-radius: 8px;
		margin-right: 0px;
		display: none;
	}
	.news-container .news-img{
		width: 40%;
		object-fit: cover;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.news-container .news-box .news-content p{
		font-size: 75%;
		margin-bottom: 2rem;
	}
	.news-container .news-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.news-container .news-box .news-content p.date{
		font-size: 60%;
	}
	.news-container .news-box .news-content {
		background-color: #DAF3F5;
		padding: 0.5rem;
		width: 80%;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.news-tennis-vector-top{
		top: 1%;
	    left: 2%;
	    max-width: 40px;
	}
	.news-tennis-vector-bottom{
		bottom: 1%;
	    right: 0%;   
	    max-width: 40px;
	}
	.gallery-sec{
		padding: 2rem 1rem;
		background-image: url(../images/alpine/gallary-img-mob.png);
		background-position: bottom;
	}
	.gallery-sec .gallery-container .gallery-box {
		width: 100%;
		position: relative;
		border-radius: 8px;
	}
	.gallery-sec .gallery-container .gallery-box {
		margin-right: 0;
	}
	.gallery-sec .gallery-container .gallery-box img {
		width: 100%;
		object-fit: cover;
	}
	.gallery-container .gallery-box .gallery-content p{
		font-size: 80%;
		line-height: 1.1;
	}
	.gallery-container .gallery-box .gallery-content span{
		font-size: 60%;
	}
	.principle-container .principle-box{
		width: calc((100% - 20px) / 1);
		margin: 10px;
	}
	.principle-container .principle-box:last-child{
		margin: 10px;
	}
	.principle-container{
		flex-wrap: wrap;
		justify-content: center;
	}
	.principle-sec .sec-header h2,.principle-sec .sec-header h2{
		font-size: 120%;
	}
	.social-sec {
		margin:1rem;
	}
	.socail-icon li img{
		width: 80%;
	}
	.socail-icon ul{
		display: flex;
	}
	.social-sec .socail-text h5{
		font-size: 90%;
	}
	.principle-container .principle-box img{
		max-width: 100px;
	}
	.principle-sec {
		padding: 2rem 0 0 0;
	}
	.card_back {
		transform: rotateY(-180deg);
		top: 0%;
	}
	.link{
		border-top: 0px;
	}
	
	.filter-container {
		gap: 0.5rem;
        width: 55%;
        margin-bottom: 1rem;
        float: none;
        margin-right: 0rem;
        font-size: 76%;
        float: right;
        height: 35px;
	}
	.matches-wrapper select{
		padding: 0;
	}
	.team-details h4{
		font-size: 14px;
	}
	.standings-wrapper table{
		margin-top: 2rem;
	}
	.model-contents,.model-img{
		width: 100%;
		padding: 1.5rem 1.5rem 1.5rem 2rem;
	}
	.model-1{
		flex-wrap: wrap;
	}
	.model-table tr td p.value {
		font-size: 150% !important;
	}
	.model-table tr td{
		padding: 0.5rem;
	}
	.footer-arrow-wrapper {
		width: 100%;
		position: fixed !important;
		bottom: 5% !important;
		right: 5% !important;
		text-align: right !important;
		top:auto !important;
	}
	.squate-sec .squat-container .squat-box h4{
		left: 5%!important;
	}
	.aboutus-container .aboutus-content .sub-header {
		font-size: 200%;
	}
	.social-container .list-inline-item:not(:last-child) {
		margin-right: 0;
	}
	.model-1{
		        background-position: top;
	}
	#alpines-squat .owl-nav button span {
		font-size: 200%;
		top: -5%;
		left: 35%;
		position: unset;
		margin-top: -3px;
        display: block;
	}
	#alpines-squat .owl-nav button {
		width: 30px;
		height: 30px;
	}
	#alpines-squat .owl-nav button.owl-next {
		position: unset;
	}
	#alpines-squat .owl-nav button.owl-prev {
		position: unset;
	}
	.all-logos-wrapper {
		width: calc((100% - 0px) / 1);
		margin-bottom: 30px;
	}
	.link {
		padding-left: 15px;
	}
	.news-container .news-box:nth-child(-n+3) {
		display: flex; 
	}
	.team-details p {
		text-align: left;
		font-size: 14px;
	}
	.principle-sec .pri-header h2 {
		font-size: 200%;
	}
	.match-Racket-Vector{
		bottom: 0;
	}
	.match-Ball-Vector{
		top: 48%;
	}
}