/*
Theme Name: bdangla theme
Author: bdangla
Author URI: https://github.com/bdangla-q
Description: responsive theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* NAVIGATION */
.site-logo img{
    height: 80px;
    width: auto;
}
.navigation-top {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
}
.main-content{
    padding-top: 0px;
}
.section{
    margin: 0 auto;
    max-width: 700px;
}
.banner{
    background-image: url('/wp-content/uploads/2025/08/main-banner.jpg');
    height: 100vh;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.text1{
    position: absolute;
    top: 50%;
    left: 50px;
    color: white;
    font-size: 2rem;
    transform: translate(50px, -50%);
}
.text2{
    position: absolute;
    bottom: 0;
    left: 50px;
    color: white;
    font-size: 2rem;
}
.second-section {
    background-image: url(/wp-content/uploads/2025/08/brian-lexi.jpg);
    background-position: top center;
    background-size: cover;
}
.bottom-overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 75%) 50%, rgba(237, 221, 83, 0) 100%);
    height: 50vh;
}
.bottom-gray-overlay {
    height: 297px;
    background: linear-gradient(360deg, rgba(49, 50, 54, 1) 0%, rgb(49 50 54) 20%, rgb(49 59 54 / 0%) 100%);
    margin-top: -250px !important;
}
.top-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 75%) 50%, rgba(237, 221, 83, 0) 100%);
    height: 50vh;
    margin-bottom: 20vh;
}
.italiana-regular {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.third-section{
    margin-top: -30px;
}
.title{
    font-size: 4rem;
    margin-bottom: 50px;
}
.description{
    font-size: 2rem;
}
.fourth-section, .fifth-section {
    margin-top: 100px;
}
.fifth-section{
    padding-bottom: 100px;
}
.sixth-section {
    background-image: url(/wp-content/uploads/2025/08/IMG_4459-3.jpg);
    background-position: center;
    background-size: cover;
    padding: 0 0 20px 0;
    max-width: 800px;
    margin: 0 auto;
}
.ninth-section {
    background-image: url(/wp-content/uploads/2025/08/desktop.jpg);
    background-position: center;
    background-size: cover;
}
.sixth-section h2{
    font-size: 10rem;
    margin-top: 100px;
}
.left-overlay {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 75%) 50%, rgba(237, 221, 83, 0) 100%);
    width: 30px;
}
.right-overlay {
    content: "";
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 75%) 50%, rgba(237, 221, 83, 0) 100%);
    width: 30px;
}
.seventh-section{
    margin: 50px auto 0;
    max-width: 700px;
}
.bg-gray-color{
    background-color: #D9D9D9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 20px 200px
}
.form-container{
    border-radius: 20px;
    padding: 20px 10px;
    background-color: #D9D9D9;
}
.rounded-corners{
    border-radius: 20px;
    padding: 20px;
}
.bg-dark-grey-color{
    background-color: #313236;
    padding: 40px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.cream-text{
    color:#D8CCB3;
}
.bg-cream{
    background-color: #D8CCB3;
}
.circle{
    height: 72px;
    width:66px;
    border-radius: 50%;
    box-shadow: 1px 1px 8px #00000047;
}
.tenth-section{
    background: #D9D9D9;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-bottom: 200px;
}
.form-container{
    margin-bottom: 70px !important;
}
.top-overlay2{
    background:linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(237, 221, 83, 0) 100%);
    height: 200px;
}
.title2{
    font-size: 5rem;
    margin-bottom: 50px;
}
.rsvp{
    background: #D9D9D9;
    margin: 0 auto 0px;
    max-width: 300px;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}
.wpcf7-submit{
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 75%) 50%, rgba(237, 221, 83, 0) 100%);
    color: white;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 2px;
}
.title-3{
	font-size:60px;
}
@media(min-width:768px){
    .site-navigation-fixed.navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
}
@media(max-width:1400px){
    .second-section .top-overlay, .second-section .bottom-overlay{
        height: 30vh;
    }
}
@media(max-width:998px){
    .second-section{
        background-position: top right;
    }
    .second-section .bottom-overlay{
        height: 20vh;
    }
}
@media(max-width:768px){
    .sixth-section .right-overlay, .sixth-section .left-overlay{
        display: none;
    }
    .sixth-section h2{
        font-size: 80px;
    }
    .ninth-section .top-overlay{
        height: 162px;
        margin: 0 !important;
        margin-top: -4px !important;
    }
    .ninth-section .bottom-overlay{
        height: 162px;
        margin: 0 !important;
    }
    .tenth-section{
        margin: -8px 20px 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        padding-bottom: 100px;
    }
    .form-container{
        margin: 0 20px 0;
    }
    .title2{
        font-size: 100px;
    }
    .top-overlay2{
        height: 300px;
        margin-top: -4px;
    }
    .tenth-section:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 370px;
        left: 0;
        bottom: -100px;
        background: #d9d9d9;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    .eleventh-section{
        margin-top: 100px;
    }
}
@media(max-width:600px){
    .section{
        max-width: 100%;
    }
    .banner{
        height: 640px;
    }
    
    .text2{
        bottom: -30px;
        left: 30px;
    }
    .second-section{
        height: 322px;
        margin-top: 80px;
        margin-bottom: 15px;
    }
    .second-section .bottom-overlay, .second-section .top-overlay{
        height: 161px;
        margin: 0 !important;
    }
    .second-section .top-overlay{
        background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 30%) 50%, rgba(237, 221, 83, 0) 100%);
    }
    .second-section .bottom-overlay{
        background: linear-gradient(360deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 30%) 50%, rgba(237, 221, 83, 0) 100%);
    }
    .title{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .description{
        font-size: 25px;
    }
    .fourth-section .description{
        padding-left: 40px;
    }
    .fifth-section{
        text-align: center;
    }
    .sixth-section{
        background-position: bottom;
    }
    .sixth-section .top-overlay{
        margin-bottom: 17vh;
    }
    .seventh-section{
        margin: 70px auto 0;
        padding: 0 15px;
        text-align: center;
    }
    .bg-gray-color, .bg-dark-grey-color{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bg-dark-grey-color{
        margin-top: -2px !important;
        padding-top: 0 !important;
    }
    .bottom-gray-overlay{
        background: linear-gradient(360deg, rgba(49, 50, 54, 1) 0%, rgb(49 50 54) 7%, rgb(49 59 54 / 0%) 100%);
        height: 200px;
    }
    .eighth-section{
        padding: 0 15px;
        margin-bottom: 50px;
    }
    .eighth-section .title{
        font-size: 70px;
    }
    .eighth-section .container{
        padding: 0;
    }
    
    .last-section .container{
        padding: 0;
    }
    .last-section .title2{
        font-size: 98px;
    }
    .last-section .description{
       padding: 0 15px
    }
}
@media(max-width:500px){
    .text1{
        left: 0;
    }
}