@import url("https://use.typekit.net/pvp1dzx.css");

.fontFamily {
  font-family: "noka", sans-serif;
  font-weight: 800;
  font-style: normal;
}


#SGRamadan {
  background-color: #faf7e5;
}


#SGRamadan h2 {
  margin-bottom: 30px;
  color: #4d3300;
  font-size: var(--title-xl);
  font-family: "noka", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

#SGRamadan h2 img {
  max-width: 80px;
  margin-right: 15px;
}

#SGRamadan .kv {
  overflow: hidden;
  position: relative;
  background-color: #dad5bf;
}

#SGRamadan .kv__textbox {
  width: 90%;
  margin: auto;
}

#SGRamadan h1 {
  color: #4d3300;
  font-size: 32px;
  text-align: center;
  font-family: "noka", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-style: italic;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  padding: 0 0 10%;
}

#SGRamadan .kv img {
  width: 100%;
}

#SGRamadan .kv__img {
  position: absolute;
  z-index: 1;
  top: 26%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 85%;
}

@media (min-width: 996px) {
  #SGRamadan .kv__textbox {
    position: absolute;
    bottom: 8%;
    left: 65%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50%;
  }

  #SGRamadan h1 {
    font-size: 40px;
    padding: 0;
  }

  #SGRamadan .kv__img {
    top: 2%;
    left: 65%;
    width: 55%;
  }
}

@media (min-width: 1930px) {
  #SGRamadan h1 {
    font-size: 2vw;
  }
}

#SGRamadan .btnbox {
  margin: 2% 0;
}

#SGRamadan .btnbox a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  border: 2px solid #30004a;
  background: linear-gradient(45deg, #4f5cff 30%, #b934ff, #a51ec7, #cc00ff 100%);
  cursor: pointer;
  position: relative;
  color: #fff;
  z-index: 1;
  margin: 0 auto;
  padding: 7px 10%;
  border-radius: 3px;
  font-size: var(--title-lg);
  font-weight: normal;
  text-shadow: 0 0 5px #c0a6d9, 0 0 5px #c0a6d9, 0 0 5px #c0a6d9;
}

#SGRamadan .btnbox a:hover {
  border-image-source: linear-gradient(to right, #bd346d 0%, #543dc6 100%);
  border-image-slice: 1;
  background: rgba(0, 0, 0, 0.3);
}

#SGRamadan .deals {
  margin: 5% 0;
  text-align: center;
  position: relative;
}


#SGRamadan .deals__txt {
  text-align: left;
  border-radius: 10px;
  border: 2px solid #E6E4D4;
  padding: 2%;
  color: #4c3304;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;

}

#SGRamadan .deals__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  #SGRamadan .deals__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#SGRamadan .deals__flex--item {
  text-align: center;
  color: white;
}

#SGRamadan .deals__flex--item h3 {
  font-weight: normal;
  font-size: var(--title-lg);
}

#SGRamadan .pcdeals {
  text-align: center;
  padding: 0 0 5%;
}

#SGRamadan .pcdeals__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#SGRamadan .pcdeals__flex--item {
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #543c0f 30%, #7b5817, #7b5817, #d9a546, #4c3304 100%);
  border-image-slice: 1;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  #SGRamadan .pcdeals__flex--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media (min-width: 996px) {
  #SGRamadan .pcdeals__flex--item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#SGRamadan .pcdeals__flex--item:hover {
  border-image-source: linear-gradient(45deg, #543c0f 30%, #7b5817, #d9a546, #ffc400 100%);
  background: linear-gradient(45deg, #543c0f 30%, #7b5817, #d9a546, #ffc400 100%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

#SGRamadan .pcdeals__flex--item:hover figcaption {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: white;
}

#SGRamadan .pcdeals__flex--item figcaption {
  padding: 8px 0;
  font-size: var(--title-md);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #44aff2), color-stop(70%, #913ee2));
  background: linear-gradient(to right, #44aff2 30%, #913ee2 70%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  color: #c27c43;
}