
/*PRODUCT ONE*/

.about--one {
    background-color: #fff9f2;
/*    background: url("../img/main-bg.jpg") top center;*/
    background-size: cover;
    position: relative;
}
.about--one::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #cca43d;
    display: block;
}
.about--one .about__area {
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    position: relative;
}
.about__img{
  position: relative;
}
.about__img--thumb > img{
  width: 100%;
}
.about--two::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #cca43d;
    display: block;
}

.padding-tb {
    padding-block: 80px;
}

@media (min-width: 1200px){
.about--one::after {
    display: block;
}
.padding-tb {
    padding-block: 120px;
}
}

/*PRODUCT TWO*/

.about-left {
    position: relative;
    z-index: 1;
}
/*.about-left::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 200px;
    height: 200px;
    border-radius: 0 100% 0 20px;
    background: #cca43d;
    clip-path: polygon(0 0,0% 100%,100% 100%);
    z-index: 1;
}*/
.about-left img {
    width: 100%;
    border-radius: 10px;
}
.about-experience {
    position: absolute;
    top: 80px;
    left: -30px;
    text-align: center;
    background: red;
    padding: 15px 20px 15px 15px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0/10%);
}
/*.about-left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 250px;
    height: 80%;
    border-radius: 15px;
    border: 5px solid #cca43d;
    transform: translateY(-50%);
    z-index: -1;
}*/
.about-experience-icon {
    color: var(--theme-color);
    font-size: 65px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 5px;
}


/*PRODUCT SLIDE ICONS*/
.join-mocahm{
    background-image: url('../img/line-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff3ec;
    position: relative;
    z-index: 1;
} 
.join-main{
    padding: 30px;
    background: #ff8139;
    border-radius: 4px;
    color: #fff;
}

.join-shape-01{
    position: absolute;
    -webkit-animation: up-down 1.5s infinite alternate;
    animation: up-down 1.5s infinite alternate;
    z-index: -1;
    top: 40px;
    left: 70px;
}
@keyframes up-down{
0%{  -webkit-transform: translatey(0);
    transform: translatey(0);
  }

100%{
  -webkit-transform: translatey(-10px);
    transform: translatey(-10px); 
  }
}

.join-shape-02{
    position: absolute;
    -webkit-animation: left-right 1.5s infinite alternate;
    animation: left-right 1.5s infinite alternate;
    z-index: -1;
    left: -90px;
    bottom: 20px;
}
.join-shape-03{
    position: absolute;
    -webkit-animation: left-right 1.5s infinite alternate;
    animation: left-right 1.5s infinite alternate;
    z-index: -1;
    right: 20px;
    top: 10px;
}
@keyframes left-right{
0%{  -webkit-transform: translateX(0);
    transform: translateX(0);
  }

100%{
  -webkit-transform: translateX(-10px);
    transform: translateX(-10px); 
  }
}

.join-shape-04{
    position: absolute;
    -webkit-animation: left-right 1.5s infinite alternate;
    animation: left-right 1.5s infinite alternate;
    z-index: -1;
    right: 30px;
    bottom: -30px;
}

.footer-btm{
    background-image: url('../img/18939.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.footer-custom:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 600px;
    background-color: #fff;
    top: -100px;
    left: 5%;
}