*{
    margin: 0;
    padding: 0;
}
.container{
    width: 100%;
    height: 100vh;
    background-color:rgb(32,145,221);
}
ul{
    position: absolute;
    top: 5%;
    right: 5%;
}
ul li{
    display: inline-block;
    list-style: none;
    margin-right: 50px;
}
ul li a{
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 600;
    color: azure;    
}
.thumbnail{
    padding-top: 7px;
}
.thumbnail li{
    list-style: none;
    position: relative;
    margin-top: 50px;
}
.thumbnail img{
    display: block;
    max-width: 120px;
}
.thumbnail img:hover{
    transform: translateX(30px);
    transition: 0.5s;
}
.big-img img{
    top: 20%;
    left: 20%;
    position:absolute;
    max-width: 500px;
    max-height: 300px;
}
.content{
     position: absolute;
     cursor: pointer;
     max-width: 50%;
     right: 3%;
     top: 20%;
}
.content p{
    color: black;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 2px 0px 5px rgba(0,0,0,0.5);
    font-family: cursive;
    margin-left: 30%;
}
.content h1{
    font-size: 80px;
    font-weight: 600;
    font-family: fantasy;
    text-shadow: 5px 5px 2px rgba(0,0,0,0.5);
    color: rgba(28,211,211);
}
.content h5{
    font-size: 22px;
    font-weight: bold;
    color: black;
    font-family: sans-serif;
    text-shadow: 1px 1px 2px black;
    margin-left: 20%;
    text-transform: uppercase;
}
.path{
    width: 100%;
    height: 100vh;
    background-color: bisque;
    position: absolute;
    clip-path: circle(520px at left 300px);
}