body {
  font-family: "Hind Siliguri", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Global Style */
.global-button {
  width: 100%;
  height: 50px;
  color: white;
  background-color: #b71918;
  border: 1px solid rgb(213, 82, 82);
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 12px;
  font-weight: 600;
}

/* Start Navbar */
.contact {
  color: #b71918;
  font-size: 18px;
  margin-right: 4px;
}
.number {
  color: #b71918;
}
.login-button {
  color: #b71918;
  background-color: white;
  border: 2px solid rgb(235, 33, 39);
  padding: 5px 10px;
  cursor: pointer;
  height: 40px;
  width: 140px;
  margin-left: 15px;
  border-radius: 8px;
}
.login-button:hover {
  background-color: rgb(255, 242, 242);
  border: 1px solid rgb(235, 33, 39);
  transition: 0.3s;
}
.login-button a {
  text-decoration: none;
  color: rgb(235, 33, 39);
}
.login-button-mobile {
  display: none;
}
.login-button-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .login-button-mobile {
    display: block;
    width: 100px;
  }
  .login-button-desktop {
    display: none;
  }
}

/* End Navbar */

/* Start banner section */
.banner {
  background-image: url("../images/poster-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  padding: 0 20px;
  min-height: 100vh;
  padding: 0 70px;
}
@media screen and (max-width: 768px) {
  .banner-content {
    min-height: 40vh !important;
  }
  .banner-right-side {
    min-height: 60vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .banner {
    min-height: 80vh !important;
  }
  .banner-content {
    min-height: 80vh !important;
  }
  .banner-right-side {
    min-height: 80vh !important;
  }
}
.banner-content h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 16px;
}
.banner-content span {
  color: #b71918;
  font-weight: 600;
}
.banner-right-side {
  background-color: black;
  color: white;
  min-height: 100vh;
  border-radius: 20px 0 0 20px;
  padding: 64px 28px;
}
.signup-form {
  display: flex;
  padding: 12px;
  background-color: white;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.banner-right-side img {
  width: 25px;
  height: 18px;
  margin-right: 4px;
}
.signup-input {
  border-left: 1px solid black;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.signup-input:focus {
  outline: none;
}
.track-form {
  width: 100%;
  display: flex;
}
.track-input {
  width: 80%;
  height: 50px;
  border: 1px solid gray;
  border-radius: 5px 0 0 5px;
  padding: 8px;
  color: black;
}
.track-input:focus {
  outline: none;
}
.track-button {
  width: 20%;
  height: 50px;
  color: white;
  background-color: #b71918;
  border: 1px solid rgb(159, 58, 58);
  border-radius: 0 5px 5px 0;
  padding: 8px;
  cursor: pointer;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .banner-right-side {
    border-radius: 0px 0 0 0px;
  }
  .banner-content h2 {
    font-size: 36px;
  }
  .banner-content {
    padding: 0;
  }
}

/* Start Enterprise Logo */
.opacity-20 {
  opacity: 0.2;
}

.hover-opacity-100:hover {
  opacity: 1;
}

.scale-130 {
  transform: scale(1.3);
}
.enterprise-logo img {
  max-width: 75px;
}

/* Start Service Section */
.service-card {
  margin-bottom: 30px;
}
.service-card img {
  width: 100%;
  height: auto;
}
.service-section h3,
.service-section h4 {
  font-weight: 600;
}

/* Start Partner Redx */
.partner-card {
  margin-bottom: 30px;
}
.partner-card img {
  height: 100px;
  /* width: 100%; */
  width: 110px;
}
.partner-heading {
  font-weight: 700;
}
.partner-card h4,
.partner-card h3 {
  font-weight: 600;
}
.partner-card h4 {
  font-size: 20px;
}
.partner-img {
  height: 100px;
  /* width: 100%; */
  width: 120px;
}

/* Start Map Section */
.bg-black {
  background-color: #000;
}
.text-white {
  color: #fff;
}
.map-content {
  padding: 60px 45px;
}

/* Redx Part Signup */
.redx-partner {
  margin: 35px 0;
}
.redx-partner-content {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .redx-partner-content {
    margin: 0;
  }
}
.redx-content {
  padding: 40px 0;
}
.redx-content h3,
.redx-content p {
  font-weight: 600;
}
.partner-button {
  width: 60%;
  border-radius: 10px;
}

/* Redx Media Section */
.media-card {
  border: 1px solid #ced4da;
  border-radius: 20px;
  padding: 15px;
  min-height: 175px;
}
.media-card img {
  width: 70%;
  height: 35%;
}
.media-card p {
  margin-bottom: 10px;
  color: black;
}
.media-card h4 {
  font-size: 20px;
  color: black;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}
a {
  text-decoration: none;
}

/* Calculation */
.calculation-label {
  font-size: 14px;
  margin-bottom: 4px;
}
.calculation-input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
}

.calculation-button {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .calculation-button {
    width: 60%;
  }
}

/* Love redx carousel */
.love-redx {
  padding: 30px 0;
}
.love-top-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.card {
  overflow: hidden;
  border: 1px solid gray;
  .card-img {
    height: 20rem;
  }
  .card-img-container img {
    object-fit: cover;
    object-position: center;
    max-height: 100%;
    height: 20rem;
  }

  .love-card {
    padding: 50px 40px;
    text-align: left;
  }
  .love-img {
    width: 60px;
    height: 60px;
  }
  .love-img img {
    width: 60px;
    height: 60px;
  }
  .love-top-right {
    background-color: #dddddd;
    padding: 2px 5px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .love-heading {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .love-name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .card-img-overlay {
    color: #fff;
    font-weight: bold;
  }
}

/* small and extra-small screens */
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
    &:first-child {
      display: block;
    }
    .card-img-container img {
      max-width: 100%;
    }
  }
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner {
    .carousel-item-end.active,
    .carousel-item-next {
      transform: translateX(25%);
    }
    .carousel-item-start.active,
    .carousel-item-prev {
      transform: translateX(-25%);
    }
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      display: flex;
    }
    .carousel-item-end,
    .carousel-item-start {
      transform: translateX(0);
    }
  }
  .card-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    img {
      display: inline-block;
      max-height: 100%;
      margin: 0 -50%;
    }
  }
}

/* Faq   */
.card-faq {
  border-bottom: 1px solid gray;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 20px;
}
.button-faq {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.button-faq:focus {
  outline: none;
}
.accordion-button::after {
  display: none !important;
}
.faq-icon {
  width: 22px;
  height: 22px;
  background: #b71918;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  margin-right: 15px;
}
.faq-button {
  background-color: white;
  border: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #b71918;
}
.faq-right {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #b71918;
  border: 2px solid #b71918;
  margin-left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Footer */
.footer {
  padding: 60px 0;
  background-color: rgb(245, 245, 245);
  margin-top: 40px;
}
.footer h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer li {
  margin-bottom: 15px;
}
.link:hover {
  text-decoration: underline;
}
.footer a {
  color: black;
  margin-bottom: 10px;
}
.logo {
  margin-bottom: 10px;
  max-width: 150px;
}
.play-store {
  margin-top: 10px;
}
.social {
  background-color: #c0c0c0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy-right {
  font-size: 14px;
}

/* Pricing plan page */
.inside-dhaka-section {
  margin: 40px 0px 25px;
}
.download-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .download-section {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.download-btn {
  color: #40a9ff;
  border: 1px solid #40a9ff;
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.pagination-button {
  border: 0;
  background-color: white;
}
.pagination-btn {
  border: 1px solid gray;
  background-color: white;
  font-size: 14px;
}
.pagination-btn:focus {
  outline: none;
}
.pagination-btn:hover {
  border: 1px solid #40a9ff;
  transition: 0.3s;
}
.fa-chevron-down,
.fa-chevron-left,
.fa-chevron-right {
  font-size: 12px;
}

/* Login page */
.login-left {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .login-left {
    padding: 50px 0;
    width: 80%;
    min-height: 70vh;
  }
  .login-right {
    padding: 30px 0 !important;
    width: 80% !important;
  }
}

.login-form {
  display: flex;
  flex-direction: column;
}
.login-form {
  width: 100%;
  text-align: center;
}
.login-form input {
  width: 100%;
  margin-bottom: 15px;
}
.login-left-heading {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align-last: left !important;
  width: 100%;
  padding-left: 14px;
}
.login-left p {
  line-height: 1.4;
  margin-bottom: 15px;
}
.input-login {
  padding: 10px;
}

.login-right-main {
  background-color: #f5f5f5;
}
.login-right {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 120px 0;
}

.login-right-img {
  width: 370px;
  height: 370px;
}
.login-right-heading {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: center;
}
.red {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #b71918;
  cursor: pointer;
}
