@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Merriweather:wght@700&family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Merriweather:wght@700&family=Roboto+Condensed&family=Varela+Round&display=swap');

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

html body {
    overflow-x: hidden;
    background-color: #ffffff;
}

/* headers size */
h1 {
    font-size: 2.9em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

hr {
    width: 60px;
    height: 2px;
    background-color: #2a2a2a;
}

/* header size ends */

/* phones/tablets */

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {}

/* landscape */
@media only screen and (min-device-width: 661px) and (max-device-width: 915px) and (orientation: landscape) {}

/* phones/tablets end*/

/* navbar   */
.navbar-brand img {
    border-radius: 10em;
    width: 66%;
    padding: 0.1em;
}

#navbarSupportedContent ul li a {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(0, 0, 0);
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    border: #0D0D0D;
}

@media (max-width: 994px) {

    .fa,
    .fas {
        font-size: 30px;
        color: #0D0D0D;
    }

}

.stroke ul li a,
#navbarSupportedContent.fill ul li a {
    position: relative;
}

.stroke ul li a:after,
#navbarSupportedContent.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 30%;
    content: '.';
    color: transparent;
    background: #19C4FF;
    height: 1px;
}

.stroke ul li a:hover:after {
    width: 50%;
    height: 7%;
}

#navbarSupportedContent.fill ul li a {
    transition: all 2s;
}

#navbarSupportedContent.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

#navbarSupportedContent.fill ul li a:hover {
    color: rgb(0, 0, 0);
    z-index: 1;
}

#navbarSupportedContent.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

/* navbar ends  */

/* banner */
.overlayImg {
    height: 96vh;
    width: 100%;
    background-color: #8EC5FC;
    background: linear-gradient(to top, rgba(52, 151, 236), rgba(85, 109, 243, 0.52), rgba(85, 109, 243, 0.52)),
        url('imgs/banner/fireworks.jpg') center/cover no-repeat;
}

/* banner ends */

/* supervision */
.vision {
    padding: 10px 15px;
    margin-top: 6em;
    margin-bottom: 6em;
}

.visionHead {
    padding: 2px 9px;
}

.visionHead h2 {
    padding: 9px 13px;
    margin-bottom: 3em;
    text-align: center;
    color: #1b84fc;
    font-family: 'Merriweather', serif;
}

.visionHead span {
    padding: 14px 20px;
    font-size: 17px;
    font-family: 'Merriweather', serif;
    color: #0D0D0D;
    width: 40%;
}

.visionText p {
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
    padding: .9em;
    line-height: 1.6em;
    justify-content: center;
    line-height: 1.6em;
}

.visionText ul {
    margin-top: 15px;
    padding: 1.1em;
}

.visionText ul li {
    padding: .2em;
    font-family: 'Libre Baskerville', serif;
    line-height: 1.6em;
    list-style-type: none;
    padding: .7em;
}

/* supervision ends */

/* tables */
table {
    border: 2px solid black;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* border-collapse: collapse; */
    padding: 20px 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 6em;
}

thead th {
    background-color: #A08B8B;
    color: #f7f7f7;
    text-align: center;
    padding: 2em;
    text-transform: uppercase;
}

th,
td {
    padding: 1.5em;
    border-right: 2px solid black;
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
}

tr:nth-child(even) {
    background-color: #EFEEEF;
}

.cash {
    text-align: center;
}

/* tables ends */


/* footer */
footer {
    width: 100%;
}

#footerBackground {
    padding: 1em;
    margin-top: 1.2em;
    background: rgb(100, 99, 99);
}

.footerContain {
    background: rgb(100, 99, 99);
    padding: 1em;
    margin-top: 2em;
    text-align: center;
    justify-content: center;
}

.footerContain img {
    border-radius: 50%;
    margin: 10px auto;
}

.footerContain .footerImg p {
    font-weight: 600;
    font-family: 'Varela Round', sans-serif;
    padding: 5px;
    color: #fff;
}

.footerContain .footerImg span {
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    padding: 2em;
    color: #fff;
    text-align: center;
}

.footerContain .footerImg hr {
    width: 100%;
    height: 1px;
}

.footerInfo p {
    padding: 0.3em;
    color: #fff;
}

.footerInfo h4 {
    margin-top: 20px;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
}

.footerInfo .fa {
    font-size: 19px;
    color: #fff;
    padding: .4em;
    float: left;
    padding-left: 1.2em;
}

.footerLinks ul {
    padding: 1em;
    line-height: 1.6em;
}

.footerLinks ul li {
    margin-bottom: 13px;
    color: #fff;
    font-size: 20px;
    list-style: none;
    font-family: 'Varela Round', sans-serif;
}

.footerLinks ul li a {
    color: #fff;
    padding: .2em;
    text-decoration: none;
}

.footerLinks ul li a:hover {
    color: #1b84fc;
}

.line hr {
    width: 100%;
}

.line span {
    color: #fff;
}

/* footer ends */