.marbel-section-1 {
  overflow: hidden;
  margin-top: 40px;

}
.marbel-homet-content {
  padding-top: 130px;
}
.marbl-logo {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.marbel-section-1-right img {
    object-fit: cover;
}
.marbel-homet-content h3 {
  color: #313E5B;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 116.667% */
}
.marbel-homet-content p {
  color: #697895;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

/* marble-section2 */
.marble-section2 {
  padding-top: 100px;
}

.marble-section2-thumb {
  margin-bottom: 60px;
  margin-top: 20px;
}
.marble-citybox {
  border-radius: 30px;
  border: 1px solid #E9EFFE;
  background: #FFF;
  padding: 24px 24px 24px;
  height: 496px;
  margin-bottom: 80px;
}
.marble-citybox-content {
  padding: 0px 20px;
}
.marble-citybox h3 {
  color: #313E5B;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0px 8px;
}
.marble-citybox p {
  color: #697895;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.marble-tech-sec {
  background-image: url(../images/marbel/marble-tech-sec.jpg);
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 84px;
    padding-bottom: 110px;
    height: 611px;
}
.marble-tech-sec::before{
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(15, 28, 47, .6);

}
.marble-tech-sec-title {
  margin: 0px auto;
  width: 80%;
}
.marble-tech-sec-title h4 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.marble-tech-sec-title p {
  color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.title-main-text.white p {
  color: #fff;
}
.marble-tech-sec .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}
.marble-tech-gal-outer {
  margin-top: -180px;
  position: relative;
}
.marble-tech-gal {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.marble-tech-gal div {
  width: 31%;
}
.marble-tabs-wrap {
  padding: 60px 0px 20px;
}
.marbel-tabs-1 {
  padding: 30px 20px;
}
.marbel-tabs-2 {
  padding: 30px 0px 50px;
}
.marble-tabs-content {
  border-radius: 20px;
  border: 1px solid #E3E8F4;
  background: #FFF;
  padding: 20px;
}
.marble-tabs-content h3 {
  color: #313E5B;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.marble-project-boxouter {
    display: flex;
    gap: 23px;
}
.marble-project-box {
  text-align: center;
  margin-bottom: 60px;
}
.marble-project-box h3 {
  color: #313E5B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 20px 0px 0px;
}
.marble-certi {
  background: linear-gradient(180deg, #F3F7FE 0%, #FFF 100%);
  padding-top: 80px;
    padding-bottom: 80px;
}
.marble-certi-lgo {
  margin-bottom: 40px;
}

.marble-certi .title-main-text span {
  background-color: transparent;
  background-image: linear-gradient(270deg, #02010100 0%, #FFFFFF 100%);
}
.marble-certi-box {
  border-radius: 30px;
border: 1px solid #E9EFFE;
background: #FFF;
padding: 41px;
}



@media (max-width: 1440px) {
 
  .marbel-homet-content h3 {
    font-size: 47px;
    line-height: 61px;
  }
  .marbel-homet-content p {
    font-size: 16px;
  }
  .marble-section2 {
    padding-top: 40px;
  }
  .marble-section2-thumb {
    margin-bottom: 30px;
  }
  }
  @media (max-width: 1199px) {
    .marbel-homet-content h3 {
      font-size: 50px;
      line-height: 59px;
  }
  .marbel-homet-content {
    padding-top: 50px;
    margin-bottom: 20px;
    text-align: center;
  }
  .marbel-section-1-right img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
  }
  .marbl-logo {
    gap: 23px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
 
  .marble-tech-sec {
    padding-top: 54px;
    padding-bottom: 50px;
    height: 611px;
  }
  .marble-tech-gal {
    margin-top: 60px;
    width: 100%;
  }
  .marble-tech-gal-outer {
    margin-top: -170px;
    position: relative;
  }
  .marble-tech-gal>div {
    width: 30%;
  }
  }
  @media (max-width: 767px) {
  .marbel-homet-content h3 {
    font-size: 30px;
    line-height: 48px;
  }
  .marbel-homet-content p {
    font-size: 15px;
  }
  .marbl-logo img {
    max-width: 167px;
    max-height: 50px;
  }
  .marbel-homet-content {
    padding-top: 35px;
    margin-bottom: 24px;
    text-align: center;
    /* justify-content: center; */
  }
  .marble-tabs-content {
    padding: 17px;
}
  .marbel-tabs-1, .marbel-tabs-2 {
    padding: 0px 0px 0px;
  }
  .marbel-tabs-1 {
    padding-bottom: 60px;
  }
  .marbel-tabs-2 .container {
    padding-right: 0px;
    padding-left: 0px;
}
  .marble-tabs-content h3 {
    font-size: 14px;
}

.marble-section2 {
  padding-top: 0px;
}
.marble-tech-sec {
  height: 860px;
  margin-top: 30px;
}
.marble-tech-gal {
  margin-top: 0px;
  width: 100%;
  flex-direction: column;
}
.marble-tech-gal-outer {
  margin-top: -96px;
}
.marble-tech-gal>div {
  width: 100%;
}
.marble-tabs-wrap {
  padding: 20px 0px 0px;
}
.marble-project-boxouter {
  flex-direction: column;
  padding: 0px 20px;
  margin-top: 30px;
}
.marble-project-box {
  margin-bottom: 10px;
}
.marble-certi-box {
  margin-bottom: 50px;
}
.marble-certi {
  padding-top: 40px;
  padding-bottom: 40px;
}
.marble-project {
  margin-bottom: 40px;
  margin-top: 20px;
}
.marble-citybox {
  height: auto;
  margin-bottom: 40px;
}
.marble-citybox-content {
  padding: 0px 0px;
}
.marble-citybox h3 {
  font-size: 20px;
  line-height: 30px;
}
.marble-citybox-mar {
  margin-top: 20px;
}
.marble-tech-sec-title {
  width: 100%;
}
.marbel-section-1 {
  margin-top: 0px;
}
}