@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap&subset=devanagari");

body {
    font-family: "Arial";
    background-image: url("/img/bg.png");
}

.normal-font {
    font-family: "Arial";
}

.top-banner {
    position: relative;
    overflow: hidden;
    background-image: url("/img/banner.png");
    height: 85vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-banner .caption {
    backdrop-filter: blur(5px);
    color: black;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-shadow: 0 0 20px #00000099;
    border-radius: 10px;
    max-width: 800px;
}

h1,
h2,
h3,
h4,
h5,
nav,
.top-menu-bar,
footer,
.custom-font {
    font-family: "Rajdhani", sans-serif;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.top-menu-bar,
.copyright {
    background-color: #002f6c;
}

.footer {
    background-color: #01579b;
}

.navbar,
.dropdown-menu {
    background-color: #01579b !important;
    font-weight: bold;
}

#scrollbarfull {
    background-color: #80abcd;
    width: 100%;
    height: 3px;
}

#scrollbarh {
    height: 3px;
    background: #002f6c;
    width: 0%;
}

#join-now {
    border: 1px solid white;
    padding: 2px 10px;
    border-radius: 20px;
}

.top-menu-bar a,
#link,
#footer-title {
    color: white;
}

#link:hover,
#join-now:hover {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
}

#link,
#footer-title,
.content-title {
    font-weight: bold;
}

.features {
    color: white;
    background-color: #002f6c;
    background-image: linear-gradient(140deg, #002f6c 0%, #01579b 70%);
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.features:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.main-body {
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

/*Timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline a {
    color: #666666;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 7px;
    background-color: white;
    left: 50%;
    margin-left: -1.5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    background-color: white;
    overflow: hidden;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #01579b;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline>li>.timeline-panel {
        float: right;
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}