@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --bg-body-color: hsl(0deg 0% 100%);
  --bg-color: hsl(277deg 87% 97%);
  --roboto: 'Roboto', Arial, sans-serif;
  --bg-header-color: hsl(258deg 65% 64%);
  --text-gray: #f2f2f2;
  --text-saffron: hsl(24deg 97% 54%);
  --text-blue: hsl(201deg 71% 31%);
  --text-golden: hsl(36deg 30% 48%);
  --text-green: hsl(38deg 17% 56%);
  --text-gray-hover: #000002;
  --bg-danger: linear-gradient(to right, #f34d4d, #240b36);
  --font-color: hsl(222deg 39% 27%);
  --services: #CFB78A;
  --btn-primary-hover: hsl(235deg 58% 49%);
  --bg-blue: #9de1ff;
  --overlay: hsl(0deg 0% 0% / 30%);
}

body,
html {
  font-size: 1rem;
  color: #000000;
  background-color: var(--bg-body-color);
  font-family: var(--roboto);
  font-weight: 400;
}

:is(section,
footer,
main,
header) {
  width: 100%;
  margin: 0;
  padding: 0;
}

:is(.section,
.footer,
.main,
.nav-menu,
.header) {
  width: 75%;
  margin: 0 auto;
  padding: 0;
}

.bg-blue {
  background-color: var(--bg-blue);
}

.bg-light {
  background-color: var(--bg-body-color) !important;
}

.bg-danger {
  background: var(--services) !important;
}

.bg-cyan {
  background-color: var(--bg-color);
}

.text-light {
  font-weight: normal;
}

.text-gray {
  color: var(--text-gray);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 1.05rem;
}

.text-blue {
  color: var(--text-blue);
}

.text-saffron {
  color: var(--text-saffron);
}

.text-hover,
.nav-link {
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: var(--roboto);
}

.text-hover:hover,
.nav-link:hover {
  color: var(--text-gray-hover) !important;
}

a {
  text-decoration: none !important;
}

.navbar-light {
  background-color: var(--bg-danger);
}

a,
.nav-link {
  color: #f2f2f2 !important;
}

.links-hover .nav-link {
  margin: 0 0.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  border-radius: 4px;
}

.links-hover a,
.links-hover .nav-link {
  font-size: 1.3rem;
}

.links-hover a:hover,
.links-hover .nav-link:hover {
  color: #f2f2f2 !important;
  background-color: var(--services) !important;
  border-radius: 4px;
  border: 1px solid wheat;
}

.row {
  margin: 0;
}

img {
  width: 100%;
  border-radius: 6px;
}

.navbar-brand {
  width: 9%;
}

.navbar-brand img {
  width: 100%;
}

.google-map {
  width: 100%;
  height: 100%;
}

h2 {
  display: inline-block;
  border-bottom: 3px solid var(--services);
  text-transform: uppercase;
  padding-bottom: 0.55rem;
}

h5 {
  margin-bottom: 1.3rem;
  color: var(--bg-danger);
  font-weight: 700;
}

p {
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 2.2;
}

.bg-primary {
  background-color: var(--services) !important;
}

.btn-primary {
  border: 1px solid var(--services) !important;
  padding: 0.7rem 2rem;
  color: #f2f2f2 !important;
  font-size: 1.125rem;
  letter-spacing: 1.4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: var(--btn-primary-hover) !important;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bg-golden {
  background-color: var(--text-golden);
  border-radius: 4px;
}

.bg-green {
  background-color: var(--text-green);
  border-radius: 4px;
}

.custom-shadow {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.custom-control-form .form-control {
  height: 48px;
}

.custom-lable label {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.custom-lable .form-control,
.custom-lable textarea {
  font-size: 1.2rem;
  letter-spacing: 0.2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-lable .form-control::-webkit-input-placeholder,
.custom-lable textarea::-webkit-input-placeholder {
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}

.custom-lable .form-control:-ms-input-placeholder,
.custom-lable textarea:-ms-input-placeholder {
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}

.custom-lable .form-control::-ms-input-placeholder,
.custom-lable textarea::-ms-input-placeholder {
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}

.custom-lable .form-control::placeholder,
.custom-lable textarea::placeholder {
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}

.custom-lable .form-control:focus,
.custom-lable textarea:focus {
  border-color: var(--services);
}

.section-relative {
  position: relative;
}

.section-overlay {
  background: var(--services);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  margin-bottom: 5rem;
}

.card-hover {
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-hover:hover {
  background-color: var(--services) !important;
}

.card-hover:hover .icon i {
  color: var(--text-gray);
}

.card-hover:hover h3,
.card-hover:hover p {
  color: var(--text-gray);
}

.services {
  border-radius: 6px;
}

.icon {
  font-size: 6rem;
  color: var(--bg-danger);
}

h3 {
  color: var(--font-color);
  font-weight: 500;
}

.main-section {
  position: relative;
  height: 360px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main-section .bg-cover-1 {
  position: absolute;
  top: 0;
  opacity: 0.7;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../gallery/kraft2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-section .breadcrumb {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  font-size: 1.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.main-section .breadcrumb a {
  color: #930ef1 !important;
}

.main-section .breadcrumb .active {
  color: #000000;
}

.carousel-item {
  width: 100%;
  height: 820px;
}

.over-lay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--overlay);
}

.carousel-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  z-index: 1;
  opacity: 1;
}

.company-title {
  border-left: 8px solid var(--services);
  border-right: 8px solid var(--services);
  background-color: #f0ecec;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--btn-primary-hover);
  font-style: italic;
}

.company-title q {
  font-size: 1.6rem;
  font-weight: 900;
  color: #000002;
}

.company-title q i {
  padding: 0.5rem;
}

.company-title p {
  padding-left: 1rem;
  font-size: 1.2rem;
}

.service-menu .img-box {
  width: 100px;
  height: 100px;
}

.service-menu .img-box img {
  width: 100%;
  height: 100%;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #000000;
  color: #f2f2f2;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    width: 16%;
  }
  .section-relative .section-overlay {
    height: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-brand {
    width: 14%;
  }
}

@media (max-width: 1600px) {
  :is(.section,
  .footer,
  .main,
  .nav-menu,
  .header) {
    width: 100%;
    padding: 0 1rem;
  }
}

@media (max-width: 575.98px) {
  .h1,
  h1 {
    font-size: 1.6rem;
  }
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-section {
    position: relative;
    height: 180px;
  }
  .carousel-item {
    width: 100%;
    height: 250px;
  }
  h2 {
    font-size: 1.3rem;
  }
  .navbar-brand {
    width: 20%;
  }
  .footer-logo img {
    width: 25%;
  }
  .company-title q {
    font-size: 1.5rem;
    font-weight: 900;
  }
  .company-title p {
    padding: 0 1rem;
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-brand {
    width: 18%;
  }
  .footer-logo img {
    width: 18%;
  }
  h2 {
    font-size: 1.5rem;
  }
  .main-section {
    position: relative;
    height: 190px;
  }
  .carousel-item {
    width: 100%;
    height: 250px;
  }
  .company-title q {
    font-size: 1.5rem;
    font-weight: 900;
  }
  .company-title p {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .h1,
  h1 {
    font-size: 1.7rem;
  }
  .footer-logo img {
    width: 29%;
  }
  .main-section {
    position: relative;
    height: 230px;
  }
  .carousel-item {
    width: 100%;
    height: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 2.4rem;
  }
  .footer-logo img {
    width: 50%;
  }
  .main-section {
    position: relative;
    height: 270px;
  }
  .carousel-item {
    width: 100%;
    height: 500px;
  }
  .section-relative .section-overlay {
    height: 640px;
  }
}

@media (min-width: 1200px) {
  .footer-logo {
    display: block;
  }
  .footer-logo img {
    width: 48%;
  }
}
/*# sourceMappingURL=style.css.map */