
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Titillium+Web:wght@300;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;600;700&display=swap');

.section{
    padding: 2%;
}
.clearfix{
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
p{
    font-family: 'Montserrat', sans-serif;
}
.white{
    color: #F0F1F2;
}
.dark{
    color: #8C0327;
}
.light-blue{
    color: #00f4cb;
}
.row-content{
    margin-top: 40px;
}
/* Fonts */
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-25{
    font-size: 25px;
}
.fs-30{
    font-size: 30px;
}
.fs-40{
    font-size: 40px;
}
.fs-45{
    font-size: 45px;
}
.fs-50{
    font-size: 50px;
}
.fs-60{
    font-size: 60px;
}
.fs-65{
    font-size: 65px;
}
.ls-5{
    letter-spacing: 5px;
}
.fw-500{
    font-weight: 500;
}
/* Spacing */
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-60{
    margin-top: 60px;
}
.mb-30{
    margin-bottom: 30px;
}
.pt-0{
    padding-top: 0;
}
.pt-7-per{
    padding-top: 7%;
}
.pb-7-per{
    padding-bottom: 7%;
}
.pt-10-per{
    padding-top: 10%;
}
.pb-10-per{
    padding-bottom: 10%;
}
.p-2-per{
    padding: 2%;
}
.p-4-per{
    padding: 4%;
}
.ls-4{
    letter-spacing: 4;
}
/* Button */
button.btn-primary{
    background: #BF0436;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 70%;
    padding: 15px;
    border: 0;
    color: #F0F1F2;
    margin: 20px 0;
    border-radius: 0;
}
button.btn-primary:hover{
    background: #0E0326;
}

/* Banner */
#banner{
    background: url('../images/banner.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#banner p{
    font-family: "Poppins",sans-serif;
    font-size: 14px;
}
#banner .right-content{
    border: dashed 2px #fff;
    padding: 2%;
}
#banner .right-content form{
    background: #fff;
    padding: 8% 8%;
}
#banner h4{
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
#banner .right-content input{
    font-family: "Titillium Web",sans-serif;
    font-size: 18px;
    padding: 15px 25px;
    background: transparent;
    border: 1px solid #193B59;
    color: #fff;
    border-radius: 30px;
}
#banner .right-content button{
    background: #F28705;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 50%;
    padding: 15px;
    margin: 10px 0;
    display: block;
    border: 0;
    color: #fff;
    border-radius: 30px;
}
#banner h6{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    line-height: 25px;
}
#banner .cta-box{
    background: #0339A6;
    margin-top: 60px;
    margin: 4%;
}
#banner h1{
    font-family: "Montserrat",sans-serif;
}
#banner .cta-box input{
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 0;
}
#banner .banner-box{
    background: #fff;
    padding: 6% 4%;
    border-radius: 2px;
}
#banner .banner-box h1{
    line-height: 70px;
}
/* About */
#about-section{
    background: #8C0327;
    padding: 4% 2%;
}
#about-section p{
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#about-section .feature-box{
    padding: 4%;
}
#about-section .feature-box p{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}
#about-section button.btn-danger{
    width: 50%;
}
#about-section .row-content{
    margin-top: 10%;
}
#about-section h4{
    font-size: 18px;
    letter-spacing: 4px;
}
#about-section h1{
    font-family: "Montserrat",sans-serif;
}
#about-section ul{
    list-style: none;
    padding-left: 0;
}
#about-section ul li{
    display: inline;
    margin-right: 30px;
}
/* About Details */
#about-details{
    padding: 2%;
}
/* Speaker */
#speaker-section{
    background-color: #dedede;
    padding-bottom: 0;
}
#speaker-section button.btn-danger{
    width: 80%;
}
#speaker-section h2{
    margin-bottom: 0;
}
#speaker-section h4{
    font-weight: 300;
    color: #BF4226;
    margin-bottom: 30px;
}
#speaker-section img{
    width: 85%;
}
#speaker-section p{
    color: #090A0D;
}
#speaker-section .profile-box{
    border: 2px dashed #536473;
    padding: 6% 4%;
}
/* SPEAKERS */
#speakers{
    background: #8C0327;
    padding: 2%;
}
#speakers h5{
    font-weight: 600;
}

/* CTA */
#cta{
    background: #2F3940;
}
#cta .bg-banner-left{
    background: url('../images/cta-img.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#cta .bg-banner-right{
    background: url('../images/right-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#cta .cta-box{
    border-radius: 10px;
    background: #2F3940;
    padding: 10% 20%;
}
#cta .cta-box input{
    font-family: "Titillium Web",sans-serif;
    font-size: 18px;
    padding: 15px 25px;
    background: transparent;
    border: 1px solid #fdfdfd;
    color: #fff;
}
#cta .cta-box button{
    background: #BF0436;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 50%;
    padding: 15px;
    display: block;
    border: 0;
    color: #fff;
}
#cta .cta-box form{
    margin-top: 40px;
}

footer{
    background: #0D0D0D;
}
footer p{
    color: #fff;
}

@media only screen and (max-width: 600px){
    button.btn-danger{
        width: 100%;
    }
    #speaker-profile{
        min-height: auto;
    }
    #speaker-profile .speaker-box{
        position: flex;
    }
    #banner h1{
        font-size: 35px;
    }
    #cta .cta-box{
        padding: 10% 5%;
    }
    #cta .bg-banner{
        background-size: 100%;
        min-height: 80px;
    }
    #cta .cta-box button{
        width: 100%;
    }
}