.hero-section{
    background-image: linear-gradient(to right bottom, rgba(89, 146, 255, 0.85), rgba(89, 146, 255, 0.85)),  url('../png/hero-advertise.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.advert-hero-description{
    padding: 7rem 0px;
    text-align: center;
    color: white;
}

.advert-hero-description > h1
{
    font-size: 5rem;
}
.advert-hero-description > hr{
    height: 0.3rem;
    opacity: 1;
    width: 10%;
    margin: 0px auto;
    margin-bottom: 2rem;
}
.advert-hero-description > p{
    font-size: 1.5rem;
    line-height: 2.7;
}

.advert-hero-description > a{
    padding: 1rem 4rem;
    font-size: 2rem;
    font-weight: bold;
    color: rgba(0, 117, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 1rem;
    transition: 1s;
}

.advert-hero-description > a:hover{
    color:white;
    background-color: rgba(0, 117, 255, 1);
}


.advert-on-tgb{
    margin: 6rem 0px;
    text-align: center;
}

.advert-on-tgb > h4{
    font-size: 2rem;
    font-weight: bolder;
}
.advert-on-tgb >h2{
    font-size: 5rem;
    max-width: 91rem;
    margin: 2rem auto;
    color: #003174;
    font-weight: bolder;
    line-height: 1;
}
.advert-on-tgb > p{
    font-size: 2.5rem;
    line-height: 1.4;
    max-width: 93rem;
    margin: 2rem auto;
}

.advert-on-tgb > a{
    font-size: 2rem;
    padding: 1rem 4rem;
    font-weight: bolder;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 1rem;
}

/* adventising options features */
.advertising-option{
    padding: 2rem 0px;
    margin: 2rem 0px;
}
.advertising-option > h2{
    font-size: 4rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #003174;
}
.advertising-option > h3{
    text-align: center;
    margin-bottom: 6rem;
}

.feature-card{
    color: white;
    text-align: center;
    padding: 3rem;
   
    position: relative;
    margin: 4rem 0px;
}
.feature-card-1{
    border-radius: 0rem 7rem 7rem 7rem;
    background-color: #4E23FA;
}
.feature-background-image-card-1{
    position: absolute;
    background-image: url('../png/feature-batch.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13%;
    top: -22%;
    right: -2%;
    margin: 0px;
    padding: 0px;
}
.feature-description >h3{
    font-size: 4rem;
    margin-bottom: 2rem;
}
.feature-description >p{
    font-size: 1.7rem;
    line-height: 1.3;
}

.feature-card-2{
    background-color: #9B23FA;
    margin-left: auto;
    border-radius: 7rem 0px 7rem 7rem;
}
.feature-background-image-card-2{  
    position: absolute;
    background-image: url(../png/achivement-feature.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13%;
    top: -18%;
    left: 85%;
    margin: 0px;
    padding: 0px;
}
.feature-card-3{
    border-radius: 0rem 7rem 7rem 7rem;
    background-color: #FA5723;
}
.feature-background-image-card-3{
    position: absolute;
    background-image: url('../png/email-feature.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13%;
    top: -22%;
    right: -2%;
    margin: 0px;
    padding: 0px;
}
.feature-card-4{
    background-color:#2379FA;
    margin-left: auto;
    border-radius: 7rem 0px 7rem 7rem;
}
.feature-background-image-card-4{  
    position: absolute;
    background-image: url(../png/feature-email-2.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13%;
    top: -18%;
    left: 85%;
    margin: 0px;
    padding: 0px;
}
/* Advertising options features ends */

/* Why us */
.why-tgb{
    margin-top: 4rem;
}
.why-tgb-heading >h2
{
    text-align: center;
    font-size: 4rem;
    font-weight: bolder;
    color: #003174;
}
.why-tgb-heading >p{
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4rem;
}
.why-us-card{
    box-shadow: rgb(224, 223, 238) 0px 7px 29px 0px;
    padding: 2rem 0rem;
    border-radius: 2rem;
    margin: 2rem 0px;
}
.why-us-card >.count{
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: bold;
    color: #007AFF;
}
.why-us-card > .detail{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
}
/* Why us ends */

/* ads budget */
.ads-budget{
    margin: 3rem 0px;
}
.adds-heading >h2
{
    text-align: center;
    font-size: 4rem;
    font-weight: bolder;
    color: #003174;
}
.adds-heading >p{
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4rem;
}
.ads-card{
    padding: 2rem 0rem;
    margin:2rem 0px ;
    border-radius: 5rem;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.ads-card > img{
    width: 40%;
    margin: 1.4rem 0px;
}
.ads-card >h3{
    text-align: center;
    font-weight: bold;
    color: #003174;
    margin: 1rem 0rem;
}
.ads-card > p{
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
    max-width: 31ch;
    margin: 1rem 0px;
}

/* ads budget */

.grow-with-us{
    background-image: linear-gradient(to right bottom, hsla(266, 100%, 68%, 0.85)
    , hsla(266, 100%, 68%, 0.85)
    ),  url('../png/hero-advertise.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4rem 0px;
}

.grow-with-us h1{
    font-size: 3rem;
    font-weight: bold;
    color: white;
    margin: 1rem 0px;
}
.grow-with-us a{
    font-size: 2rem;
    font-weight: bold;
    color: white;
    margin: 1rem 0px;
    padding: 1rem 3rem;
}