@import url(../fonts/stylesheet.css);
.container {
  width: 100%;
  max-width: 1344px;
  margin: auto;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --regular: "Candara";
  --bold: "CandaraBold";
  --green: #37b448;
  --brown: #c3986c;
  --white: #ffffff;
  --gray: #b3afaf;
}

/*Header*/
header nav.navbar {
  background: #082932;
  box-shadow: 0 5px 5px 0 rgba(255, 206, 83, 0.31);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header nav.navbar .navbar-collapse .navbar-nav {
  margin-right: 100px !important;
}
header nav.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link {
  padding: 0;
  font: 16px/24px var(--bold);
  color: var(--white);
}
header nav.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link:hover {
  color: var(--brown);
}
header nav.navbar .navbar-collapse .navbar-nav li.nav-item:not(:last-child) {
  margin-right: 60px;
}
header nav.navbar .navbar-collapse .search {
  padding-right: 10px;
  border-right: 1px solid var(--white);
}
header nav.navbar .navbar-collapse .search button {
  width: 45px;
  height: 45px;
  background: transparent;
  border: none;
}
header nav.navbar .navbar-collapse a.btn.order-btn {
  font: 20px/24px var(--bold);
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
  margin-left: 15px;
  height: 50px;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 10px 23px;
  border-radius: 12px;
}
header nav.navbar .navbar-collapse a.btn.order-btn:hover {
  background: var(--white);
  color: var(--green);
}

/*Header*/
/*Main*/
section.banner {
  width: 100%;
  margin-top: 152px;
  padding: 70px 0;
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
}
section.banner .img {
  width: 50%;
  display: flex;
  align-items: initial;
  justify-content: flex-end;
  gap: 15px;
}
section.banner .img div {
  position: relative;
}
section.banner .img div .box {
  background: var(--white);
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  position: absolute;
}
section.banner .img div .box h4 {
  font: 44px/44px var(--bold);
  color: #0d2d36;
}
section.banner .img div .box p {
  font: 24px/24px var(--regular);
  color: #0d2d36;
  margin: 0;
}
section.banner .img div:first-child .box {
  top: 50px;
  left: -85px;
}
section.banner .img div:last-child .box {
  bottom: 50px;
  right: -50px;
}
section.banner .txt {
  width: 50%;
  padding-right: 80px;
}
section.banner .txt > span {
  font: 16px/24px var(--bold);
  color: var(--white);
  background: var(--green);
  border-radius: 15px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
section.banner .txt h2 {
  font: 48px/55px var(--bold);
  color: var(--white);
  margin: 25px 0;
}
section.banner .txt h2 span {
  color: var(--brown);
}
section.banner .txt p {
  font: 16px/24px var(--regular);
  color: var(--gray);
  margin-bottom: 25px;
}
section.banner .txt .blk {
  padding-bottom: 25px;
  border-bottom: 1px solid #5b615b;
  margin-bottom: 20px;
}
section.banner .txt .blk p {
  margin: 0 10px;
}
section.banner .txt .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 15px;
  font: 20px/24px var(--bold);
  color: var(--white);
  padding: 10px 15px;
  width: 200px;
  height: 60px;
}
section.banner .txt .btn:hover {
  border-color: var(--white);
  background: transparent;
}

section.we-do {
  padding: 100px 0;
  background: #082932;
}
section.we-do .img {
  width: 47%;
  position: relative;
  display: flex;
  align-items: initial;
  gap: 15px;
}
section.we-do .img ._img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.we-do .img .box {
  background: var(--white);
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.we-do .img .box h4 {
  font: 44px/44px var(--bold);
  color: #0d2d36;
}
section.we-do .img .box p {
  font: 24px/24px var(--regular);
  color: #0d2d36;
  margin: 0;
}
section.we-do .txt {
  width: 53%;
  padding-left: 130px;
}
section.we-do .txt > span {
  font: 16px/24px var(--bold);
  color: var(--white);
  background: var(--green);
  border-radius: 15px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
section.we-do .txt h2 {
  font: 48px/55px var(--bold);
  color: var(--white);
  margin: 25px 0;
}
section.we-do .txt h2 span {
  color: var(--brown);
}
section.we-do .txt p {
  font: 16px/24px var(--regular);
  color: var(--gray);
  margin-bottom: 35px;
}
section.we-do .txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
section.we-do .txt ul li {
  width: 50%;
  border-top: 1px solid #5b615b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
}
section.we-do .txt ul li .icon img {
  width: 40px;
}
section.we-do .txt ul li ._txt {
  width: calc(100% - 40px);
  padding-left: 10px;
}
section.we-do .txt ul li ._txt h5 {
  font: 20px/24px var(--bold);
  color: var(--white);
}
section.we-do .txt ul li ._txt p {
  font: 20px/24px var(--regular);
  color: var(--gray);
  margin: 0;
}
section.we-do .txt .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 15px;
  font: 20px/24px var(--bold);
  color: var(--white);
  padding: 10px 15px;
  width: 200px;
  height: 60px;
}
section.we-do .txt .btn:hover {
  border-color: var(--white);
  background: transparent;
}

section.we-choose {
  padding: 100px 0;
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
}
section.we-choose .hd {
  text-align: center;
  margin-bottom: 40px;
}
section.we-choose .hd > span {
  font: 16px/24px var(--bold);
  color: var(--white);
  background: var(--green);
  border-radius: 15px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
section.we-choose .hd h2 {
  font: 48px/55px var(--bold);
  color: var(--white);
  margin: 25px 0;
}
section.we-choose .hd h2 span {
  color: var(--brown);
}
section.we-choose .hd p {
  font: 16px/24px var(--regular);
  color: var(--gray);
  margin-bottom: 35px;
  max-width: 565px;
  margin: 0 auto;
}
section.we-choose .bdy .box {
  width: 30.5%;
  background: #0c2330;
  border: 1px solid #8d979e;
  border-radius: 16px;
  transition: 0.5s all ease-in-out;
}
section.we-choose .bdy .box:hover {
  border-color: var(--green);
  box-shadow: 0 0 5px 10px #1b391f;
}
section.we-choose .bdy .box .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.we-choose .bdy .box .txt {
  text-align: center;
  padding: 0 20px 20px;
}
section.we-choose .bdy .box .txt .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border: 2px solid #0c2330;
  border-radius: 100%;
  margin: -40px auto 20px;
  position: relative;
  z-index: 1;
}
section.we-choose .bdy .box .txt h4 {
  font: 20px/24px var(--bold);
  color: var(--brown);
  margin-bottom: 15px;
}
section.we-choose .bdy .box .txt p {
  font: 16px/24px var(--regular);
  color: var(--gray);
  min-height: 72px;
}
section.we-choose .bdy .box .txt .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 10px;
  font: 20px/24px var(--bold);
  color: var(--white);
  padding: 10px 15px;
  width: 100%;
  height: 60px;
}
section.we-choose .bdy .box .txt .btn:hover {
  border-color: var(--white);
  background: transparent;
}

section.contact {
  padding: 100px 0;
  background: #082932;
}
section.contact .lft > span {
  font: 16px/24px var(--bold);
  color: var(--white);
  background: var(--green);
  border-radius: 15px;
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
section.contact .lft h2 {
  font: 48px/55px var(--bold);
  color: var(--white);
  margin: 25px 0;
  border-bottom: 1px solid #5b615b;
  padding-bottom: 25px;
}
section.contact .lft h2 span {
  color: var(--brown);
}
section.contact .lft h3 {
  font: 42px/42px var(--bold);
  color: var(--brown);
}
section.contact .rft .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 10px;
  font: 40px/40px var(--bold);
  color: var(--white);
  padding: 10px 25px;
  width: 100%;
  height: 110px;
}
section.contact .rft .btn:hover {
  border-color: var(--white);
  background: transparent;
}

section.abt {
  padding: 50px 0;
  background: url(../images/banner.png) no-repeat center;
  background-size: cover;
}
section.abt .txt h2 {
  font: 48px/55px var(--bold);
  color: var(--white);
  margin-bottom: 25px;
}
section.abt .txt h2 span {
  color: var(--brown);
}
section.abt .txt p {
  font: 16px/24px var(--regular);
  color: var(--gray);
  min-height: 0;
  max-width: 695px;
}

/*Main*/
/*Footer*/
footer {
  background: #082932;
}
footer .ft-top {
  padding: 60px 0 30px;
  border-bottom: 1px solid #8c9b9f;
}
footer .ft-top .d-flex {
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
footer .ft-top .d-flex .blk {
  width: 28%;
}
footer .ft-top .d-flex .blk:first-child {
  width: 25%;
}
footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3) {
  width: 17%;
}
footer .ft-top .d-flex .blk:nth-child(3) ul li {
  padding: 0 0 20px;
}
footer .ft-top .d-flex .blk:nth-child(3) ul li:not(:last-child) {
  border-bottom: 1px solid #8c9b9f;
}
footer .ft-top .d-flex .blk:nth-child(3) ul li a svg {
  font-size: 25px;
}
footer .ft-top .d-flex .blk .map img {
  border: 2px solid var(--red);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .ft-top .d-flex .blk h4 {
  font: 24px/25px var(--regular);
  color: var(--white);
  margin-bottom: 25px;
}
footer .ft-top .d-flex .blk h3 {
  font: 30px/32px var(--bold);
  color: var(--brown);
}
footer .ft-top .d-flex .blk span {
  font: 20px/20px var(--regular);
  color: var(--gray);
}
footer .ft-top .d-flex .blk p {
  font: 16px/24px var(--regular);
  color: var(--gray);
  margin: 10px 0 15px;
}
footer .ft-top .d-flex .blk > ul li {
  font: 18px/20px var(--regular);
  color: var(--gray);
}
footer .ft-top .d-flex .blk > ul li:not(:last-child) {
  margin-bottom: 25px;
}
footer .ft-top .d-flex .blk > ul li a {
  color: var(--gray);
  transition: 0.5s all ease-in-out;
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .ft-top .d-flex .blk > ul li a svg {
  font-size: 12px;
  color: var(--green);
}
footer .ft-top .d-flex .blk > ul li a:hover {
  color: var(--green);
}
footer .ft-top .d-flex .blk .social-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .ft-top .d-flex .blk .social-media ul li {
  font: 16px/24px var(--regular);
  color: var(--gray);
}
footer .ft-top .d-flex .blk .social-media ul li a {
  color: var(--green);
  transition: 0.5s all ease-in-out;
  border: 1px dashed transparent;
  width: 30px;
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ft-top .d-flex .blk .social-media ul li a svg {
  font-size: 20px;
  transition: 0.5s all ease-in-out;
}
footer .ft-top .d-flex .blk .social-media ul li a:hover {
  border-radius: 100%;
  border-color: var(--green);
}
footer .ft-top .d-flex .blk .social-media ul li a:hover svg {
  transform: rotateX(360deg);
}
footer .ft-bt {
  padding: 30px 0;
}
footer .ft-bt p {
  margin: 0;
  text-align: center;
  font: 20px/27px var(--regular);
  color: var(--white);
}
footer .ft-bt p a {
  text-decoration: underline;
  color: var(--white);
}
footer .ft-bt p a:hover {
  color: var(--green);
}

/*Footer*/
/*Responsive*/
@media (max-width: 1560px) {
  section.banner .img div:last-child .box {
    right: -40px;
  }
}
@media (max-width: 1440px) {
  section.banner .img {
    padding-right: 40px;
  }
}
@media (max-width: 1344px) {
  .container {
    padding: 0 15px;
  }
  section.banner .img div:first-child .box {
    left: -50px;
  }
  section.we-do .txt h2 {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 45px;
  }
  header nav.navbar .navbar-collapse .navbar-nav {
    margin-right: 40px !important;
  }
  section.banner .img {
    gap: 10px;
  }
  section.banner .img div {
    width: 49%;
  }
  section.banner .img div img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.banner .img div .box h4 {
    font-size: 30px;
    line-height: 30px;
  }
  section.banner .img div .box {
    padding: 15px;
  }
  section.banner .img div .box p {
    font-size: 20px;
  }
  section.we-do .txt {
    padding-left: 50px;
  }
  section.we-do .img ._img {
    width: 50%;
  }
  section.we-do .txt ul li ._txt h5, section.we-do .txt ul li ._txt p {
    font-size: 18px;
  }
  section.we-choose .bdy .box .txt p {
    min-height: 96px;
  }
  footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3) {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    width: 45px;
    height: 45px;
    padding: 0;
    background: var(--green);
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    padding: 30px;
    width: 300px !important;
    height: 100vh;
    background: #fff;
    display: block !important;
    left: -300px;
    transition: 0.5s all ease-in-out;
    z-index: 10;
  }
  .navbar-collapse.show {
    left: 0;
  }
  header nav.navbar .navbar-collapse a.btn.order-btn {
    margin-left: 0;
  }
  header nav.navbar .navbar-collapse .navbar-nav {
    margin-right: 0px !important;
  }
  header nav.navbar .navbar-collapse .navbar-nav li.nav-item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  header nav.navbar .navbar-collapse .navbar-nav li.nav-item .nav-link {
    color: #000;
  }
  section.banner > div > .d-flex {
    flex-direction: column-reverse;
  }
  section.banner .img {
    width: 85%;
    padding: 0 50px;
  }
  section.banner .txt {
    width: 100%;
    padding: 50px 0 0;
  }
  section.we-do, section.we-choose, section.contact {
    padding: 80px 0;
  }
  section.we-do > div > .d-flex {
    flex-direction: column;
  }
  section.we-do .img {
    width: 85%;
    margin-bottom: 50px;
  }
  section.we-do .txt {
    padding-left: 0;
    width: 100%;
  }
  section.we-choose .hd h2, section.contact .lft h2, section.abt .txt h2 {
    font-size: 44px;
  }
  section.contact .rft .btn {
    font-size: 24px;
    height: 80px;
  }
  section.contact .lft h3 {
    font-size: 38px;
  }
  footer .ft-top .d-flex {
    flex-wrap: wrap;
  }
  footer .ft-top .d-flex .blk {
    width: 48%;
  }
  footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3) {
    width: 40%;
  }
  footer .ft-top .d-flex .blk:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.we-choose .bdy {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    gap: 20px;
  }
  section.we-choose .bdy .box {
    min-width: 300px;
    width: 100%;
  }
  section.we-choose .bdy .box .txt p {
    white-space: normal;
  }
  section.we-do, section.we-choose, section.contact {
    padding: 60px 0;
  }
  section.contact .d-flex, section.abt .d-flex {
    flex-direction: column;
  }
  section.contact .d-flex .lft {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .ft-top {
    padding: 30px 0;
  }
  footer .ft-top .d-flex .blk:first-child, footer .ft-top .d-flex .blk:nth-child(2), footer .ft-top .d-flex .blk:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8c9b9f;
  }
  footer .ft-top .d-flex .blk:nth-child(3) ul li:not(:last-child) {
    border-bottom: none;
  }
  section.banner .img div .box p {
    font-size: 16px;
  }
  section.banner .txt h2 {
    font-size: 40px;
    line-height: 50px;
  }
  section.banner .img div .box h4 {
    font-size: 26px;
  }
  section.we-do .txt h2, section.we-choose .hd h2, section.contact .lft h2, section.abt .txt h2 {
    font-size: 38px;
    line-height: 44px;
  }
  section.contact .lft h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  section.banner .img div .box {
    width: -moz-max-content;
    width: max-content;
  }
  section.banner .img {
    width: 100%;
  }
  section.banner .txt h2 {
    font-size: 36px;
    line-height: 45px;
  }
  section.banner {
    padding: 50px 0;
  }
  section.we-do, section.we-choose, section.contact {
    padding: 50px 0;
  }
  section.we-do .txt h2, section.we-choose .hd h2, section.contact .lft h2, section.abt .txt h2 {
    font-size: 36px;
    line-height: 40px;
  }
  section.we-do .txt ul li ._txt h5, section.we-do .txt ul li ._txt p {
    font-size: 16px;
    line-height: 20px;
  }
  section.contact .rft .btn {
    font-size: 20px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  section.banner .img div .box h4 {
    font-size: 20px;
    line-height: 20px;
  }
  section.banner .img div .box p {
    font-size: 14px;
  }
  section.banner .txt h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 15px 0;
  }
  section.we-do .txt h2, section.we-choose .hd h2, section.contact .lft h2, section.abt .txt h2 {
    font-size: 30px;
    line-height: 36px;
  }
  section.we-do .txt ul li {
    width: 100%;
  }
  section.banner .txt .btn, section.we-do .txt .btn {
    display: flex;
    margin: auto;
  }
  footer .ft-top .d-flex .blk {
    width: 80%;
  }
  footer .ft-top .d-flex .blk:nth-child(3) {
    margin-bottom: 0;
  }
}
/*Responsive*//*# sourceMappingURL=style.css.map */