@import url("footer.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    width: 100%;
    color: white !important;
}

section {
    padding: 120px 120px 50px 120px;
}

section:not(.footer) {
    background-image: url("../assets/shop_bck.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.cart {
    color: white !important;
}

.rect img {
    border-radius: 30px;
}

.firstSect .rect {
    max-width: 510px;
    width: 100%;
    height: 245px;
}

.firstSect h2 {
    font-size: 32px;
}

.firstSect p {
    font-size: 18px !important;
    max-width: 500px;
    width: 100%;
}

h1:not(.firstSect h1) {
    font-size: 32px;
}

p {
    font-size: 20px !important;
}

.mw-secondSect {
    max-width: 800px;
    width: 100%;
}

.mw-secondSect .rect {
    width: 100%;
    height: 356px;
}

.gap-120px {
    gap: 120px;
}

.thirdSect {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.thirdSect .rect {
    height: 80vh;
    min-width: 300px;
    width: 200%;
}

.fourSect {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fourSect .text {
    max-width: 500px;
    width: 100%;
}

.fourSect .rect {
    width: 192px;
    height: 250px;
}

.mt-100px {
    margin-top: 100px;
}

.inset-0 {
    right: 0;
    left: 0;
    bottom: 15%;
    margin: auto;
}

svg {
    width: fit-content;
}

.vh-100-120px {
    height: calc(100vh - 120px);
}

.btn-second {
    border-color: #640000 !important;
    color: #640000 !important;
    transition: 0.25s;
}

.btn-second:hover {
    border-color: #420001 !important;
    color: #420001 !important;
    transition: 0.25s;
}

h1 {
    font-weight: 600 !important;
}

p {
    font-weight: 600;
}

.fit-content {
    height: fit-content !important;
}