:root {
  --space-desktop: 5rem;
  --space-mobile: 2.5rem;
}

html,
body {

  width: 100%;
  height: 100%;
}

.navbar {
  margin: 0;
  padding: 0;
  background-color: #23415C;
  padding: 1% 0;
  font-size: 1.2em;
}

.navbar .navbar-nav li a {
  color: #D5D5D5;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a.active,
.navbar .navbar-nav li a.focus {
  color: #FFF;
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.navbar .navbar-nav>.active a {
  color: white;

}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-nav .nav-link {
  font-size: 1rem;
}

/**
* Hero Section
*
**/
#home {
  background: linear-gradient(rgba(0, 0, 0, 0.5),
          rgba(0, 0, 0, 0.5)), url("../images/dryice.jpg") no-repeat center center fixed;
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
}

.landing-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.landing-text h1 {


  font-size: 200%;
  font-weight: 600;
  color: #FFF;
}

.landing-text h2 {
  color: rgba(255, 255, 255, 0.7);
  font-family: open sans;
  font-weight: 300;
  margin-bottom: 1%;
}

.btn-xl {
  padding: 12px 20px;
  font-size: 20px;
  border-radius: 20px;
  width: 210px;
  height: 60px;

  border-color: rgba(255, 255, 255, 0.75);
  color: rgb(255, 255, 255);
  visibility: visible;
  background-color: transparent;
}

.btn-xl:hover {
  color: #000000;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.padding img {
  max-width: 100%;
  height: auto;
}

.hero h2,
.hero h1 {
  margin-bottom: 1.25rem;
}

.hero-button {
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero-button--phone {
  margin-right: 1rem;
}

@media (max-width: 476px) {
  .hero-button {
      display: flex;
      margin-inline: auto;
  }

  .hero-button--phone {
      margin-bottom: 1rem;
  }
}

#about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-inline: auto;
}
#about .row{
  align-items: center;
}
#about img{
  border-radius: 10px;
}

#about h2 {
  color: #000000;
  text-align: left;
  padding-bottom: 1%;
}

#about p {
  font-family: abhaya;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: justify;
  text-justify: inter-character;
}

@media (max-width: 767px) {
  #about {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem
  }

  #about p {
      font-size: 1rem;
      line-height: 1.5rem;
  }
}

.products {
  background-color: rgba(35, 65, 92,  0.2);
  padding-block: var(--space-desktop);
}
.products .row {
 margin-top: 1.5rem;
}
.products [class*="col-"] {
  margin-top: 1.5rem;
}

.products-product {
  background-color: rgba(35, 65, 92,  0.6);
  padding: 1.25rem 1.25rem;
  height: 100%;
  border-radius: 10px;
}
.product-title {
  color: rgba(255, 255, 255,  0.8);
  margin-bottom: 1.5rem
}
@media (max-width: 767px) {
  .products {
    padding-block: var(--space-mobile);
  }
  .products-title {
    margin-bottom: 2rem !important;
  }
}
#services {
  padding-block: var(--space-desktop) !important;
  background-color: #f0f0f0;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#services .container {
  width: 70%;
}

#services h2 {
  color: #000000;
  text-align: center;

}

#services:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);

}

#services .container {
  position: relative;
  z-index: 10;
}

#services .services-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#services .services-col .img {
  position: relative;
  width: 100%;
}

#services .services-col .img img {
  border-radius: 4px 4px 0 0;
}

#services .services-col .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#services .services-col i {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#services .services-col:hover .icon {
  background-color: #fff;
}

#services .services-col:hover i {
  color: #18d26e;
}

#services .services-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#services .sevices-col h2 a {
  color: #000;
}

#services .services-col h2 a:hover {
  color: #18d26e;
}

#services .services-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

@media (max-width: 767px) {
  #services {
      padding-block: var(--space-mobile) !important;
  }
}

.card::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: calc(100% - 40px);
  height: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
  box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
  content: '';
  z-index: -1;
}

a.card {
  text-decoration: none;
}

.card {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .2rem;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.bg-white {
  background-color: #fff !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.d-block {
  display: block !important;
}


.card-text {

  font-size: 13.5px;
  font-family: abhaya;

  text-align: justify;
  text-justify: inter-character;

}

.text-sm {
  font-size: 12px !important;
}


.card fa {
  padding-left: 100%;
}

.card-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 900;

}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

.head-icon {
  margin-top: 18px;
  color: #FF4500
}


.carousel-item img {
  width: 100%;
  height: 520px;
  max-height: 520px;
}

#demo img {
  object-fit: cover;
}

.demo {

  background-color: #f5c104;
  height: 20%;
  padding: 5%;

}

#contact {
  background-color: #121212;
  letter-spacing: 2px;
  padding-block: var(--space-desktop);
}

.contact-address {
  margin-left: 2rem;
}

#contact a {
  text-decoration: none;
  color: #fff;
}

#contact a:hover {

  font-size: 110%;
}

#contact h2 {
  color: #fff;
  text-decoration: none;
}

#contact form {
  margin-bottom: 5%;
}

#contact iframe {
  max-width: 100%;
  height: 700px;
}

.contacts i {
  color: #fff;
}

.social i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.social .fab {
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;

}

.fab:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

@media (max-width: 767px) {
.contact-address {
  margin-left: 0;
  margin-top: 2rem;
}
}
@media (max-width: 575.98px) {
  #contact {
      padding-block: var(--space-mobile);
  }

  #contact .maps iframe {
      width: 100%;
      height: 450px;
  }

  #about h2 {
      text-align: center;
  }

  .carousel-item img {
      width: 100%;
      height: 400px;
      max-height: 400px;
  }

}


@media (min-width: 576px) {
  #contact .maps iframe {
      width: 100%;
      height: 450px;
  }

  #about h2 {
      text-align: center;
  }
}

@media (min-width: 768px) {

  #contact .maps iframe {
      width: 100%;
      height: 535px;
  }

  #about h2 {
      text-align: center;
  }
}

@media (min-width: 992px) {

  #contact .maps iframe {
      width: 100%;
      height: 700px;
  }
}


footer {
  width: 100%;
  height: 10%;
  background-color: #23415C;
  color: white;
  width: 100%;

  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.copyright {
  width: 100%;
}

footer p {
  margin-bottom: 0;
}


@media (max-width: 768px) {
  .landing-text h1 {
      font-size: 170%;
      font-weight: 150%;
  }

  .fa {
      padding-top: 8px;
      font-size: 20px;
      width: 30px;
      color: #FFF;
  }

  #services .container {
      width: 100%;
  }
}