*{
    font-family: 'Montserrat', sans-serif !important;
    zoom: 0;
  }
.jistech-hr{
    width:25%;
    font-size: 2px
}
body{
    margin: 0;
    padding: 0;
}
.navbar{
    background: transparent !important;
}
.navbar img{
    max-width: 56px;;
}

.main-header{
    background: url('./img/Home Page.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120vh;
}
.main-header .container{
    height: 100%;
    display: grid;
    place-content: center;
}
.main-header .container .heading{
    text-align: center;
    text-align: -webkit-center;
}
.main-header .container .heading h1{
    margin-top: 0px;
    font-weight: 800;
    font-size: 4.8rem;
    color: #fff;
    letter-spacing: 1.2px;;
}

.main-header .container .heading p{
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
}

.main-header .container .heading .sub-heading{
    font-size: 1.2rem;
    font-weight: 400;
}


/* aBOUT jistecH */
.about-jistech{
    background: #fff;
    margin: 50px auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-jistech .heading{
    text-align: center;
    text-align: -webkit-center;
}
.about-jistech .heading h2{
    font-weight: 700;
}
.about-jistech-row{
    padding-top: 50px;
    
}

.about-jistech-row .about-img img{
    max-width: 95%;
}

.about-jistech-row .about-text{
    text-align: justify;
}


/* Campus Ambassador */
.jistech-ambassador{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}


.jistech-ambassador .heading{
    text-align: center;
    text-align: -webkit-center;
}
.jistech-ambassador .heading h2{
    font-weight: 700;
}
.jistech-ambassador .heading p{
    margin-top: 25px;
    font-weight: 500;
}
.jistech-ambassador .row{
    padding-top: 50px;
}
.ambassador-img img{
    max-width: 100%;
}
.ambassador-text h5{
    font-size: 1.3rem;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
    margin-bottom: 1.2rem;
}



/* Events */
.jistech-events{
    background: url('./img/Events-cureve.png');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom  : 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background: #fafafa; */
}

.jistech-events .heading{
    text-align: center;
}
.jistech-events .heading h2{
    font-weight: 700;
    color: #000;
}
.events-row{
    padding-top: 25px;
    padding-bottom: 25px;
}

.event-card .card{
    border-radius: 8px;
    box-shadow: 0 7px 21px 0 rgba(0,0,0,.25);
    margin-bottom: 25px;
    min-height: 320px;
    transition: ease-out 0.3s;
}
.event-card .card:hover{
    transform: translateY(-5px);
}
.event-card .card-body{
    padding: 1.5rem
}
.event-card .card .card-img{
    margin-bottom: 20px;
}
.event-card .card .card-img img{
    max-width: 75px;
}
.event-card .card .card-details p{
    margin-top: 13px;
    font-size: 14px;
    text-align: left;
}
.event-card .card .card-details a{
    position: relative;
    bottom: 0;
}


@media(max-width:667){
    .main-header{
        background-size: cover;
        background-repeat: no-repeat;
        height: 150vh;
    }

    .main-header .container .heading h1{
        margin-top: 10px !important;
        font-weight: 800;
        font-size: 3.8rem;
        color: #fff;
        letter-spacing: 1.2px;;
    }
}
