:root {
  --first-color: #ea264b;
  --second-color: #231f20;

  --first-background-color: #ffffff;
  --second-background-color: #f0f1f8;
  --third-background-color: #ffc100;
  --forth-background-color: #e5b111;

  --first-font-size: 10px;
  --first2-font-size: 12px;
  --second-font-size: 13px;
  --third-font-size: 14px;
  --forth-font-size: 15px;
  --fifth-font-size: 16px;
  --sixth-font-size: 20px;
  --seventh-font-size: 24px;

  --first-radius: 16px;
  --second-radius: 18px;
  --third-radius: 50px;

  --first-border-color: #d4d4d8;

  --first-text-color: #231f20;
  --second-text-color: #71717a;
  --third-text-color: #52525b;
  --forth-text-color: #878787;

  --first-solid-padding: calc(0.08 * 100vw);

  --first-shadow: 0 4px 12px #e9e9f3;
}

@font-face {
  font-family: "my-font";
  src: url("../fonts/dana-fanum-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "my-font-demibold";
  src: url("../fonts/dana-fanum-demibold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "my-font-bold";
  src: url("../fonts/dana-fanum-bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "dana-fanum-bold";
  src: url("../fonts/dana-fanum-bold.woff2") format("woff2");
}

@font-face {
  font-family: "dana-fanum-demibold";
  src: url("../fonts/dana-fanum-demibold.woff2") format("woff2");
}

@font-face {
  font-family: "dana-fanum-regular";
  src: url("../fonts/dana-fanum-regular.woff2") format("woff2");
}

html {
  overflow-x: hidden;
}
/* html,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "dana-fanum-regular", sans-serif;
  color: #241f20 !important;
} */

p {
  color: #241f20;
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: "my-font", serif;
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: inherit;
  text-align: inherit;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  border: none;
  font-weight: normal;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "my-font-demibold", serif;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.footer {
  position: relative;
  padding: 20px var(--first-solid-padding);
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    ),
    url(../img/footer-bg.png);
  background-size: 30vw 100%;
  background-repeat: no-repeat;
  background-position: left;
}

.footer-border {
  width: 100%;
  background: var(--second-background-color);
  height: 15px;
}

.footer-right {
  width: 25%;
  margin-bottom: 20px;
}

.footer-right-title {
  font-size: var(--third-font-size);
  color: var(--first-color);
  font-family: "my-font-bold", serif;
  padding-bottom: 20px;
}

.footer-right-detail {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}

.footer-right-detail-desc {
  font-size: 12px;
  padding-right: 15px;
}

.footer-right-detail-social {
  display: flex;
  align-items: flex-end;
}

.footer-right-detail-social-img {
  padding-left: 20px;
  cursor: pointer;
}

.footer-center {
  width: 30%;
  padding-top: 60px;
}

.footer-center-title {
  font-size: var(--third-font-size);
  color: var(--first-color);
  text-align: center;
  font-family: "my-font-bold", serif;
}

.footer-center-images {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.footer-center-images-img {
  object-fit: cover;
  border-radius: var(--first-radius);
  cursor: pointer;
  width: 5.5vw;
  height: 5.5vw;
  overflow-x: auto;
}

.footer-left {
  width: 22%;
}

.footer-left-title {
  font-size: var(--third-font-size);
  color: var(--first-color);
  font-family: "my-font-bold", serif;
}

.footer-left-items {
  font-size: 12px;
  padding-top: 15px;
  cursor: pointer;
}

.page-end {
  display: flex;
  justify-content: space-between;
  padding: 20px var(--first-solid-padding);
  background: var(--second-background-color);
}

.page-end-title {
  font-size: 12px;
}

.page-end-text {
  font-size: 12px;
}

.mehmano {
  display: flex;
  justify-content: center;
}

.mehmano1 {
  height: 56px;
  width: 20px;
  background: var(--second-background-color);
  border-bottom-right-radius: 100%;
}

.mehmano2 {
  width: 150px;
  height: 56px;
  background: var(--second-background-color);
}

.mehmano3 {
  height: 56px;
  width: 20px;
  background: var(--second-background-color);
  border-bottom-left-radius: 100%;
}

.footer-logo {
  position: absolute;
  width: 180px;
  height: 60px;
  top: 0px;
  left: calc(50% - 100px);
  background-color: #eff1f8;
  background-image: url("../img/logo.png");
  background-size: 100px 40px;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: block !important;
}
.footer-nav-to-top {
  position: absolute;
  width: 180px;
  height: 60px;
  bottom: 0px;
  left: calc(50% - 100px);
  background-color: #eff1f8;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.footer-left-curve,
.footer-right-curve {
  height: 60px;
  width: 40px;
  position: absolute;
  left: -40px;
  background-color: #eff1f8;
}

.footer-right-curve {
  right: -40px;
}

.footer-fill-left-curve,
.footer-fill-right-curve {
  height: 60px;
  width: 43px;
  background-color: white;
  border-top-right-radius: 40px;
  margin-right: -3px !important;
}

.footer-fill-right-curve {
  position: absolute;
  border-top-right-radius: 0px;
  border-top-left-radius: 40px;
  left: -3px !important;
}

.footer-nav-to-top .footer-fill-left-curve {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 40px;
}

.footer-nav-to-top .footer-fill-right-curve {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 40px;
}

.fa-arrow-up {
  position: absolute;
  top: 20px;
  left: calc(50% - 5px);
  color: black !important;
  font-size: 30px;
  cursor: pointer;
}

.support1,
.support2,
.support3 {
  position: absolute;
  top: 15vh;
  left: 0;
  width: 60px;
  height: 50px;
  background-color: white;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: width 0.5s, background-color 0.5s;
  z-index: 150;
  box-shadow: var(--first-shadow);
  color: var(--first-color);
  /* justify-content: center; */
  align-items: center;
  padding: 15px;
}

.support2 {
  top: calc(15vh + 55px) !important;
}

.support3 {
  top: calc(15vh + 110px) !important;
}

.support1:hover,
.support2:hover,
.support3:hover {
  width: 180px;
  background-color: var(--first-color);
}

.support1 .fa,
.support2 .fa,
.support3 .fa {
  font-size: 20px;
  position: relative;
  transition: color 0.5s;
}

.support1:hover .fa,
.support2:hover .fa,
.support3:hover .fa {
  color: white;
}

.support1 p,
.support2 p,
.support3 p {
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 45px;
  color: white !important;
}

.support1:hover p,
.support2:hover p,
.support3:hover p {
  opacity: 1;
  transition: opacity 1.5s !important;
}

.primary-button {
  border-radius: 20px;
  background-color: var(--first-color);
  color: white;
  font-family: "dana-fanum-regular";
  padding: 15px;
}

.primary-button:hover {
  background-color: transparent !important;
  border-color: var(--first-color);
  color: var(--first-color);
}

.to-hide-later {
  display: block;
}

.to-show-later {
  display: none;
}

.to-hide {
  display: block;
}

.to-show {
  display: none;
}

.mobile-top {
  background-color: white;
  height: 50px;
  box-shadow: var(--first-shadow);
  position: fixed;
  top: 0;
  left: 0;
  right: 0%;
  width: 100%;
  padding: 15px 50px;
  font-size: medium;
  margin: 0;
  font-family: "my-font-demibold";
  display: none;
  z-index: 105;
  padding-right: 5%;
}

.left-close-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}

button:focus {
  outline: none;
}

.space-between {
  justify-content: space-between;
}

.mobile-top a {
  display: inline-block;
}

.mobile-top a:hover,
.left-close-icon:hover {
  cursor: pointer;
}

.mr-0-imp {
  margin-right: 0 !important;
}

.mt-10-h50 {
  margin-top: 10px !important;
  height: 50px !important;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
}

.col {
  flex-direction: column;
}

@media (max-width: 992px) {
  .to-hide {
    display: none !important;
  }

  .to-show,
  .mobile-top {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --first-solid-padding: calc(0.03 * 100vw);
  }

  .footer-border {
    display: none;
  }

  .footer-right {
    width: 100%;
  }

  .footer-center {
    display: none;
  }

  .footer-left {
    display: none;
  }

  .page-end-text {
    display: none;
  }

  .page-end {
    text-align: center;
    display: block;
  }

  .mehmano {
    display: none;
  }

  .to-hide-later {
    display: none !important;
  }

  .to-show-later {
    display: block;
  }

  .page-end {
    padding: 5px var(--first-solid-padding) 5px;
  }

  .page-end-title {
    font-size: 10px;
  }

  .footer-nav-to-top {
    width: 100px !important;
    height: 30px !important;
    left: calc(50% - 40px) !important;
  }

  .footer-left-curve,
  .footer-right-curve {
    height: 30px !important;
    left: -35px !important;
  }

  .footer-right-curve {
    right: -35px !important;
  }

  .footer-fill-left-curve,
  .footer-fill-right-curve {
    height: 30px !important;
    width: 43px !important;
  }

  .fa-arrow-up {
    top: 10px !important;
  }

  .footer {
    background: none;
  }
}
