/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face
{
    font-family: w-light;
    src: url('../fonts/DIABORIENT012LIGHT.ttf');
}
@font-face
{
    font-family: w-bold;
    src: url('../fonts/DiabOrient012-Bold.ttf');
}
@font-face
{
    font-family: w-heavy;
    src: url('../fonts/DIABORIENT012VERYHEAVY.ttf');
}
@font-face
{
    font-family: IBMPlexSans-SemiBold;
    src: url('../fonts/IBMPlexSans-SemiBold.ttf');
}

body {
  font-family: w-light, sans-serif;
  background: #273566;
  color: #fff;
}

a {
  color: #f7da19;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: w-light, serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #273566;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #273566;
  border-top-color: #f7da19;
  border-bottom-color: #f7da19;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 70px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
      width: 30px;
    height: 30px;
  border-radius: 50px;
  color: #f7da19;
  transition: all 0.4s;
  border: 2px solid #f7da19;
}

.back-to-top i:hover {
  background: #f7da19;
  color: #fff;
}



.circle-item {
  position: relative;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  color: #273566;
}

.circle-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.4s;
  border: 2px solid #273566;
  font-family: w-bold;
  background: #273566;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 12px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: white;
}

#topbar a{
    color:#fff;
    font-weight: 700;
}
#topbar a:hover{
    color: #f7da19 ;
}
#topbar .contact-info i, .languages i {
  color: #f7da19;
  padding-right: 4px;
}

#topbar .contact-info i + i {
  margin-left: 15px;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(39,53,102, 0.9);
  border-bottom: 1px solid rgba(39,53,102, 0.4);
  transition: all 0.5s;
  z-index: 997;
  padding: 7px 0;
  top: 0px;
  direction: rtl;
}

#header.header-scrolled {
  top: 0;
 background: rgba(39,53,102, 1);
 /* border-bottom: 1px solid rgba(247,218,25, 0.4);*/
box-shadow: 0 4px 2px -2px rgba(247,218,25, 0.4);


}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding-left: 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: w-bold, sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #f7da19;
}

.nav-menu .book a {
  border: 2px solid #f7da19;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  font-family: w-bold;
}

.nav-menu .book a:hover {
  background: #f7da19;
  color: #000;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #cda45e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 26px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #1a1814;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.mobile-nav .mobile-nav-close {
  margin: 0 15px 0 15px;
  display: block;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

.mobile-nav .mobile-nav-close:hover {
  color: #fff;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f7da19;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .book a {
  color: #fff;
  border: 2px solid #f7da19;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  display: inline-block;
  font-family: w-bold;
}

.mobile-nav .book a:hover {
  background: #f7da19;
  color: #000;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 50vh;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: w-heavy, sans-serif;
}

#hero h1 span {
  color: #f7da19;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

 .btns {
  margin-top: 30px;
}

 .btn-menu, .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #f7da19;
}

 .btn-menu:hover,  .btn-book:hover {
  background: #f7da19;
    color: #000;
}

 .btn-book {
  margin-left: 15px;
}


.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f7da19  50%, rgba(247,218,25, 0.6) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

 .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(39,53,102, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

 .play-btn:hover::after {
  border-left: 15px solid #f7da19;
  transform: scale(20);
}

 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
    
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero {
  background: url("../img/hero-donate2-.jpg") top center;
  height: 33vh;
}  
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 3rem 0;
  overflow: hidden;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: w-light, sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: w-heavy, serif;
  color: #f7da19;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #e9cf1f;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 10px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
  color: #273566;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  direction: rtl;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #273566;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
    text-align: center;
    
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/hero-bg2.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 0 0;
      padding-top: 3rem;
}

.about:before {
  content: "";
  background: rgba(250, 250, 250, 0.91);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

 .about-img {
  position: relative;
  transition: .5s;
}

 .about-img img {
  max-width: 100%;
  border: 4px solid rgba(39, 53, 102, 1);
  position: relative;
}

 .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #f7da19;
  border-top: 5px solid #f7da19;
  transition: .5s;
}

 .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #f7da19 ;
  border-bottom: 5px solid #f7da19 ;
  transition: .5s;
}

 .about-img:hover {
  transform: scale(1.03);
}

 .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}

.about .content h3 {
  font-weight: 600;
  font-size: 36px;
  color: rgba(39,53,102, 1);
  font-family: w-heavy;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.about .content p:last-child {
  margin-bottom: 0;
  line-height: 38px;
    padding-top: 19px;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}




.centers {
  position: relative;
  padding: 0 0;
      padding-top: 3rem;
}

.centers:before {
  content: "";
  background: #273566;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us{
    background: url(../img/why-bg.png) center center;
    background-size: cover;
    position: relative;
    padding: 0 0;
    padding-top:3rem;
}
.why-us:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #cda45e;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cda45e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

.why-us  .play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}


@media (min-width: 1024px) {
  .why-us {
    background-attachment: fixed;
  }
}


/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/

.menu {
    background: url(../img/achv-bg.jpg) center center;
    background-size: cover;
    position: relative;
    padding: 0 0;
    padding-top: 3rem;
}
.menu:before {
    content: "";
    background: rgb(0 0 0 / 89%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: w-bold, serif;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #f7da19;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 100px;
  border-radius: 50%;
  float: right;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-right: 120px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 42px;
}

.menu .menu-content::after {

  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 0;
  background: none;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
  text-align: right;
}

.menu .menu-content a:hover {
  color: #f7da19;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}

.menu .menu-ingredients {
  margin-right: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: w-light, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
  padding-right: 1PX;
    padding-left: 10px;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #f7da19  ;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #f7da19;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #f7da19  ;
  border-color: #f7da19  ;
}

.specials .nav-link:hover {
  border-color: #cda45e;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #F7F7F7;
  text-align: justify;
  line-height: 40px;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .owl-nav, .events .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.events .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.events .owl-dot.active {
  background-color: #cda45e !important;
}

@media (min-width: 992px) {
  .events .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
 .php-email-form {
  width: 100%;
}

 .php-email-form .form-group {
  padding-bottom: 8px;
}

 .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

 .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

 .php-email-form .error-message br + br {
  margin-top: 25px;
}

 .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

 .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

 .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

 .php-email-form input,  .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

 .php-email-form input::-webkit-input-placeholder,  .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

 .php-email-form input::-moz-placeholder,  .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

 .php-email-form input:-ms-input-placeholder,  .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

 .php-email-form input::-ms-input-placeholder,  .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

 .php-email-form input::placeholder,  .php-email-form textarea::placeholder {
  color: #a49b89;
}

 .php-email-form input:focus,  .php-email-form textarea:focus {
  border-color: #cda45e;
}

 .php-email-form input {
  height: 44px;
}

 .php-email-form textarea {
  padding: 10px 12px;
}

 .php-email-form button[type="submit"] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

 .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #cda45e !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
  
  #hero .btn-book{
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    background: url(../img/s-bg.png) center center;
    background-size: cover;
    position: relative;
    padding: 0 0;
    padding-top: 3rem;
}
.gallery:before {
    content: "";
    background: rgba(39,53,102, 0.95);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  opacity: 0.8;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
  opacity: 1;
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs .play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}
.chefs .member {
  text-align: center;
  margin-bottom: 2px;
  background: #343a40;
  position: relative;
  overflow: hidden;
  
}

.chefs .member .member-info {
  opacity: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(0, 212, 255, 0) 100%);
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
  top: 90%;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 17px;
  color: #f8db1a;
  font-family: w-heavy;
}

.chefs .member .member-info-content span {
  font-style: normal;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #cda45e;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    background: black;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input:-ms-input-placeholder, .contact .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-ms-input-placeholder, .contact .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #273566;
  padding: 0 0 5px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #f6d919;
  /*border-top: 1px solid #37332a;*/
  border-bottom: 1px solid #28251f;
 padding: 12px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: w-light, serif;
  color: #fff;
  margin-top: -11px;
}

#footer .footer-top .social-links a {
      font-size: 30px;
    display: inline-block;
    background: #28251f;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f7da19;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #f7da19;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f7da19;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  direction: ltr;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f7da19;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 0px;
  background: #0c0b09;
  padding: 6px 10px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #454035;
      text-align: center;
      margin-bottom: 10px;
}



#footer .footer-top .footer-newsletter form button {
  position: inherit;
    bottom: 5px;
  border: 0;
  background: none;
  font-size: 8px;
  padding: 0 10px 2px 10px;
  background: #f7da19;
  color: #000;
  transition: 0.3s;
  border-radius: 13px;
      height: 33px;
      font-family: 'w-bold';
}

#footer .footer-top .footer-newsletter button :hover {
/* background: #fff;*/
}

#footer .copyright {
  text-align: center;
  padding-top: 13px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.hide{
    display:none;
}
.rtlDir{
    direction: rtl;
}
.txtRAlgn{
    text-align: right;
}
.dropdown-menu{
    top: 3px;
    left: -30px;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
  direction: rtl;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    
}

.features .nav-link {
  border: 1px solid #f7da19;
  padding: 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 25px;
}

.features .nav-link:hover {
  color: #f7da19;
}

.features .nav-link.active {
    padding-right: 0px;
  background: #f7da19;
  color: #000;
  border-color: #f7da19;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff4a17;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}
.features .about-img img {
  max-width: 100%;
  border: none;
  position: relative;
}

.features .about-img::before {
    display: none;
}

.features .about-img::after {
  display: none;
}
.features .play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}

/* Modal Popup */
.modal-title{
    color: #000;
}
.paymentForm label{
    color: #2e3b67;
    float: right;
}

.circle {
    background-color:#f7da19;
    border:1px solid #f7da19;    
    height:100px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:100px;
    color: #000;
}
/* owl nav */
.owl-next span {
background: #000;
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: 0.85;
    transition: all 0.2s;
    backface-visibility: hidden;
    right: 9px;
    font-size: 29px;
    transform: translate(50%, -50%);
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border: none;
    border-bottom-left-radius: 100px;
}
.owl-prev span {
background: #000;
    position: absolute;
    top: 30%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: 0.85;
    transition: all 0.2s;
    backface-visibility: hidden;
    left: -44px;
    font-size: 29px;
    transform: translate(50%, 50%);
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
    border: none;
    border-bottom-right-radius: 100px;
    display: none;
}
.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

/*.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
    
}*/

.owl-prev {
	left: 0px;
}

.owl-next {
	right: 0px;
}
button:focus, button:active {
   outline: none;
}
.hide-nav .owl-controls {
    display: none;
}
.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: absolute;
  bottom: 0;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

*, ::after, ::before {
    box-sizing: border-box;
}



.sectionmove-buttons{
    left: 0;
    right: 0;
	position: fixed;
	top: 30%;
	z-index: 99;
}
.overlay-open .sectionmove-buttons{z-index:2;}
.sectionmove-buttons a{
	background-color: #f4f6f6;
	padding: 10px 12px;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
	max-width: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	transition: all 0.5s;
	white-space: nowrap;
	box-shadow:0 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.sectionmove-buttons a:first-child{ border-radius: 0 3px 0 0; }
.sectionmove-buttons a:last-child{ border-radius: 0 0px 3px 0; }
.sectionmove-buttons a:hover{ 
	max-width:150px; 
	transition:all 0.5s;
	background-color:#273566;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-ms-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	}
.sectionmove-buttons a .ico-fix{
    color: #273566;
    font-size: 33px;
        margin-right: 5px;
}
.sectionmove-buttons a .section-txt{
	margin-left: 20px;
	color: #2E1A47;
	font-weight: 600;
    width: 25%;
}
/*.sectionmove-buttons a.active{background-color: #273566;}*/
.sectionmove-buttons a:hover .section-txt,
.sectionmove-buttons a.active .section-txt{ color: #ffffff; }
.sectionmove-buttons a:hover .ico-fix{
    color: #f7da19;
}


@media(max-width: 1199px){
    .cr-div{
            padding-bottom: 12px;
    }
	.sectionmove-buttons {
	top:auto;
	bottom:0;
	left: 0;
	right:0;
	flex: 1;
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: #ffffff;
	box-shadow:0 0px 4px 0px rgba(0, 0, 0, 0.3);
    flex-direction: row-reverse;
}
.sectionmove-buttons a{max-width:none; width:25%; height:50px; text-align:center; justify-content: center; box-shadow:none; border-right:1px solid #ffffff; background:#ffffff;}
.sectionmove-buttons .reg{width:50%;}
.sectionmove-buttons a .section-control-icon svg{width:21px; min-height:19px;}
.sectionmove-buttons a:first-child,
.sectionmove-buttons a:last-child,
.sectionmove-buttons a{border-radius:0px;}
.sectionmove-buttons .section-txt{display:none;}
.sectionmove-buttons a:last-child{border:none;}
}



#reg {
  width: 100%;
  height: 70vh;
  background: url("../img/reg-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#reg:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#reg h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: w-heavy, sans-serif;
}

#reg h1 span {
  color: #f7da19;
}

#reg h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}


.tabs{
    background: url(../img/why-bg.png) center center;
    background-size: cover;
    position: relative;
    padding: 0 0;
    padding-top:0rem;
}
.tabs:before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #F0F0F0;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6d919;
      height: 133px;
padding-top: 20px;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #2e3b67;
}

.tabs .nav-link.active {
 background: #2e3b67;
  color: #f6d919;
  border-color: #2e3b67;
}

@media (min-width: 1024px) {
  .tabs .nav-link {
    
  }
}

@media (max-width: 768px) {
    
 .tabs .nav-link {
    
    display:block;
 }   
 .tabs .nav-link h4{
        font-size: 18px;
    line-height: 24px;
 }
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
  
  .tabs .nav-link.active {
  height: 133px;
}
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 5px;
        padding-top: 10px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 8px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
  width: 221px;
    direction: ltr;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2e3b67;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-thumbnail{
    background: #F7F7F7;
}

.btn-wahat{
    color: #fff;
    background-color: #273566;
    border-color: #2e3b67;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    font-size: 18px;
}
.btn-wahat:hover{
    color: #273566;
    background-color: #f7da19;
    border-color: #273566;
}
#radioBtn .btn{
  height: 61px;
  width: 70px;
  border-radius: 4px;
  margin-left: 20px;
  font-size: 21px;
  font-weight: 700;
  font-family: w-bold;
  margin-bottom: 3px;
}
#radioBtn .btn:hover{
}
#radioBtn .notActive{
    color: #2e3b67;
    background-color: #fff;
}
#radioBtn .btn-wahat.active{
    background-color: #f6d919;
    color: #2e3b67;
}
#donate, #dudct{
  line-height:42px;
  vertical-align: top; 
  width: 100%;
  padding-right: 19px;
  margin-top: 8px;
  height: 47px;
  text-align: center;
  font-size: 37px;
  font-family: 'IBMPlexSans-SemiBold';
  margin-right: -4px;
  padding-top: 0px;
  color: #2e3b67;
  border: none;
  background-color: transparent;
  font-weight: bold;
}
#donate::placeholder{
  font-family: 'w-bold';
  font-size: 25px;
}
#dudct::placeholder{
  font-family: 'w-bold';
  font-size: 25px;
}
.donateDiv{
  width: 100%;
  border-radius: 4px;
  height: 63px;
  padding-top: 0px;
  margin-left:0px;
  border:1px solid #2e3b67;
}
.donateCrr{
  position: absolute;
  margin-top: 16px;
  left: 0;
  margin-left: 41px;
  color:#2e3b67;
  font-size: 18px;
  font-family: 'w-bold';
}
.cancel {
  text-decoration: none;
}
.bg-pay {
  background-color: #eee;
  border-radius: 2px;
}
.com-color {
  color: #8f37aa !important;
}
.radio {
  cursor: pointer;
}
label.radio input {
  /* position: relative;
  top: 34px;
  right: -166px;
  visibility: visible;
  pointer-events: none; */
  margin-left: 9px;
}
label.radio div {
  padding: 7px 14px;
  border: 1px solid #2e3b67;
  display: inline-block;
  color: #2e3b67;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px;
}
label.radio input:checked + div {
  border-color: #2e3b67;
  background-color: #f5f5f8;
  color: #2e3b67;
}
.fw-500 {
  font-weight: 400;
}
.lh-16 {
  line-height: 16px;
}


#phone,#phone2,#phone3{
  font-size: 1.6rem;
  font-family: 'IBMPlexSans-SemiBold';
  height: 40px;
  text-align: center;
}
.pMethod{
  color:#2e3b67;
  text-align:right;
  margin-bottom:7px;
  font-family: 'w-heavy';
}


#radioBtn2 .btn{
        height: 105px;
    width: 105px;
        border-radius: 1rem;
        margin-left: 20px;
        font-size: 21px;
        font-weight: 700;
        font-family: w-bold;
        margin-bottom: 10px;
}
#radioBtn2 .btn:hover{
}
#radioBtn2 .notActive{
    color: #2e3b67;
    background-color: #fff;
}
#radioBtn2 .btn-wahat.active{
    background-color: #f6d919;
    color: #2e3b67;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

form input[type="text"], input[type="email"] , input[type="tel"], input[type="number"], input[type="datetime-local"], select, input[type="date"], input[type="time"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #fff;
  color: #2e3b67;
  margin-bottom: 10px;
    border: 1px solid #2e3b67;
    width: 100%;
    padding-right: 10px;
  height: 38px;
      border-radius: 4px;
      outline: none;
}
.amnt{
    font-size: 30px;
    font-family: 'IBMPlexSans-SemiBold';
    display: block;
}

.cust-bttn {
    background: #fff;
    border: 2px solid #2e3b67;
    padding: 10px 24px;
    color: #2e3b67;
    transition: 0.4s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.cust-bttn:hover{
    border: 2px solid #277bba;
    box-shadow: none;
}

#amnt-donate::placeholder {
  font-size: 16px;
}
.iti__flag.iti__bh {
  height: 14px;
  margin-right: 10px;
}
.apple-pay-button {
	width: 100%;
	display: inline-block;
	-webkit-appearance: -apple-pay-button;
	cursor: pointer;
  border-radius: 4px;
  height: 50px;
  font-size: 18px;
}

.apple-pay-button-with-text>* {
	display: none;
}

.apple-pay-button-black-with-text {
	-apple-pay-button-style: black;
}

.apple-pay-button-white-with-text {
	-apple-pay-button-style: white;
}

.apple-pay-button-white-with-line-with-text {
	-apple-pay-button-style: white-outline;
}

.apple-pay-button-text-book {
	-apple-pay-button-type: book;
}

.apple-pay-button-text-buy {
	-apple-pay-button-type: buy;
}

.apple-pay-button-text-check-out {
	-apple-pay-button-type: check-out;
}

.apple-pay-button-text-donate {
	-apple-pay-button-type: donate;
}

/* For mobile devices */

@media only screen and (max-width: 600px) {
	.apple-pay-button {
		width: 100%;
		height: 50px;
    font-size: 18px;
	}
}
div:where(.swal2-container) .swal2-html-container{
  direction: rtl;
}