
/* ------------------------------------ Section login page -------------------------- */
.sec-ads {
    width: 100%;
    /* border: 1px solid red; */
}

.sec-ads .container {
    width: 80%;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */
}

.sec-ads-left {
    width: 68%;
    /* border: 1px solid rgb(67, 140, 54); */
}

.sec-ads-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec-ads-content .feature-parent {
    width: 48%;
    margin-bottom: 50px;
    margin-top: -20px;
    border-radius: 10px;
    line-height: 2.5;
}

.feature-parent .feature-img {
    width: 100%;
    height: 45%;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.feature-parent .feature-info {
    width: 85%;
    height: 35%;
    margin-top: 30px;
}

.feature-bg{
    position: relative;
    overflow: hidden;
}

.feature-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 0%;
    height: 60%;
    opacity: 0;
    clip-path: polygon(66% 14%, 70% 44%, 44% 19%, 53% 42%, 76% 24%, 43% 34%);
    background-color: rgba(0, 0, 0, 0.114);
    transition: .5s;
    z-index: -1;
}

.feature-bg:hover::before {
    width: 100%;
    height: 60%;
    opacity: 1;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0);
}
/* --------- moving between pages ads ----------- */
.next-btns {
    width: 32%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid rebeccapurple; */
}

.next-btns a {
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: #2f89fc;
    transition: .5s;
}

.next-btns a:first-child {
    color: black;
    background-color: #e6e6e6;
}

.next-btns a:hover {
    color: black;
    background-color: #e6e6e6;
}


.next-btns span {
    line-height: 40px;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0px 10px;
}

/* ----------------------------------- sec-ads-right ---------------------------- */
.sec-ads-right {
    width: 25%;
    color: #6c757d;
    font-size: 20px;
    font-weight: normal;
    /* border: 1px solid rgb(183, 255, 0); */
}

.ads-right-sec1 {
    width: 100%;
    /* border: 1px solid rgb(255, 0, 255); */
}

.ads-right-sec1 h3 ,
.ads-right-sec4 h3{
    font-size: 26px;
    font-weight: normal;
}

.ads-right-sec1 input, .ads-right-sec1 select {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid rgba(84, 84, 84, 0.404);
    font-size: 18px;
    color: #6c757d;
    background: none;
}

.loction-input-icon-ads {
    color: #6c757d;
    font-weight: 100;
    font-size: 16px;
}

.loction-input-icon-ads input {
    width: 100%;
}

.loction-input-icon-ads .icon-location {
    margin-left: -30px;
}

.ads-right-sec2 {
    margin-top: 50px;
}

.ads-right-sec2 p {
    width: 70%;
}

.ads-right-sec2 progress {
    width: 100%;
}

.ads-right-sec3 {
    margin-top: 50px;
    line-height: 3;
    font-size: smaller;
}

.ads-right-sec3 li {
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
}

.ads-right-sec4{
    margin-top: 50px;
}

.ads-right-sec4 p{
    padding-top: 20px;
    line-height: 1.5;
    font-size: smaller;
}

/* ----------------------------------------------------- Section 3 ----------------------------- */
.trend-parent .trend-img {
    width: 43%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
}

.trend-parent .trend-info {
    width: 52%;
    height: 100%;
    padding: 10px;
    margin-top: 0;
    line-height: 1.5;
}