* {
    margin: 0;
} 



body {
    background-image: url("../image/bdl-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
} 


/* logo section */
.logo {
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: 2;
}

.image2 {
    height: 80%;
    width: 40%;
}
/* logo section */

/* navi section */
.navi {
    position: fixed;
    bottom: 0;
    background: linear-gradient(to top, rgba(102, 58, 79,0.5),rgba(161, 64, 111,0));
    height: 85%;
    width: 65px;
    z-index: 1;
}

ul {
    list-style: none;
    position: fixed;
    top: 15%;
    padding: 0;
}

li {
    display: flex;
    align-items: center;
    height: 45px;
    width: 100px;
    margin-bottom: 20px;
}

li a {
    display: flex;
    align-items: center;
}

li:first-child {
    background-color: rgba(182, 106, 143, 1);;
}

li:first-child span {
    visibility: visible;
}

li img {
    width: 20px;
    height: 20px;
    text-align: center;
}

li span {
    color: white;
    margin-left: 10px;
    visibility: hidden;
}

.icon {
    position: relative;
    left: 20px;
}

.option {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgb(137, 65, 100);
    height: 50px;
    font-size: 12px;
    position: fixed;
    top: 72%;
    left: 65px;
    padding: 10px;
}

.menu {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.main {
    cursor: pointer;
    color: white;
    padding-right: 10px;
    position: fixed;
    top: 78%;
    left: 15px
}

.main:hover .option {
    visibility: visible;
    display: flex;
}

.option:hover {
    visibility: visible;
    display: flex;
}

.one {
    margin-bottom: 10px;
}
/* navi section */

/* text section */
.text {
    color: white;
    width: 35.5%;
    position: absolute;
    top: 230px;
    left: 336px;
    font-size: 12px;
}

h2 {
    margin-bottom: 3%;
}

.im-button {
    width: 25%;
    height: 40px;
    margin-top: 10px;
    background-color: rgba(182, 106, 143, 1);
    border: none;
    border-radius: 3px;
}

.lm-link {
    color: white;
}

.link1 {
    color: white;
    text-decoration: none;
} 

iframe {
    margin-top: 40px;
    height: 80%;
}
/* text section */

