*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body{
    width: 100%;
    height: 100%;   
}

.logo{
    height:70px;
    width:70px;
    border-radius: 100%;
}

.nav-link{
    color: white;
}

.carousel-item{
    height: 100vh;
    min-height: 300px; 
}

.carousel-caption{
    padding-bottom: 300px;
    z-index: 2;    
}

.w-100{
    height: 100vh;
    object-fit: cover;
}

.carousel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}

.navbar-toggler-icon{
    background-color: white;
}

.card-title,.icon-data span h1,
.carousel-caption h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card-text,.icon-data,
.carousel-caption p{
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.icon-data{
    color: white;
}

.heart{
     color:red;
}

