/* ------------------------------------------------
  Project:   DCPL Technology Private Limited - Website
  Author:    DCPL Technology Pvt. Ltd. - Web-Designer Team
------------------------------------------------ */

/* ------------------------
  RPoint 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


/* ------------------------
  RPoint 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"); */
:root {
  --main: #9f2e48;
  --secondary-2: #888888;
  --border: #E6E6E6;
  --bg-secondary: #F8F8F8;
  --primary-color: #212529;
}

body {
  /* font-family: "Nunito Sans", sans-serif !important; */
  font-family: "Source Sans 3", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

/* global css start*/
* {
  font-family: "Source Sans 3", sans-serif !important;
  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;
}

.primary-bg {
  background-color: #9f2e48 !important;
}

.text-secondary-2 {
  color: var(--secondary-2) !important;
}


/* global css end*/

/* navbar css start*/
.navbar-brand img {
  height: 52px;
}

.styled-list {
  padding-left: 18px;

  li {
    list-style: disc;
    margin-bottom: 4px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.text-main {
  color: var(--main) !important;
}

.navbar.scrolled {
  /* background-color: var(--primary-color); */
  /* background-color:white; */
  color: #ffffff;
}

.navbar {
  padding: 0;
  z-index: 4;
  transition: 0.5s ease;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  /* 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;
  color: var(--primary-color);
  font-weight: 500;

  &.active {
    color: var(--main) !important;
  }
}

.navbar.scrolled {
  .navbar-nav .nav-item .nav-link {
    /* color: white; */
  }
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #9f2e48;
}

/* navbar css End */


/* hero section css start */
.hero_section {
  background-image: url(../assets/images/hero.webp);
  background-size: cover;
  position: relative;

  .background {
    background-image: linear-gradient(to bottom,
        #FFFFFF00 20%,
        var(--bg-secondary) 99%);
  }

}

.home_img {
  display: flex;
  justify-content: center;

  img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

.home_img img {
  width: 90%;
}

.hero_section {
  .hero_title {
    font-size: clamp(28px, 11vh, 62px);
  }

  .description {
    font-size: 18px;
  }

  .counts {
    gap: 54px;

    .vertical-line {
      border: 1px solid var(--main);
      height: 36px;
      display: inline-block;
    }

    .counts {
      font-size: 28px;
    }

    p {
      font-size: 18px;

    }
  }

}

/* .hero_section .herosec_content p {
  color: rgb(247, 247, 247);
  font-size: 18px;
  padding: 12px 0;
} */

/* hero section css end */


/* about section css start */

.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;
}




.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: 46px;
  color: #9f2e48;
  position: relative;
  display: flex;
  gap: 12px;

  .before {
    order: -1;
    width: 30px;
    display: inline-block;
    height: 0;
    border: 1px solid #9f2e48;
    position: relative;

    &::after {
      content: "";
      display: inline-block;
      width: 8px;
      aspect-ratio: 1;
      background-color: #9f2e48;
      transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 4px);
      right: -4px;
    }
  }

  .after {
    order: 2;
    width: 30px;
    display: inline-block;
    height: 0;
    border: 1px solid #9f2e48;
    position: relative;

    &::before {
      content: "";
      display: inline-block;
      width: 8px;
      aspect-ratio: 1;
      background-color: #9f2e48;
      transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 4px);
      left: -4px;
    }
  }
} */

.sub_heading {
  font-size: 46px;
  color: var(--main);
  display: flex;
  gap: 12px;
  align-items: center;

  /* shared line style */
  .before,
  .after {
    width: 30px;
    height: 0;
    border: 1px solid var(--main);
    position: relative;
    display: inline-block;
  }


  /* diamond shape */
  .before::after,
  .after::after {
    content: "";
    width: 8px;
    aspect-ratio: 1;
    background-color: var(--main);
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
  }

  /* positioning */
  .before {
    order: -1;
  }

  .after {
    order: 2;
  }


  .before::after {
    right: -4px;
  }


  .after::after {
    left: -4px;
  }

  &.white-title {
    color: white;

    /* .before,
    .after {
      border-color: white;
    } */

    /* .before::after,
    .after::after {
      background-color: white;
    } */
  }
}


/* 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 {
  background-color: var(--primary-color);

  .sub_heading {
    margin-bottom: 60px;
  }

  .items-cover {
    gap: clamp(24px, 14vh, 80px);

    .feature-card {
      max-width: 312px;

      .icon {
        width: 48px;
        aspect-ratio: 1;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 10px;
      }

      .card-title {
        font-size: 22px;
      }

      .description {
        color: var(--secondary-2);
      }
    }

    .left-section {

      /* gap: 60px; */
      .feature-card {
        text-align: end;
      }
    }
  }
}

/* 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;
}



/* 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 */
/* R - Point section css start */
.r-point-section {
  background-color: var(--bg-secondary);

  .left-section {
    max-width: 562px;

    .sub-title {
      font-size: 36px;
    }

    .description {
      font-size: 20px;
    }
  }

  .right-section {
    max-width: 672px;

    .card {
      border: none !important;
      padding: 42px;
      border-radius: 24px;

      .card-title {
        font-size: 34px;
      }

      .description {
        font-size: 20px;
        margin-bottom: 32px;
      }

      .link {
        border: 1px solid var(--border);
        font-size: 24px;
        color: var(--primary-color);
        margin-bottom: 42px;

        &:hover,
        &:active {
          color: white;
          background-color: var(--main);
          border-color: transparent;
        }
      }
    }
  }
}

/* R - Point section css end */

/* Media Query CSS Start */
@media screen and (max-width: 1199px) {
  .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;
  }

  .feature_section .items-cover {
    flex-wrap: wrap;
    gap: 40px;
  }

  .feature_section .center-section {
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .feature_section .center-section img {
    width: 260px;
    height: auto;
  }

  .feature_section .left-section,
  .feature_section .right-section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }

  .feature_section .left-section .feature-card,
  .feature_section .right-section .feature-card {
    text-align: center;
  }
}

@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;
  }

  .r-point-section .d-flex {
    flex-direction: column;
    gap: 40px;
  }

  .r-point-section .left-section,
  .r-point-section .right-section {
    max-width: 100%;
  }

  .r-point-section .left-section {
    text-align: center;
  }

  .r-point-section .sub_heading {
    justify-content: center;
  }

  .r-point-section .left-section .sub-title {
    font-size: 28px;
  }

  .r-point-section .left-section .description {
    font-size: 18px;
  }

  .feature_section {
    padding: 70px 0;
  }

  .feature_section .sub_heading {
    margin-bottom: 40px;
  }

  .feature_section .items-cover {
    flex-direction: column;
    align-items: center;
  }

  .feature_section .left-section,
  .feature_section .right-section {
    width: 100%;
    max-width: 720px;
  }

  .feature_section .feature-card {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #222222;
  }

  .hero_section h1 {
    font-size: 42px;
  }

  .r-point-section {
    padding: 60px 0;
  }

  .r-point-section .right-section .row {
    row-gap: 24px;
  }

  .r-point-section .right-section .card {
    padding: 28px;
  }

  .r-point-section .right-section .card-title {
    font-size: 26px;
  }

  .r-point-section .right-section .description {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .r-point-section .right-section .link {
    font-size: 18px;
    padding: 12px 24px;
    margin-bottom: 24px;
  }

  .r-point-section svg {
    width: 56px;
    height: 56px;
  }

  .feature_section {
    padding: 60px 0;
  }

  .feature_section .center-section img {
    width: 220px;
  }

  .feature_section .feature-card {
    text-align: center !important;
  }

  .feature_section .feature-card .card-title {
    font-size: 20px;
  }

  .feature_section .feature-card .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .hero_section h1 {
    font-size: 36px;
  }

  .r-point-section .sub_heading {
    font-size: 26px;
  }

  .r-point-section .left-section .sub-title {
    font-size: 22px;
  }

  .r-point-section .left-section .description {
    font-size: 16px;
  }

  .r-point-section .right-section .card {
    padding: 22px;
    border-radius: 18px;
  }

  .feature_section .center-section img {
    width: 180px;
  }

  .feature_section .feature-card {
    padding: 0 12px;
  }

  .feature_section .feature-card .card-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 420px) {
  .sub_heading {
    font-size: 28px;
  }
}

/* Media Query CSS End */