@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@font-face {
  font-family: "BernhardModernStd-Italic.otf";
  src: url(fonts/BernhardModernStd-Italic.otf);
}

body {
  margin: 0;
  padding: 0;
  font-family: BernhardModernStd-Italic;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: white;
}
/* font-family: "Ubuntu", sans-serif;*/

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  text-align: center;
}

p {

}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul li {
  display: inline-block;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::selection {
  color: white;
  background: #3f90de;
}

::-webkit-selection {
  color: white;
  background: #184066;
}

::-moz-selection {
  color: white;
  background: #a1aab3;
}

/*nav-bar area start*/
/*
header-area start*/
.navbar-brand img {
  max-width: 60px;
}

.navbar-nav li {
  padding: 10px 15px;
}

.navbar-nav li a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: 0.2s all ease;
}

.navbar-nav li a.active,
.navbar-nav li a:hover,
.navbar-nav li #active {
  color: #f36977;
}

.nav-btn li {
  padding: 10px 8px;
}

.nav-btn li a {
  background: transparent;
  border: 1px solid #f36977;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 7px;
}

.nav-btn li a:hover,
.nav-btn li .active {
  background: #f36977;
  color: #fff;
}

.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
  padding: 2px;
  transition: 0.2s all ease;
}

.navbar-toggler:hover {
  opacity: 0.75;
}

/*hamburger*/
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
  outline: none;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*side-bar***********/

.offcanvas-start {
  width: 320px;
}

.offcanvas-header img {
  max-width: 70px;
}

.offcanvas-body ul li {
  padding: 10px 10px;
}

.btn-close {
  opacity: 1;
  font-size: 25px;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.2s all ease;
}

.modal-backdrop.show {
  opacity: none;
}

.modal-backdrop {
  background-color: transparent;
}

/* .scrolltotop */
.scrolltotop {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background: var(--primaryColor);
  text-align: center;
  font-size: 22px;
  color: #72abd1;
  position: fixed;
  right: 25px;
  bottom: 22px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.pluse,
.pluse2 {
  position: relative;
  top: 9px;
  left: -8px;
  z-index: -1;
}

.pluse::before,
.pluse2::before {
  width: 40px;
  height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
  background: var(--primaryColor);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
}

.pluse::after,
.pluse2::after {
  width: 37px;
  height: 36px;
  background: #b32f29d4;
  margin-left: -18px;
  margin-top: -15px;
}

.pluse::before {
  -webkit-animation: pluse_animate 2.5s infinite linear;
  animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

/*= Header Section Start Here =********/

.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}

section {
  position: relative !important;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: white;
  text-align: center;
  overflow: hidden;
}

section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 29, 29, 0.226);
  z-index: -1;
}


.header-section a {
  font-family: "Ubuntu", sans-serif;
  margin-top: 30px;
  /*! padding: 9px 18px; */
  font-size: 14px;
  font-weight: 500;
  color: #615f64;
  text-transform: uppercase;
  /*! border-radius: 4px; */
  background: #bcf9f1;
  /*! padding: 10px 65px 10px; */
  padding: 1rem 4rem 1rem;
}

.header-section a:hover {
  color: #000000;
  background: #ffff;
}

.header-section {
  position: relative !important;
  z-index: 2;
}

.header-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(81, 72, 83, 0.5);
  z-index: -1;
}

/*hero-area end*/

/*about-area start****************/

.about-area {
  padding: 120px 0px 100px;
  background: #b6c7e7;
}

.about-title h2 {
  color: black;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;

}

.about-item p {
  color: black;
  font-size: 20px;
  font-weight: 400;
  font-family: BernhardModernStd-Italic;
}

.about-item {
  margin-bottom: 50px;
}

.home-item h3 {
  color: black;
  font-size: 16px;
  font-weight: 400;
}
 


.home-item {
  margin-bottom: 50px;
  
}

.last-p {
  margin-top: 10px;
}

.last-p h4 {
  color: #615f64;
  color: #615f64;
  font-size:20px;
  font-weight: 400;
}

.last-p span {
  font-weight: 700;
}

.para-box span {
  font-weight: 700;

}

/*.house-area start*************/

.house-area {
  background: #615f64;
}

.bullet-item {
  margin-left: 3rem;
}

.bullet-item  h3 {
  color: black;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 50px;
}

.bullet-item p {
   color: black;
  font-size: 20px;
  font-weight: 200;
  font-family: "Ubuntu", sans-serif;

  margin-bottom: 30px;
}


.bullet-item h5 {
  color: black;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 200;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 30px;
}

.bullet-item h4 {
  font-size: 30px;
  font-weight: 600;
  color: hsl(252, 17%, 94%);
  font-family: "Ubuntu", sans-serif;
}


/*paraluc-area start*/

.parallax-bg {
  padding: 100px 0px;
  background-image: url(images/beach10.jpg);
  background-size: cover;
  background-attachment: fixed;
  transition: all 0.2s ease;
}

.para-box {
  height: 100%;
  background: #ffffff;
  /*! padding: padding: 15px 16px 15px; */
  padding: 15px 16px 15px;
}

.para-box h3 {
  color: #615f64;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 30pxS;
  margin-bottom: 3px;
}

.para-box p {
  /*! font-family: "Ubuntu", sans-serif; */
  color: #615f64;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "BernhardModernStd-Italic";
}

.a-flx {
  display: flex;
}

.left-a a {
  font-family: "Ubuntu", sans-serif;
  color: #615f64;
  font-size: 16px;
  padding: 20px 21px 20px;
  background: #bcf9f1;
}

.aside-a {
  margin-left: 20px;
}

.aside-a a {
  font-family: "Ubuntu", sans-serif;
  color: #615f64;
  font-size: 16px;
  padding: 20px 27px 16px;
  background: #ffffff;
  border: 1px solid #b09999;
}

/*paraluc-area end*/

/*Foreclosed Homes area start*/

.foreclose-area {
  padding: 50px 0px 50px;
  background: #615f64;
}

.foreclose-title h2 {
  font-family: BernhardModernStd-Italic;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
}

.foreclose-title P {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "BernhardModernStd-Italic";
}

.foreclose-title h3 {
  color: #ffffff;
  font-family: "BernhardModernStd-Italic.otf";
  font-size: 30px;
  font-weight: 400;
}

.foreclose-title a {
  color: #ffffff;
  font-size: 18px;
}

.box-area {
  padding: 80px 0px 30px;
}

.box-item {
  background-image: url(images/beach10.jpg);
  background-size: cover;
  background-position: center;
  /*! padding: 0px 20px 0px; */
}

/*.box-item img {
     transition: transform 0.3s ease;
}

.box-item img:hover {
   transform: scale(1.0);
}*/

.paragrap {
  padding: 20px 10px 22px;
}

.paragrap p {
  color: #615f64;
  font-size: 18px;
  font-weight: 400;
  background: #ffffff;
  padding: 10px 10px 10px;
}

/*slider area end*/

/*patty-area start*/

.information-area {
  background: #ffffff;
  padding: 10px 10px 10px;
}

/*map area start */

/*developemt area start*/

.developemt-area {
  padding: 60px 0px 40px;
}

.deve-title h2 {
  font-family: "BernhardModernStd-Italic.otf";
  color: #615f64;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 80px;
}

.deve-img h3 {
  font-family: "BernhardModernStd-Italic.otf";
  color: #615f64;
  font-size: 40px;
  font-weight: 500;
  margin-top: 20px;
}

.deve-img p {
  color: #615f64;
  font-size: 18px;
  font-weight: 400;
  font-family: "BernhardModernStd-Italic";
}

.deve-img img {
  width: 1000px;
}

.deve-img {
  margin-bottom: 40px;
}

.button-a a {
  font-family: "Ubuntu", sans-serif;
  color: #0a090b;
  background: #d6d6f0;
  padding: 20px 50px 20px;
  font-size: 18px;
  font-weight: 400;
}

/*evelopemt area end*/

/*Property area start*/

.property-area {
  background: #615f64;
  padding: 80px 0px 60px;
}

.property-item h2 {
  font-family: BernhardModernStd-Italic;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}

.property-item p {
  /*! font-family: "Ubuntu", sans-serif; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "BernhardModernStd-Italic";
}

.property-items {
  margin-top: 30px;
  margin-bottom: 40px;
}

.property-item {
  margin-top: 40px;
}

.property-items h2 {
  font-family: "BernhardModernStd-Italic.otf";
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  margin: 30px 0px 30px;
}

.property-items p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

/*========== house-area =========*/

.house-area {
  padding: 90px 0;
  position: relative;
}

.house-area-top h2 {
  font-family: "BernhardModernStd-Italic.otf";
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.house-area-slider {
  padding-top: 105px;
  position: relative;
}

.house-slider-inner1 {
  min-height: 541px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(images/beach10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.house-slider-inner2 {
  padding: 20px;
  margin: 20px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}

.house-slider-inner2 p {
  padding-top: 12px;
  font-size: 16px;
  color: #615f64;
  font-family: "BernhardModernStd-Italic";
}

.house-slider-inner2 h4 {
  font-size: 22px;
  color: #615f64;
}

.house-area-slider .owl-nav {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.house-area-slider .owl-nav i {
  margin: 0 7px;
  font-size: 22px;
  color: #fff;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #bcf9f1;
}

.house-area-slider-btn a {
  margin-top: 20px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  color: #615f64;
  background: #bcf9f1;
}

.house-area-slider-btn a:hover {
  background: #89e0d5;
}

.foreclose-slider {
  padding-top: 105px;
}

.foreclose-slider-inner1 {
  min-height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(images/beach10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.foreclose-slider-inner2 {
  padding: 20px;
  margin: 20px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}

.foreclose-slider-inner2 h4 {
  font-size: 20px;
  color: #615f64;
}

.foreclose-area {
  position: relative;
}

.foreclose-slider .owl-nav {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.foreclose-slider .owl-nav i {
  margin: 0 7px;
  font-size: 22px;
  color: #fff;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #bcf9f1;
}

.about-slick-slider {
  padding-top: 55px;
}

/* Form Section Here */

.form-section {
  padding: 90px 0;
  background-image: url(images/beach3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-area {
  padding: 35px;
  /*! background-image: url(images/beach3.jpg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-area form {
  background: #fff;
  padding: 35px;
  text-align: left;
}

.form-area-inner1 h2 {
  font-size: 45px;
  font-weight: 700;
  color: #615f64;
  font-family: "BernhardModernStd-Italic.otf";
}

.form-area-inner1 p {
  padding: 15px 0;
  font-size: 16px;
  color: #615f64;
}

.form-area-inner2 input {
  padding: 20px 0;
  font-size: 16px;
  color: #000000b0;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #00000085;
}

.form-area-inner3 label {
  font-size: 12px;
  color: #615f64;
  margin-left: 5px;
}

.form-area-inner3 {
  padding-top: 20px;
  padding-bottom: 55px;
}

.form-area-inner4 input {
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 500;
  color: #615f64;
  background: #bcf9f1;
  border: none;
}

/* Footer Section Here */

.footer-section {
  padding: 90px 0;
  background: #615f64;
}

.footer-area-left div {
  padding-bottom: 30px;
}

.footer-area-left h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffffee;
}

.footer-area-left p {
  font-size: 16px;
  color: #ffffffee;
}

.footer-area-left {
  position: relative;
}

.footer-area-left::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background: #bcf9f1;
  top: 0;
  right: 35px;
}

.footer-area-middle img {
  margin-right: 15px;
}

.footer-area-middle p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footer-area-middle a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #bcf9f1;
}

.footer-area-middle > div {
  padding-bottom: 30px;
}

.footer-area-left a {
  margin-top: 20px;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 500;
  color: #615f64;
  background: #bcf9f1;
  text-transform: uppercase;
}

.footer-area-left a:hover {
  background: #7de0d3;
}

.footer-area-right ul li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #7de0d3;
  text-align: center;
  font-size: 20px;
  color: #615f64;
  margin: 0 5px;
  transition: 0.3s;
}

.footer-area-right ul li a:hover {
  transform: translateY(-3px);
}

.footer-area-right img {
  padding-top: 20px;
}

.footer-bottom {
  padding-top: 95px;
}

.footer-bottom h2 {
  font-size: 36px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: "BernhardModernStd-Italic.otf";
}

.footer-bottom p {
  padding-top: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.footer-bottom img {
  padding-top: 15px;
  max-width: 100px;
}

/* Origen Section Here */

.origen-section {
  padding: 100px 0px;
  background-image:url(images/beach7.jpg);
  background-size: cover;
  background-attachment: fixed;
  transition: all 0.2s ease;
}

.origen-area-right {
  /*! padding: 20px; */
  background: #fff;
  text-align: left;
  /*! padding: 30px 30px 30px; */
  /*! padding: 10rem rem rem; */
  /*! padding: 10rem; */
  padding: 6rem;
}

.origen-area-right h2 {
  color: #615f64;
  font-size: 38px;
  font-weight: 400;
}

.origen-area-right p {
  padding-top: 12px;
  font-family: "Ubuntu", sans-serif;
  color: #615f64;
  font-size: 14px;
}
.header-area {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* Faq Section Start Here */

.new-faq-section {
  padding: 90px 0;
  text-align: left;
    background-image:linear-gradient(0.98deg, #081401 1.11%, rgba(12, 47, 12, 0) 90.54%),url(images/beach9.jpg);
  background-size: cover; 
   background-position: center;
}

.new-faq-top h2 {
  font-weight: 900;
  color: #FEFEFE;
}

.new-faq-accordion {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.new-faq-accordion .acc-head {
  margin-top: 20px;
  padding: 16px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-faq-accordion .acc-content {
  padding-bottom: 24px;
  display: none;
  border-bottom: 1px solid #FEFEFE;
}

.new-faq-accordion .acc-head h6 {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.new-faq-accordion .acc-head i {
  font-size: 18px;
  color: #FFFFFF;
}

.new-faq-accordion .acc-content p {
  font-size: 16px;
  color: #FEFEFE;
  font-weight: 500;
}

/* buyers & buyers section */

.buyers-sellers-section {
  padding: 90px 0;
  text-align: left;
  background: #fff;
}

.buyers-sellers-area {
  /*! padding-top: 55px; */
  /*! padding-bottom: 55px; */
  /*! padding-left: 35px; */
  /*! padding-right: 35px; */
  /*! background: #fff; */
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  padding: 10px 0px 10px;
}

.buyers-sellers-area ul li {
  position: relative;
  display: block;
  margin-left: 15px;
}

.buyers-sellers-area ul li::after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000000;
  left: -15px;
  top: 12px;
}

.buyers-sellers-area h2 {
  font-size: 28px;
  color: #000000bd;
}

.buyers-sellers-area p {
  padding-top: 12px;
  padding-bottom: 18px;
  font-size: 16px;
  color: #615f64;
}

.buyers-sellers-area h4 {
  padding-bottom: 10px;
  font-size: 24px;
  color: #000000bd;
}

.buyers-sellers-tab {
  padding: 70px 0;
  background: #f2e9e9;
}

.buyers-sellers-area ul li {
  padding: 3px 0;
  font-size: 16px;
  color: #615f64;
}

.tabbedPanels-items ul {
  display: flex;
}

.tabs {
  margin-top: 15px;
}

.tabs a {
  padding: 16px 22px;
  color: #615f64;
  font-size: 19px;
  font-weight: 700;
  font-family: "Clash Display";
  border: 3px solid #615f64;
  border-radius: 50px;
  margin-right: 12px;
}

.tabs a.active {
  /*! color: #4bcfbe; */
  /*! border-color: #4bcfbe; */
}

.panel-box {
  padding-top: 35px;
}

.panel-box p {
  padding-top: 12px;
  font-size: 18px;
  color: #615f64;
  font-weight: 400;
}

.panel-box p a {
  color: #615f64;
  text-decoration: underline;
}

.panel-box ul {
  padding-top: 12px;
}

.panel-box ul li {
  padding-top: 7px;
  position: relative;
  display: block;
  margin-left: 15px;
}

.panel-box ul li::after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000000;
  left: -15px;
  top: 16px;
}

.panel-box ul li a {
  color: #615f64;
}

.panel-box ul li strong {
  font-weight: 500;
}

/* buyers & buyers form */

.form-field input {
    width: 470.85px;
    border: 1.42px solid #BEC0BFCC;
    border-radius: 11.08px;
    padding: 15px 26px 15px;
    font-size: 20px;
    font-weight: 400;
    color: #92929D;

    margin-left: 10rem;
    outline: none;
}

.form-ground input {
    width: 470.85px;
    border: 1.42px solid #BEC0BFCC;
    border-radius: 11.08px;
    /*! padding: 26px 26px 26px; */
    font-size: 20px;
    font-weight: 400;
    color: #92929D;
    /*! margin-left: -6rem; */
    margin-bottom: 18px;
    outline: none;
    padding: 15px 26px 15px;
}

.form-area textarea {
    width: 977.7px;
    border-radius: 11.08px;
    font-size: 20px;
    font-weight: 400;
    color: #92929D;
    border: 1.42px solid #BEC0BFCC;
    margin-left: 7rem;
    padding: 16px 16px 104px;
    outline: none;
}

.form-a a {
    margin-top: 30px;
    color: #101010;
    font-family: 'Poppins', sans-serif;
    background: #30CB00;
    padding: 12px 35px 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    box-shadow: -4px 3px 34px #00000040;
    /*! margin-block-start: 2rem; */
    margin-bottom: 2rem;
}

.form-title h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

/*sellers-area start*/

.sellers-area {
  padding: 60px 0px 30px;
}


.first-img {
  margin-top: 30px;
}

.buyers-sellers-form {
  padding: 30px 0px 30px;
}


.hero-section .swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-section .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
}

.hero-section .swiper-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 9999;
  text-align: center;
}

.hero-section .swiper-slide-content h3 {
  font-size: 65px;
  font-style: italic;
  font-weight: 500;
  color: #fff;
}

.hero-section .swiper-slide-content a {
  font-family: "Ubuntu", sans-serif;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #615f64;
  text-transform: uppercase;
  background: #bcf9f1;
  padding: 1rem 4rem 1rem;
}

.hero-section .swiper-slide-content a:hover {
  color: #000000;
  background: #ffff;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 24px !important;
  color: #fff;
}

.swiper-slide {
  position: relative;
  z-index: 2;
}

.swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 8888;
}

