@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");

@font-face {
  font-family: 'Gothic';
  src: url("../vendor/fonts/GOTHIC.ttf") format("truetype");
}

@font-face {
  font-family: 'Gothic-Bold';
  src: url("../vendor/fonts/GOTHIC-BOLD.ttf") format("truetype");
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #ff3864;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #ff053c;
}

.background_wallpaper{
  background: url(../img/background_middle.png);
  min-height: 1000px;
  background-position: center;
  background-size: cover;
}

.princing_container{
  background: #f3f3f3;
}

.container_image_img_header{
  text-align: left;
}

.container_image_img_header img{
  width: 300px;
}

.texts-home-header h1{
  text-transform: unset !important;
  font-size: 45px !important;
  line-height: 50px;
}

.texts-home-header p{
  font-size: 34px !important;
  color: white !important;
  margin-bottom: 15px;
  padding-bottom: 0 !important;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gothic';
  font-weight: 200;
}

.h3, h3 {
    font-size: 1.65rem;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 30px 0;
}

section h2 {
  font-size: 20px;
}

section .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.princing_container ul#table-princing {
  padding-left: 0px;
}

.princing-list{
  list-style: none;
  text-align: left;
  padding: 10px 30px;
}
.catalogue{
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {

  section {
    padding: 45px 0;
  }
  section h2 {
    font-size: 25px;
  }
  section .container-fluid {
    padding-left: 3em;
    padding-right: 3em;
  }
}

img {
  max-width: 100%;
}
img.icon-meniuu {
  max-width: 135px;
  margin: 0 5px;
  vertical-align: bottom;
}

.row.align-midle {
  align-items: center;
}

.subscribe_button_input input{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: unset;
  -webkit-box-shadow: -1px 0px 2px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 2px -1px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 2px -1px rgba(0,0,0,0.75);
  padding: 16px 15px 15px 20px;
  outline: none;
  font-size: 14px;
}

.subscribe_button_input button{
  background: #e63c66;
  outline: none;
  border: unset;
  font-size: 15px;
  padding: 15px 20px;
  color: white;
  font-family: Gothic-Bold;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: -5px;
}

.subscribe_container{
  background: url(../img/background_footer.png);
  text-align: center;
  background-size: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.75);
}

.princing_container .card {
    width: 100%;
}

.subscribe_container .container h2{
  font-family: Gothic-Bold;
  margin-bottom: 20px !important;
  color: white;
  font-size: 30px;
  margin-top: 20px;
}

.subscribe_container .container p{
  font-family: gothic;
  color: white;
}

.link-ns {
  color: #666666;
}

/* Nav */
#nav {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background: #07090c;
  box-shadow: none;
  color: #fff;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
  width: 20em;
  z-index: 10002;
}

#nav > ul {
  margin: 0 0 1em 0;
}

#nav > ul.links {
  list-style: none;
  padding: 0;
}

#nav > ul.links > li {
  padding: 0;
}

#nav > ul.links > li > a:not(.button) {
  border: 0;
  border-top: solid 1px transparent;
  color: inherit;
  display: block;
  line-height: 2.5em;
  text-decoration: none;
  font-size: 20px;
}

#nav > ul.links > li > .button {
  display: block;
  margin: 0.5em 0 0 0;
}

#nav > ul.links > li:first-child > a:not(.button) {
  border-top: 0 !important;
}

#nav .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: #a5a9ad;
  cursor: pointer;
  display: block;
  height: 3.25em;
  line-height: 3.25em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7em;
}

#nav .close:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

#nav .close:before {
  font-size: 1.25em;
}

#nav .close:hover {
  color: #fff;
}

@media screen and (max-width: 736px) {
  #nav .close {
    height: 4em;
    line-height: 4em;
  }
}
#nav.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}

@media screen and (max-width: 736px) {
  #nav {
    padding: 2.5em 1.75em;
  }

  #nav > ul.links > li > a:not(.button) {
    border: 0;
    border-top: solid 1px transparent;
    color: inherit;
    display: block;
    line-height: 3.5em;
    text-decoration: none;
    font-size: 15px;
    padding: 5px;
  }
}
#mainNav {
  border-color: rgba(34, 34, 34, 0.1);
  background-color: transparent;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Gothic';
  font-weight: 200;
}
#mainNav.navbar-shrink{
  background-color: rgba(15, 29, 49, 0.9);
}
@media (min-width: 992px) {
  #mainNav {
  background-color: rgba(15, 29, 49, 0.9);
  }
}
#mainNav .navbar-brand img {
  max-width: 80px;
  height: auto;
}
#mainNav .navbar-toggler {
  font-size: 33px;
  padding: 9px 6px;
  color: white;
  border-color: transparent;
}
#mainNav .navbar-nav > li > a {
  font-size: 22px;
  font-family: 'Gothic';
}
#mainNav .navbar-nav > li > a.active {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: transparent;
}
#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: white;
}
#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-nav > li .navbar-toggler {
  display: block;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
    padding: 0.1rem 1rem;
    height: 100px;
  }
  #mainNav .navbar-brand img {
    max-width: 80px;
    height: auto;
  }
  #mainNav .navbar-nav > li {
    margin-right: 38px;
  }
  #mainNav .navbar-nav > li:last-child {
    margin-right: 0;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: rgba(15, 29, 49, 0.9);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: white;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: white;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

header.masthead {
  position: relative;
  width: 100%;
  /*padding-top: 150px;*/
  padding-bottom: 0px;
  color: white;
  background-image: url("../img/bg-hero-min.jpg");
  background-position: center;
  background-size: cover;
  min-height: 740px;
}

header.masthead .header-content {
  max-width: 100%;
  margin-bottom: 0;
  text-align: center;
}
header.masthead .header-content h1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Gothic-Bold';
}
header.masthead .header-content h2 {
  font-size: 28px;
  font-weight: 600;
}
header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}
header.masthead .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 992px) {
  header.masthead {
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead.bg-small {
    height: 270px;
    text-align: center;
  }
  header.masthead.bg-small h3 {
    font-size: 25px;
    font-weight: bold;
  }
  header.masthead.bg-small p {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0;
  }
  header.masthead.bg-normal {
    height: 530px;
  }
  header.masthead.bg-normal span {
    color: #ff3864;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 5px;
  }
  header.masthead.bg-normal .header-content h1 {
    margin-top: 0 !important;
    text-transform: none;
  }
  header.masthead.bg-normal .header-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
  header.masthead.bg-pricing {
    position: absolute;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: center;
  }
  header.masthead .header-content h1 {
    font-size: 52px;
    margin-top: 2.5rem !important;
  }
  header.masthead .header-content h2 {
    font-size: 28px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

.home {
  font-family: 'Gothic';
}
.home .start {
  display: none;
}
.home .navbar-shrink .start {
  display: block;
}
.home p {
  font-size: 25px;
  padding-bottom: 1em;
  line-height: 1.25;
  color: #666666;
}
.home section h2 {
  margin-bottom: 3rem;
  font-size: 36px;
  text-transform: uppercase;
  color: #343150;
  font-family: 'Gothic-Bold';
}
.home section .feature-item-image img {
  width: auto;
  max-height: 485px;
}
.home section.section img.img-section {
  max-width: 100%;
}

.home header.masthead {
  display: flex;
  align-items: center;
}

.home header.masthead img.phones_app {
  padding: 30px;
}

@media (min-width: 768px) {
  .home section.section img.img-section {
    max-width: 568px;
  }
}

section.orders {
  position: relative;
}
section.orders h2 {
  font-size: 18px;
  margin-top: 0;
}
section.orders .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.orders .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.orders .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.orders .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.orders h2 {
    font-size: 28px;
  }
}

section.features {
  padding: 0;
}
section.features .device-container,
section.features .feature-item {
  margin: 0 auto;
}
section.features .device-container {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features .feature-item {
  padding-top: 0;
  padding-bottom: 0;
}
section.features .feature-item h3 {
  font-size: 30px;
}
section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.features .feature-item-image {
  text-align: center;
}
@media (min-width: 992px) {
  section.features .container-fluid {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }
}

a.btn-blue {
  background-color: #343050;
  font-size: 17px;
  padding: 12px 0;
  color: white;
  border-radius: 5px;
  max-width: 135px;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
a.btn-blue:hover {
  text-decoration: none;
  background-color: #ff3864;
}

/* #Pricing
- - - - - - - - - - - - - - - - - - - - */
.price {
  padding-top: 8%;
}
.price .align-midle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price .pricing {
  width: 31.12%;
  margin-right: 2.5%;
  background-color: white;
  border-radius: 20px;
  float: left;
  text-align: center;
  padding: 20px 0 20px;
  box-shadow: 2px 2px 3px #aeaeae;
  font-family: 'Montserrat', sans-serif;
}
header h1 {
    margin-top: 0 !important;
}
.price .pricing:last-child {
  margin-right: 0;
}
.price .pricing .img-pricing img {
  height: 160px;
  width: auto;
  max-height: 100px;
}
.price .pricing h2 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #343050;
  margin-top: 5px;
}
.price .pricing h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  color: #ff3864;
  font-weight: bold;
  margin-bottom: 0;
}
.price .pricing h3.pb-4 {
  color: #343050;
  font-size: 20px;
}
.price .pricing h3.pb-2 span {
  font-size: 18px;
}
.price .pricing h3.pb-4 span {
  font-size: 13px;
}
.price .pricing table {
  font-size: 16px;
  text-align: left;
}
.price .pricing table tr td {
  padding: 4px 70px 4px 32px;
  position: relative;
  border: none;
}
.price .pricing table tr td i {
  color: #32a842;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -9px;
}

.separator {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.separator p {
  margin-bottom: 0;
  font-size: 24px;
}

.catalogue-items {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #222d32;
  font-weight: 300;
}
.catalogue-items .container-fluid {
  padding-right: 8em;
}
.catalogue-items .container-fluid .row {
  position: relative;
}
.catalogue-items h2 {
  color: #222d32;
  font-size: 23px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.catalogue-items h4 {
  font-size: 20px;
  font-weight: bold;
  color: #00a2cb;
}
.catalogue-items a {
  color: #00a2cb;
}
.catalogue-content-image img {
    border: 30px solid #cbcbcb;
    border-radius: 20px;
}
.catalogue-items a:hover {
  color: #222d32;
  text-decoration: none;
}
.catalogue-items .catalogue-content-image {
  max-width: 430px;
}
.catalogue-items .logo-catalogue {
  max-width: 165px;
  position: absolute;
  bottom: 1em;
  right: 15px;
}
.catalogue-items p {
  font-size: 20px;
  line-height: 1.4;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #263345;
}

.intructional-items {
  text-align: center;
}
.intructional-items .box-shadow {
  box-shadow: 0 0 8px #afafaf;
  border-radius: 15px;
  margin-right: 0;
  margin-left: 0;
}
.intructional-items .icon-instructional {
  max-width: 135px;
}
.intructional-items h3 {
  color: #343050;
  font-weight: bold;
  font-size: 50px;
}
.intructional-items h4 {
  color: #ff3864;
  font-size: 32px;
}
.intructional-items h5 {
  font-size: 21px;
  color: #14343e;
  font-weight: bold;
}
.intructional-items p {
  font-size: 14px;
  color: #14343e;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intructional-items .box-shadow {
    padding-left: 0;
    padding-right: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .intructional-items .pl-5 {
    padding-left: 15px !important;
  }
  .intructional-items .pr-5 {
    padding-right: 15px !important;
  }
  .intructional-items h3 {
    font-size: 30px;
  }
  .intructional-items h4 {
    font-size: 20px;
  }
  .intructional-items h5 {
    font-size: 17px;
  }
  .intructional-items p {
    font-size: 17px;
  }
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
  background-image: url(../img/pree-footer.jpg);
  background-size: cover;
  background-position: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #d3d4d7;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 56px;
  display: block;
  width: 56px;
  height: 56px;
  color: #0f1d31;
  border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #d3d4d7;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #bbbdc1;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #d3d4d7;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #bbbdc1;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #d3d4d7;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #bbbdc1;
}
section.contact ul.list-social li.social-instagram a {
  background-color: #d3d4d7;
}
section.contact ul.list-social li.social-instagram a:hover {
  background-color: #bbbdc1;
}
section.contact ul.list-social li.social-youtube a {
  background-color: #d3d4d7;
}
section.contact ul.list-social li.social-youtube a:hover {
  background-color: #bbbdc1;
}

.pre-footer ul.menu-bottom li {
  display: inline-block;
  margin-right: 48px;
}
.pre-footer ul.menu-bottom li:last-child {
  margin-right: 0;
}
.pre-footer ul.menu-bottom li a {
  color: white;
}
.pre-footer ul.menu-bottom li a:hover {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

footer {
  padding: 50px 0;
  text-align: center;
  color: #686867;
}
footer p {
  font-size: 20px;
  margin: 0;
  padding-bottom: 0;
}
footer.footer-blue {
  background-color: #222d32;
  color: #fff;
}
footer.footer-blue p {
  font-size: 14px;
}

.home footer {
  color: #0f1d31;
}

@media (max-width: 1150px) {
  br {
    display: none;
  }

  header.masthead.bg-small {
    height: 340px;
    text-align: center;
    /*padding-top: 25px;*/
  }

  #mainNav .navbar-nav > li {
    margin-right: 15px;
  }

  .price {
    padding-top: 100px;
  }
  .price .pricing {
    width: 32%;
    margin-right: 2%;
  }
  .container-currency {
    margin: 0 0 25px 0 !important;
  }
  .price .pricing h2 {
    font-size: 26px;
  }
  .price .pricing h3 {
    font-size: 24px;
  }
  .price .pricing .img-pricing img {
    height: 135px;
  }
  .price .pricing table tr td {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  footer.footer-pricing {
    position: relative;
    z-index: 1;
    background: #fff;
  }

  header.masthead.bg-pricing {
    height: 100vh;
    position: fixed;
  }

  .price .align-midle {
    display: block;
  }
  .price .pricing {
    width: 400px;
    margin-right: 0;
    float: none;
    margin: 0 auto 30px !important;
  }

  .container-currency {
    margin: 0 0 25px 0 !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }

  .h3, h3 {
    font-size: 1.45rem;
  }

  p {
    font-size: 16px;
  }

  header.masthead.bg-small {
    /*padding-top: 115px;*/
    padding-bottom: 20px;
  }

  .separator p {
    margin-bottom: 0;
    font-size: 18px;
  }

  .catalogue-items .catalogue-content-image {
    max-width: 430px;
    margin: 0 auto 20px;
  }

  .catalogue-items h2 {
    font-size: 20px;
  }

  .catalogue-items p {
    font-size: 18px;
  }

  .catalogue-items h4 {
    font-size: 18px;
  }

  .catalogue-items .container-fluid {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  header.masthead {
    /*padding-top: 110px;*/
    /*padding-bottom: 80px;*/
  }

  img.icon-meniuu {
    max-width: 75px;
  }

  .home p {
    font-size: 16px;
  }
  .home section h2 {
    margin-bottom: 1.2rem;
    font-size: 26px;
  }

  section.features * {
    text-align: center;
  }
  section.features .feature-item {
    padding-bottom: 0 !important;
  }
  section.features .feature-item .feature-item-image img {
    margin-bottom: 20px;
  }

  .intructional-items h3 {
    font-size: 28px;
  }

  .intructional-items h4 {
    font-size: 19px;
  }

  .intructional-items h5 {
    font-size: 16px;
  }

  .intructional-items p {
    font-size: 16px;
  }

  .intructional-items .icon-instructional {
    max-width: 95px;
  }

  footer p {
    font-size: 15px;
  }

  .btn-xl {
    font-size: 20px !important;
    padding: 11px 30px !important;
  }
}
@media (max-width: 600px) {
  section {
    padding: 40px 0;
  }

  .h3, h3 {
    font-size: 1.25rem;
  }

  p {
    font-size: 15px;
  }

  .separator p {
    font-size: 17px;
  }

  .price .pricing {
    width: 300px;
  }

  .container-currency .form {
    width: 300px;
  }
  .container-currency .form select {
    width: 100%;
  }
}
body {
  font-size: 20px;
}

a:hover {
  text-decoration: none;
}

.bg-primary {
  background: #ff3864 !important;
  /*background: -webkit-linear-gradient($theme-primary, darken($theme-primary, 5%));
  background: linear-gradient($theme-primary, darken($theme-primary, 5%));*/
}

.bg-gray-lighter {
  background: #f2f2f2;
}

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

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 0;
  background-color: #37d1bb;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-size: 18px !important;
  text-transform: uppercase;
  border-radius: 8px !important;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  background-color: rgba(255, 56, 100, 0.7);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.btn {
  border-radius: 0;
  font-family: 'Gothic';
}

.btn-xl {
  font-size: 30px;
  padding: 15px 60px;
  letter-spacing: 1.1px;
}

.btn-md {
  font-size: 25px;
  padding: 8px 25px;
  letter-spacing: 1.1px;
}

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

.hardware-header h1{
  padding-top: 100px;
  font-size: 25px;
  font-family: 'Gothic-Bold';
  color: #7175cc;
  margin-bottom: 0px;
  line-height: 25px;
}

.hardware-header p{
  font-size: 18px;
  font-family: 'Gothic-Bold';
  color: #27343a;
}

.hardware-items a.btn{
	width: 100%;
  font-size: 16px;
	padding: 10px 0px;
  background: white;
  color: #27343a;
  font-family: 'Gothic-Bold';
}

.hardware-items a.btn:active, .hardware-items a.btn:focus{
  background-color: #ff0047 !important;
  color: white;
  box-shadow: unset;
}

.hardware-items .card .card-title{
  font-family: 'Gothic-Bold';
  font-size: 16px;
  text-align: center;
}

.hardware-items .card .card-body{
  padding-bottom: 10px;
}

.hardware-items .card{
  border-radius: 15px;  
}

.hardware-items .card .card-header{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #e9ecf5;
  border: unset;
}

.hardware-items p{
  font-size: 14px;
  text-align: center;
  font-family: 'Gothic';
}

.hardware-items span{
  color: #7175cc;
  font-family: 'Gothic-Bold';
  text-align: center;
  font-size: 16px;
}

.hardware-items small{
  font-size: 12px;
}
.page-pricing .btn {
  border-radius: 50px !important;
}
.page-pricing .price {
  padding-top: 45px !important;
}