/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: SMT
    :: Author URL:www.smt.sa 
    :: Version: 1.0
    :: Created: 02 2022
    :: Last Updated: 02 2022
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Cairo', sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.section-padding {
  padding: 60px 0;
}

.transition, .login .login-box .login-content button, .res-detials .coupon-box button, footer ul.links li a, footer ul.social li a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

header .navbar {
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  background: #fff;
}

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.login {
  min-height: 80vh;
  padding: 80px 0;
  overflow-x: hidden;
}

.login img.logo {
  height: 250px;
}

.login .login-box {
  border-radius: 0 20px 20px 0;
  border: 2px solid #eee;
  padding: 15px 15px 15px 0;
  background: #f7f7f7;
}

.login .login-box .login-content {
  border-radius: 0 20px 20px 0;
  border: 2px solid #eee;
  -webkit-box-shadow: 0 0 9px #eee;
          box-shadow: 0 0 9px #eee;
  min-height: 500px;
  background: #fff;
  background-image: url("../images/gift.png");
  background-position: bottom left;
  background-size: 200px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 120px;
  padding-left: 200px;
}

.login .login-box .login-content h4 {
  font-weight: 700;
  font-size: 26px;
  color: #BC3536;
  margin-bottom: 0px;
}

.login .login-box .login-content input {
  width: 70%;
  margin-top: 20px;
  padding: 12px 10px;
  text-align: right;
}

.login .login-box .login-content button {
  padding: 12px 30px;
  width: 70%;
  background: #DC2323;
  color: #fff;
  border: 2px solid #DC2323;
  outline-color: #BC3536;
  border-radius: 5px;
  margin-top: 20px;
}

.login .login-box .login-content button:hover {
  background: transparent;
  color: #DC2323;
}

.login .login-box .login-content.register {
  min-height: 600px;
}

.about {
  padding: 60px 0;
}

.about p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

.about img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 250px;
}

.tabs {
  padding-bottom: 60px;
}

.tabs .tab-content {
  padding-top: 20px;
}

.tabs .nav-tabs {
  border: none;
  background: #F1F1F1;
}

.tabs .nav-tabs .nav-link {
  padding: 1rem 2rem;
  font-size: 18px;
  color: #000;
  border-radius: 0;
}

.tabs .nav-tabs .nav-item.show .nav-link,
.tabs .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #DC2323;
  border: none;
}

.tabs .nav-tabs .nav-link.active:hover {
  color: #fff;
}

.tabs .nav-tabs .nav-link:focus,
.tabs .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
  color: #DC2323;
}

.tabs .nav-tabs .nav-link:focus {
  color: #fff;
}

img.banner {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.rest-box {
  border-radius: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

.rest-box img.cover {
  border-radius: 10px 10px 0 0;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rest-box .content-box {
  padding: 15px 0;
}

.rest-box .content-box h4 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 15px;
}

.rest-box .content-box span {
  background: #DC2323;
  position: relative;
  width: 200px;
  padding: 10px 20px 10px 5px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 48px;
  color: #fff;
  font-size: 18px;
}

.rest-box .content-box span::after {
  content: "\A";
  border-style: solid;
  border-width: 24px 24px 24px 0;
  border-color: transparent #DC2323 transparent transparent;
  position: absolute;
  left: -24px;
  top: 0;
}

.rest-box .content-box h5 {
  margin-top: 10px;
  font-size: 16px;
  padding-right: 15px;
  color: #555;
}

.rest-box .content-box h5 img {
  display: inline-block;
  width: 13px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.res-detials {
  padding: 60px 0;
}

.res-detials h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.res-detials img.big {
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  margin-bottom: 30px;
  width: 100%;
}

.res-detials h3.more {
  font-weight: 700;
  font-size: 24px;
  color: #DC2323;
  margin-bottom: 10px;
}

.res-detials h5 {
  margin-top: 20px;
  font-size: 18px;
  padding-right: 15px;
  color: #555;
}

.res-detials h5 img {
  display: inline-block;
  width: 20px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.res-detials .coupon-box {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.res-detials .coupon-box .ticket-box {
  background: url("../images/ticket.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 22px;
}

.res-detials .coupon-box button {
  padding: 12px 50px;
  background: #DC2323;
  color: #fff;
  border: 2px solid #DC2323;
  outline-color: #BC3536;
  border-radius: 5px;
  margin-top: 0px;
}

.res-detials .coupon-box button:hover {
  background: transparent;
  color: #DC2323;
}

footer {
  background-color: #DC2323;
  color: #fff;
  padding-top: 60px;
}

footer img.logo {
  height: 90px;
  margin-bottom: 20px;
}

footer p {
  width: 80%;
  line-height: 1.8;
}

footer h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

footer h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}

footer ul.links li {
  margin-left: 50px !important;
}

footer ul.links li a {
  color: #fff;
}

footer ul.links li a:hover {
  color: #fff;
}

footer ul.social li {
  margin-left: 20px !important;
}

footer ul.social li a {
  color: #fff;
}

footer ul.social li a img {
  height: 35px;
}

footer ul.social li a:hover {
  color: #fff;
}

footer .bottom-footer {
  margin-top: 30px;
  background: #C11E1E;
  color: #fff;
  text-align: center;
  padding: 13px 0;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .about {
    padding: 30px 0;
  }
  .about img {
    height: 150px;
  }
  .tabs .nav-tabs .nav-link {
    padding: 1rem 0.5rem;
    font-size: 12px;
  }
  img.banner {
    height: unset;
  }
  footer p {
    width: 100%;
    margin-bottom: 30px;
  }
  footer img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .res-detials {
    padding: 30px 0;
  }
  .res-detials img.big {
    margin-bottom: 10px;
  }
  .res-detials .coupon-box button {
    padding: 12px 10px;
  }
  .res-detials .coupon-box .ticket-box {
    width: 170px;
    height: 60px;
    font-size: 18px;
  }
  .res-detials .coupon-box {
    margin-bottom: 20px;
  }
  .login img.logo {
    height: 100px;
    margin-bottom: 20px;
  }
  .login .login-box .login-content {
    background-size: 140px;
  }
  .login .login-box .login-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .login .login-box .login-content input {
    width: 100%;
  }
  .login .login-box .login-content button {
    width: 100%;
  }
}

/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
/* ipad pro  */
/* 17 inch */
/*# sourceMappingURL=style.css.map */