@import "./global.css";

p {
    color: var(--neutral-900);
    font-family: Gilroy-Medium;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.discover-product {
    margin-bottom: 87px;
    margin-top: 88px;
}

.discover-product h1 {
    color: var(--neutral-900);
    font-family: Gilroy-Bold;
    font-size: 53.41px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.discover-product .discover-product-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.discover-product-image{
    box-shadow: 0px 2px 7px 0px #0000001A;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    padding-right: 0 !important;
}
.discover-product-image img {
    width: 100%;
}

.discover-product-link {
    display: flex;
    width: 180px;
    padding: 9.5px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--neutral-900);
    color: var(--neutral-0);
    font-family: Gilroy-Bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-decoration: none;
}

.discover-product-title-underlined {
    position: relative;
    display: inline-block;
  }

  .discover-product-title-underlined:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 10px;
    background: linear-gradient(to right, transparent 0%, var(--blue-200) 5%, var(--blue-200) 95%, transparent 100%);
    border-radius: 3px;
    transform: rotate(-3deg);
    left: -1px;
    border-radius: 20% 90% 50% 50%;
    padding: 10px 25px 8px 10px;
  }

.apart-title {
    margin-top: 34px;
    margin-bottom: 23px;
}

.apart{
    background-color: var(--neutral-200);
}

.apart-div{
    background-color: var(--neutral-0);
    border-radius: 0 0 0 192px;
}

.apart-card{
    padding-bottom: 56px;
}

.apart-div .apart-context {
    margin-top: 31px;
}

.apart-div h2 {
    color: var(--neutral-900);
    font-family: Gilroy-SemiBold;
    font-size: 21.88px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apart-context {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.apart-context img {
    width: 30px;
    height: 30px;
}

.apart-context h3 {
    color: var(--neutral-900);
    font-family: Gilroy-Medium;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apart-context p {
    color: var(--neutral-900);
    font-family: Gilroy-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-sales {
    background-color: var(--neutral-200);
}

.contact-sales-div {
    padding: 80px;
}

.contact-sales h1 {
    color: var(--neutral-900);
    font-family: Gilroy-SemiBold;
    font-size: 34.18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-sales p {
    color: var(--neutral-900);
    font-family: Gilroy-Medium;
    font-size: 21.88px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-sales-button {
    justify-content: center;
    align-items: center;
    display: flex;
}
.contact-sales-button a{
    text-decoration: none;
}

.contact-sales-text {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.contact-sales-button button {
    display: flex;
    padding: 9.5px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--neutral-900);
    color: var(--neutral-0);
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}

@media only screen and (max-width: 992px) {
    .apart-context {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .apart-context h3{
        font-size: 14px;
    }
    .apart-div {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .apart-div h2{
        font-size: 18px;
    }

    .contact-sales-text {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .discover-product-context {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .discover-product-div{
        padding: 0 44px !important;
    }
    .discover-product-image {
        margin-top: 24px !important;
        height: 172px;
    }
    .apart-card{
        padding: 0 44px 56px 44px !important;
    }
    .apart-title{
        text-align: center;
    }
    .discover-product{
        margin-bottom: 48px;
        margin-top: 30px;
    }
    .discover-product h1{
        font-size: 34px;
    }

    .discover-product-text{
        font-size: 14px;
    }
    .discover-product-link{
        width: 90px;
    }
    .contact-sales h1{
        font-size: 18px;
    }
    .contact-sales p{
        font-size: 14px;
    }
    .contact-sales-button button{
        font-size: 12px;
    }
    .contact-sales div.row{
        padding: 48px;
    }
}
