@import url("../font/GTE/stylesheet.css");

.attraction{
    padding-bottom: 70px;
}
.attraction .container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.attraction_title{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 583px;
}
.attraction_text{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 350;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;

    color: #000000;
    padding-top: 10px;
    padding-bottom: 56px;
    width: 403px;
}
.attraction_text_min{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 21px;

    letter-spacing: 0.095em;

    color: #000000;
}
.attraction_button{
    margin-top: 50px;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15em;

    color: #1D1C1C;

    box-sizing: border-box;

    width: 155px;
    height: 51px;
    background: radial-gradient(71.3% 71.3% at 50.21% 0%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(119.53% 119.53% at 52.77% -19.53%, rgba(255, 255, 255, 0.105) 0%, rgba(255, 255, 255, 0.7) 0.01%, rgba(255, 196, 0, 0.7) 72.92%, rgba(239, 186, 6, 0.7) 100%, rgba(255, 197, 0, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFC70F;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    cursor: pointer;
}
.attraction_button:hover{
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #ffe796 0%, #d5c696d9 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    transition: 300ms;
}
.attraction_boxttxt {
    box-shadow: 0px 0px 18.2041px rgb(0 0 0 / 25%);
    border-radius: 16.875px;
    padding: 40px 80px;
    margin-top: 96px;
    background: #fff;
}