@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,600;1,700&display=swap');

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: url(images/main-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*header*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 80px;
    background: url(images/background\ image.jpg);
    background-repeat: repeat-x;
}

#header h1 {
    text-align: center;
    color: #fff;
}

/*top-bar*/

#top-bar {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 40px;
    background-color: rgba(1, 56, 1, 0.8);
}

#top-bar a {
    float: left;
    display: block;
    width: 25%;
    height: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-top: 12px;
}

/*bottom-bar*/

#bottom-bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 40px;
    background-color: rgba(1, 56, 1, 0.8);
}

#bottom-bar a {
    float: left;
    display: block;
    width: 50%;
    height: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-top: 12px;
}

/*specials and sales-content*/

#specials {
    margin-top: 120px;
}

#sales-content {
    padding-top: 1px;
    padding-bottom: 50px;
}

#summer-sales {
    text-decoration: none;
    background: url(images/summer-sale.jpg);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
}

#summer-sales h3 {
    text-align: center;
    font-size: x-large;
    color: #f542a7;
}

#summer-sales h4 {
    text-align: center;
    font-size: large;
    color: red;
}

#sales {
    text-decoration: none;
    background: url(images/black-friday.jpg);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
}

#sales h3 {
    text-align: center;
    font-size: x-large;
    color: red;
}

#sales h4 {
    text-align: center;
    font-size: large;
    color: #fff;
}

#main-movies {
    text-decoration: none;
    background: url(images/Now\ showing\ \(1\).jpg);
    background-size: 100%;
    background-position: 60%;
    background-repeat: no-repeat;
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
}

#main-movies h3 {
    text-align: center;
    font-size: x-large;
    color: black;
}

#main-movies h4 {
    text-align: center;
    font-size: large;
    color: black;
}

/*about*/

.container {
    margin: 130px 5px 45px 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 2px;
    flex-wrap: wrap;
}

#item-1 img {
    width: 451.3px;
    height: 264.6px;
    border-radius: 10px;
}

#item-2 h2 {
    color: #fff;
}

#item-2,
#item-4 p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 200px;
}


#item-3 img {
    width: 460.8px;
    height: 307.2px;
    border-radius: 10px;
}

/*map*/

#map {
    margin-top: 130px;
    display: flex;
    justify-content: center;
}

#map img {
    width: 842px;
    height: 595px;
}

/*main*/

#main {
    margin-top: 130px;
}

#content {
    padding-top: 1px;
    padding-bottom: 50px;
}

/*shop*/

.catergory {
    margin-left: 51.938px;
    color: #fff;
}

a.info-box {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    height: 90px;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
    border-radius: 10px;
}

.info-box img {
    height: 70px;
    margin: 10px;
    border-radius: 10px;
}

.info-box h2 {
    padding: 0;
    margin-bottom: 0;
    width: 90%;
    color: #3b9407;
}

/*shop-pages*/

#info-box-full {
    background-color: rgba(255, 255, 255, .8);
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
}

.shop-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    padding-bottom: 10px;
}

.shop-header img {
    height: 80px;
    border-radius: 10px;
}

.shop-main {
    width: 357,297px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 10px;
}

.shop-main p {
    width: 50%;
}

.shop-footer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
    padding-bottom: 10px;
}

/*movies*/

a.info-box-movies {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    height: 120px;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 12px;
    padding: 1px;
    border-radius: 10px;
}

.info-box-movies img {
    height: 100px;
    margin: 10px;
    border-radius: 10px;
}

.info-box-movies h4 {
    font-size: large;
    padding: 0;
    margin-bottom: 0;
    width: 90%;
    color: #000000;
}

.info-box-movies p{
    font-size: small;
    color: #000000;
}

.movies-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.movies-header img{
    width: 505px;
    height: 500px;
    border-radius: 10px;
}

.movies-main{
    display: flex;
    justify-content: space-evenly;
}

.movies-main p{
    width: 350px;
}

.movies-footer{
    display: flex;
    justify-content: space-evenly;
}

.movies-footer img{
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

/*contact page*/

#info-box-full-contact {
    background-color: rgba(255, 255, 255, .8);
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
}

.contact-mall img{
    width: 100%;
    border-radius: 10px;
}

.contact-info {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-bottom: 5px solid rgba(1, 56, 1, 0.8)
}

.contact-info p{
    padding-right: 10px;
    border-right: 5px solid rgba(1, 56, 1, 0.8);
}

input{
    width: 100%;
    height: 25px;
    margin: 12px 0;
    border: 1px solid #929292;
}

textarea{
    width: 100%;
    height: 65px;
    margin: 12px 0;
    border: 1 solid #929292;
}

.button{
    display: block;
    width: 100%;
    background-color: rgba(1, 56, 1, 0.8);
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0;
    padding: 8px 0;
}

#info-box-full-message {
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    width: 30%;
    display: block;
    margin: auto;
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
}