/* header */

:root {
  --border-color: #e1e1e1;
  --red: #dc3545;
  --black: #0a1017;
  --grey: #edeaea;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 1.8rem;
  text-transform: capitalize;
}

h3 {
  font-size: 1.6rem;
  text-transform: capitalize;
}

.nav-link {
  color: #070d18;
  font-weight: 500 !important;
}

section:not(:first-child) {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* border: 2px solid var(--red); */
}

.nav_wraper {
  border: 1px solid rgb(182, 182, 182);
  border-radius: 0.4rem 0.4rem 2rem 2rem;
}

/* hero  */
section.slider {
  padding-bottom: 2rem;
}

.hero_content p {
  font-size: 1.2rem;
  text-align: left;
}

/* slider */
.glide .glide__slide img {
  border-radius: 3rem;
}

.glide_brands .glide__slide img {
  border: 1px solid rgb(218, 218, 218);
}

.authorized_sales_partner .title_box {
  display: grid;
  place-content: center;
  background-color: #c8d3d8;
}

.authorized_sales_partner h4 {
  font-weight: 600 !important;
  color: black !important;
  text-align: center;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 50px;
  }

  .navbar-toggler {
    border: none !important;
    padding: 0 !important;
  }

  .navbar-toggler:focus {
    border-color: none !important;
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    width: 32px !important;
    height: 32px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8H25V10H7V8ZM13 15H25V17H13V15ZM7 22H25V24H7V22Z' fill='%23111927'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .nav-link {
    text-align: center !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /* hero */
  section.slider {
    padding-bottom: 1rem;
    /* border: 2px solid var(--red); */
  }

  section:not(:first-child) {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* border: 2px solid var(--red); */
  }

  .hero_content {
    text-align: center;
  }

  .hero_content h1 {
    text-align: center;
    font-weight: 600;
  }
  .hero_content p {
    text-align: center;
    font-size: 1.2rem;
  }

  /* services */

  .service_content_box {
    text-align: center;
  }

  .about_content_box {
    text-align: center;
  }

  .service_content_box h2 {
    margin-top: 1rem;
  }

  .service_content_box h2 {
    font-weight: 600;
  }

  .service_content_box p {
    font-size: 1.2rem;
  }

  .servicing_brands,
  .sales_partners {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /* border: 2px solid red !important; */
    /* background-color: #9db6c1; */
  }

  .servicing_brands h3,
  .sales_partners h3 {
    font-weight: 600;
  }

  .services .button_wrap {
    text-align: center !important;
  }

  /* products pages */

  .product_link_box h3 {
    font-size: 1.1rem !important;
    font-weight: 600;
  }

  .product_link_box p {
    background-color: #f5f5f5 !important;
    font-size: 0.86rem;
  }

  .product-detail h2 {
    font-size: 1.4rem !important;
    font-weight: 600;
    height: 6rem !important;
    text-align: center;
  }

  .product-detail .list-group h3 {
    font-size: 1.26rem;
    font-weight: 700;
  }

  .product-detail .features_content h4 {
    font-size: 1.2rem;
  }

  .product-detail .features_content p {
    font-size: 1.16rem;
  }

  .product-detail .button_wrap {
    text-align: center;
  }

  /* contact page */

  .contact .info-box i {
    font-size: 22px;
    line-height: 0;
    color: #686870;
  }

  /* access */

  .access {
    background-color: var(--black);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    /* padding-bottom: 20px; */
  }

  .acces_box {
    margin-bottom: 40px !important;
  }
  .access .bi-whatsapp,
  .access .bi-telephone {
    color: #9db6c1;
    font-size: 2rem;
  }
  .access .call {
    padding: 0.8rem;
    display: block;
  }

  .back-to-top {
    position: fixed;
    bottom: 80px !important;
    right: 20px;
  }

  .copyright,
  .copyright a {
    font-size: 0.9rem !important;
    color: #5e6061 !important;
  }
}

@media (min-width: 768px) {
  .back-to-top {
    background-color: #0b1018;
  }
}
/* /about */

/* .about {
  padding-left: 2rem;
} */

.about h3 {
  text-transform: capitalize;
  margin-bottom: 1.4rem;
}

.about .col-lg-7 {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background-color: rgb(244, 232, 217);
}

.service_content_box p {
  text-align: justify;
}

/* .sub_section {
  border: 1px solid var(--border-color);
  padding: 1rem;
} */

.sub_section img {
  border: 1px solid var(--border-color);
}

/* services */
.list-group-item {
  padding-top: 1.4rem;
}
.features_content {
  grid-column-gap: 1.12rem;
  grid-row-gap: 1.12rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features_content p {
  font-weight: 500;
  text-align: left;
}

.checkbox {
  width: 2.4rem;
  aspect-ratio: 1;
  border: 1px solid var(--red);
  border-radius: 6px;
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 4px;
  background-color: var(--grey);
}

.checkbox_icon.is-blue {
  color: rgb(33, 118, 50);
}

.servicing_brands,
.sales_partners {
  padding-top: 2rem;
  padding-bottom: 2rem;
  /* border: 2px solid red !important; */
}

.servicing_brands h3,
.sales_partners h3 {
  margin-bottom: 1rem !important;
}

.services .button_wrap {
  text-align: left;
}

/*--------------------------------------------------------------
# products page
--------------------------------------------------------------*/
.page-banner {
  background-image: url("../img/products/products-page-banner.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
}

.page-banner-GMDSS {
  background-image: url("../img/products/products-page-banner-GMDSS.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
}

.page-banner h1,
.page-banner-GMDSS h1 {
  text-align: center;
  color: rgb(17, 26, 53);
  background-color: rgba(255, 255, 255, 0.59);
  padding: 1rem;
  border-radius: 1rem;
}

.product_link_box .col-lg-3 {
  background-color: white;
}

.product_link_box h3 {
  min-height: 5rem;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid rgb(181, 181, 181);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .product_link_box .border {
  border: 1px solid var(--black) !important;
} */

.product_link_box a {
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  /* border: 1px solid var(--black); */
}

.product_link_box a:hover {
  /* background-color: #626e82; */
  color: #c22318;
  /* font-weight: 700; */
}

.product_link_box p {
  background-color: #f2f2f2;
  padding: 1rem 0.6rem;
  margin: 0.6rem;
  border: 1px solid rgb(116, 127, 131);
  min-height: 6rem;
  display: flex;
  align-items: center;
}

.other_items {
  margin-top: 234px !important;
}

.product-detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.product-detail h2 {
  text-align: center;
  border: 1px solid rgb(210, 210, 210);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-radius: 30px 30px 0px 0px;
  background-color: #f1f1f1;
}

.product-detail .button_wrap {
  margin-left: 0.5rem;
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section-header {
  text-align: center;
  padding-bottom: 40px;
}

/* .map-container {
  position: relative;
  width: 100%;
  height: 500px;
  border: 2px solid red;
} */

.map-container {
  position: relative;
  padding-bottom: 99.4%;
  height: 0;
  overflow: hidden;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact .info-box {
  color: #0b1018;
  background: #f1f1f4;
  padding: 1.2rem;
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
}

.contact .info-box i {
  font-size: 28px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 1rem;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p,
.contact .info-box p a {
  padding: 0;
  line-height: 24px;
  font-size: 1rem;
  margin-bottom: 0;
  color: #031026;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #d8dfea;
}

.footer p,
.footer a {
  color: #202731;
}

.footer .copyright {
  text-align: center;
  /* padding-top: 10px; */
  color: #252728;
  margin-bottom: 10px !important;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--black);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  display: none;
}

/* .back-to-top.active {
  display: flex; 
} */

.back-to-top i {
  font-size: 20px;
  color: white;
}
