@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "Roboto-slab";
  src: url(../fonts/RobotoSlab-Medium.ttf);
}

@font-face {
  font-family: "Roboto-thin";
  src: url(../fonts/RobotoSlab-Thin.ttf);
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #023dce;
  --secondary: #4867dd;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-slab", sans-serif;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #707070;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 5rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.5625rem;
  font-weight: 400;
  color: #222222;
  line-height: 1;
  padding: 0;
  position: relative;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
}

.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--primary);
  transform-origin: center;
  transform: scaleX(0);
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}

.form-inline {
  padding-left: 5rem;
}

header .themeBtn {
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 7px;
}

header .themeBtn i {
  font-size: 16px;
}

/* About Css Start */

.kimProfile {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.star {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: -1rem;
}

.star ul {
  display: flex;
}

.star ul li {
  font-size: 12px;
  color: var(--secondary);
}

.kimContent h3 {
  font-size: 2.5rem;
  margin: 0;
}

.kimContent p {
  font-size: 1.375rem;
  color: #7e7e7e;
}

.star span {
  font-size: 1.125rem;
  color: var(--secondary);
}

.kimProfile small {
  font-size: 1rem;
  margin-top: 5px;
  display: block;
}

.secHeading {
  font-size: 3.125rem;
  margin: 0;
}

.aboutContent h3 {
  font-size: 1.5625rem;
  color: #7e7e7e;
  font-weight: 400;
  font-family: "Roboto";
}

.aboutContent ul li a {
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 500;
  text-transform: capitalize;
}

.aboutContent ul {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 12px;
}

.aboutContent a {
  font-size: 1.125rem;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
}

.aboutImg figure img {
  filter: drop-shadow(2.3125rem -5px 0px #2b6cff);
}

.aboutSec h5 {
  font-size: 1.375rem;
  color: #1a1a1a;
  text-transform: uppercase;
  position: absolute;
  right: -5rem;
  transform: rotate(270deg);
  top: 51%;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: "Roboto";
}

.aboutSec h5:before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 1px;
  background-color: #a6b1be;
  top: 12px;
  left: -7.5rem;
}

/* About Css End */

/* Selling Css Start */

.sellingSec {
  background: url(../images/sellingBg.jpg) center/cover no-repeat;
  padding: 13rem 0;
}

.house {
  position: absolute;
  right: 0;
  bottom: -4.5rem;
}

.sellingSec h2 {
  font-size: 5rem;
  color: var(--white);
  margin-bottom: 2rem;
}

.sellingSec a {
  display: inline-block;
}

/* Selling Css End */

/* Property Css Start */

.propertySec h2 {
  color: #40404c;
}

.propertyBox {
  margin-bottom: 2rem;
}

.propertyContent h3 {
  font-size: 1.25rem;
  margin: 0;
  font-family: "Roboto";
}

.propertyContent p {
  font-size: 0.875rem;
}

.room ul {
  display: flex;
  gap: 2.5rem;
}

.room ul li a {
  font-size: 0.875rem;
  color: #757575;
}

.room ul li a i {
  padding-right: 12px;
}

.room ul li p {
  font-size: 1rem;
  color: #2c2a34;
}

.room ul li p span {
  color: var(--primary);
}

.propertyContent {
  border: 1px solid rgb(240, 240, 240);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 21px 45.9px 5.1px rgb(208 208 208 / 23%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1.625rem 1.875rem;
}

.houseBottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Property Css End */

/* Buyers Css Start */

.buyerSec {
  background: url(../images/buyerBg.jpg) center/cover no-repeat;
  padding-bottom: 4rem;
}

.buyerSec h2 {
  color: var(--white);
}

.buyerContent {
  text-align: center;
  position: relative;
}

.buyerContent span {
  font-size: 9.375rem;
  color: #6e6e6e;
  position: absolute;
  top: -6rem;
  left: 14rem;
  font-weight: 200;
  z-index: -1;
}

.buyerContent h3 {
  font-size: 2.0625rem;
  color: var(--white);
  font-weight: 300;
  margin: 3.4375rem 0 3.4375rem 0;
  font-family: "Roboto";
}

.buyerContent .themeBtn {
  display: inline-block;
  background-color: var(--primary);
  color: var(--white);
}

.buyerContent .themeBtn:hover {
  background-color: var(--white);
  color: var(--primary);
}

/* Buyers Css End */

/* Client Css Start */

.clientSec {
  padding: 0;
  background-color: #f3f3f3;
}

.clientContent {
  padding-left: 4.5rem;
}

.clientContent ul {
  display: flex;
  margin: 1rem 0 12px 0;
}

.clientContent ul li {
  color: #ffcc00;
}

.clientContent p {
  font-size: 1.25rem;
  font-style: italic;
  color: #5d6780;
  width: 50%;
  font-family: "Roboto-thin", sans-serif;
  font-weight: 600;
}

.clientContent h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 1.25rem 0 1.875rem 0;
}

.clientContent .themeBtn {
  background-color: var(--primary);
  color: var(--white);
  display: inline-block;
}

.clientContent ul li i {
  font-size: 1.25rem;
}

.clientContent ul li i {
  font-size: 1.25rem;
}

.clientContent h2 {
  margin-top: 12px;
}

.clientContent h2 {
  margin-top: 12px;
}

.clientSec .slick-dots li button {
  background-color: #acacac;
  border-radius: 3.125rem;
  width: 15px;
  height: 15px;
}

.clientSec .slick-dots li.slick-active button:before {
  background-color: #111111;
  border-radius: 3.125rem;
  width: 15px;
  height: 15px;
}

.clientSec .slick-dots {
  display: flex;
  gap: 1rem;
  position: absolute;
  right: 9rem;
  flex-direction: column;
  width: auto;
  top: 9rem;
}

.clientBottom {
  position: absolute;
  bottom: -6rem;
  right: 0;
}
/* Client Css End */

/* Started Css Start */

.getBox h4 {
  font-size: 1.375rem;
  color: var(--white);
  margin: 1.375rem 0 16px 0;
}

.getBox {
  background-color: var(--black);
  padding: 2rem 10px 1.25rem 2rem;
  margin-top: 5rem;
  position: relative;
  transition: 0.5s ease-in-out;
}

.getBox:hover {
  background-color: #7a878f;
}

.getBox:hover img {
  filter: brightness(0) invert(1);
}

.getstartedSec h2 {
  color: var(--black);
  margin-bottom: 1.5rem;
}

.getBox span {
  font-size: 6.875rem;
  position: absolute;
  right: 13px;
  top: -5.125rem;
  color: #e6e6e6;
}

.getBox p {
  color: var(--white);
  width: 86%;
}

.getstartedSec .themeBtn {
  background-color: var(--primary);
  color: var(--white);
  display: inline-block;
}

/* Started Css End */

/* free tool Css Start */

.toolSec {
  background: url(../images/toolBg.jpg) center/cover no-repeat;
}

.toolSec h2 {
  color: var(--white);
}

.toolSec p {
  color: #ebebeb;
  font-size: 14px;
  margin-bottom: 2.5rem;
}

.toolForm .form-group input {
  height: 60px;
  border-radius: 0;
}

.toolForm .themeBtn {
  border-radius: 0;
  border: unset;
  padding: 1rem 3.75rem;
  background: var(--secondary);
  color: var(--white);
}

.toolForm .form-group input::placeholder {
  padding-left: 1rem;
}

.key {
  position: absolute;
  left: 1rem;
  bottom: 4.5rem;
  width: 17%;
}

.girl {
  position: absolute;
  right: 16rem;
  bottom: 0;
  z-index: -1;
}

/* free tool Css End */

/* Footer Css Start */

footer {
  background-color: #1e1e1e;
  padding: 4rem 0 0 0;
}

footer ul li a {
  font-size: 1.125rem;
  color: var(--white);
}

.linkss li + li {
  padding-top: 8px;
}

.contactInfo li a span {
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.contactInfo li + li {
  padding-top: 1.75rem;
}

.socialIcon ul {
  display: flex;
  gap: 14px;
}

.socialIcon ul li a i {
  background-color: var(--white);
  color: #757c85;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}

.socialIcon ul li a i:hover {
  background-color: var(--primary);
  color: var(--white);
}

.copyRight {
  background-color: var(--black);
  padding-top: 1rem;
  margin-top: 3rem;
}

.copyRight p {
  font-size: 1.125rem;
  color: var(--white);
}

/* Footer Css End */

/* loader */
.reveal,
.reveal2 {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.preLoader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 111;
}

.preLoader.black {
  background-color: var(--primary);
  z-index: 30;
}

.preLoader.white {
  z-index: 20;
  background-color: var(--secondary);
}

.split-parent {
  overflow: hidden;
}
.main-slider.InnerSlider {
  height: auto;
}
.videoSection h2 {
  font-size: 3.125rem;
  font-weight: 500;
  color: #40404c;
}
.aboutInner ul {
  display: contents;
  line-height: 3rem;
}

.aboutInner ul li {
  list-style: disc;
  color: #4867dd;
  font-size: 2rem;
}

.aboutInner ul li a {
  color: #747474;
  font-size: 1.375rem;
  font-weight: 400;
}
.paraGraph p {
  font-size: 1.5625rem;
}
.photoSec {
  background: #eceff1;
}
.photoCard h2 {
  font-size: 1.375rem;
  color: #40404c;
  margin-top: 1rem;
}

.photoCard p {
  font-size: 1rem;
}

.photoSec figure img {
  width: 100%;
}

.photoCard {
  padding-right: 4rem;
  padding-left: 0.5rem;
}
.propertyContent.sellcard h3 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #6a6a6a;
}
.propertyContent.sellcard {
  min-height: 126px;
}
.sellSection h2 {
  font-size: 3.125rem;
  color: #40404c;
  font-weight: 400;
}
.virtualSec h2 {
  font-size: 3.125rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.virtualSec p {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.virtualSec {
  background: url(../images/virtualBG.png) no-repeat;
}
.sellSection figure img {
  width: 100%;
}
.toolSec.scheduleSec {
  background: none;
}
.toolSec.scheduleSec .secHeading {
  color: #000;
  margin-bottom: 2rem;
}
.appointmentSec h2 {
  font-size: 2rem;
  font-weight: 400;
}
.custom-control.custom-radio label {
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 1rem;
  margin: 0;
}
.form-group .formcntrl2 {
  height: 151px;
}
.appointmentSec {
  padding-top: 0rem;
}

.toolSec.scheduleSec {
  padding-bottom: 1rem;
}
button.themeBtn {
  background: #2b6cff;
  color: #fff;
  border: 0;
  justify-content: center;
  text-align: center;
  min-width: 275px;
}
button.themeBtn:hover {
  background: #fff;
  color: #2b6cff;
}
/* .list {
  display: flex;
  align-items: center;
  gap: 2rem;
} */

.list .custom-control.custom-radio.custom-control-inline {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.imgeTag {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: -1;
}

.contactSection {
  position: relative;
}
