.ticketBody {
	padding-top: 1px;
	padding-bottom: 1px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: .3s;
}

.price {
	margin-top: 30px;
	padding-left: 50px;
	font-family: Proxima Nova bold;
	color: red;
}

.ticketUpperHead {
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	margin-top: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background-color: #CACFD2;
	border-radius: 7px 7px 0 0;
/*transition: .3s;*/
}

.ticketUpperHead2 {
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	margin-top: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background-color: #00aeef;
	border-radius: 7px 7px 0 0;
/*transition: .3s;*/
}

.line {
	background-color: #CACFD2;
	height: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: repeating-linear-gradient(to right,black 0,black 10px,#CACFD2 10px,#CACFD2 12px);
}

.ticketList {
	list-style-type: none;
	list-style-position: inside;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
}

.ticketList::before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: 20px;
	background-image: url("https://cairo.makerfaire.com/wp-content/uploads/sites/158/2019/11/makey-lg-01-1-e1575026714903.png");
	background-repeat: no-repeat;
	margin-right: 5px;
}

.rect {
	width: 150px;
	height: 5px;
	background-color: red;
	margin-top: 0;
	margin-left: 50px;
	margin-bottom: 20px;
}

.myBtnContainer {
	padding-left: 35%;
	margin-bottom: 20px;
	margin-top: 50px;
}

.myBtn {
	background-color: red;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.myBtn2 {
	background-color: #CACFD2;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.sponserSh {
}

.s {
	width: auto;
}

.homePageTicketLink {
	color: red;
	text-decoration: underline;
}

.myBtn3 {
	background-color: #00A3DA;
	border-radius: 5px;
	color: white;
	padding: 5px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

.asBody {
	margin: 0;
	padding: 0;
	color: #4A4A4A;
}

.cont {
	background: #F2F2F2;
	max-width: 750px;
	margin: auto;
	margin-top: 100px;
	padding-bottom: 25px;
}

.cont h1 {
	font-size: 38px;
	padding-top: 30px;
	margin-left: 2.5%;
}

.cont img {
	height: 600px;
	width: 95%;
	margin-left: 2.5%;
}

.cont p {
	padding-top: 20px;
	margin-left: 2.5%;
	font-size: 22px;
	line-height: 2rem;
}

.cont h2 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 10px;
}

.cont h3 {
	padding-top: 10px;
	margin-left: 2.5%;
}

.contFlex {
	display: flex;
	flex-wrap: nowrap;
}

.contFlex img {
	margin: auto;
	width: 50%;
	height: 300px;
}

.contFlex p {
	padding-top: 1rem;
	height: 300px;
}



.cardShop {
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 300px;
	background: #ffffff;
	border-radius: 5px;
}

.cardShop img {
	padding: 0;
	margin: 0;
	width: 100.08%;
	height: 300px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.cardShop span {
	font-size: 18px;
}

.cardShop a {
	border-style: none;
	color: black;
	display: inline-block;
	background: red;
	margin-top:10px;
	margin-left: 30%;
	padding: 5px 10px;
	margin-bottom: 15px;
	text-decoration: none;
	
}

.cardShop a:hover {
	background: #ffffff;
	border: .5px solid red;
}

.cardShop hr {
	margin: 0;
	padding: 0;
	background: red;
	border-style: none;
	border: .5px solid red;
}

.cardShop p {
	margin-top:5px !important;
text-align:center;
	margin:auto;
}
.cardShop h4{
	font-size:18px;
	text-align:center;
	margin-top:5px;
	margin-bottom:2px;
	line-height:1.8rem;
}
.cardShop h2 {
	font-size: 25px;
	margin-top: 20px;
	text-align: center;
}

.cardShop h3 {
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
	margin: 5px;
}

.cardShop span {
	font-size: 18px;
}

.shopCont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cardShop * {
	margin: 0;
	padding: 0;
}

#cardP {
	text-align: center;
	font-style: bold;
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.helmy {
	color: red;
}

#hub1 {
	height:620px;
	 position: relative;
}
#hub1 h3{
	margin-top:38px;
	font-size:16px;
}
#hub1 a{
	
	 position: absolute;
	bottom:0;
}
#hub1 h4{
	margin-top:30px;
}
#hub2 {
	height:620px;
	 position: relative;
}
#hub2 h3{
	font-size:16px;
}
#hub2 a{
	
	 position: absolute;
	bottom:0;
}
#hub2 h4{
	margin-top:8px;
}
#hub3 {
	height:645px;
}
#hub3 h3{
	font-size:16px;
}
#hub4 {
	height:645px;
	 position: relative;
}
#hub4 a{
	
	position: absolute;
	bottom:0;
}
#hub4 h3{
	font-size:16px;
}
#hub4 h4{
	margin-top:80px
}
#hub5{
	height:820px;
	position: relative;
}
#hub5 a{
	
	position: absolute;
	bottom:0;
}
#hub5 h4{
	margin-top:130px;
}
#hub5 h3{
	font-size:16px;
}
#hub6{
	height:820px;
}
#hub6 h3{
	margin-bottom:12px;
	font-size:16px;
}
#hubCont{
	margin:auto;
	max-width:700px;
	
}
#hub7 h3{
font-size:16px;}
#cos1{
	height:660px;
}
#cos2{
	height:660px;
	position: relative;
	
}
#cos2 h3{
	margin-top:80px;
}
#cos2 a {
	position:absolute;
	bottom:0;
}
#cos2 p{
	padding-top:25px;
}
#cos3{
	height:660px;
	position: relative;
	
}
#cos3 h3{
	margin-top:103px
}
#cos3 a {
	position:absolute;
	bottom:0;
}
#cos3 p{
	padding-top:25px;
}

#know h1  {
	text-align:center;
	
}
#know p{
	text-align:center;
}

  #sponCont {

        margin: auto;
        max-width: 1200px;

    }

#sponCont h1 {

      
       font-size:32px

    }

    #flexSpon {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #flexOrange {

        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }


   .OrgaizedImg {
        padding: 20px;
        width: 15rem;
        height: auto;

    }
 #usEmbesy {
        width: 410px;
        height: auto;

    }


    #orangeImg {
        width: 150px;
        height: 150px;
     

    }
  #fab{
				margin-left:12px;
		margin-right:8px;
				padding-top:20px;
        width: 250px;
		height:auto;

    }

    #araby {
			margin-top:20px;
        height: auto;
        width: 250px;
       

    }

    #ghabour {
        width: 180px;
        height: auto;

    }

    #swvl {
        width: 220px;
        height: auto;

    }
#zweel{
	width:280px;
}
@media only screen and (max-width: 600px) {
	
	#zweel{
	width:130px;
}
	.tableCont table{
		margin-left:10px;
		padding-left:px;
		 
		
	}
	.tableCont {
		
	
		 
    flex-wrap: wrap !important;
		
		
	}
	
	 #fab{

				padding-top:12px;
        width: 135px;
		 height:auto;}
	 #usEmbesy {
        width: 280px;
		 height: auto;}
	
    #swvl {
        width: 150px;
			height: auto;}
	 #ghabour {
        width: 100px;
		 height: auto;
	}
	
    #araby {
			margin-top:20px;
        height: auto;
        width: 150px;
       

    }
	
	 #orangeImg {
        width: 100px;
        height: auto;
        margin:auto;
      
    }
	
	
	#flexOrange {

        display: flex;
        flex-wrap: nowrap;
        justify-content:center
    }
	#flexOrange h1{
		font-size:18px !important;
	}
	
	#sponCont h1{
		padding:8px;
		font-size:22px
	}
	
	#flexSpon{
		justify-content:center;
	}
	.OrgaizedImg {
		margin:0;
        padding: 20px;
        width: 150px;
        height: auto;
      
    }
	
	.contFlex {
		display: absolute;
	}
	
	.contFlex img {
		margin-left: 10px;
		width: 95%;
	}
	
	.cont img {
		height: 350px;
	}
	
	
	

}


  .tableCont table {

    background: white;
    color: red;
   margin-right:20px;
    margin-bottom: 10px;
   
    border-collapse: collapse;
    max-width: 250px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

  }

  .tableCont td,
  th {
		
    line-height: 20px;
    border: 3px solid red;
    text-align: left;
    padding: 8px;
    text-align: center;
  }

  .tableCont td:nth-child(odd) {
    padding: 15px;
    margin: 0;
    line-height: 25px;
    
  }

  .tableCont td:nth-child(even) {
    padding: 0;
    margin: 0;
  }

  .tableCont p {
		font-size:13px;
    margin: 0;
    padding: 0;

  }

.tableCont h3 {
	
	font-size:22px
	
}

  .tableCont {
    padding: 20px;
		
		
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
        background: url('https://cairo.makerfaire.com/wp-content/uploads/sites/158/2020/02/bkground.png') no-repeat center center/cover;
}




