* {
  margin: 0;
  box-sizing: border-box;

}

:root {
  --defaultcolor: #fff;
  --maincolor: #098B16;
  --secondcolor: #398C30;
  --thirdcolor: #47992D;
  --fourthcolor: #494949;
  --headingcolor: #215B11;
  --placeholder: #7e7e7e;
  --bordercolor: #efefef;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: NothingYouCouldDo-Regular;
  src: url(../font-family/Nothing_You_Could_Do/NothingYouCouldDo-Regular.ttf);
}

@font-face {
  font-family: NanumGothic-Regular;
  src: url(../font-family/Nanum_Gothic/NanumGothic-Regular.ttf);
}

@font-face {
  font-family: NanumGothic-Bold;
  src: url(../font-family/Nanum_Gothic/NanumGothic-Bold.ttf);
}

@font-face {
  font-family: NanumGothic-ExtraBold;
  src: url(../font-family/Nanum_Gothic/NanumGothic-ExtraBold.ttf);
}

html,
body {
  font-family: 'NanumGothic-Regular';
  /* height: 100%; */
}

/* ================= Header Section Start Here ================ */
.contcat-info{
  display: flex;
  justify-content: center;
  align-items: center;
}
.wsm-100{
  display: flex;
}
.header-section {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0.5rem 0rem;
  background: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header-section ul.list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
}

a {
  color: var(--fourthcolor);
}

.header-section .register-btn {
  display: flex;
  justify-content: space-between;
}

.header-section .navbar-brand img {
  width: 100%;
  max-width: 130px;
}

.header-section .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.register-btn button {
  padding: 7px 30px;
  border: 2px solid var(--secondcolor);
  border-radius: 50px;
  background: transparent;
  font-size: 18px;
  color: var(--secondcolor);
}

.header-section .navbar .nav-link {
  color: #000;
}

.header-section .navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #098B16;
  border-bottom: 2px solid #39a244;
  padding-bottom: 0rem;
  margin-bottom: 0.7rem;
  width: fit-content;
}

.user-profile {
  width: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
}


.logout-drop {
  font-size: 1rem;
  font-weight: 400;
}

.left-contain-header .dropdown-menu {
  width: 200px;
}

.left-contain-header .dropdown a {
  background-color: transparent;
  color: #000;
  border: none;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-contain-header .dropdown i {
  color: #494949;
}

.left-contain-header .dropdown a:hover {
  background-color: transparent !important;
  color: #000;
  border: none;
  font-weight: normal;
}

.navbar-collapse {

  flex-grow: unset;

}

.navbar-nav {
  padding-right: 12px;
}

.navbar-nav .nav-item {
  font-size: 20px;
  margin: 0 10px;
  color: #494949;

}
.logo-text{
  color: #098B16;
  font-size: 2rem;
  font-weight: 600;
  margin-left: 1rem;
}

/* ================== Header Section End Here =================== */

.banner-section {
  background-image: url(../images/banner-5.png);
  height: calc(100vh - 120px);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: left;
  color: #fff;
}

.inneer-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.inneer-text h1 {
  font-size: 10rem;
  margin-left: 1.5rem;
}

.inneer-text h1 span {
  display: block;
}

.inneer-text h1 span {
  font-size: 8.2rem;
  font-family: 'NanumGothic-ExtraBold';
}

.banner-section .inneer-text h3 {
  font-size: 100px;
  font-family: NothingYouCouldDo-Regular;
}

.banner-img {
  position: absolute;
  right: 0;
  bottom: -90px;
}

.banner-btn {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 35px;
  font-size: 1.5rem;
  font-family: NanumGothic-Bold;
  width: 282px;
  height: 70px;
  margin-left: 1.5rem;
  margin-top: 1rem;
}

.customize-slider .carousel-indicators [data-bs-target] {
  background-color: #105827 !important;
}

/* =============================== Banner section end here ==================== */
/* =============================== About US Section Start Here ================= */
.about-us {
  padding: 70px 0;
}

.card-section {
  padding: 50px;

}

.text-caption {
  font-size: 50px;
  margin-bottom: 15px;
}

.text-caption span {
  color: var(--secondcolor);
  font-size: 60px;
  font-weight: 600;
}

.img-section::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 510px;
  background-color: var(--secondcolor);
  top: 30px;

  right: -30px;
}

.center-2 {
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.card-section p {
  line-height: 2.5rem;
  padding-bottom: 50px;
  font-size: 1.5rem;
}

.btn-section {
  border: 2px solid var(--secondcolor);
  padding: 10px 40px;
  color: var(--secondcolor);
  border-radius: 35px;
  font-size: 20px;
  font-family: NanumGothic-Bold;
}

.btn:hover {
  background: linear-gradient(171deg, rgb(65, 172, 36) 0%, rgb(44, 120, 23) 72%);
  color: #fff;

}

/* =========================== About Us Section End here ====================== */
/* =========================== sell&buy Section start here ================= */
.sell-buy-section {
  background-image: url(..//images/carbon-bg.png);
  /* height: 650px; */
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
  background-size: cover;
}

.sell-buy-section .buy-carbon {
  background-image: url(..//images/buy-carbon.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding: 50px;
}

.cart-sell1 h2 {
  font-size: 40px;
  font-weight: 800;
  color: #3A3A3A;
}

.cart-sell1 p {
  font-size: 1.5rem;
  position: relative;
}

.sell-buy-section .sell-carbon {
  background-image: url(..//images/sell-carbon.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding: 50px;
}

.buy-carbon,
.sell-carbon {
  font-size: 1.2rem;
}

.sell-buy-section .sell-carbon .cart-sell1 p::before,
.sell-buy-section .buy-carbon .cart-sell1 p::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 6px;
  background-color: var(--secondcolor);
  bottom: -20px;
  left: 0px;
}

.sell-buy-section .buy-carbon-btn {
  padding: 10px 40px;
  background: var(--secondcolor);
  color: #fff;
  border-radius: 35px;
  font-size: 20px;
  font-family: NanumGothic-Bold;
  margin-top: 25px;
}

.sell-buy-section .buy-carbon-btn:hover {
  background: transparent;
  border: 1px solid var(--secondcolor);
  color: var(--secondcolor);
}

/* ================================ Sell&buy Section End here ================== */
/* ================================ carbon-removal Section Start here ================== */

.carbon-removal {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1f8f39;
}

.co2 {
  background-image: url(../images/director.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.carbon-removal-section .inner-text {
  margin-left: 6rem;
  padding: 3rem 0rem;
}

.carbon-removal-section .inner-text h2 {
  font-weight: 800;
  font-size: 3.7rem;
  font-family: NanumGothic-Bold;

}
.card-section ul li{
  font-size: 1.5rem;
  list-style-type: disc;
}
.quality ul li{
  font-size: 1.3rem;
  margin-left: 2rem;
  list-style-type: disc;
}
.quality span{
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}
.card-section ul{
  margin-left: 2rem;
}
.carbon-removal-section .inner-text h1 {
  font-weight: bolder;
  font-size: 3rem;
  letter-spacing: 3px;
  font-family: NanumGothic-ExtraBold;
}

.carbon-removal-section .inner-text p {
  line-height: 30px;
  padding-right: 5rem;
  font-size: 1.2rem;
}

.carbon-removal-section .inner-text button {
  background-color: var(--secondcolor);
  color: white;
  width: 235px;
  height: 50px;
  padding: 8px 45px;
  border-radius: 25px;
  border: 1 px solid var(--secondcolor);
  font-size: 1.2rem;
}

/* ================================ carbon-removal Section End here ================== */
/* ================================ Testimonial-section Section Start here ================== */
.Testimonial-section .testimonial-bg {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 1rem;
  height: 360px;
}

/* .Testimonial-section .testimonial-bg img {
  padding: 10px 0 0px 100px;
} */

.Testimonial-section .testimonial-bg p {
  padding: 40px 125px;
  position: relative;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.Testimonial-section .testimonial-bg h5 {
  padding: 0px 125px;
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #215B11;
}

.Testimonial-section .testimonial-bg h5 span {
  display: block;
  color: #737B8B;
  font-size: 1.25rem;
  font-weight: 400;
}

.Testimonial-section .testimonial-bg p::before {
  content: url(../images/testimonial-left-corner.png);
  position: absolute;
  top: -10px;
  left: 35px;
}

.Testimonial-section .testimonial-bg p::after {
  content: url(../images/testimonial-right-corner.png);
  position: absolute;

}

.Testimonial-section .carousel-control-next-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60% 60%;
  background-color: var(--thirdcolor);
  border-radius: 50px;
  position: absolute;
  top: 47%;
  right: 42%;
}

.Testimonial-section .carousel-control-prev-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60% 60%;
  background-color: var(--thirdcolor);
  border-radius: 50px;
  position: absolute;
  left: 83%;
  top: 45%;
  transform: translate(10px, 10px);
}

.Testimonial-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}

.Testimonial-section {
  padding: 5rem 0rem;
}

/* ================================ Testimonial-section Section End here ================== */

/* ================================ Footer section start here ============================= */
.footer-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.footer-list {
  padding: 10px 0;
}

.footer-section .footer-list>div a {
  color: #fff;
  font-size: 18px;
  line-height: 2rem;
}

.footer-section .footer-list>a {
  font-size: 18px;
  line-height: 2rem;
}

.footer-section .footer-list>a:hover {
  color: #098B16;
  font-size: 18px;
  line-height: 2rem;
  transition: 0.5s;
}

.footer-section .footer-list h5 {
  font-size: 18px;
  line-height: 2rem;
}

.footer-section .footer-heading {
  font-family: NanumGothic-Bold;
  font-size: 26px;
  font-weight: 900;
}

.footer-list p {
  font-size: 16px;
  width: 263px !important;
}

.footer-input {
  outline: none;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.7rem 3rem 0.7rem 1rem;
}

.footer-input::placeholder {
  padding-left: 10px;
  color: #ffffff86;

}

.footer-icon img {
  margin-right: 0.4rem;
  width: 46px;
  font-size: 2rem;
}
.footer-icon p,
.footer-icon a{
  font-size: 1.2rem;
}
.footer-icon .location {
  height: 35px;
}
.mcp{
  margin: 0rem auto 7rem auto;
}
.mcp > div{
  font-size: 1.2rem;
  line-height: 3.5rem;
}

.footer-icon .email {
  height: 30px;
}
.quality{
  background-color: #f9f9f9;
  padding: 2rem;
}
.footer-icon .phone {
  height: 29px;
}

.social-icon {
  display: flex;
  align-items: center;
}

.social-icon img {
  margin-right: 0.9rem;

}

.social-icon a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.banner-section .inneer-text h3 {
  margin-top: 6rem;
  margin-left: 2rem;
}

.customize-slider .carousel-control-next,
.carousel-control-prev {
  width: 7% !important;
}

.customize-slider .carousel-control-prev-icon {
  filter: invert(0) grayscale(0) !important;
}

.customize-slider .carousel-control-next-icon {
  filter: invert(0) grayscale(0) !important;
}

.customize-slider .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 5rem;
  height: 7rem;
}

.logo-section img {
  padding: 1.5rem 0rem;
  max-width: 170px;
}

.footer-email-icon {
  position: absolute;
  right: 1rem;
  top: 2.5rem;

}

::-webkit-scrollbar {
  width: 0.3em;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(60, 88, 57, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #58a540;
}

.slider {
  animation: slidein 20s linear infinite;
  white-space: nowrap;
}

.logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}

.fab {
  width: calc(100% / 6);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.search_button {
  border: 1px solid;
  margin-right: 30px;
  height: 60px;
  width: 237px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-radius: 10px;
  border-color: #215B11;
}




/* =================== About page start here ========================= */
.about_section .banner_img {
  background-image: url(../images/about_banner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50vh;
}
.contact_banner {
  background-image: url(../images/interact_your_assets.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50vh;
}

.ban_overlay {
    position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background-color: #071e009c;
}

.banner_img h2,
.contact_banner h2 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_img h2::after,
.contact_banner h2::after {
  content: '';
  width: 3.75rem;
  height: 0.188rem;
  background: #fff;
  position: absolute;
  bottom: -0.938rem;
  left: 50%;
  transform: translateX(-50%);
}

.about_section .carbon_markets_section,
.trusted_assets_section {
  margin-top: 3rem;
}

.about_section .carbon_markets_section h2,
.trusted_assets_section h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #3A3A3A;
}

.about_section .carbon_markets_section p,
.trusted_assets_section p {
  font-size: 18px;
  line-height: 2rem;
}

.about_section .direct_efficient_img img,
.transparent_price_img img,
.interact_assets_img img,
.before_buy__img img {
  width: 100%;
  border-radius: 10px;
}

.about_section .direct_efficient_img {
  margin-top: 3rem;
}

.about_section .transparent_price_img {
  margin-top: 3rem;
}

.about_section .interact_assets_img {
  margin-top: 3rem;
}

.about_section .direct_efficient_text {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem;
  border-radius: 0.625rem;
  position: absolute;
  left: -70px;
  background: #fff;
  max-width: 800px;
  width: 100%;
  top: 115px;
  text-align: center;
}

.about_section .transparent_price_text {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem;
  border-radius: 0.625rem;
  position: absolute;
  left: 60px;
  background: #fff;
  max-width: 800px;
  width: 100%;
  top: 150px;
  text-align: center;
  z-index: 1;
}

.about_section .direct_efficient_text h2,
.transparent_price_text h2,
.interact_assets_text h2,
.before_buy_text h2 {
  font-size: 30px;
}

.about_section .direct_efficient_text p,
.transparent_price_text p,
.interact_assets_text p,
.before_buy_text p {
  font-size: 18px;
}

.about_section .interact_assets_text {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem;
  border-radius: 0.625rem;
  position: absolute;
  left: -70px;
  background: #fff;
  max-width: 800px;
  width: 100%;
  top: 86px;
  text-align: center;
}

.about_section .before_buy_text {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 2rem;
  border-radius: 0.625rem;
  position: absolute;
  left: 60px;
  background: #fff;
  max-width: 800px;
  width: 100%;
  top: 90px;
  text-align: center;
  z-index: 1;
}

.about_section .trusted_assets_section {
  border-top: 1px solid #dfdfdf;
  padding: 3rem 0 0;
}

/* =================== Contact us page ======================= */
.contact_setion {
  width: 70%;
  margin: 5rem auto;
}

.contact_setion .location_detail i,
.contact_setion .phone_detail i,
.contact_setion .email_detail i {
  background: linear-gradient(271deg, rgb(65, 172, 36) 0%, rgb(44, 120, 23) 72%);
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  margin-right: 15px;
}

.contact_setion .contact_text h6 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
  color: var(--headingcolor);
}

.contact_setion .contact_text h2 {
  font-size: 30px;
  font-weight: 600;
}

.contact_setion .contact_text p {
  font-size: 18px;
  margin: 1.25rem 0;
  width: 80%;
}

.contact_setion .location_text h4,
.phone_text h4,
.email_text h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

.contact_setion .phone_text a,
.email_text a {
  font-size: 1rem;
  color: #000;
}

.contact_setion .contact_form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 2rem;
  border-radius: 10px;
}

.contact_setion .contact_form textarea {
  margin-top: 12px;
  border: 1px solid var(--maincolor);
  border-radius: 10px;
  padding: 10px;
  outline: none;
  width: 100%;
}

.contact_setion .contact_form textarea::placeholder {
  color: var(--maincolor);
  font-size: 1rem;
}


