:root {
  /*========== Colors ==========*/
  --background-primary: #5c2e91;
  --background-primary-opacity: rgba(92, 46, 145, 0.9);
  --background-secondary: #fff;
  --background-tertiary: rgb(247, 247, 247);

  --action-primary: rgba(235, 207, 75, 0.8);
  --action-primary-hover: #ebcf4b;
  --action-secondary-hover: rgb(19, 0, 163);
  --action-tertiary: #dec23a;
  --action-tertiary-hover: hsl(0, 100%, 49%);

  --foreground-primary: hsl(0, 0%, 7%);
  --foreground-secondary: hsl(0, 0%, 0%);
  --foreground-tertiary: hsl(0, 0%, 94%);
  --foreground-tertiary1: rgb(229, 238, 255);

  --accent: #5c2e91;

  --white: hsl(0, 0%, 100%);
  --white-hover: #ffffffa0;
  --black: #000000;
  --black-hover: #00000071;
  /*========== Font and typography ==========*/
  --fs-base: 1.3rem;
  --fs-baseli: 1.3rem;
  --fs-1: 2.5rem;
  --fs-2: 2.2rem;
  --fs-3: 2rem;
  --fs-4: 1.8rem;
  --fs-5: 1.7rem;

    /*========== Font and typography English ==========*/
      --fs-base-en: 1rem;
      --fs-baseli-en: .95rem;
      --fs-1-en: 2rem;
      --fs-2-en: 1.8rem;
      --fs-3-en: 1.5rem;
      --fs-4-en: 1.4rem;
      --fs-5-en: 1.2rem;
  /*========== spacing ==========*/
  --py: 5rem;
}

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

@font-face {
  font-family: "B Kamran";
  src: url("/fonts/Kamran/BKamran.woff2") format("woff2"),
    url("/fonts/Kamran/BKamran.woff") format("woff"),
    url("/fonts/Kamran/BKamran.ttf") format("truetype"),
    url("/fonts/Kamran/B\ Kamran\ Bold_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0600-06FF,
    /* حروف فارسی و عربی */
    U+0750-077F,
    /* عربی توسعه‌یافته */
    U+08A0-08FF,
    /* عربی افزوده */
    U+FB50-FDFF,
    /* فرم‌های ارائه عربی */
    U+FE70-FEFF,
    /* شکل‌های متصل عربی */
    U+0660-0669,
    /* اعداد عربی */
    U+06F0-06F9,
    /* اعداد فارسی */
    U+0030-0039,
    /* اعداد لاتین */
    U+0020-0040,
    /* فاصله و علامت‌های نگارشی اولیه مثل , . ! ? ( ) */
    U+200C,
    /* نیم‌فاصله */
    U+061F;
  /* علامت سوال فارسی (؟) */

}

@font-face {
  font-family: "B Nazanin";
  src: url("/fonts/BNazanin.woff2") format("woff2"),
    url("/fonts/BNazanin.woff") format("woff"),
    url("/fonts//B-NAZANIN.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0600-06FF,
    /* حروف فارسی */
    U+0750-077F,
    /* عربی افزوده */
    U+FB50-FDFF,
    /* فرم‌های پریزنتیشنی عربی */
    U+06F0-06F9,
    /* اعداد فارسی */
    U+0030-0039;
  /* اعداد لاتین */
}

body,
html {
  font-family: B Kamran, "lato", sans-serif;
  background-color: var(--background-secondary);
  color: var(--foreground-primary);
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body.ltr{
  font-family: "lato", sans-serif;
  overflow-x: hidden;
}


.goog-te-banner-frame.skiptranslate,
body>.skiptranslate {
  display: none !important;
}





.center-align,
body.ltr .center-align {
  text-align: center;
}
.right-align {
  text-align: right;
}

body.ltr .left-align {
  text-align: left;
}

body.ltr .dir-ltr{
  direction: ltr;
}

#google_translate_element {
  display: none;
}

/* .target-element {
  scroll-margin-top: 20px;
} */

a,
.a {
  text-decoration: none;
  color: var(--accent);
  font-weight: 400;
  font-size: var(--fs-base-en);
}

p,
.p {
  direction: rtl;
  font-weight: 500;
  padding: 5px;
  font-size: var(--fs-base);
}


b,
.b {
  font-size: var(--fs-base);
}



ul,
.ul {
  font-weight: 600;
}

li,
.li {
  font-weight: 400;
  font-size: var(--fs-base);
  padding: 0;
  list-style-type: none;
}
body.ltr :is(p , b , li, a){
  font-size: var(--fs-base);
}

.font-li li,
.font-li, .font-p p{
  font-size: var(--fs-baseli);
}
body.ltr :is(.font-li li,
.font-li, .font-li p){
  font-size: var(--fs-baseli-en);
}
body.ltr .em{
  font-family: "alkaline",
    sans-serif;;
}

img {
  object-fit: cover;
  max-width: 100%;
  aspect-ratio: auto 640px / 360px;
}

.img-desktop {
  display: none;
}

img,
button {
  display: block;
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

:focus {
  outline-offset: 4px;
}

::-webkit-scrollbar {
  width: 16px;

  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 20px;
  border: 5px double #b1b1b1;
}

::-webkit-scrollbar-thumb:hover {
  border: 5px double var(--white);
}

::-webkit-scrollbar-track {
  background: var(--black);
}

/*=============== BASE ===============*/
ul,
li,
a,
p,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
}
body.ltr :is(ul,
li,
a,
p,
b,
h1,
h2,
h3,
h4,
h5,
h6 ){
  direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: 900;
  text-align: center;
  display: block;
}

h1,
.h1 {
  font-size: var(--fs-1);
}

h2,
.h2 {
  font-size: var(--fs-2);
}

h3,
.h3 {
  font-size: var(--fs-3);
}

h4,
.h4 {
  font-size: var(--fs-4);
}

h5,
.h5 {
  font-size: var(--fs-5);
}

body.ltr h1,
body.ltr .h1 {
  font-size: var(--fs-1-en);
}

body.ltr h2,
body.ltr .h2 {
  font-size: var(--fs-2-en);
}

body.ltr h3,
body.ltr .h3 {
  font-size: var(--fs-3-en);
}

body.ltr h4,
body.ltr .h4 {
  font-size: var(--fs-4-en);
}

body.ltr h5,
body.ltr .h5 {
  font-size: var(--fs-5-en);
}


/*------====== English font======----*/
li span,
b span,
p span {
  padding: 0;
  font-size: var(--fs-base-en);
  font-weight: 400;
}
h1 span{
  font-size: var(--fs-1-en);
  font-weight: 700;
}
.em span,
h2 span {
  font-size: var(--fs-2-en);
  font-weight: 650;
}
h3 span {
  font-size: var(--fs-3-en);
  font-weight: 600;
}
h4 span {
  font-size: var(--fs-4-en);
  font-weight: 550;
}
h5 span {
  font-size: var(--fs-5-en);
  font-weight: 500;
}

span {
  direction: ltr;
  font-family: "lato", sans-serif;
  display: inline;
}
.english-font {
  font-family: "lato", sans-serif;
}

.desktop {
  display: none;
}

/* <--========== body ==========--> */

.sherch{
  position: sticky;
}
/* آیکون اصلی */
#searchToggle {
  margin: 0 5px 5px 0px;
  top: 58px;
  position: absolute;
  right: calc(4vw + 50px);
  font-size: 17px;
  cursor: pointer;
  z-index: 999999;
  color: var(--white);
}
#searchBox,
#overlay2 {
  display: none;
  transition: all 0.3s ease;
}

#searchBox.active,
#overlay2.active {
  display: block;
}
/* تارکننده پس‌زمینه */
#overlay2 {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.966);
  display: none;
  z-index: 998;
}
/* باکس جستجو */
#searchBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 50px 15px 15px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
}

#searchBox input {
  padding: 10px 75px 10px 50px;
  font-size: var(--fs-4);
  border: none;
  outline: none;
  max-width: 700px;
  width: 90vw;
  margin-left: 5vw;
  background-color: rgba(245, 245, 220, 0);
  border-bottom: 1px solid white;
  direction: rtl;
  text-align: right;
  color: var(--white);
}

/* آیکون ذره‌بین درون باکس */
#searchButton {
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
}

/* آیکون بستن */
#closeSearch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(5vw + 12px);
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
#searchButton:hover ,
#closeSearch:hover {
  color: var(--white-hover);
}

.top-nav {
  position: fixed;
  top: 60px;
  right: 4vw;
  width: 35px;
  height: 30px;
  text-align: right;
  z-index: 999999;
  transition: all 0.2s ease-in-out;
}

#menu-toggle {
  color: var(--action-tertiary);
  border: none;
  width: 35px;
  height: 30px;
  cursor: pointer;
  font-size: 30px;
  border-radius: 5px;
}

.side-menu {
  position: fixed;
  right: -250px;
  top: 0;
  padding: 100px 0;
  width: 250px;
  height: 100%;
  background: var(--background-primary);
  transition: right 0.3s ease-in-out;
  z-index: 999999;
  direction: rtl;
  text-align: right;
  overflow-y: auto;
}

.side-menu.open {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
  transition: all 0.2s ease-in-out;
}

.overlay.active {
  display: block;
}

.side-menu>ul {
  list-style: none;
  padding: 0;
}



.side-menu li button {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
}

.side-menu li button>a {
  color: var(--white);
  font-size: 23px;
  font-weight: 700;
  width: 100%;
  text-align: right;
  padding: 11px 20px 11px 0;
}

.side-menu li button i {
  position: absolute;
  left: 0px;
  padding: 0px 10px 0 35px;
  top: 15px;
  height: 100%;
  color: var(--white);
  transition: all .2s ease-in-out;
}



.submenu,
.submenu2,
.submenu3,
.submenu4 {
  display: none;
  position: relative;
  z-index: 999;
  transition: all .3s ease-in-out;
}

.menu.active .submenu,
.menu2.active .submenu2,
.menu3.active .submenu3,
.menu4.active .submenu4 {
  display: block;
}

.submenu a,
.submenu2 a,
.submenu3 a,
.submenu4 a {
  display: flex;
  color: #ffffffdd;
  padding: 10px 40px 10px 0px;
  width: 100%;
  font-size: 23px;
}

.side-menu>ul>li>a {
  padding: 11px 20px 11px 0;
  color: var(--white);
  display: block;
  font-size: 23px;
  font-weight: 700;
}

.side-menu .page {
  color: #b8b8b8;
  font-weight: 900;
}

.side-menu a:hover,
.side-menu button a:hover,
.side-menu button i:hover {
  transition: all 0.2s ease-in-out;
  color: #ffffffa0;
}

.side-menu .social-link-menu {
  position: relative;
  width: 150px;
  bottom: -50px;
  text-align: center;
  margin-right: 80px;
}

.side-menu .social-link-menu a {
  color: var(--white);
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  padding: 10px;
}

.side-menu .social-link-menu a:hover {
  color: var(--action-primary-hover);
}

.main {
  position: relative;
  width: 100%;
  height: 70vh;
}

.main .img-main {
  position: absolute;
  width: 100%;
  height: 100%;
}

.title-media-link {
  position: sticky;
  top: 10px;
  z-index: 999;
  height: 45vh;
}

.logo-yasaman {
  position: absolute;
  left: calc(50vw - 50px);
  top: 10px;
  width: 100px;
  z-index: 150;
}

.lang {
  position: absolute;
  left: 5px;
  top: 40px;
  z-index: 999999;
  color: var(--action-primary-hover);
  display: flex;
  background-color: var(--accent);
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  font-size: 20px;
  display: grid;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.lang.ltr{
  position: absolute;
    left: 10px;
    top: 40px;
    z-index: 999999;
    color: var(--action-primary-hover);
    display: flex;
    background-color: var(--accent);
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.lang:hover {
  background-color: var(--action-primary-hover);
  color: var(--background-primary);
}



main .social-link,
.main .social-link {
  position: absolute;
  left: 38px;
  top: 40px;
  display: flex;
}

.social-link a {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 0 5px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: var(--background-primary);
  text-decoration: none;
  transition: all 0.4s ease;
  color: var(--action-primary-hover);
  font-size: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.social-link a i {
  height: 28px;
  width: 28px;
  display: grid;
  text-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  scale: .8;
}

.social-link a:hover {
  background: var(--action-primary-hover);
  color: var(--background-primary);
}

.main .content {
  background-color: var(--background-primary-opacity);
  position: absolute;
  text-align: center;
  bottom: 0px;
  right: 0;
  width: 100%;
  color: var(--white);
  direction: rtl;
  z-index: 120;
  padding: 20px;
}

.main .content h2,
.main .content h1 {
  text-align: right;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background-color: var(--action-tertiary);
  color: white;
  border: none;
  box-shadow: 0 1px 2px black;
  border-radius: 50%;
  font-size: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999999;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top i{
  display: grid;
}



.welcome .content {
  position: relative;
  width: 100%;
  background-color: var(--background-secondary);
  padding: 0 10px 40px 10px;
  z-index: 105;
}

.welcome h1,
.welcome p {
  position: relative;
  background-color: var(--background-secondary);
  direction: rtl;
  z-index: 104;
  text-align: center;
}

.welcome h1 {
  padding: 70px 0 10px 0;
  font-size: var(--fs-1);
}

.welcome p {
  padding: 10px 0 10px 0;
}

.content .em {
  font-size: 40px;
  font-weight: 400;
  color: #b97bff;
  direction: rtl;
  padding-top: 20px;
}

.back-link {
  position: relative;
  height: 60px;
  width: 100vw;
  padding: 20px 10px;
  background-color: var(--background-secondary);
  box-shadow: 0 -.3px 1px black;
  z-index: 150;
}

.back-link ul {
  direction: rtl;
  display: flex;
  width: 90vw;
  list-style-type: none;
}

.back-link ul li {
  display: inline-block;
  font-size: 14px;
  color: #9f9f9f;
  text-align: right;
  list-style-type: none;
}

.back-link ul li a {
  color: #9f9f9f;
  padding: 3px 3px 3px 2px;
}

.back-link ul li a:hover {
  color: var(--action-primary-hover);
}

.back-link ul li .page,
.back-link ul li .page:hover {
  color: var(--accent);
}

.body-mtn {
  width: 100vw;
  padding: 50px 10vw;
  background-color: var(--background-secondary);
}

.body-mtn .i-right {
  font-size: 4rem;
  text-align: right;
  color: var(--action-primary-hover);
  float: right;
}

.body-mtn .i-left {
  font-size: 4rem;
  text-align: left;
  color: var(--action-primary-hover);
}

.elements {
  position: relative;
  background-color: var(--background-tertiary);
  width: 100vw;
}

.elements .content li {
  list-style-type: disc;
}

.elements .content .no-list li {
  list-style-type: none;
}

.content {
  direction: rtl;
  padding: 15px;
}

.content li {
  list-style-type: none;
}

.rilc .content-center,
.lirc .content-center,
.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
}

/* ====== clirc and crilc ======*/

/* ====== clirc and crilc ======*/
.clirc,
.crilc {
  position: relative;
  width: 100vw;
  direction: rtl;
}

.clirc {
  background-color: var(--background-tertiary);
}

.crilc {
  background-color: var(--background-secondary);
}

.clirc .content,
.crilc .content {
  padding: 20px;
}
.clirc .content li,
.crilc .content li {
  list-style-type: none;
}

.clirc .content :is(h1, h2, h3, h4, h5),
.crilc .content :is(h1, h2, h3, h4, h5),
.lirc .content :is(h1, h2, h3, h4, h5),
.rilc .content :is(h1, h2, h3, h4, h5) {
  text-align: right;
}

.content-img {
  padding: 0;
}

.read-more i {
  margin-top: 20px;
}

.list-3-elements {
  position: relative;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
}

.list-3-elements .content {
  padding: 10px 30px;
  text-align: right;
}

.list-3-elements img,
.list-3-elements .content {
  height: 50vh;
  width: 100%;
}

.list-3-elements .list-1 {
  background-color: var(--action-primary-hover);
}

.list-3-elements .list-2 {
  background-color: var(--background-primary);
  color: var(--white);
}

.list-3-elements .list-3 {
  background-color: var(--action-primary-hover);
}

@media (min-width: 1024px) {
  .list-3-elements>div {
    width: calc(100vw / 3);
  }
}


.body-web {
  position: relative;
  background-color: var(--background-tertiary);
  width: 100%;
  height: auto;
  padding: 40px 10px;
  text-align: right;
}

.body-web .abi {
  color: blue;
  text-decoration: underline;
}

.body-web .head-page {
  text-align: center;
}

.body-web .content {
  width: 100%;
  padding: 5px;
  direction: rtl;
}

.body-web .content :is(h2, h3, h4, h5) {
  text-align: right;
  padding: 20px 0 10px 0;
}

.body-web .content li {
  list-style: none;
  margin-right: 10px;
}

.body-web .ads {
  width: 100%;
}

.link-afew-pages {
  display: flex;
  padding: 10px;
  justify-content: center;
}

.link-afew-pages li {
  padding: 0px 15px;
}

.link-afew-pages a {
  padding: 5px 0;
  transition: all 0.5s ease-in-out;
}

.link-afew-pages a i {
  padding-right: 5px;
}

.link-afew-pages a:hover {
  border-bottom: 1px solid black;
}

.link-afew-pages .border-bottom {
  border-bottom: 1px solid black;
}




/*------====== Form =======------*/
.form {
  position: relative;
  direction: rtl;
  text-align: right;
  width: 100vw;
  padding: 50px 10px 50px 10px;
  background-color: var(--background-tertiary);
}

form {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 10px;
}

form #phone {
  direction: rtl;
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 20px;
  font-weight: 900;
  background-color: var(--background-secondary);
  font-family: B Kamran, B Nazanin, "lato", "alkaline";
}

form #documents {
  height: 10vh;
}

form button {
  margin: auto;
  text-align: center;
  background-color: var(--accent);
  color: white;
  border: none;
  width: 100%;
  margin-top: 20px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
}

form button:hover {
  background-color: var(--foreground-tertiary);
  color: var(--accent);
}

.img-bg{
  display: none;
}

.promo-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 10px 0px;
  gap: 8px;
  z-index: 150;
  width: 100%;
}

.promo-item {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.promo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.promo-item:hover img {
  transform: scale(1.1);
}

.promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #5c2e91ae;
  flex-direction: column;
  color: white;
  padding: 20px;
  transition: background 0.3s;
  direction: rtl;
}

.promo-overlay h3 {
  text-align: right;
  margin-right: 20px;
  margin-top: 120px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid var(--action-primary-hover);
}

.promo-overlay h3 i {
  font-size: 35px;
}

.promo-overlay a {
  width: 90px;
  margin-right: 20px;
  background: white;
  color: black;
  text-align: center;
  padding: 6px 12px;
  font-weight: bold;
  display: block;
  float: right;
  transition: all 0.2s ease-in-out;
}

.promo-overlay a:hover {
  background: none;
  color: #ffffff;
  border: 1px solid white;
}

.footer {
  position: relative;
  background-color: var(--background-secondary);
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  padding: 30px 10px;
  z-index: 200;
  direction: rtl;
}

.footer-col {
  width: 100%;
  padding: 10px 20px;
}

.footer-col .tel>.tel-number {
  direction: ltr;
  text-align: left;
}

.footer-col iframe {
  height: 200px;
}

.footer-logo img {
  position: relative;
  width: 150px;
  margin-right: calc(50% - 75px);
}

.footer h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #333;
  text-align: right;
  font-size: var(--fs-base);
  border-bottom: 1px solid black;
}

.footer p,
.footer a {
  color: #444;
  text-decoration: none;
  text-align: justify;
  font-size: 22px;
}

.footer .emile {
  font-size: 16px;
}

.footer a:hover {
  color: var(--action-primary-hover);
}

.footer .social-link {
  display: flex;
  margin-top: 10px;
}

.footer .social-link a {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 0 6px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: var(--background-primary);
  text-decoration: none;
  transition: all 0.4s ease;
  color: var(--action-primary-hover);
  align-items: center;
  text-align: center;
  justify-content: center;
}

.footer .social-link a i {
  height: 28px;
  width: 28px;
  display: grid;
  text-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  scale: .8;
}

.footer .social-link a:hover {
  background: var(--action-primary-hover);
  color: var(--background-primary);
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 13px;
  background-color: var(--background-tertiary);
  color: #bdbdbd;
  direction: ltr;
  transition: all 2s ease-in-out;
}

.footer-bottom p {
  font-size: 15px;
  direction: ltr;
}

.footer-bottom a {
  font-size: 12px;
  text-decoration: underline;
}

.footer-bottom a:hover {
  color: var(--action-primary);
}