/* Base CSS */

/* font family */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	zoom:98.5%;
}

a {
    text-decoration: none;
    transition: all .3s;
}
button {
    transition: all .3s;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}
body {
   font-family: "Inter", sans-serif;

}
.container, .container-fluid {
   padding: 0 20px;
}
.section-title h2 {
   color: #030304;
   font-size: 56px;
   font-weight: 600;
   line-height: 124%;
   margin-bottom: 20px;
}
.section-title p {
   color: #4A4C56;
   font-size: 20px;
   line-height: 160%;
}
/* Base CSS End */

/* header area start */
.header-area {
   top: 24px;
}
.header-wrapper {
	background-color: #070707;
	padding: 15px 40px;
}
.menu-toggle {
	width: 42px;
	height: 42px;
}
.menu-toggle .menu-close {
   display: none;
}
.menu-toggle[aria-expanded="true"] .menu-close {
   display: block;
}
.menu-toggle[aria-expanded="true"] .menu-bar {
   display: none;
}
.header-btn {
	font-size: 18px;
	background-color: #5AE391;
	color: #070707;
	padding: 16px 32px;
	line-height: 1;
}
.header-btn:hover {
   background-color: #fff;
}

.header-menu {
   border-radius: 0px 0px 12px 12px;
   border: 1px solid rgba(0, 0, 0, 0.21);
   background: #FCFCFC;
   box-shadow: 0px 1px 50px 0px rgba(16, 24, 40, 0.10);
   width: 300px;
}
.header-menu ul {
   padding: 20px 0;
   gap: 28px;
}
.header-menu ul li a {
   color: #1D1F2C;
   font-size: 22px;
   line-height: 100%;
}
.header-menu ul li a:hover {
   color: #5AE391;
}

/* header area end */

/* hero area start */
.hero-area {
	padding: 197px 0;
	margin: 0 15px;
}
.hero-bg, .hero-bg img {
	border-radius: 0 0 60px 60px;
}
.hero-title {
	color: #070707;
	font-size: 107px;
	line-height: 124%;
	max-width: 1000px;
	margin-bottom: 32px;
}
.hero-desc {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
	margin-bottom: 56px;
	color: #4A4C56;
	max-width: 988px;
}
.hero-btn {
	width: 220px;
	height: 64px;
	background-color: #5AE391;
	border-radius: 10px;
   border: 1px solid #1D1F2C;
}
/* hero area end */

/* about area start  */
.about-area {
   padding: 88px 0;
}
.about-content {
	width: 50%;
	padding-right: 55px;
}
.about-content-blk {
	margin: 40px 0 48px;
}
.about-content-blk p {
   margin-bottom: 20px;
}
.about-content-blk p span {
   font-size: 24px;
   color: #043D14;
}
.about-btn {
	font-size: 24px;
	color: #070707;
	line-height: 100%;
	padding: 23px 40px;
	border-radius: 12px;
	border: 1px solid #FFF;
	background-color: #5AE391;
   backdrop-filter: blur(50px);
   -webkit-backdrop-filter: blur(50px);
}
.about-btn:hover {
	background-color: #070707;
	color: #5AE391;
}
.about-thumb {
   width: 50%;
   border-radius: 20px;
}
.about-thumb img {
   border-radius: 20px;
   transition: all 1s ease-in-out;
}
.about-thumb:hover img {
   transform: scale(1.1);
}
/* about area end */

/* value area start */
.value-area {
   background-color: #F6F6F6;
   padding: 164px 0;
}
.value-wrapper {
	max-width: 625px;
}
.value-wrapper-title p {
	margin-bottom: 40px;
}
.value-feature-wrap {
	gap: 32px 66px;
}
.feature-icon {
	width: 58px;
	height: 55px;
	border-radius: 8px;
	background-color: #E1EEE6;
   flex-shrink: 0;
}
.feature {
	gap: 16px;
}
.feature h3 {
	color: #043D14;
	font-size: 24px;
   line-height: 32px;
}
.value-thumb {
	max-width: 813px;
	width: 43%;
}
/* value area end */

/* mission area start */
.mission-area {
	padding: 88px 0 112px;
}
.mission-area-wrapper {
	max-width: 1290px;
}
.mission-desc-wrap {
	padding: 80px 40px 64px;
}
.mission-desc-wrap .row {
   --bs-gutter-x: 56px;
}
.mission-desc {
	color: #4A4C56;
	font-size: 24px;
	line-height: 170%;
   opacity: 0.88;
}
.mission-feature-wrap .row {
	--bs-gutter-x: 60px;
}
.mission-feature-wrap .feature-icon {
	width: 52px;
	height: 52px;
}
.feature p {
   color: #1D1F2C;
   opacity: 0.7;
   margin-top: 10px;
}
/* mission area end */

/* vision area start */
.vision-area {
   padding: 88px 0;
   background-color: #F6F6F6;
}
.vision-area-title {
	margin-bottom: 80px;
}
.vision-wrapper .row {
	--bs-gutter-x: 40px;
}
.vision-content {
   gap: 32px;
}
.vision-content-blk {
   padding: 24px;
   border-radius: 20px;
   background-color: #F4F4F4;
   gap: 20px;
   transition: all .3s;
}
.vision-content-left {
	gap: 20px;
   transition: all .3s;
}
.vision-icon {
	border-radius: 100px;
	background-color: #D8D8D8;
	width: 48px;
	height: 45px;
	flex-shrink: 0;
   transition: all .3s;
}
.vision-content-left h3 {
	color: #070707;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 20px;
   transition: all .3s;
}
.vision-content-left p {
   color: #4A4C56;
   line-height: 160%;
   transition: all .3s;
}
.arrow-btn {
	width: 64px;
	height: 64px;
   background-color: #043D1414;
   border-radius: 50%;
   flex-shrink: 0;
   transition: all .3s;
}
.arrow-btn .arrow-icon-active {
   display: none;
}
.vision-thumb {
	border-radius: 20px;
}
.vision-thumb img {
   border-radius: 20px;
   transition: all 1s ease-in-out;
}
.vision-thumb:hover img {
   transform: scale(1.1);
}
.vision-content-blk:hover {
   background-color: #070707;
}
.vision-content-blk:hover .vision-icon {
   background-color: #1F1F1F;
}
.vision-content-blk:hover .vision-icon img {
   filter: brightness(9999);
}
.vision-content-blk:hover .vision-content-left h3 {
   color: #fff;
}
.vision-content-blk:hover .vision-content-left p {
   color: #fff;
   opacity: 0.7;
}
.vision-content-blk:hover .arrow-btn {
   background-color: #5AE391;
}
.vision-content-blk:hover .arrow-btn .arrow-icon {
   display: none;
}
.vision-content-blk:hover .arrow-btn .arrow-icon-active {
   display: block;
}
/* vision area end */

/* feature area start */
.feature-area {
	padding: 76px 0 165px;
}
.feature-wrapper {
	gap: 56px;
	padding-top: 100px;
}
.single-feature-container {
	width: 410px;
	flex-shrink: 0;
	padding: 30px;
}
.single-feature {
	width: 308px;
	min-height: 308px;
   height: 100%;
	background-color: #E1E6E3;
	border-radius: 20px;
	padding: 45px 20px 20px;
}
.single-feature h3 {
	font-size: 32px;
	color: #070707;
	margin-top: 20px;
}
.single-feature p {
	color: #777980;
	line-height: normal;
}
.single-feature-container:nth-child(2)::after,
.single-feature-container:nth-child(2)::before {
   content: '';
   width: 60px;
   height: 6px;
   background-color: #E1E6E3;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.single-feature-container:nth-child(2)::before {
	left: -58px;
}
.single-feature-container:nth-child(2)::after {
   right: -58px;
}
.feature-shape {
   image-rendering: optimizequality;
}
/* feature area end */

/* user area start */
.user-area {
   padding: 90px 0;
   background-color: #F6F6F6;
}
.user-area .container {
   max-width: 1560px;
}
.user-area-wrapper {
   gap: 56px;
   padding-top: 80px;
}
.user-area-left {
	width: 59.2%;
}
.user-dashboard {
	margin-bottom: 56px;
}
.faq-accordion {
	gap: 24px;
} 
.faq-accordion .accordion-button {
	font-size: 24px;
	line-height: 32px;
	color: #4A4C56;
	padding: 24px;
	border-radius: 16px !important;
	background: rgba(224, 224, 224, 0.64);
}
.faq-accordion .accordion-button::after {
	width: 56px;
	height: 56px;
	background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E1E6E3;
	border-radius: 50%;
	content: url('../img/icon/arrow-down.svg');
}
.faq-accordion .accordion-button:not(.collapsed) {
   background-color: #070707;
   border-radius: 16px 16px 0 0 !important;
   padding-bottom: 14px;
   color: #fff;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
	position: absolute;
	top: 24px;
	right: 24px;
   background-color: #70E79F;
}
.faq-accordion .accordion-body {
	background-color: #070707;
	color: rgba(255, 255, 255, 0.7);
	padding: 0 125px 24px 24px;
	border-radius: 0 0 16px 16px;
}
/* user area end */

/* benefit area start */
.benefit-area {
	padding: 80px 0;
}
.benefit-desc-wrap {
	margin: 40px 0 48px;
	gap: 48px 45px;
}
.benefit-desc {
	width: calc(50% - 23px);
}
.benefit-desc:last-child {
	width: 830px;
}
.benefit-thumb {
	border-radius: 40px;
	margin-bottom: 48px;
}
.benefit-thumb img {
   border-radius: inherit;
   transition: all 1s ease-in-out;
}
.benefit-thumb:hover img {
   transform: scale(1.1);
} 
.benefit-feature-wrap {
	gap: 48px;
}
/* benefit area end */

/* footer area start */
.footer-area {
	padding: 80px 0 48px;
	background-color: #060B0F;
}
.footer-wrapper {
   padding-bottom: 40px;
}
.footer-logo img {
	width: 260px;
}
.footer-desc {
	width: 400px;
	font-size: 20px;
	line-height: 150%;
	opacity: 0.7;
	margin: 32px 0;
}
.social-link-wrap {
   gap: 12px;
}
.social-link {
   width: 48px;
   height: 48px;
   background: rgba(255, 255, 255, 0.10);
}
.social-link img {
   transition: all .3s;
}
.social-link:hover {
   background-color: #5AE391;
}
.social-link:hover img {
   filter: brightness(0);
}
.footer-widget-wrapper {
   gap: 50px;
}
.footer-widget h4 {
   font-size: 26px;
   letter-spacing: 0.13px;
   margin-bottom: 32px;
}
.footer-widget ul {
   gap: 20px;
}
.footer-widget ul li a {
   color: #D2D2D5;
   font-size: 18px;
   line-height: 26px;
   gap: 10px;
}
.footer-widget ul li a:hover {
   color: #fff;
   opacity: 1;
}
.footer-widget ul li .address {
	max-width: 355px;
}
.footer-contact ul li a {
   opacity: 0.7;
}
.copyright {
	font-size: 18px;
	color: #A5A5AB;
	padding-top: 32px;
	border-top: 1px solid #E9E9EA30;
}
/* footer area end */

.modal-dialog {
	max-width: 619px;
  }
  
  .modal-dialog .modal-body {
	padding: 0;
  }
  
  #exampleModal {
	backdrop-filter: blur(1px);
	background-color: #ffffff3d;
  }
  
.wholesale__popup {
	box-shadow: 1px -1px 20px 0px #10182808;
	border-radius: 16px;
	padding: 40px 32px;
	max-width: 620px;
	margin: 0 auto;
  }
  
  .wholesale__logo {
	text-align: center;
  }

  
.single__application__content span {
	display: flex;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
  }
  
  .single__application__content {
	display: flex;
	gap: 10px;
	margin-bottom: 8px;
  }
  
  .single__application__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: 0.005em;
	text-align: left;
	margin: 0;
	color: #4A4C56;
  }
  
  .welcome__title h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 38.73px;
	color: #043D14;
	margin-bottom: 16px;
	text-align: center;
  }
  
  .registration__thumb {
	height: 100%;
  }
  
.common__btn a {
	display: inline-block;
	font-style: normal;
	background: #5AE391;
	padding: 14px 25px;
	border-radius: 8px;
	transition: .3s all;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	width: 100%;
	box-shadow: 0px 1px 2px 0px #1018280D;
	color: #070707;
	border: 1.5px solid #5AE391;
  }
  
  .common__btn button {
	display: inline-block;
	font-style: normal;
	background: #5AE391;
	padding: 14px 25px;
	border-radius: 8px;
	transition: .3s all;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	width: 100%;
	box-shadow: 0px 1px 2px 0px #1018280D;
	color: #070707;
	border: 1.5px solid #5AE391;
  }
  
  .common__btn a:hover {
	background: transparent;
	color: #070707;
	border-color: #070707;
  }
  
  .common__btn button:hover {
	background: transparent;
	color: #070707;
	border-color: #070707;
  }
  
  .common__btn {
	margin: 24px 0;
  }
  .otp__btn__blk .common__btn {
	margin: 0;
	width: 100%;
  }
  
  .common__btn.otp__btn a {
	background: transparent;
	border: 1.5px solid #070707;
  }
  
  .common__btn.otp__btn a:hover {
	background: #5AE391;
	border-color: #5AE391;
	color: #070707;
  }
  
.new__circle__btn span {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #4A4C56;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
  }
  
  .new__circle__btn a {
	text-align: center;
	color: #043D14;
	text-decoration: underline;
	transition: .3s all;
  }
  
  .new__circle__btn a:hover {
	color: #00A241;
  }