@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");

html,
body {
  padding: 0;
  margin: 0;
  direction: rtl;
  text-align: right;
  font-family: "Almarai", sans-serif;
  overflow-x: hidden;
}

.bg-body-tertiary {
  /*background-color: #F7F2EF !important;*/
  background-color: #f7f2ef00 !important;
}
.okewa-pulse_3 {
  display: block;
  position: fixed;
  border-color: #0dc152;
  border-width: 1px;
  border-style: solid;
  border-radius: 55px;
  height: 50px;
  width: 50px;
  bottom: 25px;
  z-index: 99;
  left: 15px;
  -webkit-animation: ok_widgetPulse infinite 1.5s;
  animation: ok_widgetPulse infinite 1.5s;
}
.social-links{
  
}
.social-links a{
  width: 35px;
  height: 35px;
  font-size: 25px;
  border-radius: 6px;
  background-color: #c18758;
  display: flex;
  text-decoration: auto;
  margin-left: 2px;
  color: white;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.social-links a i{
  color: white;
    margin: 0;
}
.whats-app {
  background: linear-gradient(#25d366, #25d366, #25d366);
  animation: rotate 2.5s linear infinite;
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  bottom: 25px;
  box-shadow: 0px 0px 8px 2px #00000085;
  left: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  display: flex;
  z-index: 100;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes ok_widgetPulse {
  0% {
      opacity: 0
  }
  50% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
  }
  100% {
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2);
      opacity: 0
  }
}

@media only screen and (max-width: 600px) {
  .navbar-collapse{
    position: fixed;
    top: 0px;
    transition-duration: .5s;
    bottom: 0px;
    box-shadow: 1px 1px 2px 6px #0000003b;
    background-color: #ffffffba;
    right: calc(-100vw);
    display: block !important;
    backdrop-filter: blur(5px);
    /* border-top-left-radius: 8%;
    border-bottom-left-radius: 8%; */
    width: 68%;
    padding: 27px;
  }
  .navbar-collapse.show{
    right: 0; 
  }
  .nav-link{
    background: transparent;
    backdrop-filter: blur(0px);
  }
}
.copyright{
  text-align: center;
  background-color: #c18758;
  color: white;
  padding: 5px;
  height: 37px;
}
#watsupform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #0000007a;
  backdrop-filter: blur(8px);
  z-index: 999999999999;
}
#video_news{
  width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
#watsupform .main_watsap {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  direction: rtl;
  color: black;
  position: relative;
  min-width: 50%;
}

.close_whatsup {
  position: absolute;
  left: 6px;
  background: #ff000029;
  width: 30px;
  cursor: pointer;
  height: 30px;
  display: flex;
  border-radius: 50%;
  color: red !important;
  top: 5px;
  align-items: center;
  justify-content: center;
}
#watsupform .title_whatsup {
  margin: 0 0 11px 0 !important;
  font-size: 15px;
  font-weight: bolder;
  text-align: center;
  color: #201111;
}

#watsupform input {
  height: 50px;
  border-radius: 50px;
  text-align: center;
}
#watsupform input {
  height: 50px;
  border-radius: 50px;
  text-align: center;
}

.text-danger {
  color: #dc3545!important;
}

#watsupform #go-to-whatsapp {
  background: #28a745 !important; 
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 50px;
  color: white;
}
#watsupform button .text_send {
  font-size: 14px;
  direction: ltr;
  font-weight: 500;
  margin: 0;
}

.ldld.bare.em-1, .ldld.default.em-1, .ldld.ldbtn.em-1 {
  width: 1em;
  height: 1em;
  display: none;
}

@keyframes ok_widgetPulse {
  0% {
      opacity: 0
  }
  50% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1
  }
  100% {
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2);
      opacity: 0
  }
}

.send-order p {
  padding: 0;
  margin: 0;
  font-family: 'Tajawal', sans-serif;
}
.send-order{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tajawal', sans-serif;
}
.ldld.bare.em-1,
.ldld.default.em-1,
.ldld.ldbtn.em-1 {
  width: 1em;
  height: 1em;
  display: none;
}

.ldld.bare:before {
  content: " ";
  display: block;
  background: 0;
  animation: ldld-default .5s ease-in-out infinite;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-color: currentColor transparent currentColor transparent;
}

@keyframes ldld-default {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.blog-post-thumb img::before {
  opacity: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
}

section.landing {
  /*background-color: #F7F2EF;*/
  /*text-align: center;*/
  /*padding-top: 88px;*/
  /*position: relative;*/
  /*height: calc(100vh - 102px);*/
  background-color:white;
  text-align: center;
  overflow: hidden;
  padding-top: 88px;
  position: relative;
  /* height: calc(100vh - 102px); */
  height: calc(100vh);
  background-size: cover;
  background-position: center;
}
.card-text:last-child{
  text-align: justify;
}
/* section.landing::before {    
  content: "";
  background-image: url(https://starsfuture1.com/assets/images/background3.jpg);
  background-size: cover;
  position: absolute;
  top: 0px;
  background-position: center;
  right: 0px;
  bottom: 0px;
  left: 0px;  
  animation: animatedBackground 20s infinite; 
} */
@keyframes animatedBackground {
  0% {
    background-position: 100%; 
    transform: scale(1);
  }
  50% { 
    background-position: 38%;
    transform: scale(1.5);
  }
  80% { 
    background-position: 0%;
    transform: scale(1);
  }
  100%{
    background-position: 100%; 
    transform: scale(1);
  }
}

@keyframe leaves {
  0% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
  }
  100% {
      transform: scale(3.0);
      -webkit-transform: scale(3.0);
  }
}
.navbar-toggler {
  border: none;
}

.bg-body-tertiary {
  position: absolute;
  top: 0;
  z-index: 9999999;
  width: 100%;
}

section.landing img {
  width: 400px;
  position: absolute;
  right: 10px;
  height: calc(100vh - 102px);
  z-index: 0;
}

section.landing .content {
  position: relative;
  z-index: 2;
  color: #0F1E45;
  padding-top: 6rem;
}

section.landing .content h1 {
  font-weight: 900;
  color: #c18758;
  font-size: 4pc;
  /* font-family: system-ui; */
  text-shadow: 0px 2px 0px white;
}
/* *{
  font-family: system-ui !important;
} */
section.landing .content p {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 70%;
  padding: 5px;
  margin: auto;
  background-color: #ffffff36;
  text-shadow: 0px 0px 3px white;
  border-radius: 5px;
  backdrop-filter: blur(5px);
}

section.send-request {
  width: 85%;
  text-align: center;
  padding: 1rem 1rem;
  backdrop-filter: blur(6px);
  background-color: #ffffffd9 !important;
  border-radius: 0.5rem;
  margin: auto;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  margin-bottom: -240px;
}

section.send-request input,
section.send-request button.btn {
  height: 50px;
  width: 100% !important;
  margin-bottom: 1rem;
}

section.send-request h2 {
  color: #0F1E45;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
}

section.send-request h5 {
  color: #C18757;
  font-size: 1.2rem;
  margin: auto;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  section.send-request {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 0.5rem;
    margin: auto;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    margin-bottom: -180px;
    width: 95%;
  }

  section.send-request h2 {
    color: #0F1E45;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  section.send-request h5 {
    color: #C18757;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .navbar-toggler{
    backdrop-filter: blur(3px);
    background-color: #ffffff9e;
    position: fixed;
    top: 28px;
    box-shadow: 0px 2px 6px #00000078;
    left: 22px;
  }
  .nav-link::before {
    content: "\2022";
    display: inline-block;
    width: 8px;
    height: 32px;
    transform: scale(3.5);
    color: #c18658;
    margin-left: 5px;
  }
  section.landing {
    background-color: #F7F2EF;
    text-align: center;
    position: relative;
    height: calc(100vh);
    /* height: calc(100vh - 102px); */
  }
  .section-title {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .section-title::before { 
    width: 100% !important; 
    bottom: -11px !important;
  }
  section.landing img {
    width: 90%;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    height: 500px;
    z-index: 0;
  }

  section.landing .content {
    position: relative;
    z-index: 2;
    color: #0F1E45;
    padding-top: 2rem;
  }

  section.landing .content h1 {
    font-weight: 700;
    margin-top: 53px;
    font-size: 2.6rem;
  }

  section.landing .content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0;
    width: 100%;
    text-align: justify;
    text-align-last: center;
  }
  .navbar-brand img{
    width: 98px;
  }
  .mb-10{
    margin-bottom:10px;
  }

  section.send-request {
    background-color: #ffffffd9 !important;
    text-align: center;
    padding: 1rem 1rem;
    backdrop-filter: blur(6px);
    border-radius: 0.5rem;
    margin: auto;
    -webkit-transform: translateY(-315px);
    transform: translateY(-315px);

    /* -webkit-transform: translateY(-250px); */
    /* transform: translateY(-360px); */
    margin-bottom: -28px;
    width: 95%;
  }
  section.about{
    margin-top: -299px;
  }

  section.send-request h2 {
    color: #0F1E45;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }

  section.send-request h5 {
    color: #C18757;
    margin-bottom: 2rem;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0F1E45 !important;
  --bs-btn-border-color: #0F1E45;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0F1E45;
  --bs-btn-hover-border-color: #0F1E45;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0F1E45;
  --bs-btn-active-border-color: #0F1E45;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0F1E45;
  --bs-btn-disabled-border-color: #0F1E45;
}

.services {
  margin-top: 2rem;
}

.section-title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0.75rem;
}

.section-title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 3px;
  border-radius: 1rem;
  width: 86%;
  background-color: #C18757;
}

section.about {
  padding: 40px 0 70px;
}

section.about img {
  width: 100%;
}

section.about .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.about p {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.8;
  color: #0F1E45;
}

section.services p.services-desc {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #0F1E45;
}

section.services .card {
  text-align: center;
  border: none;
  background-color: #f6f6f8;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

section.services .card .card-title {
  color: #0F1E45;
  font-weight: 700;
}

section.services .service-image {
  padding: 1rem;
  height: 140px;
}

section.services .service-image .third-img {
  width: 150px;
}

section.services img {
  width: 100px;
  margin: auto;
  margin-top: 1rem;
}

.text-primary {
  color: #0F1E45;
}

section.partners img {
  width: 80%;
  display: block;
  margin: auto;
}

.google-map {
  width: 550px;
}

section.contact {
  background-color: #F9F6F3;
}

section.contact p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 1.5rem 0;
}

.contact-details {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 2.5rem;
}

.contact-details li {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.contact-details i {
  width: 35px;
  height: 35px;
  border-radius: 0.3rem;
  background: #EBEBEB;
  font-size: 1rem;
  text-align: center;
  line-height: 35px;
  margin-left: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-details i:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

footer img.logo {
  width: 220px;
}

footer .social-media img {
  width: 30px;
  margin: 0 0.5rem;
}

footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  margin-top: 1rem;
  flex-direction: column;
}
.social-links{
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  margin-top: 1rem;
  justify-items: start;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
footer ul li {
  margin-bottom: 0.7rem;
}

footer ul a{
  margin-bottom: 0.7rem;
  color: #101453;
  text-decoration: blink;
}

footer ul i {
  color: #C18757;
  margin-left: 0.5rem;
}

@media (max-width: 575px) {
  section.partners img {
    margin-bottom: 1rem;
  }

  .google-map {
    width: 100%;
  }

  footer .col-md-3 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  footer .logo-social {
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  section.services .row>div {
    margin-bottom: 1rem;
  }

  .google-map {
    width: 100%;
  }
}

 .background-website{
      position: absolute;
      top:0px;
      right:0px;
      bottom:0px;
      left: 0px;
      width:100%;
      height: 100%;
   }
    .navbar .container{
      max-width: 1300px;
    }
    section.landing_page {
    background-color: white;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: calc(100vh);
    background-size: cover;
    background-position: center;
}
    section.landing_page .content h1{
      color: #ffffff !important; 
      text-shadow: 0px 2px 0px #c18758 !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
      background-color: #ffffff87;
      margin: 0 10px; 
      backdrop-filter: blur(3px);  
      border-radius: 5px;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }
    @media only screen and (max-width: 600px){
      .navbar-expand-lg .navbar-nav .nav-link{
        background-color: transparent;
        backdrop-filter: blur(0px); 
      }
    }
    .row{
      justify-content: center;
    }
    .title-new{
      color: #122558;
      margin-bottom: 15px;
      font-weight: 700;
      position: relative;
      width: 100%;
      text-align: center;
      /* background-color: #e5c196;
      border-radius: 10px;
      padding: 19px; */
    }
    .mb-10{
      margin-bottom:10px;
    }
    .going_to_another{
      text-decoration: none;
      color: black;
    }
    .ca{
      border: 1px dashed gainsboro;
      background-color: #f6f6f8;
    }
    .title-new::before {
        content: "";
        position: absolute;
        bottom: -5px;
        right: 0;
        height: 3px;
        border-radius: 1rem;
        width: 100%;
        background-color: #C18757;
    }
    @font-face {
      src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/polar.otf");
      font-family: 'Polar';
    }
     
    
    svg {
      display: block;
      overflow: visible;
    }
    
    .slider-container {
      position: relative;
      height: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: all-scroll;
    }
    
    .slider-control {
      z-index: 2;
      position: absolute;
      top: 0;
      width: 12%;
      height: 100%;
      transition: opacity 0.3s;
      will-change: opacity;
      opacity: 0;
    }
    .slider-control.inactive:hover {
      cursor: auto;
    }
    .slider-control:not(.inactive):hover {
      opacity: 1;
      cursor: pointer;
    }
    .slider-control.left {
      left: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .slider-control.right {
      right: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    }
    
    .slider-pagi {
      position: absolute;
      z-index: 3;
      left: 50%;
      bottom: 2rem;
      transform: translateX(-50%);
      font-size: 0;
      list-style-type: none;
    }
    .slider-pagi__elem {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 2rem;
      height: 2rem;
      margin: 0 0.5rem;
      border-radius: 50%;
      border: 2px solid #fff;
      cursor: pointer;
    }
    .slider-pagi__elem:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.2rem;
      height: 1.2rem;
      background: #fff;
      border-radius: 50%;
      transition: transform 0.3s;
      transform: translate(-50%, -50%) scale(0);
    }
    .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
      transform: translate(-50%, -50%) scale(1);
    }
    
    .slider {
      z-index: 1;
      position: relative;
      height: 100%;
    }
    .slider.animating {
      transition: transform 0.5s;
      will-change: transform;
    }
    .slider.animating .slide__bg {
      transition: transform 0.5s;
      will-change: transform;
    }
    
    .slide {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .slide.active .slide__overlay,
    .slide.active .slide__text {
      opacity: 1;
      transform: translateX(0);
    }
    .slide__bg {
        position: absolute;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        will-change: transform;
    }
    .slide:nth-child(1) {
      left: 0;
    }
    .slide:nth-child(1) .slide__bg {
        left: 0;
        background-image: url("https://starsfuture1.com/assets/images/background3.jpg");
    }
    .slide:nth-child(1) .slide__overlay-path {
      fill: #e99c7e;
    }
    @media (max-width: 991px) {
      .slide:nth-child(1) .slide__text {
        background-color: rgba(233, 156, 126, 0.8);
      }
    }
    .slide:nth-child(2) {
      left: 100%;
    }
    .slide:nth-child(2) .slide__bg {
      left: -50%;
      background-image: url("https://starsfuture1.com/assets/images/background2.jpg");
    }
    .slide:nth-child(2) .slide__overlay-path {
      fill: #e1ccae;
    }
    @media (max-width: 991px) {
      .slide:nth-child(2) .slide__text {
        background-color: rgba(225, 204, 174, 0.8);
      }
    }
    .slide:nth-child(3) {
      left: 200%;
    }
    .slide:nth-child(3) .slide__bg {
      left: -100%;
      background-image: url("https://starsfuture1.com/assets/images/background3.jpg");
    }
    .slide:nth-child(3) .slide__overlay-path {
      fill: #adc5cd;
    }
    @media (max-width: 991px) {
      .slide:nth-child(3) .slide__text {
        background-color: rgba(173, 197, 205, 0.8);
      }
    }
    .slide:nth-child(4) {
      left: 300%;
    }
    .slide:nth-child(4) .slide__bg {
      left: -150%;
      background-image: url("https://starsfuture1.com/assets/images/background2.jpg");
    }
    .slide:nth-child(4) .slide__overlay-path {
      fill: #cbc6c3;
    }
    @media (max-width: 991px) {
      .slide:nth-child(4) .slide__text {
        background-color: rgba(203, 198, 195, 0.8);
      }
    }
    .slide__content {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        height: 100%;
        left: 0;
    }
    .slide__overlay {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-31%, 0, 0);
        opacity: 0;
    }
    @media (max-width: 991px) {
      .slide__overlay {
        display: none;
      }
    }
    .slide__overlay path {
      opacity: 0.8;
    }
    .slide__text {
        position: absolute;
        width: 100%;
        bottom: 50%;
        left: 0;
        color: #fff;
        transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
        will-change: transform, opacity;
        transform: translateY(-50%);
        opacity: 0;
    }
    @media (max-width: 991px) {
      .slide__text {
            left: auto;
            bottom: 39%;
            right: auto;
            width: 100%;
            background-color: transparent !important;
            border-radius: 21px;
            height: 20rem;
            text-align: center;
            transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
            padding: 0 1rem;
      }
    }
    .slide__text-heading { 
        font-size: 4rem;
        margin-bottom: 2rem;
        font-weight: bolder;
        font-family: sans-serif;
        color: #ffffff !important;
        text-shadow: 0px 2px 0px #c18758 !important;
    }
    @media (max-width: 991px) {
      .slide__text-heading { 
        font-size: 3.5rem;
      }
    }
    .slide__text-desc { 
      font-size: 1.8rem;
      margin-bottom: 1.5rem;
    }
    @media (max-width: 991px) {
      .slide__text-desc {
        display: none;
      }
    }
    .slide__text-link {
      z-index: 5;
      display: inline-block;
      position: relative;
      padding: 0.5rem;
      cursor: pointer;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 2.3rem;
      perspective: 1000px;
    }
    @media (max-width: 991px) {
      .slide__text-link {
        display: none;
      }
    }
    .slide__text-link:before {
      z-index: -1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      transform-origin: 50% 100%;
      transform: rotateX(-85deg);
      transition: transform 0.3s;
      will-change: transform;
    }
    .slide__text-link:hover:before {
      transform: rotateX(0);
    }
    .send-request{
            position: relative;
            z-index: 999;
    }

/*# sourceMappingURL=style.css.map */