@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(to right, #01000f 0%, #01000f 100%);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px;
}

body::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#FF7518,#ff74187c);
    clip-path: circle(30% at right 70%);
    z-index: 0;
}
body::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#FF7518,#6E0607);
    clip-path: circle(20% at 10% 10%);
    z-index: 0;
}

section{
    position: relative;
    display: flex;
    top: 30px;
    justify-content: center;
    align-items: center;
    width: calc(100% - 5px);
    min-width: calc(100vh - 280px);
    min-height: 300px;
    background: linear-gradient(to right, #ffffff7c 0%, #fafbfc31 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-top: 2px solid rgba(253, 251, 251, 0.788);
    border-left: 2px solid rgba(253, 251, 251, 0.788);
    flex-wrap: wrap;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    z-index: 1;
}

header
{
    position: absolute;
    top: -40px;
    right: 20px;
    left: 20px;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #ffffff7c 0%, #fafbfc31 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border-top: 2px solid rgba(253, 251, 251, 0.788);
    border-left: 2px solid rgba(253, 251, 251, 0.788);
}

header .logo{
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-size: 2.5em;
}
header ul{
    display: flex;
}

header ul li{
    list-style: none;
    margin: 0 10px;
}
header ul li a{
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    padding: 8px 15px;
    border-radius: 25px;
}
header ul li a:hover,
header ul li a.active
{
    background: linear-gradient(to right, #ffffff7c 0%, #fafbfc31 100%);
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    border-top: 2px solid rgba(253, 251, 251, 0.788);
    border-left: 2px solid rgba(253, 251, 251, 0.788);
}
.container
{
    position: relative;
    width: 400px;
    height: 400px;
    margin: 50px;
}

.container .thumb
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.container .thumb li
{
    list-style: none;
    width: 100px;
    height: 100px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 25px rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(4px);
}
.container .thumb li img
{
    width: 90%;
    transition: 0.5s;
}
.container .thumb li:hover img
{
    transform: rotate(20deg);
}
.container .imgBox
{
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 25px rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.192);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    padding: 60px 20px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.container .imgBox h2
{
    position: relative;
    top: -50px;
    color: #fff;
    letter-spacing: 1;
}

.container .imgBox img
{
    width: 80%;
    transition: 0.25s;
}
.container .imgBox img:hover
{
    transform: scale(1.5);
}
.container .imgBox .size
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .imgBox .size span
{
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-right: 5px;
}
.container .imgBox .btn
{
    position: absolute;
    bottom: -30px;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #000;
    transition: 0.25s;
}
.container .imgBox .btn:hover
{
    letter-spacing: 2px;
    background: #ff8800;
    color: #fff;
    border: 5px solid #fff;
}

.sci{
    position: absolute;
    right: -25px;
    top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sci li{
    list-style: none;
}
.sci li a
{
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #ffffff7c 0%, #fafbfc31 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 5px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.sci li a img
{
    transform: scale(0.6);
    transition: 0.5s;
}
.sci li:hover a img
{
    transform: scale(0.6) rotate(360deg);
}
.copyrightText
{
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: #000000;
}