.three_d_section_home{
    display:block;
    background-position: center;
    background-size: cover;
    width:100%;
    
}
.three_d_section_overlay{
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background-color: #030122cf;
}
.three_d_section_container{
    display: flex;
    padding: 60px 80px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    max-width: 920px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
.three_d_section_container .visualise-btn {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.rotate-img {
    width: 100%;
    margin: 50px 0px;
    position: relative;
    z-index: 1;
}
.three_d_strock{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -13px;
    z-index: 0;
}
.three_d_strock svg{
    width: 98%;
}
@media screen and (max-width: 1079px) and (min-width: 768px){
    .three_d_section_container {
        max-width: 80%;
    }
    .three_d_strock {
        bottom: -76px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .three_d_section_container {
        max-width: 80%;
    }
    .three_d_strock {
        bottom: -76px;
    }
    .three_d_section_container {
        padding: 60px 20px;
    }
    .three_d_section_overlay {
        padding: 70px 0px;
    }
    .three_d_strock {
        bottom: -160px;
    }
}