/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/options/options.scss ***!
  \**********************************************************************************************************************************************************************************/
/******************************************
Section | Options
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.options {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .options {
    padding: 100px 0;
  }
}
.options .inner.inner-options {
  position: relative;
  max-width: 1342px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
}
.options .inner.inner-options .title {
  color: #222222;
  text-align: center;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .options .inner.inner-options .title {
    margin-bottom: 70px;
  }
}
.options-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .options-list {
    margin-bottom: 70px;
  }
}
.options-list-item {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .options-list-item {
    width: calc(50% - 14px);
  }
}
@media screen and (min-width: 1440px) {
  .options-list-item {
    width: calc(33.3% - 18px);
  }
}
.options-list-item::before {
  content: "";
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0) 55.31%, #222222 100%);
}
.options-list-item img {
  aspect-ratio: 13/9;
  width: 100%;
  height: 100%;
  max-height: 329px;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .options-list-item img {
    aspect-ratio: unset;
  }
}
.options-list-item .content-wrapper {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  right: 15px;
  bottom: 21px;
  color: #ffffff;
}
@media screen and (min-width: 640px) {
  .options-list-item .content-wrapper {
    width: calc(100% - 62px);
    left: 31px;
    right: 31px;
  }
}
.options-list-item .content-wrapper h6 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .options-list-item .content-wrapper h6 {
    font-size: 20px;
  }
}
.options-list-item .content-wrapper p {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .options-list-item .content-wrapper p {
    font-size: 16px;
  }
}
.options-list-item .content-wrapper p:last-child {
  margin: 0;
}
.options h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .options h3 {
    font-size: 32px;
  }
}
.options .addons-list {
  padding: 20px 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  row-gap: 15px;
  border-top: 2px solid #222222;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .options .addons-list {
    padding: 40px 0 0 40px;
    row-gap: 23px;
  }
}
.options .addons-list-item {
  width: 100%;
  position: relative;
  padding-left: 28px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .options .addons-list-item {
    padding-left: 41px;
    width: calc(50% - 58px);
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .options .addons-list-item {
    width: calc(33.3% - 64px);
  }
}
@media screen and (min-width: 1440px) {
  .options .addons-list-item {
    width: calc(25% - 67px);
  }
}
.options .addons-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../assets/images/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
}

/*# sourceMappingURL=options.css.map*/