a {
  text-decoration: none;
}

button,
input {
  outline: none !important;
  box-shadow: none !important;
}

.header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  background-color: #000000;
  z-index: 100;
}
.header .wrapper {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header .wrapper .logo img {
  width: 200px;
  height: auto;
}
.header .wrapper .links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
  list-style: none;
}
.header .wrapper .links li {
  position: relative;
  padding-inline-end: 1rem;
}
.header .wrapper .links li.last::after, .header .wrapper .links li:last-child::after {
  display: none;
}
.header .wrapper .links li a {
  display: inline-block;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.header .wrapper .links li a:hover, .header .wrapper .links li a:focus, .header .wrapper .links li a:active {
  color: #bdbcbc;
}
.header .wrapper .links li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ae8f6e;
}
.header .wrapper .mobile_toggler {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.mobile_header_offcanvas {
  background-color: #1e1e1e;
}
.mobile_header_offcanvas .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.mobile_header_offcanvas .offcanvas-body {
  padding: 1rem 1.8rem;
}
.mobile_header_offcanvas .offcanvas-body .logo img {
  width: 160px;
  height: auto;
}
.mobile_header_offcanvas .offcanvas-body .links {
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}
.mobile_header_offcanvas .offcanvas-body .links li {
  margin-bottom: 1.2rem;
}
.mobile_header_offcanvas .offcanvas-body .links li a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: #ffffff;
  transition: all 0.3s linear;
}
.mobile_header_offcanvas .offcanvas-body .links li a:hover, .mobile_header_offcanvas .offcanvas-body .links li a:focus, .mobile_header_offcanvas .offcanvas-body .links li a:active {
  color: #bdbcbc;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .header .wrapper .logo img {
    width: 170px;
  }
  .header .wrapper .links li:not(:last-child) {
    display: none;
  }
}
.footer {
  font-family: "Gilroy", sans-serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.footer img {
  width: 80px;
  height: auto;
}
.footer .wrap1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.footer .wrap1 ul {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .wrap1 ul li a {
  font-size: 1.2rem;
  font-weight: 600;
}
.footer .wrap2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.footer .wrap2 .phone {
  font-size: 2rem !important;
  font-weight: 600;
  color: #ffffff;
}
.footer .wrap2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.footer .wrap2 ul li {
  font-size: 1.3rem;
}

.fixed-whatsapp {
  position: fixed;
  bottom: 2rem;
  inset-inline-end: 3rem;
  display: inline-block;
  z-index: 20;
}
.fixed-whatsapp svg {
  width: 60px;
  height: 60px;
}
.fixed-whatsapp img {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer img {
    width: 60px;
  }
  .footer .wrap1 {
    gap: 1.5rem;
  }
  .footer .wrap1 ul {
    gap: 1rem;
  }
  .footer .wrap1 ul li a {
    font-size: 1rem;
  }
  .footer .wrap2 .phone {
    font-size: 1.2rem !important;
  }
  .fixed-whatsapp {
    inset-inline-end: 2rem;
  }
  .fixed-whatsapp svg {
    width: 50px;
    height: 50px;
  }
  .fixed-whatsapp img {
    width: 50px;
  }
}
@media screen and (max-width: 575px) {
  .footer img {
    width: 50px;
  }
  .footer .wrap1 {
    gap: 1rem;
  }
  .footer .wrap1 ul {
    gap: 0.8rem;
  }
  .footer .wrap1 ul li a {
    font-size: 0.9rem;
  }
  .footer .wrap2 .phone {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 380px) {
  .footer img {
    width: 40px;
  }
  .footer .wrap1 {
    gap: 0.8rem;
  }
  .footer .wrap1 ul {
    gap: 0.6rem;
  }
  .footer .wrap1 ul li a {
    font-size: 0.8rem;
  }
  .footer .wrap2 .phone {
    font-size: 1rem !important;
  }
}
.banner_section {
  position: relative;
}
.banner_section .item {
  display: flex;
  align-items: flex-end;
}
.banner_section .item .image_1 {
  flex-grow: 1;
}
.banner_section .item .image_1 img {
  width: 100%;
  height: auto;
}
.banner_section .item .image_2 {
  position: relative;
  inset-inline-start: -5%;
  max-width: 30%;
}
.banner_section .item .image_2 img {
  width: 100%;
  height: auto;
}

.custom_banner_prev {
  position: absolute;
  top: 30%;
  inset-inline-end: 7rem;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.custom_banner_prev:hover {
  background-color: #ffffff;
  color: #000000;
}

.custom_banner_next {
  position: absolute;
  top: 35%;
  inset-inline-end: 7rem;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.custom_banner_next:hover {
  background-color: #ffffff;
  color: #000000;
}

@media screen and (max-width: 1600px) {
  .custom_banner_prev {
    top: 28%;
    inset-inline-end: 5rem;
    width: 40px;
    height: 40px;
  }
  .custom_banner_next {
    top: 35%;
    inset-inline-end: 5rem;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1550px) {
  .custom_banner_prev {
    top: 26%;
    inset-inline-end: 5rem;
    width: 35px;
    height: 35px;
  }
  .custom_banner_next {
    top: 32%;
    inset-inline-end: 5rem;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1450px) {
  .custom_banner_prev {
    top: 25%;
    inset-inline-end: 4rem;
    width: 35px;
    height: 35px;
  }
  .custom_banner_next {
    top: 32%;
    inset-inline-end: 4rem;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1350px) {
  .custom_banner_prev {
    top: 26%;
    inset-inline-end: 3.5rem;
    width: 35px;
    height: 35px;
  }
  .custom_banner_next {
    top: 33%;
    inset-inline-end: 3.5rem;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .custom_banner_prev {
    top: 20%;
    inset-inline-end: 3rem;
    width: 32px;
    height: 32px;
  }
  .custom_banner_next {
    top: 28%;
    inset-inline-end: 3rem;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .custom_banner_prev {
    top: 20%;
    inset-inline-end: 2.5rem;
    width: 32px;
    height: 32px;
  }
  .custom_banner_next {
    top: 29%;
    inset-inline-end: 2.5rem;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .custom_banner_prev {
    top: 18%;
    inset-inline-end: 1.5rem;
    width: 30px;
    height: 30px;
  }
  .custom_banner_next {
    top: 30%;
    inset-inline-end: 1.5rem;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 650px) {
  .custom_banner_prev {
    top: 10%;
    inset-inline-end: 5rem;
    width: 30px;
    height: 30px;
  }
  .custom_banner_next {
    top: 23%;
    inset-inline-end: 5rem;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .custom_banner_prev {
    top: 10%;
    inset-inline-end: 4.3rem;
    width: 30px;
    height: 30px;
  }
  .custom_banner_next {
    top: 27%;
    inset-inline-end: 4.3rem;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .custom_banner_prev {
    top: 10%;
    inset-inline-end: 4rem;
    width: 30px;
    height: 30px;
  }
  .custom_banner_next {
    top: 26%;
    inset-inline-end: 4rem;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .custom_banner_prev {
    top: 10%;
    inset-inline-end: 3.6rem;
    width: 30px;
    height: 30px;
  }
  .custom_banner_next {
    top: 26%;
    inset-inline-end: 3.6rem;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 440px) {
  .custom_banner_prev {
    top: 10%;
    inset-inline-end: 3.2rem;
    width: 25px;
    height: 25px;
  }
  .custom_banner_next {
    top: 26%;
    inset-inline-end: 3.2rem;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .custom_banner_prev {
    top: 10%;
    inset-inline-end: 3rem;
    width: 25px;
    height: 25px;
  }
  .custom_banner_next {
    top: 28%;
    inset-inline-end: 3rem;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 380px) {
  .custom_banner_prev {
    top: 10%;
    inset-inline-end: 3rem;
    width: 24px;
    height: 24px;
  }
  .custom_banner_next {
    top: 26%;
    inset-inline-end: 3rem;
    width: 24px;
    height: 24px;
  }
}
.title_section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: end;
  padding-right: 3rem;
  padding-left: 3rem;
}
.title_section h2 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .title_section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .title_section h2 {
    font-size: 2.5rem;
  }
}
.about_section {
  position: relative;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.about_section.about_section_2 {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.about_section .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.about_section .title img {
  flex-basis: 30px;
  height: auto;
}
.about_section .title h3 {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Montaserrat", sans-serif;
  flex-grow: 1;
  margin-bottom: 0;
}
.about_section .text p {
  font-family: "Montaserrat", sans-serif;
  font-size: 1.2rem;
}
.about_section .text p:last-child {
  margin-bottom: 0;
}
.about_section .image {
  width: 100%;
}
.about_section .image img {
  width: 100%;
  height: auto;
}
.about_section .form_wrapper {
  font-family: "Montaserrat", sans-serif;
}
.about_section .form_wrapper .form-control {
  height: 70px;
  border: 4px solid #ae8f6e;
  background-color: transparent;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.3rem;
}
.about_section .form_wrapper .form-control::placeholder {
  color: #ffffff;
}
.about_section .form_wrapper .form-control option {
  color: #000000;
}
.about_section .form_wrapper textarea {
  height: auto !important;
}
.about_section .form_wrapper button {
  border: 4px solid #ae8f6e;
  border-radius: 20px;
  background-color: transparent;
  padding: 1rem 1.4rem;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.about_section .form_wrapper button:hover {
  background-color: #ffffff;
  color: #ae8f6e;
}

@media screen and (max-width: 575px) {
  .about_section {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .about_section.about_section_2 {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
  .about_section .title img {
    flex-basis: 25px;
  }
  .about_section .title h3 {
    font-size: 2rem;
  }
  .about_section .text p:last-child {
    margin-bottom: 0;
  }
  .about_section .form_wrapper .form-control {
    height: 60px;
    font-size: 1rem;
  }
  .about_section .form_wrapper button {
    font-size: 1.2rem;
  }
}
.modal-content {
  padding: 1.5rem;
  background-color: #1f1f1f;
}
.modal-content .modal-header {
  border-bottom: 0;
}
.modal-content .modal-header .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.modal-content .modal-footer {
  border-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content .modal-footer .close-btn {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ae8f6e;
  text-transform: uppercase;
  padding: 0.9rem 1.2rem;
  border-radius: 25px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 200px;
  transition: all 0.3s linear;
}
.modal-content .modal-footer .close-btn:hover {
  background-color: #ae8f6e;
}

.project_modal .content {
  font-size: 1.1rem;
  line-height: 1.5;
}
.project_modal .image-gallery .image {
  height: 100%;
}
.project_modal .image-gallery .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects_section_style1 {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 50% 50%;
}

.project_item {
  position: relative;
  overflow: hidden;
}
.project_item .stretched-link {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.project_item .image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.project_item .image::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 0, 0, 0.5411764706);
}
.project_item .image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.4s ease-in-out;
}
.project_item .icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
}
.project_item:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.project_item:hover .details_btn {
  bottom: 3rem;
}
.project_item .details_btn {
  position: absolute;
  z-index: 10;
  bottom: -6rem;
  inset-inline-start: 50%;
  width: 85%;
  max-width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.project_item .details_btn:hover {
  background-color: rgba(255, 255, 255, 0.6392156863);
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .project_item .details_btn {
    bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .project_item .image img {
    height: 350px;
  }
  .project_item .icon {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .project_item .image img {
    height: 300px;
  }
  .project_item .icon {
    width: 160px;
  }
  .project_item .details_btn {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 450px) {
  .project_item .image img {
    height: 280px;
  }
  .project_item .icon {
    width: 135px;
  }
}
html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: "Tomorrow", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
}
body a {
  color: #ffffff;
  text-decoration: none;
}

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