:root {
    --gradient-color-1: #46e5ac;
    --gradient-color-2: #45d3ff;
}

#outsideDiv {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.divOutsideNewXX {
    background-image: linear-gradient(to right, var(--gradient-color-1), var(--gradient-color-2));
    width: 300px;
    height: 300px;
    border-radius: 40px;
    margin: 0.5%;
    transition: transform 0.5s ease-in-out, translateY 0.5s ease-in-out, box-shadow 1s ease-in-out;
    box-shadow: 0px 2px 20px 10px rgba(0, 0, 0, 0.5);
    padding: 6px;
    margin-top: 100px;
}

.imgFit1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    transition: transform 1.0s ease-in-out;
}

.imgFit1:hover {
    transform: scale(1.2)
}

.divImg1 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 35px;
}

.imgFit11 {
    display: flex;
    position: absolute;
    width: 280px;
    margin-top: -300px;
    margin-left: 10.5px;
    z-index: 100;
    pointer-events: none;
}

#test12341234 {
    position: relative;
    z-index: 2;
}

#test123123 {
    position: relative;
    height: 340px;
    width: 340px;
    margin-top: 60px;
    z-index: 2;
}

#test1234512345 {
    position: relative;
    z-index: 2;
}

#imgFit11Id {
    width: 320px;
    margin-top: -342px;
    margin-left: 9.5px;
}

.imgListContainer {
    background-color: none;
}

.dropdownContentH3 {
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
    font-family: montserrat, sans-serif, Arial;
    padding: 10px;
    font-size: 27px;
    line-height: 1.5em;
}

.highlightedSpanH3New2 {
    font-size: 38px;
    font-style: italic;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #46e5ac, #45d3ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.dropdownContentParagraph {
    margin-top: -10px;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-family: montserrat, sans-serif, Arial;
    line-height: 1.3em;
    padding: 10px;
}

.dropdownContentOrderedList {
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    font-family: montserrat, sans-serif, Arial;
    line-height: 1.3em;
}

.highlightedSpanParagraphNew2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #46e5ac, #45d3ff);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 850;
}

.dropdownContent {
    width: 300px;
    height: 300px;
    margin: 0.5%;
}

#dropdownContentId1,
#dropdownContentId2,
#dropdownContentId3 {
    background-color: rgba(255, 255, 255, 1.0);
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-in-out, box-shadow 0.5s ease-in-out, border 0.4s ease-in-out;
    margin-top: 25px;
    border-radius: 30px;
    box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, 0.0);
    border: 0px solid rgba(255, 255, 255, 0);
    background-image: url('backgroundDropdownModuleContentMensPerformance1.jpg');
}

#dropdownContentId2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#imgForArrow1,
#imgForArrow2,
#imgForArrow3 {
    position: relative;
    width: 130px;
    top: -70px;
    margin-bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.0;
    transition: top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.15s;
    z-index: 3;
    pointer-events: none;
}

#test12341234:hover~#imgForArrow1 {
    top: 0px;
    opacity: 1.0;
}

#test123123:hover~#imgForArrow2 {
    top: 0px;
    opacity: 1.0;
}

#test1234512345:hover~#imgForArrow3 {
    top: 0px;
    opacity: 1.0;
}

#imgForArrow1.active {
    top: 0px;
    opacity: 1.0;
}

#imgForArrow2.active {
    top: 0px;
    opacity: 1.0;
}

#imgForArrow3.active {
    top: 0px;
    opacity: 1.0;
}

#dropdownContentId1.open {
    display: block;
    height: 390px;
    box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.4);
    border: 6px solid rgba(255, 255, 255, 1);
}

#dropdownContentId2.open {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 490px;
    box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.4);
    border: 6px solid rgba(255, 255, 255, 1);
}

#dropdownContentId3.open {
    display: block;
    height: 590px;
    box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.4);
    border: 6px solid rgba(255, 255, 255, 1);
}

@media (max-width: 1061px) {
    #outsideDiv {
        flex-direction: column;
        align-items: center;
    }
    .divOutsideNewXX {
        margin-top: 60px;
    }
}