@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Kosugi+Maru&display=swap');

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: "Kosugi Maru", sans-serif;
    color: #2F0000;
    transition: 0.2s;
}
#logoimg{
    position: relative;
    top: 5px;
    left: 2%;
    width: 6%;
    min-width: 70px;
}

#words, #words2, #words3, #words4, #words5, #words6, #words7, #words8, #words9, #words10, #words11, #words12, #words13, #words14, #words15, #words16{
    position: absolute;
    width: 36%;
    object-fit: cover;
    
    z-index: 200;
    /* transition: opacity 0.5s; */
}

.oceantitle{
    top: 10%;
    left: 13%;
}

.carousel-cont{
    position: relative;
    top: -60px;
    width: 80%;
    min-width: 90vw;
    min-height: 90vh;
    overflow:hidden;
    margin: 60px auto;
}

#carousel{
    position: relative;
    width: 40%;
    /* height: 150%; */
    left: 10%;
    border: 2px solid #2F0000;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}

#carousel2{
    position: relative;
    left: 9.4%;
    width: 40%;
    /* height: 150%; */
    border: 2px solid #2F0000;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}

.arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color:#2F0000;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}
#ar2{
    opacity: 0;
}

.arrow:hover{
    font-size: 2.7rem;
}
.arrow-right{
    right: 20px;
}

/* Pages */

.symtitle{
    position: absolute;
    top: 7.5%;
    left: 13%;
    
}
.symtitle2{
    position: absolute;
    top: 10.5%;
    left: 14.5%;
    
}

.pg1R1{
    right: 13.7%;
    top: 10%; 
}
.pg1R2{
    right: 12%;
    top: 8%; 
}
.pg2L1{
    left: 13%;
    top: 11%; 
}
.pg2L2{
    left: 13.5%;
    top: 11%; 
}
.pg2L3{
    left: 13.5%;
    top: 10%; 
}
.pg2L4{
    left: 13.5%;
    top: 10%; 
}
.pg2L5{
    left: 13.5%;
    top: 10%; 
}
.pg2L6{
    left: 12%;
    top: 10%; 
}
.pg2L7{
    left: 13.8%;
    top: 10%; 
}
.pg2L8{
    left: 13.5%;
    top: 10%; 
}

.pg3R1{
    right: 13.7%;
    top: 10%; 
}
.pg3R2{
    right: 13.7%;
    top: 10%; 
}
.pg3R3{
    right: 15.7%;
    top: 10%; 
}
.pg3R4{
    right: 13.7%;
    top: 10%; 
}
.pg3R5{
    right: 13.7%;
    top: 10%; 
}
.pg3R6{
    right: 12%;
    top: 10%; 
}
.pg3R7{
    right: 14%;
    top: 10%; 
}
.pg3R8{
    right: 13.7%;
    top: 10%; 
}
.pg4L1, .pg4L2, .pg4L3, .pg4L4, .pg4L5, .pg6L1, .pg8L1, .pg8L2, .pg8L3, .pg10L1{
    left: 13.7%;
    top: 10%; 
}
.pg5R1, .pg5R2, .pg5R3, .pg5R4, .pg5R5, .pg7R1, .pg9R1, .pg9R2, .pg9R3, .pg11R1 {
    right: 13.7%;
    top: 10%; 
}

.dropdown{
    position: absolute;
    width: 20%;
    top: 30px;
    left: 40%;
    text-align: center;
    z-index: 999;

    color: #2F0000;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dropdown select{

    appearance: none;
    width: 30%;
    padding: 0.5rem;
    /* background-color: #fff; */
    /* border: 1px solid #caced1; */
    border-radius: 1rem;
    cursor: pointer;
    text-align: center;

    color: #2F0000;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal
    
}

.btn {
    position:relative;
    top: 5px;
    scale: 1.3;
    left: 36%;
    z-index: 1000;
    border: none;
    background: none;
    transition: 0.2ms;
}
.toggleDark{
    background-color: rgb(32, 32, 32);

    .arrow{
        color: white;
    }

    #logoimg, .btn, .dropdown{
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    }
}


@media (max-width:1920px){
    .pg1R1, .pg1R2{
        top: 8%;
    }

    .pg10L1, .pg11R1{
        top: 7.5%;
    }
}

@media (max-width:1440px){
    .pg1R1, .pg1R2{
        top: 6.5%;
    }

    .pg4L1, .pg4L2, .pg4L3, .pg4L4, .pg4L5{
        top: 6.5%;
    }
    .pg5R1, .pg5R2, .pg5R3, .pg5R4, .pg5R5{
        top: 6.5%;
    }

    .pg10L1, .pg11R1{
        top: 6.5%;
    }
}