* {
    margin: 0;
    border: 0;
    box-sizing: content-box;
}

body {
    background: url(https://i.pinimg.com/1200x/e2/e5/dd/e2e5dd702448ef3beddb7eeed549f0ee.jpg);
    font-family: "Jersey 15", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    letter-spacing: 0.7px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: space-evenly;
    scrollbar-color: rgba(105, 35, 35, 0.8) rgba(204, 102, 102, 0.65);
}

.web-container {
    width: 1280px;
    height: auto;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    display: grid;
    margin-top: 2%;
    margin-left: 15%;
    justify-content: center;
    border: 6px #30271f;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

#main-header {
    background: linear-gradient(to bottom,#b65b5b8c 0,#c048488c 15%,#881a1ab0 50%,#7a0e0e94 60%,#690e0ea6 90%,#2905058e 100%);
    border-top: 1px solid #474747;
    border-top-right-radius: 40px;
    border-left: 1px solid #474747;
    border-top-left-radius: 40px;
    border-right: 1px solid #474747;
    padding: 15px 10px 13px 30px;
    backdrop-filter: blur(3px) saturate(100%);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 10
}

.banner-img {
    height: auto;
    width: 400px;
    margin: 15px;
    border: 0px;
}

.nav-and-content {
    display: flex;
}

#navigation_menu {
    background: linear-gradient(100deg, rgb(255, 226, 226) 50%, rgb(233, 187, 187) 100%);
    border-right: 1px solid #474747;
    box-shadow: rgba(255, 148, 148, 0.25) 0 14px 28px, rgba(170, 0, 0, 0.22) 0 10px 10px;
    display: block;
    height: 720px;
    width: 130px;
    padding: 8px 11px 14px 11px;
    overflow: auto;
}

.nav-categories {
    background: rgba(255, 255, 255, 0.562);
    border: 1px solid #c03d3d;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 5px;
    margin-top: 5px;
}

#nav-titles {
    background: linear-gradient(to bottom,#fc9a9a96 0,#f38383a6 10%,#df121293 50%,#b90f0f86 50%,#c01313a2 80%,#df595994 100%);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    border-top: 1px solid #474747;
    border-left: 1px solid #474747;
    border-bottom: 1px solid #474747;
    border-right: 1px solid #474747;
    padding: 3px;
    margin-bottom: 10px;
    color: #fff
}

.nav-active {
    background: linear-gradient(to bottom,rgba(196,194,194,.2) 0,rgba(194,193,193,.2) 60%,rgba(214,214,214,.3) 60%,rgba(255, 144, 144, 0.8) 100%)!important;
    border: 1px solid #bbb!important;
    color: #2c0000!important;
    text-shadow: none
}

.nav-inactive {
    background: linear-gradient(to bottom,rgba(230,230,230,.2) 0,rgba(238,238,238,.2) 60%,rgba(173,173,173,.3) 60%,rgba(110,110,110,.3) 100%);
    border: 1px solid #bbb;
    padding: 3px;
}

.nav-active,.nav-inactive {
    border: 1px solid #0f0f0f;
    border-radius: 5px;
    color: #3b0505;
    display: flex;
    align-items: center;
    margin: auto auto 2px auto;
    width: 93%;
    position: relative
}

.nav-active:before,.nav-inactive:before {
    background: linear-gradient(to bottom,rgba(117,117,117,.7) 0,rgba(255,255,255,.1) 100%);
    border-radius: 20px;
    position: absolute;
    content: "";
    height: 11px;
    width: 90%;
    top: 0;
    left: 5%;
    opacity: .3
}

.nav-active:hover {
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(117,117,117,.2) 20%,rgba(92,92,92,.2) 50%,rgba(43,43,43,.3) 50%,rgba(161,161,161,.3) 100%);
    transform: scale(1.03);
    color: #ff0000;
}

.nav-inactive:hover {
    background: linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(117,117,117,.2) 20%,rgba(92,92,92,.2) 50%,rgba(43,43,43,.3) 50%,rgba(161,161,161,.3) 100%);
    transform: scale(1.03);
    color: #ff0000;
}

.main-content {
    background: rgba(255, 255, 255, 0.568);
    backdrop-filter: blur(3px) saturate(250%);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    color: #dadada;
    padding: 12px 10px 8px 10px;
    height: 722px;
    width: 1110px;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: center;
}

.div-borders {
    background-image: linear-gradient(rgba(48,48,48,.1),rgba(26,26,26,.1),rgba(26,26,26,.1));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12),inset 0 0 8px rgba(255,255,255,.1),0 5px 5px rgba(0,0,0,.5);
    border: 1px solid #686868;
    padding: 5px;
    margin: 8px auto 8px auto;
}

.aero-borders {
    border: 1px solid #4b4b4b
}

.styled-containers {
    background: rgba(255, 255, 255, 0.83);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    padding: 10px 10px 10px 10px;
    max-width: auto;
    height: auto;
}

h1 {
    background: linear-gradient(to bottom, #ffffff 0, #E2C8CB 10%, #E39A9D, #EFC4C6);
    border: 2px solid #66586d;
    border-bottom: 2px solid #66586d;
    border-radius: 5px;
    color: #823A3A;
    font-weight: lighter;
    padding: 7px;
}

h2 {
    background: linear-gradient(to bottom, #ffffff 0, #E2C8CB 10%, #E39A9D, #EFC4C6);
    border: 2px solid #66586d;
    border-bottom: 2px solid #66586d;
    border-radius: 5px;
    color: #823A3A;
    font-weight: lighter;
    padding: 7px;
}

a {
    color: #992626;
}

p {
    color: #110404;
}

.port{
    position: relative;
    display:grid ;
}

.in-port{
    display: flex;
    flex-direction: row;
}

.port .port-img{
    height: 350px;
    width: 450px;
    border-radius: 20px;
    margin: 30px;
    border: 0px;
    box-shadow: 0px 8px 5px #0505045e;
    overflow: hidden;
    cursor: pointer;
}

.port .port-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .1s linear;
}

.port .port-img:hover img{
    transform: scale(1.1);
}

.main-content .popup-image{
    position: absolute;
    top: 0; left: 0;
    background: #0e0000af;
    height: 100%;
    width: 100%;
    display: none;
    object-fit: cover;
}

.main-content .popup-image span{
    position: absolute;
    top: 0; right: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

.main-content .popup-image img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    max-height: 95%;
    object-fit: cover;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 0px 8px 5px #05050421;
}

@media (max-width:768px){
    .main-content .popup-image img{
        width: 95%;

    }
}
