/* main css */
body {
    background-color: #000;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
}

main, section, div, img, button {
    position: absolute;
}

main {
    width: 2250px;
    height: 1500px;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

section {
    width: 100%;
    height: 100%;
    display: none;
}

#screen1 {
    display: block;
}

.frame {
    left: 730px;
    top: 160px;
    /* top: 247px; */
    display: none;
}

#frame1,#title-txt {
    display: block;
}

#main-title{
    position:absolute;
    left: 110px;
    top: 50px;
    font-size: 150px;
    font-weight: 800;
    color: #0075bf;
}

.sub-title {
    left: 123px;
    top: 220px;
    font-size: 60px;
    font-weight: 700;
    color: #0075bf;
}

.intro-container {
    left: 735px;
    top: 330px;
    width: 755px;
    height: 1024px;
    /* background-color: #0075bf; */
    padding: 40px;
}

.intro-container * {
    position: static;
}

.history-txt {
    background-color: white;
    color: #0075bf;
    border: solid 2px #0075bf;
    border-radius: 10px;
    padding: 30px 40px;
    font-size: 23px;    
    text-align: justify;
}

.learn-more-txt {
    margin-top: 25px;
    font-size: 38px;
    font-weight: 600;
    color: #0075bf;
}

button {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    outline: inherit;
    cursor: pointer;
}

.to-screen-btn{
    display: flex;
    align-items: center;
    width: 890px;
    height: 110px;
    border-radius: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    overflow: hidden;
}

.to-screen-btn > div:first-child {
    padding: 30px;
    font-size: 67px;
    color: #ffffff;
    font-weight: 600;
    z-index: 2;
}

.to-screen-btn > div:last-child {
    width: 100%;
    height: 100%;
    background-color: #0075bf;
    color: white;
    font-size: 30px;
    display: flex;
    padding-bottom: 38px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.click-through {
    pointer-events: none;
}

#start-btn{
    width: 100%;
    height: 100%;
    font-size: 40px;
    font-weight: 600;
    padding-top: 1300px;
    cursor: pointer;
    color:#fff;
}

#back-btn{
    width: 70px;
    height:130px;
    background-color: #0075bf;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}

#screen2 > span{
    position: absolute;
    left: 330px;
    font-size: 40px;
    bottom: 238px;
}

#screen2 .main{
    background-color: #fff;
    width: 1696px;
    height: 790px;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    border: 5px solid #0075bf;

}
#screen2 .main .navimage{
    left: 50px;
    top: 46px;
}
#screen2 .main .navbtn{
    font-size: 51px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 16px;
    color:#fff;
    border:4px solid transparent;
    cursor: pointer;
}
#screen2 .main .b1{
    left: 94px;
    top: 130px;
}
#screen2 .main .b2{
    left: 89px;
    top: 343px;
}
#screen2 .main .b3{
    left: 94px;
    top: 555px;
}
#screen2 .main .content{
    width: 70%;
    left: 27%;
    top: 47px;
}
#screen2 .main .content p{
    color: #0075bf;
    font-size: 30px;
    font-weight: 600;
}
#screen2 .main .content img{
    top:110%;
}
#screen2 .main .content .i2{
    left: 34.5%;
}
#screen2 .main .content .i3{
    left: 816px;
}
#screen2 .main .content h1{
    color: #0075bf;
    font-size: 170px;
    font-weight: 800;
    position: absolute;
    right: 0;
    bottom: -530px;
}

#screen3 span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    bottom: 260px;
}
#screen3 .middlecircle{
    width: 250px;
    height: 250px;
    border-radius: 200px;
    left: 50%;
    background-color: #0075bf;
    transform: translateX(-50%);
    top: 46%;
}
#screen3 .line1{
    left: 880px;
    top: 615px;
}
#screen3 .line2{
    left: 874px;
    top: 851px;
}
#screen3 .line3{
    left: 1184px;
    top: 616px;
}
#screen3 .line4{
    left: 1182px;
    top: 863px;
}
#screen3 .navbtn{
    font-size: 50px;
    font-weight: 600;
    top: 86%;
    background-color: #fff;
    color:#0075bf;
    border: 6px solid #0075bf;
    padding: 20px 50px;
    border-radius: 10px;
    cursor: pointer;
}
#screen3 .b1{
    left: 489px;
}
#screen3 .b3{
    left: 1360px;
}
#screen3 .b2{
    left: 50%;
    transform: translateX(-50%);
}
#screen3 .content{
    width: 100%;
    height: 80%;
}
#screen3 .content .icon{
    left: 50%;
    transform: translateX(-50%);
    top: 62%;
    width: 150px;
}
#screen3 .content .dtl{
    width: 480px;
    font-size: 25px;
    color: #fff;
    padding: 26px 26px 30px 56px;
    border-radius: 15px;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
}
#screen3 .content .dtl .black-overlay{
    background-color: #0075bf;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
#screen3 .content .dtl h2{
    font-weight: 700;
}
#screen3 .content1 .dtl1{
    top: 469px;
    left: 458px;
}
#screen3 .content1 .dtl2{
    top: 829px;
    left: 460px;
}
#screen3 .content1 .dtl3{
    top: 469px;
    left: 1293px;
}
#screen3 .content1 .dtl4{
    top: 829px;
    left: 1294px;
}


#screen3 .content2 .dtl1{
    top: 458px;
    left: 458px;
}
#screen3 .content2 .dtl2{
    top: 779px;
    left: 458px;
}
#screen3 .content2 .dtl3{
    top: 449px;
    left: 1284px;
}
#screen3 .content2 .dtl4{
        top: 804px;
    left: 1274px;
}

#screen3 .content3 .dtl1{
    top: 449px;
    left: 468px;
}
#screen3 .content3 .dtl2{
    top: 799px;
    left: 464px;
}
#screen3 .content3 .dtl3{
    top: 450px;
    left: 1314px;
}
#screen3 .content3 .dtl4{
    top: 805px;
    left: 1314px;
}

#screen4 span{
    position: absolute;
    left: 23%;
    font-size: 30px;
    top: 1320px;
}
#screen4 .content{
    font-size: 30px;
    width: 53%;
    left: 200px;
    bottom: 215px;
    text-align: center;
    color:#0075bf;
}
#screen4 .content div{
    position: unset;
    background: #fff;
    padding:60px 65px 65px 65px;
    border: 6px solid #0075bf;
    border-radius: 15px;
}
#screen4 .content div h2{
    font-weight: 700;
}
#screen4 .content div p{
    margin-top:20px;
}
#screen4 .content img{    
    left: 160px;
    top: -350px;
    width: 880px;
}
#screen4 .birdthumnail1{
    right: 445px;
    top: 367px;
    width: 320px;
    z-index: 2;
    cursor: pointer;
}
#screen4 .birdtext1{
    position: absolute;
    right: 108px;
    top: 477px;
    font-size: 43px;
    font-weight: 700;
    color: #0075bf;
}
#screen4 .birdthumnail2{
    right: 445px;
    top: 768px;
    width: 320px;
    z-index: 2;
    cursor: pointer;
}
#screen4 .birdtext2{
    position: absolute;
    right: 108px;
    top: 837px;
    font-size: 43px;
    font-weight: 700;
    color: #0075bf;
}

#screen4 .birdthumnail3{
    right: 445px;
    top: 1107px;
    width: 320px;
    z-index: 2;
    cursor: pointer;
}
#screen4 .birdtext3{
    position: absolute;
    right: 170px;
    top: 1197px;
    font-size: 43px;
    font-weight: 700;
    color: #0075bf;
}
#screen4 .active{
    right: 451px;
    top: 420px;
    z-index: 1;
    width: 270px;
}

#screen1 video{
    object-fit: cover;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#screen1 .screentitle{
    text-align:center;
    width:100%;
    top: 100px;
    font-size: 150px;
    font-weight: 800;
    color: #fff;
}

#screen1 .screentitle2{
    text-align: center;
    width: 100%;
    top: 150px;
    font-size: 150px;
    font-weight: 800;
    color: #0075bf;
}

#screen1 .wrapper{
    background-color: #fff;
    height: 840px;
    width: 1520px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
    top: 410px;
    padding:40px;
}

#screen1 p{
    font-size: 27px;
    font-weight: 500;
    width: 900px;
    color:#0075bf;
}

#screen1 .slide{
    position: absolute; /* make sure this exists */
    left: 1330px;
    top: 438px;
    width: 520px;
    border-radius: 20px;
    opacity: 0; /* 🔥 THIS FIXES INITIAL LOAD ISSUE */
}

#screen1 .wood{
    width: 1130px;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}

.flower{
    z-index: 2;
    width: 290px;
    right: 240px;
    bottom: 120px;
}

#screen1 .b{
    top: 80px;
    left: 110px;
}