* {
  font-family: "Calibri";
}
.swiper-slide {
  display: block;
}

.margin-nav {
  margin: 0 auto;
}

.a-link {
  text-decoration: none;
  color: black;
}
.modal-header {
  display: none;
}
#port19 {
  width: 269px;
}
.cheat {
  position: relative;
}

.a-foot {
  color: #aba8a8;
  text-decoration: none;
}
.a-foot:hover {
  color: #d8d8d8;
}

.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #aba8a8;
  cursor: pointer;
  transition: all 0.4s;
}

.margin-top-bottom:hover {
  color: #dfdfdf;
}

.large-image {
  position: absolute;
  left: 250px;
  z-index: 500;
}

#first-pic {
  width: 500px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 4px #81c150 solid;
}

.hidden-first {
  display: none;
}

#button-nav {
  background-color: aliceblue;
  margin-left: 20px;
}

.nav-link {
  color: white;
}

.nav-stuff {
  font-size: 13px;
  font-weight: 700;
  margin-right: 30px;
}

.main-logo {
  width: 200px;
}

.white-text {
  color: aliceblue;
  cursor: pointer;
}

.white-text:hover {
  color: #81c150;
}

.txt {
  text-align: center;
  width: 900px;
}

.txt h3 {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 800;
  font-size: 43px;
  color: aliceblue;
  text-shadow: 2px 2px 2px black;
}

.btn-div {
  text-align: center;
  margin-top: 25px;
}

.image-header {
  background-image: url(/images/home-header.jpg);
  margin-top: -80px;
  width: 100%;
  height: 83vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-img {
  height: 83vh;
  width: 100%;
}

.quote-btn {
  color: black;
  background-color: #81c150;
  outline: none;
  border: 1px;
  font-family: "Calibri";
  font-style: normal;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
}

#home-tag {
  text-decoration: underline 4px #81c150;
  color: #81c150;
}

.fa-bars {
  color: black;
}

/*Middle about us*/
.dark-bg {
  background-color: #212121;
  height: 415px;
}

.green-div {
  background-color: #81c150;
  padding: 30px;
  margin: -60px 0 0 auto;
}

.txt-about-div {
  background-color: #212121;
  color: aliceblue;
  padding: 30px;
  width: 510px;
  height: 370px;
  margin: auto 0 auto 130px;
}

.txt-about-div p {
  margin-top: 30px;
}

.txt-about-div h3 {
  font-size: 42px;
  font-weight: 800;
  text-transform: capitalize;
}

.us {
  font-weight: 300;
}

.abt-btn {
  margin-top: 10px;
  padding: 5px 38px;
  font-size: 14px;
  font-weight: 600;
  background: #212121;
  border: 1px #81c150 solid;
  color: #81c150;
  transition: all 0.4s;
}

.abt-btn:hover {
  color: #212121;
  background: #81c150;
}

.img-div-about {
  margin-left: 30px;
}

/*.abt-img {
  height: 460px;
  width: 600px;
}*/

/*Home portfolio*/
.tile-txt h1 {
  transform: rotate(90deg);
  font-size: 50px;
}

.tile-txt {
  width: 100%;
  height: auto;
}

.tile-txt-div {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #212121;
  margin: 0 0 0 auto;
  color: aliceblue;
}

.home-portfolio-img {
  width: 635px;
}

.h1-tile:after,
.h1-tile:before {
  content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  text-decoration: 1px line-through;
}

/*Swiper*/
.main-portfolio-home-div {
  padding: 50px;
  background-color: #e0e0e0;
  font-family: "Calibri";
  font-style: bold;
}

.swiper-h1 {
  font-size: 70px;
  font-weight: 1000;
  margin-bottom: 80px;
  text-align: center;
}

.port-img {
  -moz-box-shadow: 0 0 4px #ccc;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
}

.swiper {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;

  background: #e0e0e0;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-content {
  background: transparent;
  border: none;
}

.modal-footer {
  border-top: none;
}
/*Contact home*/
.contact-row {
  justify-content: center;
}

.contact {
  background-color: #020202;
}

.green-bg {
  background-color: #81c150;
}
.chair {
  width: 485px;
}

.chair-div {
  padding: 0;
}

.black-bg {
  background-color: #1a1919;
  width: 480px;
  height: 360px;
}

.contact-form {
  margin-top: -280px;
}

.name,
.email,
.phone,
.subject {
  background: #020202;
  border: none;
  border-bottom: 1px #6e6e6e solid;
  outline: none;
  color: #6e6e6e;
  border-radius: 0;
}

.second-form-row {
  margin-top: 30px;
}
.txt-area {
  margin-top: 20px;
}
.msg-color {
  color: #6e6e6e;
}
.textarea {
  outline: none;
  background: #020202;
  border: none;
  border-bottom: 1px #6e6e6e solid;
  border-radius: 0;
  width: 330px;
  color: #6e6e6e;
}

.cont {
  font-weight: 300;
}

.contact-div {
  margin-bottom: 70px;
}

.h3-cnt {
  font-size: 42px;
  font-weight: 700;
  color: aliceblue;
}

.contact-info p {
  color: antiquewhite;
}

#contact-dot,
#contact-phone,
#contact-env {
  color: antiquewhite;
}

.contact-info p {
  font-family: "Calibri";
  font-style: normal;
  font-size: 18px;
}

.contact-info {
  margin-top: 150px;
}

.btn-contact {
  background: #020202;
  border: 2px #81c150 solid;
  color: #81c150;
  padding: 3px 60px;
  margin-top: 15px;
  transition: all 0.5s;
}

.btn-contact:hover {
  color: #020202;
  background: #81c150;
}

.cnt {
  padding: 30px;
  margin-top: 65px;
}

/*Footer*/
.footer {
  background-image: url(/images/realfooter.jpg);
  width: 100%;
  height: auto;
  padding: 40px 250px 40px 250px;
  font-family: "Calibri";
}

.down-txt {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}

.logo-footer {
  text-align: center;
  margin-bottom: 60px;
}

.greyish-txt {
  color: #aba8a8;
  cursor: pointer;
  margin-bottom: 5px;
  transition: all 0.4s;
}

.greyish-txt:hover {
  color: #dfdfdf;
}

.nav-green {
  color: #81c150;
  font-weight: 700;
}

.icon1,
.icon2,
.icon3,
.icon4 {
  margin-right: 10px;
}

hr {
  color: #d9d7d7;
  width: 225px;
}
/*MEDIA*/
@media (max-width: 1700px) {
  .large-image {
    left: 150px;
  }
}
@media (max-width: 1600px) {
  .large-image {
    left: 50px;
  }
}
@media (max-width: 1490px) {
  .large-image {
    left: 0px;
  }
}
@media (max-width: 1550px) {
  .textarea {
    width: 250px;
  }
}

@media (max-width: 1515px) {
  .home-portfolio-img {
    width: 750px;
  }
}
@media (max-width: 1326px) {
  .home-portfolio-img {
    width: 650px;
  }
}
@media (max-width: 1300px) {
  .large-image {
    display: none;
  }
  .no-hidden {
    display: none;
  }

  .textarea {
    width: 180px;
  }

  .cnt {
    margin-bottom: 80px;
  }

  .footer {
    padding: 40px 25px 20px 25px;
  }

  hr {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .chair-div {
    display: none;
  }

  .green-bg {
    width: 230px;
  }

  .cnt {
    padding: 0;
  }
}
@media (max-width: 1070px) {
  .home-portfolio-img {
    width: 650px;
  }
}
@media (max-width: 991px) {
  .image-header {
    margin-top: 0;
  }
  #header-img {
    margin-top: 0;
  }
  .hidden-first {
    display: block;
  }

  .d-none {
    display: none;
  }

  .hidden-second {
    display: none;
  }

  .logo-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }

  .nav-stuff {
    margin-left: 15px;
  }
}

@media (max-width: 1000px) {
  .black-bg {
    display: none;
  }

  .contact-form {
    margin-top: 25px;
  }
}

@media (max-width: 950px) {
  .txt {
    padding: 50px;
    width: 800px;
  }

  .home-portfolio-img {
    width: 600px;
  }
}

@media (max-width: 820px) {
  .txt {
    padding: 20px;
    width: 700px;
  }
  .abt-img {
    display: none;
  }

  .modal-body img {
    width: 600px;
  }
}
@media (max-width: 780px) {
  .home-portfolio-img {
    width: 400px;
  }
  .tile-txt-div {
    display: none;
  }

  .tile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mb-1 {
    text-align: center;
  }
}
@media (max-width: 770px) {
  .txt {
    padding: 20px;
    width: 700px;
  }
  .dark-bg {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-info {
    margin: 30px;
  }

  .green-bg {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 710px) {
  .txt {
    padding: 0 5px;
    width: 520px;
  }
  .txt-about-div {
    margin: auto;
  }
  .modal-body img {
    width: 500px;
  }
}

@media (max-width: 540px) {
  .txt {
    padding: 15px;
    width: 100%;
  }

  .logo-div {
    margin-left: 25px;
  }

  .main-logo {
    width: 160px;
  }

  .lg-ft {
    width: 200px;
  }
  .modal-body img {
    width: 380px;
  }
}

@media (max-width: 440px) {
  .home-portfolio-img {
    width: 300px;
  }
}

@media (max-width: 420px) {
  .txt-about-div {
    height: auto;
  }
}

@media (max-width: 340px) {
  .home-portfolio-img {
    width: 250px;
  }
}
