* {
    margin: 0;
    font-family: "Alata", sans-serif;
    text-decoration: none;
    list-style: none;
    /*border: red solid 1px; */
}

:root {
    --orange-hover: #D77A30;
    --theme-color: #0A3641;
    --the-right-shadow-of-grey: #D9D9D9;
    --lighter-grey: #EDEDED;
    --the-right-brown: #594533;
    --red-alert: #8C031C;
}

a {
    color: black;
}

a:hover {
    color: var(--orange-hover);
}

main {
    min-height: calc(100vh - 100px - 160px);
}

body {
    width: 100%;
}

.breadcrumbs {
    margin: 15px 0 15px 0;
}

ul.breadcrumbs li {
    display: inline;
}

ul.breadcrumbs li a {
    color: var(--theme-color);
}


/* navigation bar */

nav {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}

#active {
    color: var(--orange-hover);
}

.checkbtn {
    font-size: 30px;
    color: var(--theme-color);
    float: right;
    line-height: 100px;
    margin-right: 50px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.logo {
    width: 150px;
    padding: 10px 50px;
}

nav ul {
    float: right;
    margin-right: 50px;
}

nav ul li {
    display: inline-block;
    line-height: 100px;
    margin: 0 15px;
}

.nav-links {
    font-size: 24px;
}

.active {
    font-size: 24px;
    text-decoration: underline;
}

@media (max-width:1200px) {

    .logo {
        width: 120px;
    }

    #search_bar,
    #magnifying_glass,
    #placeholder {
        display: none;
    }

    .checkbtn {
        display: block;
    }

    .active {
        padding: 10px 0;
        margin: 0 15px;
        font-size: 25px;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .nav-links {
        text-transform: uppercase;
        font-size: 25px;
    }

    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: var(--the-right-shadow-of-grey);
        top: 100px;
        left: -100%;
        text-align: center;
        transition: all 2s;
        padding-left: 0;
        z-index: 2;
    }

    nav ul li {
        display: block;
    }

    #check:checked~ul {
        left: 0;
    }
}

.search-bar {
    width: 300px;
    height: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 2px var(--the-right-shadow-of-grey) solid;
    padding: 10px 20px;
}

.search-bar input {
    background: transparent;
    flex: 1;
    border: 0;
    padding: 20px 20px;
    font-size: 15px;
    color: var(--the-right-shadow-of-grey);
}

.search-bar button {
    background-color: white;
    border: 0;
    cursor: pointer;
}

/* footer */

footer {
    color: #0A3641;
    font-size: 1.2em;
    background-color: var(--the-right-shadow-of-grey);
    width: 100%;
    padding: 20px 0;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    line-height: 2;
    text-align: center;
}

footer h4 {
    font-size: 1.2em;
    padding-top: 10px;
}

footer a {
    color: var(--theme-color);
}

#subscribe {
    border: var(--theme-color) solid 2px;
    margin-left: 0;
}

#subscribe_submit {
    background-color: var(--theme-color);
    color: white;
    font-size: 1.1em;
    width: 150px;
    border: none;
    border-radius: 3px;
    padding: 0.35em 0.7em;
}

#subscribe_submit:hover {
    background-color: var(--orange-hover);
}

#subscribe_error {
    display: none;
    color: var(--red-alert);
    font-size: 15px;

}

#subscribe_successful {
    background-color: white;
    border: black solid 1px;
    padding: 20px;
    display: none;
}


/* index.html */

.new_collection {
    background-image: url("../images/jason-blackeye-edu_UJYxJBA-unsplash.jpg");
    width: 100%;
    min-height: 820px;
    background-size: cover;
    background-repeat: no repeat;
    background-position: center;
    color: #061e24;
    font-size: 40px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#women-btn,
#men-btn {
    display: flex;
    font-size: 30px;
    color: #061e24;
    background-color: transparent;
    border: 4px solid #061e24;
    border-radius: 15px;
}

#women-btn {
    padding: 15px 40px;
    margin-bottom: 4%;
}

#men-btn {
    padding: 15px 60px;
}

#women-btn:hover,
#men-btn:hover {
    background-color: rgb(255, 255, 255, 0.2);
}

#pushing {
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
}

.comfort_zone {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.8em;
}

.comfort_zone h3 {
    color: white;
    background-color: rgb(6, 30, 36, 0.6);
    padding: 0 10px;
    font-size: 25px;
}

.comfort_zone div {
    width: 45%;
    min-height: 200px;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 2%;
    padding-bottom: 200px;
    background-color: #061e24;

}

.hiking {
    background-image: url(../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg);
    margin: 0 1% 2% 2%;
    background-position: center;
}

.skiing {
    background-image: url(../images/joris-berthelot-EnTU_hr9wPA-unsplash.jpg);
    margin: 0 2% 2% 1%;
    background-position: center;
}

.canoeing {
    background-image: url(../images/brady-stoeltzing-m8oAzXoedho-unsplash.jpg);
    margin: 0 1% 2% 2%;
    background-position: center;
}

.camping {
    background-image: url(../images/victor-larracuente-JQfYGhUcDSg-unsplash.jpg);
    margin: 0 2% 2% 1%;
    background-position: 50% 75%;
}

.offer {
    margin: 10px;
    padding: 20px;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 600px) {
    .new_collection {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 27px;
        color: white;
    }

    #men-btn,
    #women-btn {
        margin-top: 20px;
        color: white;
        border: white solid 3px;
        font-size: 20px;
    }

    .comfort_zone {
        display: flex;
        flex-direction: column;
        align-content: center;
        margin-bottom: 50px;
    }

    .hiking,
    .skiing,
    .camping,
    .ucanoeing {
        margin: 10px 0 10px 0;
        width: 80%;
    }

    #browse_btn {
        display: flex;
        flex-direction: column;
        max-width: 300px;
    }



    footer {
        font-size: 1em;
        display: flex;
        flex-direction: column;
    }

    #subscribe {
        width: 120px;
    }

    #subscribe_submit {
        width: 150px;
    }

    #insta,
    #facebook {
        padding: 20px 0 20px 0;
    }

    .offer {
        display: flex;
        flex-direction: column;
    }
}

.page-name {
    color: black;
    font-size: 30px;
    margin: 40px;
    padding: 20px 20px;
}

/* about */


.about,
.shops-container {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    perspective: 3px;
}

.about-container,
.shops {
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-container h2,
.shops h2 {
    background-color: white;
    position: relative;
    margin-bottom: 100px;
}

.about-container img,
.shops img {
    background-position: center;
    transform: translateZ(-1px);
    scale: 1.5;
    background-size: cover;
    z-index: -1;
    height: 100vh;
}

.about-container p {
    height: fit-content;
    background-color: var(--lighter-grey);
    font-size: 25px;
    line-height: 2;
    max-width: 600px;
    padding: 20px;
    text-align: center;
}

.about-container h2,
.shops h2 {
    background-color: white;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    transform: translateY(-30vh) translateZ(1px) scale(1.5);
}

span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #504545;
    display: block;
    text-align: center;
}

#materials {
    text-align: center;
    padding-bottom: 50px;
}

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

.environment-container {
    width: 400px;
    line-height: 2;
    padding: 20px;
    border: var(--lighter-grey) solid 2px;
    background-color: var(--lighter-grey);
    margin-bottom: 50px;
}

.environment img {
    width: 400px;
}

@media (max-width: 1200px) {

    .first-p,
    .second-p,
    .third-p {
        height: 100vh;
        font-size: 20px;
    }

    .first-p p,
    .second-p p,
    .third-p p {
        background-color: white;
        max-width: 350px;
        position: relative;
        top: 20%;
        margin: 0 0 20px 20px;
    }

    .first-p {
        background-image: url(../images/daniel-frank-R5CpX0Ktrzs-unsplash.jpg);
        background-size: cover;
        background-position: center;
    }

    .second-p {
        background-image: url(../images/tegan-mierle-fDostElVhN8-unsplash.jpg);
        background-size: cover;
        background-position: center;
    }

    .third-p {
        background-image: url(../images/toomas-tartes-Yizrl9N_eDA-unsplash.jpg);
        background-size: cover;
        background-position: center;
    }

    .environment-container {
        width: 250px;
    }

    .environment img {
        width: 200px
    }
}



/* Checkout page */

#checkout_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.shipping.info button {
    text-align: center;
}

#checkout_container h2 {
    padding: 20px;
    text-align: left;
}

#checkout_container input[type="text"],
input[type="email"],
input[type="tel"] {
    box-sizing: border-box;
    border: var(--the-right-shadow-of-grey) solid 2px;
    border-radius: 5px;
    padding: 0.5em 0.7em;
    font-size: 1em;
    margin: 10px 0px 10px 30px;
}

.checkout {
    background-color: var(--the-right-shadow-of-grey);
}

.shipping.info {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

#name {
    width: 200px;
}

#surname {
    width: 400px;
}

#telephone,
#email {
    width: 630px;
}

#address {
    width: 400px;
}

#city {
    width: 200px;
}

.delivery {
    text-align: left;
    padding: 20px 0 20px 20px;
    line-height: 1.8em;
}

#card {
    width: 300px;
}

#expiration {
    width: 180px;
}

#cvv {
    width: 80px;
}

.terms.offers li {
    margin-top: 40px;
    margin-bottom: 20px;
}

#name-error,
#surname-error,
#telephone-error,
#email-error,
#address-error,
#city-error {
    color: var(--red-alert);
    font-size: 15px;
    display: none;
}

.payment {
   text-align: left;
}


/* products.html */

.filter button {
    background-color: var(--lighter-grey);
    border: var(--lighter-grey) solid 2px;
    padding: 10px;
    margin: 20px 0 20px 35px;
    cursor: pointer;
}


.product {
    background-color: var(--lighter-grey);
    padding: 20px 20px 0 20px;
    margin-bottom: 70px;
}

.product h2 {
    font-size: 20px;
    text-align: center;
}

.product img {
    width: 300px;
    height: 400px;
    margin-left: 5px;
}

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

.material {
    padding: 10px;
}

.price {
    font-size: 1.3em;
    font-weight: 1.5em;
    padding: 10px;
}

@media (max-width:400px) {

    .product {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product_description {
        display: flex;
        flex-direction: column;
    }

    .product img {
        width: 250px;
        height: auto;
    }

    #number {
        margin: 20px;
    }
}

.buy-now {
    text-transform: uppercase;
    color: white;
    background-color: var(--the-right-brown);
    border-radius: 10px;
    border: none;
    padding: 10px 30px;
    margin: 15px;
    text-align: center;
}

.buy-now:hover {
    background-color: var(--orange-hover);
    color: white;
}

/* jacket-women, jacket-men.html */

.product_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    justify-content: space-around;
}

.second_container {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.second_container h2 {
    margin-bottom: 20px;
}

.jacketImg {
    max-width: 400px;
    padding: 10px;
    cursor: zoom-in;
    transition: transform .3s;
}

.jacketImg:hover {
    transform: scale(1.5);
}

.details {
    margin-top: 20px;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
}

.price {
    border-top: black solid 1px;
    border-bottom: black solid 1px;
    text-align: center;
}

.colour,
.size {
    display: flex;
    justify-content: flex-start;
}

.colour button,
.size button {
    margin-right: 20px;
}

#pink,
#blue,
#green,
#black,
#white,
#turquoise,
#yellow,
#red,
#grey,
.choose-size {
    width: 30px;
    height: 30px;
    border: black solid 1px;
    cursor: pointer;
}

#grey {
    background-color: grey;
}

#red {
    background-color: #8C031C;
}

#yellow {
    background-color: yellow;
}

#turquoise {
    background-color: aquamarine;
}

#pink {
    background-color: pink;
}

#blue {
    background-color: rgb(4, 4, 118);
}

#green {
    background-color: rgb(8, 67, 8);
}

#black {
    background-color: black;
}

#white {
    background-color: white;
}

.choose-size {
    background-color: var(--the-right-shadow-of-grey)
}

#number {
    margin: 10px;
    width: 30px;
    height: 30px;
    background-color: var(--the-right-shadow-of-grey);
    border: black solid 1px;
}

.pop-up {
    line-height: 2;
}

.pop-up h3 {
    border-top: var(--the-right-shadow-of-grey) solid 1px;
    padding: 10px 0 10px 0;
}

#line {
    border-bottom: var(--the-right-shadow-of-grey) solid 1px;
}

.pop-up-btn {
    background-color: white;
    border: none;
    margin: 10px 20px 0 20px;
    cursor: pointer;
}

.pop-up-container {
    display: none;
}

.opened-container {
    display: block;
}


.third_container {
    height: 100px;
    display: flex;
    align-items: center;
}

#continue {
    font-size: 1.2em;
    border-radius: 10px;
    border: black solid 2px;
    padding: 5px 20px 7px 20px;
}

#continue:hover {
    border: var(--orange-hover) solid 2px;
}


.fullsize {
    cursor: zoom-out;
    width: 100%;
    position: absolute;
    top: 10%;
}

.options {
    padding: 5px;
    margin: 50px 0 50px 0;
    background-color: var(--lighter-grey);
    width: 100%;
    display: flex;
    justify-content: space-evenly;

}

.options h3 {
    padding: 20px;
}

.options img {
    width: 120px;
}

.prev,
.next {
    border: none;
    display: none;
}

#size-chart {
    width: 300px;
}

@media (max-width:700px) {
    .product_container {
        display: flex;
        flex-direction: column;
    }

    .first_container img {
        height: 250px;
        object-fit: cover;
    }

    .second_container {
        justify-content: center;
        margin-left: 20px;
    }

    .details {
        font-size: 15px;
    }

    .third_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-top: 30px;
    }

    .prev,
    .next {
        display: block;
        position: absolute;
        z-index: 2;
        top: 50%;
        cursor: pointer;
        color: var(--theme-color);
    }

    .prev:hover, .next:hover {
        color: black;
        background-color: #a3a2a2;
    }

    .prev {
        left: 1rem;
    }

    .next {
        right: 1rem;
    }

    .options {
        position: relative;
        height: 200px;
    }

    .slide {
        position: absolute;
        inset: 0;
        left: 40%;
        top: 30%;
    }

    
}


@media (max-width:1400px) {

    .jacketImg {
        max-width: 300px;
        object-fit: cover;
    }

    .first_container {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }
}

.options img {
    width: 80px;
}


/* contacts.html */

.contacts img {
    width: 600px;
    height: 400px;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 100px;
}

.contacts p {
    font-size: 20px;
}

.contacts h2,
p {
    padding: 20px;
}

.contact-us {
    text-align: center;
    margin: 50px 0 20px 0;
}

.contact-phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 50px 0 50px;
}

.contact-phone div {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}

.contact-phone h3 {
    margin-bottom: 20px;
}

#phone-products,
#phone-orders,
#phone-both {
    margin-bottom: 20px;
    align-self: center;
}



@media (max-width: 600px) {
    .contacts img {
        max-width: 300px;
        max-height: 200px;
    }
}

/* shipping */

.shipping {
    text-align: center;
}

@media (max-width:700px) {
    .shipping.info {
        display: flex;
        flex-direction: column;
    }

    .shipping.info input {
        max-width: 200px;
    }
}

/* subscribing.html, thank.html */

.thanks,
.your_order {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    line-height: 4;
    font-size: 20px;
}

.thanks {
    margin: 150px 10px 0 10px;
}

.your_order {
    margin: 100px 10px 0 10px;
    text-align: center;
}

.thanks_order {
    font-size: 28px;
}

@media (max-width:560px) {
    .buy-now {
        font-size: 14px;
        width: 200px;
        padding: 7px 40px;
    }

    #continue {
        font-size: 14px;
        width: 120px;
        padding: 5px 20px;
    }
}

.basket {
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}