html, body {
    margin: 0;
    padding: 0;
}

input {
    border: none;
    padding-right: 4.6em;
    margin-bottom: 0.1em;
    cursor: pointer;
}

input::placeholder {
    font-size: 0.7em;
}

input:focus {
  outline: none;
  box-shadow: none;
}


.inp {
    display: flex;
    width: 75%;
}

button {
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: 1px solid #6B7280;
    border-radius: 4px;
    font-size: 0.76em;
    display: inline;
    padding: 0.5em 9em;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #F9FAFB;
}

header,.watchlist-hd {
    background-image: url('picssplash.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    grid-area: pt1;
    padding: 4em 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1/-1;
}

h1,h2 {
    margin: 0;
}

h2 {
    font-size: 1rem;
}

h2 > a {
    text-decoration: none;
    color: white;
}

h2 > a:hover {
    color: blanchedalmond;
    font-size: 1.1em;
}

.container {
    display: grid;
    grid-template-columns: 3em 1fr 3em;
    grid-template-areas: 
        '... pt1 ...'
        '... pt2 ...'
        '... pt3 ...'
    ;
}

.part2 {
    grid-area: pt2;
    border: 1px solid #6B7280;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    gap: 10;
    margin-top: -0.8em;
    margin-bottom: 2em;
    background-color: white;
}

.part3 {
    grid-area: pt3;
    height: 100vh;
}

.searchlogo {
    width: 15px;
    height: 15px;
    padding-top: 0.35em;
    margin-right: 1.5em;
    margin-left: 0.5em;
    background-color: white;
}

.watchlist-hd > h2 {
    font-size: 0.6em;
}

.videologo {
    width: 15%;
    
}

#empty-page, .notfound, .noresponse  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#empty-page > p {
    color: #DFDDDD;
}

.watchlist-thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
}

.watchlist-thumbnail > a {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -1em;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.watchlist-thumbnail > p {
    color: #DFDDDD;
}

.watchlist-minuslogo {
    width: 26px;
    height: 24px;
    align-self: center;
    margin-right: 0.4em;
}

.container2 {
    display: grid;
    grid-template-columns: 3em 1fr 3em;
    grid-template-areas: 
        '... whd ...'
        '... wp2 ...'
    ;
}

.watchlist-hd {
    grid-area: whd;
    grid-column: 1/-1;
}

#watchlist-part2 {
    grid-area: wp2;
}

.container-card {
    width: 100%;
    display: flex;
    margin: 2em 0;
    justify-content: space-between;
}

hr:last-of-type {
    display: none;
}

.starating {
    width: 15px;
    height: 15px;
    align-self: center;
    margin-right: 0.2em;
}

.addbtn {
    width: 20px;
    height: 20px;
    align-self: center;
    margin-right: 0.4em;
}

.moviepostercontainer {
    width: 30%;
}

.moviedetails {
    width: 65%;
}

.movieposter {
    width: 100%;
    min-height: 50vh;
}

.titledetails {
    display: flex;
    justify-content: space-around;
}

.titledetails > h3 {
    width: 70%;
}

.imdbstar {
    display: flex;
    width: 50%;
    margin-left: 1em;
}

.imdbstar > p {
    align-self: center;
    padding: 0;
    margin: 0;
}

.watchlistcontainer {
    display: flex;
    margin-left: 0.4em;
    cursor: pointer;
}

.watchlistcontainer > p {
    font-size: 0.7em;
}

.secondsegment {
    display: flex;
}

.secondsegment > p {
    font-size: 0.7rem;
    align-self: center;
    margin-right: 1.5em;
}

.layer {
    display: flex;
}
