@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.real-status-header {
  background-image: url("../images/header-mobile.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 767px) {
    .real-status-header {
      background-image: url("../images/home-header-bg.png"); } }

.btn-real {
  outline: none; }

.btn-real--large {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  min-width: 150px;
  border-radius: 20px;
  font-weight: 600;
  color: #fff; }
  @media (min-width: 767px) {
    .btn-real--large {
      min-width: 200px;
      font-size: 15px; } }
  .btn-real--large:hover {
    text-decoration: none;
    color: #fff; }

.btn-bg-primry {
  background-color: #BC9D70; }

.real-heading {
  height: 80vh; }
  .real-heading h3 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 767px) {
      .real-heading h3 {
        font-size: 63px; } }
    .real-heading h3 span {
      background-color: #fff;
      display: inline-block;
      box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
      padding: 12px 25px;
      margin-bottom: 30px; }

.next-section {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%); }
  .next-section a {
    padding: 20px 50px 10px 50px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    color: #000000;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; }
    @media (min-width: 767px) {
      .next-section a {
        font-size: 16px; } }
    .next-section a:hover {
      text-decoration: none;
      color: #000000; }
    .next-section a span {
      display: block; }

.btn-border a {
  font-size: 12px;
  color: #BC9D70;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 30px;
  border: 2px solid #BC9D70;
  transition: 0.5s;
  min-width: 130px;
  text-align: center; }
  @media (min-width: 767px) {
    .btn-border a {
      min-width: 200px;
      font-size: 16px; } }
  .btn-border a:hover {
    background-color: #BC9D70;
    color: #fff;
    text-decoration: none;
    transition: 0.5s; }

.photography-text h4 {
  font-size: 30px;
  color: #BC9D70;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px; }
  @media (min-width: 767px) {
    .photography-text h4 {
      font-size: 56px; } }
  .photography-text h4:before {
    content: "";
    background-color: #000;
    width: 200px;
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0; }
.photography-text p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }

.photography-big-image img {
  width: 100%;
  object-fit: cover; }

.photography-list .video-text h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0; }
.photography-list .video-text a {
  color: #BC9D70; }

.photography-small-item {
  width: 25%; }

.photography-small-img img {
  max-width: 100%; }

.check-list li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }
  .check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("../images/check-list.png");
    background-repeat: no-repeat;
    background-position: left center; }
  .check-list li a {
    color: #BC9D70; }

.home-list li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }
  .home-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("../images/home2.png");
    background-repeat: no-repeat;
    background-position: left center; }
  .home-list li a {
    color: #BC9D70; }

.quite-section {
  background-image: url("../images/mobile-2.png");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 767px) {
    .quite-section {
      background-image: url("../images/quite.png"); } }
  .quite-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    width: 50%;
    height: 2px;
    background-color: #B1B1B1; }
    @media (min-width: 767px) {
      .quite-section:before {
        width: 70%; } }
  .quite-section:after {
    background-image: url("../images/left-quote.png");
    background-repeat: no-repeat;
    content: "";
    width: 400px;
    height: 300px;
    position: absolute;
    right: 10%;
    top: 0;
    top: -45px;
    background-size: 40% 40%;
    background-position: right center; }
  .quite-section .quite-text h3 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0; }
    @media (min-width: 767px) {
      .quite-section .quite-text h3 {
        font-size: 55px; } }
  .quite-section .quite-text h4 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #BC9D70;
    margin: 0; }
    @media (min-width: 767px) {
      .quite-section .quite-text h4 {
        font-size: 55px; } }

.viewing-section {
  background-image: url("../images/viewing-bg.png");
  background-repeat: no-repeat;
  min-height: 100vh;
  background-size: cover; }
  .viewing-section .viewing-heading {
    text-align: center; }
    .viewing-section .viewing-heading h3 {
      font-size: 30px;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 767px) {
        .viewing-section .viewing-heading h3 {
          font-size: 60px; } }
    .viewing-section .viewing-heading li {
      font-size: 10px;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      list-style-type: none;
      margin-bottom: 6px; }
      @media (min-width: 767px) {
        .viewing-section .viewing-heading li {
          font-size: 16px; } }

.home-faster-section {
  background-image: url("../images/home-faster.png");
  background-repeat: no-repeat;
  min-height: 100vh;
  background-size: cover; }
  .home-faster-section .viewing-heading {
    text-align: center; }
    .home-faster-section .viewing-heading h3 {
      font-size: 30px;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 767px) {
        .home-faster-section .viewing-heading h3 {
          font-size: 60px; } }
    .home-faster-section .viewing-heading li {
      font-size: 16px;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      list-style-type: none;
      margin-bottom: 6px; }

.btn-bg-white a {
  border: 2px solid #fff;
  color: #fff; }
  .btn-bg-white a:hover {
    border: 2px solid #BC9D70; }

.servies-section .services-cards-wrapper {
  transition: 0.5s;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important; }
  .servies-section .services-cards-wrapper img {
    max-width: 100%; }
  .servies-section .services-cards-wrapper h4 {
    text-align: center;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    display: flex;
    min-height: 125px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    transition: 0.5s; }
    .servies-section .services-cards-wrapper h4:hover {
      background-color: #BC9D70;
      color: #fff;
      transition: 0.5s; }
    @media (min-width: 767px) {
      .servies-section .services-cards-wrapper h4 {
        font-size: 14px; } }
  .servies-section .services-cards-wrapper:hover {
    transition: 0.5s;
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12) !important; }

.g-camra-scrion img {
  max-width: 100%; }

.main-title {
  text-align: center; }
  .main-title h3 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #BC9D70; }
    @media (min-width: 767px) {
      .main-title h3 {
        font-size: 50px; } }
  .main-title p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333; }

.testimonial-wrapper {
  padding: 50px 30px;
  border: 3px solid #707070;
  position: relative; }
  @media (min-width: 767px) {
    .testimonial-wrapper {
      padding: 50px 30px; } }
  .testimonial-wrapper p {
    font-size: 18px;
    color: #676767;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }
    @media (min-width: 767px) {
      .testimonial-wrapper p {
        font-size: 20px;margin:40px 40px 0 40px; } }
  .testimonial-wrapper .quote-image {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
    padding: 0 15px; }
    @media (min-width: 767px) {
      .testimonial-wrapper .quote-image {
        top: -40px; } }
    .testimonial-wrapper .quote-image img {
      width: 30px; }
      @media (min-width: 767px) {
        .testimonial-wrapper .quote-image img {
          width: 80px; } }

.profile-section .profile-text {
  text-align: center; }
  @media (min-width: 767px) {
    .profile-section .profile-text {
      text-align: left; } }
  .profile-section .profile-text h4 {
    font-size: 16px;
    color: #BC9D70;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }
    @media (min-width: 767px) {
      .profile-section .profile-text h4 {
        font-size: 20px; } }
  .profile-section .profile-text h6 {
    font-size: 13px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }
    @media (min-width: 767px) {
      .profile-section .profile-text h6 {
        font-size: 16px; } }

.main-footer {
  background-image: url("../images/footer-bg.png");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover; }

.min-h-footer {
  min-height: 80vh; }

.footer-heading {
  text-align: center; }
  @media (min-width: 767px) {
    .footer-heading {
      text-align: left; } }
  .footer-heading h5 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff; }
    @media (min-width: 767px) {
      .footer-heading h5 {
        font-size: 50px; } }

.footer-socila-links {
  display: flex;
  justify-content: center;
  margin-bottom: 100px; }
  @media (min-width: 767px) {
    .footer-socila-links {
      justify-content: start;
      margin: 0;
      padding: 0; } }
  .footer-socila-links li {
    list-style-type: none;
    margin-right: 10px; }

.footer-address li {
  list-style-type: none;
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    .footer-address li {
      margin-bottom: 30px; } }
  .footer-address li img {
    width: 20px;
    margin-right: 10px; }
    @media (min-width: 767px) {
      .footer-address li img {
        width: 30px; } }
  .footer-address li span {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff; }
    @media (min-width: 767px) {
      .footer-address li span {
        font-size: 20px; } }
  .footer-address li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px; }
    @media (min-width: 767px) {
      .footer-address li a {
        font-size: 20px; } }

.footer-items {
  width: 50%; }

.footer-copy-right {
  border-top: 1px solid #fff;
  padding-left: 0;
  padding-top: 20px; }
  .footer-copy-right li {
    list-style-type: none; }
  .footer-copy-right a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 10px;
    display: inline-block; }
    @media (min-width: 767px) {
      .footer-copy-right a {
        font-size: 16px; } }
    .footer-copy-right a:hover {
      text-decoration: none;
      color: #fff; }

/*# sourceMappingURL=mystyle.css.map */
