
@font-face {
  font-family: "Avenir-Regular";
  src: url("/assets/fonts/AVENIR-REGULAR.OTF");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir-Regular";
  src: url("/assets/fonts/AVENIR-HEAVY.OTF");
  font-weight: bold;
  font-style: normal;
}
@import url("https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css");
@import url("https://kit-free.fontawesome.com/releases/latest/css/free.min.css");

/* body,
*:not(i) {
  font-family: "Avenir-Regular" !important;
} */
 @font-face {
        font-family: 'DinNextLtW32';
        src: url('https://cdn.salla.sa/azlbg/jjQcZgxnJwxhCZfQLpjdeM6Mm66RpYVK9Fryl582')
    }

    body, *:not(i){
        font-family: 'DinNextLtW32' !important;
    }
h2 {
  color: #000;
  margin: 1rem 0 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.cards img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

/***************************           Cards            *******************************/

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 18px;
  padding-bottom: 2rem;
}
@media (max-width: 700px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}

.card {
  border: none;
  padding: 0.3rem;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
}
.card:hover {
  transform: translateY(-8px);
}

.thumbnail img {
  padding: 0.5rem;
}

.card-content {
  font-size: 0.75rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel.card-panel .panel-header {
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  height: 25px !important;
}

.panel.card-panel .panel-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category {
  font-size: 0.75rem;
  text-transform: uppercase;
}

footer {
  border-top: 2px solid #e7e7e7;
  margin: 0.5rem 0 0;
  min-height: 30px;
  font-size: 0.5rem;
}
.slate-column_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: var(--width);
  padding: 20px 15px;
}
.slate-column .slate-column-wrapper,
.typedream-page.content .slate-container .slate-column-wrapper {
  padding-left: unset;
  padding-right: unset;
}
.slate-button-container {
  display: flex;
  justify-content: center;
  width: 700px;
  max-width: min(100%, 700px);
  padding: 0 30px;
}
.slate-column_item > .slate-button-container {
  width: 100%;
  max-width: 100%;
}
.slate-button {
  position: relative;
  padding: 12px 20px;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: unset;
  line-height: unset;
  background-color: unset;
}
.slate-button-icon {
  place-items: center;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  margin: -5px -10px;
}
.slate-img-container {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .slate-column.stack-vertical.stack-reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .slate-column.stack-vertical .slate-column_item {
    width: 100%;
    max-width: 100%;
  }
}
.slate-column {
  /* min-height: var(--min-height); */
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.slate-column_item > .slate-p {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
}
.slate-button-container {
  display: flex;
  justify-content: flex-start;
  width: var(--width);
  max-width: var(--max-width);
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .slate-column.stack-horizontal .slate-column_item {
    padding: 5px 8px;
  }
}
.slate-container {
  min-height: var(--min-height);
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.slate-column-wrapper {
  width: 100%;
}
.slate-button-container {
  display: flex;
  justify-content: flex-start;
  width: var(--width);
  max-width: var(--max-width);
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .slate-column.stack-horizontal .slate-column_item {
    padding: 5px 8px;
  }
}
.slate-column .slate-button-container,
.typedream-page.content .slate-container .slate-button-container,
.slate-li .slate-button-container {
  padding-left: unset;
  padding-right: unset;
}
@media (max-width:700px){

    #firstimg{
        margin-top: 3rem;
    }
}
@media screen and (max-width: 768px)
{

    #ctotitle{
        font-size: 2.5rem !important;
      text-align:center;
    }
}
#porttitle{
  margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 2.5rem;
}
@media (min-width:900px)
{
 #porttitle{
    margin-bottom: 0 !important;
    font-size: 4rem;
     margin-top: 4rem !important;
}   
}
