.hero-parent{
    position: relative;
}
.about-hero{
    position: absolute;
    top: 35%;
    width: 48%;
    left: 48%;
}
.single-detail-card img{
    display: block;
    margin: 0 auto;
}
._desktop-image{
    display:block;
}
._mobile-image{
    display:none;
}
.about-hero h1{
    font-size: 4rem;
    color: #fff;
    text-align: right;
    font-weight: 300;
}
.about-hero p{
    font-size: 1.4rem;
    color: #fff;
    line-height: 30px;
    text-align: right;
    margin-top: 2rem;
}
.hero-parent {
    padding-top: 5rem;
}
.hero-parent img{
    width: 100%;
}
.succeed-tab{
    background: linear-gradient(to bottom, #000000, #1E1E1E);
    padding: 5rem 50px;

}
.succeed-main{

justify-content: center;
   
    display: flex;
    gap: 2rem;
    margin-bottom: 5rem;
}
.succeed-main button{
    width: 30%;
    padding: 0.8rem;
    background: transparent;
    color: #ffff;
    border: 1px solid #fff;
    transition: 0.4s ease-in-out;
}
.single-cont-right h2{
    color: #88C232;
    font-size: 2rem;
}
.single-cont-right p{
    color: #fff;
    text-align: justify;
}
.single-cont-right a{
    color: #88C232;
    float: right;
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 900;
}
.tab-single-cont{
    display: flex;
    justify-content: space-between;
}
.single-cont-left{
    width: 20%;
}
.single-cont-right{
    width: 78%;
}

.single-cont-left img{
    width: 100%;
}
.tab-content{
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.tab-content-end{
    background-color: #808080;
    width: 100%;
    height: 1px;
    margin-top: 4rem;
}
.load-more{
    background-color: #222629;
   
    color:  #88C232;
    padding: 7px 20px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.load-more:hover{
    color: #222629;
   
    background-color:  #88C232;
}
.load-more-tab{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.load-more img{
    width: 20px;
}
.feature-active{
    background-color: #fff !important;
    color: #88C232 !important;
    font-weight: 800;
}
.tab-content.tab-active {
    display: flex;
}
.tab-content{
    display: none;
}
.full-detail{
    padding: 3rem 50px;


    background: linear-gradient(to bottom, #000000, #1E1E1E);

}
.tab-content-end1 {
    background-color: #808080;
    width: 100%;
    height: 1px;
    margin-top: 2rem;
}
.single-detail h2{
color: #88C232 !important;
margin: 2rem 0;
margin-top: 3rem !important;
}
.single-detail p{
    color: #fff;
    margin-bottom: 0;
   
}
.single-detail-card{
    display: flex;
  gap: 1rem;
}
.single-detail-card img{
    width: 33.33%;
    margin-top: 3rem;
}
.singl-detail-bottom{
    margin-top: 1rem;
}

.tab-content-end2 {
    background-color: #808080;
    width: 100%;
    height: 1px;
    margin: 2rem 0;
}