* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    font-family: "Montserrat";
}

body {
    background-color: azure;
    width: 100%;
}

section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.containerH {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.containerH img {
    width: 100%;
}

.roadmap {
    height: 95vh;
    
}

.container img {
    height: 100%;
    width: 100%;
}

.all-tooltip {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.tooltip-content {
    position: absolute;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px #00000020;
    padding: 30px;
    border-radius: 8px;
    width: 90vw;
    max-width: 300px;
    opacity: 0;
    pointer-events: none;
    /* left: -50%; */
    z-index: 2;
}

.tooltip-content .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    top: 0px;
    left: 50%;
    transform: translate(-50%, -100%) rotate(0deg);
}

.pin {
    position: absolute;
    content: "";
    top: 50%;
    left: 80%;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
}

.pin:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    animation: puls-effect 1s ease infinite;
}

.tooltip.active .tooltip-content {
    opacity: 1;
    pointer-events: all;
    display: block;
}


/* Custom Style for tooltip-1 */

.tooltip-1 .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-1.active .tooltip-content {
    display: flex;
}

.tooltip-1 .tooltip-content .img {
    width: 50%;
    object-fit: cover;
}

.tooltip-1 .tooltip-content .content {
    width: 50%;
    padding: 20px;
}

.tooltip-1 .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-1 .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-1 .tooltip-content .content button {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: white;
    color: black;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px #00000020;
}


/* custom style for tooltip-2 */

.tooltip-2 .tooltip-content .content h1 {
    margin: 20px 0;
}

.tooltip-2 .tooltip-content {
    background-color: aliceblue;
}

.tooltip-2 .tooltip-content button {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: white;
    color: black;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px #00000020;
}


/* Custom style for tooltip-3 */

.tooltip-1965a .pin {
    top: 60%;
    left: 2.3%;
    height: 15px;
    width: 15px;
}

.tooltip-2019a .pin {
    top: 41.5%;
    left: 5.1%;
    height: 15px;
    width: 15px;
}

.tooltip-2019a .tooltip-content .content {
    padding: 20px;
}

.tooltip-2019a .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2019a .active .tooltip-content {
    display: flex;
}

.tooltip-2019a .tooltip-content .img {
    width: 50%;
    object-fit: cover;
    float: left;
}

.tooltip-2019a .tooltip-content .content {
    width: 50%;
    padding: 20px;
    float: left;
}

.tooltip-2019a .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2019a .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2019b .pin {
    top: 49.5%;
    left: 8.8%;
    height: 15px;
    width: 15px;
}

.tooltip-2019b .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2019b .tooltip-content .content {
    padding: 20px;
}

.tooltip-2019b .tooltip-content .content {
    padding: 20px;
}

.tooltip-2019b .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2019b .active .tooltip-content {
    display: flex;
}

.tooltip-2019b .tooltip-content .img {
    width: 62%;
    object-fit: cover;
    float: left;
}

.tooltip-2019b .tooltip-content .content {
    width: 38%;
    padding: 20px;
    float: left;
}

.tooltip-2019b .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2019b .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2021a .pin {
    top: 59%;
    left: 12%;
    height: 15px;
    width: 15px;
}

.tooltip-2021a .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2021a .tooltip-content .content {
    padding: 20px;
}

.tooltip-2021a .active .tooltip-content {
    display: flex;
}

.tooltip-2021a .tooltip-content .img {
    width: 30%;
    object-fit: cover;
    float: left;
}

.tooltip-2021a .tooltip-content .content {
    width: 70%;
    padding: 20px;
    float: left;
}

.tooltip-2021a .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2021a .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2022a .pin {
    top: 50%;
    left: 15.5%;
    height: 15px;
    width: 15px;
}

.tooltip-2022b .pin {
    top: 42%;
    left: 18.7%;
    height: 15px;
    width: 15px;
}

.tooltip-2022b .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2022b .tooltip-content .content {
    padding: 20px;
}

.tooltip-2022b .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2022b .active .tooltip-content {
    display: flex;
}

.tooltip-2022b .tooltip-content .img {
    width: 62%;
    object-fit: cover;
    float: left;
}

.tooltip-2022b .tooltip-content .content {
    width: 38%;
    padding: 20px;
    float: left;
}

.tooltip-2022b .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2022b .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2022c .pin {
    top: 50%;
    left: 22.3%;
    height: 15px;
    width: 15px;
}

.tooltip-2022c .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2022d .pin {
    top: 60%;
    left: 25.25%;
    height: 15px;
    width: 15px;
}

.tooltip-2022d .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2022d .tooltip-content .content {
    padding: 20px;
}

.tooltip-2022d .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2022d .active .tooltip-content {
    display: flex;
}

.tooltip-2022d .tooltip-content .img {
    width: 50%;
    object-fit: cover;
    float: left;
}

.tooltip-2022d .tooltip-content .content {
    width: 50%;
    padding: 20px;
    float: left;
}

.tooltip-2022d .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2022d .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2023a .pin {
    top: 49.8%;
    left: 27.8%;
    height: 15px;
    width: 15px;
}

.tooltip-2023a .tooltip-content {
    display: flex;
    max-width: 400px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023a .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023a .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023a .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023a .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023a .active .tooltip-content {
    display: flex;
}

.tooltip-2023a .tooltip-content .img {
    width: 50%;
    object-fit: cover;
    float: left;
}

.tooltip-2023a .tooltip-content .content {
    width: 50%;
    padding: 20px;
    float: left;
}

.tooltip-2023a .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2023a .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2023b .pin {
    top: 44.5%;
    left: 31.6%;
    height: 15px;
    width: 15px;
}

.tooltip-2023b .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023b .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023b .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023b .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023b .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023b .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023b .active .tooltip-content {
    display: flex;
}

.tooltip-2023b .tooltip-content .img {
    width: 50%;
    object-fit: cover;
    float: left;
}

.tooltip-2023b .tooltip-content .content {
    width: 50%;
    padding: 20px;
    float: left;
}

.tooltip-2023b .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2023b .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2023c .pin {
    top: 53.5%;
    left: 34.4%;
    height: 15px;
    width: 15px;
}

.tooltip-2023c .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023c .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023c .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023c .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023c .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023c .active .tooltip-content {
    display: flex;
}

.tooltip-2023c .tooltip-content .img {
    width: 30%;
    object-fit: cover;
    float: left;
}

.tooltip-2023c .tooltip-content .content {
    width: 70%;
    padding: 20px;
    float: left;
}

.tooltip-2023c .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2023c .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2023c .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023d .pin {
    top: 58%;
    left: 38.5%;
    height: 15px;
    width: 15px;
}

.tooltip-2023e .pin {
    top: 50.6%;
    left: 41.2%;
    height: 15px;
    width: 15px;
}



.tooltip-2023f .pin {
    top: 48%;
    left: 92.9%;
    height: 15px;
    width: 15px;
    
}

.tooltip-2023f .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023f .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023f .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023f .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023f .tooltip-content .content {
    padding: 20px;
}

.tooltip-2023f .tooltip-content {
    display: flex;
    max-width: 700px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2023f .active .tooltip-content {
    display: flex;
}

.tooltip-2023f .tooltip-content .img {
    width: 50%;
    object-fit: cover;
    float: left;
}

.tooltip-2023f .tooltip-content .content {
    width: 50%;
    padding: 20px;
    float: left;
}

.tooltip-2023f .tooltip-content .content h1 {
    font-size: 24px;
}

.tooltip-2023f .tooltip-content .content p {
    font-size: 14px;
}

.tooltip-2023f .tooltip-content .content {
    padding: 20px;
}

.tooltip-2024a .pin {
    top: 59%;
    left: 76.4%;
    height: 15px;
    width: 15px;
    
}

.tooltip-2024b .pin {
    top: 58.1%;
    left: 64.2%;
    height: 15px;
    width: 15px;
    
}

.tooltip-2024c .pin {
    top: 44.2%;
    left: 69.8%;
    height: 15px;
    width: 15px;
    
}

.tooltip-2024d .pin {
    top: 51.6%;
    left: 60.4%;
    height: 15px;
    width: 15px;
    
}

.tooltip-2024d .tooltip-content {
    display: flex;
    max-width: 800px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}
.tooltip-2024d .tooltip-content img{
width:48%;
}

.tooltip-2025a .pin {
    top: 51.8%;
    left: 79.12%;
    height: 15px;
    width: 15px;

}

.tooltip-2025revisionb .pin{
    top: 42.6%;
    left: 57.2%;
    height: 15px;
    width: 15px;
    
 
}
.tooltip-2025revisiona .pin{
    top: 44%;
    left: 82.5%;
    height: 15px;
    width: 15px;


}

.tooltip-2025revisiona .tooltip-content {
    display: flex;
    max-width: 600px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}



.tooltip-2024c .tooltip-content {
    display: flex;
    max-width: 500px;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    background-color: aliceblue;
}

.tooltip-2024c .tooltip-content .content {
    padding: 20px;
}


/* Puls Effect For Pins */

@keyframes puls-effect {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}


/* Media Query */

@media (max-width: 768px) {
    .tooltip-1 .tooltip-content {
        flex-direction: column;
        max-width: 300px;
    }
    .tooltip-1 .tooltip-content .content,
    .tooltip-1 .tooltip-content .img {
        width: 100%;
    }
}

