/* main section start */
body {
  background: #000 !important;
  color: #fff !important;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
}

:root {
  --grey: #b1b1b1;
}

.mobile-banner,
.mobile {
  display: none;
}

.desktop-br,
.desktop {
  display: block;
}

.mobile-br,
.mobile {
  display: none;
}
.bold-text {
  font-weight: 600;
}
.sub-heading {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 275;
  letter-spacing: 3.85px;
  margin-bottom: 84px;
}

/*  */
.main-hero {
  position: relative;
}
.main-hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 275;
  color: #fff;
  z-index: 1;
  letter-spacing: 4.4px;
  width: max-content;
}
.banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 40%;
  z-index: 1;
}

.desktop-banner {
  width: 100%;
  height: 100vh;
}
.mobile-banner {
  width: 100%;
  height: 100vh;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  z-index: 0;
}
/* main section end */

/* about us section start */
.about-us,
.finance,
.contacts {
  padding: 84px 0px;
}

.about-us .about-content p,
.finance-content p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.8px;
  width: 78%;
  margin: 0 auto;
}
/* about us section end */

/* numbers section start */
.numbers {
  padding: 84px 0px;
}

.sub-heading span {
  font-weight: 500;
}

.numbers .top-num,
.numbers .bottom-num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.numbers .bottom-num {
  margin-top: 100px;
}

.stats-box .stats-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.stats-box .stats-value img {
  width: 28px;
  height: 25px;
  filter: invert(100%);
}

.stats-box .stats-value h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4.4px;
}

.stats-box .bottom-stats-value {
  display: flex;
  align-items: center;
  gap: 70px;
  padding-top: 44px;
}

.stats-box .bottom-stats-value p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.65px;
  text-transform: uppercase;
}

.stats-box .small-text {
  font-size: 18px;
  color: var(--grey);
  font-weight: 500;
  letter-spacing: 1.98px;
  text-transform: uppercase;
}
.bottom-stats-value span {
  font-size: 15px;
  color: var(--grey);
  font-weight: 500;
  letter-spacing: 1.65px;
  text-transform: uppercase;
}
.stats-divider {
  width: 123px;
  height: 0.5px;
  background: #fff;
  transform: rotate(90deg);
}

.bottom-num .bottom-stats-value {
  gap: 50px;
}

.btn-all {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #fff !important;
}

.btn-all .ico {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

/* numbers section end */

/* financial section start */
.financial {
  padding: 100px 0px;
  padding-bottom: 115px;
}
.second-heading {
  padding: 50px 0px;
  margin-bottom: 0px;
}
.report-heading h3 {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  padding: 60px 0px;
}
.report-heading h3 span {
  font-weight: 500;
}
/* financial section end */

/* report section start */
.reports {
  /* padding: 100px 0px; */
  min-height: 556px;
}

.tabs-container,
.tabs-container2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
}

/* .tabs-container h2 {
  transition: color 0.3s;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 3.85px;
  margin-bottom: 84px;
}

.tabs-container h2 .and {
  font-weight: 275;
} */

.tabs,
.tabs2 {
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 20px;
  gap: 30px;
}

.tab,
.tab2 {
  color: #727272;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 8px;
  cursor: pointer;
}

.tab.active,
.tab2.active {
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
}

.reports-list {
  margin: 0 auto;
  text-align: left;
}

.report-title {
  font-size: 23px;
  font-weight: 400;
}

.report-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #3a3a3a;
}

/* .report-item:last-child {
  border-bottom: none;
} */

.report-title {
  font-size: 18px;
  font-weight: 400;
}

.custom-btn-two {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  width: 232px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.custom-btn-two svg {
  margin-right: 8px;
  margin-bottom: 3px;
}

/* reports section end */

/* contacts section start */
.contacts h3 {
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 3.85px;
  text-transform: uppercase;
  margin-bottom: 84px;
}

.contacts p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.contacts .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 430px;
  gap: 24px;
  margin: 0 auto;
}

.contacts .btns a {
  width: 100%;
}

.contacts .custom-btn {
  padding: 15px 0px;
}
/* contacts section end */

/* finance section start */
.finance {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.finance .finance-content p {
  margin-bottom: 84px;
}
.finance .custom-btn {
  width: 430px;
  padding: 12px 0px;
}
/* finance section end*/

/* popup form */
/* popup code */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  overflow-y: auto;
}

.popup-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-content {
  position: relative;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  background: #000;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.popup-overlay.active .popup-content {
  transform: translateY(0);
  opacity: 1;
}

.popup-text {
  color: #fff;
  margin-bottom: 30px;
}

.popup-close-btn {
  position: fixed;
  top: 30px;
  right: 30px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1001;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-close-btn:hover {
  border-width: 4px;
  transform: scale(0.95);
}

.popup-form-column {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.popup-sub-heading {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.popup-form-group {
  margin-bottom: 40px;
}

.popup-form-group input,
.popup-form-group select {
  width: 100%;
  padding-bottom: 15px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1rem;
}

.popup-form-row {
  display: flex;
  gap: 10px;
}

.popup-form-row select {
  flex: 1;
  max-width: 120px;
}

.popup-form-row input {
  flex: 2;
}

.popup-submit-btn {
  width: 100%;
}

/* responsive */
@media (max-width: 768px) {
  .desktop-br,
  .desktop,
  .desktop-banner {
    display: none;
  }

  .mobile-br,
  .mobile {
    display: block;
  }

  .mobile-banner,
  .mobile {
    display: block;
  }

  .sub-heading {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 84px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  /*  */
  .about-us,
  .finance,
  .contacts {
    padding: 50px 0px;
  }
  .about-us .about-content p,
  .finance-content p {
    width: 100%;
    font-size: 14px;
  }

  /*  */
  .numbers .top-num,
  .numbers .bottom-num {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .stats-divider {
    width: 364px;
    transform: rotate(0deg);
  }
  .numbers .bottom-num {
    margin-top: 60px;
  }
  .stats-box .bottom-stats-value {
    gap: 25px;
  }
  .stats-box .bottom-stats-value p,
  .bottom-stats-value span {
    font-size: 13px;
  }

  /*  */
  .contacts h3 {
    font-size: 18px;
    letter-spacing: 1.98px;
    margin-bottom: 40px;
  }

  .contacts p {
    font-size: 13px;
    letter-spacing: 1.43px;
    margin-bottom: 30px;
  }
  .contacts .btns {
    width: 351px;
    gap: 30px;
  }
  .finance .custom-btn {
    width: 351px;
  }
  .finance .finance-content p {
    margin-bottom: 40px;
  }

  /*  */
  .reports {
    min-height: 426px;
  }
  .tabs-container,
  .tabs-container2 {
    padding: 50px 0px;
  }
  /*  */
  .report-heading h3 {
    font-size: 18px;
    letter-spacing: 1.98px;
    padding: 30px 0px;
  }
  .report-heading2 {
    padding: 60px 0px;
  }
  /*  */
  .popup-form-row {
    gap: 15px;
  }

  .popup-form-row select {
    max-width: 150px;
  }
}

@media (max-width: 500px) {
  .report-container h2 {
    font-size: 20px;
    letter-spacing: 2.4px;
  }

  .tab,
  .tab2 {
    font-size: 17px;
  }

  .report-title {
    font-size: 15px;
  }

  .custom-btn-two {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 0;
    min-width: 20px;
    width: unset;
  }
  .mobile-banner {
    width: 100%;
    /* height: 480px; */
  }

  .main-hero h1 {
    font-size: 30px;
    letter-spacing: 3.3px;
    top: unset;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner img {
    object-position: 56%;
  }
}

@media (max-width: 390px) {
  .main-hero h1 {
    font-size: 25px;
    letter-spacing: 2.75px;
    top: unset;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .stats-divider {
    width: 320px;
  }
  .contacts .btns,
  .finance .custom-btn {
    width: 320px;
  }
  .sub-heading {
    font-size: 18px;
  }
  .tab,
  .tab2 {
    font-size: 14px;
  }
  .report-heading h3 {
    font-size: 16px;
    letter-spacing: 1.98px;
    padding: 30px 0px;
  }
}

@media (max-width: 320px) {
  .main-hero h1 {
    font-size: 22px;
    letter-spacing: 2.42px;
    top: unset;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .stats-divider {
    width: 290px;
  }
  .contacts .btns,
  .finance .custom-btn {
    width: 290px;
  }
  .sub-heading {
    font-size: 15px;
    letter-spacing: 1.65px;
  }
  .tab,
  .tab2 {
    font-size: 11px;
  }
}
