.infoDiv{
    scroll-margin-top: 120px;
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: fit-content;
    padding-top: 0.1rem;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

.infoDivGrid{
    display: flex;
    justify-content: space-around; 
    padding: 2.5%;
}

.verDiv{
    text-align: center;
    display: block;
    justify-items: center;
    align-items: center;
    width: 40%;
    background-color: rgba(210, 252, 255, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    padding: 2rem;
    border-radius: 20px;
}

.infoDiv li::marker{
    content:"-";
    font-size: 1.5rem;
    color: black;
}

ul{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-width: fit-content;
    padding-inline-start: 0;
}

.about{
    width: 80%;
    margin-left: 10%;
}

.about ul{
    width: 50%;
    min-width: unset;
}

.verDiv a{
    color: #0069B4;
}

.fnoDiv h2 {
    text-align: center;
}
 
.fnoDiv span {
    position: absolute;
    top: 2rem;
    bottom: 0;
    left: 0.5%;
    right: 0;
    width: 100%;
    margin: auto;
    transition: transform 0.3s ease;
}
 
.fnoDiv span img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    transition: transform 0.3s ease;
    transform: scale(1.8);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
.vertical{
    width: 18% !important;
}

.fnoDiv span img:hover{
    transform: scale(2);
}

.fnoDiv {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
    height: 53rem;
    transform: rotate(0deg);
    transition: transform 0.7s;
    perspective: 100;
    overflow: hidden;

}
 
.invisButton{
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 30%;
    cursor: pointer;
}

.invisButton.right250, .invisButton.right270{
    right: 0;
    left: unset;
}
.controlFno{
    display: flex;
    justify-content: center;
    gap: 5rem;
    z-index: 9;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
}

.controlFno p{
    text-indent: 0;
}

.end{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.fullFno250{
    z-index: 1000;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    opacity: 1;
    display: none;
    overflow: hidden;
}

.fullFno250.active{
    display: flex;
}
.fullFno250 img{
    position: absolute;
    margin: auto;
    left: -50vw;
    right: -50vw;
    top: 0;
    bottom: 0;
    max-width: 90vw;
    max-height: 90vh;
    min-height: 90vh;
    object-fit:scale-down;
}

.fullFno270{
    z-index: 1000;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    opacity: 1;
    display: none;
    overflow: hidden;
}

.fullFno270.active{
    display: flex;
}
.fullFno270 img{
    position: absolute;
    margin: auto;
    left: -50vw;
    right: -50vw;
    top: 0;
    bottom: 0;
    max-width: 90vw;
    max-height: 90vh;
    min-height: 90vh;
    object-fit:scale-down;
}

.slide{
    transition: transform 0.5s;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  bottom: 0.5rem;
  width: auto;
  padding: 0.25rem;
  right: 53%;
  left: 45%;
  color: white;
  border: rgba(210, 252, 255, 0.4) 0.001rem solid;
  background:  linear-gradient(#0d5eb4,#07416b );
  font-weight: bold;
  font-size: 1rem;
  border-radius:  0.3rem 0 0 0.3rem;
  text-indent: 0.55rem;
}

.next {
    right: 45%;
    left: 53%;
    border-radius: 0 0.3rem 0.3rem 0;
}
  
.prev:hover,
.next:hover {
    background: linear-gradient(#0069B4 ,#007AFF);
}

.fullPage{
    position: absolute;
    bottom: -0.35rem;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    border-radius: 0.15rem;
    width: 5rem;
    padding: 0.25rem;
    text-align: center;
    text-indent: 0;

}

.uslButtons{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px;
}

.PopUp{
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.PopUp.active{
    opacity: 1;
    pointer-events: all;
}

.consultPopUpBox{
    text-align: center;
    height: fit-content;
    width: 30vw;
    padding: 50px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}

.consultPopUpBox .commentInput{
    resize:none;
    min-height: 24%;
    max-height: 24%;
    margin-bottom: unset;
}
.PopUp p{
    text-align: center;
}


.consultForm p{
    text-align: justify;
    margin-left: 20px;
}

.counsultPopupButtons{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.errorHint {
    visibility: hidden;
    width: fit-content;
    height: fit-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    margin-top: 100px;
    position: absolute;
    z-index: 2000;
}

.errorHint.active {
    visibility: visible;
    animation: errorFade 0.5s;
}


@keyframes errorFade {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.thankPopUp{
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.thankPopUp.active{
    opacity: 1;
    pointer-events: all;
}

.thankPopUpBox{
    text-align: center;
    width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

.thankPopUpBox p{
    text-align: center;
}


.commentInput{
    height: 10.25rem;
    resize: none;
    overflow-y: auto;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 6.25rem;
}
.errorHint {
    margin-top: -80px;
    margin-right: 1.5%;
}

.sertDiv{
    margin-top: 1.5rem;
    display: grid;
    justify-content: center;
    width: 100%;
    padding-bottom: 3rem;
}

.declSert{
    max-width: 80vw;
    min-width: 40vw;
    width: 40vw;
    justify-self: center;
    transition: 0.3s;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

.declSert:hover{
    transform: scale(1.2);
}

@media (max-width: 700px) {
    .thankPopUp{
        height: 100vh;
    }
    .thankPopUpBox{
        text-align: center;
        width: 90%;
        padding: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    }
    .errorHint {
        margin-right: 3%;
    }
    .commentInput{
        margin-bottom: 0;
    }
    .PopUp{
        height: 100vh;
        overflow-y: scroll;
    }
    .consultPopUpBox{
        width: 80vw;
        padding: 20px;
    }
    .consultPopUpBox p{
        font-size: 1rem;
        text-indent: 0;
    }
    .consultPopUpBox input{
        font-size: 0.75rem;
    }
    .consultPopUpBox button{
        font-size: 0.75rem;
        padding: 5px;
    }
    .consultPopUpBox select{
        font-size: 0.75rem;
    }
    .consultPopUpBox .commentInput{
        font-size: 0.75rem;
        min-height: 10%;
        height: 10%;
        max-height: 10%;
        overflow-y: scroll;  
    }
    .infoDivGrid{
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center; 
        padding: 2.5%;
        gap: 2rem;
        margin-bottom: 1rem;
    }
    .verDiv{
        width: 80%;
    }
    .hrefsDIv{
        padding: 1vw;
    }
    .end{
        width: 75%;
    }
    .fnoDiv span img {
        width: 50%;
    }
    .vertical{
        width: 25% !important;
    }
    .fnoDiv {
        width: 100%;
        height: 32rem;
    }
    .controlFno {
        display: flex;
        justify-content: center;
        gap: 1rem;
        z-index: 9;
        position: absolute;
        bottom: 1rem;
        left: 0;
        right: 0;
        width: fit-content;
        margin: auto;
    }
    .controlFno button{
        width: 40%;
        transform: scale(0.75);
    }
    .fullFno250 img{
        min-height: 70vh;
        margin-bottom: -16rem;
    }
    .fullFno270 img{
        min-height: 70vh;
        margin-bottom: -16rem;
    }
    .prev,
    .next {
        right: 70%;
        left: 22%;
        bottom: 3.8rem;
    }

    .next {
        right: 22%;
        left: 70%;
    }

    .fullPage{
        bottom: 3rem;
    }
    .declSert{
        width: 90vw;
    }
}