/* main css*/
body{
    background-color: #000;
    font-family: "open sans", sans-serif;
}

main, section, div, img, button {
position: absolute;
}

main {
    width: 1920px;
    height: 1080px;
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,0);
    background-blend-mode: lighten;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow:hidden;
}

section{
    width: 100%;
    height: 100%;
    display: none;
}

#screen1 {
    display: block;
}

.frame {
    left: 680px;
    top: 110px;
    display: none;
}
#frame1 {
    display: block;
}
#back-btn {
width: 60px; height: 100px; background-color:#0075bf; border-radius: 0 4px 4px 0; color: #fff; font-size: 74px; opacity: 0.75;
top: 50%;
transform: translateY (-50%);
display: flex;
justify-content: center; align-content: center; line-height: 1;
}
.intro-container {
width: 430px;
height: 650px;
top: 206px;
left: 750px;
padding: 35px 25px;
}

.intro-container div,.intro-container button {
position: static;
}

.history-txt{
    background-color: #fff;
    border: solid 1px #0075bf;
    border-radius: 10px;
    padding: 20px;
    color: #0075bf;
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
}

.learn-more-txt {
    font-size: 24px;
    font-weight: 800;
    color: #0075bf;
    margin-top: 55px;
}
button {
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: none;
    padding: 0;
}


.click-through {
    pointer-events: none;
}

#start-btn {
    padding: 20px 50px;
    font-weight: 800;
    position: absolute;
    left: 50%;
    border-radius: 80px;
    top: 70%;
    transform: translate(-50%, 50%);
    background: #ffffff;
    color: #0075bf;
    font-size: 40px;
}

.sceeen p {
    position: absolute;
    left: 910px;
    top: 300;
    font-size: 35px;
    font-weight: 700;
    color: #0075bf;
}
.screen h1{
    font-size:50px;
    font-weight:900;
    color:#0075bf;
    text-align:center;
    opacity:0;
    text-transform: uppercase;
}

#screen1 .intro-content{
    background-color: #fff;
    color:#0075bf;
    position: unset;
    font-weight: 600;
    font-size: 25px;
    width: 60%;
    text-align: left;
    padding: 10px 70px;
    border-radius: 15px;
    margin: 0 auto;
}
#screen1 span{
    text-align: center;
    display: block;
    font-weight: 800;
    font-size: 30px;
    color: #0075bf;
    margin-top: 50px;
    margin-bottom:30px;
}
#screen1 .card1{
    display: block;
    width: 290px;
    left:32%;
    cursor: pointer;
    transform: translateX(-50%);
}
#screen1 .card2{
    display: block;
    width: 290px;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
}
#screen1 .card3{
    display: block;
    width: 290px;
    right: 17%;
    cursor: pointer;
    transform: translateX(-50%);
}
#screen1 .grass1{
    left: 0;
    bottom: -20px;
}
#screen1 .grass2{
    right: -20px;
    bottom: -10px;
}
#screen1 .txt1{
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}
#screen1 .txt2{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#screen1 .txt3{
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

#screen2 .map-dot{
    transform:scale(0);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor:pointer;
}

#screen2 .algonquin .map-dot{
    top: 440px;
    left: 1060px;
}
#screen2 .killarney .map-dot{
    top: 427px;
    left: 902px;
}
#screen2 .missinaibi .map-dot{
    left: 820px;
    top: 300px;
}
#screen2 .frontenac .map-dot{
    left: 1120px;
    top: 521px;
}
#screen2 .wabakimi .map-dot{
    left: 480px;
    top: 180px;
}
#screen2 .information{
    position: absolute;
    display: inline-block;
    padding: 22px;
    width: 475px;
    left: 1950px;
    background: #fff;
    height: 610px;
    overflow: hidden;
    border-radius: 7px;
    color: #0075bf;
}
#screen2 .information h2{
    margin: 280px 0 0 0;
}
#screen2 .information p{
    margin: 5px 0 0 0;
    font-weight: 700;
    font-size: 18px;
}
#screen2 .information .birds
{
    position:absolute;
    right: 100px;
    bottom: 70px;
}
#screen2 .information .sun
{
    right: 20px;
    bottom: 0px;
    position:absolute;
    transform:translateY(4px);
}
#screen2 .slider {
    position: absolute;
    right: 5%;
    top: 23%;
    z-index: 2;
    width: 24%;
    height: 260px;
    overflow: hidden;
}
#screen2 .slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0;
  }


#screen3 h1{
    opacity: 0;
}
#screen3 .mylink{
    background: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 5px;
    top:30%;
    color:#0075bf;
    opacity:0;
    cursor:pointer;
    transition:0.3s;
}
#screen3 .mylink:hover{
    background-color:#0075bf;
    color:#fff;
}
#screen3 .visitor-information{
    left: 50%;
    transform: translateX(-50%);
}
#screen3 .classifications{
    left: 63%;
}
#screen3 .activities {
    left: 21%;
}
#screen3 .box{
    font-weight: 600;
    width: 860px;
    color:#0075bf;
    background-color:#fff;
    padding: 0 40px;
    left: 50%;
    top: 40%;
    font-size: 23px;
    transform: translateX(-50%);
    opacity: 0;
}
#screen3 ul{
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 27px;
}
#screen3 .informationbox2 ul li{
    margin-bottom: 15px;
}
#screen3 .safety{
    width: 55px;
}
#screen3 ul li{
    margin-bottom: 35px;
}
#screen3 .informationbox2{
    padding: 0 40px 28px 40px !important;
}
#screen3 .informationbox3{
    padding:25px 40px 30px 40px;
}#screen3 .informationbox3 span{
    font-weight: 800;
}
#screen3 .informationbox2 h3{
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 17px;
}
#screen3 h3 img{
    position: relative;
    display: inline-block;
}
#screen3 .box.informationbox1{
    height: 337px;
}
#screen3 .activity5{
    right: 38px;
}
#screen3 .activity4{
    right: 248px;
    top: 179px;
}
#screen3 .activity3{
    right: 438px;
    top: 171px;
}
#screen3 .activity1{
    top:167px;
}
#screen3 .activity2{
    right: 617px;
    top: 160px;
}
#screen3 h5{
    transform:scale(0);
    display:inline-block;
}
#screen3 .bird{
    right: 100px;
    bottom: 150px;
    opacity:0;
}
#screen3 .bird1{
    right: 100px;
    bottom: 150px;
}
#screen3 .bird2{
    right: 44px;
    bottom: 62px;
}
#screen3 .bird3{
    right: 12px;
    bottom: 184px;
}
#screen3 .stem{
    right: 0;
    transform: translateX(522px);
    bottom:0;
}
#screen3 h3 {
    margin-bottom: 0;
}
#screen3 ul {
    margin-top: 10px;
}

#screen4 .birdpic{
    filter: grayscale(100%);
    cursor:pointer;
    scale:0.6;
}
#screen4 .birdpic.active{
    filter: grayscale(0) !important;
    scale:1 !important;
}
#screen4 .birdpic:hover{
    filter: grayscale(0);
}
#screen4 .bird1{
    right: 80px;
}
#screen4 .bird2{
    right: 80px;
    top: 460px;
}
#screen4 .bird3{
    top: 710px;
    right: 80px;
}
#screen4 .active{
    scale:1;
}
#screen4 .birds-content{
    background-color: #fff;
    width: 680px;
    color:#0075bf;
    opacity:0;
    text-align: left;
    left:50%;
    transform:translateX(-50%);
    padding: 26px 20px 20px 20px;
    border-radius: 15px;
    text-align:center;
}
#screen4 .content1{
    opacity:0;
}
#screen4 h2{
    font-size: 32px;
    margin:5px 0;
    text-align: center;
}
#screen4 .birds-content .main-bird{
    position:unset;
    margin:0 auto;
    width: 120px;

}
#screen4 .birds-content p {
    font-size: 20px;
    font-weight:600;
    margin-top:5px;
    text-align:left;
}
#screen4 .sound{
    position: relative;
    margin: 0 auto;
    cursor:pointer;
}
#screen4 .sound:hover{
    opacity:0.7;
}
#screen4 .bird-gallery{
    position: relative;
    display: flex;
    justify-content: center;
    gap:20px;
}
#screen4 .bird-gallery > div{
    position: relative;
    display: flex;
    flex:1
}
#screen4 .bird-gallery img{
    position:unset;
    width: 100%; /* Make the image scale to container width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove inline spacing issues */
    border-radius:10px;
}

video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.msg{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    opacity:1;
    color:#0075bf;
}