:root {
  --main-clr: #006337;
  --main-black: #131313;
  --dark-gray-clr: #5d5d5d;
}

a {
  all: unset;
}

/* Start Effects */
.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.16));
}

/* End Effects */
/* Start ReadMoreButton */

/* End ReadMoreButton */

/* Start Hero Section */
.new-hero-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.circle-decorator-img {
  position: absolute;
  z-index: -2;
}

.circle-decorator-img.left {
  top: 600px;
  left: 0;
}

.circle-decorator-img.center {
  top: 2500px;
  left: 200px;
}

.new-hero-section .new-hero-container {
  padding-top: 219px;
  padding-inline: 144px;
}

@media (max-width: 1600px) {
  .new-hero-section .new-hero-container {
    padding-inline: 2rem;
  }
}

.new-hero-section-top {
  display: flex;
}

@media (max-width: 1600px) {
  .new-hero-section-top {
    flex-direction: column;
    gap: 5px;
  }
}

.new-hero-section-top-left,
.new-hero-section-top-right {}

.new-hero-section-top-right {
  flex: 1;
}

.new-hero-section-top-left {
  padding-right: 150px;
  line-height: normal
}

@media (max-width: 1600px) {
  .new-hero-section-top-left {
    padding-right: 0;
  }
}

.new-hero-section-top-left-heading {
  font-size: 3rem;
}

.new-hero-section-top-left-heading span {
  color: var(--main-clr);
}

.new-hero-section-top-left-description-wrapper {
  position: relative;
}

.new-hero-section-top-left-description-icon {
  position: absolute;
  bottom: 10px;
  right: -137px;
}

@media (max-width: 1600px) {
  .new-hero-section-top-left-description-icon {
    display: none;
  }
}

.new-hero-section-top-left-description {
  font-size: 2rem;
  line-height: 100%;
  max-width: 662px;
}

@media (max-width: 1600px) {
  .new-hero-section-top-left-description {
    max-width: 100%;
  }
}

.new-hero-section-top-right {
  font-size: 1.25rem;
}

.new-hero-section-bottom {
  display: flex;
  margin-top: 68px;
  margin-bottom: 60px;
  padding: 24px;
  border-radius: 24px;
}

.new-hero-section-bottom .left {
  flex: 1;
}

.new-hero-section-bottom .heading {
  font-size: 2rem;
  color: var(--main-black);
  margin-bottom: 78px;
  font-weight: 600;
}

.new-hero-section-bottom .desc-wrapper {}

.new-hero-section-bottom .left .desc-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--main-black);
  margin-bottom: 8px;
}

.new-hero-section-bottom .left .desc-paragraph {
  color: var(--dark-gray-clr);
  font-size: 1.125rem;
  line-height: 100%;
  max-width: 531px;
}

.new-hero-section-bottom .left .list-wrapper {
  margin-top: 15px;
  margin-bottom: 53px;
  overflow: hidden;
}

.new-hero-section-bottom .left .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
}

@media (max-width: 991px) {
  .new-hero-section-bottom .left .list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.new-hero-section-bottom .left .list-item {
  list-style-position: inside;
  max-width: 424px;
  font-weight: 400;
  font-size: 1rem;
  color: var(--main-black);
  line-height: 146%;
}

.new-hero-section-bottom .right-img-wrapper {
  height: 100%;
}

.new-hero-section-bottom .right-img-wrapper img {
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 583px;
}

@media (max-width: 1270px) {
  .new-hero-section-bottom .right-img-wrapper img {
    display: none;
  }
}

.risk-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-block: 53px;
  border-radius: 24px;
}

.risk-section .blur-circle-decorator {
  position: absolute;
}

.risk-section .blur-circle-decorator.left {
  width: 260px;
  height: 306px;
  top: -15px;
}

.risk-section .blur-circle-decorator.right {
  width: 180px;
  height: 200px;
  bottom: 100px;
  right: -20px;
}

.risk-section .triangle-decorator {
  position: absolute;
  top: 300px;
  right: 50%;
  transform: translateX(42%);
  z-index: 1;
}

.risk-section .triangle-decorator.circle {
  top: 250px;
  width: 600px;
  height: 600px;
}

.risk-section .small-decorator-circle {
  position: absolute;
  width: 277px;
  height: 277px;
  z-index: -1;
}

.risk-section .small-decorator-circle.left {
  left: -50px;
  bottom: 100px;
}

.risk-section .small-decorator-circle.right {
  right: -50px;
  bottom: 300px;
}

.risk-section-container {
  padding-inline: 144px;
}

@media (max-width: 1600px) {
  .risk-section-container {
    padding-inline: 2rem;
  }
}

.risk-section-top {
  display: flex;
}

@media (max-width: 992px) {
  .risk-section-top {
    flex-direction: column;
    gap: 10px;
  }
}

.risk-section-top>* {
  flex: 1;
}

.risk-section-top-info {
  padding-right: 30px;
  border-right: 2px solid #00000030;
}

@media (max-width: 992px) {
  .risk-section-top-info {
    padding-right: 0;
    border-right: none;
  }
}

.risk-section-top-info-heading {
  color: #000;
  font-family: Urbanist;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.risk-section-top-info-heading span {
  color: #006337;
  font-family: Urbanist;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .risk-section-top-info-heading {
    max-width: 100%;
  }
}

@media (max-width: 667px) {
  .risk-section-top-info-heading {
    font-size: 2rem;
  }
}

.risk-section-top-risks {
  padding-left: 80px;
}

@media (max-width: 992px) {
  .risk-section-top-risks {
    padding-left: 0px;
  }
}

.risk-section-top-info-heading span {
  color: var(--main-clr);
}

.risk-section-top-risks-heading {
  color: #131313;
  font-family: Urbanist;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 19px !important;
  display: block;
}

@media (max-width: 667px) {
  .risk-section-top-info-heading {
    font-size: 2rem;
  }
}

.risk-section-top-risks-desc-wrapper .risk-section-top-risks-desc:not(:last-child) {
  margin-bottom: 14px;

}

.risk-section-top-risks-desc {
  color: #232323;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.risk-section-bottom {
  margin-top: 195px;
}

.risk-section-bottom-heading {
  display: block;
  font-weight: bold;
  color: var(--main-black);
  font-size: 3rem;
  max-width: 736px;
  margin-bottom: 55px;
}

@media (max-width: 667px) {
  .risk-section-bottom-heading {
    font-size: 2.5rem;
    max-width: 100%;
    text-align: center;
  }
}

.risks-slider {}

.risks-slider .slide-content-heading {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: var(--main-black);
  margin-bottom: 14px;
}

.risks-slider .slide-content-desc {
  color: #232323;
  line-height: 104%;
  font-size: 20px;
  font-weight: 400;
  max-width: 842px;
}

/* End Hero Section */

/* Start Image Section */
.image-section {
  position: relative;
  font-size: 0;
}

.image-section img {
  width: 100%;
  border-radius: 24px;
}

/* End Image Section */

/* Start Complaince Section */
.complaince-section {
  border: 1px solid #fff;
  border-radius: 24px;
  padding-block: 76px;
  padding-bottom: 150px;
  position: relative;
}

.complaince-section-container {
  max-width: 1640px !important;
}

@media (max-width: 1600px) {
  .complaince-section-container {
    padding-inline: 2rem;
  }
}

.complaince-section-top {
  text-align: center;
  margin-bottom: 32px;
}

.complaince-section-heading {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 667px) {
  .complaince-section-heading {
    font-size: 2rem;
  }
}

.complaince-section-subheading {
  color: var(--main-clr);
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.complaince-section-quote {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  max-width: 1171px;
  margin-inline: auto;
}

.complaince-section-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1640px !important;
}

@media (min-width: 1600px) {
  .complaince-section-bottom {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .complaince-section-bottom {
    grid-template-columns: 1fr;
  }
  .new-hero-section-top-left-description {
  margin: 30px 0;
  line-height: normal;
  }
  .new-hero-section-bottom {
    padding-left: 0;
  }
  .risk-section-top-info-heading span{
    font-size: 32px;
  }
  .risk-section-top-risks span{
    font-size: 28px;
  }
  .risk-section-bottom-heading div{
    font-size: 32px;
  }
  .risk-section .slider-pagination{
    left: 10px !important;
  }
}

.complaince-card {
  border: 1px solid black;
  border-radius: 24px;
  padding: 16px 24px;
  width: 100%;
}

.complaince-card p {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  overflow: hidden;
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 600;
}

.complaince-section .summary-btn {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: 62px;
}

/* Start Image Section 2 */
.image-section-2 {
  font-size: 0;
}

.image-section-2 img {
  width: 100%;
}

/* End Image Section 2 */

/* Start ShareHolder Section */
.shareholder-section {
  border-radius: 24px 24px 0px 0px !important;
}

.shareholder-section-container {
  padding-inline: 144px;
}

@media (max-width: 1600px) {
  .shareholder-section-container {
    padding-inline: 2rem;
  }
}

.shareholder-section-top {
  text-align: center;
  margin-bottom: 32px;
}

.shareholder-section-heading {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (max-width: 667px) {
  .shareholder-section-heading {
    font-size: 2rem;
  }
}

.shareholder-section-subheading {
  color: var(--main-clr);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 667px) {
  .shareholder-section-heading {
    font-size: 2rem;
  }
}

.shareholder-section-quote {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  max-width: 1171px;
  margin-inline: auto;
}

.shareholder-section {
  border: 1px solid #fff;
  border-radius: 24px;
  padding-block: 76px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shareholder-section .glow-decoration {
  position: absolute;
  z-index: -1;
}

.shareholder-section .glow-decoration.center {
  left: 50%;
  transform: translateX(-56%);
  bottom: 131px;
  width: 518px;
  height: 518px;
}

.shareholder-section .glow-decoration.bottom {
  bottom: 0;
  right: 0;
  width: 518px;
  height: 518px;
}

.shareholder-section .summary-btn {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: 62px;
}

.shareholder-section-bottom {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .shareholder-section-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

.shareholder-section-bottom-content {}

.shareholder-section-bottom-content.left {
  padding-right: 44px;
  border-right: 1px solid #00000080;
}

@media (max-width: 992px) {
  .shareholder-section-bottom-content.left {
    padding-right: 0;
    border-right: none;
  }
}

.shareholder-section-bottom-content.right {
  padding-left: 85px;
}

@media (max-width: 992px) {
  .shareholder-section-bottom-content.right {
    padding-left: 0;
  }
}

.shareholder-section-bottom-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 667px) {
  .shareholder-section-bottom-heading {
    text-align: center;
  }
}

.shareholder-section-bottom-list {
  list-style-position: inside;
}

.shareholder-section-bottom-list-item {
  max-width: 468px;
}

/* End ShareHolder Section */
/* End Complaince Section */
.projects-slider-section::after {
  display: none !important;
}

.slider-pagination {
  left: 10px !important;
}

.slider-arrow img {
  filter: unset !important;
}

.swiper-pagination-bullet {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25) inset;
  width: 19px !important;
  height: 53px !important;
}

.swiper-pagination-bullet-active {
  background-color: #00381F !important;
  height: 237px !important;
  width: 19px !important;
  border-radius: 24px !important;
  background: #00381F !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25) !important;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  border: 1px solid #171717;
  padding: 8px 16px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 40px !important;
  background-color: transparent;
}


.projects-slider-section {
  height: 650px;
  margin: 0px;
}

.projects-slider-section h3 {
  color: #131313;
  font-family: Urbanist;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.projects-slider-section p {
  color: #232323;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  text-transform: capitalize;
  max-width: 842px;
  width: 100%;
  margin-top: 14px;
}

.swiper-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: start !important;
  align-items: start !important;
  height: 100% !important;
  text-align: left !important;
  padding-left: 140px;
  padding-top: 125px !important;
}

.summary-btn {
  position: absolute;
  right: 10px;
  bottom: 40px;
}

@media (max-width: 992px) {
  .swiper-slide {
    padding-left: 60px !important;
    padding-top: 50px !important;
  }

  .slider-pagination {
    left: 5px !important;
  }
}

.new-hero-section-bottom .summary-btn {
  position: static;
}
.risk-section-bottom .summary-btn{
  z-index: 50;
}
.new-hero-section-top-left-description-icon-ar{
  display: none;
}
.new-hero-section-top-left-description-icon-ar{
  display: none;
}
