/*!
 * GamudaLand.net UI Framework
 * File: 03-home-sections.css
 * Version: 1.0.0
 * Build for: Flatsome + BatDongSan33
 */

/* ==========================
   SECTION SPACING
========================== */

.section{
    padding:80px 0;
}

.section-title,
.section-title-main{
    margin-bottom:36px;
    font-weight:700;
    color:var(--gl-dark,#1F2937);
}

.section-title-main{
    font-size:38px;
    line-height:1.2;
}

.section-title-normal{
    color:var(--gl-primary,#C62828);
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1.5px;
    font-weight:700;
}

/* ==========================
   CONTAINER
========================== */

.container,
.row{
    position:relative;
}

.container{
    max-width:1280px;
}

/* ==========================
   HERO BANNER
========================== */

.banner{
    overflow:hidden;
    border-radius:28px;
}

.banner .overlay{
    background:linear-gradient(180deg,
        rgba(0,0,0,.08),
        rgba(0,0,0,.45));
}

.banner h1,
.banner h2{
    color:#fff;
    text-shadow:0 2px 20px rgba(0,0,0,.35);
}

.banner .button{
    margin-top:24px;
}

/* ==========================
   CONTENT BLOCK
========================== */

.section-content{
    border-radius:24px;
}


/* ==========================
   NEWS
========================== */

.post-item .box{
    border-radius:22px;
    overflow:hidden;
}

.post-item img{
    transition:.5s;
}

.post-item:hover img{
    transform:scale(1.05);
}

/* ==========================
   CTA
========================== */

.cta-box{
    background:linear-gradient(135deg,#C62828,#A91F24);
    color:#fff;
    border-radius:24px;
    padding:48px;
    box-shadow:0 20px 45px rgba(198,40,40,.18);
}

.cta-box h2,
.cta-box h3{
    color:#fff;
}

.cta-box .button{
    background:#fff;
    color:#C62828;
    border:none;
}

.cta-box .button:hover{
    transform:translateY(-3px);
}

/* ==========================
   FOOTER PRE SPACE
========================== */

.footer{
    margin-top:60px;
}

/* ==========================
   MOBILE
========================== */

@media (max-width:768px){

.section{
    padding:48px 0;
}

.section-title-main{
    font-size:28px;
}

.banner{
    border-radius:18px;
}

.cta-box{
    padding:28px;
    border-radius:18px;
}

}
