@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 100;
  src: url("assets/fonts/woff2/KalamehWeb-Thin.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("assets/fonts/woff/KalamehWeb-Thin.woff")
      format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/woff2/KalamehWeb-ExtraLight.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWeb-ExtraLight.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/woff2/KalamehWeb-Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWeb-Light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/woff2/KalamehWeb-Medium.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWeb-Medium.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/woff2/KalamehWeb-SemiBold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWeb-SemiBold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/woff2/KalamehWeb-ExtraBold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWeb-ExtraBold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/woff2/KalamehWeb-Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWeb-Black.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: bold;
  src: url("assets/fonts/woff2/KalamehWeb-Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("assets/fonts/woff/KalamehWeb-Bold.woff")
      format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/woff2/KalamehWeb-Regular.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWeb-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/woff2/KalamehWebFaNum-Regular.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("assets/fonts/woff/KalamehWebFaNum-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body {
  font-family: KalamehWeb, Arial, tahoma;
}

a {
  text-decoration: none;
}

.sticky {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}

.mgift-logo,
.mgift-text {
  color: #f7f9fa;
}

.item:hover .gift-logo {
  color: #ff5370;
  cursor: pointer;
}

.item:hover .gift-text {
  color: #ff5370;
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

#hero {
  background-color: #f5f2ee;
}

@keyframes heroMobileTransform {
  0% {
    transform: perspective(1400px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
      scale(1) translateX(0%) translateY(7%);
  }
  100% {
    transform: perspective(1400px) rotateY(13deg) rotateX(10deg) rotateZ(-8deg)
      scale(0.9) translateX(0%) translateY(7%);
  }
}

.hero-welcome {
  transform: perspective(1400px) rotateY(13deg) rotateX(10deg) rotateZ(-8deg)
    scale(0.9) translateX(0%) translateY(7%);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.hero-welcome:hover {
  transform: perspective(1400px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
    scale(1) translateX(0%) translateY(7%);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.animate {
  animation: 1s ease-out 0s 1 heroMobileTransform;
}

.namad {
  -webkit-filter: drop-shadow(1px 1px 0px #eee);
  filter: drop-shadow(1px 1px 0px #eee);
}

.insta {
  background: -webkit-linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Cards */

.gift-body:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}

.card {
  min-height: 100%;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-title {
  font-size: 20px;
}

.not-active {
  display: inherit;
}

.color-pink {
  background-color: #cc199d;
  /*background:linear-gradient(135deg, #bd6772, #53223f) !important;*/
}

.color-green {
  background-color: #018749;
}

.color-pubg {
  background-color: #8d6346;
}

.color-razer {
  background-color: #000;
}

.color-purple {
  background-color: #6351ce;
}

.bg-c-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
  background: linear-gradient(45deg, #ffb64d, #ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a);
}

.color-red {
  color: #e13239 !important;
}

.flag {
  position: absolute;
  top: 43px;
  left: 15px;
}

.hole {
  position: absolute;
  width: 70px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.price {
  font-size: 30px;
  font-weight: 600;
}

.price-tag {
  margin-top: 40px;
  margin-right: 10px;
}

.brand {
  margin-top: 4.5rem;
}

.oldprice {
  font-size: 14px;
}

.desc {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 500;
}

.desc-price {
  font-family: "KalamehWebFaNum" !important;
  font-size: 20px;
  margin-top: 5px;
}

.footer-title-line {
  width: 60px;
  background-color: #7c4dff;
  height: 2px;
}

/* Callout */

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-right-width: 5px;
  border-radius: 3px;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .bs-callout {
  margin-top: -5px;
}

.callout-default {
  border-right-color: #777;
}
.callout-default h4 {
  color: #777;
}

.callout-primary {
  border-right-color: #428bca;
}
.callout-primary h4 {
  color: #428bca;
}

.callout-success {
  border-right-color: #5cb85c;
}
.callout-success h4 {
  color: #5cb85c;
}

.callout-danger {
  border-right-color: #d9534f;
}
.callout-danger h4 {
  color: #d9534f;
}

.callout-warning {
  border-right-color: #f0ad4e;
}
.callout-warning h4 {
  color: #f0ad4e;
}

.callout-info {
  border-right-color: #5bc0de;
}
.callout-info h4 {
  color: #5bc0de;
}

.callout-bdc {
  border-right-color: #29527a;
}
.callout-bdc h4 {
  color: #29527a;
}

/* Blog */

.blog-card {
  width: 18rem;
}

/* Contact Us */
.wrapper {
  width: 100%;
}

.contact-us {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-us h3,
.address {
  margin-top: 14px !important;
  margin-right: 10px;
}

.address span {
  color: #0c6dfd;
}

.icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons i {
  font-size: 20px;
}

.forms {
  padding: 20px;
}

.inputs input {
  margin-bottom: 13px;
  border: none;
  border-bottom: 2px solid #eee;
}

.inputs input:focus {
  margin-bottom: 13px;
  border: none;
  border-bottom: 2px solid #0c6dfd;
  box-shadow: none;
}

.inputs textarea {
  margin-bottom: 13px;
  border: none;
  border-bottom: 2px solid #eee;
  width: 100%;
  resize: none;
}

.inputs textarea:focus {
  margin-bottom: 13px;
  border: none;
  border-bottom: 2px solid #0c6dfd;
  box-shadow: none;
  resize: none;
}

.form-control {
  padding: 0.375rem 0.25rem;
}

.rest-links {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: unset !important;
  border: none;
}

.rest-links a {
  color: #fff;
  font-weight: lighter;
}
