* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* social media */
.social {
    width: 100%;
    height: 5vh;
    background:  blue;
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: aliceblue;
}

.app {
    float: right;
}

.app ul {
    margin-top: 1px;
}

.app ul li {
    display: inline;
}

.app ul li a {
    color: aliceblue;
    font-size: 30px;
    padding-left: 20px;
}


/* navigation bar */
#nav {
    width: 100%;
    height: 15vh;
    background: blue;
    top: 0px;
    /* position: sticky; */
}

.navrap {
    width: 80%;
    /* height: ; */
    margin: auto;
}

.logo {
    position: absolute;
}

.logo h1 {
    color: gold;
    font-size: 50px;
}

.logo h2 {
    color: aliceblue;
    font-size: 20px;
}

.menu {
    float: right;
}

.menu ul {
    margin: 20px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
}

.menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}


/* banner */
.ban {
    width: 100%;
    background-image: url(./Bice.jpg);
    height: 85vh;
    background-size: 100%;
    background-repeat: no-repeat;
}

.banrap {
    width: 100%;
    height: 85vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.banrap1 {
    width: 50%;
    margin: auto;
    /* border: 2px solid white; */
    padding-top: 200px;
}

.company h1 {
    text-align: center;
    font-size: 90px;
    color: goldenrod;
}

.company h2 {
    text-align: center;
    font-size: 30px;
    color: goldenrod;
}

.company P {
    text-align: center;
    color: rgb(218, 32, 32);
    font-size: 25px;
}


/* middle */
.mid {
    width: 100%;
    height: 230vh;
    background-image: url(./collage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.midrap {
    width: 80%;
    margin: auto;
    padding-top: 60px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: rgba(0, 0, 0, 0.7);
}

.container img {
    width: 100%;
    height: 100%;
}


.container {
    position: relative;
    width: 100%;
}

/* .image {
    display: block;
    width: 100%;
    height: auto;
  } */

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* footer */
.foot{
    width: 100%;
    height: 46vh;
    background-color: black ;
    border-top: 5px solid darkgreen;
}
.footrap{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.box9 h1{
    text-align: center;
    color: aliceblue;
    /* border: 2px solid white; */
    background-color: rgba(0,0,0,0.5);
    padding: 40px;
}
.box9 ul li{
    text-align: center;
    color:aqua;
    text-decoration: none;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    /* border: 1px solid white; */
    height: 4vh;
    list-style: none;
}
.box10 h1{
    text-align: center;
    color: aliceblue;
    /* border: 1px solid white; */
    background-color: rgba(0,0,0,0.5);
    
}
.box10 ul li {
    text-align: center;
    color:aqua;
    text-decoration: none;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    /* border: 1px solid white; */
    height: 10.1vh;
    list-style: none;
}
.box10 ul li a i{
    color: aliceblue;
    font-size: 50px;
}
.box11 h1{
    text-align: center;
    color: aliceblue;
    /* border: 1px solid white; */
    background-color: rgba(0,0,0,0.5);
}
.box11 p{
    padding: 10px;
    text-align: justify;
    color: azure;
    background-color: rgba(0,0,0,0.5);
    /* border: 1px solid white; */
    height: 10vh;
    font-size: 18px;
}
.box12 h1{
    text-align: center;
    color: aliceblue;
    /* border: 1px solid white; */
    background-color: rgba(0,0,0,0.5);
}
.box12{
    text-align: center;
    color: azure;
    background-color: rgba(0,0,0,0.5);
    /* border: 1px solid white; */
    height: 30vh;
}