
@charset "UTF-8";

@font-face {
  font-family: "Rayzan";
  src: url("/assets/fonts/Rayzan-Light.woff") format("woff");
  font-weight: normal;
}
@font-face {
    font-family: "Rayzan";
    src: url("/assets/fonts/Rayzan-Bold.woff") format("woff");
    font-weight: bold;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(0, 0, 0);
  text-decoration: none !important;
}
a:hover {
  color: rgb(65, 64, 66);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rayzan", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(195, 149, 73);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Rayzan", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  direction: rtl;
  background: rgb(255, 255, 255);
  color: rgb(35, 31, 32);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding:0 50px;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2001;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "Rayzan", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
  border-color: rgb(0, 0, 0);
}
ol {
  list-style-type: persian;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.container-fluid {
  max-width: 1790px;
}
.section {
  position: relative;
  z-index: 1;
}
.section .section-wrapper {
  position: relative;
  padding: 30px 0;
}
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 40px;
}
.section-title {
  font-size: 36px;
  color: rgb(51, 51, 51);
  margin: 0;
  position: relative;
  line-height: 1;
}
.section-header > .section-title::after {
  /*border-bottom: 1px solid rgb(51, 51, 51);*/
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
}
.tbutton {
  border: 1px solid transparent;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-light-fill {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}
.tbutton-light-fill:hover {
  background: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.tbutton-dark-fill {
  background: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.tbutton-dark-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}
.tbutton-dark-outline {
  background: rgb(255, 255, 255);
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
}
.tbutton-dark-outline:hover {
  background: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.page-title {
    font-size: 35px;
    color: rgb(190, 125, 67);
    margin-top: 15px;
    position: relative;
    line-height: 1;
    /*margin-bottom:50px;*/
}
#page-header .page-title::after {
    /*border-bottom: 1px solid rgb(51, 51, 51);*/
    border-bottom: 1px solid rgba(0,0,0,.1) ;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}
* + .page-desc {
  margin-top: 30px;
}
.entry-header {
  /*border-bottom: 1px solid rgb(51, 51, 51);*/
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.entry-title {
    font-size: 30px;
    margin: 0;
    color: rgb(195, 149, 73);
}
/*Custom*/
#header {
  position: relative;
  z-index: 1000;
  margin: 25px 0 30px;
}
.logotype > img {
  height: 40px;
}
.logomark > img {
  height: 92px;
}
.lang-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.lang-nav > li + li::before {
  content: "/";
  margin: 0 10px;
}
.lang-nav > li.active > a {
  font-weight: bold;
  color: rgb(195, 149, 73);
  cursor: default;
  pointer-events: none;
}
#footer {
  margin-top: 20px;
  padding: 0;
}
body.single #footer {
  padding-top: 0;
}
body.single #footer .footer-top {
  padding-top: 70px;
  border-top: 1px solid rgb(51, 51, 51);
}
.logo-footer {
  height: 83px;
}
.fblock-header {
  margin-bottom: 20px;
}
.fblock-title {
  margin: 0;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li:before {
  content: "/";
  margin-left: 10px;
}
.contact-info li > span[dir="ltr"] {
  letter-spacing: 3px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li:before {
  content: "/";
  margin-left: 10px;
}
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.social-nav > li + li {
  margin-right: 20px;
}
.social-nav > li > a > img {
  height: 32px;
}
.footer-bottom {
    border-top: 1px solid rgb(51, 51, 51);
    padding-top: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center !important;
}
.slide-card-header::before {
  padding-top: 33%;
  content: "";
  display: block;
}
.slide-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:4px;
}
.slideshow .owl-dots {
  counter-reset: slider;
  direction: ltr;
  text-align: right;
  margin: 10px 0 0;
}
.slideshow .owl-dots > button {
  counter-increment: slider;
}
.slideshow .owl-dots > button > span::before {
  content: "۰" counter(slider, persian);
  display: inline-flex;
}
.slideshow .owl-dots > button + button {
  margin-left: 30px;
}
.slideshow .owl-dots > button.active {
  font-weight: bold;
}
.section-intro .section-cover > img {
  max-width: 326px;
  display: block;
  margin: 0 auto;
}
.section-intro .section-cover > .section-title {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
}
.table-grid {
  position: relative;
}
.table-grid::after {
  background: rgb(255, 255, 255);
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.table-grid > div {
  border: 1px solid transparent;
}
.table-grid > div > div {
  position: relative;
  height: 100%;
  padding: 0px;
}
    .table-grid-blog > div > div {
        position: relative;
        height: 100%;
        padding: 10%;
    }
.table-grid-service > div > div {
    position: relative;
    height: 100%;
    padding: 5%;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:5px;
}
.blog-card-body {
  padding: 20px 0;
}
.blog-card-title {
  font-size: 24px;
  margin: 0;
  text-align:justify;
}
.blog-card-desc {

    text-align: justify;
}
.blog-card-footer {
  text-align: right;
}
.blog-card-btn {
  font-weight: bold;
  border-bottom: 3px solid rgb(0, 0, 0);
}
.event-card {
  position: relative;
  height: 100%;
  padding: 30px;
}
.event-card-header {
  position: relative;
}
.event-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.event-card-big .event-card-header::before {
  padding-top: 56.25%;
}
.event-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.event-card-body {
  padding: 20px 0;
}
.event-card-meta {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
}
.event-card-title {
  font-size: 24px;
  margin: 0;
}
.event-card-btn {
  font-weight: bold;
  border-bottom: 3px solid rgb(0, 0, 0);
}
.client-card:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.client-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.client-card-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.client-card-img {
  width: 100%;
  max-width: 100%;
  height: 150px;
  /*filter: brightness(0) invert(0) opacity(20%);*/
}
.client-card:hover .client-card-img {
  filter: brightness(0) invert(0) opacity(80%);
}
.section-about .section-cover {
  width: 80%;
  max-width: 781px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.section-about .slideshow .slide-card-header::before {
  padding-top: 73%;
}
.section-about .section-title::after {
  display: none;
}
.contact-grid {
  margin-top: 100px !important;
}
.contact-card-icon {
  height: 36px;
}
.contact-card-body {
  padding: 20px 0 0;
}
.service-card-header {
  position: relative;
}
.service-card-header::before {
  padding-top: 40%;
  display: block;
  content: "";
}
.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:5px;
}
.service-card-body {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.service-card:hover .service-card-body {
  opacity: 1;
  visibility: visible;
}
.service-card-title {
  font-size: 24px;
  margin: 0;
}
.venue-card-header {
  position: relative;
}
.venue-card-header::before {
  padding-top: 40%;
  display: block;
  content: "";
}
.venue-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:4px;
}
.venue-card-body {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.venue-card:hover .venue-card-body {
  opacity: 1;
  visibility: visible;
}
.venue-card-title {
  font-size: 24px;
  margin: 0;
}
.gallery-card-header {
  position: relative;
}
.gallery-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.gallery-card-img {
  width: 100%;
  /*height: 50%;*/
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border:2px solid gray;
}
.page-cover > img {
  width: 100%;
}
.facility-card {
  display: flex;
}
.facility-card-icon {
  width: 100%;
  max-width: 70px;
  max-height: 50px;
}
.facility-card-body {
  padding-right: 20px;
}
.facility-card-subtitle {
  display: block;
  margin: 5px 0 0;
}
.table-grid > div {
  border-bottom: 0px solid rgb(51, 51, 51);
  margin-top:30px;
}
/*Plugin*/
.lg-inner {
  direction: ltr;
}
/*CMS*/
.entry-content h6 {
  font-size: 21px;
}
.entry-content h5 {
  font-size: 22px;
}
.entry-content h4 {
  font-size: 24px;
}
.entry-content h3 {
  font-size: 26px;
}
.entry-content h2 {
  font-size: 28px;
}
.entry-content h1 {
  font-size: 30px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}
.gallery-caption {
  font-size: 11px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-11 .gallery-item {
  width: 9.09%;
}
.gallery-columns-12 .gallery-item {
  width: 8.33%;
}
.gallery-columns-13 .gallery-item {
  width: 7.69%;
}
.gallery-columns-14 .gallery-item {
  width: 7.14%;
}
.gallery-columns-15 .gallery-item {
  width: 6.66%;
}
.gallery-columns-16 .gallery-item {
  width: 6.25%;
}
.gallery-columns-17 .gallery-item {
  width: 5.88%;
}
.gallery-columns-18 .gallery-item {
  width: 5.55%;
}
.gallery-columns-19 .gallery-item {
  width: 5.26%;
}
.gallery-columns-20 .gallery-item {
  width: 5%;
}
.gallery-columns-21 .gallery-item {
  width: 4.76%;
}
.gallery-columns-22 .gallery-item {
  width: 4.54%;
}
.gallery-columns-23 .gallery-item {
  width: 4.34%;
}
.gallery-columns-24 .gallery-item {
  width: 4.16%;
}
.gallery-columns-25 .gallery-item {
  width: 4%;
}
.gallery-columns-26 .gallery-item {
  width: 3.84%;
}
.gallery-columns-27 .gallery-item {
  width: 3.7%;
}
.gallery-columns-28 .gallery-item {
  width: 3.57%;
}
.gallery-columns-29 .gallery-item {
  width: 3.44%;
}
.gallery-columns-30 .gallery-item {
  width: 3.33%;
}
/*Responsive*/

@media (max-width: 768.98px) {
  #navigation {
    background: rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2002;
  }
  #navigation.active {
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li + li {
    margin-top: 10px;
  }
  #navigation > ul > li {
    font-weight: bold;
  }
  #navigation li > a {
    color: rgb(255, 255, 255);
  }
  #navigation li:hover > a,
  #navigation li.current-menu-item > a {
    color: rgb(195, 149, 73);
  }
  .nav-toggle {
    border: 1px solid rgb(51, 51, 51);
    border-radius: 6px;
    height: 33px;
    padding: 0 10px;
    margin-right: 20px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .logomark {
    order: -1;
    margin-left: 10px;
    display: none;
  }
  .logotype {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  .section-full {
    width: 100vw;
    min-height: 100vh;
  }
  .vcenter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vcenter > div {
    flex: 1;
  }
  #navigation {
    border-bottom: 1px solid rgb(51, 51, 51);
    padding-bottom: 5px;
    margin-top: 45px;
  }
  body.darkmode #navigation {
    border-bottom-color: rgb(181, 179, 167);
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  #navigation > ul {
    justify-content: space-around;
    align-items: center;
  }
  #navigation > ul > li + li {
    margin-right: 40px;
  }
  #navigation li > a {
    font-weight: bold;
  }
  #navigation li:hover > a,
  #navigation li.current-menu-item > a {
    color: rgb(195, 149, 73);
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
}
@media (min-width: 576), (max-width: 991.98px) {
  .table-grid > div.col-sm-6:not(:nth-child(2n + 1)) {
    /*border-right-color: rgb(51, 51, 51);*/
  }
  body.darkmode .table-grid > div.col-sm-6:not(:nth-child(2n + 1)) {
    border-right-color: rgb(181, 179, 167);
  }
}
@media (min-width: 768px), (min-width: 1199px) {
  .table-grid > div.col-md-6:not(:nth-child(2n + 1)) {
    /*border-right-color: rgb(51, 51, 51);*/
  }
  body.darkmode .table-grid > div.col-md-6:not(:nth-child(2n + 1)) {
    border-right-color: rgb(181, 179, 167);
  }
}
@media (min-width: 1200px) {
  .table-grid > div.col-xl-2:not(:nth-child(6n + 1)) {
    /*border-right-color: rgb(51, 51, 51);*/
  }
  body.darkmode .table-grid > div.col-xl-2:not(:nth-child(6n + 1)) {
    border-right-color: rgb(181, 179, 167);
  }
}
body.darkmode {
  background: rgb(16, 41, 31);
  color: rgb(181, 179, 167);
}
body.darkmode a {
  color: rgb(181, 179, 167);
}
body.darkmode a:hover {
  color: rgb(195, 149, 73);
}
body.darkmode .section-title {
  color: rgb(181, 179, 167);
}
body.darkmode .section-header > .section-title::after {
  border-bottom-color: rgb(181, 179, 167);
}
body.darkmode .event-card-btn {
  border-bottom-color: rgb(181, 179, 167);
}
body.darkmode .blog-card-btn {
  border-bottom-color: rgb(181, 179, 167);
}
body.darkmode .client-card-header {
  filter: invert(1);
}
body.darkmode .logotype {
  filter: invert(1);
}
body.darkmode .social-nav {
  filter: invert(1);
}
body.darkmode .tbutton-light-fill {
  background: rgb(181, 179, 167);
  border-color: rgb(181, 179, 167);
  color: rgb(51, 51, 51);
}
body.darkmode .tbutton-light-fill:hover {
  background: rgb(195, 149, 73);
  border-color: rgb(195, 149, 73);
  color: rgb(255, 255, 255);
}
body.darkmode .tbutton-dark-fill {
  background: rgb(195, 149, 73);
  border-color: rgb(195, 149, 73);
  color: rgb(255, 255, 255);
}
body.darkmode .tbutton-dark-fill:hover {
  background: rgb(181, 179, 167);
  color: rgb(51, 51, 51);
}
body.darkmode .tbutton-dark-outline {
  background: rgb(181, 179, 167);
  border-color: rgb(195, 149, 73);
  color: rgb(195, 149, 73);
}
body.darkmode .tbutton-dark-outline:hover {
  background: rgb(195, 149, 73);
  border-color: rgb(195, 149, 73);
  color: rgb(255, 255, 255);
}
body.darkmode .page-title {
  color: rgb(181, 179, 167);
}
body.darkmode #page-header .page-title::after {
  border-bottom-color: rgb(181, 179, 167);
}
body.darkmode .entry-header {
  border-bottom-color: rgb(181, 179, 167);
}
body.darkmode .footer-bottom {
  border-top-color: rgb(181, 179, 167);
}
body.darkmode .table-grid > div {
  border-bottom-color: rgb(181, 179, 167);
}
body.darkmode .table-grid::after {
  background: rgb(181, 179, 167);
}
body.darkmode.single #footer .footer-top {
  border-top-color: rgb(181, 179, 167);
}
.hidden{
    display:none !important;
}
.copyright{
    text-align:center;
    margin-bottom:20px;
}
hr {
    border: 1px solid rgb(232, 232, 228);
    width:100%;
}
.under-title {
    text-align: right;
    border: 1px solid rgb(195, 149, 73);
    width: 20%;
    float: right;
    margin-top: 5px;
}
.card {
    position: relative;
    top: 30px;
    background: white;
    padding: 1.5rem;
    box-shadow: 0 -0.5rem 1rem rgba(0 0 0 / 0.15);
    border-radius: 4px;
}
.mt-10{
    margin-top:10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
/*@for $i from 1 through 20 {
    .card:nth-child(#{$i}) {
        top: $i + rem;
        rotate: $i + deg;
    }
}*/
