/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*# sourceMappingURL=normalize.min.css.map */
/* CSS Zeroing or "A modern css reset"
* {
    box-sizing: border-box;
    margin: 0;
    padding:
} */

/* Imported Fonts */
.outfit-font-regular {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.song-myung-regular {
    font-family: "Song Myung", serif;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
    background-color: var(--color-background);
}

html,
body,
main {
    height: 100%;
}

/* root */
:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-beige: #EDE0D7;
    --color-grey: #6D6D6D;
    --color-banner: #13284A;
    --color-button: #45557B;
    --color-button-light: #D1D4DB;
    --color-background: #FFF7F5;
    --color-brown: #E2C7B8;
    --color-light-brown: #EDE0D7;

    --text-color: var(--color-black);

    --font-family-base: "Song Myung";
    --font-serif: "Song Myung";
    --font-sans-serif: "Outfit";
    --font-size-small: 1.2rem;
    --font-size-medium: 1.6rem;
    --font-size-large: 1.8rem;
    --font-size-x-large: 2.3rem;
    --font-size-xx-large: 4.8rem;
    --font-weight-regular: 400;
    --font-weight-bold: 700;

    --line-height-small: 1.2;
    --line-height-base: 1.5;
    --line-height-big: 1.8;

    --review-background-rating: var(--color-brown);
    --place-filter-background: var(--color-light-brown);

    --button-display: inline-block;
    --button-padding: 1.5rem 3rem;
    --button-border: 0.2rem solid var(--color-primary);
    --button-color: var(--color-black);
    --button-color-login: var(--color-button);
    --button-color-register: var(--color-button-light);
    --button-text-decoration: none;
    --button-font-size: var(--font-size-large);
    --button-hover-color: var(--color-white);
    --button-hover-text-decoration: none;
    --button-hover-background: var(--color-primary);

}

/* header tags */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-serif);
}

main,
body,
html {
    height: 100%;
}

.bg {
    color: var(--color-white);
    background-image: url("images/cottage_lp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 95vh;
    position: static;
}

.lireg-button {
    display: flex;
    justify-content: right;
    align-items: space-between;
    flex-wrap: wrap;
    gap: 1.1rem;
    padding: 1rem 2rem 0 0;
}

/* Log-in Button */
.li-button {
    display: flex;
    border-radius: 0.563rem;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
}

.log-in-button {
    color: var(--color-white);
    text-align: center;
}

.log-in-button {
    display: flex;
    width: 7.125rem;
    height: 2.09rem;
    border-radius: 1.75rem;
    border: none;
    background-color: var(--color-button);
    opacity: 80%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: 640;
}

.log-in-button:hover {
    opacity: 100%;
    cursor: pointer;
}

/* Register Button */
.reg-button {
    display: flex;
    border-radius: 0.563rem;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
}

.register-button {
    text-align: center;
}

.register-button {
    display: flex;
    width: 7.125rem;
    height: 2.027rem;
    border-radius: 1.75rem;
    border: none;
    background-color: var(--color-white);
    opacity: 70%;
    display: flex;
    align-items: center;
    padding: 0 0.813rem;
    gap: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
}

.register-button:hover {
    opacity: 100%;
    cursor: pointer;
}

/* Slogan and Logo */
.text {
    width: 17%;
    border-radius: 0.563rem;
    position: absolute;
    top: 15%;
    left: 25%;
    font-family: "Song Myung", sans-serif;
    font-size: 1.688rem;
}

.text>.cozy {
    margin-bottom: 10px;
}

.text>.just {
    float: left;
}

.text>.nest {
    width: 80%;
    float: right;
}

.text>.nest>.image {
    width: 8.5rem;
    height: 4.875rem;
    display: inline-block;
    background-image: url(./images/Nest_logo.png);
    background-size: 9.375rem 9.375rem;
    background-position: 0px -1.438rem;
}

.text>.away {
    float: left;
}

.text>.buttons {
    clear: both;
}

.input-fields {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    align-content: space-between;
    gap: 1.25rem;
    margin-top: -1.5%;
}

/* Search Destination Input */
.search-destination {
    width: 13.25rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    border: none;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 8px;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

.search-input {
    border: none;
    outline: none;
    font-size: 0.75rem;
    width: 100%;
    background: transparent;
    color: var(--color-black);
}

.search-input::placeholder {
    color: var(--color-black);
}

/* Check-In Check-Out Guest Input */
.cicog-button {
    width: 9.375rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    border: none;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 0.5rem;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

.cicog-input {
    border: none;
    outline: none;
    font-size: 0.75rem;
    width: 100%;
    background: transparent;
    color: var(--color-black);
}

.cicog-input::placeholder {
    color: var(--color-black);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* Search Input Button */
.search-button {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: none;
    background-color: var(--color-white);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    display: flex;
}

.icon {
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
    position: static;
}

/* List page - image carosel */

/* Slideshow container */
.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
/* .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    color: var(--color-white)
} */

.page-container {
    font-family: var(--font-sans-serif);
}

#login-head {
    font-family: var(--font-sans-serif);
    font-weight: 450;
    color: var(--color-banner);
    margin-top: 0;
}

.page-container {
    display: flex;
    height: 100%;
}

.left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow-y: hidden;
}

.left>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nest-square {
    background-color: var(--color-banner);
    height: 50%;
    width: auto;
    padding: 0.313rem 0.938rem 0.813rem 0.625rem;
    border-radius: 0.625rem;
}

.nest-container {
    height: 20%;
    display: flex;
    margin-top: 3%;
}

.reg-nest-square {
    background-color: var(--color-banner);
    height: 50%;
    width: auto;
    padding: 0.313rem 0.938rem 0.813rem 0.625rem;
    border-radius: 0.625rem;
}

.reg-nest-container {
    height: 20%;
    display: flex;
    margin-top: 5%;
    margin-bottom: -5%;
}


.left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.login-main {
    flex: 0;
    /* middle third */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertically center form inside its third */
    align-items: flex-start;
}

.names {
    display: flex;
    gap: 1rem;
    margin-bottom: -7%;
    margin-top: -5%;

}

.fn-container,
.ln-container {
    flex: 1;
}

.input-container-log {
    position: relative;
    margin-bottom: 1.25rem;
}

.input-container-log .log-icon {
    position: absolute;
    padding-left: 0.188px;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    opacity: 0.5;
}

.input-container-log .toggle-password {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
    opacity: 0.5;
}

.input-container-log input {
    width: 100%;
    padding: 0.7rem 0.7rem 0.7rem 40px;
    box-sizing: border-box;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 1.75rem;
}

#login-form {
    width: 80%;
}

.field-title {
    margin-bottom: 0.5rem;
    padding-left: 0.7rem;
}

.field-container {
    margin-bottom: -2%;
}

.form-options {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
}

.form-options input {
    border-radius: none;
}

.form-options a {
    text-decoration: none;
    color: inherit;
    opacity: 0.5;
}

.form-options a:hover {
    text-decoration: underline;
}

.remember-me span {
    margin-left: 5px;
}

.login-button {
    display: block;
    margin: 2.688rem auto;
    padding: 0.7rem 4rem;
    box-sizing: border-box;
    background-color: #45557B;
    color: var(--color-background);
    border: none;
    border-radius: 1.75rem;
    cursor: pointer;
}

/* Login With */
.login-with {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    width: 85%;
}

.login-with hr {
    flex: 1;
    border: none;
    border-top: 1px solid #ccc;
}

.login-with span {
    color: #000000;
    opacity: 0.5;
}

/* Login With Register*/
.login-with-reg {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    width: 85%;
    margin-top: -5%;
}

.login-with-reg hr {
    flex: 1;
    border: none;
    border-top: 1px solid #ccc;
}

.login-with-reg span {
    color: #000000;
    opacity: 0.5;
}

/* Social Media Icons */
.social-icon {
    display: flex;
    gap: 2rem;
}

.social-icon img {
    margin-top: 10%;
    width: 2rem;
}

/* Create Account */
.create-account {
    flex: 1;
    align-items: center;
    margin-top: 9%;
}

.create-account span {
    color: var(--color-button);
}

.create-account a {
    color: black;
}

.create-account a:hover {
    color: #ccc;
}

.create-account a:visited {
    color: none;
}

/* Login Account */
.login-account {
    flex: 1;
    align-items: center;
    margin-top: 1%;
}

.login-account span {
    color: var(--color-button);
}

.login-account a {
    color: black;
}

.login-account a:hover {
    color: #ccc;
}

.login-account a:visited {
    color: none;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.title-header {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.place-name {
    display: flex;
    width: 279px;
    font-family: "Song Myung", sans-serif;
    font-size: x-large;
    margin-bottom: 5%;
}

.cottage1 {
    width: 279px;
    height: 279px;
    border-radius: 10px;
}

.review-tile {
    font-family: "Song Myung", sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-score {
    background-color: var(--color-review);
    color: var(--color-black);
    font-size: 25px;
    padding: 10px 10px;
    border-radius: 10px;
    display: inline-block;
}

.description {
    width: 264px;
    font-family: "Song Myung", sans-serif;
    margin-top: 5%;
}

.rating-reviews {
    color: var(--color-black);
    font-size: 1rem;
}

.user-and-bath-icon {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: space-between;

}

.user-icon,
.bath-icon,
.main-price {
    display: flex;
    align-items: space-between;
    gap: 8px;
    font-size: 1.2rem;
    color: var(--color-black);
}

.main-page-tile {
    display: flex;
    gap: 8px;
    margin-top: 2%;
    width: 558px;
    height: 279px;
}

.tiles-main-page {
    display: flex;
    justify-content: space-evenly;
    gap: row-gap;
}

.main-page-tile:hover {
    opacity: 80%;
    border-color: var(--color-banner);
    cursor: pointer;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.title-header {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.place-name {
    display: flex;
    width: 279px;
    font-family: "Song Myung", sans-serif;
    font-size: x-large;
    margin-bottom: 5%;
}

.cottage1 {
    width: 279px;
    height: 279px;
    border-radius: 10px;
}

.review-tile {
    font-family: "Song Myung", sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-score {
    background-color: var(--color-brown);
    color: var(--color-black);
    font-size: 25px;
    padding: 10px 10px;
    border-radius: 10px;
    display: inline-block;
}

.description {
    width: 264px;
    font-family: "Song Myung", sans-serif;
    margin-top: 5%;
}

.rating-reviews {
    color: var(--color-black);
    font-size: 1rem;
}

.user-and-bath-icon {
    display: flex;
    gap: 10px;
    flex-direction: row;
    vertical-align: bottom;
    position: absolute;
    bottom: 10px;
    align-items: space-between;
}

.user-icon,
.bath-icon,
.main-price {
    display: flex;
    align-items: space-between;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--color-black);
    font-family: "Song Myung", sans-serif;
}

.information {
    position: relative;
}

.main-page-tile {
    display: flex;
    gap: 8px;
    margin-top: 5%;
    margin-bottom: 2%;
    width: 558px;
    height: 279px;
    background-color: var(--color-beige);
    border-radius: 10px;
}

.tiles-main-page {
    display: flex;
    justify-content: space-evenly;
    gap: row-gap;
}

.main-page-tile:hover {
    opacity: 80%;
    border-color: var(--color-banner);
    cursor: pointer;
}


/* LISTING PAGE */
/* LISTING PAGE */
/* LISTING PAGE */

.lireg-button-listing {
    display: flex;
    justify-content: right;
    gap: 1.1rem;
    padding: 1rem 2rem 0 0;
    margin-top: -4%;
}

/* Log-in Button */
.li-button-listing {
    display: flex;
    border-radius: 0.563rem;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
}

.log-in-button-listing {
    color: var(--color-white);
    text-align: center;
}

.log-in-button-listing {
    display: flex;
    width: 7.125rem;
    height: 2.09rem;
    border-radius: 1.75rem;
    border: none;
    background-color: var(--color-button);
    opacity: 80%;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: 640;
}

.log-in-button-listing:hover {
    opacity: 100%;
    cursor: pointer;
}

/* Register Button */
.reg-button-listing {
    display: flex;
    border-radius: 0.563rem;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
}

.register-button-listing {
    text-align: center;
}

.register-button-listing {
    display: flex;
    width: 7.125rem;
    height: 2.027rem;
    border-radius: 1.75rem;
    border: none;
    background-color: var(--color-white);
    opacity: 70%;
    display: flex;
    align-items: center;
    padding: 0 0.813rem;
    gap: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
}

.register-button-listing:hover {
    opacity: 100%;
    cursor: pointer;
}

.listing-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4%;
    font-family: "Song Myung", sans-serif;
    font-size: 30px;
}

.banner{
    background-color: var(--color-banner);
    height: 88px;
}

.banner > .banner-container{
    padding-left: 25px;
    padding-top: 3px;
    width: auto;
    position: relative;
    height: 88px;
}
