.adgpt-api-heading{
    font-family: Inter;
    font-weight:  500;
    font-size: 61px;
    line-height: 64px;
    letter-spacing: -1.9px;
    text-align: center;
    vertical-align: middle;
    color: #29292C;
}

.adgpt-api .hero-content{

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 26.74px;
    letter-spacing: -0.01%;
    text-align: center;
    vertical-align: middle;
    max-width: 960px;
    color: #29292C;
}

.adgpt-api-btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 20.15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #EBF1F8;
    background-color: #0084FF;
    border-radius: 100px;
    padding: 10px;
    width: 100%;
    max-width: 260px;
    margin: 0;
}

.adgpt-api-btn:hover{
    scale: 1.05;
    filter: brightness(1.1);

}
.adgpt-api-btn.documentation,
.adgpt-api-btn.documentation:hover{
    background-color: #818897!important;
}

.adgpt-api .hero-section{
    background-color: #EFEFEF;
}

.code-block .code-block-img{
    max-width: 680px;
}


.benefit-card {
    border-radius: 18px;
    background-color: #F2F3F5;
    max-width: 369px;
    border-left: 5px solid #0084FF;
    padding: 21px 47px;
}

.benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}

.benefit-title {
    color:  #192237;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.002px;
}
.benefit-text{
    color:   #192237;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.737px; 
    letter-spacing: -0.002px;
}

.benefit-roi {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 9px;
    background-color: #EFFDF4;
    color: #166434;
    font-weight: 600;
    color: #166434;
    font-family: Inter;
    font-size: 17px;
    line-height: 26.737px; /* 157.274% */
    letter-spacing: -0.002px;
}




.features-section {
  background: #EFEFEF;
}

.feature-box {
  max-width: 380px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  opacity: 0.85;
}
.feature-box-text{
    color: #292524;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.feature-box h5{
    color: #0084FF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height:  21px; 
}

.api-pricing-section .price-toggle, .api-pricing-section .pricing-currency{
    font-size: 48px;
}
.api-pricing-section .price-d {
    font-size: 13px;
    margin-bottom: 10px;
}

.api-pricing-section  .price-box-white.price-box {
    max-width: 304px;
    border: 1px solid #D5D5D5;
}

.api-pricing-section .trial-label-wrapper {
    width: calc(100% + 2px);
    top: -2%;
    left: -1px;
    border: 2px solid  #FFE941;
    background: #FFE941;
}

.api-pricing-section .trial-label{
    color: black;
    background: #FFE941;
    font-weight: 600;
}

.feature-icon-wrapper {
    width: 138px;
    margin: auto;
    height: 83px;
    background: #D9D9D9;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 20px;
}

img.code-block-pointer {
    position: absolute;
    bottom: 0;
    left: calc(50% - 450px);
}
@media screen and (max-width: 1020px) {
      .api-row{
        margin-top: 10%;
    }
}
@media screen and (max-width: 768px) {
    .adgpt-api-heading{
    font-size: 44px;
    line-height: 46px;
    }
    img.code-block-pointer {
    position: absolute;
    bottom: 0;
    left: 0;
    }
    .price .text-left {
    padding-top: 10% !important;
    }
    .price-box-white .btn-blue {
    font-weight: 400;
    }
    .adgpt-api-heading {
    font-size: 37px;
    }
    img.code-block-pointer {
    width: 30%;
    }
}
@media screen and (max-width: 320px) {
    .adgpt-api-heading {
    font-size: 32px;
    }
    img.code-block-pointer {
    width: 20%;
    }
 }