:root {
    --accent: #0557ae;
    --accent_rgb: 5, 87, 174;
    --sub-accent: #db7012;
    --sub-accent_rgb: 219, 112, 18;
    --main-bg-rgb: 240, 223, 215;
    --color-1: #253964;
    --color-2: #037077;
    --color-3: #517589;
}

body {
    margin: 0;
    padding: 0;
    font-family: system-ui;
}

.flex {
    display: flex;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

.gap_7px {
    gap: 7px;
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.pd_10px {
    padding-left: 10px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-45px {
    margin-top: 45px;
}

.width_85per {
    width: 85%;
}

.horizontal_line {
    height: 1px;
    width: 100%;
    height: 2px;
    background-color: #b8b8b8;
    margin: 30px 0;
}

.eva--arrow-back-outline {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 11H7.14l3.63-4.36a1 1 0 1 0-1.54-1.28l-5 6a1.19 1.19 0 0 0-.09.15c0 .05 0 .08-.07.13A1 1 0 0 0 4 12a1 1 0 0 0 .07.36c0 .05 0 .08.07.13a1.19 1.19 0 0 0 .09.15l5 6A1 1 0 0 0 10 19a1 1 0 0 0 .64-.23a1 1 0 0 0 .13-1.41L7.14 13H19a1 1 0 0 0 0-2'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.logos--youtube-icon {
    display: inline-block;
    width: 1.43em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 180'%3E%3Cpath fill='%23f00' d='M250.346 28.075A32.18 32.18 0 0 0 227.69 5.418C207.824 0 127.87 0 127.87 0S47.912.164 28.046 5.582A32.18 32.18 0 0 0 5.39 28.24c-6.009 35.298-8.34 89.084.165 122.97a32.18 32.18 0 0 0 22.656 22.657c19.866 5.418 99.822 5.418 99.822 5.418s79.955 0 99.82-5.418a32.18 32.18 0 0 0 22.657-22.657c6.338-35.348 8.291-89.1-.164-123.134'/%3E%3Cpath fill='%23fff' d='m102.421 128.06l66.328-38.418l-66.328-38.418z'/%3E%3C/svg%3E");
}

.css1 {
    width: 100%;
    height: 100vh;
    background-image: url("../img/Moon.svg");
    background-size: 100% 100vh;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.linkBox {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #00000017;
    padding: 30px 0;
    border-radius: 30px;
    border: 1px solid #00000014;
    opacity: 0;
    animation: fadeIn 1s forwards;
    text-decoration: none;
    backdrop-filter: blur(3px);
}

.linkBox:nth-child(1) {
    animation-delay: 0.5s;
}

.linkBox:nth-child(2) {
    animation-delay: 1s;
}

.linkBox img {
    width: 100px;
}

.mainCss {
    height: 100vh;
    width: 100%;
    background-image: url("../img/bg-image.jpg");
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    filter: saturate(0.8);
}

.logoCss {
    margin-top: -74px;
}

.logoCss img {
    width: 23vh;
    max-width: 240px;
    height: auto;
    opacity: 0;
    animation: 1s fadeIn forwards;
    animation-delay: 0.3s;
}

.detailCss {
    display: flex;
    gap: 25px;
    padding: 10px 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 16px;
    align-items: center;
}

.detailCss:nth-child(1) {
    opacity: 0;
    animation: 1s fadeIn forwards;
    animation-delay: 0.5s;
}

.detailCss:nth-child(2) {
    opacity: 0;
    animation: 1s fadeIn forwards;
    animation-delay: 0.7s;
}

.detailCss:nth-child(3) {
    opacity: 0;
    animation: 1s fadeIn forwards;
    animation-delay: 0.9s;
}

.titleCss {
    margin-top: 10px;
    color: var(--accent);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 80%;
    opacity: 0;
    animation: 1s fadeIn forwards;
    animation-delay: 0.3s;
}

.innerCss {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}

.sectionCss {
    background-color: #ffffffb8;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    padding-bottom: 30px;
    animation: 1s fadeIn;
    backdrop-filter: blur(10.5px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.detailCss:nth-child(3) {
    margin-bottom: 10px;
}

.detailCss svg {
    width: 8%;
    fill: var(--accent);
}

.detailCss path {
    fill: var(--sub-accent);
}

.detailCss a {
    width: 90%;
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.socialIcon {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    gap: 20px;
    padding: 10px 22px;
    opacity: 0;
    animation: 1s fadeIn forwards;
    animation-delay: 1.2s;
}

.hr_line {
    width: 30%;
    background-color: var(--accent);
    height: 2px;
    margin: 24px auto;
}

.socialIcon a:nth-child(3) {
    font-size: 25px;
}

.socialIcon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.backbtn {
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: black;
}

.socialBtn {
    width: 50%;
    padding: 10px;
    border-radius: 7px;
    border: none;
    background-color: gray;
    color: white;
}

.socialBtn:nth-child(1) {
    background-color: var(--accent);
}

.socialBtn:nth-child(2) {
    background-color: var(--sub-accent);
}

.mainDetails h2 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--accent);
}