*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.wrapper{
	height: 100vh;
}

.grid-container1 {
	display: grid;
	grid-template-columns: 25% 55% 20%;
	height: 10vh;
}

.grid-container2 {
	display: grid;
	grid-template-columns: 25% 55% 20%;
	height: 82vh;
}

.grid-container3 {
	display: grid;
	grid-template-columns: 100%;
	height: 8vh;
}

#r1_c1{
	display: flex;
	justify-content: left;
	align-items: center;
	background-color: rgb(3,126,191);
}

#r1_c2{
	background-color: rgb(226,243,252);
	width: 100%;
	height: 100%;
	overflow: auto;
	display: block;
	float: left;
	align-items:center;
}

#r1_c3{
	background-color: rgb(3,126,191);
	display: flex;
	justify-content: center;
	align-items: center;
}

#r2_c1{
	justify-content: center;
    background-image: url("images/home_img1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#r2_c3{
	justify-content: center;
    background-image: url("images/home_img2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#r3_c1{
	background-color: rgb(3,126,191);
}

#r3_c2{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(3,126,191);
	color: #fff;
	font-size: 81%;
	font-family: 'Open Sans Regular';
}

#r3_c3{
	background-color: rgb(3,126,191);
}

#lng_panel{
	display: none;
}

#lng_panel2{
	display: none;
}

#menu_list{
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

#r1_c2 li{  
  display: flex;
  float: left;
  width: 20%;
  height: 10vh;
  color: rgb(3,126,191);
  transition: all ease-in-out .2s;
  text-align: center;
}

#r1_c2 a{
  display: flex;
  width: 100%;
  height: 10vh;
  line-height: 23px;
  text-decoration: none;
  font-family: 'Open Sans Regular';
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

#r1_c2 a:hover {
  font-weight: bold;
  color: rgb(2,94,142);
  cursor: pointer;
}

#r1_c2 li:hover {
	background-color: rgb(209,239,252);
	border-bottom-style: solid;
	border-bottom-color: rgb(2,94,142);
	border-bottom-width: 5px;
	border-radius: 0px 0px 5px 5px;
}

#en_title{
	font-size: 70px;
	margin-left: 97px;
	margin-right: 97px;
	font-family: Futura;
}

#en_title_bold{
	font-size: 70px;
	margin-left: 97px;
	margin-right: 97px;
	font-family: Futura_Bold;
}

#gr_title{
	font-size: 60px;
	margin-left: 97px;
	margin-right: 97px;
	font-family: 'Open Sans Regular';
}

#txt{
	margin-left: 97px;
	margin-right: 97px;
	text-align: justify;
	font-size: 96%;
	font-family: 'Open Sans Regular';
}

#pl_panel{
	width: 60%;
	margin: auto;
}

#pl_panel1{
	text-align: center;
	margin-top: 10px;
	width: auto;
	padding: 25px;
	border-radius: 10px;
	background-color: rgb(210, 225, 250);
}

#pl_panel2{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	width: auto;
    padding: 25px;
	border-radius: 10px;
	background-color: rgb(210, 225, 250);
}

#pl_panel3{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	width: auto;
	padding: 25px;
	border-radius: 10px;
	background-color: rgb(210, 225, 250);
}

#pl_element{
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Open Sans Regular';
}

#pl_subelement{
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Open Sans Light';
	padding-bottom: 5px;
}

#pl_img1{
	margin-left: 65px;
	width: 200px;
	height: 200px;
	border-radius: 7px;
}

#pl_img2{
	margin-left: 25px;
	width: 200px;
	height: 200px;
	border-radius: 7px;
}

#r1_c3_img{
	margin-left: 100px;
	width: 125px;
	height: 50px;
}

#language_panel{
	display: flex;
	width: 30%;
	height: 100%;
	text-align: right;
	align-items: center;
	justify-content: center;
}

#gr_icon{
	height: 25px;
	width: 25px;
	border: solid;
    border-color: #fff;
	border-width: 1px;
	margin-left: 15px;
	border-radius: 50%;
    background-image: url("images/gr_flag.png");
	background-color: rgb(3,126,191);
    background-size: cover;
	cursor: pointer;
}

#eng_icon{
	height: 25px;
	width: 25px;
	border: solid;
    border-color: #fff;
	border-width: 1px;
	margin-left: 15px;
	border-radius: 50%;
    background-image: url("images/eng_flag.png");
	background-color: rgb(3,126,191);
    background-size: cover;
	cursor: pointer;
}

#fb_icon{
	height: 26.5px;
	width: 26.5px;
	border: none;
    outline: none;
	margin-right: 15px;
	margin-left: 20px;
	border-radius: 50%;
    background-image: url("images/fb_logo.png");
	background-color: rgb(3,126,191);
    background-size: cover;
}

#insta_icon{
	height: 28px;
	width: 27.9px;
	border: none;
    outline: none;
	border-radius: 45%;
    background-image: url("images/insta_logo.png");
	background-color: rgb(3,126,191);
    background-size: cover;
}

#fb_icon:hover{
	background-image: url("images/fb_logo_hover.png");
	cursor: pointer;
}

#insta_icon:hover{
	background-image: url("images/insta_logo_hover.png");
	cursor: pointer;
}

[data-tab-content]{
	display: none;
}

.active[data-tab-content]{
	display: block;
}

#r1_c2 .tab.active {
	color: rgb(2,94,142);
	font-weight: bold;
	background-color: rgb(209,239,252);
	border-bottom-style: solid;
	border-bottom-color: rgb(2,94,142);
	border-bottom-width: 5px;
	border-radius: 0px 0px 5.5px 5.5px;
}

#courts_list{
	margin-left: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#padel_list{
	margin-left: 20px;
	padding-top: 3px;
	padding-left: 5px;
}

#padel_list1{
	margin-left: 20px;
	padding-top: 7px;
	padding-left: 5px;
}

#services_list1{
	margin-left: 20px;
	padding-top: 7px;
	padding-left: 5px;
}

#services_list{
	margin-left: 20px;
	padding-top: 3px;
	padding-left: 5px;
}

#scrollbar_txt{
	overflow: hidden;
	overflow-y: scroll;
	height: 82vh;
	margin-right: 5px;
}

::-webkit-scrollbar{
	background: rgb(226,243,252);
	width: 7.5px;
}

::-webkit-scrollbar-thumb{
	background-color: rgb(157,157,157);
	border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgb(118,118,118);
}

::-webkit-scrollbar-track{
	margin-block: .5em;
}

#home_img_panel,#courts_img_panel,#padel_img_panel,#history_img_panel,#services_img_panel{
	width: 100%;
	display: flex;
	justify-content: center;
}

#home_img{
	width: 76.5%;
	height: 71.5%;
	border-radius: 14px;
}

#courts_img,#padel_img,#services_img{
	width: 76.5%;
	height: 71.5%;
	border-radius: 7px;
}

#history_img{
	width: 25%;
	height: 50%;
	border-radius: 6px;
}

#social_panel{
	display: none;
}

#contact_panel{
	padding: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loc_icon{
	height: 22px;
	width: 35x;
	padding-right: 6px;
	border-radius: 50%;
	vertical-align: middle;
}
	
#phone_icon{
	height: 25px;
	width: 35px;
	padding-right: 6px;
	margin-top: 2px;
	border-radius: 50%;
	vertical-align: middle;
}
	
#mail_icon{
	height: 21px;
	width: 34px;
	border-radius: 50%;
	padding-right: 7px;
	vertical-align: middle;
}

#map_link{
	color: #fff;
	font-size: 97%;
	font-family: 'Open Sans Regular';
	text-decoration: none;
}

#map_link:hover{
	text-decoration: underline;
}

#l1{
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	font-size: 93%;
}
	
#l2{
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	font-size: 93%;
}
	
#l3{
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	font-size: 93%;
}

#reviews_btn{
	margin-left: 25px;
	margin-right: 25px;
	border-style: solid;
	border-color: #fff;
	border-width: 1.5px;
	background-color: rgb(3,126,191);
	color: #fff;
	border-radius: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 115px;
	cursor: pointer;
	font-size: 93%;
	font-family: 'Open Sans Regular';
}

#reviews_btn2{
	display: none;
}

#reviews_btn:hover {
	background-color: rgb(2,94,142);
}

.tab-content{
	background-color: rgb(226,243,252);
}

@font-face{
	font-family: 'Open Sans Regular';
	src: url(OpenSansRegular.ttf);
}

@font-face{
	font-family: 'Open Sans Light';
	src: url(OpenSansLight.ttf);
}

@font-face {
  font-family: Futura;
  src: url(FuturaNewLight.ttf);
}

@font-face {
  font-family: Futura_Bold;
  src: url(FuturaNewBook.ttf);
}

#menu_img{
	width: 24px;
	height: 24px;
	border: none;
    outline: none;
	background-image: url("images/menu-img.png");
	background-size: cover;
	margin: 5px;
	cursor: pointer
}

#menu_img:hover{
	background-image: url("images/menu-img-hover.png");
}

.menu_icon{
	display: none;
}

#logo_origin{
	height: 10vh;
	align-items: center;
    justify-content: left;
	padding-left: 10px;
	padding-right: 10px;
	background: rgb(3,126,191);
	display: none;
}

#logo_origin_img{
	width: 100px;
	height: 40px;
}

.grid-wrapper{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	grid-auto-rows: 350px;
	grid-auto-flow: dense;
	width: 81%;
    margin: auto;
	height: auto;
	margin-bottom: 40px;
}

.grid-wrapper img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	object-fit: cover;
	border-radius: 7px;
}

.grid-wrapper div{
	display: flex;
	justify-content: center;
	align-items: center;
}

#video_panel{
	width: 81%;
	margin: auto;
	height: auto;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 25px;
	background-color: rgb(210, 225, 250);
	border-radius: 10px;
}

#vid{
	width: 45%; 
	height: auto; 
	margin: auto;
	border-radius: 20px;
}

/***************************************************************************************************** For mobiles and tablets ****************************************************************************************************/
@media (min-width: 1600px){
	#r1_c2 a{
		font-size: 95%;
	}
	
	#contact_info{
		width: 100%;
	}
}

@media (max-width: 1599px){
	#language_panel{
		width: 30%;
		height: 100%;
		text-align: center;
		margin-right: 30%;
	}
	
	#gr_icon, #eng_icon{
		height: 23px;
		width: 23px;
		margin-left: 10px;
	}
}

@media (max-width: 1393px){
	.grid-wrapper{
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
		grid-auto-rows: 350px;
		grid-auto-flow: dense;
		width: 81%;
		margin: auto;
		height: auto;
		margin-bottom: 40px;
	}
}

@media (max-width: 1368px){
	.grid-container1 {
		display: grid;
		grid-template-columns: 25% 55% 20%;
		height: 10vh;
	}
	
	.grid-container2 {
		display: grid;
		grid-template-columns: 25% 55% 20%;
		height: 81.5vh;
	}

	.grid-container3 {
		display: grid;
		grid-template-columns: 100%;
		height: 8.5vh;
	}
	
	#language_panel{
		display: block;
		width: 30%;
		height: 100%;
		text-align: center;
		margin-top: 3vh;
	}
	
	#gr_icon, #eng_icon{		
		margin-top: 3px;
	}
	
	#r1_c3_img{
		width: 120px;
		height: 45px;
	}
	
	#r3_c1{
		display: none;
	}
	
	#r2_c1{
		justify-content: center;
		background-image: url("images/home_img1.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	#r1_c2 ul{
		margin-left: 25%;
		position: absolute;
		width: 54.6%;
		height: 135px;
		top: 10vh;
		left: 0px;
		right: 10px;
		flex-direction: column;
		text-align: center;
		background: rgb(226,243,252);
		gap: 0;
		align-items: center;
		overflow: auto;
		transition: all .5s;
	}
	
	#r1_c2 li{
		width: 100%;
		height: 45px;
		padding-bottom: 5px;
		justify-content: center;
		background-color: rgb(226,243,252);
	}
	
	#r1_c2 a{
		font-size: 15.5px;
		height: 40.5px;
	}
	
	.menu_icon {
		display: block;
		margin-left: 93%;
		padding-top: 2.3vh;
		padding-right: 10px;
	}
	
	#logo_origin{
		display: none;
	}
	
	#fb_icon{
		width: 22px;
		height: 22px;
		margin-right: 10px;
	}
	
	#insta_icon{
		width: 22px;
		height: 22px;		
	}
	
	#contact_info{
		width: 45%;
	}
	
	#l1{
		font-size: 90%;
		margin-left: 30px;
		margin-right: 12px;
	} 
	
	#l2, #l3{
		font-size: 90%;
		margin-left: 12px;
		margin-right: 12px;
	}
	
	#reviews_btn{
		font-size: 90%;
		margin-left: 12px;
		margin-right: 30px;
	}
	
	#loc_icon{
		height: 17px;
		width: 19x;
	}
	
	#phone_icon{
		height: 20px;
		width: 30px;
	}
	
	#mail_icon{
		height: 15px;
		width: 28px;
	}
	
	#en_title,#en_title_bold{
		margin-left: 75px;
		margin-right: 75px;
		font-size: 60px;
	}
	
	#gr_title{
		margin-left: 75px;
		margin-right: 75px;
		font-size: 50px;
	}
	
	#txt{
		margin-left: 75px;
		margin-right: 75px;
		font-size: 85%;
	}
	
	#home_img_panel{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	#home_img{
		margin-left: 0px;
		width: 75%;
		height: 70%;
	}
	
	::-webkit-scrollbar{
		width: 5px;
	}
	
	#vid{
		width: 77%; 
		height: auto; 
		margin: auto;
		border-radius: 15px;
	}
	
	#pl_panel{
		width: 70%;
		margin: auto;
	}
	
	#pl_img1{
		margin-left: 45px;
	}
}

@media (max-width: 1035px){
	.grid-container1 {
		display: grid;
		grid-template-columns: 25% 55% 20%;
		height: 10vh;
	}
	
	.grid-container2 {
		display: grid;
		grid-template-columns: 25% 55% 20%;
		height: 81vh;
	}

	.grid-container3 {
		display: grid;
		grid-template-columns: 100%;
		height: 9vh;
	}
	
	#language_panel{
		padding-right: 10px;
	}
	
	#gr_icon, #eng_icon{		
		margin-top: 3px;
		width: 20px;
		height: 20px;
	}
	
	#r3_c1{
		display: none;
	}
	
	#r3_c3{
		display: none;
	}
	
	#r1_c2 ul{
		width: 54.5%;
	}
	
	#r1_c2 li{
		width: 100%;
		height: 45px;
		padding-bottom: 5px;
		justify-content: center;
		background-color: rgb(226,243,252);
	}
	
	#r1_c2 a{
		height: 40.5px;
	}
	
	.menu_icon {
		display: block;
		margin-left: 90%;
		padding-top: 2.3vh;
		padding-right: 10px;
	}
	
	#r1_c3_img{
		padding-left: 5px;
		width: 115px;
		height: 43px;
		margin-left: 30%;
	}
	
	#logo_origin{
		display: none;
	}
	
	#fb_icon{
		width: 22px;
		height: 22px;
	}
	
	#insta_icon{
		width: 22px;
		height: 22px;		
	}
	
	#contact_info{
		width: 57%;
	}
	
	#l1, #l2, #l3, #reviews_btn{
		font-size: 77%;
	}
	
	#loc_icon{
		height: 17px;
		width: 19x;
	}
	
	#phone_icon{
		height: 20px;
		width: 30px;
	}
	
	#mail_icon{
		height: 15px;
		width: 28px;
	}
	
	#en_title,#en_title_bold{
		margin-left: 60px;
		margin-right: 60px;
		font-size: 55px;
	}
	
	#gr_title{
		margin-left: 60px;
		margin-right: 60px;
		font-size: 45px;
	}
	
	#txt{
		margin-left: 60px;
		margin-right: 60px;
		font-size: 80%;
	}
	
	::-webkit-scrollbar{
		width: 5px;
	}
	
	#home_img_panel{
		width: 100%;
		display: flex;
		justify-content: center;
	}
    	
	#home_img{
    	width: 73%;
    	height: 67%;
		border-radius: 9px;
    }
	
	#courts_img,#padel_img,#services_img{
    	width: 73%;
    	height: 67%;
		border-radius: 7px;
    }
	
	.grid-wrapper{
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
		grid-auto-rows: 350px;
		grid-auto-flow: dense;
		width: 81%;
		margin: auto;
		height: auto;
		margin-bottom: 40px;
	}
	
	#vid{
		width: 75%; 
		height: auto; 
		margin: auto;
		border-radius: 13px;
	}
	
	#pl_panel{
		width: 77%;
		margin: auto;
	}
	
	#pl_img1, #pl_img2{
		margin-left: 20px;
		width: 150px;
		height: 150px;
		border-radius: 7px;
	}	
}

@media (max-width: 755px){
	
	.grid-container1 {
		display: grid;
		grid-template-columns: 35% 65%;
		height: 10vh;
	}
	
	.grid-container2 {
		display: grid;
		grid-template-columns: 35% 65%;
		height: 75vh;
	}

	.grid-container3 {
		display: grid;
		grid-template-columns: 100%;
		height: 15vh;
	}
	
	#r2_c1{
		background-image: url("images/home_img2.jpg");
	}
	
	.menu_icon {
		display: block;
		margin-left: 85%;
		padding-top: 2.3vh;
		padding-right: 10px;
	}
	
	#r1_c2 ul{
		margin-left: 35%;
		position: absolute;
		width: 64.4%;
		top: 10vh;
		left: 0px;
		right: 10px;
		flex-direction: column;
		text-align: center;
		background: rgb(226,243,252);
		gap: 0;
		align-items: center;
		overflow: auto;
		transition: all .5s;
	}
	
	#logo_origin{
		display: flex;
		margin-left: 7.5%;
	}
	
	#lng_panel{
		display: block;
		margin-right: 10%;
	}
	
	#en_title,#en_title_bold{
		margin-left: 50px;
		margin-right: 50px;
		font-size: 50px;
	}
	
	#gr_title{
		margin-left: 50px;
		margin-right: 50px;
		font-size: 40px;
	}
	
	#txt{
		margin-left: 50px;
		margin-right: 50px;
		font-size: 72%;
	}
	
	#home_img{
		width: 73%;
		height: 65%;
	}
	
	#r1_c2 a{
		font-size: 13.5px;
	}
	
	#r2_c3{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#social{
		display: none;
	}
	
	#social_panel{
		margin-top: 5px;
		display: block;
		text-align: center;
		width: 5%;
		margin-right: 10px;
	}

	#fb_icon{
		width: 20px;
		height: 20px;
		margin: 0px;
	}
	
	#insta_icon{
		width: 20px;
		height: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 5px;
	}
	
	#contact_panel{
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		width: 50%;
		height: auto;
		margin-left: 25px;
	}
	
	#loc_icon,#phone_icon,#mail_icon{
		width: 26px;
		height: 15px;
	}
	
	#reviews_btn{
		display:none;
	}
	
	#l1,#l2,#l3,#reviews_btn2{
		margin-top: 3.5px;
		font-size: 73%;
		margin-left: 0px;
		padding-right: 10px;
	}
	
	#l3{
		padding-bottom: 5px;
	}
	
	#reviews_btn2{
		display: block;
		text-align: center;
		padding: 5px;
		border-style: solid;
		border-color: #fff;
		border-width: 1.5px;
		background-color: rgb(3,126,191);
		color: #fff;
		border-radius: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 80px;
		cursor: pointer;
		font-family: 'Open Sans Regular';		
	}
	
	#reviews_btn2:hover{
		background-color: rgb(2,94,142);
	}
	
	#scrollbar_txt{
		height: 75vh;
	}
	
	#vid{
		width: 70%; 
		height: auto; 
		margin: auto;
		border-radius: 11px;
	}
	
	#pl_panel{
		width: 80%;
		margin: auto;
	}
	
	#pl_img1, #pl_img2{
		margin-left: 15px;
		width: 120px;
		height: 120px;
		border-radius: 7px;
	}
	
	#pl_element{
		font-size: 17px;
	}
	
	#pl_subelement{
		font-size: 13px;
	}
}

@media (max-width: 500px){
	
	#r1_c2 ul{
		width: 64.1%;
	}
	
	#lng_panel{
		display: none;
	}
	
	#lng_panel2{
		display: flex;
		position: absolute;
		padding-left: 37.5%;
		padding-top: 2.3vh;
	}
	
	#en_title,#en_title_bold{
		margin-left: 30px;
		margin-right: 30px;
		font-size: 37px;
	}
	
	#gr_title{
		margin-left: 30px;
		margin-right: 30px;
		font-size: 27px;
	}
	
	#txt{
		margin-left: 30px;
		margin-right: 30px;
		text-align: left;
	}
	
	#home_img,#courts_img,#padel_img,#services_img{
		width: 77%;
		height: 73%;
		border-radius: 5px;
	}
	
	#fb_icon,#insta_icon{
		width: 18px;
		height: 18px;
	}
	
	#r2_c3{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#contact_panel{
		display: block;
		text-align: left;
		width: 50%;
	}
	
	#l1,#l2,#l3,#reviews_btn2{
		font-size: 70%;
	}
	
	#loc_icon,#phone_icon,#mail_icon{
		width: 23px;
		height: 13px;
	}
	
	#reviews_btn2{
		margin-top: 2px;
		padding: 5px;
	}
	
	.grid-wrapper{
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); 
		grid-auto-rows: 240px;
		grid-auto-flow: dense;
		width: 70%;
		margin-left: 27px;
		height: auto;
		margin-bottom: 40px;
	}
	
	#video_panel{
		width: 77%;
		height: auto;
		display: flex;
		justify-content: left;
		margin-left: 27px;
		margin-bottom: 40px;
		padding: 10px;
		background-color: rgb(210, 225, 250);
		border-radius: 10px;
	}	
	
	#vid{
		width: 75%; 
		height: auto; 
		margin: auto;
		border-radius: 7px;
	}
	
	#history_img{
		width: 45%;
		height: 65%;
		border-radius: 10px;
	}
	
	#pl_panel{
		width: 85%;
		margin: auto;
	}
	
	#pl_img1,#pl_img2{
		width: 90%;
		height: 90%;
		border-radius: 5px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;	
	}
	
	#pl_panel2,#pl_panel3{
		text-align: center;
		display: grid;
		padding: 25px;
	}
	
	#pl_element{
		font-size: 15px;
	}
	
	#pl_subelement{
		font-size: 11px;
	}
}

@media (max-width: 350px){
	
	.menu_icon {
		display: block;
		margin-left: 81%;
		padding-top: 2vh;
		padding-right: 10px;
	}
	
	#lng_panel2{
		display: flex;
		position: absolute;
		padding-left: 31%;
		padding-top: 2.3vh;
	}
	
	#home_img_panel{
  		width: 100%;
    	display: flex;
    	justify-content: center;
    }
    	
	#home_img,#courts_img,#padel_img,#services_img{
    	width: 84%;
    	height: 70%;
    }
	
	#fb_icon{
		width: 17px;
		height: 17px;
		margin-left: 0px;
		margin-right: 5px;
	}
	
	#insta_icon{
		width: 17px;
		height: 17px;
	}
	
	#menu-img{
		width: 24px;
		height: 24px;
	}
	
	#en_title_bold,#en_title{
		margin-left: 20px;
		margin-right: 20px;
		font-size: 25px;
	}
	
	#gr_title{
		margin-left: 20px;
		margin-right: 20px;
		font-size: 23px;
	}
	
	#txt{
		margin-left: 20px;
		margin-right: 20px;
		font-size: 67%;
		text-align: left;
	}
	
	#r1_c2 ul{
		width: 63.9%;
	}
	
	#r1_c2 a{
		font-size: 75%;
	}
	
	#contact_panel{
		display: block;
		text-align: left;
		width: 45%;
	}
	
	#l1,#l2,#l3,#reviews_btn2{
		margin-top: 3px;
		font-size: 65%;
	}
	
	#loc_icon,#phone_icon,#mail_icon{
		width: 21px;
		height: 12px;
	}
	
	#logo_origin{
		display: flex;
		margin-left: 0px;
	}
	
	#logo_origin_img{
		width: 95px;
		height: 38px;
	}
	
	.grid-wrapper{
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); 
		grid-auto-rows: 230px;
		grid-auto-flow: dense;
		width: 70%;
		margin-left: 20px;
		margin-bottom: 0px;
		height: auto;
		margin-bottom: 40px;
	}
	
	#video_panel{
		width: 80%;
		height: auto;
		display: flex;
		justify-content: left;
		margin-left: 20px;
		margin-bottom: 40px;
		padding: 7px;
		background-color: rgb(210, 225, 250);
		border-radius: 10px;
	}	
	
	#vid{
		width: 95%; 
		height: auto; 
		margin: auto;
		border-radius: 5px;
	}
	
	#pl_panel{
		width: 90%;
		margin: auto;
	}
	
	#pl_img1, #pl_img2{
		width: 115px;
		height: 115px;
		border-radius: 5px;
		margin-top: 15px;
	}
	
	#pl_panel2,#pl_panel3{
		text-align: center;
		display: grid;
		padding: 20px;
	}
	
	#pl_element{
		font-size: 15px;
	}
	
	#pl_subelement{
		font-size: 11px;
	}
}

@media (max-width: 300px){
	#logo_origin_img{
		width: 60px;
		height: 25px;
		margin-left: 10%;
		margin-top: 0px
	}
	
	#lng_panel2{
		padding-left: 25%;
	}
	
	#r1_c2 a{
		font-size: 11px;
	}
	
	#gr_icon,#eng_icon{
		width: 18px;
		height: 18px;
		padding-top: 0px;
		padding-bottom: 3px; 
	}
	
	#menu_img{
		width: 20px;
		height: 20px;
	}
	
	#fb_icon,#insta_icon{
		margin-left: 10px;
	}
	
	#reviews_btn2{
		width: 80px;
		margin-right: 10px;
	}
	
	::-webkit-scrollbar{
	height: 0px;
	}
}

@media (max-height: 550px){
	#logo_origin{
		display: flex;
	}
	
	#logo_origin_img{
		width: 60px;
		height: 25px;
		margin-left: 10%;
	}
	
	#language_panel{
		display: flex;
		margin-top: 0.1px;
		width: 50%;
	}
	
	#gr_icon,#eng_icon{
		width: 17px;
		height: 17px;
		padding-top: 0px;
		padding-bottom: 3px; 
	}
	
	#menu_img{
		width: 20px;
		height: 20px;
	}
	
	#fb_icon,#insta_icon{
		width: 17px;
		height: 17px;
		margin: 0px;
	}
	
	#r1_c3_img{
		display: none;
	}
	
	::-webkit-scrollbar{
	height: 0px;
	}
}

@media (max-height: 650px){
	#r1_c3_img{
		margin-left: 60px;
		width: 100px;
		height: 40px;
	}
	
	#gr_icon,#eng_icon{
		height: 17px;
		width: 17px;
	}
	
	#r1_c2 a{
		font-size: 12.5px;
	}
	
	#fb_icon,#insta_icon{
		width: 17px;
		height: 17px;
		margin-left: 10px;
		margin-right: 0px;
	}
}

/**********************************************************************************************************************************************************************************************************************************/