@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{
    position: absolute;
    width: 38%;
    object-fit: cover;
    /* opacity: 100%; */
    z-index: 200;
    /* transition: opacity 0.5s; */
}

.ovTitle{
    position: absolute;
    top: 10%;
    right: 13%;
    /* opacity: 100%; */
}

.txtr{
    right: 12%;
    top: 3%;
    /* opacity: 100%; */
}

.pg4R{
    right: 15%;
    top: 3%; 
}

.pg4R2{
    right: 11.5%;
    top: 4%; 
}
.pg4R3{
    right: 11.5%;
    top: 4%; 
}

.pg6R1{
    right: 10.5%;
    top: 13%; 
}
.pg6R2{
    right: 13%;
    top: 9%; 
}
.pg6R3{
    right: 12.5%;
    top: 7%; 
}
.pg6R4{
    right: 12.5%;
    top: 8%; 
}
.pg8R1{
    right: 12.5%;
    top: 8%; 
}
.pg10R1{
    right: 14.5%;
    top: 8%; 
}
.pg12R1{
    right: 14.5%;
    top: 8%; 
}
.pg14R1{
    right: 13.5%;
    top: 8%; 
}
.pg14R2{
    right: 12.5%;
    top: 8%; 
}

.txtl{
    position: absolute;
    top: 7%;
    left: 12.5%;
}
.pg5L1{
    top: 8%;
    left: 12.5%;
    /* opacity: 100%; */
}

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

.pg7L1{
    top: 8%;
    left: 12.5%;
}
.pg7L2{
    top: 7%;
    left: 13.5%;
}
.pg9L1{
    top: 7%;
    left: 13.5%;
}
.pg9L2{
    top: 7%;
    left: 11.5%;
}

.pg9L3{
    top: 8%;
    left: 12.5%;
}
.pg13L1{
    top: 11.5%;
    left: 14.5%;
}
.pg13L2{
    top: 11.5%;
    left: 12.5%;
}
.pg13L3{
    top: 9.5%;
    left: 12.5%;
}
.pg13L4{
    top: 9%;
    left: 12.7%;
}
.pg13L5{
    top: 8.5%;
    left: 12.2%;
}
.pg15L1{
    top: 10.5%;
    left: 13.5%;
}
.pg15L2{
    top: 8.5%;
    left: 13.2%;
}

.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;
    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: 36%;
    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){
    .pg4R2{
        right: 12%;
    }
    .pg6R3{
        right: 12.5%;
        top: 7%; 
    }
    .pg14R1{
        top: 7.5%;
    }
    .pg14R2{
        top: 7.5%;
    }

    .pg7L2{
        top: 5%;
    }


}

@media (max-width: 1440px){

    .ovTitle{
        position: absolute;
        top: 7%;
        right: 13%;
        /* opacity: 100%; */
    }

    .txtl{
        top: 5%;
        left: 12.8%;
    }
    .pg5L3{
        right: 12.5%;
        top: 6%; 
    }
    .pg6R1{
        right: 10.5%;
        top: 7%; 
    }
    .pg6R2{
        right: 12.5%;
        top: 6%; 
    }
    .pg6R3{
        right: 12.5%;
        top: 5%; 
    }
    .pg7L2{
        top: 4%;
    }

    .pg13L1{
        top: 8.5%;
    }
    .pg13L2{
        top: 8.5%;
    }
    .pg13L3{
        top: 6.5%;
    }

    .pg14R1{
        top: 6%;
    }
    .pg14R2{
        top: 5%;
    }

    .pg15L1{
        top: 7.5%;
    }

    .dropdown{
        top: 2%;
    }

    .btn{
        left: 33%;
    }

    
}