
  .skin-grad .footer-1 .menu-items li a:hover {
    color: #E3335F; }
  .skin-grad .navbar-style2 .back-to:hover svg {
    color: #E3335F; }
  .skin-grad .navbar .top-menu li:hover a {
    color: #E3335F; }
  .skin-grad .navbar .mobile-menu li a {
    color: #313845; }
    .skin-grad .navbar .mobile-menu li a:hover {
      color: #E3335F;
      border-bottom: solid 1px #E3335F; }
  .skin-grad .section {
    /* -------------------------------------  ABOUT  */ }
    .skin-grad .section-about .about-section-wrap {
      background: linear-gradient(45deg, #E3335F, #3B2C73); }
      .skin-grad .section-about .about-section-wrap::before {
        background: linear-gradient(45deg, #E3335F, #3B2C73);
        opacity: .03; }
      .skin-grad .section-about .about-section-wrap::after {
        background: linear-gradient(45deg, #E3335F, #3B2C73);
        opacity: .07; }
  .skin-grad .feautures-item {
    /* - - - - - subtitle */ }
    .skin-grad .feautures-item .feautures-subtitle {
      color: #E3335F; }
    .skin-grad .feautures-item .feautures-list li:hover {
      color: #E3335F; }
    .skin-grad .feautures-item .feautures-list li svg {
      color: #E3335F; }
  .skin-grad .contact-links li a:hover {
    color: #E3335F; }
  .skin-grad .pricing-cards-wrap .pricing-card-title {
    color: #E3335F; }
  .skin-grad .pricing-cards-wrap .pricing-card-options li svg {
    color: #E3335F; }
  .skin-grad .pricing-cards-wrap .pricing-card .shap {
    background: linear-gradient(45deg, #E3335F, #3B2C73); }
  .skin-grad .login-right {
    background-image: linear-gradient(45deg, #E3335F, #3B2C73); }
  .skin-grad .login-left nav .back-to:hover svg {
    color: #E3335F; }
  .skin-grad a:hover {
    color: #E3335F; }
  .skin-grad .btn-primary {
    background: #E3335F;
    color: #FFFFFF; }
    .skin-grad .btn-primary.btn-sh {
      box-shadow: 0 14px 35px -11px #E3335F; }
    .skin-grad .btn-primary.btn-outline {
      border: solid 2px #E3335F;
      color: #E3335F; }
    .skin-grad .btn-primary.btn-outline-bottom {
      border-bottom: solid 3px #E3335F;
      color: #E3335F !important; }
    .skin-grad .btn-primary.btn-hover-line:hover {
      border: solid 2px #E3335F;
      color: #E3335F; }
  .skin-grad .btn-secondary {
    background: #3B2C73;
    color: #FFFFFF; }
    .skin-grad .btn-secondary.btn-sh {
      box-shadow: 0 14px 35px -11px #3B2C73; }
    .skin-grad .btn-secondary.btn-outline {
      border: solid 2px #3B2C73;
      color: #3B2C73; }
    .skin-grad .btn-secondary.btn-outline-bottom {
      border-bottom: solid 3px #3B2C73;
      color: #3B2C73; }
  .skin-grad .btn-grad {
    background: linear-gradient(45deg, #E3335F, #3B2C73);
    color: #FFFFFF; }
    .skin-grad .btn-grad.btn-sh {
      box-shadow: 0 14px 35px -11px #E3335F; }
    .skin-grad .btn-grad.btn-outline {
      border: solid 2px #E3335F;
      color: #E3335F; }
    .skin-grad .btn-grad.btn-outline-bottom {
      border-bottom: solid 3px #E3335F;
      background: linear-gradient(90deg, #E3335F, #3B2C73) !important; }
  .skin-grad .card-primary {
    background: #E3335F; }
  .skin-grad .card-grad {
    background: linear-gradient(45deg, #E3335F, #3B2C73); }
  .skin-grad #checkbox-circle:checked ~ .checkbox-circle {
    background: #E3335F; }
  .skin-grad input:focus {
    border-color: #E3335F; }
  .skin-grad .input-primary {
    background: rgba(227, 51, 95, 0.05);
    border: solid 1px rgba(227, 51, 95, 0.2); }
  .skin-grad .textarea:focus,
  .skin-grad textarea:focus {
    border: solid 1px #E3335F; }
  .skin-grad .color-primary {
    color: #E3335F !important; }
  .skin-grad .color-secondary {
    color: #3B2C73 !important; }
  .skin-grad .bg-grad {
    background: linear-gradient(45deg, #E3335F, #3B2C73); }
  .skin-grad .bg-grad-left {
    background: linear-gradient(to left, #E3335F, #3B2C73); }
  .skin-grad .bg-grad-top {
    background: linear-gradient(to top, #E3335F, #3B2C73); }
  .skin-grad .text-grad {
    background: linear-gradient(45deg, #E3335F, #3B2C73); }
  .skin-grad a:hover {
    color: #E3335F; }

/* Helpers > _Mixins.scss                                                    | Trendkit */
/* =======================================================
- - - - - - - - -Media Query > mixins
==========================================================*/
/* =======================================================
- - - - - - - - - Position Absolute > mixins
==========================================================*/
/* Helpers > _Classes.scss                                                    | Trendkit */
/*** TABLE OF CONTENTS
======================================================
    0 / Color classes
    1 / Gradient classes
    2 / Padding classes
    3 / Margin classes
    4 / Hidden classes
    5 / flex desiplay
    6 / border-radius
    7 / box-Shadows
    8 / Animations
    9 / Typography
    10 / OTHER
=================================================== ***/
/* ====================================================
- - - - - - - - - 0 / color classes
======================================================*/
.color-primary {
  color: #E3335F !important; }

.color-secondary {
  color: #3B2C73 !important; }

.bg-grey {
  background: #f4f2f9; }

.bg-dark {
  background: #18124d !important;
  color: white; }

.color-dark {
  color: #313845 !important; }

/* =
======================================================
  - - - - - - - - 2 / Padding classes
========================================================== */
.p-0 {
  padding: 0 !important; }

.p-helf {
  padding: 0.5rem; }

.p-1 {
  padding: 1rem; }

.p-2 {
  padding: 2rem; }

.p-3 {
  padding: 3rem; }

.p-4 {
  padding: 4rem; }

.p-5 {
  padding: 5rem; }

.p-6 {
  padding: 6rem; }

.p-7 {
  padding: 7rem; }

.p-8 {
  padding: 8rem; }

.p-9 {
  padding: 9rem; }

.p-10 {
  padding: 10rem; }

/* ------------------------------------ padding top*/
.pt-helf {
  padding-top: 0.5rem; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-7 {
  padding-top: 7rem; }

.pt-8 {
  padding-top: 8rem; }

.pt-9 {
  padding-top: 9rem; }

.pt-10 {
  padding-top: 10rem; }

/* ------------------------------------ padding bottom*/
.pb-helf {
  padding-bottom: 0.5rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pb-6 {
  padding-bottom: 6rem; }

.pb-7 {
  padding-bottom: 7rem; }

.pb-8 {
  padding-bottom: 8rem; }

.pb-9 {
  padding-bottom: 9rem; }

.pb-10 {
  padding-bottom: 10rem; }

/* ------------------------------------ padding bottom*/
.pl-helf {
  padding-left: 0.5rem; }

.pl-1 {
  padding-left: 1rem; }

.pl-2 {
  padding-left: 2rem; }

.pl-3 {
  padding-left: 3rem; }

.pl-4 {
  padding-left: 4rem; }

.pl-5 {
  padding-left: 5rem; }

.pl-6 {
  padding-left: 6rem; }

.pl-7 {
  padding-left: 7rem; }

.pl-8 {
  padding-left: 8rem; }

.pl-9 {
  padding-left: 9rem; }

.pl-10 {
  padding-left: 10rem; }

/* ------------------------------------ padding bottom*/
.pr-helf {
  padding-right: 0.5rem; }

.pr-1 {
  padding-right: 1rem; }

.pr-2 {
  padding-right: 2rem; }

.pr-3 {
  padding-right: 3rem; }

.pr-4 {
  padding-right: 4rem; }

.pr-5 {
  padding-right: 5rem; }

.pr-6 {
  padding-right: 6rem; }

.pr-7 {
  padding-right: 7rem; }

.pr-8 {
  padding-right: 8rem; }

.pr-9 {
  padding-right: 9rem; }

.pr-10 {
  padding-right: 10rem; }

/* =======================================================
  - - - - - - - - 2 / Margin classes
========================================================== */
@media screen and (max-width: 576px) {
  .mr-0-sm {
    margin-right: 0rem !important; } }

.m-0 {
  margin: 0 !important; }

.m-helf {
  margin: 0.5rem !important; }

.m-1 {
  margin: 1rem; }

.m-2 {
  margin: 2rem; }

.m-3 {
  margin: 3rem; }

.m-4 {
  margin: 4rem; }

.m-5 {
  margin: 5rem; }

.m-6 {
  margin: 6rem; }

.m-7 {
  margin: 7rem; }

.m-8 {
  margin: 8rem; }

.m-9 {
  margin: 9rem; }

.m-10 {
  margin: 10rem; }

/* ------------------------------------ margin top*/
.mt-helf {
  margin-top: 0.5rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mt-6 {
  margin-top: 6rem; }

.mt-7 {
  margin-top: 7rem; }

.mt-8 {
  margin-top: 8rem; }

.mt-9 {
  margin-top: 9rem; }

.mt-10 {
  margin-top: 10rem; }

/* ------------------------------------ margin bottom*/
.mb-0 {
  margin-bottom: 0 !important; }

.mb-helf {
  margin-bottom: 0.5rem; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mb-6 {
  margin-bottom: 6rem; }

.mb-7 {
  margin-bottom: 7rem; }

.mb-8 {
  margin-bottom: 8rem; }

.mb-9 {
  margin-bottom: 9rem; }

.mb-10 {
  margin-bottom: 10rem; }

/* ------------------------------------ padding bottom*/
.ml-helf {
  margin-left: 0.5rem; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.ml-4 {
  margin-left: 4rem; }

.ml-5 {
  margin-left: 5rem; }

.ml-6 {
  margin-left: 6rem; }

.ml-7 {
  margin-left: 7rem; }

.ml-8 {
  margin-left: 8rem; }

.ml-9 {
  margin-left: 9rem; }

.ml-10 {
  margin-left: 10rem; }

/* ------------------------------------ margin bottom*/
.mr-helf {
  margin-right: 0.5rem; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 4rem; }

.mr-5 {
  margin-right: 5rem; }

.mr-6 {
  margin-right: 6rem; }

.mr-7 {
  margin-right: 7rem; }

.mr-8 {
  margin-right: 8rem; }

.mr-9 {
  margin-right: 9rem; }

.mr-10 {
  margin-right: 10rem; }

/* =======================================================
  - - - - - - - - 3 / hidden classes
========================================================== */
@media screen and (max-width: 992px) {
  .lg-hidden {
    display: none; } }

@media screen and (max-width: 768px) {
  .md-hidden {
    display: none; } }

@media screen and (max-width: 576px) {
  .sm-hidden {
    display: none; } }

/* =======================================================
  - - - - - - - - 5 /  flex desiplay
========================================================== */
.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.start {
    justify-content: flex-start; }
  .flex.center {
    justify-content: center; }
  .flex.vcenter {
    align-items: center; }
  .flex.end {
    justify-content: flex-end; }
  .flex.vend {
    align-items: flex-end; }
  .flex.between {
    justify-content: space-between; }
  .flex.column {
    flex-direction: column; }

.white-link {
  color: #FFFFFF;
  transition: .3s; }
  .white-link:hover {
    opacity: .7;
    color: #FFFFFF;
    font-size: 17px; }

/* =======================================================
  - - - - - - - - 6 /  border-radius
========================================================== */
.border-rad5 {
  border-radius: 5px; }

.border-rad10 {
  border-radius: 10px; }

.border-rad15 {
  border-radius: 15px; }

.border-rad20 {
  border-radius: 20px; }

.border-rad50 {
  border-radius: 50px; }

/* =======================================================
  - - - - - - - - 7 /  box-Shadows
========================================================== */
.light-shadow {
  border-color: rgba(183, 183, 183, 0.16);
  border-width: 1px 1px 1px 1px;
  border-color: #edf8fa;
  background-color: #ffffff;
  box-shadow: 0px 24px 53px -32px rgba(24, 18, 77, 0.21); }

.simple-sh {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02);
  border-radius: 8px; }

.light-shadow-bottom {
  box-shadow: 0 15px 40px -15px #edf8fa;
  border: solid 1px #edf8fa;
  border-radius: 15px; }

.ultra-shadow {
  box-shadow: 0 8px 30px 0 #edf8fa;
  border: solid 1px #edf8fa; }

/* =======================================================
  - - - - - - - - 8 /  Animations
========================================================== */
@keyframes anim-up-down {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem); }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.anim-up-down {
  animation-name: anim-up-down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@keyframes anim-buy-now {
  from {
    transform: scale(0.5); }
  50% {
    transform: scale(1.1); }
  70% {
    transform: scale(0.7); }
  to {
    transform: scale(0.5); } }

/* =======================================================
  - - - - - - - - 9 /  Text floats
========================================================== */
/* ----------------------------- Font Size */
.font-s-1 {
  font-size: 1rem; }

.font-s-2 {
  font-size: 2rem; }

.font-s-3 {
  font-size: 3rem; }

.font-s-4 {
  font-size: 4rem; }

.font-s-5 {
  font-size: 5rem; }

.font-s-6 {
  font-size: 6rem; }

.font-s-7 {
  font-size: 7rem; }

.font-s-8 {
  font-size: 8rem; }

.font-s-9 {
  font-size: 9rem; }

.font-s-10 {
  font-size: 10rem; }

.display-flex {
  display: flex; }

/* ----------------------------- Font weight */
.font-w-400 {
  font-weight: 400 !important; }

.font-w-500 {
  font-weight: 500 !important; }

.font-w-600 {
  font-weight: 600 !important; }

/* ----------------------------- Text floats */
.text-left {
  text-align: left !important; }

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

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

.text-deco {
  text-decoration: underline; }

.text-grad {
  background: linear-gradient(45deg, #E3335F, #3B2C73);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent; }

/* =======================================================
  - - - - - - - - 10 /  OTHER
========================================================== */
.before-none::before {
  content: none !important; }

/* ----------------------------- display none classes  */
@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .md-none {
    display: none; } }

@media screen and (max-width: 992px) {
  .lg-none {
    display: none; } }

@media screen and (max-width: 1400px) {
  .xl-none {
    display: none; } }

.min-30 {
  margin-bottom: -30px; }

/* ------------------------------------ display block classes  */
@media screen and (max-width: 576px) {
  .sm-block {
    display: block; } }

@media screen and (max-width: 768px) {
  .md-block {
    display: block; } }

@media screen and (max-width: 992px) {
  .lg-block {
    display: block; } }

@media screen and (max-width: 1400px) {
  .xl-block {
    display: block; } }

.has-bg {
  background-size: cover;
  background-repeat: no-repeat; }

.color-white {
  color: white !important; }

.min-70 {
  margin-bottom: -70px; }

.min-2 {
  margin-bottom: -2rem; }

.text-primary {
  color: #E3335F !important; }

.bg-dark2 {
  background: #100d38;
  color: white !important; }
  .bg-dark2 h2 {
    color: white !important; }

.bg-dark3 {
  background: #22315e; }
  .bg-dark3 h2 {
    color: white !important; }
  .bg-dark3 li {
    color: #313845; }

.min-1 {
  margin-bottom: -1rem; }

/* components > _Buttons.scss                                                    | Trendkit */
/*** TABLE OF CONTENTS
======================================================
    0/ Generale
    1/ Button sizes
`  2/ Button variations
===================================================***/
/* ====================================================
- - - - - - - - - 0/ Generale
=====================================================*/
button {
  outline: none !important;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  border: none; }
  button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .8; }
  button:hover {
    opacity: .8; }

.btn {
  text-align: center;
  padding: 12px 24px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  background: #e1e9f6;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0, 0, 0.41, 1);
  font-family: "Gilroy-bold";
  border: none;
  outline: none; }
  .btn:hover {
    transform: scale(1.02);
    opacity: .8; }
  .btn-round {
    border-radius: 50rem; }
  .btn-outline {
    border: solid 2px;
    background: transparent !important; }

/* =====================================================
- - - - - - - - - 1/ Button sizes
======================================================*/
.btn-sm {
  padding: .3rem 1rem;
  font-size: .9rem;
  line-height: 1.5; }

.btn-lg {
  padding: .7rem 2rem;
  font-size: 17px;
  line-height: 1.7; }

/* ==================================================+===
- - - - - - - - - 2/ Button variations
=======================================================*/
.btn-primary {
  background: #E3335F;
  color: #FFFFFF; }
  .btn-primary.btn-sh {
    box-shadow: 0 14px 35px -11px #E3335F; }
  .btn-primary.btn-outline {
    border: solid 2px #E3335F;
    background: transparent !important;
    color: #E3335F; }
  .btn-primary.btn-outline-bottom {
    border-bottom: solid 3px #E3335F;
    background: transparent !important;
    color: #E3335F !important; }
  .btn-primary.btn-hover-line:hover {
    background: transparent;
    border: solid 2px #E3335F;
    color: #E3335F; }

.btn-secondary {
  background: #3B2C73;
  color: #FFFFFF; }
  .btn-secondary.btn-sh {
    box-shadow: 0 14px 35px -11px #3B2C73; }
  .btn-secondary.btn-outline {
    border: solid 2px #3B2C73;
    background: transparent !important;
    color: #3B2C73; }
  .btn-secondary.btn-outline-bottom {
    border-bottom: solid 3px #3B2C73;
    background: transparent !important;
    color: #3B2C73; }

.btn-grad {
  background: linear-gradient(45deg, #E3335F, #3B2C73);
  color: #FFFFFF; }
  .btn-grad:hover {
    color: #FFFFFF !important; }
  .btn-grad.btn-sh {
    box-shadow: 0 14px 35px -11px #E3335F; }
  .btn-grad.btn-outline {
    border: solid 2px #E3335F;
    color: #E3335F; }
  .btn-grad.btn-outline-bottom {
    border-bottom: solid 3px #E3335F;
    background: linear-gradient(90deg, #E3335F, #3B2C73) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; }

.btn-dark {
  background: #313845;
  color: #FFFFFF; }
  .btn-dark:hover {
    color: #FFFFFF !important; }
  .btn-dark.btn-sh {
    box-shadow: 0 14px 35px -11px #313845; }
  .btn-dark.btn-outline {
    border: solid 2px #313845;
    background: transparent !important;
    color: #313845; }
  .btn-dark.btn-outline-bottom {
    border-bottom: solid 3px #313845;
    background: transparent !important;
    color: #313845; }

.btn-white {
  color: #2a2b3a;
  background: #FFFFFF; }
  .btn-white.btn-sh {
    box-shadow: 0 14px 35px -11px #e1e9f6; }
  .btn-white.btn-outline {
    border: solid 2px #FFFFFF;
    background: transparent !important;
    color: #FFFFFF; }
  .btn-white.btn-outline-bottom {
    border-bottom: solid 3px #e1e9f6;
    background: transparent !important; }

.card {
  border-radius: 10px;
  background: transparent;
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
  border: none; }
  .card-body {
    padding: 1.5rem; }
    @media screen and (max-width: 576px) {
      .card-body {
        padding: 1rem; } }
  .card-img {
    margin-bottom: 1rem; }
  .card-icon {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: center; }
    .card-icon img {
      height: 4rem;
      margin: auto; }
  .card-title {
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 0;
    text-align: center; }
  .card-desc {
    color: #5d5b64;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400; }
  .card-quote::before {
    content: "\f10e";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 5rem;
    color: #000; }
  .card-dark {
    background: #313845;
    color: #FFFFFF; }
  .card-primary {
    background: #E3335F;
    color: #FFFFFF; }
  .card-grad {
    background: linear-gradient(45deg, #E3335F, #3B2C73);
    color: #FFFFFF; }
  .card-sh {
    box-shadow: 0 15px 40px -15px #00000038; }
  .card-ultra-sh {
    box-shadow: 0 8px 30px 0 #0000001f;
    border: solid 1px #f7f7f7; }
  .card-hover-out {
    transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87) !important; }
    .card-hover-out:hover {
      transform: scale(1.03) !important; }
  .card-hover-up {
    transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87) !important; }
    .card-hover-up:hover {
      transform: translateY(-0.6rem) !important; }
  .card-hover-down {
    transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87) !important; }
    .card-hover-down:hover {
      transform: translateY(0.6rem) !important; }
  .card-bg {
    background-size: cover;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .card-bg::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #313845;
      opacity: .5;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1; }
  .card.in-demo {
    background: rgba(255, 255, 255, 0.116);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 1.5rem 1rem;
    box-shadow: none !important;
    border: none !important;
    outline: none !important; }
    .card.in-demo .card-title2 {
      color: #FFFFFF;
      padding-left: 20px;
      padding-bottom: 0;
      padding-top: 10px; }
    .card.in-demo figure {
      margin: 0 0 0; }
    .card.in-demo .card-image {
      width: 100%;
      background: #494949; }
    .card.in-demo .card-title2 {
      font-size: 1.2rem; }
    .card.in-demo .feather {
      width: 50px;
      height: 50px;
      stroke: currentColor;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
      color: #fff; }
    .card.in-demo .card-description {
      padding-left: 20px;
      font-size: 14px; }
    .card.in-demo .card-title {
      position: relative;
      z-index: 2;
      font-size: 1.3rem;
      align-items: center;
      display: flex;
      flex-grow: 1;
      padding: 1rem;
      transition: .15s ease-in-out;
      font-size: 1.2rem;
      color: #f3f3f3;
      margin-bottom: 0; }
      .card.in-demo .card-title.new::before {
        content: "New";
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        right: 15px;
        bottom: 15px;
        font-size: 16px;
        background: #FF0066;
        padding: 4px 8px 4px;
        line-height: 100%;
        border-radius: 4px;
        font-family: "TradeGothic"; }
    .card.in-demo:hover {
      transform: translateY(-0.5rem); }
      .card.in-demo:hover .card-title {
        color: #E3335F; }
        .card.in-demo:hover .card-title::before {
          background: #1f1f1f;
          color: #ffffff; }
    .card.in-demo.soon {
      cursor: default; }
      .card.in-demo.soon:hover {
        transform: none; }
        .card.in-demo.soon:hover .card-title {
          color: #ffffff; }
          .card.in-demo.soon:hover .card-title::before {
            background: #E3335F;
            color: #ffffff; }
    .card.in-demo.new {
      cursor: pointer; }
      .card.in-demo.new:hover {
        transform: none; }
        .card.in-demo.new:hover .card-title::before {
          background: #E3335F;
          color: #ffffff; }

.card-faq {
  margin-bottom: 2rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02);
  background: white;
  padding: 2rem 1.5rem; }
  .card-faq .title {
    margin-bottom: 15px; }

/* components > _Inputs.scss                                                    | Trendkit */
/*** TABLE OF CONTENTS
======================================================
    0/ Generale
    1/ insput variations
`  2/ insput with icon
===================================================***/
/* ====================================================
- - - - - - - - - 0/ Generale
=====================================================*/
input {
  margin-bottom: 1rem;
  transition: border-color 0.2s ease-in-out 0s; }
  input::placeholder {
    color: #c1c4d6; }
  input:focus {
    border-color: #E3335F;
    box-shadow: 0px 5px 12px -2px #0000000f; }

/* ====================================================
- - - - - - - - - 1/ insput variations
=====================================================*/
.input {
  font-weight: 200;
  color: #313845;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #e3e6ec;
  padding: 1rem;
  line-height: 100%;
  position: relative; }
  .input-round {
    border-radius: 50rem; }
  .input-primary {
    background: rgba(227, 51, 95, 0.05);
    border: solid 1px rgba(227, 51, 95, 0.2); }
    .input-primary::placeholder {
      color: #9193a3; }
  .input-outline-bottom {
    border: none;
    border-bottom: solid 2.5px #e3e6ec; }

/* ====================================================
- - - - - - - - - 2/ insput with icon
=====================================================*/
.input-icon {
  position: relative; }
  .input-icon input {
    padding-left: 3rem; }
  .input-icon svg {
    position: absolute;
    left: 10px;
    top: 40%;
    z-index: 2000;
    transform: translateY(-50%);
    font-size: 1.3rem;
    margin-left: 5px;
    color: #313845; }

.textarea, textarea {
  width: 100%;
  font-weight: 200;
  color: #313845;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #e3e6ec;
  padding: 1rem;
  position: relative;
  min-height: 10rem;
  transition: .25s; }
  .textarea::placeholder, textarea::placeholder {
    color: #c1c4d6; }
  .textarea:focus, textarea:focus {
    border: solid 1px #E3335F;
    box-shadow: 0px 5px 12px -2px #0000000f; }

input[type="checkbox"] {
  appearance: none; }

.checkbox-circle {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer; }
  .checkbox-circle span {
    margin-left: 1.5rem;
    opacity: .5; }
  .checkbox-circle::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease; }

#checkbox-circle:checked ~ .checkbox-circle {
  border-color: transparent;
  background: #E3335F; }
  #checkbox-circle:checked ~ .checkbox-circle::after {
    opacity: 1;
    transform: rotate(45deg) scale(1); }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background: linear-gradient(45deg, #E3335F, #3B2C73);
  border-color: #dee2e6 #dee2e6 #fff; }

.box {
  padding: 40px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: default;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .box .box-particles {
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .box .box-particles2 {
    position: absolute;
    top: -1rem;
    right: -1rem; }
  .box .box-num {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 10px;
    color: white; }
  .box .row {
    padding: 0;
    margin: 0; }
  .box .col,
  .box .col-auto {
    padding: 0;
    margin: 0; }
  .box .col {
    margin-left: 10px; }
  .box .box-img {
    height: 4rem;
    margin: 0 auto; }
  .box .box-icon img {
    height: 3rem;
    margin-bottom: 12px; }
  .box .box-title {
    margin-bottom: 12px;
    font-size: 19px;
    text-align: center;
    line-height: 22px; }
  .box.has-primary-bg {
    background: #E3335F;
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1); }
    .box.has-primary-bg:hover {
      transform: scale(1.02);
      box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098); }
    .box.has-primary-bg .box-icon ion-icon {
      color: #FFFFFF; }
    .box.has-primary-bg .box-title {
      color: #FFFFFF; }
    .box.has-primary-bg .box-desc {
      color: #FFFFFF; }
  .box.has-secondary-bg {
    background-color: #24315a;
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1); }
    .box.has-secondary-bg:hover {
      transform: scale(1.02);
      box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098); }
    .box.has-secondary-bg .box-icon ion-icon {
      color: #FFFFFF; }
    .box.has-secondary-bg .box-title {
      color: #FFFFFF; }
    .box.has-secondary-bg .box-desc {
      color: #FFFFFF; }
  .box.has-bg1 {
    background-color: #f4bcba;
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1); }
    .box.has-bg1:hover {
      transform: scale(1.02);
      box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098); }
    .box.has-bg1 .box-icon ion-icon {
      color: #FFFFFF; }
    .box.has-bg1 .box-title {
      color: #233059; }
    .box.has-bg1 .box-desc {
      color: #233059; }
  .box.has-shadow {
    background: #FFFFFF;
    box-shadow: 0 0 0 0 #eee;
    box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
    transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1); }
    .box.has-shadow:hover {
      transform: scale(1.02);
      box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.098); }
  .box.has-left-icon .box-title {
    margin: 5px 0 10px; }

/* ========================== _navbarcss | Trendkit */
/*** TABLE OF CONTENTS
======================
    0 / Generale
    1 / header style-1
    2 / header style-2
    3 / header style-3
=============================================== ***/
.navbar {
  height: 6rem;
  line-height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 99999;
  padding: 0; }
  .navbar .btn {
    margin-bottom: 0 !important; }
  .navbar .navbar-wrap {
    display: flex;
    justify-content: space-between; }
  .navbar.navbar-dark {
    background: #18134D !important;
    transition: all 0.5s ease;
    color: white; }
    .navbar.navbar-dark a {
      color: white !important; }
  .navbar.navbar-dark2 {
    background: #18134D !important;
    transition: all 0.5s ease; }
    .navbar.navbar-dark2 a {
      color: white !important; }
  .navbar .navbar-left {
    display: flex; }
    .navbar .navbar-left .top-logo {
      overflow: hidden;
      margin-right: 2rem;
      height: 6rem; }
      .navbar .navbar-left .top-logo img {
        width: 9rem;
        max-height: 100%; }
    @media screen and (max-width: 992px) {
      .navbar .navbar-left .top-menu {
        display: none; } }
    .navbar .navbar-left .top-menu > li {
      display: inline-block;
      margin-right: 1.5rem; }
      .navbar .navbar-left .top-menu > li > a {
        color: #313845;
        height: 6rem;
        font-size: 1rem;
        font-weight: 400;
        transition: .25s;
        font-weight: 500;
        font-family: "Gilroy-bold"; }
      .navbar .navbar-left .top-menu > li:hover .sub-menu {
        visibility: visible;
        transform: scale(1);
        transition: 0; }
      .navbar .navbar-left .top-menu > li .sub-menu {
        position: absolute;
        padding: 1em 2em;
        transform: scale(0);
        transition: 0.4s cubic-bezier(0.49, 0.03, 0.25, 1.3);
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02);
        border-radius: 8px;
        border: solid 1px #f7f7f7;
        min-width: 15rem; }
      .navbar .navbar-left .top-menu > li .sub-menu li {
        display: block;
        line-height: 2.2; }
      .navbar .navbar-left .top-menu > li .sub-menu li a {
        color: #000;
        font-family: poppins;
        font-size: 14px;
        font-weight: 500;
        transition: .25s;
        opacity: .8; }
      .navbar .navbar-left .top-menu > li .sub-menu li a:hover {
        padding: 0 .3em; }
  .navbar .navbar-right {
    /* menu toggle */
    /* top button */ }
    .navbar .navbar-right .mobile-menu {
      position: absolute;
      top: 6.5rem;
      left: 0;
      right: 0;
      width: 100%;
      background: white;
      padding: 2rem 1rem;
      display: flex;
      justify-content: center;
      box-shadow: 0 3px 13px 0px #00000008;
      flex-direction: column;
      display: none;
      height: calc(100vh - 6rem); }
      .navbar .navbar-right .mobile-menu li {
        text-align: left;
        line-height: 3;
        margin-left: 20px;
        border-bottom: solid 1px #eee; }
        .navbar .navbar-right .mobile-menu li a {
          color: #313845 !important;
          font-weight: 500;
          transition: .25s;
          text-align: left; }
      .navbar .navbar-right .mobile-menu .mobile-buttons {
        margin-top: 2rem;
        display: flex;
        justify-content: center; }
    .navbar .navbar-right .menu-toggle {
      height: 6rem;
      line-height: 6rem;
      display: none; }
      @media screen and (max-width: 992px) {
        .navbar .navbar-right .menu-toggle {
          display: flex;
          align-items: center; } }
    .navbar .navbar-right .menu {
      display: block;
      width: 30px;
      height: 30px;
      position: relative;
      cursor: pointer; }
      .navbar .navbar-right .menu div {
        position: absolute;
        height: 3px;
        border-radius: 2px;
        background: #313845;
        transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s; }
      .navbar .navbar-right .menu input {
        display: none; }
        .navbar .navbar-right .menu input + div {
          top: 50%;
          left: 0;
          margin: -2px 0 0 0;
          width: 30px;
          transform-origin: 50% 50%; }
          .navbar .navbar-right .menu input + div + div {
            top: 4px;
            left: 0;
            width: 30px;
            transform-origin: 0 50%; }
            .navbar .navbar-right .menu input + div + div + div {
              bottom: 4px;
              right: 0;
              width: 30px;
              transform-origin: 100% 50%;
              transform: translate(0, 0); }
        .navbar .navbar-right .menu input:checked + div {
          transform: rotate(-45deg);
          transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s; }
          .navbar .navbar-right .menu input:checked + div + div {
            width: 15px;
            transform: translate(4px, -0.5px) rotate(45deg);
            transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease; }
            .navbar .navbar-right .menu input:checked + div + div + div {
              width: 14px;
              transform: translate(-4.5px, 0.5px) rotate(45deg);
              transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease; }
    .navbar .navbar-right .top-buttons {
      margin-left: 1rem;
      font-family: "Gilroy-bold"; }
      .navbar .navbar-right .top-buttons a {
        transition: .25s; }

/* Layouts > _Headers.scss                                                    | Trendkit */
/*** TABLE OF CONTENTS
======================
    0 / Generale
    1 / Page header
    2 / header style-1
    3 / header style-2
    4 / header style-3
=============================================== ***/
/* =======================================================
- - - - - - - - - 0 / Generale
==========================================================*/
header {
  height: auto;
  position: relative; }
  @media screen and (max-width: 576px) {
    header {
      height: auto; } }

/* =======================================================
- - - - - - - - - 1 / Page header
==========================================================*/
.page-header {
  padding-top: 14rem;
  padding-bottom: 12rem;
  margin-bottom: 4rem;
  background-color: #18124d;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }
  .page-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg/devider.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain; }
  .page-header .navbar {
    color: #fff; }
    .page-header .navbar a {
      color: #fff !important; }
  .page-header .navbar .navbar-right .menu div {
    background: #ffffff; }
  .page-header .page-title {
    font-size: 3rem;
    text-align: center;
    color: white;
    font-family: "Gilroy-bold"; }

/* =======================================================
- - - - - - - -   2 / header style-1
==========================================================*/
.header1 {
  color: #fff;
  position: relative;
  background: #25325b url(../images/bg/header-bg.svg) 62rem -250px no-repeat;
  /* - - - - - - - - - - - - -  header left */
  /* - - - - - - - - - - - - -   header right */ }
  .header1 .navbar {
    background: transparent;
    color: #fff; }
    .header1 .navbar a {
      color: #fff !important; }
    .header1 .navbar .color-dark {
      color: #25325b !important; }
  .header1 .navbar .navbar-right .menu div {
    background: #ffffff; }
  .header1 .header-wrap {
    padding: 100px 0; }
  .header1 .btn-header {
    border: solid 1px rgba(255, 255, 255, 0.247);
    background: transparent !important;
    color: #fff !important; }
  .header1 .header-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 30rem;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      .header1 .header-left {
        min-height: 20rem; } }
    .header1 .header-left .header-title {
      margin-top: 2rem;
      margin-bottom: 1rem;
      font-size: 60px;
      line-height: 70px;
      width: 100%;
      font-family: "Gilroy-bold"; }
      @media screen and (max-width: 768px) {
        .header1 .header-left .header-title {
          font-size: 2.2rem;
          text-align: center;
          line-height: 60px; } }
    .header1 .header-left .header-description {
      font-size: 18px;
      margin-bottom: 2rem;
      max-width: 35rem;
      line-height: 30px; }
      @media screen and (max-width: 768px) {
        .header1 .header-left .header-description {
          text-align: center; } }
    .header1 .header-left .send-email {
      height: 3.5rem;
      background: #fff;
      border-radius: 5px;
      outline: 2.5px solid #edf8fa;
      border-radius: 5px;
      position: relative;
      max-width: 30rem;
      width: 100%; }
      .header1 .header-left .send-email input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        background: transparent;
        padding: 0 2rem; }
      .header1 .header-left .send-email .btn {
        position: absolute;
        right: 5px;
        top: 5px;
        bottom: 5px;
        transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87); }
        .header1 .header-left .send-email .btn:hover {
          transform: scale(1.01);
          -webkit-transform: scale(1.01);
          -moz-transform: scale(1.01);
          -ms-transform: scale(1.01);
          -o-transform: scale(1.01); }
  .header1 .header-right {
    width: 120%; }
    @media screen and (max-width: 576px) {
      .header1 .header-right img {
        margin-top: 0; } }

/* =======================================================
- - - - - - - - - 3 / header style-2
==========================================================*/
.header2 {
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  position: relative;
  background: #18124d; }
  .header2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8rem;
    background: white; }
  .header2 .navbar .navbar-right .menu div {
    background: #ffffff; }
  .header2 .navbar {
    background: #18124d;
    color: #fff; }
    .header2 .navbar a {
      color: #fff !important; }
    .header2 .navbar .color-dark {
      color: #25325b !important; }
  .header2 .header-wrap {
    margin: 6rem 0 0; }
  .header2 .header-title {
    font-size: 60px;
    line-height: 60px;
    max-width: 50rem;
    margin: 0 auto 1.5rem auto;
    font-family: "Gilroy-bold"; }
    @media screen and (max-width: 576px) {
      .header2 .header-title {
        font-size: 2.2rem;
        text-align: center; } }
  .header2 .header-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1.5rem;
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto; }
  .header2 .header-btns {
    margin-bottom: 2rem; }
  .header2 .header-screen {
    box-shadow: 0 21px 81px 0 #18124d40;
    border-radius: 10px; }

/* =======================================================
- - - - - - - - - 4 / header style-3
==========================================================*/
.header3 {
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh; }
  .header3 .navbar .navbar-right .menu div {
    background: #ffffff; }
  .header3 .navbar {
    color: #fff; }
    .header3 .navbar a {
      color: #fff !important; }
  @media screen and (max-width: 576px) {
    .header3 {
      height: auto; } }
  .header3 .header-wrap {
    padding: 10rem 0; }
  .header3::before {
    content: url(../images/glasses.svg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%; }
  @media screen and (max-width: 576px) {
    .header3::before {
      content: url(../images/glasses.svg);
      position: absolute;
      top: 0;
      width: 200%;
      height: 100%; } }
  .header3 .header-title {
    font-size: 65px;
    line-height: 70px;
    max-width: 60rem;
    margin: 2rem auto 1rem auto;
    font-family: "Gilroy-bold"; }
    @media screen and (max-width: 576px) {
      .header3 .header-title {
        font-size: 2.2rem;
        text-align: center; } }
  .header3 .header-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2rem;
    max-width: 35rem;
    margin-right: auto;
    margin-left: auto; }

/* =======================================================
- - - - - - - - - 4 / header style-3
==========================================================*/
.header4 {
  overflow: hidden;
  background: #18134D;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover; }
  .header4 .navbar .navbar-right .menu div {
    background: #ffffff; }
  .header4 .navbar {
    color: #fff; }
    .header4 .navbar a {
      color: #fff !important; }
  .header4 .header-wrap {
    margin: 250px 0; }
    @media screen and (max-width: 768px) {
      .header4 .header-wrap {
        margin: 150px 0; } }
  .header4 .header-sub {
    line-height: 100%;
    color: #d63360;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .header4 .col-md-6 {
    position: relative; }
  .header4 .bg-right {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0; }
    @media screen and (max-width: 768px) {
      .header4 .bg-right {
        display: none; } }
    .header4 .bg-right::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #18124d5c; }
  .header4::before {
    content: url(../images/glasses.svg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%; }
  @media screen and (max-width: 576px) {
    .header4::before {
      content: url(../images/glasses.svg);
      position: absolute;
      top: 0;
      width: 200%;
      height: 100%; } }
  .header4 .header-title {
    font-size: 65px;
    text-align: left;
    line-height: 70px;
    margin: 1rem 0 1rem 0;
    font-family: "Gilroy-bold"; }
    @media screen and (max-width: 576px) {
      .header4 .header-title {
        font-size: 2.2rem; } }
  .header4 .header-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2rem;
    max-width: 35rem; }

/* =======================================================
- - - - - - - - - 3 / header style-2
==========================================================*/
.header5 {
  position: relative;
  background: #f4f2f9;
  padding: 0; }
  .header5 .navbar .navbar-right .menu div {
    background: #ffffff; }
  .header5 .navbar {
    background: white;
    color: #100b3a; }
    .header5 .navbar a {
      color: #100b3a; }
    .header5 .navbar .color-dark {
      color: #25325b !important; }
  .header5 .header-wrap {
    margin: 16rem 0 11rem; }
    @media screen and (max-width: 768px) {
      .header5 .header-wrap {
        margin: 10rem 1rem; } }
  .header5 .header-title {
    font-size: 60px;
    max-width: 50rem;
    margin: 0 auto 1.5rem auto;
    font-family: "Gilroy-bold"; }
    @media screen and (max-width: 576px) {
      .header5 .header-title {
        font-size: 2.2rem; } }
  .header5 .header-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2rem;
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto; }
  .header5 .header-screen {
    width: 150%; }
    @media screen and (max-width: 576px) {
      .header5 .header-screen {
        margin-bottom: 4rem;
        width: 100%; } }

/* =======================================================
- - - - - - - - - 1 /  Footer-style 1
==========================================================*/
.footer-1 {
  padding-top: 4rem; }
  .footer-1 .footer-text {
    color: #5d5b64;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 1rem; }
  .footer-1 .logo img {
    height: 4rem; }
  .footer-1 .social-nav {
    margin-top: 1rem; }
    .footer-1 .social-nav li {
      display: inline;
      margin: 0 .5rem;
      line-height: 2; }
      .footer-1 .social-nav li a {
        color: #313845; }
        .footer-1 .social-nav li a svg {
          color: #313845; }
  .footer-1 .desc {
    margin-top: 1rem;
    max-width: 40rem; }
  .footer-1 .subscribe {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 1rem; }
    .footer-1 .subscribe input {
      flex: 1;
      width: 0;
      margin-bottom: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .footer-1 .subscribe .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      display: inline-block; }
  .footer-1 .menu-items {
    margin-bottom: .5rem; }
    .footer-1 .menu-items li {
      line-height: 34px;
      font-size: 16px; }
      .footer-1 .menu-items li a {
        color: #313845;
        transition: .25s; }
        .footer-1 .menu-items li a:hover {
          padding-left: .5rem;
          color: #E3335F; }
  .footer-1 h4 {
    font-size: 17px; }
  .footer-1 .copyright {
    text-align: center;
    padding: 1rem 0 1rem;
    background: transparent; }
  .footer-1.is-dark {
    background: #18124d;
    color: white; }
    .footer-1.is-dark p {
      color: rgba(255, 255, 255, 0.87); }
    .footer-1.is-dark .menu-items li a {
      color: rgba(255, 255, 255, 0.87);
      transition: .25s; }
    .footer-1.is-dark .social-nav li a {
      color: white; }
      .footer-1.is-dark .social-nav li a svg {
        color: white; }

/* Layouts > _Sections.scss                                                    | Trendkit */
/*** TABLE OF CONTENTS
======================
    0 / Generale
    1 / section about
    2 / section feautures
    3 / section counter
    4 / section feautures
=============================================== ***/
/* =======================================================
- - - - - - - - - 0 / Generale
==========================================================*/
.main-section {
  padding: 100px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; }

.section-head {
  margin-bottom: 3rem; }

.section-subtitle {
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  color: #E3335F;
  background: rgba(227, 51, 95, 0.137);
  padding: 10px 15px;
  margin-bottom: 1rem; }

.has-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 0; }
  .has-bg::before {
    content: "";
    position: absolute;
    background: #18124d;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .6; }

.section-title {
  font-size: 2.6rem;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  color: #313845;
  margin-bottom: 1.5rem;
  line-height: 1.3; }
  @media screen and (max-width: 576px) {
    .section-title {
      font-size: 2rem; } }

.section-desc {
  font-size: 16.5px;
  color: rgba(49, 56, 69, 0.7);
  text-align: center;
  max-width: 35rem;
  margin: 0 auto 2rem; }

.desc-sections {
  font-size: 16.5px;
  color: rgba(49, 56, 69, 0.7);
  text-align: center;
  max-width: 35rem;
  margin: 0 auto 2rem; }

.section {
  /* =======================================================
- - - - - - - - - 1 / section about
==========================================================*/
  /* =======================================================
- - - - - - - - - 2 / section feautures
==========================================================*/ }
  .section-about {
    /* -------------------------------------  ABOUT cards */
    /* -------------------------------------  ABOUT contain */ }
    .section-about .about-cards {
      padding: 0 2rem;
      background: #f4f2f9;
      background: white;
      margin: 0;
      border-radius: 5px;
      border: solid 1px #eee;
      box-shadow: 0 9px 13px #18124d0a; }
      .section-about .about-cards .card-desc {
        max-width: 20rem;
        text-align: center; }
    .section-about .about-contain {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 4rem 0; }
      @media screen and (max-width: 576px) {
        .section-about .about-contain {
          padding: 2rem; } }
      .section-about .about-contain::before {
        content: url(../images/circle.svg);
        position: absolute;
        width: 50rem;
        max-height: 50rem;
        right: -25rem;
        top: 0; }
        @media screen and (max-width: 576px) {
          .section-about .about-contain::before {
            width: 30rem;
            max-height: 30rem;
            right: -15rem; } }
      .section-about .about-contain .about-section-wrap {
        transform: rotate(45deg);
        border-radius: 125px;
        padding: 4rem;
        position: relative;
        z-index: 1;
        background-size: cover !important; }
        @media screen and (max-width: 768px) {
          .section-about .about-contain .about-section-wrap {
            transform: rotate(0); } }
        @media screen and (max-width: 576px) {
          .section-about .about-contain .about-section-wrap {
            padding: 1rem;
            border-radius: 50px;
            transform: rotate(0); } }
        .section-about .about-contain .about-section-wrap::before {
          transform: rotate(-45deg);
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          right: 0;
          top: 0;
          border-radius: 125px;
          z-index: -1; }
        .section-about .about-contain .about-section-wrap::after {
          transform: rotate(-35deg);
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          right: 0;
          top: 0;
          border-radius: 125px;
          z-index: -2;
          -webkit-transform: rotate(-35deg);
          -moz-transform: rotate(-35deg);
          -ms-transform: rotate(-35deg);
          -o-transform: rotate(-35deg); }
        .section-about .about-contain .about-section-wrap .items {
          transform: rotate(-45deg);
          display: flex;
          justify-content: center;
          flex-direction: column; }
          @media screen and (max-width: 768px) {
            .section-about .about-contain .about-section-wrap .items {
              transform: rotate(0); } }
          @media screen and (max-width: 576px) {
            .section-about .about-contain .about-section-wrap .items {
              transform: rotate(0); } }
          .section-about .about-contain .about-section-wrap .items .about-title {
            margin: 2rem; }
            @media screen and (max-width: 576px) {
              .section-about .about-contain .about-section-wrap .items .about-title {
                margin: 1rem; } }
          .section-about .about-contain .about-section-wrap .items .about-desc {
            color: #fff;
            font-size: 15px;
            margin: auto;
            text-align: center;
            max-width: 20rem; }
            @media screen and (max-width: 576px) {
              .section-about .about-contain .about-section-wrap .items .about-desc {
                font-size: 13px; } }
  .section-testimonials {
    background-position: top;
    background-size: cover;
    padding-left: 15px;
    padding-right: 15px; }
    .section-testimonials .testimonials-item {
      padding: 2.5rem;
      background: #FFFFFF;
      margin-bottom: 2rem;
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02); }
      .section-testimonials .testimonials-item .head {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .section-testimonials .testimonials-item .head .client-thumb {
          width: 4rem;
          height: 4rem;
          border-radius: 100%;
          margin-right: 1rem; }
        .section-testimonials .testimonials-item .head .client-name {
          font-size: 1.2rem;
          margin-bottom: .5rem;
          font-weight: 500; }
        .section-testimonials .testimonials-item .head .client-rating img {
          max-height: 1rem; }
      .section-testimonials .testimonials-item .client-desc {
        color: #5d5b64;
        font-size: 15px;
        line-height: 24px;
        font-style: italic; }

/*====================================
    ========= section companies
    =====================================*/
.section-companies {
  padding: 4rem 2rem;
  width: 100%;
  position: relative;
  border-radius: 10px; }
  .section-companies.in-header {
    bottom: -140px; }
  .section-companies.has-style1 {
    background: white;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02); }
    .section-companies.has-style1.is-dark {
      background: #e9e9e9;
      border-radius: 50rem; }
      @media screen and (max-width: 992px) {
        .section-companies.has-style1.is-dark {
          border-radius: 5rem; } }
      @media screen and (max-width: 768px) {
        .section-companies.has-style1.is-dark {
          border-radius: 10px; } }
    .section-companies.has-style1 .company-item {
      display: flex;
      justify-content: center; }
      .section-companies.has-style1 .company-item img {
        max-height: 2rem;
        margin-bottom: 30px;
        transition: .25s ease-in-out; }
        @media screen and (max-width: 768px) {
          .section-companies.has-style1 .company-item img {
            max-height: 2.5rem; } }
        @media screen and (max-width: 576px) {
          .section-companies.has-style1 .company-item img {
            max-height: 2rem; } }
        .section-companies.has-style1 .company-item img:hover {
          transform: scale(1.1); }
    @media screen and (max-width: 992px) {
      .section-companies.has-style1 {
        padding: 4rem 1rem; }
        .section-companies.has-style1 .company-item {
          display: flex;
          justify-content: center; } }

.section-works .work-box {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
  transition: .25s;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(130, 136, 147, 0.15); }
  @media screen and (max-width: 576px) {
    .section-works .work-box {
      margin-left: 0;
      margin-right: 0; } }
  .section-works .work-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #E3335F;
    opacity: 0;
    z-index: 1;
    transition: .25s;
    transition: .25s; }
  .section-works .work-box .work-head {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px;
    transform: translate3d(0, 150%, 0);
    transition: transform .6s;
    z-index: 3; }
    .section-works .work-box .work-head .title a {
      color: white;
      font-size: 24px; }
    .section-works .work-box .work-head span {
      text-transform: uppercase;
      font-size: 15px;
      color: #FFFFFF; }
  .section-works .work-box .work-img {
    position: relative;
    width: 100%;
    z-index: 0;
    transition: .25s; }
  .section-works .work-box:hover::before {
    opacity: .6; }
  .section-works .work-box:hover .work-head {
    transform: translate3d(0, 0, 0); }
  .section-works .work-box.is-active .work-head {
    transform: translate3d(0, 0, 0); }
  .section-works .work-box.is-active::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1;
    transition: .25s;
    transition: .25s; }

/* =======================================================
- - - - - - - - - 4 / section feautures
==========================================================*/
.feautures {
  /* -------------------------------------  FEATURES item */
  /* - - - - - subtitle */
  /* - - - - - */
  /* - - - - - description */
  /* - - - - - list items */ }
  .feautures-item {
    margin-bottom: 4rem; }
    .feautures-item:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  .feautures-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    position: relative; }
  .feautures-title {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    font-family: "Gilroy-bold";
    line-height: 1.3; }
  .feautures-desc {
    margin-bottom: 1rem;
    color: #5d5b64; }
  .feautures-list {
    padding: 1rem 0;
    background: white;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 9px 13px #18124d0a;
    border: solid 1px #eee; }
    .feautures-list li {
      margin: .7rem 0;
      font-weight: 500;
      position: relative;
      transition: .25s; }
      .feautures-list li:hover svg {
        transform: rotate(-30deg);
        margin-right: .7rem; }
      .feautures-list li svg {
        margin-right: .5rem;
        transition: .25s; }
    .feautures-list.has-style2 {
      padding: 1rem; }
      .feautures-list.has-style2 li {
        margin: .7rem 0;
        font-weight: 500;
        position: relative;
        transition: .25s;
        padding-left: 2rem; }
        .feautures-list.has-style2 li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background-image: url(../images/icons/checkbox-circle-fill.svg);
          width: 1.5rem;
          height: 1.5rem;
          background-repeat: no-repeat;
          background-size: contain; }
  .feautures-img {
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 21px 81px 0 #18124d40;
    width: 100%; }
    .feautures-img:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 576px) {
      .feautures-img {
        width: 100%; } }

.section-index-feautures {
  padding: 6rem 0;
  background: #0f0b31;
  color: white; }

.about-list li {
  background: white;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-radius: 5px;
  box-shadow: 0 9px 13px #18124d0a;
  margin-bottom: 20px; }
  .about-list li a {
    margin-top: 5px;
    display: block; }
  .about-list li img {
    height: 3rem;
    margin-right: 1rem; }
  .about-list li .title {
    font-size: 19px; }

.full {
  width: 100%; }

.section-info .info-img {
  width: 100%; }

.cursour {
  cursor: pointer;
  transition: .25s; }
  .cursour:hover {
    transform: scale(0.95); }

.call2action-btns {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .call2action-btns {
      justify-content: flex-start;
      margin-top: 2rem; } }

/*====================================
    ========= section team
    =====================================*/
.section-team .team-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px; }

.section-team .team-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 18px 33px rgba(0, 0, 0, 0.078); }
  .section-team .team-thumb img {
    width: 100%; }
  .section-team .team-thumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: none;
    transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1); }
  .section-team .team-thumb img {
    max-width: 100%; }
  .section-team .team-thumb .team-social {
    margin: 1rem 0 0;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    visibility: hidden;
    transform: translateX(-50%) scale(1.3);
    transition: 0.35s cubic-bezier(0.5, 0, 0.35, 1);
    opacity: 0; }
    .section-team .team-thumb .team-social li {
      margin: 0 .5rem; }
      .section-team .team-thumb .team-social li a {
        color: #ffffff; }
      .section-team .team-thumb .team-social li svg {
        color: #ffffff; }
  .section-team .team-thumb:hover .team-social {
    visibility: visible;
    transform: translateX(-50%) scale(1);
    opacity: 1; }
  .section-team .team-thumb:hover::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.26); }

.section-team .team-name {
  text-transform: capitalize; }

/*=========================
======= article page
===========================*/
.article-page {
  max-width: 810px;
  margin: -185px auto 0;
  position: relative;
  z-index: 1; }
  .article-page .article-head {
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 4px solid #f2f2f2; }
  .article-page .article-img img {
    width: 100%; }
  .article-page .article-meta {
    margin: 40px 0; }
    .article-page .article-meta .article-tag {
      color: #E3335F;
      font-size: 13px;
      padding: 4px 18px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.5;
      color: white;
      background-color: #2e2e2e;
      text-transform: uppercase;
      background: rgba(0, 0, 0, 0.9);
      border-radius: 2rem; }
    .article-page .article-meta .article-social {
      display: flex;
      justify-content: space-around;
      color: #E3335F;
      padding: 4px 18px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.5;
      color: white;
      background-color: #2e2e2e;
      text-transform: uppercase;
      background: #000;
      border-radius: 2rem; }
      .article-page .article-meta .article-social li {
        margin-left: .5rem; }
  .article-page .article-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 40px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .article-page .article-title {
        font-size: 30px; } }
  .article-page .article-date {
    font-size: 13px;
    color: #615f6c; }
  .article-page .article-author {
    font-size: 13px; }
    .article-page .article-author a {
      color: #E3335F; }
  .article-page p {
    margin-bottom: 20px; }
  .article-page h4 {
    margin-top: 40px;
    margin-bottom: 20px; }
  .article-page .article-body img {
    margin-bottom: 20px;
    max-width: 100%; }
  .article-page .article-body .img-by {
    background: #f3f3f3;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    margin-bottom: 20px;
    width: fit-content; }
  .article-page .article-body .blockquote {
    font-weight: bold;
    margin-top: 40px; }
  .article-page img {
    width: 100%; }
  .article-page .acticle-footer {
    margin-top: 40px;
    margin-bottom: 80px;
    background: #f3f3f3;
    padding: 20px; }
    .article-page .acticle-footer .article-social li {
      margin: 0rem .5rem; }

.section-blog2 {
  margin-top: 80px; }
  .section-blog2 .card-blog {
    margin: 0 0 3rem;
    border-radius: 5px;
    box-shadow: 0 15px 29px -4px #3f49621f;
    background: #FFFFFF;
    overflow: hidden;
    transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87); }
    .section-blog2 .card-blog .card-blog-wrap {
      padding: 2rem; }
    .section-blog2 .card-blog .img-blog {
      transition: 1s;
      width: 100%; }
    .section-blog2 .card-blog .title-blog {
      font-size: 1.4rem;
      margin-bottom: 1rem;
      transition: 0.2s; }
    .section-blog2 .card-blog .meta-blog {
      display: flex;
      margin-top: 1rem;
      align-items: center; }
      .section-blog2 .card-blog .meta-blog .author {
        font-size: .9rem;
        margin-right: 1rem; }
        .section-blog2 .card-blog .meta-blog .author a {
          color: #E3335F; }
      .section-blog2 .card-blog .meta-blog .date {
        color: #a2a6ad;
        font-size: .8rem; }
    .section-blog2 .card-blog:hover {
      transform: translateY(0.5rem); }
      .section-blog2 .card-blog:hover .img-blog {
        filter: blur(0.1rem);
        opacity: .9; }
      .section-blog2 .card-blog:hover .title-blog {
        color: #E3335F; }
  .section-blog2 .load-more {
    margin-top: 3rem; }
    .section-blog2 .load-more span {
      padding: 1rem 2rem;
      box-shadow: 0 15px 29px -4px #2227351f;
      border-radius: 50rem;
      transition: .25s;
      color: #E3335F;
      background: #FFFFFF; }
      .section-blog2 .load-more span:hover {
        background: rgba(227, 51, 95, 0.05);
        box-shadow: none; }
  .section-blog2 .img-post {
    border-radius: 10px;
    position: relative;
    z-index: -1;
    width: 100%; }
  .section-blog2 .content-post {
    overflow: hidden;
    padding: 4rem;
    margin: -16rem 4rem 0;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 29px -4px #3f49621f;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .section-blog2 .content-post {
        padding: 1rem;
        margin: -2rem 1rem 0; } }
    .section-blog2 .content-post p {
      margin-bottom: 1rem; }
    .section-blog2 .content-post img {
      width: 100%;
      margin: 1rem 0 2rem; }
  .section-blog2 .coments-wrap {
    margin: 2rem 4rem 0;
    background: rgba(227, 51, 95, 0.1);
    padding: 4rem; }
    @media screen and (max-width: 768px) {
      .section-blog2 .coments-wrap {
        padding: 1rem;
        margin: 2rem 0 0; } }
    .section-blog2 .coments-wrap .coments-wrap-title {
      color: #E3335F;
      margin-bottom: 1rem;
      font-size: 1.3rem; }

.blog-top {
  margin-top: -10rem; }
  .blog-top .card-blog .card-blog-wrap {
    padding: 1.5rem; }
  .blog-top .card-blog .title-blog {
    font-size: 20px;
    line-height: 1.3; }

/*====================================
    ========= section blog
    =====================================*/
.section-blog .blog .blog-img {
  width: 100%;
  z-index: -1; }

.section-blog .blog .blog-wrap {
  position: relative;
  background: #FFFFFF;
  padding: 1.5rem;
  margin-top: -1rem;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 2;
  box-shadow: 0 8px 21px -3px rgba(0, 0, 0, 0.09);
  transition: .25s; }

.section-blog .blog .title a {
  font-size: 20px;
  color: #313845; }

.section-blog .blog .blog-item {
  margin-bottom: 2rem; }
  .section-blog .blog .blog-item:hover .blog-wrap {
    transform: translateY(-1rem);
    background: #E3335F; }
  .section-blog .blog .blog-item:hover .title a {
    font-size: 20px;
    color: #FFFFFF; }

.login-right {
  position: relative;
  min-height: 100vh;
  height: 100%;
  background-size: cover !important; }
  @media screen and (max-width: 768px) {
    .login-right {
      display: none; } }
  .login-right .screen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh; }
  .login-right img {
    width: 70%; }

.login-left {
  padding: 2rem 2rem 4rem;
  background: #FFFFFF;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100%; }
  @media screen and (max-width: 576px) {
    .login-left {
      height: auto; } }
  .login-left nav {
    overflow: hidden;
    width: 100%; }
    .login-left nav .back-to {
      color: #313845;
      cursor: pointer;
      float: left; }
      .login-left nav .back-to:hover span {
        padding-left: .5rem; }
      .login-left nav .back-to:hover svg {
        color: #E3335F;
        vertical-align: middle;
        opacity: 1; }
      .login-left nav .back-to span {
        transition: .25s;
        opacity: .3; }
        @media screen and (max-width: 576px) {
          .login-left nav .back-to span {
            display: none; } }
      .login-left nav .back-to svg {
        opacity: .3; }
  .login-left header {
    margin: 2rem 0; }
  .login-left .logo {
    overflow: hidden;
    display: flex;
    justify-content: center; }
    .login-left .logo img {
      height: 7rem;
      max-height: 100%; }
  .login-left .title {
    font-size: 500;
    margin: 1rem 0 2rem; }
  .login-left .form {
    width: 22rem;
    margin: auto; }
    .login-left .form .btn-login {
      margin-top: 2rem;
      width: 100%; }
    .login-left .form .forgot-link {
      color: #313845;
      text-decoration: underline;
      font-size: 14px;
      opacity: .5; }

@media screen and (max-width: 576px) {
  .check-password {
    display: flex;
    flex-direction: column;
    align-items: baseline !important; } }

.login-page {
  margin: 10rem 0 4rem;
  max-width: 35rem;
  padding: 4rem;
  width: 100%;
  background: #FFFFFF; }

.index {
  /*-----------------------------navbar */
  /*-----------------------------index header  */
  /*-----------------------------nav tabs  */
  /*-----------------------------demo  */
  /*-----------------------------Footer  */ }
  .index .navbar {
    background: #18124d !important;
    border-bottom: none !important;
    line-height: 100%; }
    .index .navbar .logo-top {
      max-width: 2.8rem; }
  .index-navbar-desc {
    color: #ffffff; }
  @media screen and (max-width: 576px) {
    .index-navbar-right {
      width: 100% !important;
      display: flex;
      justify-content: center; }
      .index-navbar-right .btn {
        display: none; } }
  .index-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #18134D; }
    .index-header .header-wrap {
      padding: 12rem 0; }
      @media screen and (max-width: 576px) {
        .index-header .header-wrap {
          margin-bottom: 4rem;
          padding-bottom: 4rem; } }
    .index-header-logo {
      margin-bottom: 3rem; }
      .index-header-logo img {
        width: 8rem; }
        @media screen and (max-width: 768px) {
          .index-header-logo img {
            width: 6rem; } }
    .index-header-desc {
      color: #cfcde2;
      text-align: center;
      font-size: 17px;
      max-width: 40rem;
      margin: 2rem auto; }
    .index-header-title {
      font-size: 3.5rem;
      font-weight: 500;
      color: #FFFFFF; }
      @media screen and (max-width: 576px) {
        .index-header-title {
          font-size: 2.5rem; } }
    .index-header-btns {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 576px) {
        .index-header-btns {
          transform: scale(0.9);
          display: flex;
          justify-content: space-between; } }
  .index .section-desc {
    text-align: center;
    font-size: 12px;
    font-family: "Gilroy-bold";
    border-radius: 5px;
    letter-spacing: 1px;
    color: #E3335F;
    background: rgba(227, 51, 95, 0.137);
    padding: 3px 8px;
    margin-bottom: 1rem; }
  .index-section-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 70px; }
    @media screen and (max-width: 576px) {
      .index-section-title {
        font-size: 2rem; } }
  .index .img-title {
    max-height: 5rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 576px) {
      .index .img-title {
        max-height: 4rem; } }
  .index-demo-box {
    padding: 100px 0;
    position: relative; }
    .index-demo-box-title {
      position: absolute;
      top: -2rem;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 500;
      font-size: 10rem;
      z-index: -1; }
  .index .demo {
    position: relative;
    background-color: #f7faff; }
    .index .demo-item {
      background: #FFFFFF;
      padding: 0 0 1rem;
      transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87);
      cursor: pointer;
      margin-bottom: 4rem; }
      .index .demo-item:hover {
        transform: scale(0.95);
        box-shadow: none; }
    .index .demo-img {
      overflow: hidden;
      margin-bottom: 1rem;
      overflow: hidden;
      border-radius: 5px; }
      .index .demo-img img {
        width: 100%; }
    .index .demo-link {
      text-align: center;
      padding: .3rem 2rem;
      border-radius: 1.5rem;
      font-weight: 500;
      width: fit-content;
      font-family: "Gilroy-bold";
      color: #FFFFFF; }
      .index .demo-link:hover {
        opacity: .7; }
  .index .elements-demo {
    padding: 6rem 0; }
    .index .elements-demo .logo {
      height: 4.5rem; }
  .index-footer {
    padding: 10rem 0;
    position: relative;
    background: #18124d; }
    @media screen and (max-width: 576px) {
      .index-footer {
        padding: 5rem 0; } }
    .index-footer h2 {
      font-size: 40px; }
      @media screen and (max-width: 576px) {
        .index-footer h2 {
          font-size: 30px; } }

/* ====================================================
- - - - - - - - 0 / Generale
=====================================================*/
.elements-header {
  margin-top: 10rem !important;
  padding: 1rem;
  margin-top: 2rem;
  background: #18124d;
  border-radius: .5rem;
  height: 25rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
  @media screen and (max-width: 576px) {
    .elements-header {
      flex-direction: column-reverse; } }
  .elements-header-title {
    font-size: 3rem;
    font-weight: normal;
    font-family: "Gilroy-bold";
    line-height: 60px; }
    @media screen and (max-width: 576px) {
      .elements-header-title {
        margin: 0 2rem 2rem;
        font-size: 2.5rem;
        text-align: center; } }
  .elements-header img {
    max-width: 25rem; }
    @media screen and (max-width: 576px) {
      .elements-header img {
        margin: 2rem; } }

.elements-title {
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Gilroy-bold";
  padding: 1rem 2rem 1rem 2rem;
  border-radius: .5rem;
  background: #f7faff;
  display: inline-flex;
  margin: 4rem 0 1rem;
  border-left: solid 5px #e1e9f6; }

.elements-subtitle {
  color: #5d5b64;
  margin-bottom: 1.5rem; }
  .elements-subtitle .copy-icon {
    border-radius: 10px;
    padding: .2rem; }
    .elements-subtitle .copy-icon svg {
      width: 1.2rem; }

.elements-bg {
  background-image: url(../images/bg/elements-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden; }

.elements-row .col-6 {
  padding: 0 1rem !important; }

.elements-box {
  margin-bottom: 2rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 10px 40px -10px rgba(24, 18, 77, 0.15);
  border: solid 1.5px #f7faff;
  padding: 1rem;
  text-align: center;
  transition: .2s; }
  .elements-box img {
    max-height: 7rem; }
  .elements-box:hover {
    box-shadow: none; }

.elements-icon {
  padding: 1rem 2rem; }

.elements-logo-home {
  margin: 4rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 576px) {
    .elements-logo-home {
      margin: 0; } }
  .elements-logo-home img {
    width: 95%; }

/* ====================================================
- - - - - - - - 0 / template Skin Colors PAGE
=====================================================*/
.elements-box .bg-color {
  height: 5rem;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #FFFFFF;
  padding: .5rem; }

.content-color {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem; }
  .content-color-name {
    font-size: 1.1rem;
    font-family: "Gilroy-bold";
    line-height: 2; }
  .content-color-icon-copy {
    cursor: pointer;
    background: #f7faff;
    border-radius: 10px;
    padding: .5rem;
    transition: transform 0.2s cubic-bezier(0, 0, 0.41, 1.87); }
    .content-color-icon-copy:hover {
      transform: scale(0.9);
      background: rgba(247, 250, 255, 0); }
      .content-color-icon-copy:hover:after, .content-color-icon-copy:hover:before {
        display: block; }
    .content-color-icon-copy:focus {
      background: #313845; }
    .content-color-icon-copy:before {
      content: '';
      display: none;
      position: absolute;
      z-index: 9998;
      top: 35px;
      left: 15px;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #757b9b; }
    .content-color-icon-copy:after {
      content: 'Copy.Code';
      display: none;
      position: absolute;
      z-index: 9999;
      top: 40px;
      left: 50%;
      color: #fff;
      font-size: .7rem;
      transform: translateX(-50%);
      word-wrap: normal;
      padding: .5rem;
      text-align: center;
      background: #757b9b;
      border-radius: 3px;
      transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87); }
    .content-color-icon-copy svg {
      color: #adb6c5; }

/* ========================== _pricing.scss | Trendkit */
.pricing-cards-wrap .pricing-card {
  position: relative;
  padding: 3rem 2rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02); }
  @media screen and (max-width: 576px) {
    .pricing-cards-wrap .pricing-card {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  .pricing-cards-wrap .pricing-card-title {
    font-size: 1.5rem;
    font-family: "Gilroy-bold"; }
  .pricing-cards-wrap .pricing-card-subtitle {
    margin-top: .5rem; }
  .pricing-cards-wrap .pricing-card-options {
    margin: 2rem 0; }
    .pricing-cards-wrap .pricing-card-options li {
      margin-bottom: .5rem; }
      .pricing-cards-wrap .pricing-card-options li svg {
        font-size: 1rem;
        margin-right: .5rem; }
    .pricing-cards-wrap .pricing-card-options .shap {
      position: absolute;
      top: 0;
      right: 0;
      height: 1rem;
      width: 2rem;
      background: #E3335F; }
    .pricing-cards-wrap .pricing-card-options .disable {
      color: #c5c9d1; }
      .pricing-cards-wrap .pricing-card-options .disable svg {
        color: #c5c9d1; }
  .pricing-cards-wrap .pricing-card-price {
    font-size: 2.5rem;
    font-family: "Gilroy-bold";
    vertical-align: bottom;
    margin-bottom: 1.5rem; }
    .pricing-cards-wrap .pricing-card-price span {
      font-size: 1rem; }
  .pricing-cards-wrap .pricing-card .shap {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 1rem;
    height: 6rem;
    border-radius: 0 5rem 5rem 0; }

.contact {
  margin-bottom: 4rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 2rem; }
  .contact-title {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .contact-desc {
    margin: 0 0 2rem;
    max-width: 30rem; }
  .contact-links {
    padding: 2rem 1.5rem 1rem;
    background: #FFFFFF;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .contact-links li {
      margin-bottom: 1rem; }
      .contact-links li a {
        color: #313845; }
        .contact-links li a svg {
          margin-right: .5rem;
          transition: .25s; }
        .contact-links li a:hover {
          color: #E3335F; }
          .contact-links li a:hover svg {
            margin-right: 1rem; }

.privacy-policy {
  background: #fff;
  margin: 0 6rem;
  margin-bottom: 4rem;
  padding: 4rem 6rem; }
  .privacy-policy p {
    line-height: 2;
    font-size: 1.1rem; }
  @media screen and (max-width: 768px) {
    .privacy-policy {
      margin: 0;
      margin-bottom: 4rem;
      padding: 2rem; } }

.about-cards-page {
  margin-top: -10rem; }

.about-title {
  font-size: 2.4rem;
  margin-bottom: 1rem; }

.about-subtitle {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  border-radius: .5rem;
  background: #FFFFFF;
  text-align: unset;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02); }

.member {
  text-align: center; }
  .member-img {
    border-radius: .5rem; }
  .member-name {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.1rem; }
  .member-position {
    opacity: .6;
    font-size: .9rem; }

.counter {
  text-align: center;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.01), 0 2px 5px 0 rgba(0, 0, 0, 0.02);
  transition: 0.4s cubic-bezier(0.49, 0.03, 0.25, 1.3); }
  .counter:hover {
    transform: scale(1.05); }
  .counter-number {
    font-weight: 500;
    font-family: "Gilroy-bold";
    font-size: 2.2rem; }
  .counter-title {
    margin-top: .5rem;
    opacity: .6;
    font-size: 14px; }
  .counter-name {
    text-align: center; }

/* ========================== _blog.scss | Trendkit */
/*=========================
======= sidebar blog 
===========================*/
.blog-sidebar {
  margin-top: 80px; }
  .blog-sidebar .widget {
    margin-bottom: 40px; }
  .blog-sidebar .widget-title {
    font-size: 25px;
    margin-bottom: 20px; }
  .blog-sidebar .widget-desc {
    margin-bottom: 20px; }
  .blog-sidebar .search-group {
    display: flex;
    justify-content: flex-start;
    position: relative; }
  .blog-sidebar .search-input {
    border-radius: 10rem;
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    border: none;
    outline: none;
    transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87); }
  .blog-sidebar .search-submit {
    position: absolute;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }
    .blog-sidebar .search-submit ion-icon {
      font-size: 25px; }
  .blog-sidebar .email-group {
    display: flex;
    justify-content: flex-start; }
  .blog-sidebar .email-input {
    border-radius: 5px;
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    border: none;
    outline: none;
    margin-bottom: 0 !important; }
  .blog-sidebar .email-submit {
    font-size: 14px; }
  .blog-sidebar .ads {
    border-radius: 5px;
    box-shadow: 0 15px 29px -4px #3f49621f;
    padding: 2rem;
    background-color: white; }
    .blog-sidebar .ads img {
      width: 100%;
      border-radius: 5px; }
  .blog-sidebar .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px !important;
    border-radius: 3px;
    color: #303037;
    transition: all .3s;
    margin: 5px 5px 5px;
    font-size: 12px;
    box-shadow: 0 15px 29px -4px #3f49621f;
    background: #FFFFFF; }
    .blog-sidebar .tagcloud a:hover {
      background: #e0e1eb; }
  .blog-sidebar ul .cat-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eeeff7; }
    .blog-sidebar ul .cat-item a {
      color: #313845; }
      .blog-sidebar ul .cat-item a:hover {
        color: #E3335F; }
  .blog-sidebar ul .cat-item:first-of-type {
    border-top: 1px solid #eeeff7; }
  .blog-sidebar .post-group__thumb {
    display: block;
    position: relative;
    outline: 0; }
  .blog-sidebar .post-group__thumb img {
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%; }
  .blog-sidebar .post-group__thumb:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: 0; }
  .blog-sidebar .post-group__thumb:hover img {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0); }
  .blog-sidebar .post-group__thumb:hover:before {
    opacity: .2; }
  .blog-sidebar .post-group__meta {
    color: #8b8c99; }
  .blog-sidebar .post-group__meta a {
    font-weight: 700; }
  .blog-sidebar .post-group {
    position: relative; }
  .blog-sidebar .post-group--md .post-group__meta {
    margin: 15px 0 8px;
    font-size: 14px; }
  .blog-sidebar .post-group--lg {
    margin-bottom: 70px; }
  .blog-sidebar .post-group--lg .post-group__meta {
    margin: 22px 0 15px; }
  .blog-sidebar .post-group--lg .author__name {
    font-size: 18px; }
  .blog-sidebar .post-group .h3-h4 a,
  .blog-sidebar .post-group .h6 a {
    color: #303037;
    transition: color .2s; }
  .blog-sidebar .post-group__left {
    width: 82px;
    float: left; }
  .blog-sidebar .post-group__right {
    width: calc(100% - 82px);
    float: left;
    padding-left: 15px; }
  .blog-sidebar .post-group .h3-h4 a:hover,
  .blog-sidebar .post-group .h6 a:hover {
    color: #E3335F; }
  .blog-sidebar .post-group--sm .h6 {
    font-size: 18px;
    margin: -5px 0 5px;
    line-height: 1.4; }
  .blog-sidebar .post-group--sm {
    display: flex;
    margin-bottom: 30px; }
  .blog-sidebar .post-group--sm .post-group__desc p {
    font-size: 14px;
    color: #8b8c99;
    margin: 0;
    line-height: 1.3; }

/*=========================
======= Blog
===========================*/
.widget-title {
  color: #E3335F; }

.post-wrap {
  margin-left: 20px;
  -ms-grid-column: 20px;
  margin-top: 50px; }
  .post-wrap .post-img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(130, 136, 147, 0.1); }
    .post-wrap .post-img::after {
      content: "Read article";
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(227, 51, 95, 0.8);
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      opacity: 0;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0;
      transition: all 0.15s ease-in 0s;
      z-index: 1; }
    .post-wrap .post-img:hover::after {
      opacity: 1; }
    .post-wrap .post-img img {
      width: 100%;
      transition: .25s; }
  .post-wrap .post-content {
    position: relative;
    background: #FFFFFF;
    border-radius: 0 10px 10px 10px;
    padding: 0 0 30px;
    margin: 0 15px 30px; }
    .post-wrap .post-content .post-tag {
      margin-top: 20px;
      margin-right: .5rem;
      display: flex; }
      .post-wrap .post-content .post-tag .tag-item {
        color: #E3335F;
        font-size: 13px;
        padding: 4px 18px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        color: white;
        background-color: #2e2e2e;
        text-transform: uppercase;
        background: #000;
        border-radius: 2rem;
        box-shadow: 0 15px 29px -4px #3f49621f;
        background: #FFFFFF; }
    .post-wrap .post-content .post-date {
      font-size: 13px;
      color: #615f6c; }
    .post-wrap .post-content .post-author {
      font-size: 13px; }
      .post-wrap .post-content .post-author a {
        color: #E3335F; }
    .post-wrap .post-content .post-title {
      margin: 20px 0; }
      .post-wrap .post-content .post-title a {
        color: #000;
        transition: .25s;
        font-size: 24px; }
        .post-wrap .post-content .post-title a:hover {
          color: #E3335F; }
    .post-wrap .post-content .post-description {
      margin-bottom: 20px; }
  .post-wrap.in-first-post {
    border-bottom: 4px solid #f2f2f2;
    margin-bottom: 30px;
    margin-top: 0; }
    .post-wrap.in-first-post .post-content {
      border-bottom: none;
      margin-bottom: 0; }
    .post-wrap.in-first-post .post-title a {
      font-size: 30px;
      line-height: 1.4; }
      @media screen and (max-width: 576px) {
        .post-wrap.in-first-post .post-title a {
          font-size: 20px; } }

.post-wrap2 {
  margin-bottom: 30px; }
  .post-wrap2 .post-img {
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .post-wrap2 .post-img img {
      width: 100%;
      transition: .25s; }
  .post-wrap2 .post-content {
    position: relative;
    border-radius: 0 10px 10px 10px;
    padding: 0 0 30px; }
    .post-wrap2 .post-content .post-tag {
      margin-right: .5rem;
      display: flex; }
      .post-wrap2 .post-content .post-tag .tag-item {
        color: #E3335F;
        font-size: 13px;
        padding: 15px 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        color: #646464;
        text-transform: uppercase; }
    .post-wrap2 .post-content .post-date {
      font-size: 13px;
      color: #615f6c; }
    .post-wrap2 .post-content .post-author {
      font-size: 13px; }
      .post-wrap2 .post-content .post-author a {
        color: #E3335F; }
    .post-wrap2 .post-content .post-title {
      margin: 0 0 20px; }
      .post-wrap2 .post-content .post-title a {
        color: #000;
        transition: .25s;
        font-size: 24px; }
        .post-wrap2 .post-content .post-title a:hover {
          color: #E3335F; }
    .post-wrap2 .post-content .read-more {
      color: #000;
      position: relative; }
      .post-wrap2 .post-content .read-more::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        height: 2px;
        width: 25%;
        background: #E3335F;
        transition: .25s; }
      .post-wrap2 .post-content .read-more:hover::before {
        width: 100%; }
    .post-wrap2 .post-content .post-description {
      margin-bottom: 20px; }
  .post-wrap2.in-first-post {
    border-bottom: 4px solid #f2f2f2;
    margin-bottom: 30px;
    margin-top: 0; }
    .post-wrap2.in-first-post .post-content {
      border-bottom: none;
      margin-bottom: 0; }
    .post-wrap2.in-first-post .post-title a {
      font-size: 30px;
      line-height: 1.4; }
      @media screen and (max-width: 576px) {
        .post-wrap2.in-first-post .post-title a {
          font-size: 20px; } }
  .post-wrap2.is-dark .post-img img {
    border-radius: 10px; }
  .post-wrap2.is-dark .post-content .post-tag .tag-item {
    color: #cacaca; }
  .post-wrap2.is-dark .post-content .post-date {
    color: #ebebeb; }
  .post-wrap2.is-dark .post-content .post-author a {
    color: #E3335F; }
  .post-wrap2.is-dark .post-content .post-title a {
    color: white; }
    .post-wrap2.is-dark .post-content .post-title a:hover {
      color: #E3335F; }
  .post-wrap2.is-dark .post-content .read-more {
    color: white; }
  .post-wrap2.is-dark .post-content .post-description {
    color: white; }

/* ====================================================
- - - - - - - - - 2/ Generale
=====================================================*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy.ttf ") format("truetype"), url("../fonts/gilroy-webfont.woff ") format("woff"), url("../fonts/gilroy-webfont.woff2 ") format("woff2");
  font-style: normal; }

@font-face {
  font-family: "Gilroy-bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/gilroy-bold-webfont.woff") format("woff"), url("../fonts/gilroy-bold-webfont.woff2") format("woff2");
  font-style: normal; }

@font-face {
  font-family: "lato";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Gilroy";
  font-size: 15.5px;
  line-height: 28px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #313845; }

.page {
  background: #f4f2f9;
  overflow-x: hidden; }

#canvas {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%; }

.bg-circle {
  background-size: contain;
  background-position: center left;
  background: url(../images/bg/header1.svg);
  background-repeat: no-repeat; }

.container {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 576px) {
    .container {
      width: 90%; } }

a {
  cursor: pointer;
  text-decoration: none;
  color: #313845; }

a:hover {
  text-decoration: none; }

p {
  cursor: default;
  margin: 0;
  font-family: "lato"; }

li {
  list-style: none;
  cursor: default; }

ul {
  margin: 0;
  padding: 0; }

textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  cursor: default;
  font-family: "Gilroy-bold"; }

img {
  max-width: 100%; }

input {
  outline: none;
  line-height: 2;
  padding: 0; }

label {
  font-family: "Gilroy-bold"; }
