html, body{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 200;
}
h1, h2, h3 {
    font-weight: 300;
}
h1, h2 {
    font-size: 60px;
    line-height: 1.25;
    margin-bottom: 20px;
}

p{
    margin:0 0 10px;
}

/* CSS For Sidebar */
.steps-sidebar {
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 1000;
}

@media (max-width: 991px){
    .steps-sidebar {
        display: none;
    }
}
.steps-sidebar .steps {
    display: block;
    position: relative;
    height: 42px;
    width: 42px;
    opacity: 0;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 200ms opacity,200ms transform;
    transition-delay: 0.4s;
}
.steps-sidebar .steps {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.steps-sidebar .steps:not(:last-child) {
    margin: 0 0 30px;
}
.steps-sidebar .steps .tooltip {
    opacity: 0;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    position: absolute;
    padding: 8px 18px;
    max-width: 100px;
    min-width: 77px;
    max-height: 40px;
    border-radius: 6px;
    max-height: 40px;
    background-color: #F1BF5A;
    left: -310%;
    text-align: center;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 5px;
    white-space: nowrap;
    transition: 200ms opacity,200ms transform;
}
.steps-sidebar .steps:hover .tooltip {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
.steps-sidebar .steps .icon_holder {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: #F1BF5A;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 200ms opacity,200ms transform;
    border: solid 2px #fff;
    box-shadow: 0 0 0 6px rgba(201,157,103,0.4);
}
.steps-sidebar .steps.active .icon_holder {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}

.steps-sidebar .steps .bullet {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: visible;
    transition: 200ms opacity,200ms background-color;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: silver;
}
.steps-sidebar .steps:not(.active) .bullet {
    opacity: 1;
    visibility: visible;
}
.steps-sidebar .steps.scrolled_to .bullet {
    background-color: #F1BF5A;
}
.steps-sidebar .steps:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: 50%;
    background: silver;
    z-index: -2;
    transition: 200ms;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: calc(100% + 32px);
    top: 20px;
}
.steps-sidebar .steps.scrolled_to:after {
    background-color: #F1BF5A;
}
/* CSS For Zoom Section */
.section {
    position: relative;
}

.top-section{
    padding: 100px;
    background: grey;
    height: 10vh;
}
.specs-section {
    text-align: center;
    height: 450vh;
    overflow: hidden;
}

.scene {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

.scene.active {
    position: fixed;
}
.scene.ended {
    position: absolute;
    bottom: 0;
    top: auto;
}
.specs-section .scene {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper{
    width: 1200px;
    max-width: calc(100% - 4rem);
    position: relative;
    margin: 0 auto;
}
.specs-section .title-wrapper {
    padding-top: 5%;
    position: relative;
    z-index: 10;
    transition: 800ms opacity;
    margin-bottom: 0;
}

.specs-section .intro-content {
    max-width: 95%;
    margin: 0 auto;
}

.specs-section .sub-image .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translateZ(0);
    transition: 800ms opacity;
}

.specs-section .sub-image .image-wrapper {
    opacity: 1;
}
.specs-section .sub-image {
    position: relative;
    height: 100%;
    width: 100%;
    will-change: transform;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    transition: 800ms transform ease-in-out,800ms max-width ease-in-out;
    margin: 0 auto;
}
.specs-section .sub-image img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    max-width: 800px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 800ms transform ease-in-out,800ms max-width ease-in-out,800ms opacity;
}

/* 
.points-wrapper{
    position: relative;
}
.zoom-circle {
    position: absolute;
    bottom: 88px;
    left: -66px;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}
.pulse:hover {
    animation: none;
} */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}


.specs-section .spec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 800ms opacity,800ms transform;
    -ms-transform: scale(.3);
    transform: scale(.3);
    top: 0;
    will-change: transform;
}

.image_zoom .inner {
    width: 210px;
    height: 210px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}
.image_zoom .inner img{
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    background: white;
}
.image_zoom {
    margin: 0 auto;
    border: solid 1px silver;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -ms-transform: scale(.4);
    transform: scale(.4);
    transition: 800ms transform;
}
.image_zoom img {
    border-radius: 50%;
}
.image_zoom:before {
    content: '';
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    border: solid 1px silver;
    border-radius: 50%;
    left: -20px;
    top: -20px;
    transition: 800ms transform;
    -ms-transform: scale(1);
    transform: scale(1);
}

.specs-section .image_zoom img.bg.first {
    -ms-transform: scale(1);
    transform: scale(1);
}
.specs-section .image_zoom img.bg {
    transition: 800ms transform;
    -ms-transform: scale(0);
    transform: scale(0);
}

.specs-section .line {
    position: relative;
    display: block;
    width: 1px;
    transition: 800ms height,800ms transform,300ms opacity;
    z-index: -1;
    height: 115px;
}
.specs-section .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: silver;
    transition: 800ms height,800ms transform;
}
/* .specs-section .standard_line:before {
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
} */

.specs-section .logo_and_line {
    position: absolute;
    z-index: -1;
    transition: 300ms opacity;
}
/* .specs-section .logo_and_line.standard {
    bottom: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    left: calc(50% - 19px);
} */


.specs-section .common-content {
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 300ms opacity;
}

.specs-section .common-content h3{
    font-size: 44px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 10px;
}
.specs-section .common-content p{
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
}
.specs-section .logo svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.specs-section .logo {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 5px solid #F1BF5A;
    border-radius: 50%;
    opacity: 0;
    transition: 300ms opacity,800ms transform;
}
.specs-section .logo_and_line.first {
    width: 280px;
}
.specs-section .logo_and_line.first {
    right: 6px;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.specs-section .first_line,
.specs-section .second_line, 
.specs-section .third_line, 
.specs-section .fourth_line, 
.specs-section .fifth_line, 
.specs-section .sixth_line {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 213px;
}
.specs-section .logo_and_line.second{
    width: 311px;
}
.specs-section .logo_and_line.fifth{
    width: 280px;
}
.specs-section .fifth_line{
    width: 179px;
}

.specs-section .logo_and_line.sixth {
    width: 365px;
}
.specs-section .logo_and_line.third, 
.specs-section .logo_and_line.fourth{
    width: 565px;
}
.specs-section .second_line, 
.specs-section .sixth_line{
    width: 256px;
}
.specs-section .third_line, 
.specs-section .fourth_line{
    width: 489px;
}
.specs-section .first_logo, 
.specs-section .second_logo,
.specs-section .third_logo,
.specs-section .fourth_logo,
.specs-section .fifth_logo,
.specs-section .sixth_logo  {
    display: inline-block;
    vertical-align: middle;
}
.specs-section .first_line:before, 
.specs-section .second_line:before,
.specs-section .third_line:before,
.specs-section .fourth_line:before,
.specs-section .sixth_line:before{
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right;
    transform-origin: right;
}

.specs-section .fifth_line:before {
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: left;
    transform-origin: left;
}
.specs-section .common-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    text-align: left;
    top: calc(50% - 18%);
    -ms-transform: translate(0, -50%);
    transform: translate(-10%, -50%);
}

.specs-section .common-content .common-Wrap {
    margin-left: auto;
    max-width: 565px;
}

.specs-section .common-content.fifth .common-Wrap {
    margin-right: auto;
    margin-left: 40px;
    max-width: 565px;
}
.specs-section .logo_and_line.second, 
.specs-section .logo_and_line.third, 
.specs-section .logo_and_line.fourth, 
.specs-section .logo_and_line.sixth{
    right: 6px;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}
.specs-section .logo_and_line.fifth {
    right: unset;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
}

.specs-section .first_line, 
.specs-section .first_logo,
.specs-section .second_line,
.specs-section .second_logo,
.specs-section .third_line,
.specs-section .third_logo,
.specs-section .fourth_line,
.specs-section .fourth_logo,
.specs-section .fifth_line,
.specs-section .fifth_logo,
.specs-section .sixth_line,
.specs-section .sixth_logo   {
    opacity: 0;
    transition-delay: 0s;
}



