@import "../css/bootstrap-grid.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");
@import "../fonts/icomoon/style.css";

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.full-height {
  height: 100%;
}

.no-padding {
  padding: 0 !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overflow-hidden {
  overflow: hidden !important;
}

.container-fluid {
  padding: 0 0.8333333333rem;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0.8333333333rem;
  padding-right: 0.8333333333rem;
}

.row {
  margin-left: -0.8333333333rem;
  margin-right: -0.8333333333rem;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > .col, .row.no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.row.no-parent > .col, .row.no-parent > [class*=col-] {
  position: static;
}

.row .pull-left,
.d-flex .pull-left {
  margin-right: auto;
}
.row .pull-right,
.d-flex .pull-right {
  margin-left: auto;
}

.btn i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.filled {
  background: red;
}
.btn:hover, .btn:focus {
  background: red;
  color: #000;
}
.btn:hover i, .btn:focus i {
  color: #000;
}
.btn.left {
  text-align: left;
}
.btn + .btn {
  margin-left: 1.6666666667rem;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  background-color: #FBDA09;
}
body.modal-show, body.menu-show {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h2 {
  font-size: 2.4444444444rem;
}

h3 {
  font-size: 1.7777777778rem;
  font-weight: 600;
  line-height: 2.2222222222rem;
}

h4 {
  font-size: 1.3333333333rem;
}
h4 span {
  font-weight: 500;
}

h5 {
  font-size: 1rem;
  line-height: 1.4444444444rem;
}

h6 {
  font-size: 0.5555555556rem;
}

a {
  color: blue;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: red;
  text-decoration: none !important;
}

p {
  line-height: 1.4444444444rem;
  font-weight: 500;
}

.head {
  padding-top: 4.4444444444rem;
}
.head .logo {
  position: relative;
  z-index: 1;
}
.head .logo img,
.head .logo span {
  vertical-align: middle;
}
.head .logo a {
  font-weight: 800;
  color: #000;
  font-size: 2.2222222222rem;
}
.head .logo a img {
  max-width: 4.4444444444rem;
  width: 100%;
}
.head .logo a span {
  padding-left: 1.1111111111rem;
  display: inline-block;
}
.head .language {
  position: relative;
  z-index: 100;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.3888888889rem);
  padding: 0.4444444444rem;
  padding-right: 0.5555555556rem;
  border-radius: 1.1111111111rem;
  max-height: 2.2222222222rem;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.head .language.active {
  max-height: 3.8333333333rem;
}
.head .language.active .chevron {
  transform: rotate(180deg);
}
.head .language-menu a {
  font-size: 0;
  text-align: left;
  display: block;
}
.head .language-menu,
.head .language-menu a + a {
  margin-top: 0.5555555556rem;
}
.head .language img {
  vertical-align: middle;
  max-width: 1.1111111111rem;
  width: 100%;
  display: inline-block;
}
.head .language img.chevron {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 0.5555555556rem;
  transform: rotate(0deg);
}
.head .language img + img {
  margin-left: 0.5555555556rem;
}

.reels-content {
  margin-top: -12.5rem;
  overflow: hidden;
}
.reels-content .description {
  min-height: 29.7222222222rem;
  padding-top: 5.2777777778rem;
  margin-right: -0.8333333333rem;
}
.reels-content .description h1 {
  font-weight: 700;
  font-size: 2.6666666667rem;
  line-height: 3.2222222222rem;
  margin-bottom: 1.1111111111rem;
}
.reels-content .description p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5555555556rem;
  margin-bottom: 2.2222222222rem;
}
.reels-content .phone img {
  max-width: 41.6666666667rem;
  width: 100%;
}

.benefits {
  margin-top: -2.5rem;
  padding-bottom: 3.3333333333rem;
}
.benefits-item {
  text-align: center;
  padding: 2.2222222222rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1.1111111111rem;
  backdrop-filter: blur(1.3888888889rem);
  transition: all 0.3s ease;
  height: 100%;
}
.benefits-item span {
  display: block;
  font-size: 2.7777777778rem;
  opacity: 0.8;
  color: #000;
  margin-bottom: 0.8333333333rem;
}
.benefits-item p {
  line-height: 1.6666666667rem;
  font-size: 1.1111111111rem;
}
.benefits-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer {
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
  background-color: #222222;
}
.footer .logo {
  padding-bottom: 2.2222222222rem;
  text-align: center;
}
.footer .logo a {
  font-weight: 800;
  color: #fff;
  font-size: 2.2222222222rem;
}
.footer .logo a img {
  padding-bottom: 1.1111111111rem;
  max-width: 4.4444444444rem;
  width: 100%;
}
.footer .logo a span {
  display: block;
}
.footer .link-store {
  text-align: center;
  padding-bottom: 2.5rem;
}
.footer .social {
  text-align: center;
  padding-bottom: 2.7777777778rem;
}
.footer .social a {
  font-size: 2.2222222222rem;
  color: #FFFF00;
}
.footer .social a + a {
  margin-left: 2.2222222222rem;
}
.footer .social a:hover {
  color: #999900;
}
.footer .public ul {
  text-align: center;
}
.footer .public ul li {
  display: inline-block;
  font-size: 0.8888888889rem;
}
.footer .public ul li + li {
  margin-left: 1.6666666667rem;
}
.footer .public ul li,
.footer .public ul li a {
  color: #fff;
}
.footer .public ul li p {
  opacity: 0.5;
}
.footer .public ul li a:hover {
  text-decoration: underline !important;
}

.link-store li {
  list-style-type: none;
  display: inline-block;
  max-width: 11.1111111111rem;
  width: 100%;
}
.link-store li + li {
  margin-left: 0.8333333333rem;
}
.link-store li a {
  display: block;
  transform: scale(1);
}
.link-store li a:hover {
  transform: scale(1.1);
}
.link-store li a img {
  width: 100%;
}

@supports not (backdrop-filter: blur(1.3888888889rem)) {
  .benefits-item {
    background: rgba(0, 0, 0, 0.2);
  }
}
