@font-face {
    font-family: 'Avenir_bold';
    src: url('/fonts/avenirnextrounded_bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Avenir_normal';
    src: url('/fonts/avenirnextrounded_normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Avenir_superBold';
    src: url('/fonts/avenirnextrounded_supperBolt.woff2') format('woff2');
}

@media (min-width:0px) and (max-width:575.99px) {
    #carousel {
        margin-top: -2.8vh;
    }
    #message {
        padding: 45px 30px 45px 30px;
    }
    #first-item {
        height: 28vh;
        padding-top: 6.5vh;
    }
    #second-item {
        height: 28vh;
        padding-top: 6.5vh;
    }
}

@media (min-width:576px) {
    #message {
        padding: 60px 30px 60px 30px;
        margin: 30px 0 30px 0;
        border-radius: 15px;
    }
    #first-item {
        height: 37vh;
        padding-top: 10vh;
    }
    #second-item {
        height: 37vh;
        padding-top: 10vh;
    }
}

body {
    font-family: Avenir_normal;
    color: #3a2955;
}

p {
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

a {
    font-family: Avenir_normal;
    color: #3a2955;
}

#big-title {
    font-family: 'Avenir_superBold';
    font-weight: 600;
    font-size: 36px;
}

#item1 {
    height: 28vh;
    background-image: url("/images/item1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#item2 {
    height: 28vh;
    background-image: url("/images/item2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.item-text {
    font-weight: 500;
    font-size: 19.2px;
}

.item-price {
    font-weight: 600;
    font-size: 28px;
    line-height: 36.4px;
}

.round-button {
    border-radius: 30px;
    padding: 8px 14px 8px 14px;
    width: 118px;
    border: 0;
}

.rounded-corners-top {
    border-radius: 15px 15px 0 0;
}

.rounded-corners-bottom {
    border-radius: 0 0 15px 15px;
}

.rounded-corners {
    border-radius: 15px;
}

.font-bold {
    font-family: 'Avenir_superBold';
}

.font-superbold {
    font-family: 'Avenir_superBold';
}

.bg-yellow {
    background-color: #fede10;
}

.color-yellow {
    color: #fede10;
}

.bg-purple {
    background-color: #3a2955;
}

.color-purple {
    color: #3a2955;
}

.bg-blue {
    background-color: #b2cbdf;
}

.color-blue {
    color: #b2cbdf;
}

.color-white {
    color: white;
}


/*here stops*/

.block-image {
    height: 80vh;
    background-image: url("/images/block-image3.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.transbox {
    background-color: rgb(180, 16, 16);
    opacity: 0.5;
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 90%;
}

.item1 {
    height: 28vh;
    background-image: url("/images/item1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.item2 {
    height: 28vh;
    background-image: url("/images/item2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.text-box {
    padding-top: 10vh;
}

#half-image1 {
    background-color: brown;
    background-image: url("/images/half-image.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.half-image2 {
    background-color: brown;
    background-image: url("/images/half-image.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 50%;
    height: 100%;
}

.half-image-text {
    margin-left: 50%;
}

#collection1 {
    background-image: url("/images/block-image.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#collection2 {
    background-image: url("/images/block-image.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#collection3 {
    background-image: url("/images/block-image3.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 80vh;
}

.button {
    border: 0;
    width: 100%;
    padding: 0 3% 0 3%;
}


/*This is the experimental css */