
:root{
    --color-universal:#cf5c36;
    --color-universal-light: rgba(207, 92, 54, 0.678);
    --color-universal-green: #59CD90;
    --color-universal-blue: #050517;
    --color-universal-lightblue: #4F7CAC;
    --color-universal-wheat: #FFF7F8;
    --color-universal-grey: #ccc;
    --color-universal-white: #fff;
}

html,body {
 padding: 0px;
  margin: 0px;
  font-family: Poppins, sans-serif;
}

p {
  font-size: 18px;
}

.img-logo {
  width: 40%;
}

@media (max-width: 769px) {
  .img-logo {
    width: 35%;
  }
}

@media (max-width: 500px) {
  .img-logo {
    width: 100%;
  }
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: none !important;
    border-top-right-radius: none !important;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--color-universal) !important;
}

.sticky {
  position: sticky;
  top: 0px;
}

.static-position {
    position: relative;
}

.static-position:nth-child(1) {
    top :0;
    left:0;
    z-index: 2;
    width: 40%;
}
.static-position:nth-child(2) {
    top :0;
    right:0;
    z-index: 3;
    width: 60%;
}
.static-position:nth-child(3) {
    z-index: 10;
    top: -20px;

}
.static-position:nth-child(4) {
    bottom :0;
    left:0;
    width: 50%;
    z-index: 4;
}
.static-position:nth-child(5) {
    bottom :0;
    right:0;
    width: 50%;
    z-index: 5;
}

.wrapper {
    margin: 50px 0px !important;
    padding: 50px 0px !important;
}

.active {
  color: var(--color-universal);
}



  #myarea {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .hero {
    height :90vh !important;
  }

.swiper {
    width: 100%;
    height: 100%;
  }


  .swiper-slide {
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



.property-head1 {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 5px;

}


.property-body {
    padding: 35px;
    background-color: white;
}

@media (min-width: 600px)  {
    .property-body {
        padding: 20px;
        background-color: white;
    }
  }
  @media (max-width: 990px){
    .swiper-button-next,
    .swiper-button-prev {
      display: none !important;
    }
}

.days {

    background-color:rgba(23,42,76,0.4);
    padding: 10px 20px;
    color: white;
    border-radius: 50px;
    font-size: 14px;
}


.sell, .sell a {
    color: white;
    background-color: var(--color-universal-blue);
}

.sell a:hover {
    color: white;
    background-color: var(--color-universal);
}

.rent, .rent a {
    color: white;
    background-color: var(--color-universal-green);
}

.rent a:hover {
    color: white;
    background-color: var(--color-universal-blue);
}

.property-details a {
    text-decoration: none;
    color: var(--color-universal-blue);
    font-weight: bold;
}

.property-details .link a:hover{
    color: var(--color-universal);
}

.property-details .link p {
    font-size: 14px;
    margin-top: 15px;
}


.bg-img-1 {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(../img/hero-newsroom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-2 {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(../img/hero-landing-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* For links and hovers */

.link-universal {
  color: var(--color-universal);
}

.link-universal:hover, .link-universal:active, .link-universal:focus {
  color: var(--color-universal-blue);
}

.link-universal-blue {
  color: var(--color-universal-blue);
}

.link-universal-blue:hover, .link-universal-blue:active, .link-universal-blue:focus {
  color: var(--color-universal);
}

.link-universal-green {
  color: var(--color-universal-green);
}

.link-universal-green:hover, .link-universal-green:active, .link-universal-green:focus {
  color: var(--color-universal-blue);
}

.link-universal-lightblue {
  color: var(--color-universal-lightblue) !important;
}

.link-universal-lightblue:hover, .link-universal-lightblue:active, .link-universal-lightblue:focus {
  color: var(--color-universal-blue) !important;
}

.link-universal-white {
  color: var(--color-universal-white) !important;

}

.link-universal-white:hover, .link-universal-white:active, .link-universal-white:focus {
  color: var(--color-universal) !important;
}


/* For backgrounds and hovers */

.btn-universal {
    background-color: var(--color-universal);
    color: var(--color-universal-white);
}

.btn-universal:hover, .btn-universal:active, .btn-universal:focus {
    background-color: var(--color-universal-blue);
    color: var(--color-universal-white);
}

.btn-universal-blue {
    background-color: var(--color-universal-blue);
    color: var(--color-universal-white);
}

.btn-universal-blue:hover, .btn-universal-blue:active, .btn-universal-blue:focus {
    background-color: var(--color-universal);
    color: var(--color-universal-white);
}

.btn-universal-green {
    background-color: var(--color-universal-green);
    color: var(--color-universal-white);
}

.btn-universal-green:hover, .btn-universal-green:active, .btn-universal-green:focus {
    background-color: var(--color-universal-blue);
    color: var(--color-universal-white);
}

.btn-universal-lightblue {
    background-color: var(--color-universal-lightblue);
    color: var(--color-universal-white);
}

.btn-universal-lightblue:hover, .btn-universal-lightblue:active, .btn-universal-lightblue:focus {
    background-color: var(--color-universal-blue);
    color: var(--color-universal-white);
}

.btn-universal-white {
    background-color: var(--color-universal-white);
    color: var(--color-universal-blue);
}

.btn-universal-white:hover, .btn-universal-white:active, .btn-universal-white:focus {
    background-color: var(--color-universal);
    color: var(--color-universal-white);
}



/* For Text Colors */
.text-universal {
    color: var(--color-universal);
}
.text-universal-blue{
    color: var(--color-universal-blue);
}

.text-universal-green {
    color: var(--color-universal-green);
}

.text-universal-lightblue{
    color: var(--color-universal-lightblue);
}

.text-universal-white {
    color: var(--color-universal-white);
}


/* for border */

/* For borders Colors*/
.border-universal {
  border: 2px solid var(--color-universal);
}
.border-universal-blue{
  border: 2px solid var(--color-universal-blue);
}

.border-universal-green {
  border: 2px solid var(--color-universal-green);
}

.border-universal-lightblue{
  border: 2px solid var(--color-universal-lightblue);
}

.border-universal-white {
  border: 2px solid var(--color-universal-white);
}




/* For Background Colors*/
.bg-universal {
    background-color: var(--color-universal);
}
.bg-universal-blue{
    background-color: var(--color-universal-blue);
}

.bg-universal-green {
    background-color: var(--color-universal-green);
}

.bg-universal-lightblue{
    background-color: var(--color-universal-lightblue);
}

.bg-universal-white {
    background-color: var(--color-universal-white);
}

.price {
    color: var(--color-universal-green);
    font-size: 16px;
    font-weight: bold;
}


.property-body .icon-text {
    width: 80%;
    margin: 0 auto;
}

.btn-property{
    background-color: var(--color-universal);
    border: 0;
    color: white;
}
.btn-property:hover {
    background-color: var(--color-universal-blue);
    color: white;
}

/*Our Features */

  .service-item {
    background: #fff;
    height: 100%;
  }

  .service-item:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.hover-shadow:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

  .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
  }

  .service-item .icon i {
    color: var(--color-default);
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
  }

  .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eeeeee;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.3s;
  }

  .service-item h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #eeeeee;
    transition: 0.3s;
  }

  .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary);
  }

  .service-item:hover .icon:before {
    background: var(--color-universal);
  }

  .service-item:hover h3 {
    border-color: var(--color-universal);
  }

/* bootstrap nav-tab configuration */

.nav-tabs {
    border: none !important;

}


.nav-tabs .nav-item {
    border: 1px solid var(--color-universal-grey);
    background-color: var(--color-universal-white);
    color: var(--color-universal-blue);

}


.nav-tabs .nav-item, .nav-tabs .nav-item:active,.nav-tabs .nav-item:focus, .nav-tabs .nav-item:hover{
    border-top-left-radius: 0px ;
    border-top-right-radius: 0px !important ;
    border-bottom-left-radius: 0px ;
    border-bottom-right-radius: 0px !important ;
}


.nav-tabs .nav-item .nav-link.active {
    border: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important ;
    border-bottom-right-radius: 0px !important ;
    background-color: var(--color-universal-blue);
    color: var(--color-universal-white);
}

.nav-tabs .nav-item .nav-link {
    color: var(--color-universal-blue);
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:focus-visible{
    border: 0px !important;
    border-radius: 0px;
}

  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 10px;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px;
  }

  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
  }

  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
  }

  .testimonials .testimonial-item .stars {
    margin: 10px 0;
  }

  .testimonials .testimonial-item .stars i {
    color: var(--color-universal);
    margin: 0 1px;
  }

  .testimonials .testimonial-item .quote-icon-left,
  .testimonials .testimonial-item .quote-icon-right {
    color: var(--color-universal);
    font-size: 26px;
    line-height: 0;
  }

  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }

  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
  }

  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
  }

  .testimonials .swiper-slide {
    background-color: none !important;
  }

  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-universal);
  }

.btn {
    border-width: 0px !important;
}
.btn:hover {
    border: 0px !important;
}

.bottom-rounded:hover {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.scale-card{
  height: 200px;
  width: 200px;
}

.scale-card-front {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: all .2s linear;
}
.scale-card-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  z-index:2;
  transition: all .2s linear;
}

.scale-card:hover .scale-card-front {
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: all .2s linear;

}

.scale-card:hover .scale-card-back {
  z-index: 5;
  transform: translate(-50%, -50%) scale(1);
  transition: all .2s linear;
}

.wrapper-top {
  margin-top: 70px;
}
.wrapper-sm {
  margin: 25px 0px !important;
  padding: 25px 0px !important;
}
ul.footer-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}


ul.footer-list li:not(:last-child) {
  margin-bottom: 20px;
}
ul.footer-list li a {
  text-decoration: none;
  color: var(--color-universal-white);
}

ul.footer-list li a:hover {
  color: var(--color-universal-green);
}

.opacity-50 {
  opacity: 0.5;
}

.section-bg {
  height: 40vh;
  width: 100%;
}

.about-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/hero-landing-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.policy-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/hero-perspectives-landing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.contact-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.investment-plan-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/investment-plans-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.rules-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/rules.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.referral-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/referral-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.estate-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/property-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.agric-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/agric-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.forex-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/forex-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gold-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/gold-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.crypto-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/crypto-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.oil-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/oil-trade.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.Loan-img {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0,0,0,0.7)),url(../img/Loan.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.news-img {
  background: black;
}

.parent {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg-one {
  background: url(../img/about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-two {
  background: url(../img/about-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-three {
  background: url(../img/about-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-four {
  background: url(../img/about-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-bg-img-2 {
  background: linear-gradient(#050517e8, #050517e8),url(../img/bg-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

.child {
  height: 100%;
  width: 100%;
}

a .text {
  color: white;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parent:hover .child {
  transform: scale(1.5);
  transition: all 1s ease;
}

.border-universal-light-sm {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.352);
  border-width: 1px 1px 1px 0;
}

.contact-form .form-input {
  border: none;
  background-color: var(--color-universal-white);
  padding: 20px 15px;
  width: 100%;
}

.contact-form .form-input:active, .contact-form .form-input:focus-visible, .contact-form .form-input:focus {
  outline: 2px solid;
  outline-color: var(--color-universal-light) ;

}

.contact-form .form-submit {
  border: none;
  background: linear-gradient( to right, var(--color-universal-blue), var(--color-universal));
  width: 300px;
  padding: 20px 10px;
  color: white;
  font-weight: bold;
}

.number {
  background-color: var(--color-universal-blue);
  color: white;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 auto;
}


/*New style added*/

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#video {
  width: 100%;
}


.play-2 {
  position: absolute;
  top:50%;
  left: 50%;
  z-index: 9000;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 30px;
  padding: 10px 20px;
  border: 3px solid white !important;
  color: white;
  animation: glowing 4s alternate infinite;
}

@keyframes glowing {
  0% {
    background-color: var(--color-universal);
    box-shadow: 0 0 5px var(--color-universal);
  }
  50% {
    background-color: rgba(var(--color-universal), 0.7);
    box-shadow: 0 0 20px rgba(var(--color-universal), 0.7);
  }
  100% {
    background-color:  var(--color-universal);
    box-shadow: 0 0 5px  var(--color-universal);
  }
}


.play-2:hover {
  border: 3px solid black !important;
}
