html,
body {
    scroll-behavior: smooth;
}

.price {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.priceLine {
    margin: 0 auto;
    max-width: 1440px;
    margin-top: 20px;
}

.priceSection {
    position: relative;
    background-image: url('/assats/img/mandal1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    width: 300px;
    height: 400px;
    border: 1px solid rgba(144, 62, 7, 0.857);
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    color: rgb(164, 64, 5);
    
}

.priceSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 116, 23, 0.487);
    z-index: 1;
}

.priceText {
    position: relative;
    z-index: 2;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: white;
    font-size: 20px;
    gap: 10px;
}


.priceSection h2 {
    text-align: center;
    position: relative;
    z-index: 2;
}

.btnPrice {
    position: relative;
    bottom: 50px;
    left: 60px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 36px;
    background-color: rgba(144, 62, 7, 0.857);
    border: none;
    color: white;
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
    transition: 125ms ease-in-out;
    flex-shrink: 0;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.btnPrice:hover {
    background-color: rgb(238 108 21 / 80%);
}

.priceCourse{
    position: relative;
    top: -265px;
    left: 200px;
    z-index: 2;
    color: white;
    font-size: 24px;
    width: 50px;
}


.footerPrice {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 100px;
    border-top: 1px solid rgba(144, 62, 7, 0.857);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
}

.footerPrice a {
    text-decoration: none;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    color: #C38D44;
    font-size: 20px;
}


.footerPrice a:hover {
    color: black;
    text-decoration: underline;
}