.text_banner_top {
  padding-bottom: 0;
}
.text_banner_top .opposite.text-white {
  padding-top: 0;
}

.check_icon img {
  width: 20px;
}

.heading_main {
  text-transform: uppercase;
}

.card_title_main {
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.bg-yellow {
  background: #DEB96A;
}

.starts_card_main {
  height: auto;
}

.contentWithImg {
  flex-direction: row;
  justify-content: space-between;
  padding: 0rem 4rem;
}

.card_title_img {
  width: 160px;
}

.card_title_content {
  flex-grow: 1;
  text-align: center;
  padding: 0 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card_title_content .mxd-counter__descr {
  margin: 12px 0 0;
}

.center_alinged_counter {
  gap: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.preview-image-1 {
  background: url(../img/scroller_cards/scroller_card-1.webp) center center no-repeat;
  background-size: cover;
}

.preview-image-2 {
  background: url(../img/scroller_cards/scroller_card-2.webp) center center no-repeat;
  background-size: cover;
}

.preview-image-3 {
  background: url(../img/scroller_cards/scroller_card-3.webp) center center no-repeat;
  background-size: cover;
}

.marq_slide {
  display: flex;
  flex-direction: column;
}
.marq_slide img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.marquee__item {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.mar_title {
  font-size: 2.2rem;
  text-align: center;
  padding: 12px 0;
}

.secure_img {
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 0 0 3rem;
}
.secure_img img {
  width: 100%;
}

.security_cards {
  background: #FAF7F6;
  position: relative;
  padding: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  min-height: 450px;
  transition: all ease 0.5s;
}
.security_cards::after {
  position: absolute;
  content: "";
  left: 25%;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.security_cards .security_title {
  color: #000;
  font-size: 40px;
  padding-right: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.security_cards p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.security_cards .linkArrow {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #DEB96A;
  border: none;
  width: 90px;
  height: 90px;
  padding: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.5s;
}
.security_cards .linkArrow img {
  transition: all ease 0.5s;
}
.security_cards:hover {
  background: #DEB96A;
}
.security_cards:hover .linkArrow {
  background: #161616;
}
.security_cards:hover .linkArrow img {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.security_card-1::after {
  background: url(../img/coin_img.png) center bottom no-repeat;
  background-size: contain;
}

.security_card-2::after {
  background: url(../img/hand_img.png) center bottom no-repeat;
  background-size: contain;
  bottom: 0px;
}

.moment_card_main {
  overflow: hidden;
  min-height: 550px;
  background: url(../img/moment-bg.webp) center center no-repeat;
  background-size: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 70px 50px;
}
.moment_card_main .moment_card_heading {
  color: #161616;
  font-family: "Funnel Display";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  margin: 20px 0 35px;
}
.moment_card_main p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  max-width: 750px;
  line-height: 60px;
  font-size: 26px;
  margin: 0 0 4rem;
}

.yellow_btn {
  background: #DEB96A;
}
.yellow_btn:hover {
  background: #161616;
  color: #fff;
}

.choose_card_main .choose_card_title {
  color: #FFF;
  text-align: center;
  font-family: "Funnel Display";
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 180px;
  text-transform: uppercase;
}
.choose_card_main .choose_card_single {
  transition: all ease 0.5s;
  background: #1C1C1C;
  padding: 20px 30px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 0 0 30px;
}
.choose_card_main .choose_card_single img {
  width: 100%;
}
.choose_card_main .choose_card_single .choose_card_title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
  margin: 10px 0 0;
}
.choose_card_main .choose_card_single:hover {
  background: #DEB96A;
}
.choose_card_main .choose_card_single:hover .choose_card_title {
  color: #161616;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline:visited {
  border-color: #fff;
}
.btn-outline:hover .btn-anim__block, .btn-outline:focus .btn-anim__block, .btn-outline:active .btn-anim__block, .btn-outline:visited .btn-anim__block {
  color: #fff;
}

.btn_center {
  justify-content: center;
}

.sec_heading_wrap {
  margin: 0 0 1.5rem;
}

.footer_content {
  border-radius: 100px;
  background: #1C1C1C;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 4rem;
}
.footer_content p {
  color: #ACACAC;
  text-align: left;
}
.footer_content p:nth-child(2) {
  text-align: right;
}
.footer_content p a {
  color: #ACACAC;
  text-decoration: none;
}
.footer_content p a:hover {
  color: #fff;
}

.voltica_content_main {
  position: relative;
  z-index: 2;
}

.voltica_slider {
  position: relative;
  z-index: 0;
}

.btn-default i {
  margin-left: 0;
}

.normal_para {
  color: #ACACAC;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.masonry_titles_main {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.masonry_titles_main h3 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.masonry_titles_main p {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  min-width: 90%;
}

.hub-image-1 {
  background: url(../img/lux-hub/1.webp) center center no-repeat;
  background-size: cover;
}

.hub-image-2 {
  background: url(../img/lux-hub/2.webp) center center no-repeat;
  background-size: cover;
}

.hub-image-3 {
  background: url(../img/lux-hub/3.webp) center center no-repeat;
  background-size: cover;
}

.hub-image-4 {
  background: url(../img/lux-hub/4.webp) center center no-repeat;
  background-size: cover;
}

.convenience_card {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #1C1C1C;
  display: flex;
  justify-content: space-between;
}
.convenience_card article {
  padding: 25px 35px;
}
.convenience_card article .title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.convenience_card article p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 60%;
}
.convenience_card figure {
  width: 35%;
}
.convenience_card figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.convenience_card_yellow {
  background: #DEB96A;
}
.convenience_card_yellow article .title, .convenience_card_yellow article p {
  color: #000;
}

.no-touch .mxd-services-stack__work:hover .mxd-services-stack__preview {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.blog-preview-image-1 {
  background: url(../img/scroller_cards/luxe_1.jpg) center center no-repeat;
  background-size: cover;
}

.blog-preview-image-2 {
  background: url(../img/scroller_cards/luxe_2.jpg) center center no-repeat;
  background-size: cover;
}

.blog-preview-image-3 {
  background: url(../img/scroller_cards/luxe_3.jpg) center center no-repeat;
  background-size: cover;
}

.para_normal {
  font-size: 15px !important;
  margin: 6px 0 0;
  line-height: 21px !important;
  color: #fff;
}

.icon-top-right {
  top: 30px;
  right: 30px;
  width: 120px;
}

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