* {
    margin: 0;
} 

body {
    background-image: url("../image/bdl-bg-1.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;
}

.link1 {
    text-decoration: none;
}

li {
    display: flex;
    align-items: center;
    height: 50px;
    width: 110px;
    margin-bottom: 20px;
    background-color: rgba(182, 106, 143, 1);
}

li {
    visibility: hidden;
}

li:hover {
    visibility: visible;
}

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

li:nth-of-type(2) {
    background-color: rgba(182, 106, 143, 1);
}

li:nth-of-type(2) {
    visibility: visible;
}

li:nth-of-type(2) span {
    visibility: visible;
}

li img {
    width: 25px;
    height: 25px;
    text-align: center;
    visibility: visible;
}

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

li:hover span {
    visibility: visible;
}

.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: 712px;
    left: 65px;
    padding: 10px;
}

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

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

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

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

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

/* content section */
.content {
    position: absolute;
    top: 110px;
    left: 140px;
    /* border: 1px solid black; */
    width: 1450px;
    height: 740px;
}

.inner-1 {
    background-color: rgba(255, 255, 255,0.2);
    border-radius: 20px;
    width: 800px;
    height: auto;
}

.image {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    width: 130px;
    height: 190px;
}

.inner-inner1 {
    position: absolute;
    left: 215px;
    top: 30px;
}

.head1 {
    margin-bottom: 20px;
    color: white;
}

.para1 {
    font-size: 13px;
    color: rgb(228, 228, 228);
}

.inner-inner2 {
    display: flex;    
    justify-content: center;
    position: absolute;
    top: 167px;
    left: 200px;
    margin-bottom: 20px;
}

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

.link3 {
    color: white;
}

.para2 {
    margin: 0px 15px;
    background-color: rgba(182, 106, 143, 1);
    padding: 10px 50px;
    border-radius: 3px;
}

.para3 {
    margin: 0px 18px;
    padding: 10px 0px;
    font-size: 18px;
}

.head2 {
    margin-left: 20px;
    margin-bottom: 20px;
    color: white;
}

.inner-2 {
    position: absolute;
    left: 901px;
    top: 0px;
}

.inner-2-1 {
    display: flex;
}

.app-div {
    text-align: center;
    background: rgba(163, 78, 130, 0.3);
    margin: 0px 20px;
    padding-top: 30px;
    border-radius: 10px;
}

/* content-3 */
.inner-3 {
    position: relative;
    top: 80px;
}

.image3 {
    border-radius: 12px;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}

.para4 {
    width: 130px;
    padding: 7px 10px;
    color: white;
    background-color: rgba(147, 147, 147, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.head3 {
    color: white;
}

.head3-1 {
    display: inline-block;
    color: white;
    background-color: lightgrey;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
}

.head3-1-2 {
    display: inline-block;
    color: white;
    background-color: lightgrey;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
    margin-right: 20px;
}

.inner-2-2 {
    display: flex;
    justify-content: space-between;
}

.inner-in-1 {
    position: absolute;
    top: -8px;
    right: 0px;
}

.s-bg {
    margin: 10px;
}

.s-bg1 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
}

.s-bg5 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 10px;
}

.image4 {
    border-radius: 10px;
    width: 250px;
    height: 400px;
}

.inner-a {
    position: absolute;
    top: 0px;
    margin: 80px 25px;
}

h4 {
    color: white;
    margin-bottom: 20px;
}

.para5 {
    color: white;
    width: 200px;
    font-size: 12px;
}

button {
    position: absolute;
    top: 267px;
    color: white;
    border-radius: 5px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 4px 15px;
}

button:hover {
    cursor: pointer;
}

.b1 {
    background-color: rgb(123, 44, 16);
    border-color: orange;
}

.b2 {
    background-color:rgb(112, 84, 47);
    border-color: tan;
}

.b3 {
    background-color: rgb(57, 57, 82);
    border-color: rgb(172, 172, 172);
}