@charset "utf-8";
/* CSS Document */

/* CSS Root Data*/
:root{
/*Primary Color*/
--color-primary: #71183E;
--color-primart-light: #9F0F59;

/*Secondary Color*/
--color-secondary: #181818;
--color-light: #ffffff;
	
/*Fonts*/
--font-primary: "Exo", serif;
--font-secondary: 'Oswald', serif:

/*Fonts Size*/
--font-size-sm: 16px;
--font-size-md: 18px:
--font-size-lg: 22px:
--font-size-xl: 24px;
}
body{
	font-family: "Exo", serif;
	
}

/*Arabic Fonts*/

.cairo{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.cairo ul li a{
  font-family: "Cairo", sans-serif !important;
  font-optical-sizing: auto !important;
	font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.cairo div#navbarToggleExternalContent{right: auto}
.reem-kufi-fun {
  font-family: "Reem Kufi Fun", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
/*Google Fonts*/
.font-secondary {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}
.font-primary {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#Pagewrap{
	height: 700px;
	overflow: hidden;
	border: 8px solid black;
	border-radius: 30px;
	background: #EDF1F0;
	position: relative;
}
#maincontainer{
	width: 400px;
	margin: 0 auto;
}
header{
padding: 10px 10px;
background: #fff;
}
.logo{
width: 130px;	
}
.hamburger {
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    width: 50px;
    color: white;
    border-radius: 5px;
    background: url(../images/nav-bur.png) no-repeat;
    height: 50px;
    background-size: contain;
}

.slide-menu {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.slide-menu a {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 16px;
    color: #181818;
    display: block;
    transition: 0.3s;
}


.slide-menu ul li{list-style: none; text-align: left; padding: 0;}

.slide-menu a:hover, .slide-menu button:hover {
    color: #00a0d2;
}

/* Close the menu when clicked */
.slide-menu.open {
    width: 260px;
    box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 30px 0 0 30px;
	color: #000;
}
.close-btn {
    position: absolute;
    /* top: 20px; */
    right: 0;
    font-size: 36px;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background: #00a0d2;
    width: 30px;
    height: 30px;
    padding: 0 0 10px !important;
    text-align: center;
    font-size: 22px !important;
}
.close-btn:hover{
	color: #005a8c !important
}
/* Overlay style */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 0; /* Behind the menu, but in front of the content */
}
/* Display the overlay when the menu is open */
.overlay.open {
    display: block;
}
.Dic{
	color: #181818
}
.Dic h1{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 16px;
}
.Dic h4{
	font-weight: 600;
	font-size: 22px;
}
.Dic ul{margin: 16px 0 0; padding-left: 20px;}
.Dic ul li {
    list-style: circle;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 14px;
}
.Dic img{
	width: 100%;
	margin-bottom: 10px;
}

/*Bottom Nav*/

.BtmNav{
	background: #fff;
	box-shadow: 15px 0 10px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 0 0;
	font-size: 15px;
	font-weight: 500;
}
.BtmNav i{display: block;}
.BtmNav ul {padding: 6px 0; margin: 0;}
.BtmNav ul li{
	display: inline-block;
	width: 88px;
	text-align: center;
}
.BtmNav ul li a{
	color: #181818;
	text-decoration: none;
	font-family: "Exo", serif;
}
div#navbarToggleExternalContent {
    position: absolute;
    bottom: 65px;
    right: 110px;
	background: #fff;
}
div#navbarToggleExternalContent a{
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 6px;
	border-radius: 10px 6px 0 0;
}
div#navbarToggleExternalContent img{
	width: 20px;
}
button#shareBtn {
    background: none;
    border: 0;
}
.LocationBox{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.LocationBox ul{
	padding: 0;
}
.LocationBox ul li{
	list-style: none;
}
.LocationBox ul li a{
	color: #181818;
	text-decoration: none;
}
/**/
.OfferTag {
    border-radius: 20px;
    padding: 8px 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: -36px auto 10px;
    display: block;
    width: 150px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.Copwrap{background: url("../images/coupon-bg.png") no-repeat center; background-size: cover; padding: 0 10px 30px 30px;}
.Copwrap h1{margin: 20px 0 0;}
.Bt, .BtBtn{  background: #7F1416;}
.Zk, .ZkBtn{  background: #F38FBA;}
.Dy, .DyBtn{  background: #0D7277;}
.Un, .UnBtn{  background: #019848;}
.Th, .ThBtn{  background: #DF181C;}
.Hm, .HmBtn{  background: #335BA5;}
.GetBtn{color: #fff; width: 90%; margin: 0 auto; border: 0; padding: 16px ; margin-top: 20px; font-size: 16px; font-weight: 600; border-radius: 5px; display: block;}
#PageCuwrap{
	overflow-x: hidden;
	border: 8px solid black;
	border-radius: 30px;
	position: relative;
}


/* Modal styles */

    .modal-content {
      background:url("../images/coupon-bg.png") no-repeat center; background-size: cover; 
      margin: 0 auto;
      padding: 20px 20px 0;
		display: none;
		position: absolute;
		bottom:0;
		left: 0;
		text-align: center;
		z-index: 9
    }
	.modal-content a{
		display: block;
		font-size: 16px;
		font-weight: 600;
		border-radius: 6px;
		padding: 12px 16px;
		margin-bottom: 10px;
		color: #fff;
		text-decoration: none;
}
    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }


/*QR Box Animation*/
img.QRCode{
	width: 220px;
	margin: 30px auto 0;
	display: block;
	background: #fff;
    position: relative;
    border: 5px solid transparent;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 60px;
}
.Bt-animation {
            animation: btBorder 3s linear infinite;
			box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.2);
        }

        @keyframes btBorder {
            0% {
                border-top-color: #8B5E3C;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            25% {
                border-top-color: transparent;
                border-right-color: #8B5E3C;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            50% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: #8B5E3C;
                border-left-color: transparent;
            }
            75% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: #8B5E3C;
            }
            100% {
                border-top-color: #8B5E3C;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
			}}
.Zk-animation {
            animation: ZkBorder 3s linear infinite;
			box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.2);
        }

        @keyframes ZkBorder {
            0% {
                border-top-color: #F38FBA;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            25% {
                border-top-color: transparent;
                border-right-color: #F38FBA;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            50% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: #F38FBA;
                border-left-color: transparent;
            }
            75% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: #F38FBA;
            }
            100% {
                border-top-color: #F38FBA;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
        }

.Dy-animation {
            animation: DyBorder 3s linear infinite;
			box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.2);
        }

        @keyframes DyBorder {
            0% {
                border-top-color: #0D7277;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            25% {
                border-top-color: transparent;
                border-right-color: #0D7277;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            50% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: #0D7277;
                border-left-color: transparent;
            }
            75% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: #0D7277;
            }
            100% {
                border-top-color: #0D7277;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
        }
.Un-animation {
            animation: UnBorder 3s linear infinite;
			box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.2);
        }

        @keyframes UnBorder {
            0% {
                border-top-color: #019848;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            25% {
                border-top-color: transparent;
                border-right-color: #019848;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            50% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: #019848;
                border-left-color: transparent;
            }
            75% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: #019848;
            }
            100% {
                border-top-color: #019848;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
        }
.Th-animation {
            animation: ThBorder 3s linear infinite;
			box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.2);
        }

        @keyframes ThBorder {
            0% {
                border-top-color: #e9292e;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            25% {
                border-top-color: transparent;
                border-right-color: #e9292e;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            50% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: #e9292e;
                border-left-color: transparent;
            }
            75% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: #e9292e;
            }
            100% {
                border-top-color: #e9292e;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
        }
.Hm-animation {
            animation: HmBorder 3s linear infinite;
			box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.2);
        }

        @keyframes HmBorder {
            0% {
                border-top-color: #335BA5;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            25% {
                border-top-color: transparent;
                border-right-color: #335BA5;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
            50% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: #335BA5;
                border-left-color: transparent;
            }
            75% {
                border-top-color: transparent;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: #335BA5;
            }
            100% {
                border-top-color: #335BA5;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }
        }

/*QR Box Animation End*/

@media (min-width: 1024px) {
/*Cutome Scroll*/
.scrollable-content {
      height: 100%;
      overflow-y: scroll; /* Enable vertical scrolling */
	    padding-bottom: 70px;
    }

    /* Custom Scrollbar */
    .scrollable-content::-webkit-scrollbar {
      width: 10px; /* Set width of scrollbar */
    }

    .scrollable-content::-webkit-scrollbar-track {
      background: #f1f1f1; /* Set background color for track */
    }

    .scrollable-content::-webkit-scrollbar-thumb {
      background: #888; /* Set color for the thumb */
      border-radius: 10px;
    }

    .scrollable-content::-webkit-scrollbar-thumb:hover {
      background: #555; /* Change thumb color on hover */
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 400px;
    }
}
@media (max-width:768px){
	#Pagewrap{
	border: none;
	border-radius: 0;
		overflow: visible;
}

}