@font-face {
    font-family: Onest;
    src: url('../fonts/Onest/Onest-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Onest;
    src: url('../fonts/Onest/Onest-Light.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: AvrileSans-Condensed;
    src: url('../fonts/AvrileSans-Condensed/AvrileSans-CondensedMedium.ttf');
    font-weight: 500;
    font-style: normal;
}

.circle-image {
    justify-self: right;
    align-self: center;
    height: 0.625em;
}

.details-text {
    font-size: 1.125em;
    font-family: Onest;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
    color: #404348;
    margin-right: 2.055555555555556em;
}

.product-details-button {
    grid-row: 5;
    grid-column-start: 2;
    grid-column-end: 4;
    display: flex;
    justify-content: center;
    flex-direction: row;
    justify-self: right;
    align-self: flex-end;
    width: 11.5625em;
    padding: 0.75em 2.702702702702703% 0.625em;
}

.product-content {
    grid-row: 4;
    grid-column: 2;
    font-size: 1.125em;
    font-family: Onest;
    font-weight: 200;
    font-style: normal;
    line-height: 1.3em;
    height: 11em;
    align-self: flex-end;
    color: #404348;
}

@media (max-width: 1769px) {
    .product-content {
        height: 13.25em;
    }
}

@media (max-width: 1499px) {
    .product-content {
        height: 15.5em;
    }
}

@media (max-width: 1312px) {
    .product-content {
        height: 17.75em;
    }
}

p {
    margin: 0;
}

.arrow-image-front {
    width: 45%;
    height: 0.75em;
    margin: 0.8125em 27.5%;
}

.gradient-background {
    cursor: pointer;
    border-radius: 0.625em;
    background-image: linear-gradient(90deg, #0095DA 0%, #6F73CB 100%);
    background-origin: border-box;
    border-width: 0.0625em;
    border-style: solid;
    border-color: transparent;
    transition: all .3s linear;
    box-shadow: inset 0 100vw #F4FCFF;
}

.gradient-background:hover {
    box-shadow: inset 0 100vw transparent;
}

.gradient-background:hover .arrow-image-back {
    content: url('../images/arrow-back-white.png')
}

.gradient-background:hover .arrow-image-front {
    content: url('../images/arrow-front-white.png')
}

.gradient-background:hover .circle-image {
    content: url('../images/circle-white.png')
}

.gradient-background:hover .details-text {
    color: #F4FCFF;
}

.arrow-front-background {
    grid-row: 2;
    grid-column: 3;
    justify-self: left;
    height: 2.375em;
    align-self: center;
    width: 100%
}

.product-image {
    grid-row: 1;
    grid-column: 1 / 1;
    height: 17.5em;
    justify-self: center;
    width: 440px;
}

.product-image-background {
    grid-row: 2;
    grid-column: 2;
    justify-self: center;
    align-self: flex-start;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.arrow-image-back {
    width: 45%;
    height: 0.75em;
    margin: 0.8125em 27.5%;
}

.arrow-back-background {
    grid-row: 2;
    grid-column: 1;
    justify-self: right;
    height: 2.375em;
    align-self: center;
    width: 100%
}

.product-title {
    grid-row: 1;
    grid-column: 2;
    font-size: 3.125em;
    font-family: AvrileSans-Condensed;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.44em;
    min-height: 2em;
}

h2 {
    margin: 0;
}

.gradient-text {
    background: linear-gradient(90.89deg, #0095DA 0%, #6F73CB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-ellipse {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column: 2;
    margin: 0 9%;
    border-radius: 50%;
    background: transparent;
}

.product-container {
    width: 86.66666666666667%;
    float: left;
    display: grid;
    grid-template-columns: 5.128205128205128% 1fr 5.128205128205128%;
    grid-template-rows: 1fr 21em 0.8125em auto 4.3125em;
    padding: 2.125em 6.666666666666667% 3.125em;
    background: #F4FCFF;
    border-radius: 1.5625em;
}

.product-container:hover .product-ellipse {
    background: rgba(0, 149, 218, 0.3);
    filter: blur(250px);
}

.products-container {
    grid-column-start: 1;
    grid-column-end: 13;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.098901098901099%;
    row-gap: 1.25em;
}

.swiper-pagination {
    height: 10px;
    width: 100%;
}

.swiper{
    width: 440px;
    height: 100%;
  }
  .swiper-slide{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img{
    height: 17.5em;
    object-fit: contain;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-button-lock {
    display: block!important;
  }
@media (max-width: 1024px) {
    .product-details-button {
        grid-row: 5;
        grid-column-start: 1;
        justify-self: left;
        padding: 0.75em 6.389776357827476% 0.625em;
    }

    .product-content {
        grid-row: 4;
        grid-column-start: 1;
        grid-column-end: 4;
        font-size: 1em;
        height: 22.5em;
        height: auto;
        align-self: flex-end;
        color: #404348;
        margin-top: 0.8em;
    }

    .arrow-front-background {
        display: none!important;
    }

    .product-image {
        height: 13.4375em;
        width: 310px;
    }

    .product-image-background {
        grid-column-start: 1;
        grid-column-end: 4;
        height: 14.8125em;
    }

    .arrow-back-background {
        display: none!important;
    }

    .product-title {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 4;
        font-size: 1.675em;
        margin-bottom: 1.166666666666667em;
    }

    .product-ellipse {
        display: none;
    }

    .product-container {
        width: 91.2536443148688%;
        grid-template-rows: 1fr 14.375em 0.8125em auto 5em;
        padding: 2.25em 4.373177842565598% 2.5em;
        background: #F4FCFF;
        border-radius: 1.5625em;
    }

    .products-container {
        grid-template-columns: 1fr;
        margin-top: 1.25em;
    }
    
    .swiper-pagination {
        height: 10px;
        width: 100%;
    }
    
    .swiper{
        width: 310px;
        height: 100%;
      }
      .swiper-slide{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .swiper-slide img{
        height: 13.4375em;
        object-fit: contain;
      }

    .swiper-pagination {
        display: block;
    }
}