

/* ANIMATE HOME PAGE NEW */

.allSection {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  /* added by lama */
  /* @media only screen and (width: 414px) {
    .mouse_scroll {
      position: absolute;
      top: 430px !important;
      right: 225px;
    }
  } */

  @media (max-width:768px) {
    .productimg{
      /* margin-top: 80px;
      height: 230px !important;
      max-width: 100%; */
      width: 100vw !important;
      max-width: 100%;
      /* height: auto !important; */
      /* width: 300px !important; */
    }
  }
  @media ((max-width:1536px)) {
    .homefooter-social{
      position: absolute;
      /* bottom: 30px; */
      margin-left: 4.5rem!important;
      margin-top: 1.2rem;/*1.2rem*/
      text-align: left !important;
    }
  }
  @media ((min-width:1540px)) {
  .homefooter-social{
    position: absolute;
    /* bottom: 30px; */
    margin-left: 4.5rem!important;
    margin-top: 2.8rem;
    text-align: left !important;
  }
}

.property-sidebar .b24-form-wrapper.b24-form-border-bottom{
  border-bottom:none !important;
}

/* .mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
    }

    .m_scroll_arrows {
    display: block;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    }

    .unu, .doi, .trei {
    animation: mouse-scroll 1s infinite;
    }

    .unu {
    animation-delay: .1s;
    animation-direction: alternate;
    }

    .doi {
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
    }

    .trei {
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
    }

    .mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
    }

    .wheel {
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    border-radius: 8px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    animation: mouse-wheel 0.6s linear infinite;
    }

    @keyframes mouse-wheel {
    0% {
    opacity: 1;
    transform: translateY(0);
    }

    100% {
    opacity: 0;
    transform: translateY(6px);
    }
    }

    @keyframes mouse-scroll {
    0% { opacity: 0; }
    50% { opacity: .5; }
    100% { opacity: 1; }
    } */

    .mouse_scroll {
        display: block;
        margin: 0 auto;
        width: 24px;
        height: 100px;
        /* margin-top: 125px; */
        position: absolute;
        bottom: 1%;
        left: 50%;
    }

    /* @media (min-width:1024px){
        .mouse_scroll{
            position: fixed;
            bottom: 1%;
            left: 50%;
        }
    } */

    @media screen and (max-width:768px){
        .mouse_scroll{
            position: absolute;
            bottom: 25% !important;
            left: 50% !important;
        }
    }


    .m_scroll_arrows
    {
      display: block;
      width: 5px;
      height: 5px;
      -ms-transform: rotate(45deg); /* IE 9 */
      -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
      transform: rotate(45deg);

      border-right: 2px solid white;
      border-bottom: 2px solid white;
      margin: 0 0 3px 4px;

      width: 16px;
      height: 16px;
    }


    .unu
    {
      margin-top: 1px;
    }

    .unu, .doi, .trei
    {
        -webkit-animation: mouse-scroll 1s infinite;
        -moz-animation: mouse-scroll 1s infinite;
        animation: mouse-scroll 1s infinite;

    }

    .unu
    {
      -webkit-animation-delay: .1s;
      -moz-animation-delay: .1s;
      -webkit-animation-direction: alternate;

      animation-direction: alternate;
      animation-delay: alternate;
    }

    .doi
    {
      -webkit-animation-delay: .2s;
      -moz-animation-delay: .2s;
      -webkit-animation-direction: alternate;

      animation-delay: .2s;
      animation-direction: alternate;

      margin-top: -6px;
    }

    .trei
    {
      -webkit-animation-delay: .3s;
      -moz-animation-delay: .3s;
      -webkit-animation-direction: alternate;

      animation-delay: .3s;
      animation-direction: alternate;


      margin-top: -6px;
    }

    .mouse {
      height: 42px;
      width: 24px;
      border-radius: 14px;
      transform: none;
      border: 2px solid white;
      top: 170px;
    }

    .wheel {
      height: 5px;
      width: 2px;
      display: block;
      margin: 5px auto;
      background: white;
      position: relative;

      height: 4px;
      width: 4px;
      border: 2px solid #fff;
      -webkit-border-radius: 8px;
              border-radius: 8px;
    }

    .wheel {
      -webkit-animation: mouse-wheel 0.6s linear infinite;
      -moz-animation: mouse-wheel 0.6s linear infinite;
      animation: mouse-wheel 0.6s linear infinite;
    }

    @media screen and (max-width:485px) {
        .mouse{
            display: none !important;
        }

        .mouse_scroll{
            margin-top: unset;
        }

        .b24-widget-button-position-bottom-right {
            bottom: 5% !important;/*70px*/
            right: 1px !important;
            /* left: 6px;
            right: unset !important; */
        }

    }

    @-webkit-keyframes mouse-wheel{
       0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
      }

      100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
      }
    }
    @-moz-keyframes mouse-wheel {
      0% { top: 1px; }
      25% { top: 2px; }
      50% { top: 3px;}
      75% { top: 2px;}
      100% { top: 1px;}
    }
    @-o-keyframes mouse-wheel {

       0% { top: 1px; }
      25% { top: 2px; }
      50% { top: 3px;}
      75% { top: 2px;}
      100% { top: 1px;}
    }
    @keyframes mouse-wheel {

       0% { top: 1px; }
      25% { top: 2px; }
      50% { top: 3px;}
      75% { top: 2px;}
      100% { top: 1px;}
    }

    @-webkit-keyframes mouse-scroll {

      0%   { opacity: 0;}
      50%  { opacity: .5;}
      100% { opacity: 1;}
    }
    @-moz-keyframes mouse-scroll {

      0%   { opacity: 0; }
      50%  { opacity: .5; }
      100% { opacity: 1; }
    }
    @-o-keyframes mouse-scroll {

      0%   { opacity: 0; }
      50%  { opacity: .5; }
      100% { opacity: 1; }
    }
    @keyframes mouse-scroll {

      0%   { opacity: 0; }
      50%  { opacity: .5; }
      100% { opacity: 1; }
    }

@media (max-width: 786px){

  .imgDiv {
    background: none !important;
  }
  .project-landing .project-select .item .bg {
    opacity: 1 !important;
  }
  .project-landing .project-select .item .text a{
    letter-spacing: 0px !important;
  }
  /* .city-props .hover img{
    transition: none !important;
  }
  .city-props .hover{
    transition: none !important;
  }
  a {
    transition: none !important;
  } */
}

  .about-div .footer-social{
    /* margin-left: 4.5rem!important; */
    /* margin-top: 1.2rem; */
    text-align: left !important;
  }

  .b24-widget-button-popup{
    display: none !important;
  }

  .bx-livechat-help-container{
    display: none !important;
  }

  .category-boxes .hover img:hover{
      z-index: 55;
      transform: scale(1.1);
      /* padding-bottom: 5rem; */
  }
  /*lama*/

  .bigDiv {
    background-color: var(--primary-color);
    height: 75vh;/*90vh*/
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 0;
    opacity: 0;
  }

  .bigDiv.active {
    opacity: 0;
  }
   .active.DivAnumate {
    animation: DivAnumate 0.3s  forwards;
    animation-delay: 0.5s;
    opacity: 0;
  }
  @keyframes  DivAnumate {
    100%{
        opacity: 1;
    }
  }
  .bigDiv .section {

    padding-left: 80px;
    opacity: 0;

  }
  /* .rtl .bigDiv .section {
   padding-left: 0;
    padding-right: 80px;
    opacity: 0;

  } */
  .bigDiv .section.active {
    opacity: 0;
  }
   .active.animateSection {
    animation: animateSection 0.3s  forwards;
    animation-delay: 0.5s;
    margin-top: 20%;
    opacity: 0;
    margin-left: 12rem!important;
  }
  @keyframes  animateSection {
    100%{
        opacity: 1;
        margin-top: 25%;
    }
  }
  .imgDiv .section2 {
    opacity: 0;
  }
  .imgDiv .section2.active {
    opacity: 0;
  }
   .active.imgAnimate {
    animation: imgAnimate 0.8s  forwards;
    animation-delay: 0.6s;
    translate: -200px 0px;
    opacity: 0;
  }
  @keyframes  imgAnimate {
    100%{
        opacity: 1;
        translate: 0px 0px;
    }
  }
  /* .rtl .bigDiv h2 ,
  .rtl .bigDiv p ,
  .rtl .bigDiv button {
    text-align: right !important;
    direction: rtl;
  }
  .rtl .bigDiv button{
    float: right !important;
  } */
  .bigDiv .section h2 {
    font-family: 'cha-regular';
    line-height: 1.24;
    letter-spacing: -.5px;
    font-size: 32px;
    color: white;
    text-align: left;
  }

  .bigDiv .section p {
    font-family: 'cha-regular';
    line-height: 1.24;
    letter-spacing: -.5px;
    font-size: 20px;
    color: white;
    text-align: left;
  }

  .bigDiv .section .btn {
    font-family: 'Montserrat';
    padding: 17px 31px;
    font-size: 12px;
    color: white;
    float: left;
    text-decoration: none;
    letter-spacing: 2px;
    background-color: rgb(90 77 35);
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 0%;
  }
  .bigDiv .section .btn .svg{
    margin-left:10px;
    transition: 0.5s;
  }
  .bigDiv .section .btn:hover .svg {
    margin-left:20px;
  }

  .imgDiv {
    height: fit-content;
    z-index: 2;
  }

  .imgDiv img {
    height: 66vh;
    width: 148%; /*139%*/
    margin-top: 80px;
  }

  @media (max-width:992px) {
    .imgDiv img {
      height: 380px;
      width: 100%;
      margin-top: 0px;
    }

    .bigDiv .section {
      margin-top: 5%;
      padding-left: 1rem;
      height: 60vh;
    }

    .bigDiv .section h2 {
      font-size: 22px;
    }

    .bigDiv .section p {
      font-size: 17px; /*12*/
    }

    .bigDiv .section .btn {

      padding-top: 7px;
      padding-bottom: 7px;
    }

    .bigDiv {
      height: 44vh;
      justify-content: left;
    }
    .imgDiv {
      height: fit-content;
      z-index: 2;
      padding: 1rem;
      background-color: var(--primary-color);

    }
    @keyframes  animateSection {
        100%{
            opacity: 1;
            margin-top: 5%;
        }
      }

      .active.animateSection {
        margin-left: 0!important;
      }
  }

/* ##################### */
