.page2 {
    min-height: 100vh;
    width: 100%;
    padding-top: 3vw;
    background-color: #e3efe6;
}

.title {
    padding: 0 3vw;
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
}

.circleTwo {
    height: 10px;
    width: 10px;
    background-color: #FF9831;
    border-radius: 50%;
    margin-right: 15px;
}

.title h3 {
    font-size: 1vw;
    font-weight: 500;
}

.elem {
    height: 18vh;
    width: 100%;
    overflow: hidden;
    padding: 0 3vw;
    position: relative;
    border-bottom: 1px solid #616161;
    cursor: pointer;
}

.overlay {
    height: 100%;
    width: 100%;
    background-color: #FF9831;
    position: absolute;
    left: 0;
    top: -100%;
    transition: all ease-in-out 0.25s;
}

.elem:hover .overlay {
    top: 0;
}
.textInfo {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.textInfo h3 {
    font-size: 3vw;
    font-weight: 600;
    position: relative;
}

.textInfo .info {
    text-align: right;
}

.textInfo .info p:nth-child(1) {
    font-size: 18px;
    font-weight: 300;
}

.textInfo .info p:nth-child(2) {
    font-size: 18px;
    font-weight: 100;
    color: #393939;
}
.page2 .btn {
    padding: 3vw 3vw;
}

.page2 .btn button {
    padding: 15px 28px;
    border: 2px solid #9e9b9a;
    border-radius: 50px;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

#fixedImg {
    height: 26vw;
    width: 20vw;
    border-radius: 10px;
    position: fixed;
    z-index: 99;
    top: 30%;
    left: 45%;
    display: none;
    background-size: cover;
    background-position: center;
}
.page3 {
    height: 100vh;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 4vw 3vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5vw;
}

.top {
    height: 40%;
}

.top p {
    font-size: 4vw;
    font-weight: 400;
    margin-top: 2vw;
    line-height: 4.4vw;
    text-align: left;
}

.bottam {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #404040;
    font-weight: 100;
}

.bottam p {
    font-size: 1.3vw;
}

.left {
    margin-top: 2vw;
}

.page3 .right {
    width: 25%;
    margin-top: 2vw;
    margin-right: 22vw;
}

.page3 .right p {
    margin-bottom: 1vw;
}

.page3 .right a {
    text-decoration: underline;
    color: #fff;
    font-size: 1.2vw;

}

footer {
    height: 100vh;
    width: 100%;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

footer h1 {
    font-size: 18vw;
    white-space: inherit;
    z-index: 10;
    color: #EFEAE3;
    text-align: center;
}

.top {
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8vw;
    z-index: 10;
}

.top ul {
    list-style-type: none;
    font-size: 2vw;
    font-weight: 600;
    cursor: pointer;
}

.top div {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 16px;
}

.top div p {
    font-size: 1.2vw;
    line-height: 1.5vw;
}

.top div input {
    background-color: transparent;
    border: 1px solid #767676;
    background-color: transparent;
    color: #fff;
    padding: 8px 12px;
    font-size: 1vw;
}

.bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2e2e2e;
    padding: 0 2vw;
    z-index: 10;
}

.bottom p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
