@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Taviraj:wght@400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Unna:wght@400;700&display=swap");
:root {
  --ltn__body-font: 'Unica One', sans-serif;
  --font-playfair: 'Playfair Display', serif;
  --font-poppins:'Poppins', sans-serif;
  --font-taviraj:'Taviraj';
  --font-open:'Open Sans', sans-serif;
  --font-hindi:'Hind', sans-serif;
  --font-unna:'Unna', sans-serif;
  --black: #000000;
  --white:#fff;
  --color-1:#333;
  --color-2:#666;
  --color-3:#8857f2;
  --color-4:#a0a6b0;
  --color-5:#ff8555;
  --color-6:#ff6600;
  --color-7:#ebcfa7;
  --background-1:#9f8054;
  --background-2:#26282b;
  --transition: all .3s ease-in-out;
}

body {
  font-family: var(--ltn__body-font) !important;
}

.padding40 {
  padding: 40px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding100 {
  padding: 100px 0;
}

.padding140 {
  padding: 140px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading);
}

.background-1 {
  background: url(../images/background-3.jpg) no-repeat center center;
  background-size: cover;
}

.background-2 {
  background: url(../images/background-4.png) no-repeat center center;
  background-size: cover;
}

.background-3 {
  position: relative;
}

.background-3::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: var(--light-grey-2);
  left: 0px;
  top: 0px;
  z-index: -1;
}

.background-4 {
  background: var(--light-grey-2);
}

.background-5 {
  background: url(../images/background-5.png) no-repeat center center;
  background-size: cover;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 20px 0;
}

header .custom-logo {
  width: auto;
  height: 45px;
}

header .navbar {
  padding: 17px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 15px;
}

header .navbar .menu-item {
  padding: 0 18px !important;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: var(--font-poppins);
  font-weight: 600;
}

header .navbar .menu-item a {
  color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
}

header .navbar .menu-item a:hover {
  color: var(--white);
}

header .navbar .menu-item a:focus {
  color: var(--white);
}

header .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .nav-link {
  color: var(--white);
  padding: 0 18px !important;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-family: var(--font-poppins);
  font-weight: 600;
}

header .nav-link:hover {
  color: var(--white);
}

header .nav-link:focus {
  color: var(--white);
}

header .nav-item .active {
  color: var(--orange);
}

header .navbar-toggler {
  color: var(--white);
  background: var(--orange);
}

header .dropdown-item:focus, header .dropdown-item:hover {
  color: var(--white);
  text-decoration: none;
  background-color: #1ebdc2 !important;
}

header .dropdown-item {
  color: #3c3c3c;
  font-size: 14px;
}

header .dropdown-item.active, header .dropdown-item:active {
  color: var(--white);
  text-decoration: none;
  background-color: #2196F3;
}

header .navbar-toggler {
  outline: none !important;
}

header .navbar-tog {
  color: #1ebdc2;
}

header .megamenu-li {
  position: static;
}

header .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 99999;
  background: none;
  border: none;
}

header .megamenu .white-bg {
  padding: 20px;
  background: var(--white);
  border: solid 1px var(--light-blue);
}

header .megamenu ul {
  margin: 0px;
  padding: 0px;
}

header .megamenu ul li {
  list-style: none;
  font-weight: 400;
  border: solid 1px var(--light-blue);
  border-width: 0px 0px 1px 0px;
  font-size: 13px;
  padding: 7px 12px;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  text-transform: uppercase;
}

header .megamenu ul li:hover {
  background: var(--blue-bg2);
}

header .megamenu ul li a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
}

header .single-dropdown .dropdown-menu {
  padding: 10px;
  background: var(--white);
  border: solid 1px var(--light-blue);
  width: 250px;
  border-radius: 0px;
}

header .single-dropdown .dropdown-menu ul {
  margin: 0px;
  padding: 0px;
}

header .single-dropdown .dropdown-menu ul li {
  list-style: none;
  font-weight: 400;
  border: solid 1px var(--light-blue);
  border-width: 0px 0px 1px 0px;
  font-size: 13px;
  padding: 7px 12px;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  text-transform: uppercase;
}

header .single-dropdown .dropdown-menu ul li:hover {
  background: var(--blue-bg2);
}

header .single-dropdown .dropdown-menu ul li a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.sticky .nav-link {
  color: #000;
  padding: 6px 9px !important;
  font-size: 14px;
  text-transform: uppercase;
}

.sticky .nav-link:hover {
  color: var(--white);
}

.sticky .logo {
  margin: 0px;
}

.sticky .logo img {
  width: 130px;
}

.sticky .navbar-brand {
  width: 120px;
  background: url(../images/sticky-logo.jpg) no-repeat;
  height: 39px;
}

.sticky + .content {
  padding-top: 102px;
}

figure {
  position: relative;
}

figure .inner-banner .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

figure .inner-banner .item .content {
  position: relative;
  z-index: 9;
}

figure .inner-banner .item .content h1 {
  font-size: 5vw;
  line-height: 110px;
  color: #ebcfa7;
  font-family: 'font-playfair';
  position: relative;
  z-index: 99;
}

figure .inner-banner .item .content h2 {
  font-family: var(--font-poppins);
  color: var(--white);
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 32px;
}

figure .inner-banner .item .content a {
  height: 60px;
  line-height: 56px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #ebcfa7;
  padding: 0 40px;
  -webkit-box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
          box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  text-decoration: none;
}

figure .inner-banner .item .content a:hover {
  text-decoration: none;
  background: #9f8054;
  border-color: #9f8054;
}

figure .inner-banner .item .content a i {
  margin-left: 10px;
}

figure .inner-banner .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
  opacity: 0.65;
}

figure .owl-carousel .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

figure .owl-carousel .item .content {
  position: relative;
  z-index: 99;
}

figure .owl-carousel .item .content h1 {
  font-size: 5vw;
  line-height: 110px;
  color: #ebcfa7;
  font-family: 'font-playfair';
  position: relative;
  z-index: 99;
}

figure .owl-carousel .item .content h2 {
  font-family: var(--font-poppins);
  color: var(--white);
  font-weight: 600;
  margin-bottom: 60px;
  font-size: 32px;
}

figure .owl-carousel .item .content a {
  height: 60px;
  line-height: 56px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #ebcfa7;
  padding: 0 40px;
  -webkit-box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
          box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  text-decoration: none;
}

figure .owl-carousel .item .content a:hover {
  text-decoration: none;
  background: #9f8054;
  border-color: #9f8054;
}

figure .owl-carousel .item .content a i {
  margin-left: 10px;
}

figure .owl-carousel .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
  opacity: 0.65;
}

figure .owl-carousel .owl-dots {
  display: none;
}

figure .owl-carousel .owl-nav {
  margin: 0;
  display: none;
}

figure .owl-carousel .owl-nav .owl-prev, figure .owl-carousel .owl-nav .owl-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 50px;
  border: solid 2px var(--orange) !important;
  color: var(--black);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  top: 45%;
}

figure .owl-carousel .owl-nav .owl-prev:hover, figure .owl-carousel .owl-nav .owl-next:hover {
  background: var(--orange);
  color: var(--white);
}

figure .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

figure .owl-carousel .owl-nav .owl-next {
  right: 10px;
}

section .services .item {
  -webkit-box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
          box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
  margin-top: -100px;
  background: var(--white);
  padding: 60px 80px 30px;
  position: relative;
  z-index: 99;
}

section .services .item h2 {
  font-family: var(--font-taviraj);
  font-size: 46px;
  color: var(--color-1);
  font-weight: 500;
}

section .services .item p {
  font-family: var(--font-open);
  color: var(--color-2);
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}

section .services .item .button {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #ff6600;
  padding: 15px 50px;
  color: var(--white);
  display: inline-block;
  text-align: right;
  text-decoration: none;
}

section .services .item .box {
  background: rgba(0, 0, 0, 0.03);
  padding: 30px;
  height: 100%;
}

section .services .item .box h3 {
  font-family: var(--font-taviraj);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-1);
}

section .services .item .box p {
  font-family: var(--font-open);
  font-size: 14px;
  color: var(--color-2);
  line-height: 25px;
}

section .services .item .box a {
  background: var(--white);
  font-family: var(--font-hindi);
  font-size: 16px;
  color: var(--color-3);
  font-weight: 600;
  padding: 13px 22px;
  text-decoration: none;
  margin: 7px 0 0;
  display: inline-block;
}

section .about h2 {
  font-family: var(--font-taviraj);
  font-size: 46px;
  color: var(--color-1);
  font-weight: 500;
  margin-bottom: 20px;
}

section .about p {
  font-family: var(--font-open);
  color: var(--color-2);
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  text-align: justify;
}

section .about h4 {
  font-family: var(--font-taviraj);
  font-size: 20px;
  color: var(--color-1);
  font-weight: 500;
  margin-bottom: 20px;
}

section .about .item {
  -webkit-box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
          box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
  margin-top: -150px;
  background: var(--white);
  padding: 60px;
  position: relative;
  z-index: 99;
}

section .about .item h3 {
  font-family: var(--font-taviraj);
  font-size: 30px;
  color: var(--color-1);
  font-weight: 500;
  margin-bottom: 20px;
}

section .about .item .list ul {
  margin: 0;
  padding: 0;
}

section .about .item .list ul li {
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  list-style: none;
  font-family: var(--font-open);
  color: var(--color-2);
  font-weight: 400;
  font-size: 17px;
  padding: 5px 0;
  position: relative;
}

section .about .item .list ul li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 6px;
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 14px;
  color: #ccc;
}

section .about .featured h2 {
  font-family: var(--font-taviraj);
  font-size: 46px;
  color: var(--color-1);
  font-weight: 500;
  margin-bottom: 25px;
}

section .about .featured .img {
  background: var(--white);
  padding: 8px;
}

section .why-choose .item {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(57%, rgba(0, 18, 42, 0.03)), to(rgba(0, 18, 42, 0)));
  background-image: linear-gradient(90deg, rgba(0, 18, 42, 0.03) 57%, rgba(0, 18, 42, 0) 100%);
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  height: 100%;
}

section .why-choose .item h4 {
  font-family: var(--font-poppins);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-4);
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 1.8em;
}

section .why-choose .item h2 {
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 42px;
  color: #2b5a93 !important;
  line-height: 1.4em;
}

section .why-choose .item p {
  font-family: var(--font-open);
  font-size: 16px;
  color: var(--color-2);
  line-height: 25px;
  line-height: 35px;
}

section .why-choose .item-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 110px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 110px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: margin 300ms ease 0ms;
  transition: margin 300ms ease 0ms;
  padding: 30px;
  margin-top: -30px;
  position: relative;
  left: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

section .why-choose .item-box:hover {
  left: 20px;
}

section .why-choose .item-box h3 {
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-1);
  margin-bottom: 15px;
}

section .why-choose .item-box p {
  font-family: var(--font-open);
  font-size: 14px;
  color: var(--color-2);
  font-weight: 500;
  line-height: 25px;
}

section .why-choose .item-box a {
  color: var(--color-5);
  border-width: 0px !important;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: var(--font-poppins);
  font-weight: 600 !important;
  text-transform: uppercase !important;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

section .get-started h3 {
  font-family: var(--font-unna);
  font-size: 72px;
  color: var(--color-1);
}

section .get-started p {
  font-family: var(--font-open);
  color: var(--color-2);
  font-size: 18px;
  line-height: 35px;
}

section .get-started .social {
  margin-top: 20px;
  display: inline-block;
}

section .get-started .social ul {
  margin: 0;
  padding: 0;
  display: table;
  margin: 0 auto;
}

section .get-started .social ul li {
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  float: left;
  padding: 0 15px;
}

section .get-started .social ul li a {
  color: var(--color-1);
}

section .get-started .button {
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: var(--color-6);
  padding: 12px 40px;
  color: var(--white);
  font-family: var(--font-open);
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
}

section .contact h2 {
  font-family: var(--font-taviraj);
  font-size: 46px;
  color: var(--color-1);
  font-weight: 500;
  margin-bottom: 30px;
}

section .contact .input-group {
  margin-bottom: 30px;
}

section .contact .input-group p {
  width: 100%;
  margin: 0px;
}

section .contact .input-group input[type="text"], section .contact .input-group input[type="email"] {
  -webkit-box-shadow: 0px 27px 50px 0px rgba(131, 146, 167, 0.2);
          box-shadow: 0px 27px 50px 0px rgba(131, 146, 167, 0.2);
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  border: none;
  padding: 16px;
  color: #999;
  outline: none;
}

section .contact .input-group textarea {
  -webkit-box-shadow: 0px 27px 50px 0px rgba(131, 146, 167, 0.2);
          box-shadow: 0px 27px 50px 0px rgba(131, 146, 167, 0.2);
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  border: none;
  padding: 16px;
  color: #999;
  resize: none;
  outline: none;
  height: 150px;
}

section .contact input[type="submit"] {
  -webkit-box-shadow: 0px 10px 40px -6px #9274cd;
          box-shadow: 0px 10px 40px -6px #9274cd;
  font-size: 16px;
  font-family: var(--font-hindi);
  font-weight: 600 !important;
  background-image: linear-gradient(172deg, #946ef4 0%, #8857f2 100%) !important;
  background-color: #8857f2;
  padding: 13px 15px;
  border: none;
  color: var(--white);
  float: right;
}

section .contact .item {
  -webkit-box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
          box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
  margin-top: -150px;
  background: var(--white);
  padding: 60px 40px;
  position: relative;
  z-index: 99;
}

section .contact .item h4 {
  font-family: var(--font-taviraj);
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.36) !important;
  line-height: 1.2em;
}

section .contact .item h3 {
  font-family: var(--font-taviraj);
  font-weight: 500;
  color: var(--black);
  font-size: 35px;
}

section .contact .item .name {
  font-family: var(--font-taviraj);
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.36) !important;
}

section .contact .item p {
  font-family: var(--font-taviraj);
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
}

.page-id-42 footer::before {
  display: none;
}

.page-id-42 footer .inner {
  display: none;
}

.page-id-42 footer .margin-bottom {
  margin-bottom: 100px;
}

footer {
  background: var(--background-2);
  position: relative;
  font-family: var(--font-poppins);
  color: var(--white);
}

footer::before {
  content: "";
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

footer .logo {
  width: auto;
  height: 45px !important;
  margin-bottom: 20px;
}

footer .inner {
  background: var(--background-1);
  padding: 60px 30px;
  color: var(--white);
  position: relative;
  margin-bottom: 100px;
}

footer .inner .title {
  font-family: var(--font-playfair);
  font-size: 22px;
}

footer .inner p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

footer p {
  font-size: 16px;
  line-height: 25px;
}

footer .menu ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
          column-count: 2;
}

footer .menu ul li {
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 3px 0;
}

footer .menu ul li a {
  color: var(--white);
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

footer .menu ul li a:hover {
  color: var(--color-7);
}

footer .contact-box h5 {
  font-family: var(--font-playfair);
  font-size: 19px;
  color: var(--white);
  font-weight: 500;
}

footer .contact-box h3 {
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 30px;
}

footer .contact-box h3 a {
  color: var(--white);
  text-decoration: none;
}

footer .contact-box .link a {
  color: var(--white);
  opacity: 0.5;
  font-family: var(--font-poppins);
  font-size: 16px;
  text-decoration: none;
}

footer .contact-box ul {
  margin: 0;
  padding: 0;
  float: right;
}

footer .contact-box ul li {
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  float: left;
  width: 40px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-left: 10px;
  height: 40px;
  transition: var(--transition);
}

footer .contact-box ul li:hover {
  background: var(--background-1);
}

footer .contact-box ul li a {
  font-size: 13px;
  color: #fff;
  display: block;
}

footer .copyright {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  font-size: 13px;
  font-family: var(--font-poppins);
  color: var(--white);
}

/*back to top button*/
.back-to-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 80px;
  font-size: 35px;
  color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--orange);
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
}

.back-to-top:hover {
  background: var(--black);
  color: var(--white);
}

/*end*/
@media (max-width: 575.98px) {
  header .navbar-collapse {
    background: #555;
    z-index: 99999;
  }
  header .navbar-collapse .menu-item {
    padding: 6px 18px !important;
  }
  section .services .item {
    -webkit-box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
            box-shadow: 0px 40px 110px 0px rgba(131, 146, 167, 0.5);
    margin-top: -100px;
    background: var(--white);
    padding: 60px 20px 30px;
    position: relative;
    z-index: 99;
  }
}
/*# sourceMappingURL=stylesheet.css.map */