@font-face {
  font-family: "frutiger";
  src: url(../Fonts/Frutiger-LT-Arabic-55-Roman.ttf);
}

@font-face {
  font-family: "gess-two";
  src: url(../Fonts/GESS-Two-Light.otf);
}

@font-face {
  font-family: "medium";
  src: url(../Fonts/GESS-Two-Medium.otf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/GE_SS_Two_Bold.otf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'light';
}

*::-moz-selection {
  background-color: #000;
  color: #fff;
}

*::selection {
  background-color: #000;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/***************************** Global Style *****************************/
p {
  font-size: 15px;
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #000;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(-135deg, #8f9196, #0073b6);
  color: #000;
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  color: #fff;
}

section .heading .rest-title {
  color: #770231;
  font-family: GESSTwoMedium;
  font-size: 20px;
  font-weight: 500;
  font-family: "medium";
}

section .heading .more {
  background-color: #770231;
  color: #fff;
  font-family: "gess-two";
  font-size: 16px;
  font-weight: 300;
  padding: 7px 40px;
  border: none;
  float: left;
}

section .heading .more:hover {
  background-color: #000;
}

section .heading .line {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 15px;
  position: relative;
}

section .heading .line::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #770231;
  top: -1px;
}

/***************************** start nav top *****************************/
.nav-top {
  background-color: #770231;
  padding: 10px 0;
}

.nav-top .nav-top-content .mobile-num {
  color: #fff;
  font-family: "frutiger";
  font-size: 15px;
  padding-left: 30px;
}

.nav-top .nav-top-content .email {
  color: #fff;
  font-family: "frutiger";
  font-size: 15px;
}

/***************************** end nav top *****************************/
/***************************** start navbar *****************************/
.navbar .collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  font-family: "gess-two";
  padding-left: 15px;
  position: relative;
}

.navbar .collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 27%;
  width: 0%;
  border-bottom: 2px solid #770231;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar .collapse .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 27%;
  width: 0%;
  border-bottom: 2px solid #770231;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:hover::after {
  width: 50%;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 50%;
}

/***************************** start navbar *****************************/
/***************************** start header  *****************************/
header .baner-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .baner-3 {
  width: 100%;
}

header .baner-2 {
  width: 100%;
  margin-top: 20px;
}

/***************************** start header *****************************/
/***************************** start resturant *****************************/
.resturant {
  background: url(../images/resturant.png);
  background-size: cover;
  margin-top: 30px;
  padding: 100px 0;
  overflow: hidden;
}

.resturant .rest-box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.resturant .rest-box img {
  width: 80%;
}

.resturant .rest-box .rest-content {
  padding: 20px;
}

.resturant .rest-box .rest-content .title {
  color: #424242;
  font-size: 17px;
  font-weight: 500;
  font-family: "medium";
}

.resturant .rest-box .rest-content .content {
  font-family: "gess-two";
  font-size: 14px;
  font-weight: 300;
}

.resturant .rest-box:hover {
  border: 1px solid #770231;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
}

.resturant .rest-box .rest-content .title {
  color: #770231;
}

/***************************** start resturant *****************************/
/***************************** start shops *****************************/
.shops {
  padding: 100px 0;
  overflow: hidden;
}

.shops .shop-box {
  border: 1px solid #ccc;
  text-align: center;
  height: 90%;
  padding-top: 30px;
  margin-top: 14px;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.shops .shop-box:hover {
  border: 1px solid #770231;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
}

.shops .shop-box img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.shops .shop-box .box-content {
  padding-top: 30px;
  padding-bottom: 10px;
}

.shops .shop-box .box-content .title {
  font-family: "medium";
  font-size: 14px;
  color: #242424;
  font-weight: 500;
}

.shops .shop-box .box-content .content {
  font-family: "gess-two";
  font-size: 14px;
  font-weight: 300;
}

/***************************** start shops*****************************/
/***************************** start star*****************************/
.star {
  background: url(../images/star.png);
  background-size: cover;
  padding: 100px 0;
  overflow: hidden;
}

.star .heading .rest-title {
  color: #fff;
}

.star .heading .button {
  position: relative;
}

.star .heading .button .first {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: 27%;
}

.star .heading .button .secound {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: 27%;
  position: absolute !important;
  left: 67px;
  right: auto;
}

.star .swiper1 {
  width: 100%;
  height: 100%;
}

.star .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.star .swiper-slide .shop-box {
  padding: 26px 0 0 0;
}

.star .swiper-slide .shop-box img {
  width: 80%;
}

.star .swiper-slide .shop-box .box-content {
  padding: 23px 0 0 0;
}

.star .swiper-slide .shop-box .box-content .title {
  font-family: "medium";
  font-size: 14px;
  color: #242424;
  font-weight: 500;
}

.star .swiper-slide .shop-box .box-content .content {
  font-family: "gess-two";
  font-size: 14px;
  font-weight: 300;
}

/***************************** start star*****************************/
/***************************** start information*****************************/
.information {
  width: 100%;
  overflow: hidden;
}

.information .about-us {
  background: url(../images/info-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}

.information .about-us .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .8;
}

.information .about-us .content {
  width: 70%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information .about-us .content .title {
  color: #fff;
  font-family: "medium";
  font-size: 20px;
  font-weight: 500;
}

.information .about-us .content .line {
  border-top: 1px solid #fff;
  padding-top: 25px;
  margin-top: 15px;
}

.information .about-us .content .text-2 {
  padding-top: 40px;
}

.information .about-us .content p {
  font-family: "gess-two";
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.information .clients {
  background: url(../images/info-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  padding: 10px;
}

.information .clients .content {
  width: 70%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.information .clients .content .heading .rest-title {
  color: #fff;
}

.information .clients .content .heading .buttons {
  position: relative;
}

.information .clients .content .heading .buttons .prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: 27%;
}

.information .clients .content .heading .buttons .prev:focus {
  outline: none;
}

.information .clients .content .heading .buttons .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-size: 27%;
  position: absolute !important;
  left: 67px;
  right: auto;
}

.information .clients .content .heading .buttons .next:focus {
  outline: none;
}

.information .clients .content .slide-content span {
  color: #770231;
  font-size: 30px;
}

.information .clients .content .slide-content p {
  font-family: "gess-two";
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: right;
}

.information .clients .content .slide-content h5 {
  font-size: 17px;
  font-family: "bold";
  color: #fff;
}

.information .clients .content .swipeer2 {
  width: 100%;
  height: 100%;
}

.information .clients .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  padding: 20px 21px;
}

/***************************** start inforamation*****************************/
/***************************** start sponsers*****************************/
.sponsors {
  background-color: #fafafa;
  padding: 100px 0 33px 0;
  overflow: hidden;
}

.sponsors .heading .rest-title {
  color: #770231;
}

.sponsors .heading .buttons {
  position: relative;
}

.sponsors .heading .buttons .prevs {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #770231;
  background-size: 27%;
}

.sponsors .heading .buttons .prevs:focus {
  outline: none;
}

.sponsors .heading .buttons .nexts {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #770231;
  background-size: 27%;
  position: absolute !important;
  left: 67px;
  right: auto;
}

.sponsors .heading .buttons .nexts:focus {
  outline: none;
}

.sponsors .swiper3 {
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

.sponsors .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/***************************** end sponsers*****************************/
/***************************** start footer*****************************/
footer {
  background: url(../images/footer.png);
  background-size: cover;
  padding: 100px 0 30px 0;
  position: relative;
  overflow: hidden;
}

footer .title {
  color: #fff;
  font-family: "medium";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

footer .link-content {
  padding: 10px;
}

footer .link-content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0px;
}

footer .link-content .links a {
  color: #fff;
  font-family: "gess-two";
  font-size: 16px;
  font-weight: 300;
}

footer .content {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  padding: 10px;
}

footer .content img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

footer .content a {
  display: block;
  text-align: center;
  color: #fff;
  margin: 10px 0px;
}

footer .content a i {
  margin-left: 10px;
}

footer .contact {
  padding: 10px;
}

footer .contact h5 {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

footer .contact .form-group input {
  direction: ltr;
  border: 2px solid transparent;
  margin: 15px 0px;
}

footer .contact .form-group .record {
  background-color: #770231;
  border: 1px solid #770231;
  color: #fff;
  padding: 7px 50px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin: 15px 0px;
}

footer .icon-content .line {
  border-top: 1px solid #ccc;
  position: relative;
  top: 17px;
  width: 41%;
}

footer .icon-content .line-2 {
  border-top: 1px solid #ccc;
  width: 41%;
  position: absolute;
  left: 0;
  bottom: 132px;
}

footer .icon-content hr {
  border-top: 1px solid #ccc;
  position: relative;
  top: 34px;
}

footer .icon-content .icons-inner {
  position: absolute;
  right: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .icon-content .icons-inner .icon {
  margin: 0 3px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
}

footer .icon-content .icons-inner .icon:hover {
  background-color: #770231;
}

footer .icon-content .icons-inner .icon i {
  margin: 7px 8px;
}

footer .pay {
  padding-top: 80px;
}

footer .pay img {
  float: left;
}

footer .pay .copywrite-text {
  font-family: "gess-two";
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

/***************************** end footer*****************************/
/*# sourceMappingURL=style.css.map */