* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
    /* z-index: -1000; */
}

.navbar1 {
    background-color: rgb(6, 44, 88);
    width: 100%;
    height: 62.5px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.navbar1In,
.navbar2In {
    width: 85%;
    height: 100%;
    margin: auto;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar1Left {
    /* flex:1; */
    /* background-color: blueviolet; */
    display: flex;
    gap: 20px;
    align-items: center;
}

.navbar1Email,
.navbar1Number {
    color: lightgray;
}

.navbar1Email span,
.navbar1Number span {
    margin-left: 5px;
    letter-spacing: 1px;
}

.navbar1Right {
    height: 100%;
    /* flex:1; */
    /* background-color: red; */
    display: flex;
    align-items: center;
}

.navbarList {
    list-style: none;
    display: flex;
    align-items: center;

}

.navbarList li {
    margin: 0px 12px;
}

.navbarList li a {
    color: lightgrey;
    text-decoration: none;
}

.navbarList li a:hover {
    color: #fff
}

.navbar1Btn {
    height: 100%;
    background-color: rgb(5, 163, 65);
    display: flex;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
}

.navbar1Btn button {
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    outline: none;
}

/* navbar2 */

.navbar2 {
    height: 98.5px;
    background-color: #fff;

}

.navbar2Left {
    /* width:25%; */
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1.5;
    /* background-color: yellow; */
}

.navbar2Left img {
    height: calc(100% - 55%);
    /* height: calc(100vh - 60px); */
}

.navbar2Right {
    display: flex;
    align-items: center;
    /* width:75%; */
    height: 100%;
    flex: 3;
    /* background-color: blue; */
}

.navbar2List {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    list-style: none;
    /* gap:25px; */
}

.navbar2List li {
    margin: 0px 20px;
    position: relative;
}

.navbar2List li:hover .dropdown {

    visibility: visible;
    opacity: 1;


}

.dropdown {
    visibility: hidden;
    opacity: 0;
    /* pointer-events: none; */
    transition: all 0.3s ease;

    background-color: rgb(234, 232, 232);
    width: 190px;
    padding: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 58px;
}

.dropdown a {
    color: black;
}

.Innerdropdown{
    /* display: none; */
    visibility: hidden;
    transition: 0.3s all ease;
    position: absolute;
    top:100px;
    right: -408px;
    background-color: #fff;
    width: 190px;
    display: flex;
    flex-direction: column;
    gap:20px;
    padding: 20px;
}
.hoverLink:hover .Innerdropdown{
    visibility: visible;
    opacity: 1;
}
.acadic:hover .bigDropdown {
    visibility: visible;
    opacity: 1;
}

.navbar2List li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}


.bigDropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease;
    width: 1300px;
    top: 58px;
    display: flex;
    /* align-items: center; */
    left: -630px;
    background-color: lightgray;

}

.bigDrpdownInner {
    flex: 1;
    /* width:333px; */
    padding: 40px 30px;
    border-right: 1px solid gray;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bigDrpdownInner:nth-of-type(4){
border: none;
}


.udergraduateList {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.udergraduateList a {
    color: black;
    font-size: 11px;
}

.para {
    margin-top: 20px;
    line-height: 25px;
}
.SearchItem{
    /* visibility: hidden; */
    height: 100vh;
    width: 100%;
    background-color: rgb(0,0,0,0.8);
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SearchItem.hide{
    visibility: hidden;
}
.SearchItem.active{
    visibility: visible;
}
.SearchItemInner{
    width: 500px;
    border-bottom: 2px solid #fff;
    padding-bottom:15px ;
}
.SearchItemInner input{
    border: none;
    background-color: transparent;
    outline: none;
    width: 80%;
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
}
.SearchItem input::placeholder{
    color: #fff;
}
.SearchItemInner span{
    font-size: 35px;
    margin: 0px 10px;
    cursor: pointer;
    color: #fff;
}
.header{
    background-image: url('https://images.unsplash.com/photo-1670272502307-5539ca02550a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80');
    height: 100vh;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.headerContent{
    display: flex;
    height: 100%;
    margin-left: 8%;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.title{
    font-size: 35px;
    text-align: left;
    text-transform: capitalize;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
    margin-bottom: 15px;
}
.headerHeading{
    font-size: 80px;
    text-transform: capitalize;
    background-color: rgba(9, 11, 37, 0.511);
    width: 100%;
    color: #fff;

    margin-bottom: 30px;
}
.headerBtn button{
border: none;
padding: 15px 30px;
border-left: 10px solid rgb(135, 210, 22);
font-size: 18px;
}
.arrowBtn{
    width:100%;
    position: absolute;
    top:40%;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.leftArrowBtn{
    position: absolute;
    font-size: 70px;
    cursor: pointer;
left: 2%;
}.rightArrowBtn{
    /* width */
    position: absolute;
    font-size: 70px;
right: 2%;
cursor: pointer;
}