/*-- header --*/
.top-nav {
    background-color: black;
    height: 80px;
    width: 100%;
}

/*-- banner --*/
.w3-banner {
    background: url(./showsimage/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
    position: relative;
}

.w3l-banner-info h2 {
    color: #232323;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 600;
}

.w3l-banner-info h3 {
    color: #232323;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    line-height: 100px;
    letter-spacing: 2px;
    font-weight: 520;
}

.w3l-banner-info {
    padding: 250px 0 0;
    width: 400px;
    height: 400px;
    margin: 5px 100px;
    background-color: #ffffff;
    opacity: 0.7;
}

/*-- fonts --*/
.title {
    text-decoration: overline;
    font-size: 20px;
}

.subtitle {
    font-size: 20px;
}

.text1 {
    font-size: 14px;
    padding-top: 30px;
    line-height: 25px;
    text-indent: 2em;
}

.note {
    color: #797979;
    font-size: 10px;
}


/*-- container --*/
.grid-container-01,
.grid-container-02,
.grid-container-03,
.grid-container-04,
.grid-container-05,
.grid-container-06 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    background-color: #ffffff;
    padding: 30px 10px;
}


.grid-container-1,
.grid-container-2,
.grid-container-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    background-color: #ffffff;
    padding: 10px;
}

.grid-container-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 110px 130px;
    background-color: #ffffff;
    padding: 60px;
}

.grid-container-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px 110px;
    background-color: #ffffff;
    padding: 10px;
}

.grid-container-6 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 100px 50px;
    background-color: #ffffff;
    padding: 40px;
}


.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item7,
.item8,
.item9,
.item10,
.item11,
.item12,
.item13,
.item14,
.item15,
.item16,
.item17,
.item18 {
    width: 250px;
    height: 200px;
    background-size: 800px 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item25,
.item26,
.item27,
.item28,
.item29,
.item30,
.item31,
.item32,
.item33 {
    width: 240px;
    height: 260px;
    background-size: 800px 500px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.item19,
.item20 {
    width: 200px;
    height: 150px;
}

.item34 {
    width: 500px;
    height: 700px;
}

.item35,
.item36 {
    width: 300px;
    height: 200px;
}

.item37,
.item38,
.item39,
.item40 {
    width: 260px;
    height: 300px;
}

.item41 {
    width: 250px;
    height: 150px;
}

.item42 {
    width: 200px;
    height: 150px;
}

.item21,
.item22,
.item23,
.item24 {
    width: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.box-1 img,
.box-3 img,
.box-5 img,
.box-7 img,
.box-9 img,
.box-11 img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.2s;

}

.box-1 img:hover {
    transform: scale(1.01);
}

.box-3 img:hover {
    transform: scale(1.01);
}

.box-5 img:hover {
    transform: scale(1.01);
}

.box-7 img:hover {
    transform: scale(1.01);
}

.box-9 img:hover {
    transform: scale(1.01);
}

.box-11 img:hover {
    transform: scale(1.01);
}




.box-2 {
    width: 720px;
    height: 500px;
    position: relative;
    left: 30px;
    top: 30px;
}

.box-4 {
    width: 700px;
    height: 500px;
    position: relative;
    left: 20px;
    top: 20px;
}

.box-6 {
    width: 720px;
    height: 500px;
    position: relative;
    left: 25px;
    top: 30px;
}

.box-8 {
    width: 700px;
    height: 500px;
    position: relative;
    left: 40px;
    top: 90px;
}

.box-10 {
    width: 750px;
    height: 500px;
    position: relative;
    left: 2px;
    top: 30px;
}

.box-12 {
    width: 750px;
    height: 500px;
    position: relative;
    left: 20px;
    top: 50px;
}


.box-6-1 {
    display: grid;
    grid-template-rows: 260px 300px;

}


.box-12-1 {
    position: relative;
    grid-template-rows: 100px 100px;

}

.box-6-2 {
   
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    margin-top: 10px;
}

.box-10-2 {
    position: relative;
    top: 70px;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
}

.box-12-2 {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    margin-top: 30px;
}

#note05 {
    position: relative;
    top: 70px;
}

#note06 {
    position: relative;
    top: 5px;
}

#note07 {
    position: relative;
    top: -115px;
}