@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #2f2f2f;
}
a:hover {
  color: #2f2f2f;
  text-decoration: none;
}
a.more {
  font-weight: 600;
}

.adverticaLogo {
  height: 48px;
  width: auto;
}

.box1{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.box2{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-advertica {
  border: 0px;
  font-family: 'Inter';
  border-radius: 0.375rem;
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.card-advertica .card-header {
  background-color: white;
  border-bottom: 0px;
  font-weight: bold;
  font-size: 1.3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card-text {
  font-size: 1.2rem;
  font-family: "Inter";
}
.card-title {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Inter";
  font-weight: bold;
}
.card-header {
  text-align: center;
}
.podtrzeni {
  margin-top: 10px;
  max-width: 7rem;
  background: #5294BA;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}
.podtrzeni-transp {
  margin-top: 10px;
  max-width: 7rem;
  background: rgba(255,255,255,0);
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}
.custom-navbar {
  background: #247aac !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}
.custom-navbar .navbar-brand > span {
  opacity: 0.4;
}
.custom-navbar .navbar-toggler {
  border-color: transparent;
}
.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: 0.15s all ease-out;
    -o-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
  }
}
.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}
.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}
.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 10px !important;
  }
}
.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}
.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 0px;
}
.hero {
  background: url(../img/clouds-bg.png) no-repeat;
  background-size: cover;
  padding: 0rem 0 0rem 0;
  display: flex;
  align-items: center;
  text-align: left;
}

.hero .intro-excerpt {
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 100%;
  }
}
.hero h3 {
  padding-top: 1.3rem;
  font-family: 'Inter'!important;
  color: #ffffff;
  line-height: 1.4;
  font-size: 1.58rem !important;
}
.hero p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}
.hero .hero-img-wrap {
  position: relative;
  max-width: 575px;
  overflow:hidden;

}
.hero .hero-img-wrap img {
  position: relative;
  max-width: 100%;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
  /* Include transition properties in the default state */
}
.hero .hero-img-wrap img:hover {
  cursor: pointer;
}

.hero .hero-img-wrap-alt {
  position: absolute;
  max-width: 575px;
}
.hero .hero-img-wrap-alt img {
  position: relative;
  max-width: 100%;
  z-index: 2;
  margin-left:1rem;
  margin-top:1rem;
  margin-right: auto;
  transition: all 0.3s ease;
  /* Include transition properties in the default state */
}
.hero .hero-img-wrap-alt img:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0;
    left: 0;
  }
}
.hero .hero-img-wrap:after {
  top: 0px;
}
.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../img/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -100px;
  top: -0px;
}
.btn {
  font-weight: 600;
  padding: 12px 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f;
}
.btn:hover {
  color: #ffffff;
  background: #222222;
  border-color: #222222;
}
.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: #247aac;
  border-color: #247aac;
}
.btn.btn-primary:hover {
  background: #314d43;
  border-color: #314d43;
}
.btn.btn-secondary {
  color: #2f2f2f;
  background: #f9bf29;
  border-color: #f9bf29;
}
.btn.btn-secondary:hover {
  background: #f8b810;
  border-color: #f8b810;
}
.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}
.section-title {
  color: #2f2f2f;
}
.main-content-section {
  padding: 2.5rem 0 2.5rem 0;
}
.custom-list {
  width: 100%;
}
.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #247aac;
  position: absolute;
  left: 0;
  top: 8px;
}
.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}


  .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}


.footer-section {
  padding: 0.5rem 0;
  background: #ffffff;
}
.footer-section .relative {
  position: relative;
}
.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}
.footer-section .links-wrap {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}
.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #247aac;
}
.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}
.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #247aac;
  border-radius: 50%;
}
.footer-section .custom-social li a:hover {
  background: #247aac;
  color: #ffffff;
}
.footer-section .border-top {
  border-color: #dce5e4;
}
.footer-section .border-top.copyright {
  font-size: 14px !important;
}
.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.form-control:active,
.form-control:focus {
  outline: none;
  border-color: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0,0,0,0.2) 0px 0px 0px 1px;
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.form-control::-moz-placeholder {
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
}
.form-control:-moz-placeholder {
  font-size: 14px;
}
.service {
  line-height: 1.5;
}
.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #247aac;
  margin-right: 20px;
  color: #ffffff;
}
textarea {
  height: auto !important;
}
.site-blocks-table {
  overflow: auto;
}
.site-blocks-table .product-thumbnail {
  width: 200px;
}
.site-blocks-table .btn {
  padding: 2px 10px;
}
.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}
.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #247aac !important;
}
.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}
.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}
.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}
.text-primary {
  color: #247aac !important;
}

.modal-linker {
  text-decoration: none !important;
}
.modal-linker:hover {
  text-decoration: none !important;
  font-weight: bold !important;
}
.easy-fields{
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #247aac;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  height:48px;
  border:0px;
  border-radius:0.375rem;
}
.payment-iconz{
  height:auto;
  width:32px;
  vertical-align: text-middle;
  position:relative;
  bottom:2px;
  padding-right:0.2rem;
}

.list-group{
  font-size:1.2rem;
  font-family:'Inter'!important;

}

.list-group-item{
  padding:1rem;
  background-color:rgba(255,255,255,0.01);
}

.tooltip-inner {
    white-space: wrap;
    text-align:left;
}

.payment-pill{
background-color:#5195B9;
color:whitesmoke;
font-size:1.1rem;
}

.payment-pill-low{
background-color:#257AAC;
color:whitesmoke;
font-size:1.1rem;
}

.fee-pill{
background-color:#257AAC;
color:whitesmoke;
font-size:1.1rem;
}

.fee-pill-ast{
background-color:#5195B9;
color:whitesmoke;
font-size:1.1rem;
}

.custom-close-icon{
  margin-left:auto;
  opacity:0.8;
}
    /* Initial state */
    .custom-close-icon i.fa-solid {
      display: none;
    }

    /* Hover state */
    .custom-close-icon:hover i.fa-regular {
      display: none;
    }

    .custom-close-icon:hover i.fa-solid {
      display: inline-block;
      scale:1.2;
    }

    .modal-header-nadpis{
        color:black;
        border-bottom: 0px;
        font-weight: bold;
        font-size: 1.3rem;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-left:2.5%;
      }
      .modal-header-nadpis-login{
        color:black;
        border-bottom: 0px;
        font-weight: bold;
        font-size: 1.3rem;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-left:10%;
      }

/* Media query to hide the element on mobile resolutions */
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
