*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a, a[href] {
  text-decoration: none;
}

input, select, button, textarea {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antiga", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
  line-height: 60px;
  text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 58px;
    line-height: 0.9375;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 36px;
  line-height: 36px;
}

h6 {
  font-size: 30px;
  line-height: 38px;
}

.relative {
  position: relative;
}

.HomeSecB .RS-WhyChoose .flex, .socialLinks ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .bg {
  display: block;
  line-height: 0;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1007px) {
  .banner .bg img, .banner .bg video {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 300px;
  }
}

.ancher-link a {
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.5s ease;
  background: #37adf6;
}
.ancher-link a span, .ancher-link a img {
  display: inline-block;
  vertical-align: middle;
}
.ancher-link a img {
  margin-left: 12px;
}
.ancher-link a:hover {
  background: #37adf6;
  border-color: #37adf6;
}

.silverSouth {
  font-family: "silver-south-script";
}

.heading.text-center {
  text-align: center;
}
.heading p {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .heading p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 16px;
  }
}
.heading h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.img_hover .img {
  overflow: hidden;
  position: relative;
}
.img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.img_hover:hover .img img {
  transform: scale(1.1);
}

.link_btn.center {
  text-align: center;
}
.link_btn .btn {
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.link_btn .btn.btn-white {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-white.text-black {
  color: #fff;
}
.link_btn .btn.btn-white:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red {
  border-color: #fff;
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red.text-black {
  color: #000;
}
.link_btn .btn.btn-red:hover {
  background: #fff;
  color: #37adf6;
  border-color: #37adf6;
}
.link_btn .btn.btn-outline-red {
  background: transparent;
  border-color: #37adf6;
  color: #37adf6;
}
.link_btn .btn.btn-outline-red:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.rounded-full {
  border-radius: 50px;
}
.link_btn .btn.rounded {
  border-radius: 5px;
}

.ShapR .shade {
  line-height: 0;
}
.ShapR .shade video {
  width: 474px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../video/R.svg);
  mask-image: url(../video/R.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ShapR .shade video {
    width: 215px;
    aspect-ratio: 0.9397260274;
    height: auto;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ShapR .shade video {
    width: 160px;
  }
}

.videoIcon {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon {
    width: 47px;
    height: 47px;
  }
}
.videoIcon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon:before {
    width: 47px;
    height: 47px;
  }
}
.videoIcon img, .videoIcon svg {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon img, .videoIcon svg {
    width: 10px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
.socialLinks ul li a {
  width: 45px;
  height: 45px;
}

.close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.close svg {
  color: #fff;
}
.close svg path {
  fill: #fff;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video.is-open .modelBody iframe {
  display: block;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
  display: none;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.open {
  opacity: 0.3;
  pointer-events: all;
}

.form .form-group {
  position: relative;
}
.form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.4s ease;
}
.form .form-group .form-control:focus {
  border-color: #37adf6;
}
.form .form-group .form-control:focus ~ label {
  top: 0;
}
.form .form-group input.form-control, .form .form-group select.form-control {
  height: 45px;
}
.form .form-group label {
  position: absolute;
  top: 9px;
  left: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form.border .form-group {
  margin-bottom: 15px;
}
.form.border .form-group .form-control {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 5px;
}
.form.border .form-group .form-control:focus ~ label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group.valid label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group label {
  left: 8px;
  top: 11px;
  color: #666;
}

.owl-carousel.arrow-circule {
  padding: 0 30px;
}
.owl-carousel.arrow-circule .owl-nav button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel.arrow-circule .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.arrow-circule .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.arrow-circule .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ModelEnquiry {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 440px;
  background: #fff;
  z-index: 1111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ModelEnquiry.is-open {
  transform: translateX(0);
}
.ModelEnquiry .close_model svg {
  color: #000;
  width: 23px;
}
.ModelEnquiry .close_model svg path {
  fill: #000;
}
.ModelEnquiry .modelBody {
  padding: 35px 55px;
  height: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody {
    padding: 35px 15px;
    padding-right: 0;
  }
}
.ModelEnquiry .modelBody .modelForm {
  overflow-y: scroll;
  padding-right: 55px;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm {
    padding-right: 15px;
  }
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar {
  width: 5px;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.ModelEnquiry .modelBody .modelForm .title h3 {
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ModelEnquiry .modelBody .modelForm .title p {
  color: #666;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group {
  margin-bottom: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ModelEnquiry .modelBody .modelForm .form .form-group .form-control {
  border-color: #b5b5b5;
  font-weight: 500;
  color: #666;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea.form-control {
  height: 80px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group label {
  color: #666;
  font-weight: 500;
}
.ModelEnquiry .modelBody .modelForm .form .form-group.valid .form-control {
  color: #000;
  border-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg {
  width: 15px;
  height: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg path {
  stroke: #666;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn {
  display: block;
  width: 100%;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn::before {
  display: none;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn span {
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #37adf6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #37adf6;
}

main {
  margin-top: 0;
}

header {
  background: transparent;
  box-shadow: none;
}

.homeBanner {
  overflow: hidden;
  position: relative;
}
.homeBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 21%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 60%);
}
.homeBanner .bg {
  background: #37adf6;
  height: 100vh;
}
@media only screen and (max-width: 520px) {
  .homeBanner .bg {
    position: relative;
  }
}
@media only screen and (max-width: 520px) {
  .homeBanner .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
}
.homeBanner .bg img {
  width: 100%;
  height: 100%;
}
.homeBanner .bg video {
  position: relative;
  overflow: hidden;
  height: auto;
  aspect-ratio: 2.5;
  background-size: cover;
  -webkit-mask-size: 68.5vw;
          mask-size: 68.5vw;
}
@media only screen and (max-width: 1230px) {
  .homeBanner .bg video {
    -webkit-mask-position: -10% 0%;
            mask-position: -10% 0%;
  }
}
@media only screen and (max-width: 1007px) {
  .homeBanner .bg video {
    -webkit-mask-position: -52% 0%;
            mask-position: -52% 0%;
  }
}
@media only screen and (max-width: 520px) {
  .homeBanner .bg video {
    -webkit-mask-image: none;
            mask-image: none;
    height: 300px;
  }
}
.homeBanner .banner-content {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 39px;
  margin: 20px 0;
  border-radius: 10px;
  z-index: 1;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35%;
  width: 100%;
}
@media only screen and (max-width: 1007px) {
  .homeBanner .banner-content {
    right: 15%;
  }
}
@media only screen and (max-width: 860px) {
  .homeBanner .banner-content {
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .homeBanner .banner-content {
    max-width: 37%;
    right: 7%;
  }
}
@media only screen and (max-width: 520px) {
  .homeBanner .banner-content {
    max-width: 100%;
    right: 0;
    left: 0;
  }
}
.homeBanner .banner-content .content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .homeBanner .banner-content .content {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .homeBanner .banner-content .content {
    max-width: 295px;
  }
}
@media only screen and (max-width: 1024px) {
  .homeBanner .banner-content .content {
    max-width: 223px;
  }
}
@media only screen and (max-width: 767px) {
  .homeBanner .banner-content .content {
    max-width: 100%;
  }
}
.homeBanner .banner-content .content p {
  color: #fff;
  margin: 0 0 30px;
  opacity: 0.8;
}
.homeBanner .banner-content .content ul {
  display: flex;
  gap: 15px;
  color: #fff;
  margin: 0 0 30px;
}
.homeBanner .banner-content .content h1 {
  color: #fff;
  font-size: 88px;
  line-height: 74px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1300px) {
  .homeBanner .banner-content .content h1 {
    font-size: 68px;
    line-height: 54px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .homeBanner .banner-content .content h1 {
    font-size: 58px;
    line-height: 0.8;
    margin-bottom: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .homeBanner .banner-content .content h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 675px) {
  .homeBanner .banner-content .content h1 {
    font-size: 42px;
    padding: 0;
  }
}
@media only screen and (max-width: 520px) {
  .homeBanner .banner-content .content h1 {
    font-size: 48px;
    max-width: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .homeBanner .banner-content .content .ancher-link {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .homeBanner .banner-content .content .ancher-link .link {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .homeBanner .banner-content .content .ancher-link .link {
    white-space: nowrap;
  }
}

.HomeSecA {
  padding: 70px 0;
}
@media only screen and (max-width: 1007px) {
  .HomeSecA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecA .container {
    padding-right: 0;
  }
}
.HomeSecA .heading {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .HomeSecA .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecA .heading {
    padding-right: 15px;
  }
}
.HomeSecA .link_btn {
  margin-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .HomeSecA .link_btn {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .HomeSecA .link_btn {
    margin-top: 1.5rem;
  }
}

.styleApprtCard .item .card {
  display: block;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  overflow: hidden;
}
.styleApprtCard .item .card .img {
  line-height: 0;
  height: 200px;
  overflow: hidden;
}
.styleApprtCard .item .card .img img {
  width: 100%;
  height: 100%;
}
.styleApprtCard .item .card .cardContent {
  padding: 15px;
  position: relative;
}
.styleApprtCard .item .card .cardContent .statusPro {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #666;
  font-weight: 300;
  margin-top: 5px;
}
.styleApprtCard .item .card .cardContent .Title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  color: #000;
  margin: 11px 0 5px;
}
.styleApprtCard .item .card .cardContent .Location {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.94px;
  color: #666;
  margin-bottom: 15px;
}
.styleApprtCard .item .card .cardContent .price {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #000;
}
.styleApprtCard .item .card .cardContent .icon {
  width: 30px;
  height: 30px;
  background: #37adf6;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transform: scale(0);
  transition: 0.5s ease;
}
.styleApprtCard .item .card .cardContent .icon img, .styleApprtCard .item .card .cardContent .icon svg {
  position: relative;
  left: 2px;
  top: 2px;
}
.styleApprtCard .item .card:hover .cardContent .icon {
  transform: scale(1);
}

.HomeSecB {
  position: relative;
}
.HomeSecB .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 0;
}
.HomeSecB .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8705882353) 0%, rgba(0, 0, 0, 0.9411764706) 0%, transparent 60%);
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .HomeSecB .bg::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.HomeSecB .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.HomeSecB .RS-WhyChoose {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.HomeSecB .RS-WhyChoose .col1 {
  flex: 0 1 60%;
  max-width: 60%;
  width: 100%;
}
.HomeSecB .RS-WhyChoose .col2 {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .HomeSecB .RS-WhyChoose .container > .relative {
    position: unset;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecB .RS-WhyChoose .link_btn {
    text-align: center;
  }
}
.HomeSecB .content {
  max-width: 676px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .HomeSecB .content {
    position: unset;
    max-width: 465px;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecB .content {
    text-align: center;
  }
}
.HomeSecB .content h2, .HomeSecB .content p, .HomeSecB .content .li {
  color: #fff;
}
.HomeSecB .content h2 {
  margin-bottom: 20px;
}
.HomeSecB .content h2 span {
  display: block;
}
.HomeSecB .content .ShapR {
  display: none;
  position: absolute;
  bottom: -90px;
  left: 100%;
}
@media only screen and (max-width: 991px) {
  .HomeSecB .content .ShapR {
    bottom: 0;
    right: 5%;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecB .content .ShapR {
    display: none;
  }
}

.counJourny {
  display: flex;
  padding: 40px 0;
}
@media only screen and (max-width: 675px) {
  .counJourny {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.counJourny .col {
  flex: 1;
}
@media only screen and (max-width: 675px) {
  .counJourny .col {
    flex: 0 1 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  .counJourny .col:last-child {
    flex: 0 1 100%;
  }
}
.counJourny .item .li {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 991px) {
  .counJourny .item .li {
    font-size: 28px;
  }
}

.HomeSecC {
  padding: 70px 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .HomeSecC {
    padding-top: 3.5rem;
  }
}
.HomeSecC .heading {
  margin-bottom: 70px;
}
@media only screen and (max-width: 675px) {
  .HomeSecC .heading {
    margin-bottom: 2.5rem;
  }
}
.HomeSecC .heading h2 {
  margin-bottom: 18px;
}
.HomeSecC .heading p {
  color: #666;
  font-size: 18px;
}
.HomeSecC .SlideNav {
  position: absolute;
  bottom: 12%;
  right: 140px;
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .HomeSecC .SlideNav {
    display: none;
  }
}
.HomeSecC .SlideNav .playpus {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.HomeSecC .SlideNav .playpus .play {
  display: none;
}
.HomeSecC .SlideNav .playpus.active .play {
  display: block;
}
.HomeSecC .SlideNav .playpus.active .paus {
  display: none;
}
.HomeSecC .SlideNav .NavA button {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 8px 0;
  cursor: pointer;
}

.featCardDesig .item {
  position: relative;
}
.featCardDesig .item .card {
  display: block;
  position: relative;
}
.featCardDesig .item .card .img {
  position: relative;
  line-height: 0;
}
.featCardDesig .item .card .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8705882353) 0%, transparent);
}
.featCardDesig .item .card .img img {
  width: 100%;
}
@media only screen and (max-width: 520px) {
  .featCardDesig .item .card .img img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.featCardDesig .item .card .content {
  position: absolute;
  padding: 30px;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 520px) {
  .featCardDesig .item .card .content {
    padding: 20px;
  }
}
.featCardDesig .item .card .content h5, .featCardDesig .item .card .content p, .featCardDesig .item .card .content .loc, .featCardDesig .item .card .content .price {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 675px) {
  .featCardDesig .item .card .content p, .featCardDesig .item .card .content .loc, .featCardDesig .item .card .content .price {
    font-size: 14px;
  }
}
.featCardDesig .item .card .content h5 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .featCardDesig .item .card .content h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .featCardDesig .item .card .content h5 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .featCardDesig .item .card .content h5 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.featCardDesig .item .card .content .txt {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 520px) {
  .featCardDesig .item .card .content .txt {
    position: unset;
  }
}
.featCardDesig .item .videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 520px) {
  .featCardDesig .item .videoIcon {
    display: none;
  }
}
.featCardDesig .item .videoIcon img {
  width: auto;
}

.HomeSecD {
  padding: 60px 0 0;
  background: #fff url("../images/testimonial.png");
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-position: 0 70%;
  position: relative;
  background: #37adf6;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .HomeSecD {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 520px) {
  .HomeSecD {
    padding-bottom: 0;
  }
}
.HomeSecD .container {
  position: relative;
}
@media only screen and (max-width: 520px) {
  .HomeSecD .container {
    padding: 0;
  }
}
.HomeSecD .container .img {
  position: absolute;
  bottom: 0;
  right: 15px;
  max-width: 43%;
  width: 100%;
  bottom: -50px;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .container .img {
    max-width: 35%;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecD .container .img {
    display: none;
  }
}
.HomeSecD .container .img img {
  display: block;
  height: 450px;
}
.HomeSecD .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .heading {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 520px) {
  .HomeSecD .heading {
    padding: 0 15px;
    margin-bottom: 3rem;
  }
}
.HomeSecD .heading h2 {
  color: #fff;
}
.HomeSecD .slide {
  background: #fff;
  max-width: 580px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  border-radius: 50px 50px 0px 50px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .slide {
    max-width: 60%;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecD .slide {
    max-width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .HomeSecD .slide {
    border-radius: 0px;
  }
}
.HomeSecD .slide .icon {
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  left: auto;
  right: 50px;
  top: 30px;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .slide .icon {
    right: 40px;
    width: 28px;
    top: 35px;
  }
}
@media only screen and (max-width: 520px) {
  .HomeSecD .slide .icon {
    width: 45px;
    position: relative;
    left: 50%;
    right: auto;
    translate: -50% 0;
    top: 0;
    bottom: auto;
    margin-left: auto;
    display: inline-block;
    margin-right: auto;
    margin-top: 2rem;
  }
}
.HomeSecD .slide .icon img {
  display: block;
  margin-left: auto;
  width: auto;
  margin-right: 0;
}
.HomeSecD .slide .item {
  position: relative;
  padding: 55px;
  padding-top: 90px;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .slide .item {
    padding: 50px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 520px) {
  .HomeSecD .slide .item {
    padding: 2rem;
  }
}
.HomeSecD .slide .item .videoIcon img {
  width: auto;
}
.HomeSecD .slide .item p {
  color: #000;
  opacity: 0.7;
}
@media only screen and (max-width: 675px) {
  .HomeSecD .slide .item p {
    text-align: center;
  }
}
.HomeSecD .slide .item .videoIcon {
  position: absolute;
  left: 55px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .slide .item .videoIcon {
    left: 50px;
    bottom: 48px;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 520px) {
  .HomeSecD .slide .item .videoIcon {
    left: 20px;
    bottom: 30px;
    width: 38px;
    height: 38px;
  }
}
.HomeSecD .slide .item .videoIcon::before {
  width: 56px;
  height: 56px;
}
.HomeSecD .slide .item .videoIcon img {
  filter: brightness(0) invert(0);
}
@media only screen and (max-width: 991px) {
  .HomeSecD .slide .item .videoIcon img {
    width: 10px;
  }
}
.HomeSecD .slide .item .proDetail {
  margin-top: 25px;
  padding-left: 75px;
}
@media only screen and (max-width: 520px) {
  .HomeSecD .slide .item .proDetail {
    padding-left: 4.3rem;
  }
}
.HomeSecD .slide .item .proDetail .name, .HomeSecD .slide .item .proDetail .loc {
  color: #000;
}
.HomeSecD .slide .item .proDetail .name {
  font-size: 20px;
}
.HomeSecD .slide .item .proDetail .loc {
  font-size: 14px;
  opacity: 0.7;
}
.HomeSecD .slide .NavA {
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 1;
}
@media only screen and (max-width: 520px) {
  .HomeSecD .slide .NavA {
    bottom: 29px;
    right: 10px;
  }
}
.HomeSecD .slide .NavA.disabled {
  display: none;
}
.HomeSecD .slide .NavA button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.HomeSecD .slide .NavA button img {
  filter: brightness(0) invert(0);
  opacity: 0.7;
}

.HomeSecE {
  padding: 65px 0;
}
@media only screen and (max-width: 675px) {
  .HomeSecE {
    padding: 50px 0;
  }
}
.HomeSecE .heading {
  margin-bottom: 75px;
}
@media only screen and (max-width: 675px) {
  .HomeSecE .heading {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecE .heading h5 {
    font-size: 28px;
  }
}
.HomeSecE .heading p {
  font-size: 14px;
  color: var(--text);
  opacity: 0.7;
  margin-top: 8px;
}
.HomeSecE .slide .SlideFetBuild .img {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.HomeSecE .slide .SlideFetBuild .img img {
  display: block;
  height: 71px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}/*# sourceMappingURL=home.css.map */