h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Cairo", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: right;
  font-family: "Cairo", sans-serif;
}

@media (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

a.action {
  display: inline-block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  background-color: #964b2d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}
a.action i {
  font-size: 18px;
}

nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: transparent;
  padding: 25px 35px !important;
}
nav .navbar-toggler i {
  color: #964b2d;
  font-size: 25px;
}
nav .navbar-brand img {
  width: 65px;
}
@media (max-width: 575px) {
  nav .navbar-brand img {
    width: 60px;
  }
}
nav .navbar-brand span {
  font-size: 32px;
  font-weight: 700;
  color: #964b2d;
}
@media (max-width: 991px) {
  nav .navbar-nav {
    background-color: #964b2d;
    padding: 10px;
    text-align: center;
  }
}
nav .navbar-nav li {
  margin-right: 50px;
}
@media (max-width: 991px) {
  nav .navbar-nav li {
    margin-right: 0;
    padding: 10px 0;
  }
}
nav .navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar-nav li a:hover {
  color: #964b2d;
}
@media (max-width: 991px) {
  nav .navbar-nav li a:hover {
    color: #fff;
  }
}

header {
  height: 100vh;
  background-image: url("../../images/background.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.768627451);
}
header .container {
  position: relative;
  z-index: 2;
  text-align: center;
  /*
      h1 {
          font-size: 60px;
          font-weight: 700;
          color: $main-color;
          margin-bottom: 15px;
          @media (min-width: 768px) and (max-width: 991px) {
              font-size: 50px;
          }
          @media (min-width: 567px) and (max-width: 767px) {
              font-size: 42px;
          }
          @media (min-width: 360px) and (max-width: 566px) {
              font-size: 35px;
          }
          @media (max-width: 359px) {
              font-size: 25px;
          }
      }
      */
}
header .container h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .container h1 {
    font-size: 55px;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container h1 {
    font-size: 52px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container h1 {
    font-size: 48px;
  }
}
@media (max-width: 359px) {
  header .container h1 {
    font-size: 40px;
  }
}
header .container h6 {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 25px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .container h6 {
    font-size: 52px;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container h6 {
    font-size: 48px;
    letter-spacing: 15px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container h6 {
    font-size: 44px;
    letter-spacing: 15px;
  }
}
@media (max-width: 359px) {
  header .container h6 {
    font-size: 38px;
  }
}
@media (max-width: 470px) {
  header .container h6 {
    letter-spacing: 10px;
  }
}
@media (max-width: 410px) {
  header .container h6 {
    letter-spacing: 7px;
  }
}
@media (max-width: 380px) {
  header .container h6 {
    letter-spacing: 4px;
  }
}
header .container p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container p {
    font-size: 18px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container p {
    font-size: 18px;
  }
}
@media (max-width: 359px) {
  header .container p {
    font-size: 16px;
  }
}
header .container h3 {
  font-size: 30px;
  font-weight: 700;
  color: #964b2d;
}
header .container span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #fff;
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container span {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container span {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  header .container span {
    font-size: 12px;
  }
}
header .container a.action {
  background-color: #964b2d;
  margin-top: 20px;
}

.container.adon {
  padding: 50px 0;
}
.container .heading {
  display: inline-block;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  text-align: center;
  margin: auto;
}
.container .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #964b2d;
}

section.video {
  padding: 40px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  section.video .container .row > div {
    margin-bottom: 30px;
  }
  section.video .container .row > div:last-of-type {
    margin-bottom: 0;
  }
}
section.video .container .row > div .item {
  padding: 5px;
}
section.video .container .row > div .item video {
  display: block;
  width: 100%;
  height: 350px;
}
section.video .container .row > div .item img {
  width: 100%;
  height: 100%;
}

section.images-slide {
  padding: 40px 0;
  background-color: #964b2d;
}
@media (max-width: 767px) {
  section.images-slide .container .row > div {
    margin-bottom: 15px;
  }
  section.images-slide .container .row > div:last-of-type {
    margin-bottom: 0;
  }
}
section.images-slide .container .row > div img {
  width: 100%;
  height: 100%;
}

.aboutSection {
  padding-top: 100px;
  padding-bottom: 100px;
}
.aboutSection .title {
  text-align: center;
  margin-bottom: 60px;
}
.aboutSection .title h2 {
  font-weight: 700;
}
.aboutSection .title p {
  line-height: 1.6;
  font-size: 18px;
  color: #121212;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .aboutSection .title p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .aboutSection .row > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .aboutSection .row > div.or-one {
    order: 1;
  }
}
.aboutSection .row > div.or-one > div {
  width: 100%;
  height: 100%;
}
.aboutSection .row > div.or-one > div a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .aboutSection .row > div.or-two {
    order: 2;
  }
}
.aboutSection h3 {
  font-size: 25px;
  font-weight: 700;
  color: #964b2d;
}
@media (max-width: 991px) {
  .aboutSection h3 {
    margin-top: 30px;
  }
}
.aboutSection .container-full {
  padding-bottom: 0px;
}
.aboutSection p {
  color: #252525;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 22px;
}
.aboutSection p.sp {
  margin-top: 10px;
}
.aboutSection h5 {
  font-weight: 600;
}
.aboutSection span.sp {
  font-weight: 600;
  font-size: 18px;
}
.aboutSection img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  width: 100%;
  height: 100%;
}
.aboutSection img.special-img {
  box-shadow: none;
}
.aboutSection ul li {
  margin-bottom: 8px;
}
.aboutSection a.action {
  margin-top: 5px;
  width: 170px;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
}

.project-details .container .row .items {
  margin-bottom: 30px;
}
.project-details .container .row .items:last-of-type {
  margin-bottom: 0;
}
.project-details .container .row .items h3 {
  font-size: 22px;
}
.project-details .container .row .items p {
  margin-top: 0;
  margin-bottom: 10px;
}
.project-details .container .row .items a.action {
  margin-top: 15px;
}

.contact {
  padding: 80px 0;
}
.contact .container .form {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}
.contact .container .form h2 {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.contact .container .form form {
  padding: 25px 25px;
}
.contact .container .form form fieldset {
  margin-bottom: 15px;
}
.contact .container .form form fieldset:last-of-type {
  margin-bottom: 0;
}
.contact .container .form form fieldset:last-of-type input {
  background-color: #964b2d;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border: 1px solid #964b2d;
  height: 60px;
}
.contact .container .form form fieldset label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 10px;
}
.contact .container .form form fieldset input,
.contact .container .form form fieldset textarea {
  display: block;
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}
.contact .container .form form fieldset input:focus,
.contact .container .form form fieldset textarea:focus {
  border-color: #964b2d;
}
.contact .container .form form fieldset textarea {
  min-height: 120px;
}

footer {
  background-color: #121212;
  color: #fff;
  padding: 12px;
  text-align: center;
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .container {
    display: block;
  }
}
footer p {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.568);
  margin: 0;
  font-family: "Cairo", sans-serif;
  text-align: center;
}

/*# sourceMappingURL=index.css.map */
