73 lines
1.3 KiB
CSS
73 lines
1.3 KiB
CSS
|
|
|
|
@font-face {
|
|
font-family: mainFont;
|
|
src: url("../fonts/poppins/Poppins-Regular.ttf");
|
|
}
|
|
|
|
.poppins {
|
|
font-family: mainFont;
|
|
}
|
|
|
|
#myVideo {
|
|
position: fixed;
|
|
right: 0;
|
|
bottom: 0;
|
|
min-width: 100%;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.button {
|
|
cursor: pointer;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: none;
|
|
letter-spacing: 2px;
|
|
font-size: 12px;
|
|
background-color: rgb(255, 152, 0) !important;
|
|
color: rgb(0, 0, 0);
|
|
border-radius: 70px;
|
|
padding: 0 15px 0 50px;
|
|
height: 70px;
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
}
|
|
.nav-item dropdown dmenu {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
li a {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
body {
|
|
background-image: url('../img/mango_bg_2.png');
|
|
background-size:cover;
|
|
background-attachment: fixed;
|
|
color:#fff;
|
|
}
|
|
|
|
.lc-block {
|
|
|
|
}
|
|
|
|
.glass {
|
|
background: rgba( 255, 255, 255, 0.25 );
|
|
box-shadow: 0 8px 32px 0 rgba( 30, 30, 30, 0.37 );
|
|
backdrop-filter: blur( 4px );
|
|
-webkit-backdrop-filter: blur( 4px );
|
|
border-radius: 10px;
|
|
border: 1px solid rgba( 255, 255, 255, 0.18 );
|
|
color: white;
|
|
}
|
|
|
|
.hero {
|
|
background-image: url('../img/mango_hero.png');
|
|
background-size: cover;
|
|
background-position: center;
|
|
height: 80vh;
|
|
}
|
|
|
|
.bg-dark {
|
|
background-color: rgba(31, 31, 31, 255) !important;
|
|
} |