@import url('https://fonts.googleapis.com/css?family=Poor+Story');
.navbar-brand{
  width:30px;
}
html{
  scroll-behavior: smooth;
}
*{
  margin:0;
  padding: 0;
}
body{
background:#060c21;
font-family: 'Poor Story', cursive;
}

.container{
color:purple;
cursor:pointer;
}
 #bio{
  position:relative;
  top:-180px;
}
header{
  position: relative;

  }
.img-responsive{
  max-width: 16%; /* or to whatever you want here */
  max-height: auto;
}
/* actuall css from here refer */
*{
  outline:none !important;
}
p{
  font-size: 1.15rem;
}
.scrolled{
/*scrool responsive */
}
.banner{
  position:relative;
  top:0px;
  width:100%;
  height: 100vh;
}
.height100p{
  height:100vh;
}
.h100{
  height:100%;
}
.contentBox{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.contentBox h1{
font-weight:800;
text-transform: uppercase;
font-size: 5rem;
}
.contentBox p{
  font-size: 1.3rem;
}
.sec1{
  padding:100px 0;
}
.headerText h2{
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.placeBox{
  position:relative;
  max-width: 400px;
  height:370px;
  margin:10px;
  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{
  position: relative;
  margin: 0px;
  padding: 10px;
  }
.sec2{
  position: relative;
  height:100vh;
  text-align: center;
  background: #212121;
  background: cover;
  color:white;
}
.btnD1{
  border:2px solid blue;
  padding:15px 50px;
  font-size: 1.15rem;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 50px;
  outline: none;
  color:blue;
}
.blog{
  position: relative;
  padding: 100px 0;
}

.contact{
  position: relative;
  padding-top: 20px;
  margin-top:30px;
  background:#212121;
  background:cover;
  height:100vh;
}
.btn .btnD1{
  background: #212121;
  color:blue;
}
footer{
  padding:50px 0 0;
  align-items: center;
}
.sci{
  margin:0px;
  padding:0;
  display:flex;
  justify-content: center;
  align-items: center;
}
.sci li{
  list-style: none;
margin:0 20px;
}
.sci li a{
font-size: 2em;
transition: 0.5s;
}
.sci li a:hover{
  color:#fff;
}
.cpryt{
  margin-top:20px;
  text-align:center;

}
