@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

#preloader {
  overflow: hidden;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader .jumper {
  display: flex;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  animation: jumper 1s 0s linear infinite;
}
#preloader .jumper img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes jumper {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  60% {
    transform: scale(10);
  }
}
.navbar {
  background-color: transparent;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0 40px;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
}
.navbar .logo {
  width: auto;
  height: 70%;
}
.navbar .logo a {
  display: flex;
  width: auto;
  height: 100%;
}
.navbar .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .items {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .items ul {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .items ul li {
  list-style: none;
  margin-left: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  letter-spacing: 3px;
  padding: 32px 0;
}
.navbar .items ul li a {
  text-decoration: none;
  color: #495057;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.navbar .items ul li a:hover {
  color: #FFD569;
  text-decoration-line: line-through;
}
.navbar .items ul li .active li {
  transition: all 0.3s ease-in-out;
}
.navbar .items ul li .active li:hover {
  color: #FFD569;
  text-decoration-line: line-through;
}
.navbar .items ul .nav-portfolio .sub-portfolio {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 5;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  padding: 60px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  transition-duration: 0.5s;
  display: none;
}
.navbar .items ul .nav-portfolio .sub-portfolio li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.navbar .items ul .nav-portfolio .sub-portfolio li:last-child {
  margin-bottom: 0;
}
.navbar .items ul .nav-portfolio .sub-portfolio li a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none !important;
}
.navbar .items ul .nav-portfolio .sub-portfolio li a:hover {
  color: #FFD569;
}
.navbar .items ul .nav-portfolio .active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .navbar .items {
    display: none;
  }
}
.navbar .navbar-menu {
  width: auto;
}
.navbar .navbar-menu .fa-bars {
  font-size: 2em;
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-menu .fa-bars {
    display: block;
  }
}

.navbar.active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
}

.sidebar {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -99999px;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .sidebar {
    left: -900px;
  }
}
.sidebar .side-items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .side-items ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sidebar .side-items ul li {
  list-style: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  letter-spacing: 3px;
  padding: 32px 0;
}
.sidebar .side-items ul li a {
  text-decoration: none;
  color: #495057;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.sidebar .side-items ul li a:hover {
  color: #FFD569;
  text-decoration-line: line-through;
}
.sidebar .side-items ul li .active li {
  transition: all 0.3s ease-in-out;
}
.sidebar .side-items ul li .active li:hover {
  color: #FFD569;
  text-decoration-line: line-through;
}
.sidebar .side-items ul .mobile-nav-portfolio-contaner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sidebar .side-items ul .mobile-nav-portfolio-contaner .mobile-sub-portfolio {
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  height: 0px;
}
.sidebar .side-items ul .mobile-nav-portfolio-contaner .mobile-sub-portfolio.active {
  transition: all ease-in-out 0.3s;
  height: 300px;
}
.sidebar .side-items ul .mobile-nav-portfolio-contaner a i {
  transition: all ease-in-out 0.3s;
}
.sidebar .side-items ul .nav-portfolio .sub-portfolio {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 5;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  padding: 60px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  transition-duration: 0.5s;
  display: none;
}
.sidebar .side-items ul .nav-portfolio .sub-portfolio li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.sidebar .side-items ul .nav-portfolio .sub-portfolio li:last-child {
  margin-bottom: 0;
}
.sidebar .side-items ul .nav-portfolio .sub-portfolio li a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none !important;
}
.sidebar .side-items ul .nav-portfolio .sub-portfolio li a:hover {
  color: #FFD569;
}
.sidebar .side-items ul .nav-portfolio .active {
  display: flex;
}

.sidebar.active {
  display: flex;
  left: 0px;
}

.footer {
  width: 100%;
  height: auto;
  padding: 0 7em;
  margin-top: 150px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 6em;
}
.footer h1 {
  color: #ffd569;
  font-weight: 900;
  font-size: 8em;
  font-family: "Bebas Neue", sans-serif;
}
.footer .footer-start {
  width: 100%;
  height: auto;
  display: flex;
}
.footer .footer-start .footer-start-col1 {
  width: 60%;
  height: auto;
  padding: 3em 0;
}
.footer .footer-start .footer-start-col1 .txt {
  width: 80%;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.footer .footer-start .footer-start-col2 {
  width: 20%;
  height: auto;
  padding: 3em 0;
}
.footer .footer-start .footer-start-col2 ul li {
  padding: 5px;
}
.footer .footer-start .footer-start-col2 ul li a {
  text-decoration: none;
  color: #1c1717;
}
.footer .footer-start .footer-start-col3 {
  width: 20%;
  height: auto;
  padding: 3em 0;
}
.footer .footer-start .footer-start-col3 ul li {
  padding: 5px;
}
.footer .footer-start .footer-start-col3 ul li a {
  text-decoration: none;
  color: #1c1717;
}
.footer .footer-end {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.footer .footer-end .footer-end-col1 {
  width: 60%;
  height: auto;
  display: flex;
  align-items: center;
}
.footer .footer-end .footer-end-col1 .footer-icon {
  width: 50px;
}
.footer .footer-end .footer-end-col1 .footer-icon img {
  width: 100%;
}
.footer .footer-end .footer-end-col1 .phone-number {
  padding: 2em;
}
.footer .footer-end .footer-end-col1 .phone-number a {
  text-decoration: none;
  color: #1c1717;
}
.footer .footer-end .footer-end-col2 {
  width: 20%;
}
.footer .footer-end .footer-end-col2 .e-mail a {
  text-decoration: none;
  color: #1c1717;
}
.footer .footer-end .footer-end-col3 {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.nav-img {
  position: absolute;
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-img {
    display: none;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 100px;
}
.hero .swiper {
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hero .swiper .swiper-wrapper .swiper-slide .hero-content {
    align-items: center;
  }
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content h1 {
  font-size: 10rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .hero .swiper .swiper-wrapper .swiper-slide .hero-content h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content h2 {
  width: 100%;
  font-size: 4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .hero .swiper .swiper-wrapper .swiper-slide .hero-content h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content p {
  height: 100%;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #f8f9fa;
  margin-bottom: 20px;
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content .buttons .prm-button {
  padding: 10px 20px;
  margin: 0 10px;
  background-color: #FFD569;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content .buttons .prm-button:hover {
  background-color: #ffd045;
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content .buttons .scr-button {
  padding: 10px 20px;
  margin: 0 10px;
  border: 2px solid #FFD569;
  border-color: white;
  color: #f8f9fa;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.hero .swiper .swiper-wrapper .swiper-slide .hero-content .buttons .scr-button:hover {
  color: #FFD569;
}
.hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero .swiper .swiper-button-next {
  color: #FFD569;
}
.hero .swiper .swiper-button-prev {
  color: #FFD569;
}
.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  padding: 0 40px;
  align-items: center;
  flex-direction: row;
  z-index: 9999;
}
.hero .social-icons a {
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  color: #f8f9fa;
  font-size: 20px;
}
.hero .social-icons a:hover {
  color: #FFD569;
}
.hero .social-icons a i {
  margin-right: 10px;
}

.about-us {
  width: 100%;
  min-height: 75vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 200px;
}
.about-us .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about-us .container .photos-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .about-us .container .photos-container {
    flex-direction: column;
  }
}
.about-us .container .photos-container .about-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about-us .container .photos-container .about-content {
    align-items: center;
    text-align: center;
  }
}
.about-us .container .photos-container .about-content span {
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  margin-bottom: 20px;
  line-height: 26px;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
.about-us .container .photos-container .about-content h1 {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
.about-us .container .photos-container .about-content p {
  width: 70%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about-us .container .photos-container .about-content p {
    width: 100%;
  }
}

.our-projects {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 200px;
}
.our-projects .head-text {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.our-projects .head-text h1 {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .our-projects .head-text h1 {
    text-align: center;
    font-size: 4rem;
  }
}
.our-projects .head-text span {
  font-size: 7rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  opacity: 0.05;
  text-align: center;
  line-height: 7.5rem;
  margin-bottom: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .our-projects .head-text span {
    text-align: center;
    display: none;
  }
}
.our-projects .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .our-projects .buttons {
    flex-direction: column;
  }
}
.our-projects .buttons .button {
  padding: 10px 20px;
  margin: 0 10px;
  border: 2px solid #FFD569;
  border-color: black;
  color: black;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.our-projects .buttons .button:hover {
  color: #FFD569;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .our-projects .buttons .button {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.our-projects .buttons .active {
  background-color: #FFD569;
  color: black;
  border: 0;
  text-decoration-line: line-through;
}
.our-projects .buttons .active:hover {
  background-color: #ffd045;
  color: black;
}
.our-projects .projects {
  width: 100%;
  height: auto;
  position: relative;
}
.our-projects .projects .grid-wrapper {
  padding: 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  position: relative;
}
.our-projects .projects .grid-wrapper::before {
  content: "";
  width: 100%;
  height: 22%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 95%);
  position: absolute;
  bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .our-projects .projects .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.our-projects .projects .grid-wrapper .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.our-projects .projects .grid-wrapper .grid-item .title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our-projects .projects .grid-wrapper .grid-item .title-container .title {
  color: #FFD569;
  font-size: 3rem;
  cursor: pointer;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.our-projects .projects .grid-wrapper .grid-item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.our-projects .projects .show-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  bottom: 100px;
}
.our-projects .projects .show-more .show-more-btn {
  background-color: transparent;
  padding: 20px;
  position: absolute;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.our-projects .projects .show-more .show-more-btn:hover {
  background-color: #FFD569;
  color: #000;
}

.all-our-projects {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 200px;
}
.all-our-projects .head-text {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.all-our-projects .head-text h1 {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .all-our-projects .head-text h1 {
    text-align: center;
    font-size: 4rem;
  }
}
.all-our-projects .head-text span {
  font-size: 7rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  opacity: 0.05;
  text-align: center;
  line-height: 7.5rem;
  margin-bottom: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .all-our-projects .head-text span {
    text-align: center;
    display: none;
  }
}
.all-our-projects .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .all-our-projects .buttons {
    flex-direction: column;
  }
}
.all-our-projects .buttons .button {
  padding: 10px 20px;
  margin: 0 10px;
  border: 2px solid #FFD569;
  border-color: black;
  color: black;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.all-our-projects .buttons .button:hover {
  color: #FFD569;
  text-decoration-line: line-through;
}
@media screen and (max-width: 768px) {
  .all-our-projects .buttons .button {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.all-our-projects .buttons .active {
  background-color: #FFD569;
  color: black;
  border: 0;
  text-decoration-line: line-through;
}
.all-our-projects .buttons .active:hover {
  background-color: #ffd045;
  color: black;
}
.all-our-projects .projects {
  width: 100%;
  height: auto;
  position: relative;
}
.all-our-projects .projects .grid-wrapper {
  padding: 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  position: relative;
}
.all-our-projects .projects .grid-wrapper::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .all-our-projects .projects .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.all-our-projects .projects .grid-wrapper .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.all-our-projects .projects .grid-wrapper .grid-item .title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.all-our-projects .projects .grid-wrapper .grid-item .title-container .title {
  color: #FFD569;
  font-size: 3rem;
  cursor: pointer;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.all-our-projects .projects .grid-wrapper .grid-item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.all-our-projects .projects .show-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  bottom: 100px;
}
.all-our-projects .projects .show-more .show-more-btn {
  background-color: transparent;
  padding: 20px;
  position: absolute;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.all-our-projects .projects .show-more .show-more-btn:hover {
  background-color: #FFD569;
  color: #000;
}

.our-referances {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}
.our-referances .head-text {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 2em 2em 5em;
}
@media screen and (max-width: 768px) {
  .our-referances .head-text {
    margin: 2em 0 5em;
  }
}
.our-referances .head-text h1 {
  font-size: 4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #ffd569;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .our-referances .head-text h1 {
    text-align: center;
  }
}
.our-referances .head-text h1 span {
  color: #1c1717;
}
.our-referances .head-text .text {
  font-size: 7rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  opacity: 0.09;
  text-align: center;
  line-height: 7.5rem;
  margin-bottom: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: absolute;
  top: -0.4em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .our-referances .head-text .text {
    text-align: center;
    display: none;
  }
}
.our-referances .head-text .text span {
  color: #ffb700;
}
.our-referances .our-referances-logo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.our-referances .our-referances-logo .logo {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 100px;
}
@media screen and (max-width: 1024px) {
  .our-referances .our-referances-logo .logo {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
.our-referances .our-referances-logo .logo .img-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-referances .our-referances-logo .logo .img-container img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.our-team {
  width: 100%;
  height: auto;
}
.our-team h2 {
  font-size: 4.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  margin-bottom: 150px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .our-team h2 {
    text-align: center;
  }
}
.our-team .team {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 100px;
}
@media screen and (max-width: 1024px) {
  .our-team .team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .our-team .team {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-team .team .person-container {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
.our-team .team .person-container .person {
  cursor: pointer;
  color: #000;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .our-team .team .person-container .person {
    text-align: center;
  }
}
.our-team .team .person-container .title {
  width: auto;
  color: #FFD569;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .our-team .team .person-container .title {
    opacity: 1 !important;
    text-align: center;
  }
}
.our-team .team .person-container:hover .person {
  color: #FFD569;
}

.footer {
  width: 100%;
  height: auto;
  padding: 0 7em;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 2em;
  }
}
.footer h1 {
  margin-top: 50px;
  color: #ffd569;
  font-weight: 900;
  font-size: 7em;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer h1 {
    text-align: center;
    font-size: 6em;
  }
}
.footer .footer-start {
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .footer-start {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer-start .footer-start-col1 {
  width: 60%;
  height: auto;
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-start .footer-start-col1 {
    width: 100%;
  }
}
.footer .footer-start .footer-start-col1 .txt {
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer .footer-start .footer-start-col1 .txt {
    width: 100%;
    line-height: 1.4;
    text-align: center;
  }
}
.footer .footer-start .footer-start-col2 {
  width: 20%;
  height: auto;
  padding: 3em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-start .footer-start-col2 {
    width: 50%;
    padding: 1em 0;
  }
}
.footer .footer-start .footer-start-col2 ul li {
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer .footer-start .footer-start-col2 ul li {
    justify-content: center;
  }
}
.footer .footer-start .footer-start-col2 ul li i {
  margin-right: 10px;
}
.footer .footer-start .footer-start-col2 ul li a {
  text-decoration: none;
  color: #1c1717;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
}
.footer .footer-start .footer-start-col2 ul li a:hover {
  color: #FFD569;
}
.footer .footer-start .footer-start-col3 {
  width: 20%;
  height: auto;
  padding: 3em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-start .footer-start-col3 {
    width: 50%;
    padding: 1em 0;
  }
}
.footer .footer-start .footer-start-col3 ul li {
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer .footer-start .footer-start-col3 ul li {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer .footer-start .footer-start-col3 ul li a {
  text-decoration: none;
  color: #1c1717;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
}
.footer .footer-start .footer-start-col3 ul li a:hover {
  color: #FFD569;
}
.footer .footer-end {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer-end {
    flex-wrap: wrap;
  }
}
.footer .footer-end .footer-end-col1 {
  width: 60%;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .footer .footer-end .footer-end-col1 {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    justify-content: center;
  }
}
.footer .footer-end .footer-end-col1 .footer-icon {
  width: 50px;
}
@media screen and (max-width: 1280px) {
  .footer .footer-end .footer-end-col1 .footer-icon {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.footer .footer-end .footer-end-col1 .footer-icon img {
  width: 50px;
}
.footer .footer-end .footer-end-col1 .phone-number {
  padding: 2em;
}
@media screen and (max-width: 1280px) {
  .footer .footer-end .footer-end-col1 .phone-number {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer-end .footer-end-col1 .phone-number address {
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
.footer .footer-end .footer-end-col1 .phone-number a {
  text-decoration: none;
  color: #1c1717;
  font-family: "Poppins", sans-serif;
}
.footer .footer-end .footer-end-col2 {
  width: 20%;
}
@media screen and (max-width: 1280px) {
  .footer .footer-end .footer-end-col2 {
    width: 100%;
    padding: 20px;
  }
}
.footer .footer-end .footer-end-col2 .e-mail {
  display: flex;
  justify-content: center;
}
.footer .footer-end .footer-end-col2 .e-mail a {
  text-decoration: none;
  color: #1c1717;
  font-family: "Poppins", sans-serif;
}
.footer .footer-end .footer-end-col3 {
  width: 20%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .footer .footer-end .footer-end-col3 {
    width: 100%;
    padding: 20px;
    align-items: center;
  }
}
.footer .footer-end .footer-end-col3 span {
  font-family: "Poppins", sans-serif;
  padding: 5px;
}
@media screen and (max-width: 1280px) {
  .footer .footer-end .footer-end-col3 span {
    text-align: center;
    line-height: 1.5;
  }
}

.cv-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv-container .cv-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .cv-container .cv-content {
    flex-direction: column;
  }
}
.cv-container .cv-content .cv-img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .cv-container .cv-content .cv-img {
    width: 100%;
    height: 50%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cv-container .cv-content .cv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cv-container .cv-content .cv-text-container {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cv-container .cv-content .cv-text-container {
    width: 100%;
    height: 50%;
  }
}
.cv-container .cv-content .cv-text-container .cv-header-text {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.cv-container .cv-content .cv-text-container .cv-header-text h1 {
  font-size: 4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .cv-container .cv-content .cv-text-container .cv-header-text h1 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .cv-container .cv-content .cv-text-container .cv-header-text h1 {
    font-size: 3rem;
  }
}
.cv-container .cv-content .cv-text-container .cv-header-text span {
  font-size: 3rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  opacity: 0.09;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: absolute;
  top: -1.3em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cv-container .cv-content .cv-text-container .cv-header-text span {
    text-align: center;
    display: none;
  }
}
.cv-container .cv-content .cv-text-container .cv-header-text span span {
  color: #ffb700;
}
.cv-container .cv-content .cv-text-container .cv-content-text {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cv-container .cv-content .cv-text-container .cv-content-text p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .cv-container .cv-content .cv-text-container .cv-content-text p {
    text-align: center;
  }
}

.contact-form-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}
.contact-form-container .contact-form-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-form-container .contact-form-content .contact-form-header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
.contact-form-container .contact-form-content .contact-form-header h1 {
  font-size: 4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form-container .contact-form-content .contact-form-header h1 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-container .contact-form-content .contact-form-header h1 {
    font-size: 3rem;
  }
}
.contact-form-container .contact-form-content .contact-form-header span {
  font-size: 3rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  opacity: 0.09;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: absolute;
  top: -1.3em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact-form-container .contact-form-content .contact-form-header span {
    text-align: center;
    display: none;
  }
}
.contact-form-container .contact-form-content .contact-form-header span span {
  color: #ffb700;
}
.contact-form-container .contact-form-content .contact-form {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-form-container .contact-form-content .contact-form form {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.contact-form-container .contact-form-content .contact-form form .row {
  width: 100%;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container input {
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  padding: 0 20px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container input:focus {
  border: 1px solid #FFD569;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container input:focus-visible {
  outline: none;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container input::-moz-placeholder {
  color: #000;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container input::placeholder {
  color: #000;
}
@media screen and (max-width: 768px) {
  .contact-form-container .contact-form-content .contact-form form .row .input-container input {
    width: 100%;
  }
}
.contact-form-container .contact-form-content .contact-form form .row .input-container textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container textarea:focus {
  border: 1px solid #FFD569;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container textarea:focus-visible {
  outline: none;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container textarea::-moz-placeholder {
  color: #000;
}
.contact-form-container .contact-form-content .contact-form form .row .input-container textarea::placeholder {
  color: #000;
}
@media screen and (max-width: 768px) {
  .contact-form-container .contact-form-content .contact-form form .row .input-container textarea {
    width: 100%;
  }
}
.contact-form-container .contact-form-content .contact-form form .row .submit-button button {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 0;
}
.contact-form-container .contact-form-content .contact-form form .row .submit-button button:hover {
  color: #FFD569;
}

.page-about {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  position: relative;
  top: 0;
  margin-bottom: 150px;
}
.page-about .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-about .image-container {
  width: 100%;
  height: 100%;
}
.page-about .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .about-us-container {
  position: absolute;
  z-index: 2;
}
.page-about .about-us-container .head-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-about .about-us-container .head-text h1 {
  font-size: 6rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #FFD569;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-about .about-us-container .head-text h1 {
    font-size: 4rem;
  }
}

.pabout-us {
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .pabout-us {
    height: 140vh;
  }
}
.pabout-us .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pabout-us .container .photos-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pabout-us .container .photos-container {
    flex-direction: column;
  }
}
.pabout-us .container .photos-container .photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pabout-us .container .photos-container .photos {
    padding: 0 0px;
    margin-bottom: 50px;
  }
}
.pabout-us .container .photos-container .photos .abimg {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.pabout-us .container .photos-container .photos .abimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pabout-us .container .photos-container .photos .abimg1 {
  width: 200px;
  height: 200px;
  top: 120px;
  left: 120px;
}
@media screen and (max-width: 1024px) {
  .pabout-us .container .photos-container .photos .abimg1 {
    top: 0px;
    left: 0px;
  }
}
.pabout-us .container .photos-container .photos .abimg2 {
  width: 300px;
  height: 300px;
  z-index: -5;
}
.pabout-us .container .photos-container .photos .abimg3 {
  width: 200px;
  height: 200px;
  bottom: 120px;
  right: 120px;
}
@media screen and (max-width: 1024px) {
  .pabout-us .container .photos-container .photos .abimg3 {
    bottom: 0px;
    right: 0px;
  }
}
.pabout-us .container .photos-container .photos .photo-blur {
  width: 400px;
  height: 400px;
  filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .pabout-us .container .photos-container .photos {
    margin-bottom: 0;
  }
}
.pabout-us .container .photos-container .about-content {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: justify;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .pabout-us .container .photos-container .about-content {
    align-items: center;
    text-align: center;
  }
}
.pabout-us .container .photos-container .about-content span {
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  margin-bottom: 20px;
  line-height: 26px;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
.pabout-us .container .photos-container .about-content h1 {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
.pabout-us .container .photos-container .about-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .pabout-us .container .photos-container .about-content {
    margin-top: -200px;
  }
}

.our-achievements {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 200px;
}
.our-achievements .head-text {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.our-achievements .head-text h1 {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #FFD569;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
.our-achievements .head-text h1 span {
  color: #000;
}
@media screen and (max-width: 768px) {
  .our-achievements .head-text h1 {
    text-align: center;
    font-size: 4rem;
  }
}
.our-achievements .head-text .bg-text {
  font-size: 7rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  color: #1c1717;
  opacity: 0.05;
  text-align: center;
  line-height: 7.5rem;
  margin-bottom: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
}
.our-achievements .head-text .bg-text span {
  color: #FFD569;
}
@media screen and (max-width: 768px) {
  .our-achievements .head-text .bg-text {
    text-align: center;
    display: none;
  }
}
.our-achievements .content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
}
.our-achievements .content .item {
  text-align: center;
  padding: 30px;
}
.our-achievements .content .item h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  padding-bottom: 20px;
}
.our-achievements .content .item span {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .our-achievements .content .item {
    padding: 3em 0;
  }
}
@media screen and (max-width: 768px) {
  .our-achievements .content {
    flex-direction: column;
    justify-content: center;
    height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .our-achievements {
    margin-bottom: 0;
  }
}

.our-vision-mission {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 200px;
}
.our-vision-mission .our-vision {
  width: 100%;
  height: auto;
  display: flex;
}
.our-vision-mission .our-vision .vision-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  align-items: center;
  justify-content: center;
}
.our-vision-mission .our-vision .vision-content h1 {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #ffd569;
  margin-bottom: 20px;
  letter-spacing: 10px;
  text-align: center;
}
.our-vision-mission .our-vision .vision-content .vision-txt {
  width: 75%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .our-vision-mission .our-vision .vision-content .vision-txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .our-vision-mission .our-vision .vision-content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .our-vision-mission .our-vision {
    flex-direction: column;
  }
}/*# sourceMappingURL=styles.css.map */