.main-hero {
    width: 100%;
    background: url(../../img/mainbg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 2568px;
    overflow: hidden;
    position: relative;
    margin-top: 98px;
}

.main-hero::before, .main-hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(to right,  rgba(92,168,1,1) 0%,rgba(134,211,0,1) 52%,rgba(92,168,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-hero::after {
    background: linear-gradient(to right,  rgba(92,168,1,1) 0%,rgba(92,168,1,0.5) 50%,rgba(92,168,1,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-hero::before {
    opacity: 0.2;
}

.main-hero::after {
    opacity: 0.5;
}

.main-hero.page::before {
    opacity: 0.25;
}

.main-hero .row {
    min-height: 720px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.main-hero.page .row {
    min-height: unset;
    padding-top: 36px;
    padding-bottom: 36px;
}

.main-hero .row .col {
    max-width: 1800px;
}

.main-hero .h1 {
    color: #000000;
    font-size: 52px;
    text-shadow: 0 0px 26px #5ca801, 0 0px 18px #5ca801, 0 0px 12px #5ca801;
    text-shadow: 0 0px 26px #61a75e;
    position: relative;
    z-index: 3;
    
}

.main-hero.page .h1, .main-hero.page .h1 p {
    font-size: 46px;
    color: #000000;
}

.main-hero.page .h1 p {
    margin-top: -30px;
}

.main-hero .h1 small {
    width: 100%;
    font-size: 60%;
    color: white;

}

.main-hero.page .h1 small {
}

.main-hero .h1 span {
    color: white;
    font-weight: 700;
}

.main-hero .text-description {
    max-width: 440px;
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
}

.main-hero.page .text-description {
    max-width: 50%;
}

.main-hero .text-description p {
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #000000;
    text-shadow: 0 2px 46px rgba(255, 255, 255, 0.75), 0 2px 36px rgba(255, 255, 255, 0.95), 0 2px 24px rgba(255, 255, 255, 1);
    text-shadow: none;
    text-shadow: 0 0px 26px #61a75e;
    font-size: 20px;
    font-weight: 500;
}

.main-hero.page .text-description p {
    font-size: 18px;
    font-weight: 500;
}

.main-hero .buttons {
    position: relative;
    z-index: 3;
}

.main-hero .house-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1152px;
    height: 792px;
    margin-left: -190px;
    object-fit: contain;
    z-index: 1;
    margin-bottom: -70px;
}

.main-hero .house-img-text {
    width: 100%;
    display: none;
}


.main-hero .info2 {
    min-height: unset;
    margin-top: 0;
    margin-bottom: 18px;
    margin-top: -12px;
}

.main-hero .info2 ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    list-style: none;
    margin-left: -18px;
}

.main-hero .info2 ul li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0px 26px #61a75e;
    max-width: 25%;
}

.main-hero .info2 ul li strong {
}

.main-hero .info2 ul li strong {
    font-size: 18px;
    font-weight: 700;
}

.main-hero .info2 ul li {
    border-right: 1px solid #6db462;
}

.main-hero .info2 ul li:last-child {
    border: none;
}

.main-hero .info2 .iconwrapper {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 0;
    margin-bottom: 12px;
}

.main-hero .info2 .iconwrapper .icon {
    margin-right: 0;
    width: 66px;
    height: 66px;
    color: white;
}

.main-hero .breadcrumb {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
}

.main-hero .breadcrumb li {
    margin: 6px;
    font-size: 14px;
}

.main-hero .breadcrumb li a {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.main-hero .breadcrumb li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1920px) {


}

@media screen and (max-width: 1600px) {
    .main-hero .row .col {
    }

    .main-hero {
        background-size: 2100px;
    }

    .main-hero .house-img {
        width: 935px;
        height: auto;
        margin-left: -160px;
        margin-bottom: -50px;
    }



    .main-hero .row {
        min-height: 600px;
        
    }

    .main-hero .h1 {
        font-size: 44px;
    }

    .main-hero.page .h1, .main-hero.page .h1 p {
        font-size: 36px;
    }

    .main-hero.page .text-description p {
        font-size: 16px;
    }

    .main-hero .text-description p {
        font-size: 18px;
    }

    .main-hero.page .text-description {
        max-width: 100%;
        max-width: 700px;
    }

}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 890px) {

  .main-hero {
    margin-top: 66px;
    background-size: 1600px;
  }

  .main-hero.page::after {
    opacity: 0.5;
    background: none;
    background-color: #80c702;
    background-color: #65ab29;
   }

  .main-hero .house-img {
    margin: 0;
    width: 700px;
    height: auto;
    left: 50%;
    margin-left: -160px;
    margin-bottom: -20px;
  } 

  .main-hero .h1 {
    font-size: 32px;
  }

  .main-hero .text-description p {
    font-size: 16px;
  }

  .main-hero .row {
    min-height: 460px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .main-hero .lamp-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: contain;
  translate: 25% 0;
  z-index: 0;
  }

  .main-hero .app-img {
    display: none;
  }

  .main-hero .h1, .main-hero .text-description p {
    color: white;
  }

  .main-hero .h1 span , .main-hero .h1 small {
    color: white;
  }

  .main-hero.page .h1 {
    font-size: 25px;
    margin-bottom: 18px;
  }

  .main-hero.page .h1 p {
    font-size: 25px;
    margin-top: -12px;
    line-height: 120%;
    padding: 0;
  }

  .main-hero.page .h1, .main-hero.page .h1 p, .main-hero .info2 ul li {
    line-height: 120%;
    color: white;
  }

  .main-hero.page .h1 small {
    width: 100%;
    display: inline-block;
  }

  .main-hero.page .text-description p {
  font-size: 16px;
  }

  .main-hero.page .text-description p br {
    display: none;
  }

  .main-hero .info2 .iconwrapper {
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin-bottom: 3px;
  }

  .main-hero .info2 .iconwrapper .icon {
    width: 30px;
    height: 30px;
  }

  .main-hero .info2 ul li { 
    width: 25%;
    max-width: 50%;
    font-size: 13px;
    line-height: 130%;
    text-shadow: none;
  }


  .main-hero .info2 ul li strong {
    font-size: 15px;
    width: 100%;
    display: inline-block;
  }

  .main-hero.page .row {
    min-height: unset;
    position: relative;
    z-index: 3;
  }

  .main-hero .info2 .iconwrapper .icon {
    filter: none;
  }

  .main-hero::before {
    opacity: 0.4;
  }

  .main-hero.page::before {
    opacity: 0.4;
  }

  .main-hero.page .lamp-img {
    display: none;
  }

  .main-hero .info2 ul li br {
    display: none;
  }

  .main-hero .breadcrumb li a {
    font-size: 13px;
    color: white;

  }

  .main-hero .breadcrumb {
    padding-left: 3px;
    padding-right: 3px;
  }

  .main-hero .breadcrumb li {
    font-size: 12px;
    margin: 3px;
    color: white;
  }



}

@media screen and (max-width: 700px) {
    .main-hero .buttons {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 540px) {

    .main-hero {
        background-size: cover;
    }

    .main-hero::after {
        background: linear-gradient(to bottom, rgba(92,168,1,1) 20%,rgba(92,168,1,0.4) 50%,rgba(92,168,1,0) 100%);
        opacity: 0.5;
    }

    .main-hero .house-img {
        display: none;
    }

    .main-hero .house-img-text {
        display: block;
        width: calc(100% + 72px);
        margin-left: -36px;
        margin-top: -36px;
        margin-bottom: -18px;
    }

    .main-hero .h1 br, .main-hero p br {
        display: none;
    }


    .main-hero .buttons .button {
        width: auto;
        max-width: 100%;
    }

    .main-hero .row {
        min-height: 600px;
    }

   .main-hero .info2 ul li:nth-child(2), .main-hero .info2 ul li:nth-child(4) {
    border-right: none;
   }

     .main-hero .lamp-img {
        width: 400px;
        top: auto;
        bottom: 0;
        height: 600px;
        
        left: 5%;
     }

     .main-hero .info2 ul li {
        width: 50%;
        max-width: 100%;
     }
}

@media screen and (max-width: 440px) {
    .main-hero .buttons .button {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .main-hero .info2 ul li {
        width: 50%;
        max-width: 50%;
        border-right: 1px solid #80c702 !important;
    }

    .main-hero .info2 ul li:nth-child(2n) {
        border: none !important;
    }
}