@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 45, 61, 0.5)");
}

.home-video-box {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.home-video-box .b1 {
    position: relative;
}
.home-video-box .b1:after {
    content: '';
    position: absolute;
    left:0; right:0; top:0; bottom:0;
    background-color: rgba(0,0,0,0.2);
}
.home-video-box .b2 {
    position: relative;
    padding: 5px 25px;
    background-color: #ffffff;
}

.fill-secondary {
    fill: #eff2f7!important;
}
.rotate-180 {
    transform: rotate(180deg)!important;
}
.right-n5 {
    right: -3rem!important;
}
.bottom-n5 {
    bottom: -3rem!important;
}
.py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
