@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap');
*{
    outline: none !important;
}
body{
    font-family: 'Poppins', sans-serif;
}
header{
    position: reletive;
    z-index: 1000000;
}
p{
    font-size: 1.15rem;
}
.navbar{
    background: transparent !important;
    transition: 0.5s;
}
.navbar.scrolled{
    background: #000 !important;
    transition: 0.5s;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color:#000;
    background: #fff;
}
.navbar-light .navbar-nav .active> .nav-link:hover
{
color: #000;
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(255, 255, 255, .8);
}
.navbar-light .navbar-nav .nav-link:hover:hover,
.navbar-light .navbar-nav .nav-link:hover:focus{
    color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:visited
{
    color: rgba(255, 255, 255, 1);
    font-size: 2.5rem;
    font-weight: 600;
}
.btn btnD1,
.btn btnD1:hover
{
    color: #fff;
    background: #262626;
    border-radius: 30px;
    padding: 10px 20px;
}
.banner{
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://bit.ly/2OYgbhE);
    background-size: cover;
    margin-bottom: 0;
}
.banner:before,
.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/39Izvar);
    background-size: cover;
    height: 100vh;
}
.sec2 h2{
    font-size: 800;
    color: #fff;
    text-transform:uppercase ;
    font-size: 4.5rem;
}
.contact{
   position: relative;
   padding: 100px 0;
   background: url(https://bit.ly/2Szruix);
   background-size: cover;
   min-height: 100vh;
}
.contact form{
  position: relative;
  z-index: 1000;
}
.contact .form-control{
    background: transparent;
    border: none;
    border-bottom:2px solid rgba(255, 255, 255, .2) ;
    height: 50px;
    border-radius: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 1.25rem;
}
.contact .form-control:focus,
.contact .form-control:hover{
    border: none;
    border-bottom:2px solid rgba(255, 255, 255, 1) ;
    box-shadow: none;


}
.contact .textarea{
    min-height: 100px;
}
.contact label{
    color: #fff;
    font-size: 1.25rem;

}
footer{
  background: #000;
  padding: 50px 0 0;
}
.sci{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sci li{
    list-style: none;
    margin: 0 20px; 
}
.sci li a{
    color: #777;
    font-size: 2em;
    transition: 0.5s;
}
.sci li a:hover{
    color: #fff;
}
.cpryt{
    text-align: center;
    color: #777;
    margin-top: 20px;
}
.cpryt a,
.cpryt:hover
{
    color: #fff;
}