.sec2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    /* background: linear-gradient(#000,transparent); */
    pointer-events: none;
}
.banner:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: linear-gradient(360deg,#000,transparent);
    pointer-events: none;
}
.height100p{
    height: 100vh;
}
.h100{
    height: 100%;
}
.contentBox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}
.contentBox h1{
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
}
.contentBox p{
    color: #fff;
    font-size: 1.3rem;
}
.sec1{
    padding: 100px 0;
    background: rgb(126, 183, 230);
}
.headerText{
    color: #fff;
}
.headerText h2{
    font-size: 1.95rem;
    margin-bottom: 20px;
}
.placeBox{
    position: relative;
    max-width: 300px;
    height: 400px;
    margin: 0 auto;
    background: #000;
    margin-top: 30px;
}
.placeBox .imgBx{
   width: 100%;
   height: 100%;
}
.placeBox .imgBx img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.placeBox .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: baseline;
    align-items: flex-end;
}
.placeBox .content h3{
    position: relative;
    margin: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .95);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.sec2{
    position: relative;
    background: url(https://bit.ly/37LwEwd);
    background-size: cover;
    height: 100vh;
    text-align: center;
}
.sec2 h2{
    font-size: 800;
    color: #fff;
    text-transform:uppercase ;
    font-size: 4.5rem;
}
.form-control{
    width: 60%;
    height: 30px;
}