* {
    margin: 0px;
    padding: 0px;
}

#image {
    display: block;
    width: 90vw;
    margin: auto;
}

div {
    margin: 20px auto;
    /* width: 90vw; */
    position: relative;
}

#left,
#right {
    position: absolute;
    top: 42%;
    font-size: 60px;
    color: white;
    /* rgb, hexa,rgba */
    background-color: rgba(100, 100, 100, 0.4);
    border: none;
    cursor: pointer;
}

div>img {
    width: 100%;
}

button:nth-child(2) {
    left: 10px;
}

button:nth-child(3) {
    right: 10px;
}

body {
    background-color: #FFFFFF;
}

#text {
    margin-top: 50px;
    text-align: center;
    line-height: 30px;
}

h3 {
    color: #947F7F;
    word-spacing: 2px;
    font-size: 20px;
    margin-top: 15px;
}

#slide {
    /* margin: 20px auto; */
    width: 80vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px 40px;
}

#slide>div {
    width: 100%;
}

#line {
    text-align: center;
}

#big {
    width: 80vw;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

#big>div {
    width: 100%;
    text-align: center;
    line-height: 25px;
    position: relative;
}

#pic {
    width: 100%;
    height: 400px;
    position: relative;
}

#btn8 {
    position: absolute;
    opacity: 0;
    top: 58%;
    left: 16%;
    padding: 15px 60px;
    font-size: 21px;
    border: 1px solid;
}

#pic:hover {
    opacity: 0.9;
}

#btn8:hover {
    background-color: white;
    background: transparent;
    /* transition: .8s; */
    opacity: 1;
    color: #FFFFFF;
    /* color: red; */
    border: 1px solid black;
    font-weight: bold;

}

#box {
    width: 80vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 40px auto;
}

#box>div {
    width: 100%;
    margin: auto;
    text-align: center;
}

#pic1 {
    width: 100%;
    height: 400px;
    position: relative;
}

#btn9 {
    position: absolute;
    opacity: 0;
    top: 54%;
    left: 10%;
    padding: 14px 50px;
    font-size: 21px;
    border: 1px solid;
}

#pic1:hover {
    opacity: 0.9;
}

#btn9:hover {
    background-color: white;
    background: transparent;
    /* transition: .8s; */
    opacity: 1;
    color: #FFFFFF;
    /* color: red; */
    border: 1px solid black;
    font-weight: bold;

}

#btn {
    width: 100px;
    margin-top: 20px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px rgb(124, 124, 118) solid;
    font-weight: bold;
    cursor: pointer;

}

#btn1 {
    display: block;
    margin: auto;
    width: 100px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px rgb(124, 124, 118) solid;
    font-weight: bold;
    cursor: pointer;
}

h2 {
    text-align: center;
    margin-top: 50px;
}

#btn1:hover {
    background-color: black;
    transition: .5s;
    color: white;
}

#btn:hover {
    background-color: black;
    transition: .5s;
    color: white;
}

#btn2 {
    display: block;
    margin: auto;
    width: 10vwx;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px rgb(124, 124, 118) solid;
    font-weight: bold;
    cursor: pointer;
}

#btn2:hover {
    background-color: black;
    transition: .5s;
    color: white;
}

h4 {

    color: #947F7F;
    font-size: 1.1em;
    line-height: 25px;
    margin-top: 15px;
}

#btn3 {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgb(146, 134, 134);
    top: 5px;
    left: 5px;
    font-size: 25px;
    z-index: 1;
}

#last {
    width: 82vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px auto;
}

#last>div {
    width: 100%;
    margin: auto;
    border: 0.5px solid rgb(228, 217, 217);
    text-align: center;
}

#btn4 {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgb(146, 134, 134);
    top: 5px;
    left: 5px;
    font-size: 25px;
    z-index: 1;
}

#btn10 {
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 100px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px rgb(124, 124, 118) solid;
    font-weight: bold;
    cursor: pointer;
}

#btn5 {
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 100px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px rgb(124, 124, 118) solid;
    font-weight: bold;
    cursor: pointer;
}

#btn5:hover,
#btn10:hover {
    background-color: black;
    transition: .5s;
    color: white;
}

#btn6 {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgb(146, 134, 134);
    top: 5px;
    left: 5px;
    font-size: 25px;
    z-index: 1;
}

#bott {
    width: 100vw;
    background-color: #F8F7F6;
    display: flex;
    text-align: center;
    margin-top: 40px;
}

#inside {
    width: 18vw;
    display: flex;
    flex-direction: column;
    margin: 40px auto;
}

#inside1 {
    width: 30vw;
    display: flex;
    flex-direction: column;
    margin: 40px auto;
}

#inside>button {
    display: block;
    margin: auto;
    width: 12vw;
    padding: 10px;
    color: white;
    background-color: black;
}

#inside1>button {
    display: block;
    margin: auto;
    width: 12vw;
    padding: 10px;
    color: white;
    background-color: black;
}

#inside>h2 {
    margin-top: 2px;
}

#inside1>h2 {
    margin-top: 2px;
}

p {
    margin: 30px auto;
    text-align: center;
    font-size: 20px;
}

#post {
    width: 80vw;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#post>img {
    width: 250px;
    height: 45vh;
}

#b {
    display: flex;
    width: 84vw;
    text-align: center;
}

#b1 {
    width: 34vw;
    border-bottom: 1px rgb(146, 134, 134) solid;
}

#b2 {
    width: 34vw;
    border-bottom: 1px rgb(146, 134, 134) solid;
}