@charset "utf-8";
/* ****************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: capitalize;
  color: #333;
  font-size: 16px;
}

.tooltip {
  z-index: 1100 !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #021d49;
  border-radius: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
}

.tooltip.in {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip.top {
  padding: 5px 0;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

select {
  display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

iframe {
  width: 100%;
  border: 0;
  height: 100%;
}

::-moz-selection {
  background-color: #ff5100;
  color: #fff;
}

::selection {
  background-color: #ff5100;
  color: #fff;
}

a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

p {
  line-height: 1.7;
}

.modal-open {
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}

.modal-backdrop.in {
  opacity: 0.9;
}

input,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  outline: 0;
}

textarea {
  resize: none;
}

.form-control {
  height: 45px;
  line-height: 38px;
  padding-left: 10px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: none;
  text-transform: none;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 0 16px;
}

.form-control::placeholder {
  color: #2b3430;
  text-transform: capitalize;
}

textarea.form-control {
  height: 170px !important;
  line-height: normal;
  padding-top: 8px !important;
}

.form-group,
.form-control {
  margin-bottom: 0;
}

.form-control:focus {
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid #ffcd04;
  -webkit-box-shadow: 0 1px 0 0 #ffcd04;
  box-shadow: 0 1px 0 0 #ffcd04;
  color: #303030;
}

.row {
  margin-bottom: 0;
}

i {
  color: inherit;
  font-style: normal;
  font-size: inherit;
}

.toTop {
  background: #ff5100;
  color: #fff;
  position: fixed;
  bottom: -150px;
  right: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  z-index: 35;
  transition: all 0.3s;
  font-size: 16px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s;
  min-width: 250px;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.3s;
}

.menu-item-has-children .sub-menu li {
  display: block !important;
  margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
  display: none;
}

.menu-item-has-children .sub-menu > li > a {
  display: block;
  padding: 7px 15px;
}

.menu-item-has-children .sub-menu li a:before {
  display: none;
}

.menu-item-has-children:after {
  font-family: "Line Awesome Free";
  content: "\f107";
  display: inline-block;
  margin-right: 7px;
  transition: 0.3s;
  font-weight: 900;
  vertical-align: middle;
}

.menu-item-has-children:hover:after {
  transform: rotate(-180deg);
}

.menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  left: 105%;
  opacity: 0;
  visibility: hidden;
}

.menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.menu-item-has-children .sub-menu .menu-item-has-children > a::after {
  font-family: "Line Awesome Free";
  content: "\f105";
  display: inline-block;
  margin-right: 7px;
  transition: 0.3s;
  font-weight: 900;
  vertical-align: middle;
  position: absolute;
  right: 7px;
  top: 10px;
}

.menu-item-has-children .sub-menu > li > a {
  position: relative;
}

.btn {
  height: 50px;
  border-radius: 50px;
  background: #021d49;
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 173px;
  transition: 0.3s;
  border: 1px solid #021d49;
}

.btn-border {
  background: transparent;
  color: #333;
}

.btn:hover {
  background: #ff5100;
  border-color: #ff5100;
  color: #fff;
}

body {
  background-image: url(../images/pattern.svg);
}

.main-head {
  padding: 20px 0;
}

.main-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.main-head .logo img {
  object-fit: contain;
  width: 110px;
}

.main-head .h-extra {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.main-head .h-extra .x-logo img {
  object-fit: contain;
  width: 80px;
}

.social {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.social a {
  width: 30px;
  height: 30px;
  transition: .3s;
}

.social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social a:hover {
  transform: translateY(-5px);
}

.main-head .h-extra .lang {
  color: #000f;
  font-weight: 600;
}

.site-wrap {
  padding: 70px 0;
}

.card-wrap h4 {
  margin-bottom: 20px;
}

.gift-card {
  position: relative;
  transition: 1s ease-in-out;
  transform-style: preserve-3d;
  min-height: 300px;
}

.gift-card .fornt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 15px;
  z-index: 2;
  background-image: url(../images/card.svg);
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.gift-card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 15px;
  z-index: 0;
  transform: rotateY(180deg);
  background-image: url(../images/card.svg);  background-repeat: no-repeat;
}

.gift-card .content {
transform: translatez(70px) scale(0.8);
line-height: 1.5em;
display: flex;
align-items: center;
justify-content: space-between;
}

.gift-card:hover {
  transform: rotateY(180deg);
}

.card-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.gift-card .content .c-left h5 {
  color: #FFF8C4;
  font-weight: 900;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 10px;
}

.gift-card .content .c-left img {
  object-fit: contain;
  width: 120px;
  margin-bottom: 15px;
}

.gift-card .content .c-left p {
  color: #fff;
  overflow: hidden;
  max-height: 107px;
  max-width: 75%;
}

.gift-card .content .price {
  color: #F4CF65;
  font-weight: 900;
  font-size: 90px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.gift-card .content .price i {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
}

.gift-card .content .c-right {
  position: relative;
  right: -55px;
}

.gift-card .back .content .c-left img {
  width: auto;
  margin-bottom: 70px;
}

.gift-card .back .content .c-left p {
  overflow: visible;
  text-transform: none;
  max-height: none;
  max-width: none;
  font-size: 20px;
  color: #FFF8C4;
}

.gift-card .content .c-right img {
  right: -7px;
  position: absolute;
  bottom: -150px;
  max-width: 127px;
}

.desc {
  margin-top: 50px;
}

.desc p {
  color: #777777;
}

.amount-form {
  padding-left: 50px;
}

.amount-form h4 {
  font-size: 30px;
  margin-bottom: 15px;
}

.amount-form  .form-group {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.amount-form .form-group .amount {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.amount-form .form-group .amount label span {
  border: 1px solid #7A6339;
  padding: 10px 35px;
  border-radius: 10px;
  font-weight: 900;
  color: #000;
  font-size: 19px;
  transition: .3s;
  cursor: pointer;
  display: block;
}

.amount-form .form-group .amount label input {
  display: none;
}

.amount-form .form-group .amount label input:checked + span {
  background-color: #7A6339;
  color: #fff;
}

.amount-form .form-group .amount label {
  display: block;
}

.amount-form .form-group .group-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 40px;
}

.amount-form .form-group .group-wrap > span {position: absolute;left: 0;top: -8px;color: #CECECE;font-size: 14px;}

.amount-form .form-group .group-wrap .form-control {
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #BABABA;
  background: transparent;
  padding: 0;
}

.amount-form .form-group .group-wrap .form-control::placeholder {
  color: #939393;
  font-size: 16px;
}

.amount-form .form-group > .btn {
  position: absolute;
  right: 0;
  border-radius: 10px;
  background: #0B0E0F;
  min-width: 60px;
  top: -5px;
  height: 45px;
}

.amount-form .form-group .group-wrap label input {
  width: 20px;
  height: 20px;
  accent-color: #000;
}

.amount-form .form-group .group-wrap label span {
  font-size: 17px;
  color: #000;
}

.amount-form .form-group .group-wrap label {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.amount-form .form-group .group-wrap  .form-group {
  width: 100%;
  margin-bottom: 15px;
}

.amount-form .form-group .group-wrap .form-group > i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 27px;
  color: #000;
}

.amount-form .form-group .group-wrap .form-group .form-control {
  padding: 0 35px;
}

.amount-form .form-group .group-wrap .form-group textarea.form-control {
  height: 100px !important;
}

.amount-form .form-group .group-wrap .form-group label {
  width: 100%;
  margin-top: 10px;
}

.amount-form .form-group .group-wrap .form-group label span {
  color: #B2B2B2;
}

.amount-form .form-group .group-wrap .form-group label input:checked + span {
  color: #000;
  transition: .3s;
}

.amount-form .form-group .group-wrap .form-group .btn {
  position: unset;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-size: 20px;
}

footer.main-footer {
  position: relative;
}

footer.main-footer .footer-pattern {
  position: absolute;
  right: 15rem;
  bottom: -27rem;
  object-fit: contain;
  z-index: -1;
}

footer.main-footer .social {
  justify-content: center;
  border-top: 1px solid #dfdfdf;
  padding-top: 50px;
  column-gap: 15px;
}
footer.main-footer .social a{
  width: 50px;
  height: 50px;
}

.amount-form .form-group .g-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.amount-form .form-group .g-inner h5 {
  white-space: nowrap;
}

.bill-status {
  text-align: center;
  margin-bottom: 50px;
}

.bill-status h3 {
  margin-top: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
}

.bill-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgb(0 0 0 / 9%);
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.bill-head h4 {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.bill-head ul li {
  text-transform: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.bill-head ul li span {
  font-weight: 500;
  text-transform: uppercase;
}

.bill-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
  margin-bottom: 30px;
}

.bill-info ul li {
  width: 49%;
  margin-bottom: 10px;
}

.bill-info ul li span {
  font-weight: 700;
  vertical-align: baseline;
}

.bill-info .table-responsive {
  margin-bottom: 30px;
}

.bill-info table {
  border-radius: 15px;
}

.bill-info table th {
  background: #f7f7f7;
  padding: 15px;
  font-size: 15px;
}

.bill-info table th:first-child {
  border-radius: 10px 0 0 10px;
}

.bill-info table th:last-child {
  border-radius: 0 10px 10px 0;
}

.bill-info table td {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px;
  background: #fff;
}

.bill-info table tr:last-child td {
  border: 0;
}


/* ********** Responsive ********** */

@media (max-width: 991px) {
  .main-head .h-extra .social {
    display: none;
}

.site-wrap {
    padding: 30px 0;
}

.amount-form {
    padding: 30px 0 0 !important;
}

footer.main-footer .footer-pattern {
    bottom: 0;
    opacity: .3;
}

footer.main-footer .social {
    padding: 30px 0;
}

footer.main-footer .social a {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 625px) {
  .amount-form .form-group .g-inner {
    flex-wrap: wrap;
}

.amount-form .form-group .g-inner h5 {
    margin-bottom: 15px;
}

.amount-form .form-group:last-child {
    margin: 0;
}

.gift-card .content {
    transform: none;
}

.gift-card {
    min-height: 200px;
}

.gift-card .fornt,.gift-card .back {
    background-size: cover;
    background-position: center;
}

.gift-card .content .c-left h5 {
    font-size: 17px;
}

.gift-card .content .c-left img {
    width: 70px;
    margin-bottom: 5px;
}

.gift-card .content .c-left p {
    max-width: 88%;
    font-size: 13px;
    max-height: 87px;
}

.gift-card .content .c-right {
    right: -8px;
    left: auto;
}

.gift-card .content .price {
    font-size: 30px;
    row-gap: 0;
}

.gift-card .content .price i {
    font-size: 12px;
}

.gift-card .back .content .c-left img {
    width: 80px;
    margin-bottom: 15px;
}

.gift-card .back .content .c-left p {
    font-size: 13px;
}

.gift-card .content .c-right img {
    right: -7px;
    bottom: -88px;
    max-width: 56px;
}

.desc {
    margin-top: 20px;
}
}


/* ************ Language ************ */

[lang="ar"] .amount-form {
  padding: 0 50px 0 0;
}

[lang="ar"] .amount-form .form-group > .btn {
  left: 0;
  right: auto;
}

[lang="ar"] .amount-form .form-group .group-wrap > span,
[lang="ar"] .amount-form .form-group .group-wrap .form-group > i{
  right: 0;
  left: auto;
}

[lang="ar"] .gift-card .fornt,
[lang="ar"] .gift-card .back{
  background-image: url(../images/card-ar.svg);
}

[lang="ar"] .gift-card .content .c-right {
  left: -55px;
  right: auto;
}

[lang="ar"] footer.main-footer .footer-pattern {
  left: 15rem;
  right: auto;
}