*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
#nav{
    width: 100%;
    height: 8vh;
    background-color: rgb(47, 44, 44);
}
.navrap{
    width: 90%;
    margin: auto;
}
.name{
    position: absolute;
}
.name h1{
    color: rgb(195, 74, 30);
    font-size: 29px;
    margin-top: 10px;
    padding-left: 5px;
    font-style: normal;
}
.menu1{
    position: absolute;
    padding-left: 180px;
    margin-top: 17px;
}
.menu1 ul li{
    display: inline;
    padding: 12px;
}
.menu1 ul li a{
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-style: oblique;
}
.menu2{
    margin-top: 17px;
    float: right;
}
.menu2 ul li{
    display: inline;
    padding: 25px;
}
.menu2 ul li a{
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-style: oblique;
}
/* banner */
.ban{
    width: 100%;
    height: 130vh;
    background-image: url(./background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 130vh;
    padding-top: 80px;
    padding-left: 100px;
    margin: auto;
    background: linear-gradient(to left, rgb(162, 160, 160,0.8),rgb(118, 116, 116,0.5),rgb(162, 160, 160,0.8));
}
.company{
    width: 50%;
    height: 110vh;
    margin: auto;
    margin-left: 320px;
    background-image: url(./goblinslayer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

/* Middle */

.mid{
    width: 100%;
    height: 60vh;
    background-color: black;
    padding-top: 40px;
}
.midrap{
    width: 80%;
    margin: auto;
    display: grid;
    padding-top: 30px;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}
.box1{
    width: 100%;
    height: 60vh;
    /* border: 2px solid white ; */
}
.box1 h1{
    color: white;
    text-align: center;
    font-style: italic;
    font-size: 30px;
}
.box1 h2{
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}
.box1 ul{
    padding-top: 20px;
    text-align: center;
}
.box1 ul li{
    display: inline;
    padding: 105px;
}
.box1 ul li a{
    color: rgb(195, 74, 30);
    text-decoration: none;
}
.midin{
    width: 100%;
    height: 30vh;
    margin-top: 15px;
}
.midinrap{
    width: 90%;
    /* border: 2px solid white; */
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
}
.boxa{
    width: 100%;
    height: 6vh;
    /* border: 2px solid white; */
    background-color: rgb(195, 74, 30);
}
.boxa ul{
    padding-top: 10px;
    padding-left: 1vh;
}
.boxa ul li{
    display: inline;
    padding: 5px;
}
.boxa ul li a{
    color: Black;
    font-size: 20px;
    font-style: italic;
    text-decoration: none;
}
.boxb{
    width: 100%;
    height: 6vh;
    border: 2px solid rgb(195, 74, 30); 
    background-color: black;
    /* padding-left: 5px; */
}
.boxb ul{
    padding-top: 10px;
}
.boxb ul li{
    display: inline;
    padding: 2px;
}
.boxb ul li a{
    color: rgb(195, 74, 30);
    font-size: 20px;
    font-style: italic;
    text-decoration: none;
}
.midin p{
    text-align: center;
    color: white;
    padding-top: 10px;
}
.midin2{
    width: 100%;
    height: 30vh;
    
}
.midinrap2{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 40px;
}
.boxc{
    width: 100%;
    height: 6vh;
    background-color: rgb(117, 113, 112);
    text-align: center;
}
.boxc h1{
    color: white;
    font-size: 25px;
    font-style: italic;
    text-decoration: none;
    padding-top: 5px;
}
.boxd{
    width: 100%;
    height: 6vh;
    background-color: rgb(117, 113, 112);
    text-align: center;
}
.boxd h1{
    color: white;
    font-size: 25px;
    font-style: italic;
    text-decoration: none;
    padding-top: 5px;
}
.boxe{
    width: 100%;
    height: 6vh;
    background-color: rgb(117, 113, 112);
    text-align: center;
}
.boxe h1{
    color: white;
    font-size: 25px;
    font-style: italic;
    text-decoration: none;
    padding-top: 5px;
}
.box2{
    width: 100%;
    height: 60vh;
    /* border: 2px solid white; */
}
.box2 h1{
    text-align: center;
    color: white;
    font-style: italic;
    padding-top: 10px;
}
.box2 video{
    padding-left: 30px;
    margin-top: 50px;
}

/* Footer */
.foot{
    width: 100%;
    height: 70vh;
    background: linear-gradient(to bottom, black,rgb(44, 102, 123));
    padding-top: 120px;
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.box28{
    width: 100%;
    /* border: 2px solid white; */
    height: 50vh;
    border-radius: 15px;
    margin-left: 0px;
}
.box28 h1{
    text-align: center;
    font-size: 20px;
    color: white;
    /* padding-top: 3vh; */
}
.box28 ul{
    margin: auto;
    /* padding-top: 2vh; */
}
.box28 ul li{
    text-align: center;
    padding-top: 3vh;
    list-style-type: none;
}
.box28 ul li a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-style: italic;
}
.box28 ul li a:hover{
    border-bottom: solid white;
}

/*  */
/*  */
/*  */
.box29{
    width: 100%;
    /* border: 2px solid white; */
    height: 50vh;
    border-radius: 15px;
    margin-left: 0px;
}
.box29 h1{
    text-align: center;
    font-size: 20px;
    color: white;
    /* padding-top: 3vh; */
}
.box29 ul{
    margin: auto;
}
.box29 ul li{
    text-align: center;
    padding-top: 3vh;
    list-style-type: none;
}
.box29 ul li a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    font-size: 15px;
}
.box29 ul li a:hover{
    border-bottom: solid white;
}
/*  */
/*  */
/*  */
.box30{
    width: 100%;
    /* border: 2px solid white; */
    height: 50vh;
    border-radius: 15px;
    margin-left: 0px;
}
.box30 h1{
    text-align: center;
    font-size: 20px;
    color: white;
    /* padding-top: 3vh; */
}
.box30 ul{
    margin: auto;
    /* padding-top: 2vh; */
}
.box30 ul li{
    text-align: center;
    padding-top: 3vh;
    list-style-type: none;
}
.box30 ul li a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-style: italic;
}
.box30 ul li a:hover{
    border-bottom: solid white;
}
/*  */
/*  */
/*  */
.box31{
    width: 100%;
    /* border: 2px solid white; */
    height: 50vh;
    border-radius: 15px;
    margin-left: 0px;
}
.box31 h1{
    text-align: center;
    font-size: 20px;
    color: white;
    /* padding-top: 2vh; */
}
.box31 p{
    text-align: center;
    padding-top: 2vh;
}
/* Footer Final */
.Footerfinal{
    width: 100%;
    height: 13vh;
    background-color: rgb(44, 102, 123);
}
.Footerfinalrap{
    width: 80%;
    margin: auto;
}
.menulast{
    margin: auto;
    text-align: center;
}
.menulast p{
    color: white;
    padding-top: 8px;
}