@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 {
    position: absolute;
    width: 38%;
    object-fit: cover;

    z-index: 200;
    /* transition: opacity 0.5s; */
}

.txtr {
    right: 12%;
    top: 3%;

}

.pg2R1,
.pg2R2 {
    right: 13%;
    top: 10%;
}

.pg4R1 {
    right: 12%;
    top: 10%;
}

.pg4R2 {
    right: 13%;
    top: 10%;
}

.pg4R3 {
    right: 13%;
    top: 8%;
}

.pg6R1 {
    right: 13%;
    top: 8%;
}

.pg6R2 {
    right: 12%;
    top: 8%;
}

.pg6R3 {
    right: 13%;
    top: 8%;
}

.pg6R4 {
    right: 12.5%;
    top: 6%;
}

.pg8R1 {
    right: 13%;
    top: 10%;
}

.pg8R2 {
    right: 12.5%;
    top: 8%;
}

.pg8R3 {
    right: 12.5%;
    top: 6%;
}

.pg8R4 {
    right: 12.5%;
    top: 6%;
}

.pg8R5 {
    right: 12.5%;
    top: 6%;
}

.pg10R1 {
    right: 13%;
    top: 10%;
}


.shoaltitle {
    position: absolute;
    top: 10%;
    right: 13%;

}

.pg1L1 {
    top: 10%;
    left: 12.5%;

}

.pg1L2 {
    top: 8%;
    left: 13.5%;

}

.pg1L3 {
    top: 8%;
    left: 12.5%;

}

.pg1L4 {
    top: 8%;
    left: 13.5%;

}

.pg3L1,
.pg3L3 {
    top: 8%;
    left: 13.5%;

}

.pg3L2 {
    top: 8%;
    left: 12.8%;

}

.pg3L4 {
    top: 7%;
    left: 13%;

}

.pg3L5 {
    top: 7%;
    left: 13.5%;

}

.pg3L6 {
    top: 8%;
    left: 12.5%;

}

.pg5L1 {
    top: 10%;
    left: 13%;

}

.pg5L2,
.pg5L3 {
    top: 8%;
    left: 12.5%;

}

.pg7L1 {
    top: 9%;
    left: 12.5%;

}

.pg9L1 {
    top: 9%;
    left: 12.5%;

}

.pg9L2 {
    top: 9%;
    left: 12.5%;

}

.pg9L3 {
    top: 10%;
    left: 12.5%;

}


.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;
}

.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;
    color: #000;
    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){
    .shoaltitle {
        top: 8%;
    }
}

@media (max-width:1440px){
    .shoaltitle {
        top: 7%;
    }

    .pg2R1{
        top: 7%;
    }
    .pg2R2{
        top: 7%;
    }

    .pg3L1, .pg3L2, .pg3L3, .pg3L4, .pg3L5, .pg3L6{
        top: 6.5%;
    }

    .pg4R1, .pg4R2, .pg4R3{
        top: 7.5%;
    }

    .pg6R1, .pg6R2, .pg6R3, .pg6R4{
        top: 5.5%;
    }

    .pg9L1, .pg9L2, .pg9L3{
        top: 6.5%;
    }
}