/* You can add global styles to this file, and also import other style files */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Delius&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: "Source Sans 3", sans-serif;
  background-color: #fff;
}

p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

#basestr {
  margin: opx;
  padding: 70px 0px;
}

#site-header {
  margin: 0px;
  padding: 0px;
  background: #fff;
  position: relative;
}

#site-header:before,
#site-header:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

#site-header:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#site-header .navbar-toggler-icon {
  color: #12334e;
}

#site-header .bg-dark {
  background: #fff !important;
  border-bottom: 1px solid #ddd;
}

.btn-danger {
  border: 2px solid #4DA627;
  display: inline-block;
  font-weight: 600;
  margin: 0px;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 29px;
  background: #4DA627;
  color: #fff;
  font-size: 15px;
  font-style: normal;
}

.btn-danger:hover {
  border: 2px solid #4DA627;
  background: #fff;
  color: #12334e;
  transition: all 0.4s ease 0s;
}

#site-header ul li a {
  color: #111;
  text-transform: uppercase;
  padding: 11px 15x;
  font-size: 16px;
  font-weight: 500;
  font-family: "Source Sans 3", sans-serif;
  color: #12334e;
}

.navbar {
  padding: 5px 0px;
}

#slider {
  background-image: url(../img/banner-gril.png);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#slider .txt-rotate {
  color: #4DA627;
  font-weight: 800;
}

#slider .feature {
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
  position: relative;
  bottom: 20px;
}

#slider h1 {
  font-size: 52px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-top: 0px;
}

#slider .nav-tabs {
  border-bottom: none;
  margin-top: 30px;
}

#slider .nav-tabs .nav-link {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  color: #111;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
}

#slider .nav-tabs .nav-link.active {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #4DA627;
  padding: 10px 30px;
  margin-right: 0px;
}

.tab-content {
  margin-top: 0px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 0px 10px 10px 10px;
  background-color: #fff;
  min-height: 120px;
}

@media (min-width: 992px) {
  #slider {
    background-image: url(../img/banner-gril.png);
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 90vh;
    position: relative;
  }
  #slider .feature {
    width: 100%;
    margin-top: 100px;
    margin-right: 0px;
  }
  #slider h1 {
    font-size: 52px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 0px;
  }
  .cbox {
    font-size: 16px;
    font-family: "Delius";
    font-weight: 500;
    background-image: url(../img/svg.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 20px 28px;
    border: none;
    margin-bottom: 12px;
  }
  .cbox2 {
    font-size: 16px;
    font-family: "Delius";
    font-weight: 500;
    background-image: url(../img/svg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 28px;
    border: none;
    margin-bottom: 20px;
  }
}
#global {
  width: 100%;
  background-color: #ecf3f8;
  padding: 70px 0px;
  color: #111;
}

.top-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.box {
  width: 200px;
  height: 420px;
  overflow: hidden; /* crop overflow */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.box img {
  height: 500px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover; /* fill and crop */
  -o-object-position: center;
     object-position: center; /* show middle of image */
}

#highlight {
  width: 100%;
  background-color: #fff;
  padding: 70px 0px;
}

#highlight h2 {
  color: #111;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#highlight p {
  font-size: medium;
}

#highlight .card {
  width: 100%;
  padding: 0px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
}

#highlight h3 {
  font-size: 36px;
  color: #111;
  font-weight: 700;
}

#highlight .box p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #111;
}

#highlight h2 {
  color: #111;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
}

#footer {
  padding: 100px 20px;
  color: #fff;
  background-color: #180b0e;
}

#basic-str {
  width: 100%;
  background-color: #FFF1E8;
  padding: 70px 20px;
}/*# sourceMappingURL=style.css.map */