
.product-img--main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 460px;
    margin: 0 auto;
}
.fab-img-area {
    border: 1px solid #222;
    width: 60%;
    margin: 0 auto;
}
 .product-img--main__image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     -webkit-transition: -webkit-transform .5s ease-out;
     transition: -webkit-transform .5s ease-out;
     transition: transform .5s ease-out;
     transition: transform .5s ease-out,-webkit-transform .5s ease-out;
 }

.fab-tab-area{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.fab-img-area.current{
    display: block;
}

.fab-img-area{
    display: none;
}
.fab-top{
    text-align: center;
}

.fab-top h1{
    color: #191919;
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", serif;
    margin-bottom: 25px;
}

.fab-top p{
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", serif;
    width: 80%;
    margin: 0 auto 40px;
    line-height: 30px;
}

/* end fab-con */

.spe-area{
    background-color: #FFD1B5;
    border: 1px solid #AFAFAF;
    border-radius: 30px 30px;
    box-shadow: 1px 1px 10px #a89b9b;
}
.spe-3-area{
    border-radius: 0 0 30px 30px;
}
.spe-1-area{
    display: flex;
    padding: 8px 20px;
}
.spe-1{
    width: 45%;
}
.spe-2{
    width: 55%;
}

.spe-2-area{
    background-color: #fff;
}

.spe-1 p {
    color: #302F2F;
    font-size: 17px;
    font-weight: 500;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
}
.spe-2 p{
    color: #302F2F;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

.spe-top h1{
    color: #202020;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", serif;
    margin-bottom: 20px;
    margin-top: 50px;
}
.spe-top p{
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", serif;
    margin-bottom: 50px;
}

.spe-head h1{
    color: #202020;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", serif;
    margin-bottom: 30px;
}

.materials-con{
    display: flex;
    justify-content: space-between;
}

.materials-area{
    width: 32%;
}

.materials-area {
    position: relative;
    padding-top: 170px;
}

.materi-ar {
    background-image: url(../../fly-bricks/mate-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    height: 246px;
    position: relative;
    z-index: 1;
    box-shadow: 2px 5px 5px #a3a3a3;
}

.meti-hang{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.materi-ar h1{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", serif;
    margin-bottom: 10px;
    text-align: center;
}
.materi-ar p{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", serif;
    text-align: center;
}

.fab-area-main{
    padding: 80px 0;
}

/* end fab-area-main */

.benefit-area{
    width: 24%;
    background-color: #F8DDCC;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    transition: 0.4s;
}
.benefit-area:hover{
    background-color: #c3c0be;
}
.ben-ar h1{
    color: #191919;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", serif;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.ben-ar p{
    color: #474341;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", serif;
    text-align: center;
}
.ben-do-1 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: -3%;
    left: -3%;
}

.ben-do-2 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: -3%;
    right: -3%;
}

.ben-do-3 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    bottom: -3%;
    left: -3%;
}

.ben-do-4 {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    bottom: -3%;
    right: -3%;
}

.bene-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefit-area-2{
    margin-top: 50px;
}

.benefits{
    position: relative;
    padding: 0 0 80px 0;
}

.ben-bg{
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: -1;
}

/* end benefits */

.faq {
    text-align: center;
    padding: 80px 0 60px;
    background-image: url(../../fly-bricks/faq-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
  
  .accordion-wrapper {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.faq-area-main {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
}

.accordion {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: left;
    padding: 10px 25px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
    border: 1px solid #222;
}
  
  .accordion h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
  }
  
  .accordion-one {
    margin-bottom: 30px;
}
  
  .btn-img {
    position: absolute;
    top: -7px;
    left: 0px;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    height: auto;
  }
  
  .accordion-content p {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #474341;
    text-align: left;
    /* padding-left: 19px; */
    background-color: #fff;
    padding: 20px;
}
  
  .accordion-content h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
  }
  
  .accordion-icon {
    top: 7px;
    position: absolute;
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #222222;
    background-color: transparent;
  }
  
  .accordion::after {
    top: 9px;
    position: absolute;
    right: 42px;
    font-family: "Fontawesome" !important;
    content: "\2b" !important;
  }
  
  .accordion.is-open:after {
    content: "\f068" !important;
  }
.accordion.is-open{
    background-color: #E0DCDC;
}

.faq-ve{
    position: absolute;
    left: 1%;
    bottom: 2%;
    z-index: 0;
}

.faq .head h1 {
    -webkit-text-stroke: 1px #a4a4a4;
}



/* end faq */

.gallery{
    margin-top: 80px;
}






