
@font-face {
    font-family: "Frutiger 45 Light";
    src: url('../fonts/Frutiger_45_Light.otf') format('truetype');
}

@font-face {
    font-family: "Frutiger Bold";
    src: url('../fonts/Frutiger_bold.ttf') format('truetype');
}

:root {
    --et-white: #FFFFFF;
    --et-background: #000011;
    --et-accent-pink: #E91E63;
    --et-accent-blue: #2196F3;
}

.text-pink {
    color: var(--et-accent-pink) !important;
}

.text-blue {
    color: var(--et-accent-blue) !important;
}
.title-text {
    font-size:2.5rem;
    font-weight: 500;
}

.left-content {
    max-height: 800px;
    position: absolute !important;
    height: 800px;
    width: 100%;
    top: 8%;
}

/* .page-wrapper , .page-wrapper row , .page-wrapper .col-lg-6{
    min-height:68vh;
} */
.title-div img{
    position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
    object-fit: contain;
}
.w-fit-content {
    width:fit-content;
}

.explore-btn {
    display: inline-block;
    padding: 1.25rem 2.5rem 1rem 2.5rem;
    font-family: "Frutiger Bold", sans-serif;
    font-size: 1.25rem;
    line-height:1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--et-white);
    background: transparent;
    border: 1px solid var(--et-white);
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.explore-btn:hover {
    background: var(--et-white);
    color: var(--et-background);
    text-decoration: none;
}

.line-1 {
    width: 70%;
    height: 70%;
    border:2px dashed var(--et-accent-blue);
    border-radius:50%;
    position:absolute;
    left: -45%;
    top: 15%;
}
.line-2 {
    width: 84%;
    height: 84%;
    border:2px dashed var(--et-accent-blue);
    opacity:0.6;
    border-radius:50%;
    position:absolute;
    left: -53%;
    top: 8%;
}

.line-3 {
    width: 96%;
    height: 96%;
    border:2px dashed var(--et-accent-blue);
    opacity:0.6;
    border-radius:50%;
    position:absolute;
    left:-59%;
    top:2;
}
.circle {
    width:2rem;
    height:2rem;
    border-radius: 50%;
    background-color: var(--et-accent-pink);
}
.circle-1 {
    left: 9.85%;
    top: 21%;
    position: absolute;
    z-index: 2;
}
.circle-2 {
    left: 16.8%;
    top: 28%;
    position: absolute;
    z-index: 2;
}
.circle-3 {
    left: 22%;
    top: 38%;
    position: absolute;
    z-index: 2;
}
.circle-4 {
    left: 23.3%;
    top: 48%;
    position: absolute;
    z-index: 2;
}
.circle-5 {
    left: 22.6%;
    top: 58%;
    position: absolute;
    z-index: 2;
}
.circle-6 {
    left: 18%;
    top: 68%;
    position: absolute;
    z-index: 2;
}
.circle-7 {
    left: 11%;
    top: 76%;
    position: absolute;
    z-index: 2;
}

.border-circle::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
   background-image: url('../images/g1187.svg');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   animation: rotate-circle 20s linear infinite;
}

.content {
    width:30%;
    margin-bottom:5rem;
    position:relative;
}

/* Connector lines are drawn by SVG + JS; endpoint is center of .content-img */

.connector-lines-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.connector-lines-svg line {
    stroke: var(--et-accent-blue);
    stroke-width: 2;
    stroke-dasharray: 6 4;
}

.content-box {
    position: relative;
    z-index: 2;
}

.content-img {
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:50%;
    background-color: var(--et-accent-blue);
    display:flex;
    align-items:center;
    justify-content:center;
}
.circle-img img {
    width:18px;
}
.content-body {
    margin-top: 0.25rem;
    font-size:1.25rem;
}

.solution-steps {
margin-top:6rem;
position:relative;
}

.solution-steps.step-1 {
    margin-top:7rem !important;
    position:relative;
    }


.solution-steps::after {
    content: '';
    position: absolute;
    top: -5rem;
    left: 50%;
    width: 1px;
    height: 10rem;
    border-left:2px dashed var(--et-accent-blue);
}

.solution-steps.step-4::after {
    top: 14rem !important;
    height: 15rem !important;
    }

    .solution-steps.step-4::before {
       position:absolute;
       content: '';
           top: -5rem !important;
    left: 50%;
    width: 1px;
    height: 10rem !important;
       border-left:2px dashed var(--et-accent-blue);
        }
        @media (Max-width:991px) {
            .solution-steps.step-4::after {
                display:none;
            }
        }

.solution-steps.step-5::after {
    top: -21rem !important;
    left: 50%;
    width: 1px;
    height: 26rem !important;
    }

    @media (Max-width:991px) {
        .solution-steps.step-5::after {
            top: -5rem !important;
    left: 50%;
    width: 1px;
    height: 10rem !important;
        }
    }
.step-count {
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:50%;
    background-color: var(--et-accent-blue);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    font-weight:600;
    color:#000011;
    margin: 0 auto 2rem auto;
    position: relative;
    z-index: 2;

}

/* .rotate-circle-slow {
    animation: rotate-circle 20s linear infinite;
} */

.rotate-circle {
    animation: rotate-circle 10s linear infinite;
}

@keyframes rotate-circle {
    0%{
       transform: rotate(0deg);
      }
   100%{
       transform: rotate(360deg);
      }
   }