*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Courier New', Courier, monospace
}
/* navbar */
.nav{
    width: 100%;
    height: 12vh;
    background: linear-gradient(to right,rgba(80, 41, 66, 0.9),rgb(78, 22, 22)) ;
}
.navbar ul li{
    display:inline ;
    color: white;
    
}
.navbar ul li a{
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    padding-left: 120px;
   padding-bottom: 80px;
    text-decoration: none;
}
.navbar a img{
    width: 180px;
    height: 10vh;
    margin-left:80px;
}
/* contact */
.contact h1{
    text-align: center;
    color: rgb(204, 177, 21);
    font-weight: bold;
    font-size: 50px;
    padding-top: 30px;
    background-color:  rgb(48, 10, 48);
}
.contact p{
    text-align: center;
    font-size: 20px;
    background-color:  rgb(48, 10, 48);
    color: white;
    height: 40vh;
}
.contactrap h1{
    text-align: center;
    color: purple;
    font-size: 40px;
    font-weight: bold;
    padding-top: 30px;
}
.contactrap p{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-top: 30px;
}
.contactrap1{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap:40px;
    background-color: black;
    padding: 20px;
    padding-top: 60px;
}
.contactrap2 img{
    width: 100%;
    height: 30vh;
padding: 20px;
    padding-top: 60px;
}
.foot{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;   
     background-color: rgb(48, 10, 48);
     color: white;
     padding-top: 50px;
}
.foot:hover{
    background: linear-gradient( to right,rgba(63, 7, 63),rgb(143, 22, 113));
}
.footrap ul li{
    display: inline;
    margin-left: 40px;
    text-align: center;
    margin-top: 40px;
}
.footrap h1{
    text-align: center;
}
.footrap p{
    text-align: center;
   font-size: 20px;
    padding-top: 20px;
}
.footrap{
    text-align: center;
    margin-top: 0px;
}
.footrap h1{
    color:gold;
}
.footrap a{
    text-decoration: none;
    color: white;
    margin-top: 30px;
}
/* .box2 li{
    list-style:disc;
} */
.box2 li a{
    /* text-decoration: none; */
     /* color: black; */
    /* text-align: center; */
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
#facebook{
    color: white;
    font-size: 30px;
}
#twitter{
    color: white;
    font-size: 30px;
}
#youtube{
    color: white;
    font-size: 30px;
}
#instagram{
    color: white;
    font-size: 30px;
}
.foot1 img{
    width: 100%;
    height: 50vh;
    padding-top: 50px;
    padding: 10px;
    border-radius: 20px;
}
.footrap1 h1{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color:rgb(48, 10, 48) ;
    color: white;
}
.footrap1 h1:hover{
    background: linear-gradient( to left,rgba(63, 7, 63),rgb(143, 22, 113));

}
    