/* ------------------------------------------------
  Project:   DCPL Technology Private Limited - Website
  Author:    DCPL Technology Pvt. Ltd. - Web-Designer Team
------------------------------------------------ */

/* ------------------------
  MyEstatePOint of Contents

  1. Navbar Section
  2. Hero Section
  3. About Section
  4. MyEstate Section
  5. Features Section
  6. Contact Us Section
  7. Terms and condition Section
  8. Media Query


/* ------------------------
  MyEstatePOint of Contents
------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");

body {
  font-family: "Nunito Sans", sans-serif !important;
}

/* global css start*/
* {
  margin: 0;
  padding: 0;
}

ul {
  margin-bottom: 0 !important;
}

.outline-none {
  outline: none;
}

a {
  text-decoration: none !important;
}

.z-1 {
  z-index: 1;
}

li {
  list-style: none;
}
/* global css end*/

/* navbar css start*/
.navbar-brand img {
  height: 52px;
}

.navbar.scrolled {
  background-color: #222222;
  color: #ffffff;
}

.navbar {
  padding: 0;
  z-index: 4;
  transition: 0.5s ease;
  background: transparent;
  transition: all 1s;
}

.navbar .navbar-collapse,
.navbar-gap {
  gap: 40px !important;
}

.navbar .navbar-nav {
  padding: 0 !important;
  gap: 20px;
}

.navbar-nav .nav-item {
  text-wrap: nowrap;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  line-height: 27px !important;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #9f2e48;
}
/* navbar css End */


/* hero section css start */
.hero_section {
  background-image: url(../assets/images/herosecimage.png);
  background-size: cover;
}
.home_img {
  display: flex;
  justify-content: center;
}
.home_img img {
  width: 90%;
}
.hero_section h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  font-family: "Libre Baskerville", serif;
}
.hero_section .herosec_content p {
  color: rgb(247, 247, 247);
  font-size: 18px;
  padding: 12px 0;
}

/* hero section css end */


/* about section css start */
.sub_heading .left_img {
  transform: rotate(180deg);
}

.sectiony_space {
  padding: 80px 0;
}

.about_us::before {
  content: "";
  background-color: rgba(159, 46, 72, 0.2);
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
}

.image_part {
  width: 500px;
  padding: 10px;
}

.sub_heading span {
  align-items: center;
  padding: 0 12px;
  position: relative;
}

.content_part {
  padding-top: 28px;
}

.content_part p {
  font-size: 17px;
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.sub_heading {
  font-size: 48px;
  color: #9f2e48;
  font-family: "Libre Baskerville", serif;
}
/* about section css end */

/* My Estate CSS Start */
.android-img img {
  width: 90%;
}

.estate_point .image_part {
  width: 50%;
}
/* My Estate CSS End */


/* feature section css start */
.feature_card {
  padding: 25px 20px;
  border-radius: 10px;
}

.estate_point,
.contact_part,
.feature_card {
  background-color: rgb(247 247 247);
}

.feature_card .icon_title {
  flex-grow: 1;
}

.feature_card .icon_title h4 {
  font-size: 20px;
}

.feature_card .icon_title p {
  font-size: 17px;
  flex-grow: 1;
}

.feature_part .card_feature {
  flex: 1;
}
/* feature section css end */


/* contact section css start */
.contact_part .contact_name {
  font-size: 24px;
}

.contact_part p {
  font-size: 17px;
}

.contact_part a {
  font-size: 19px;
}

.details_content {
  flex-grow: 1;
}

.details_content a {
  flex-grow: 1;
  color: #000000;
}

.details_content a:hover {
  color: #9f2e48;
}

.contact_part {
  padding-bottom: 80px;
}
/* contact section css end */


/* footer section css start */
.footer_part {
  color: #fdfdfd;
  background-color: #222222;
}
.separator::after {
  content: " | ";
}
.separator:last-child::after {
  content: "";
}

.footer_part .privacy_condition a {
  color: #fdfdfd;
}

.footer_part .privacy_condition a:hover {
  color: #9f2e48;
}

.made_with span {
  color: red;
}

.border_foot {
  border-bottom: 2px solid #ffffff;
}
/* footer section css end */


/* terms and condition css start */
.heading_text {
  font-size: 52px;
  font-family: "Libre Baskerville", serif;
}
.content_text h2 {
  font-size: 30px;
}
.content_text p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

.content_text ul li {
  font-size: 18px;
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.7);
}
/* terms and condition css end */

/* Media Query CSS Start */
@media screen and (max-width: 1200px) {
  .navbar-brand img {
    height: 48px;
  }

  .about_us::before {
    content: "";
    background-color: rgba(159, 46, 72, 0.2);
    height: 25%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sub_heading {
    font-size: 35px;
  }

  .about_us .sub_heading {
    padding-top: 32px;
  }

  .estate_point .image_part {
    width: 40%;
  }

  .estate_point .image_part {
    padding-top: 28px;
  }

  .hero_section .home_img {
    padding-top: 20px;
  }
  .hero_section h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .estate_point .image_part {
    width: 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .estate_point .image_part {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .footer_part .copyright_terms div {
    text-align: center !important;
    padding: 1px 0;
  }
  .content_part p {
    font-size: 16px;
  }
  .footer_part .copyright_terms {
    flex-direction: column;
  }
  .footer_part .privacy_condition {
    text-align: center !important;
  }
  .heading_text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #222222;
  }
  .hero_section h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .hero_section h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 420px) {
  .sub_heading {
    font-size: 28px;
  }
}
/* Media Query CSS End */
