@import url(https://db.onlinewebfonts.com/c/5ebc09361aef4dbfa14ad8492b8cca11?family=SangBleu+Sunrise);
.btn_1 {
  transition: all 0.4s ease-in-out;
  border: 1px solid #46545E;
  padding: 10px 15px;
  font-size: 0.938rem;
  position: relative;
  color: #46545E !important;
}
.btn_1 a {
  color: #46545E !important;
}
.btn_1::before {
  content: "";
  position: absolute;
  left: -60px;
  width: 50px;
  height: 1px;
  background: #46545E;
}
.btn_1::after {
  content: "";
  position: absolute;
  right: -60px;
  width: 50px;
  height: 1px;
  background: #46545E;
}
.btn_1:hover {
  border: 1px solid #A62621;
  background: #A62621;
  color: #fff !important;
}

.btn_2 {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 15px;
  font-size: 0.938rem;
  color: #46545E;
  border: 1px solid #46545E;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}
.btn_2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #46545E;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.btn_2:hover {
  color: #fff;
}
.btn_2:hover::before {
  transform: translateX(0);
}

.btn_3 {
  transition: all 0.4s ease-in-out;
  border: none;
  padding: 10px 0;
  font-size: 0.938rem;
  position: relative;
  color: #fff !important;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.btn_3 i {
  line-height: 0;
  padding-left: 0.5rem;
}
.btn_3 a {
  color: #A62621 !important;
}

.btn_4 {
  transition: all 0.4s ease-in-out;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 0.938rem;
  position: relative;
  color: #fff !important;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}
.btn_4 i {
  line-height: 0;
  padding-left: 0.5rem;
}
.btn_4 a {
  color: #A62621 !important;
}
.btn_4:hover {
  background: #fff;
  color: #A62621 !important;
}

@font-face {
  font-family: "SangBleu Sunrise";
  src: url("https://db.onlinewebfonts.com/t/5ebc09361aef4dbfa14ad8492b8cca11.eot");
  src: url("https://db.onlinewebfonts.com/t/5ebc09361aef4dbfa14ad8492b8cca11.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/5ebc09361aef4dbfa14ad8492b8cca11.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/5ebc09361aef4dbfa14ad8492b8cca11.woff") format("woff"), url("https://db.onlinewebfonts.com/t/5ebc09361aef4dbfa14ad8492b8cca11.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/5ebc09361aef4dbfa14ad8492b8cca11.svg#SangBleu Sunrise") format("svg");
}
body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "SangBleu Sunrise";
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
}

p {
  color: #424141;
  line-height: 26px;
  font-weight: 400;
  font-size: 0.938rem;
}
@media (width <= 768px) {
  p {
    line-height: 23px;
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
  color: #46545E;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #A62621;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h3 {
  font-size: 2.5rem;
  color: #A62621;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  h3 {
    padding: 0;
    font-size: 1.8rem;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select {
  transition: all 0.4s ease-in-out;
  font-family: "SangBleu Sunrise";
  height: 40px;
  width: 100%;
  border: none;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border-bottom: 1px solid #A6ACB0;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus {
  outline: none;
  border-bottom: 1px solid #DEC594;
  /* Remove border */
  /* or you can style the border differently */
  /* border: 2px solid #000; */
}
.form-group .form-control::file-selector-button,
.form-floating .form-control::file-selector-button {
  height: 45px;
}
.form-group textarea,
.form-floating textarea {
  height: 100px;
  resize: none;
  border: none;
  color: #5a5a59;
  width: 100%;
  font-size: 1rem;
  border-bottom: 1px solid #A6ACB0;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder {
  color: #4f4f4e;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder {
  color: #4f4f4e;
  font-weight: 400;
  font-size: 0.875rem;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1ae;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b1ae;
  font-weight: 400;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #727272;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3rem 3rem 0 3rem;
  left: 0;
  justify-content: space-between;
  z-index: 999;
}
@media (width <= 768px) {
  .header {
    padding: 1rem 1rem 0 1rem;
  }
}
.header .logo img {
  width: 100px;
  height: 100px;
}
@media (width <= 768px) {
  .header .logo img {
    width: 80px;
    height: 80px;
  }
}
@media (width <= 480px) {
  .header .logo img {
    width: 70px;
    height: 70px;
  }
}

.video_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (width <= 1200px) {
  .video_banner {
    height: auto;
  }
}
.video_banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .video_banner video {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    transform: translate(0);
    top: 0;
    left: 0;
  }
}

.welocome_container {
  width: 100%;
  padding: 100px 0px;
  text-align: center;
}
@media (width <= 1200px) {
  .welocome_container {
    padding: 60px 0px;
  }
}
@media (width <= 480px) {
  .welocome_container {
    padding: 40px 0px;
  }
}
.welocome_container .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 3rem 0;
  position: relative;
}
.welocome_container .heading::before {
  content: url(../images/shape1.svg);
  width: 100px;
  height: 124px;
  position: absolute;
}
.welocome_container .heading h1 {
  font-family: "SangBleu Sunrise";
  color: #46545E;
  font-size: 2rem;
  text-align: center;
}
@media (width <= 768px) {
  .welocome_container .heading h1 {
    font-size: 1.5rem;
  }
}
.welocome_container .about_content {
  width: 100%;
}
.welocome_container .about_content p {
  text-align: center;
}
.welocome_container .about_content .btn_1 {
  display: inline-flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}
.welocome_container .about_content .btn_1 i {
  padding-left: 0.5rem;
  line-height: 18px;
}
.welocome_container .count {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 3rem;
}
@media (768px <= width <= 992px) {
  .welocome_container .count {
    padding: 2rem;
  }
}
@media (width <= 768px) {
  .welocome_container .count {
    padding: 1rem;
  }
}
.welocome_container .count ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.welocome_container .count ul li {
  list-style: none;
  padding: 1rem;
  width: 25%;
  position: relative;
}
@media (width <= 768px) {
  .welocome_container .count ul li {
    width: 50%;
    padding: 0.5rem;
  }
}
.welocome_container .count ul li .stats {
  transition: all 0.4s ease-in-out;
  text-align: center;
  color: #A62621;
  font-size: 2rem;
  padding: 1rem 0;
}
@media (768px <= width <= 992px) {
  .welocome_container .count ul li .stats {
    padding: 1rem 0;
  }
}
@media (width <= 480px) {
  .welocome_container .count ul li .stats {
    font-size: 1.5rem;
  }
}
.welocome_container .count ul li .text {
  transition: all 0.4s ease-in-out;
  padding: 1rem 0;
  font-size: 0.813rem;
  line-height: 16px;
  text-align: center;
  font-family: "SangBleu Sunrise";
}
.welocome_container .count ul li:last-child::before {
  display: none;
}

.ceo {
  width: 100%;
}
.ceo .directors__desk h2 {
  color: #A62621;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ceo .directors__desk h2 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .ceo .directors__desk h2 {
    font-size: 1.6rem;
  }
}
.ceo .count {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.ceo .count ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.ceo .count ul li {
  list-style: none;
  padding: 1rem;
  width: 25%;
  position: relative;
}
@media (width <= 768px) {
  .ceo .count ul li {
    width: 50%;
    padding: 0.5rem;
  }
}
.ceo .count ul li .stats {
  transition: all 0.4s ease-in-out;
  text-align: center;
  color: #A62621;
  font-size: 2rem;
  padding: 1rem 0;
}
@media (768px <= width <= 992px) {
  .ceo .count ul li .stats {
    padding: 1rem 0;
  }
}
@media (width <= 480px) {
  .ceo .count ul li .stats {
    font-size: 1.5rem;
  }
}
.ceo .count ul li .text {
  transition: all 0.4s ease-in-out;
  padding: 1rem 0;
  font-size: 0.813rem;
  line-height: 16px;
  text-align: center;
  font-family: "SangBleu Sunrise";
}
.ceo .count ul li:last-child::before {
  display: none;
}
.ceo .nav-tabs {
  gap: 10px;
  --bs-nav-tabs-border-color: $white-color;
}
.ceo .nav-tabs .nav-link {
  border-radius: 0;
  margin-bottom: 1rem;
  color: #424141;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-color: #C3C3C3;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ceo .nav-tabs .nav-link {
    padding: 0.5rem;
  }
}
@media (width <= 768px) {
  .ceo .nav-tabs .nav-link {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.ceo .nav-tabs .nav-link.active {
  border-color: #C3C3C3;
  color: #A62621;
}

.ceo_img {
  position: relative;
}
.ceo_img .sign {
  position: absolute;
  right: 20%;
  bottom: -20%;
}

.ceo_content {
  padding-left: 2rem;
}
@media (width <= 768px) {
  .ceo_content {
    padding-left: 0;
  }
}
.ceo_content h3 {
  color: #A62621;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  margin-bottom: 2rem;
}
.ceo_content h5 {
  color: #46545E;
  font-family: "SangBleu Sunrise";
  font-weight: 400;
  font-size: 1rem;
  margin: 1rem 0;
}
@media (width <= 768px) {
  .ceo_content h5 {
    font-size: 0.875rem;
    margin: 0.5rem 0;
  }
}
.ceo_content .ceo {
  font-family: "SangBleu Sunrise";
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (width <= 768px) {
  .ceo_content .ceo {
    font-size: 1rem;
  }
}

.projects {
  padding: 0;
}
.projects .heading {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}
@media (width <= 1200px) {
  .projects .heading {
    justify-content: space-between;
  }
}
@media (width <= 768px) {
  .projects .heading {
    flex-direction: column;
    padding-bottom: 1rem;
    align-items: flex-start;
  }
}
.projects .heading h2 {
  color: #A62621;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 50px;
  margin-bottom: 0;
  width: 50%;
}
@media (992px <= width <= 1200px) {
  .projects .heading h2 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .projects .heading h2 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .projects .heading h2 {
    font-size: 1.5rem;
    line-height: 40px;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.projects .heading p {
  font-family: "SangBleu Sunrise";
  font-weight: 500;
}
.projects .project {
  position: relative;
  background: #000;
}
.projects .project .item {
  margin: 0;
  position: relative;
}
.projects .project .item .boxes {
  position: relative;
  padding: 0;
}
.projects .project .item .boxes .content {
  position: absolute;
  padding: 3rem;
  max-width: 35%;
  background-color: rgba(8, 8, 8, 0.6705882353);
  left: 8%;
  bottom: 8%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .projects .project .item .boxes .content {
    padding: 1.5rem;
    max-width: 65%;
  }
}
@media (768px <= width <= 992px) {
  .projects .project .item .boxes .content {
    padding: 1rem;
    max-width: 75%;
  }
}
@media (width <= 768px) {
  .projects .project .item .boxes .content {
    padding: 1.5rem;
    max-width: 100%;
    position: relative;
    left: auto;
    background-color: #000;
  }
}
.projects .project .item .boxes .content p {
  color: #fff;
}
@media (768px <= width <= 992px) {
  .projects .project .item .boxes .content p {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .projects .project .item .boxes .content p {
    font-size: 0.875rem;
  }
}
.projects .project .item .boxes .content h3 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (768px <= width <= 992px) {
  .projects .project .item .boxes .content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
  }
}
@media (1200px <= width <= 1400px) {
  .projects .project .item .boxes .content h3 {
    font-size: 2.5rem;
  }
}
@media (992px <= width <= 1200px) {
  .projects .project .item .boxes .content h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media (768px <= width <= 992px) {
  .projects .project .item .boxes .content h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media (width <= 768px) {
  .projects .project .item .boxes .content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (width <= 480px) {
  .projects .project .item .boxes .content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.projects .project .item .boxes .content h5 {
  font-size: 1.15rem;
  font-family: "SangBleu Sunrise";
  color: #fff;
  font-weight: 400;
}
@media (width <= 768px) {
  .projects .project .item .boxes .content h5 {
    font-size: 0.875rem;
  }
}
@media (width <= 480px) {
  .projects .project .item .boxes .content h5 {
    font-size: 0.813rem;
  }
}
@media (width <= 768px) {
  .projects .project .item .boxes .content .btn_3 {
    margin-top: 0.5rem;
  }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}
@media (width <= 768px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }
}

.owl-prev {
  position: absolute;
  right: auto;
  left: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (width <= 768px) {
  .owl-prev {
    top: 40%;
  }
}
@media (width <= 575.98px) {
  .owl-prev {
    top: 30%;
  }
}

.owl-next {
  position: absolute;
  right: 5px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (width <= 768px) {
  .owl-next {
    top: 40%;
  }
}
@media (width <= 575.98px) {
  .owl-next {
    top: 30%;
  }
}

.gallery {
  width: 100%;
  padding-top: 100px;
}
@media (width <= 1200px) {
  .gallery {
    padding-top: 60px;
  }
}
.gallery .heading {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}
@media (width <= 1200px) {
  .gallery .heading {
    justify-content: space-between;
  }
}
@media (width <= 768px) {
  .gallery .heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gallery .heading h2 {
  color: #A62621;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 50px;
  margin-bottom: 0;
  width: 50%;
}
@media (992px <= width <= 1200px) {
  .gallery .heading h2 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .gallery .heading h2 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .gallery .heading h2 {
    font-size: 1.5rem;
    line-height: 40px;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.gallery .heading p {
  font-family: "SangBleu Sunrise";
  font-weight: 500;
}
.gallery .loop .item {
  transition: all 0.4s ease-in-out;
  position: relative;
  margin: 0 1rem;
}
.gallery .loop .item i {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 999;
  opacity: 0;
  background: #A62621;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .loop .item img {
  transition: all 0.4s ease-in-out;
  border: 0;
}
.gallery .loop .item:hover i {
  background: #333333;
}

.contact_form {
  background: url(../images/contact_bg.jpg);
  background-size: cover;
  padding: 10rem 0;
  background-position: center center;
}
@media (786px <= width <= 1200px) {
  .contact_form {
    padding: 4rem 0;
  }
}
@media (width <= 768px) {
  .contact_form {
    padding: 4rem 0;
  }
}
.contact_form .reach_out {
  padding-right: 2rem;
}
.contact_form .reach_out h3 {
  font-family: #fff;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (1200px <= width <= 1400px) {
  .contact_form .reach_out h3 {
    font-size: 1.8rem;
  }
}
@media (992px <= width <= 1200px) {
  .contact_form .reach_out h3 {
    font-size: 1.6rem;
  }
}
@media (768px <= width <= 992px) {
  .contact_form .reach_out h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .contact_form .reach_out h3 {
    font-size: 1.4rem;
  }
}
.contact_form .reach_out p {
  color: #fff;
  font-family: "SangBleu Sunrise";
}
.contact_form .reach_out h5 {
  margin-top: 2rem;
  color: #fff;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  font-weight: 300;
}
@media (1200px <= width <= 1400px) {
  .contact_form .reach_out h5 {
    font-size: 1.8rem;
  }
}
@media (992px <= width <= 1200px) {
  .contact_form .reach_out h5 {
    font-size: 1.5rem;
  }
}
@media (768px <= width <= 992px) {
  .contact_form .reach_out h5 {
    font-size: 1.3rem;
  }
}
@media (width <= 768px) {
  .contact_form .reach_out h5 {
    font-size: 1rem;
  }
}
.contact_form .reach_out h5 span {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  display: block;
  font-family: "SangBleu Sunrise";
}
.contact_form .contact_form {
  background: #fff;
  padding: 3rem 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact_form .contact_form {
    padding: 2rem 1.5rem;
  }
}
@media (width <= 768px) {
  .contact_form .contact_form {
    margin-top: 1.5rem;
    padding: 2rem 1.5rem;
  }
}
.contact_form .contact_form h3 {
  color: #A62621;
  font-size: 2.5rem;
}
@media (1200px <= width <= 1400px) {
  .contact_form .contact_form h3 {
    font-size: 2rem;
  }
}
@media (992px <= width <= 1200px) {
  .contact_form .contact_form h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .contact_form .contact_form h3 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .contact_form .contact_form h3 {
    font-size: 1.5rem;
  }
}
.contact_form .contact_form h6 {
  font-family: "SangBleu Sunrise";
  font-weight: 500;
  font-size: 0.875rem;
}
.contact_form .contact_form .checkbox_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (width <= 768px) {
  .contact_form .contact_form .checkbox_list {
    flex-wrap: wrap;
  }
}
.contact_form .contact_form .checkbox_list label {
  font-family: "SangBleu Sunrise";
}

.faq {
  width: 100%;
}
.faq .heading {
  display: flex;
}
.faq .heading h2 {
  color: #A62621;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 50px;
  margin-bottom: 0;
}
@media (992px <= width <= 1200px) {
  .faq .heading h2 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .faq .heading h2 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .faq .heading h2 {
    font-size: 1.5rem;
    line-height: 40px;
    width: 100%;
    margin-bottom: 0rem;
  }
}
.faq .accordion {
  margin-top: 5rem;
  font-family: "SangBleu Sunrise";
  --bs-accordion-border-color: $white-color;
}
@media (768px <= width <= 1200px) {
  .faq .accordion {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .faq .accordion {
    margin-top: 1rem;
  }
}
.faq .accordion-button {
  color: #46545E;
  font-size: 0.875rem;
  line-height: 24px;
  font-family: "SangBleu Sunrise";
  padding: 1rem 0;
  border: none;
}
.faq .accordion-body {
  padding: 1rem 0;
}
.faq .accordion-button:focus {
  z-index: 3;
  border-color: 0 !important;
  border: none;
  outline: none;
  /* Optional, if you also want to remove the outline */
  box-shadow: none;
  /* Optional, if you also want to remove any shadow */
}
.faq .accordion-flush .accordion-item .accordion-button,
.faq .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
  border: none;
}
.faq .accordion-item {
  border-bottom: var(--bs-accordion-border-width) solid #999da2;
}
.faq .accordion-item .accordion-header {
  font-family: "SangBleu Sunrise";
}
.faq .accordion-item .accordion-button {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .faq .accordion-item .accordion-button {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .faq .accordion-item .accordion-button {
    font-size: 0.875rem;
  }
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  color: #46545E;
  margin-top: 1rem;
}
.faq .accordion-button:not(.collapsed)::after {
  color: #46545E !important;
  /* Change the color to your preferred color */
  background-image: none;
  content: "\f286";
  transform: rotate(0);
  font-size: 0.875rem;
  font-family: bootstrap-icons !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #46545E;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.faq .accordion-button.collapsed::after {
  color: #6c757d !important;
  /* Example: Replace with your $paragraph color */
  background-image: none;
  content: "\f282";
  /* Unicode for 'minus' icon from Bootstrap Icons */
  font-size: 0.875rem;
  font-family: "bootstrap-icons" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #46545E;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.blogs {
  padding: 80px 20px;
  border-top: 1px solid #A62621;
}
@media (width <= 768px) {
  .blogs {
    padding: 40px 20px;
  }
}
.blogs .heading {
  display: flex;
}
@media (width <= 768px) {
  .blogs .heading {
    margin-bottom: 1.5rem;
  }
}
.blogs .heading h3 {
  color: #A62621;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 50px;
  margin-bottom: 0;
}
@media (992px <= width <= 1200px) {
  .blogs .heading h3 {
    font-size: 1.8rem;
  }
}
@media (768px <= width <= 992px) {
  .blogs .heading h3 {
    font-size: 1.8rem;
  }
}
@media (width <= 768px) {
  .blogs .heading h3 {
    font-size: 1.5rem;
    line-height: 40px;
    width: 100%;
    margin-bottom: 0rem;
  }
}
.blogs .blog_box {
  transition: all 0.4s ease-in-out;
}
.blogs .blog_box .blog-img {
  width: 100%;
  background: #A62621;
}
.blogs .blog_box .blog-img img {
  transition: all 0.4s ease-in-out;
}
.blogs .blog_box .content {
  width: 100%;
}
.blogs .blog_box .content .calendar {
  font-size: 0.938rem;
  color: #A62621;
  margin: 1rem 0;
}
.blogs .blog_box .content h3 {
  font-family: "SangBleu Sunrise";
  color: #46545E;
  font-size: 1.2rem;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1rem 0;
}
@media (992px <= width <= 1200px) {
  .blogs .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
@media (768px <= width <= 992px) {
  .blogs .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
@media (width <= 768px) {
  .blogs .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
.blogs .blog_box .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #424141;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: "SangBleu Sunrise";
  height: 75px;
}
@media (max-width: 480px) {
  .blogs .blog_box .content p {
    height: 48px;
    min-height: 40px;
  }
}
@media (width <= 768px) {
  .blogs .blog_box .content p {
    height: 65px;
  }
}
.blogs .blog_box:hover img {
  opacity: 0.5;
}

.footer {
  padding: 0 0 60px 0;
  background: #fff;
}
.footer .full-width {
  width: 100%;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media (width <= 768px) {
  .footer .full-width {
    padding: 2.5rem 0;
  }
}
@media (width <= 480px) {
  .footer .full-width {
    padding: 3rem 1rem;
  }
}
.footer .full-width h3 {
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
}
@media (1200px <= width <= 1400px) {
  .footer .full-width h3 {
    font-size: 3rem;
  }
}
@media (992px <= width <= 1200px) {
  .footer .full-width h3 {
    font-size: 2.8rem;
  }
}
@media (768px <= width <= 992px) {
  .footer .full-width h3 {
    font-size: 2.5rem;
  }
}
@media (width <= 768px) {
  .footer .full-width h3 {
    font-size: 2rem;
  }
}
@media (width <= 480px) {
  .footer .full-width h3 {
    font-size: 1.8rem;
  }
}
.footer .adderss_box {
  width: 100%;
  padding: 0.5rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
@media (width <= 768px) {
  .footer .adderss_box {
    padding: 0.5rem 1rem 0 1rem;
  }
}
.footer .adderss_box ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .adderss_box ul li {
  padding: 0.5rem;
  list-style: none;
  color: #000;
  display: flex;
  justify-content: center;
}
@media (width <= 768px) {
  .footer .adderss_box ul li {
    text-align: center;
  }
}
.footer .adderss_box ul li a {
  color: #000;
}
.footer .adderss_box_2 {
  width: 100%;
  padding: 0 0 2rem 0;
}
@media (width <= 768px) {
  .footer .adderss_box_2 {
    padding: 0rem 1rem 2rem 1rem;
  }
}
.footer .adderss_box_2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (width <= 768px) {
  .footer .adderss_box_2 ul {
    flex-wrap: wrap;
  }
}
.footer .adderss_box_2 ul li {
  padding: 0.5rem;
  list-style: none;
  color: #000;
  display: flex;
}
@media (width <= 768px) {
  .footer .adderss_box_2 ul li {
    padding: 0.2rem;
  }
}
.footer .adderss_box_2 ul li a {
  color: #000;
}
.footer .adderss_box_2 ul span {
  padding: 0 0.5rem;
  color: #000;
}
@media (width <= 768px) {
  .footer .adderss_box_2 ul span {
    display: none;
  }
}
.footer .full_width_colum {
  display: flex;
  padding: 4rem 0;
}
@media (width <= 768px) {
  .footer .full_width_colum {
    padding: 2.5rem 0;
  }
}
@media (width <= 480px) {
  .footer .full_width_colum {
    padding: 2rem 1rem;
  }
}
.footer .full_width_colum .ftr_list {
  width: 33.3%;
}
.footer .full_width_colum .ftr_list h4 {
  font-size: 0.938rem;
  color: #fff;
  font-family: "SangBleu Sunrise";
}
.footer .full_width_colum .ftr_list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .full_width_colum .ftr_list ul li {
  transition: all 0.4s ease-in-out;
  padding: 3px 0px;
  list-style: none;
  color: rgba(255, 255, 255, 0.5764705882);
  font-size: 0.875rem;
  width: 100%;
  font-family: "SangBleu Sunrise";
  font-weight: 400;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer .full_width_colum .ftr_list ul li {
    font-size: 0.813rem;
  }
}
@media (max-width: 480px) {
  .footer .full_width_colum .ftr_list ul li {
    font-size: 0.813rem;
  }
}
.footer .full_width_colum .ftr_list ul li a {
  color: rgba(255, 255, 255, 0.5764705882) !important;
  position: relative;
}
.footer .full_width_colum .ftr_list ul li a:hover {
  color: #424141 !important;
}
.footer .social-icons {
  padding: 1rem 0;
  width: 100%;
}
.footer .social-icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer .social-icons ul {
    justify-content: center;
  }
}
.footer .social-icons ul li {
  padding: 0 15px;
  list-style: none;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  .footer .social-icons ul li {
    padding: 10px 5px;
  }
}
.footer .social-icons ul li a {
  color: #000 !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer .social-icons ul li a:hover {
  color: #000 !important;
}
.footer .social-icons ul li:first-child {
  padding-left: 0px;
}
@media (width <= 768px) {
  .footer .social-icons {
    padding: 1.5rem 0;
  }
}
@media (width <= 480px) {
  .footer .social-icons {
    padding: 1rem;
  }
}
.footer .bottom_list {
  width: 100%;
}
.footer .bottom_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.footer .bottom_list ul li {
  list-style: none;
  padding: 0.2rem 0.5rem;
  display: flex;
  justify-content: center;
}
.footer .bottom_list ul li img {
  width: 85px;
}
.footer .bottom_list ul li a {
  color: #000;
}
.footer .bottom_list ul span {
  padding: 0 0.5rem;
  color: #000;
}
@media (width <= 768px) {
  .footer .bottom_list ul span {
    display: none;
  }
}

.project_img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project_img h1 {
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .project_img h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .project_img h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project_img h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .project_img h1 {
    font-size: 2.5rem;
  }
}
@media (width <= 575.98px) {
  .project_img h1 {
    font-size: 2rem;
  }
}
.project_img h4 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}
@media (width <= 768px) {
  .project_img h4 {
    font-size: 1.2rem;
  }
}
@media (width <= 575.98px) {
  .project_img h4 {
    font-size: 1rem;
  }
}
.project_img .scroll-down-arrow {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  animation: upAndDown 1s infinite ease-in-out;
}

@keyframes upAndDown {
  0%, 100% {
    transform: translateY(0);
    /* Starting and ending position */
  }
  50% {
    transform: translateY(-30px);
    /* Move up */
  }
}
.project-highlight {
  width: 100%;
}
.project-highlight h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-highlight h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project-highlight h2 {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .project-highlight h2 {
    font-size: 1.5rem;
  }
}
.project-highlight .amenities {
  width: 100%;
}
.project-highlight .amenities ul {
  display: flex;
  flex-wrap: wrap;
}
.project-highlight .amenities ul li {
  list-style: none;
  width: 50%;
  font-size: 1rem;
  padding: 1rem 0;
  color: #333333;
  display: flex;
  align-items: center;
}
.project-highlight .amenities ul li .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  background: #fff;
  border: 1px dashed #DEC594;
}
.project-highlight .project-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-highlight .project_image {
  padding-left: 3rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project-highlight .project_image {
    padding-left: 1.5rem;
  }
}
@media (width <= 768px) {
  .project-highlight .project_image {
    padding-left: 0;
  }
}
.project-highlight .project_image .round_img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 150px;
  height: 150px;
  border: 1px dashed #333333;
}
.project-highlight .project_image .round_img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.project-highlight .project_image .project_name {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  position: absolute;
  right: 0;
  padding: 1rem;
  top: 20px;
  background: #DEC594;
  color: #000;
  font-size: 1.5rem;
}
.project-highlight .project_image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.project_image {
  width: 100%;
}
.project_image .boxes {
  position: relative;
}
.project_image .boxes .video_icon {
  border: 2px dashed #DEC594;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: #A62621;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.project_image .boxes .video_icon i {
  font-size: 2.5rem;
  color: #fff;
}
.project_image .owl-nav button.owl-next,
.project_image .owl-nav button.owl-prev {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #333333;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
}
.project_image .owl-prev {
  top: 50%;
  position: absolute;
  right: auto;
  left: 40px;
  transform: translate(-50%, -50%);
}
.project_image .owl-next {
  top: 50%;
  position: absolute;
  right: 5px;
  left: auto;
  transform: translate(-50%, -50%);
}

.specification {
  width: 100%;
  background: #eef1f4;
}
.specification .amenities {
  width: 100%;
  padding-right: 2rem;
}
.specification .amenities h3 {
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .specification .amenities h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .specification .amenities h3 {
    font-size: 1.3rem;
  }
}
.specification .amenities ul {
  display: flex;
  flex-wrap: wrap;
}
.specification .amenities ul li {
  list-style: none;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
}

.far_to_project {
  background: #eef1f4;
}
.far_to_project h4 {
  margin-bottom: 2rem;
}
.far_to_project .distance ul {
  display: flex;
  flex-wrap: wrap;
}
.far_to_project .distance ul li {
  width: 45%;
  position: relative;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: inherit;
  flex-wrap: wrap;
  padding: 10px 0;
}
.far_to_project .distance ul li::before {
  content: "";
  width: 100%;
  height: 0.5px;
  background: rgba(66, 65, 65, 0.4);
  top: 50%;
  position: absolute;
}
.far_to_project .distance ul li span {
  display: inline-block;
  background: #eef1f4;
  position: relative;
  padding-right: 10px;
}
.far_to_project .distance ul li span:nth-child(even) {
  padding-left: 10px;
  padding-right: 0;
  color: #333333;
}
.far_to_project .btn_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.far_to_project .btn_box .btn_2 {
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
}

.about_project {
  padding: 0;
  background: #fff;
}
.about_project .about_box {
  padding: 4rem;
}
.about_project .project_imgage {
  padding: 2rem 4rem;
}
.about_project .project_imgage img {
  -o-object-fit: cover;
     object-fit: cover;
}

.forms {
  background: url(../images/form_bg.jpg);
  background-size: cover;
}
.forms .form_box {
  width: 100%;
  padding: 3rem;
  background: rgba(166, 38, 33, 0.8980392157);
}
.forms .form_box h3 {
  text-align: center;
  color: #fff;
}
.forms .form_box p {
  text-align: center;
  color: #fff;
}
.forms .form_box .form-group input,
.forms .form_box .form-group textarea {
  background: none;
  color: #fff;
}
.forms .form_box .form-group ::-moz-placeholder {
  color: #fff;
}
.forms .form_box .form-group ::placeholder {
  color: #fff;
}
.forms .form_box .btn_2 {
  border: 1px solid #fff;
  color: #fff;
}
.forms .form_box .btn_2::before {
  background: #fff;
}
.forms .form_box .btn_2:hover {
  background: #fff;
  color: #A62621;
}

/* Style for the animated element */
/* Basic styling */
.bottom_marque {
  background: #fff;
}
.bottom_marque .marquee {
  display: flex;
  overflow: hidden;
  width: 100vw;
}
@media (max-width: 767px) {
  .bottom_marque .marquee {
    padding-bottom: 2rem;
  }
}
.bottom_marque .marquee h4 {
  font-size: 1.5rem;
  white-space: nowrap;
  font-family: "SangBleu Sunrise";
  align-self: center;
  font-weight: 300;
  color: #46545E;
}
.bottom_marque .marquee h4 span {
  color: #A62621;
  font-size: 0.5rem;
  padding: 0 3rem;
}

.inner_banner {
  width: 100%;
  padding: 12rem 0 3rem;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (width <= 575.98px) {
  .inner_banner {
    padding: 8rem 0 3rem;
  }
}
.inner_banner::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.638620414) 0%, rgba(0, 0, 0, 0.3893206941) 100%);
}
.inner_banner h1 {
  color: #fff;
  position: relative;
}
@media (width <= 768px) {
  .inner_banner h1 {
    font-size: 1.6rem;
  }
}
.inner_banner h1::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 2px;
  background: #A62621;
}
.inner_banner .large {
  font-size: 1.2rem;
  color: #46545E;
}

.inner_container {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .inner_container {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .inner_container h2 {
    font-size: 1.5rem;
  }
}
.inner_container .icons_chakolas {
  position: relative;
  height: 100%;
}
.inner_container .icons_chakolas .icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner_container .icons_chakolas .icon img {
  width: 250px;
}
@media (width <= 1200px) {
  .inner_container .icons_chakolas .icon img {
    display: none;
  }
}
.inner_container .blog_box {
  transition: all 0.4s ease-in-out;
}
.inner_container .blog_box .blog-img {
  width: 100%;
  background: #A62621;
}
.inner_container .blog_box .blog-img img {
  transition: all 0.4s ease-in-out;
}
.inner_container .blog_box .content {
  width: 100%;
}
.inner_container .blog_box .content .calendar {
  font-size: 0.938rem;
  color: #A62621;
  margin: 1rem 0;
}
.inner_container .blog_box .content h3 {
  font-family: "SangBleu Sunrise";
  color: #46545E;
  font-size: 1.2rem;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1rem 0;
}
@media (992px <= width <= 1200px) {
  .inner_container .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
@media (width <= 768px) {
  .inner_container .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
.inner_container .blog_box .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #424141;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: "SangBleu Sunrise";
}
@media (max-width: 480px) {
  .inner_container .blog_box .content p {
    height: 48px;
    min-height: 40px;
  }
}
@media (width <= 768px) {
  .inner_container .blog_box .content p {
    height: 76px;
  }
}
.inner_container .blog_box:hover img {
  opacity: 0.5;
}
.inner_container .blogdetail__box {
  width: 100%;
}
.inner_container .blogdetail__box img {
  width: 100%;
}
.inner_container .blogdetail__box .blog_content_detail .calendar {
  font-size: 0.938rem;
  color: #A62621;
  margin: 1rem 0;
}
.inner_container .blogdetail__box .blog_content_detail h2 {
  font-size: 1.5rem;
  display: -webkit-box;
  color: #A62621;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (width <= 768px) {
  .inner_container .blogdetail__box .blog_content_detail h2 {
    font-size: 1.25rem;
  }
}
@media (width <= 480px) {
  .inner_container .blogdetail__box .blog_content_detail h2 {
    font-size: 1.15rem;
  }
}
.inner_container .blogdetail__box .blog_content_detail h4 {
  font-size: 1.25rem;
  display: -webkit-box;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (width <= 768px) {
  .inner_container .blogdetail__box .blog_content_detail h4 {
    font-size: 1.15rem;
  }
}
@media (width <= 480px) {
  .inner_container .blogdetail__box .blog_content_detail h4 {
    font-size: 1rem;
  }
}
.inner_container .blogdetail__box .blog_content_detail p {
  display: -webkit-box;
  margin-bottom: 1rem;
}
.inner_container .blogdetail__box .blog_content_detail ul {
  margin-bottom: 1.5rem;
}
.inner_container .blogdetail__box .blog_content_detail ul li {
  list-style: none;
  color: #424141;
  line-height: 24px;
  font-weight: 400;
  font-size: 0.938rem;
  padding-left: 1.5rem;
  position: relative;
}
.inner_container .blogdetail__box .blog_content_detail ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f138";
  font-family: bootstrap-icons !important;
  color: #A62621;
}
@media (max-width: 480px) {
  .inner_container .blogdetail__box .blog_content_detail ul li {
    font-size: 0.813rem;
  }
}
.inner_container .blog_box {
  transition: all 0.4s ease-in-out;
}
.inner_container .blog_box .blog-img {
  width: 100%;
  background: #A62621;
}
.inner_container .blog_box .blog-img img {
  transition: all 0.4s ease-in-out;
}
.inner_container .blog_box .content .calendar {
  font-size: 0.938rem;
  color: #A62621;
  margin: 1rem 0;
}
.inner_container .blog_box .content h3 {
  font-family: "SangBleu Sunrise";
  color: #A62621;
  font-size: 1.2rem;
  display: -webkit-box;
  height: 46px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1rem 0;
}
@media (992px <= width <= 1200px) {
  .inner_container .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
@media (width <= 768px) {
  .inner_container .blog_box .content h3 {
    font-size: 1.1rem;
    height: 44px;
  }
}
.inner_container .blog_box .content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #424141;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: "SangBleu Sunrise";
}
@media (max-width: 480px) {
  .inner_container .blog_box .content p {
    height: 48px;
    min-height: 40px;
  }
}
@media (width <= 768px) {
  .inner_container .blog_box .content p {
    height: 72px;
  }
}
.inner_container .blog_box:hover img {
  opacity: 0.5;
}
.inner_container .forms_contact .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #424141;
}
.inner_container .projects_boxes .img_box {
  width: 100%;
}
.inner_container .projects_boxes .img_box img {
  width: 100%;
}
.inner_container .content {
  position: relative;
  padding: 1.5rem;
  width: 100%;
  background: #f5f8fb;
  border: 1px solid #e0e0e0;
}
@media (768px <= width <= 992px) {
  .inner_container .content {
    padding: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .content {
    padding: 1rem;
  }
}
.inner_container .content h3 {
  font-size: 1.5rem;
  color: #A62621;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .content h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (width <= 480px) {
  .inner_container .content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.inner_container .content h5 {
  font-size: 0.938rem;
  color: #000;
  font-weight: 400;
}
@media (width <= 768px) {
  .inner_container .content h5 {
    font-size: 0.875rem;
  }
}
@media (width <= 480px) {
  .inner_container .content h5 {
    font-size: 0.813rem;
  }
}
.inner_container .content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
@media (width <= 480px) {
  .inner_container .content ul {
    display: none;
  }
}
.inner_container .content ul li {
  list-style: none;
  font-size: 0.875rem;
  color: #000;
  font-family: "SangBleu Sunrise";
  position: relative;
  padding: 0 1rem;
}
@media (width <= 768px) {
  .inner_container .content ul li {
    font-size: 0.813rem;
  }
}
.inner_container .content ul li::before {
  content: "|";
  position: absolute;
  left: 0;
}
.inner_container .content ul li:first-child {
  padding-left: 0;
}
.inner_container .content ul li:first-child::before {
  display: none;
}
.inner_container .content .btn_3 {
  color: #000 !important;
  margin-top: 1rem;
}
@media (width <= 768px) {
  .inner_container .content .btn_3 {
    margin-top: 0.5rem;
    color: #000;
  }
}
.inner_container .large {
  font-size: 1.2rem;
  color: #46545E;
  line-height: 30px;
}
.inner_container .large span {
  color: #A62621;
}
.inner_container .count {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 3rem;
  background: url(../images/pattern.png);
  padding: 3rem;
}
.inner_container .count ul {
  display: flex;
  width: 100%;
}
.inner_container .count ul li {
  list-style: none;
  padding: 1rem;
  width: 33.3%;
  position: relative;
}
.inner_container .count ul li .stats {
  text-align: center;
  color: #A62621;
  font-size: 2rem;
  padding: 1rem 0;
  display: inline-block;
}
.inner_container .count ul li .stats .unit {
  font-weight: bold;
  margin-left: 2px;
}
.inner_container .count ul li .text {
  padding: 1rem 0;
  font-size: 0.813rem;
  line-height: 16px;
  text-align: center;
  font-family: "SangBleu Sunrise";
}
.inner_container .count ul li:last-child::before {
  display: none;
}
.inner_container .m_v_s {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  padding: 2rem;
  margin-top: 3rem;
  background: #333333;
}
.inner_container .boxes {
  padding: 1.5rem;
  position: relative;
  height: 100%;
}
.inner_container .boxes h3 {
  color: #fff;
}
.inner_container .boxes .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inner_container .boxes .icon .number {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  background: #A62621;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -27px;
  top: 45%;
  color: #fff;
}
.inner_container .recent_blog h3 {
  font-size: 1.8rem;
}
@media (992px <= width <= 1200px) {
  .inner_container .recent_blog h3 {
    font-size: 1.6rem;
  }
}
@media (768px <= width <= 992px) {
  .inner_container .recent_blog h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .inner_container .recent_blog h3 {
    font-size: 1.5rem;
  }
}
.inner_container .gallery_boxes {
  width: 100%;
  position: relative;
}
.inner_container .gallery_boxes img {
  width: 100%;
}
.inner_container .gallery_boxes i {
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #A62621;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  opacity: 0;
  color: #fff;
}
@media (width <= 575.98px) {
  .inner_container .gallery_boxes i {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}
.inner_container .gallery_boxes:hover i {
  opacity: 1;
}
.inner_container .nav-tabs {
  gap: 10px;
  --bs-nav-tabs-border-color: $white-color;
}
.inner_container .nav-tabs .nav-link {
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  margin-bottom: 1rem;
  color: #424141;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-color: #C3C3C3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .nav-tabs .nav-link {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .nav-tabs .nav-link {
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}
@media (width <= 768px) {
  .inner_container .nav-tabs .nav-link {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.inner_container .nav-tabs .nav-link:hover {
  border-color: #C3C3C3;
  color: #fff;
  background-color: #A62621;
}
.inner_container .nav-tabs .nav-link.active {
  border-color: #C3C3C3;
  color: #fff;
  background-color: #A62621;
}

.directors {
  width: 100%;
}
.directors .director_info {
  width: 100%;
  position: relative;
}
.directors .director_info::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  left: 0;
  height: 30%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.directors .director_info .info {
  bottom: 0;
  left: 0;
  background: #fff;
  position: absolute;
  padding: 1rem;
  font-size: 1.2rem;
  position: absolute;
}
.directors .director_info .info span {
  color: #424141;
  display: block;
  font-size: 0.938rem;
}
.directors .director_info .linkedin {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}

.map {
  width: 100%;
  padding: 0;
}

.our_philosaphy {
  background: #f9f9f9;
  font-weight: 400;
}
@media (max-width: 767px) {
  .our_philosaphy {
    padding: 0;
  }
}
.our_philosaphy h3 {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our_philosaphy h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .our_philosaphy h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .our_philosaphy h3 {
    font-size: 1.4rem;
  }
}
.our_philosaphy h4 {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .our_philosaphy h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .our_philosaphy h4 {
    padding: 0;
    font-size: 1.4rem;
  }
}

.chatwithus,
.message_icon {
  padding: 10px;
  color: #fff !important;
  height: 41px;
  background: #A62621;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 9;
  overflow: hidden;
  animation: 2s ease-in-out infinite;
}
.chatwithus a,
.message_icon a {
  color: #fff !important;
}
.chatwithus i,
.message_icon i {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .chatwithus i,
  .message_icon i {
    font-size: 1rem;
  }
}
.chatwithus:before,
.message_icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: 2s ease-in-out infinite shine;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  width: 100%;
  height: 30%;
  transform: rotate(45deg);
  z-index: -1;
}

.message_icon {
  right: 10px;
  background: #A62621;
}
@media (width <= 768px) {
  .message_icon {
    left: 0;
    width: 50%;
  }
}
.message_icon:before {
  animation: 2s ease-in-out infinite shine;
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}
.project_gallery {
  width: 100%;
}
.project_gallery h3 {
  font-weight: 400;
  font-family: "SangBleu Sunrise";
  font-size: 2rem;
  color: #A62621;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project_gallery h3 {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .project_gallery h3 {
    font-size: 1.3rem;
  }
}
.project_gallery .projectspic .item .boxes {
  position: relative;
}
.project_gallery .projectspic .item .boxes .content {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 9;
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project_gallery .projectspic .item .boxes .content {
    font-size: 1.6rem;
  }
}
@media (width <= 768px) {
  .project_gallery .projectspic .item .boxes .content {
    font-size: 1.3rem;
  }
}
@media (width <= 575.98px) {
  .project_gallery .projectspic .item .boxes .content {
    font-size: 0.938rem;
  }
}
.project_gallery .owl-carousel .owl-nav button.owl-prev,
.project_gallery .owl-carousel .owl-nav button.owl-next {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project_gallery .owl-carousel .owl-nav button.owl-prev,
  .project_gallery .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}
@media (width <= 768px) {
  .project_gallery .owl-carousel .owl-nav button.owl-prev,
  .project_gallery .owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }
}
.project_gallery .owl-prev {
  position: absolute;
  right: auto;
  left: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project_gallery .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.desktop-img {
  display: block !important;
}
@media (width <= 575.98px) {
  .desktop-img {
    display: none !important;
  }
}

.mob-img {
  display: none !important;
}
@media (width <= 575.98px) {
  .mob-img {
    display: block !important;
  }
}

.hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  /* Keeps the hamburger icon in place */
  z-index: 3;
}
.hamburger .line {
  height: 3px;
  /* Common height for all lines */
  transition: all 0.3s ease;
  /* Smooth transition for all properties */
}

nav {
  position: relative;
  z-index: 1;
}

.line1 {
  width: 16px;
  /* Initial width for line 1 */
  background-color: #ebebeb;
  /* Different color */
  align-self: flex-end;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.line2 {
  width: 20px;
  /* Initial width for line 2 */
  background-color: #ebebeb;
  /* Different color */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.line3 {
  width: 16px;
  /* Initial width for line 3 */
  background-color: #ebebeb;
  /* Different color */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Hover effect */
.hamburger:hover .line1 {
  width: 20px;
  /* Increase width on hover */
  background-color: #fff;
  /* Change color on hover */
}

.hamburger:hover .line2 {
  width: 20px;
  /* Increase width on hover */
  background-color: #fff;
  /* Change color on hover */
}

.hamburger:hover .line3 {
  width: 20px;
  /* Increase width on hover */
  background-color: #fff;
  /* Change color on hover */
}

.nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  /* Dark overlay */
  position: fixed;
  /* Fullscreen fixed position */
  top: 0;
  right: 0;
  width: 100vw;
  /* Full width */
  height: 100vh;
  /* Full height */
  opacity: 0;
  /* Initially hidden */
  transform: scale(0);
  /* Initially shrunk */
  transition: transform 0.5s ease, opacity 0.3s ease;
  /* Smooth transition */
  z-index: 1;
}
.nav-links .logo {
  height: 22vh;
  width: 100%;
  padding: 2rem 3rem;
}
@media (width <= 768px) {
  .nav-links .logo {
    padding: 1.5rem 2rem;
  }
}
.nav-links .logo img {
  width: 100px;
  height: 100px;
}
@media (width <= 768px) {
  .nav-links .logo img {
    width: 70px;
    height: 70px;
  }
}
.nav-links .menu {
  height: 55vh;
  width: 100%;
  padding: 0rem 3rem;
}
.nav-links .menu ul {
  display: flex;
  flex-direction: column;
}
.nav-links .menu ul li {
  transition: all 0.4s ease-in-out;
  list-style: none;
  padding: 15px 0;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 400;
  display: flex;
  justify-content: center;
  color: #46545E;
  position: relative;
}
@media (width <= 768px) {
  .nav-links .menu ul li {
    font-size: 1rem;
  }
}
.nav-links .menu ul li a {
  transition: all 0.4s ease-in-out;
  color: #46545E;
  position: relative;
}
.nav-links .menu ul li a:hover {
  transition: all 0.4s ease-in-out;
  position: relative;
  color: #A62621;
}
.nav-links .menu ul li.active > a,
.nav-links .menu ul li.focus > a {
  color: #A62621;
  transition: all 0.4s ease-in-out;
}
.nav-links .menu ul li.active > a::before,
.nav-links .menu ul li.focus > a::before {
  transition: all 0.4s ease-in-out;
  left: -35px;
  top: 40%;
  transform: translate(-50%, 0);
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #A62621;
}
.nav-links .menu ul li.active > a::after,
.nav-links .menu ul li.focus > a::after {
  transition: all 0.4s ease-in-out;
  right: -85px;
  top: 40%;
  transform: translate(-50%, 0);
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #A62621;
}
.nav-links .menu .bottom {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (width <= 768px) {
  .nav-links .menu .bottom {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
.nav-links .menu .bottom ul {
  display: flex;
  flex-direction: row;
}
@media (width <= 768px) {
  .nav-links .menu .bottom ul {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.nav-links .menu .bottom ul li {
  transition: all 0.4s ease-in-out;
  list-style: none;
  padding: 0 1rem;
  color: #46545E;
  font-size: 0.875rem;
}
.nav-links .menu .bottom ul li a {
  transition: all 0.4s ease-in-out;
  color: #46545E;
}
.nav-links .menu .bottom ul li a:hover {
  color: #A62621;
}
.nav-links .menu .bottom ul li:hover > a,
.nav-links .menu .bottom ul li.active > a,
.nav-links .menu .bottom ul li.focus > a {
  color: #A62621;
  transition: all 0.4s ease-in-out;
}
.nav-links .menu .bottom ul li:hover > a::before,
.nav-links .menu .bottom ul li.active > a::before,
.nav-links .menu .bottom ul li.focus > a::before {
  display: none;
}
.nav-links .menu .bottom ul li:hover > a::after,
.nav-links .menu .bottom ul li.active > a::after,
.nav-links .menu .bottom ul li.focus > a::after {
  display: none;
}
.nav-links .projects {
  height: 23vh;
  background: #A62621;
  display: flex;
}
.nav-links .projects .projecst_name {
  width: 50%;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.nav-links .projects .projecst_name a {
  display: flex;
  flex-direction: column;
}
.nav-links .projects .projecst_name .heading {
  font-size: 0.813rem;
  color: #fff;
  margin-bottom: 2px;
}
.nav-links .projects .projecst_name .name {
  font-size: 1.5rem;
  color: #fff;
}

.nav-links li {
  margin: 20px 0;
}

.nav-links li a {
  color: white;
  text-decoration: none;
}

.nav-links.active {
  opacity: 1;
  /* Fully visible */
  transform: scale(1);
  /* Expand to full size */
}

@media (min-width: 769px) {
  .nav-links {
    position: fixed;
    /* Keeps the fullscreen behavior on large screens */
  }
}
.hamburger.active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #46545E;
  /* Optional: change color when active */
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
  /* Hide the middle line */
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #46545E;
  /* Optional: change color when active */
}

/* Add a smooth transition to animate the lines */
.hamburger .line {
  transition: all 0.4s ease;
}/*# sourceMappingURL=main.css.map */