 .mainBanner {
      position: relative;
     
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .hero-banner {
    width: 100%;
}
    .mainBanner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mainBanner::before {
      content: "";
          width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0.87deg, transparent 33.1%, #000 55.69%);
    z-index: 1;
    }
    .hero-content {
     position: absolute;
    text-align: center;
    color: #fff;
    z-index: 99;
    top: 190px;
    }
.hero-content h1{
letter-spacing: 0.1em;
}
.hero-content p{
font-weight: 500;
margin-top: 30px;
}

.section-title-after::after{
  content: '';
  width: 100%;
  height: 20px;
  background: url(../images/underline-icon.svg) no-repeat center center;
  display: block;
}
    
.icon-box-thumb {
    flex: none;
    align-items: center;
    justify-content: center;
    display: flex;
}
.icon-box {
  gap: 20px;
  margin-bottom: 50px;
  padding-right: 80px;
}
.icon-box h5{
      text-align: left;
    font-size: var(--text-button-size);
    color: var(--color-saddlebrown-100);
    font-family: var(--text-button);
    margin-bottom: 10px;
}


.icon-box p{
  font-size: 14px;
  margin: 0;
}

.workThumb img {
    width: 48%;
    height: 250px;
    object-fit: cover;
    background: linear-gradient(90deg, #673821 36.81%, rgba(241, 241, 241, 0.1) 106.22%);
    padding: 5px;
}

.workThumb img:last-child {
    width: 100%;
    height: 250px;
    margin-top: 40px;
}
.feature img{
  border-radius: 0 50px 0 0px;
}
.feature .feature-text h3{

font-size: 20px;
}
.feature .feature-text p{

padding: 20px 0 0;
margin: 0;
font-size: 15px;
line-height: 1.6;
}
.community{
  margin-top: 100px;
}
.community .section-title-after:after {
    filter: brightness(8);
    background-position: left;
}
.founder .section-title-after:after {
    background-position: left;
}
.community-thumb {
  gap: 20px;
}
.community-thumb img{
  width: 50%;
  height: 400px;
  object-fit: cover;
  border-radius: 0 40px 0 0;
}
.community-thumb img:last-child{
  margin-top: 80px;
}
.community .btn{
border-radius: var(--br-9xs);
    background: var(--color-white);
    overflow: hidden;
    flex-direction: row;
    align-items: flex-end;
    padding: 12px 20px;
    gap: 0 27px;
    z-index: 1;
    text-align: center;
    color: var(--color-saddlebrown-100) !important;
    font-family: var(--font-poppins);
        max-width: fit-content;
        cursor: pointer;
        font-weight: 600;
}
.community .btn:hover{
  background: rgba(67, 21, 0, 0.6);
  color:#fff !important
}

.plan-card h3{
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
    padding-top:40px;
    font-size: 35px;
}
.plan-card h3 small{
  font-size: 20px;
}
   
.plan-card p {
    font-size: 13px;
    text-align: left;
}
.plan-card {
    max-width: 370px;
    border-radius: 40px;
    box-shadow: 0px 5px 10px 0px #00000040;
    padding: 30px 40px;
    position: relative;
}

.plan-card:before{
     content: '';
    width: 90px;
    height: 100px;
    background: url(../images/label-tag.png) no-repeat center center / 50px;
    position: absolute;
   top: -32px;
    right: 20px;

}
.plan-card-list p{
font-size: 15px;
text-align: left;
color: var(--primary-color);
}

.plan-card .button {
        max-width: 100%;
    display: block;
}
.plan-card .button a.btn {
    font-size: 16px;
    width: max-content;
    margin: 0 auto;
}
.plan-card .button a.btn:hover {
    background: rgba(103, 56, 33, 0.8);
    box-shadow: 0px 34px 60px 2px rgba(51, 67, 53, 0.12);
}
.tab-content,
.subscription-row{
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}
.tab-content>.active {
    background: transparent;
}


.subscription ul#myTab {
   position: absolute;
    right: 0;
background: rgba(103, 56, 33, 0.8);
    padding: 10px;
    border-radius: 40px;
    width: calc(100% - 42%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.subscription ul#myTab button {
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    padding: 10px 36px;
    cursor: pointer;
}
.subscription ul#myTab button:hover,
.subscription ul#myTab button.active {
    border-radius: 50px;
    color: var(--primary-color);
    background: var(--color-white);
}
.subscription-thumb img{
background: linear-gradient(90deg, #673821 36.81%, rgba(241, 241, 241, 0.1) 106.22%);
padding: 5px;


}

.accordion-item {
  margin-bottom: 20px;
}
.accordion-item.faq-item{
    background-color: var(--color-saddlebrown-300);
    background: rgba(103, 56, 33, 0.8);
box-shadow: 0px 34px 60px 2px rgba(51, 67, 53, 0.12);

}
.accordion-header button.collapsed{
color: var(--color-white);
background: rgba(103, 56, 33, 0.8);

}
.accordion-header button.collapsed{
  color:var(--color-white)
}
.accordion-button:not(.collapsed),
.accordion-header button{
color: var(--color-white);
background: transparent;
font-size: 20px;
font-weight: 600;
box-shadow: none;
}
.accordion-body{
  color: #fff;
}
.accordion-header button:after{
  color: var(--primary-color);
  filter: brightness(9);
}
.accordion-button:not(.collapsed)::after{
  color: var(--primary-color) !important;
  filter: brightness(0);
}
.accordion-button:focus{
  outline: none;
  border:none;
  box-shadow: none;
}

.accordion-collapse{
      color: #673821;

    font-size: 16px !important;
}
.founder ul{

}
.founder ul li{
  list-style: disc;
      font-size: var(--text-button-size);
    line-height: 1.5;
    color: var(--color-dimgray-100);
    padding: 5px 0;
}
.getStarte-sec{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
section.getStarte-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(103, 56, 33, 0.6);
    left: 0;
}
.get-start-row {
    max-width: 590px;
    text-align: left;
    display: flex
;
    flex-direction: column;
    gap: 30px;
}

.get-start-row h2{
    font-size: 45px;
    font-weight: 700;
}

.get-start-row p{
  font-weight: 500;
}
.getStarte-sec .btn {
    background: #fff;
    color: #000;
 padding: 15px 40px;
    max-width: max-content;
    font-weight: 500;
    color: rgba(60, 39, 30, 1);
}

.featureBox {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.feature-text {
    min-height: 210px;
}
.founder .infoThumb{
  padding-right: 60px;
}
.founder .infoThumb img {
    width: 100%;
}