.slider {
    background: #00000030;
    height: 100vh;
    position: relative;
    text-align: center;
    width: 100%;
}

/* @font-face {
    font-family: 'Authein';
    src: url('fonts/Authein.ttf') format('truetype');
}
h2{
    font-family: 'Authein', sans-serif;
} */
.arrow {
    background: black;
    border: none;
    border-radius: 10%;
    color: white;
    cursor: pointer;
    display: none;
    opacity: .4;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: .2s;
    top: 50%;
    transition: .2s;
}

.arrow:hover {
    opacity: .8;
}

.arrow.next {
    right: 2%
}

.arrow.prev {
    left: 2%;
}

.slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    height: 100%;
    padding: 90px 0 0;
    position: absolute;
    width: 100%;
}

.slide-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
    text-transform: uppercase;
}

.slide-desc {
    font-size: 20px;
    margin: 40px auto 0;
    width: 65%;
}

.slide-image,
.slide-image img {
    height: 100%;
    width: 100%;
}

.slide:first-of-type {
    background-image: url("assets/images/myimg/Yash.png");
}

.slide:nth-of-type(2) {
    background-image: url("assets/images/myimg/yash1.png");
}

.slide:nth-of-type(3) {
    background-image: url("assets/images/myimg/yash1.png");
}

.active {
    display: block;
}

.slide-nav {
    bottom: 30px;
    position: absolute;
    width: 100%;
}

.nav-item {
    background: #fff;
    border: 2px solid #1a63bd;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    transition: background .4s;
}

.nav-item:last-of-type {
    margin-right: 0;
}

.nav-item:hover {
    transform: scale(1.3);
}

.item-active {
    background: #1a63bd;
    transform: scale(1.3);
}

.dot {
    border-radius: 50%;
}

.dot,
.square {
    height: 15px;
    width: 15px;
}

.rectangle {
    height: 15px;
    width: 30px;
}

.statistic-section {
    background-image: url(assets/images/myimg/bann1.jpg);
    background-size: cover;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Hide nested submenus by default */
/* General Dropdown Styling */