/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%;
}

@media (max-width: 740px) {
  .full-page-intro {
    height: 1000px;
  }
}

/* Half Page Carousel itself*/
.carousel {
  height: 50%;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
  height: 100%;
}

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%;
  }
}

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2);
}

.top-nav-collapse {
  background-color: #1C2331;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331;
  }
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331;
}


.technology {
  background-image: url('../img/background/technology-blur.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clients {
  background-image: url('../img/background/partner_bg.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.border-taxi {
  height: 20px;
  background-image: url('../img/tx-border.png');
  background-repeat: repeat-x;
}

.x-twitter,
.tiktok {
  height: 16px;
  width: 16px;
  margin-top: 12px;
  fill: white;
  margin-left: 12px;
  margin-right: 12px;
}

.x-twitter.i-footer,
.tiktok.i-footer {
  margin-top: -3px;
  margin-left: 8px;
  margin-right: 8px;
}

.txt-tti-blue {
  font-weight: 900;
  font-size: 40px;
  color: #2196f3;
}

.txt-tti-blue span {
  color: #213E6E
}

.txt-tti-white {
  font-weight: 900;
  font-size: 40px;
  color: white;
}

.txt-yellow {
  color: #fbec71
}

.txt-tti-white span {
  color: #fbec71
}

.txt-blue-header {
  color: #2196f3;
  font-weight: 900;
}

.icon-w {
  padding: 30px;
  fill: white;
  background: #2196f3;
  border-radius: 50%;
  display: inline-block;
}

.icon-w svg {
  height: 50px;
}

.my-clients {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.my-clients img {
  width: 15%;
  padding: 5px;
}

.my-card-rates {
  background: #369bcd;
  background: linear-gradient(180deg, #369bcd 0%, #6abee3 100%);
  color: white;
  font-size: 18px;
  box-shadow: none !important;
}

.my-dl {
  margin-left: 20px;
}

.my-dl dd {
  display: list-item;
  list-style-type: "🗹";
  padding-inline-start: 1ch;
  color: white;
}

.my-card-rates a {
  color: white;
  background-color: #1C2331;
  padding: 10px;
  border-radius: 10px;
}

.icon-c {
  fill: white;
  background: #2196f3;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  display: flex;
  width: 80px;
  align-items: center;
  justify-content: center;
}

.icon-c svg {
  height: 50px;
}

.cuz-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cuz-header>* {
  margin-right: 10px;
}

.to-center-list {
  display: flex;
  align-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
}