*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navbar{
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
}
.navbar-brand{
    font-size: 3rem;
    color: black;
    font-family: "Lobster", sans-serif;
}
.navbar-brand:hover{
    color: black;
}
.nav-link{
    margin: 0 10px;
    color: black;
      font-family: "Rubik", sans-serif;
    text-transform: uppercase;
}
.nav-link:hover{
    color: black;
}
.search{
    height: 40px;
    width: 80%;
    border-radius: 60px;
    margin-right: -35px;
    outline: none;
    border:2px solid rgb(248, 26, 92);
}
.btn0{
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    padding:0 5px 0 5px;
    background:rgb(248, 26, 92);
    color: white;
    border-radius:60px;
    font-weight: 700;
}
.main{
    background: url(../images/logo.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-position: 50% 50%; */
    width: 100%;
    
}
.main h1{
    font-size: 4rem;
    font-weight: 700;
    font-family: "Lobster", sans-serif;
    
}
.btn1{
    height: 45px;
width: 160px;
    border:none;
    outline: none;
    background-color:rgb(248, 26, 92) ;
    color: white;
    font-weight: 700;
    border-radius: 60px;
}
.btn1:hover{
    background-color: white;
    color:rgb(248, 26, 92) ;
    transition: 0.5s;
}
 h2{
    font-weight: 700;
    font-size: 2.6rem;
}
h6{
    font-size: 1.2rem;
}
img{
    width: 100%;
    height:auto ;
    display: block;
    
}
.card:hover{
    box-shadow: 2px -1px 25px -4px rgba(0,0,0 ,0.75);
   -webkit-box-shadow: 2px -1px 25px -4px rgba(0,0,0 ,0.75);
   -moz-box-shadow: 2px -1px 25px -4px rgba(0,0,0 ,0.75);
transition: 0.5s;
   transform: scale(1.03);
}
#pho1{
height: 250px;
/* width: auto; */
}
.agena{
    background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)) ,url(../images/photo2.jpg) no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100%;
}
.agena h2{
    font-family:"Lobster", sans-serif;
    
}
.news{
    background-color: black;
    color: white;
}
.btn2{
    height: 45px;
    width: 100px;
    background: white;
    margin-left: -10px;
    border: 2px solid white;
    font-weight: 600;
}
.news input{
    height: 45px;
    width: 55%;
    border: 2px solid white;
    outline: none;
    background: black;
    color: white;
    margin-top: 20px;
    font-weight: 600;
}
.news::placeholder{
    color: white;
}
.news p{
    margin: 0;
}
.fab{
    font-size: 2.5rem;
cursor: pointer;
padding-right: 5px;
}

