/* global */
body {
  display: flex;
  flex-direction: column;
  color: #000;
}

.container {
  max-width: 1200px !important;
}

img {
  max-width: 100%;
}

.text {
  font-weight: 300;
}

.text-bold {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
}

.btn {
  border-radius: 0;
  min-width: 200px;
}

.btn-xlg {
  padding: .5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.grey {
  background-color: #f0ecf5;
}

.black {
  background-color: #000;
  color: #fff;
}

.features-heading {
  margin-bottom: 1rem;
  margin-top: 0;
}

/* container top */
.container-top {
  background-color: #f0ecf5;
  display: block;
}

.title {
  font-weight: 700;
}

.btn-ct {
  background-color: #0647d1;
}

.btn-ctc {
  background-color: #926e45;
}

.btn-ctbe {
  background-color: #5014ad;
}

.btn-ctp {
  background-color: #126161;
}

.btn-ctm {
  background-color: #f07d38;
}

.btn-ctl {
  background-color: #b90c39;
}

.btn-cts {
  background-color: #e97d00;
}

.btn-ctts {
  background-color: #5014ad;
}

.container-top .btn {
  color: #fff;
}

.container-top .btn:hover,
.container-top .btn:focus,
.container-top .btn:active {
  background-color: #000;
  color: #fff;
  outline: 0;
  border: 1px solid #000;
}

/* carousel */
.carousel-inner {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.glide__bullet {
  background-color: #c4c4c4;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .1s ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 .25em;
  appearance: auto;
  outline: none !important;
}

.glide__bullet.active {
  background-color: #262e4f;
}

.glide__bullets {
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}

.glide__slide {
  background-color: #f0ecf5;
}

.carousel-item {
  min-height: 550px;
}

.slide ul {
  padding-inline-start: 0;
}

.slide ul li {
  font-weight: 300;
  list-style: none;
  position: relative;
  padding: 5px 0 6px 32px;
}

.slide ul li::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}

.compatibility,
.grey .link {
  color: #5014ad;
}

.compatibility:hover,
.grey .link:hover {
  color: #5014ad;
  text-decoration: underline;
}

.nav-icons p {
  font-size: 20px;
  line-height: 26px;
  color: rgb(0 0 0/79%);
  margin-top: 10px;
}

.top-icons-nav {
  width: 190px;
}

.top-icons-nav:hover {
  cursor: pointer;
  font-weight: bold;
}

.carousel .navigation ul li a {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: rgb(0 0 0/79%);
}

.nav-icons {
  list-style: none;
  max-width: 1200px;
}

.navigation ol {
  display: flex;
  list-style: none;
  justify-content: center;
}

.navigation {
  padding-inline-start: 0;
}

.carousel .navigation li.active {
  border-bottom: 5px solid #847796;
  font-weight: bold;
}

/* RESPONSIVENESS */
@media (width <= 575.98px) {
  .container-top {
    padding-left: 0;
    padding-right: 0;
  }
  
  .title {
    font-size: 20px;
    line-height: 20px;
    min-height: 60px;
  }
  
  .top-icons {
    text-align: center;
  }
  
  .glide__slide {
    padding: 0 1rem;
  }
}

@media (width >= 576px) {
  .title {
    font-size: 42px;
    line-height: 44px;
  }
  
  .w-sm-none {
    width: auto !important;
    width: initial !important;
  }
  
  .glide__slide {
    padding: 0 1rem 0 1rem;
  }
}

@media (width <= 767.98px) {
  .container-top {
    margin-top: 3.5rem;
  }
  
  .main-pic {
    max-width: 90%;
  }
  
  .top-buttons {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
  
  .container {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  
  .black,
  .grey {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (width >= 768px) {
  .w-md-none {
    width: auto !important;
    width: initial !important;
  }
  
  .top-buttons {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  
  .black,
  .grey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (width >= 768px) and (width <= 1366.98px) {
  .container-top {
    padding-top: 80px;
  }
}

@media (width >= 1367px) {
  .container-top {
    padding-top: 110px;
  }
  
  .navigation {
    margin-top: 2rem;
  }
}

@media (width <= 991.98px) {
  .container-top-icons {
    padding-top: 2rem;
  }
  
  .slide ul li {
    font-size: 16px;
    line-height: 21px;
  }
  
  .compatibility {
    font-size: 14px;
    line-height: 16px;
  }
  
  .container-top ul {
    margin-bottom: 36px;
  }
}

@media (width >= 992px) {
  .container-top-icons {
    padding-top: 1.5rem;
  }
  
  .slide ul li {
    font-size: 20px;
    line-height: 27px;
  }
  
  .compatibility {
    font-size: 18px;
    line-height: 20px;
  }
  
  .container-top ul {
    margin-bottom: 45px;
  }
}

@media (width <= 1199.98px) {
  .main-pic {
    text-align: center;
  }
  
  .advantages {
    padding: 2.5rem 0 2.5rem 0;
  }
  
  .features-heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
  }
  
  .text {
    font-size: 1rem;
    line-height: 20px;
  }
  
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .container-top {
    padding-bottom: 20px;
  }
}

@media (width >= 1200px) {
  .main-pic {
    text-align: center;
    margin-top: 1.25rem;
  }
  
  .advantages {
    padding: 68px 0 86px 0;
    max-width: 1200px;
  }
  
  .features-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
  }
  
  .container {
    padding-right: 0;
    padding-left: 0;
  }
  
  .top-buttons {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  
  .glide__slide {
    min-width: 1200px;
  }
  
  .navigation li {
    min-height: 122px;
    min-width: 165px;
  }
  
  .text {
    font-size: 1.25rem;
  }
}

/* sticky footer */
html,
body {
  height: 100%;
}

main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer {
  margin-top: auto;
}

/* ecamm banner */
#ecammbanner {
  position: fixed;
  display: block;
  z-index: 9999;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100px;
  transition: none;
}

#ecammbanner span {
  display: inline-block;
}

#ecammbanner a.main_link,
#ecammbanner .bg,
#ecammbanner .bg_color {
  position: absolute;
  display: block;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* close button */
#ecammbanner a#ecammbanner_close {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 103%;
  width: 40px;
  height: 40px;
  opacity: .5;
  cursor: pointer;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogdmlld0JveD0iMCAwIDMyIDMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE2LDI5QzguOCwyOSwzLDIzLjIsMywxNlM4LjgsMywxNiwzczEzLDUuOCwxMywxM1MyMy4yLDI5LDE2LDI5eiBNMTYsNkMxMC41LDYsNiwxMC41LDYsMTZzNC41LDEwLDEwLDEwIGM1LjUsMCwxMC00LjUsMTAtMTBTMjEuNSw2LDE2LDZ6IE0yMC41LDE5LjVsLTEsMWMtMC4yLDAuMi0wLjUsMC4yLTAuNywwTDE2LDE3LjdsLTIuOSwyLjljLTAuMiwwLjItMC41LDAuMi0wLjcsMGwtMS0xIGMtMC4yLTAuMi0wLjItMC41LDAtMC43bDIuOS0yLjlsLTIuOS0yLjljLTAuMi0wLjItMC4yLTAuNSwwLTAuN2wxLTFjMC4yLTAuMiwwLjUtMC4yLDAuNywwbDIuOSwyLjlsMi45LTIuOWMwLjItMC4yLDAuNS0wLjIsMC43LDAgbDEsMWMwLjIsMC4yLDAuMiwwLjUsMCwwLjdMMTcuNywxNmwyLjksMi45QzIwLjcsMTksMjAuNywxOS40LDIwLjUsMTkuNXoiLz48L3N2Zz4NCg==") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  transform: translate3d(0, -50%, 0);
  transition: .3s;
}

#ecammbanner a#ecammbanner_close:hover {
  opacity: .8;
  transition: .3s;
}

/* background */
#ecammbanner .bg {
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
}

#ecammbanner .bg_color {
  z-index: 2;
  background: rgb(255 255 255/25%);
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 1px 0 rgb(0 0 0/30%);
}

/* elements */
#ecammbanner .elements {
  display: block;
  position: absolute;
  z-index: 5;
  transition: .5s;
}

#ecammbanner .devices {
  left: 5%;
  bottom: -50%;
  width: 250px;
  height: 250px;
  -webkit-background-size: contain;
  background-size: contain;
}

#ecammbanner .computer {
  right: 5%;
  bottom: -30%;
  width: 250px;
  height: 250px;
  background: url("/app/uploads/2020/01/computer.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}

/* content */
#ecammbanner .content {
  display: table;
  position: relative;
  z-index: 5;
  padding: 25px 0;
  margin: 0 auto;
}

#ecammbanner .content .txt {
  font-size: 20pt;
  color: rgb(0 0 0/60%);
}

/* button */
#ecammbanner .content .more {
  display: inline-block;
  width: auto;
  font-size: 18pt;
  line-height: 22px;
  padding: 15px 25px;
  margin: 0 0 0 15px;
  border: none;
  background: rgb(0 0 0/50%);
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
  border-radius: 3px;
  backface-visibility: hidden;
  box-shadow: inset 0 -2px 0 rgb(0 0 0/30%);
  transition: .5s;
}

#ecammbanner .content .more:hover {
  background: rgb(0 0 0/75%);
  transition: .5s;
}

@keyframes intro_ecammbanner {
  0% {
    transform: translateY(200%);
  }
  
  100% {
    transform: translateY(0);
  }
}

@keyframes intro_ecammbanner {
  0% {
    transform: translateY(200%);
  }
  
  100% {
    transform: translateY(0);
  }
}

/* mobile */
@media screen and (width <= 1300px) {
  #ecammbanner .computer {
    right: 0;
    width: 200px;
    height: 200px;
    transition: .5s;
  }
  
  #ecammbanner .devices {
    left: 0;
    width: 200px;
    height: 200px;
    transition: .5s;
  }
}

@media screen and (width <= 1180px) {
  #ecammbanner .computer,
  #ecammbanner .devices {
    opacity: 0;
    visibility: hidden;
    transform: translateY(200%);
    transition: .8s;
  }
}

@media screen and (width <= 845px) {
  #ecammbanner {
    opacity: 0;
    visibility: hidden;
    bottom: -200%;
    transition: 1s;
  }
}
