html {
    font-family: "Lato", Arial, Helvetica, "Noto Sans Devanagari", "Noto Sans CJK SC Thin", "Noto Sans SC", "Noto Sans Hebrew", sans-serif !important;
    background: gray;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    /* font-family: 'Fredoka', sans-serif; */
    font-family: 'Inter', sans-serif;
    /* font-weight: 100; */
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(./images/icon_dothraki.png) url(./images/icon_elvish.png) url(./images/icon_klingon.png) url(./images/icon_valyrian.png);
}

/* first container */
body>div:nth-child(2) {
    margin-top: 20px;
}

.full-width {
    width: 100%;
    text-align: center;
}

.container {
    box-shadow: 0px 10px 20px #0000004d;
    max-width: 860px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 55px;
    background: white;
    margin-bottom: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

h4 {
    color: #ff8936;
    font-weight: 500;
    display: inline-block;
}

h2 {
    color: #e89545 !important;
    font-weight: 100;
    font-size: 28px;
    padding-right: 170px;
    margin-top: 100px;
    margin-bottom: 60px;
    font-family: "Varela";
}

.container>h2:first-of-type {
    margin-top: 45px;
}

h1 {
    font-family: "Varela round", Arial, Helvetica, "Noto Sans Devanagari", "Noto Sans CJK SC Thin", "Noto Sans SC", "Noto Sans Hebrew", sans-serif !important;
    font-weight: 800;
    font-size: 42px;
    color: #76beff;
}

h1>a {
    color: inherit;
    text-decoration: none;
}

.title2 {
    font-family: sans-serif;
    padding-left: 12px;
    padding-top: 5px;
}

.header {
    position: relative;
    display: flex;
    width: 100%;
    align-content: space-around;
    justify-content: space-between;
}

.header-items-container>h2 {
    margin-top: 30px;
    font-size: 42px;
    margin-bottom: 20px;
}

.date {
    display: inline;
    margin-right: 10px;
    color: #343434;
}

.header-items {
    padding-top: 20px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.header-item {
    font-size: 16px;
    color: #626b6e;
    font-weight: 400 !important;
    line-height: 15px;
    display: inline-block;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}

.header-item>i {
    color: #808486;
    font-size: 16px;
    margin-right: 7px;
}

.profile-pic {
    background-size: 150px;
    border-radius: 150px;
    min-width: 150px;
    width: 150px;
    height: 150px;
    background-image: url(./images/me.jpg);
}

ul {
    padding-left: 30px;
    padding-right: 30px;
}

li {
    padding-bottom: 0px;
}

li>span {
    display: block;
    margin-bottom: 12px;
    font-weight: 100;
    color: #343434;
}

li>p {
    padding-top: 0;
    padding-left: 10px;
}

p {
    margin-top: 0;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.section {
    margin-bottom: 40px;
}

.section>h3 {
    padding-bottom: 10px;
}

.section>p,
.section>div>p,
ul>li>p {
    padding-top: 0;
    margin-top: 2px;
    /* margin-bottom: 30px; */
    /* padding-right: 80px; */
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #595959;
    font-family: "Varela";
}

.section>div {
    margin-left: 10px;
    margin-top: 7px;
}

h3 {
    font-family: "Varela round";
    color: #7dadde;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    border-bottom: 2px solid hsla(0, 0%, 72.5%, .2);
}

h5 {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

#toast {
    position: absolute;
    text-align: center;
    min-width: 250px;
    background: #4e4e4e;
    padding: 10px;
    bottom: -50px;
    position: fixed;
    color: aliceblue;
    border-radius: 5px;
    opacity: 0;
    z-index: 999;
}

.header-items> :nth-child(1) {
    cursor: pointer;
}

.header-items> :nth-child(2) {
    cursor: pointer;
}

#toast.show {
    bottom: 30px;
    opacity: 1;
    animation: fadein 0.5s;
}

#toast.hide {
    bottom: -50px;
    opacity: 1;
    animation: fadeout 0.5s;
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    margin: 10px;
    width: min-content;
    cursor: pointer;
}

.cardBtn {
    width: 238px;
    height: 238px;
    border: 1px solid #dae0e5;
    box-shadow: 0 5px 10px #0000002b;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.cardInfo {
    border: 0px solid #de8686;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
    transition: all 700ms;
    max-height: 0px;
    overflow: hidden;
}

.cardInfo>h1 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 30px;
}

.cardInfo>p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #616161;
    font-weight: 400;
    line-height: 26px;
}

.cardInfo>a {
    background: #75d3ff;
    text-decoration: none;
    color: white;
    padding: 10px;
    border-radius: 50px;
    display: inline-flex;
    max-width: 150px;
    align-items: baseline;
    justify-content: space-between;
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-left: 24px;
    padding-right: 16px;
    line-height: 20px;
}

.cardInfo>a>i {
    margin-left: 20px;
    font-size: 20px;
}

.infoOpen {
    max-height: 700px;
    opacity: 1;
    margin-top: 10px;
}

.card-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    background: #f1f4f6;
}

.card-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.card-details {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: space-around;
}

.badges {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #686d71;
    width: 100%;
    bottom: 15px;
}

.badges>.bronze {
    background-color: #f8e9dd;
    border: 1px solid #f0decb;
}

.badges>.silver {
    background-color: #eaebec;
    border: 1px solid #dddee0;
}

.badges>.gold {
    background-color: #fffae6;
    border: 1px solid #ece5c6;
}

.badges>div {
    width: 40px;
    height: 40px;
    background: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}

.so-rep {
    text-align: center;
    font-size: 14px;
    color: grey;
}

#so-rep {
    font-size: 58px;
    color: black;
}

.so-rep>span {
    font-size: 14px;
    color: gray;
}

.stack-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-icon.svg?v=f13ebeedfa9e');
    background-position: center;
    background-size: 180px;
    background-repeat: no-repeat;
    opacity: 0.35;
}

#flamingo-logo {
    position: absolute;
    background-image: url('./images/icon_valyrian.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: background-image 1.5s ease-in-out;
}

.flamingo-decscription {
    position: absolute;
    padding: 10px;
    background: #4c4c4c6b;
    border-radius: 0px 0px 10px 0px;
    color: white;
}

.enigmator-logo {
    background: black;
}

.flamingo-decscription>a {
    color: white;
    text-decoration: none;
}

.vibes-logo {
    background-image: url(./images/icon_vibes.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
}

.pickapp-logo {
    background-image: url(./images/pickapp_logo.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
}

.bubbles-logo {
    background-image: url(./images/icon_bubbles.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
}

#bubbles-card {
    border-radius: 600px;
}

.mixtape-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, #00a2ff, #4acaff);
}

.mixtape-wave {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(./images/mixtape-wave.png);
    background-size: 240px;
    background-position: center;
    background-repeat: repeat-x;
    animation: wave 15s linear infinite;
}


@-webkit-keyframes wave {
    from {
        background-position-x: 0px
    }

    to {
        background-position-x: 240px
    }
}

.mixtape-logo {
    background-image: url(./images/icon_mixtape.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
}

.house-party-bg {
    background-image: url(./images/house_party_logo.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(125, 230, 181);
}

.agents-bg {
    background-image: url(./images/1024_icon_notrans.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(125, 230, 181);
}

.toggle-bg {
    background-image: url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExcm9yeXN2OHV2bnU0cHp1NGw3aHA3M3l2ZHN3YWM0M3l3bnMxdDFldCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/e6LX8uOK6UA3kaL5Su/giphy.gif);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(125, 230, 181);
}

.slider-bg {
    background-image: url(./images/slider6.gif);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(125, 230, 181);
}

.blogger-logo {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/31/Blogger.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
}

.more {
    text-align: center;
    line-height: 40px;
}

.more>h3 {
    font-size: 30px;
    padding-bottom: 20px;
    color: #7fd27f;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 800px) {
    .cardBtn {
        width: 290px;
        height: 290px;
    }

    .mixtape-logo {
        background-size: 200px;
    }

    p {
        padding-right: 30px;
    }

    /* first container */
    body>div:nth-child(2) {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 750px) {
    body {
        margin: 0px;
    }

    .container {
        border-radius: 0;
        padding: 30px;
    }

    h1 {
        margin-top: 5px;
    }

    .profile-pic {
        background-size: 100px;
        border-radius: 150px;
        min-width: 100px;
        width: 100px;
        height: 100px;
    }

    .cardBtn {
        width: 220px;
        height: 220px;
    }
}

.cloud {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.cloud>li {
    background: #00a2ff;
    padding: 5px;
    color: white;
    margin: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    user-select: none;
}

.skills-header {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
    display: block;
    font-weight: 100;
    color: #343434;
}

.skills-cloud {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-bottom: 70px;
    padding: 0;

}

.skills-cloud>li {
    background: #00a2ff;
    padding: 5px;
    color: white;
    margin: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    user-select: none;
}



.emojis {
    display: flex;
    justify-content: center;
    font-size: 20px;
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    line-height: 15px;
}

.emojis>li {
    margin: 10px;
}

.center-text {
    text-align: center;
}

input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 10px;
}

textarea {
    width: 100%;
    margin-top: 10px;
    min-height: 80px;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    resize: vertical;
}

button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 4px;
    border: none;
    padding: 2px;
    box-sizing: content-box;
    min-width: 250px;
    background: #00a2ff;
    color: white;
    font-family: "Lato", Arial, Helvetica, "Noto Sans Devanagari", "Noto Sans CJK SC Thin", "Noto Sans SC", "Noto Sans Hebrew", sans-serif !important;
    font-size: 15px;
    max-height: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.invalid::after {
    content: " *";
    color: #e32;
    position: absolute;
    margin: 0px 0px 0px -20px;
    font-size: xx-large;
    padding: 0 5px 0 0;
}

button:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}

.spinner {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #00000000;
    /* Blue */
    border-bottom: 5px solid #00000000;
    /* Blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    width: 20px;
    height: 20px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer {
    font-size: 50px;
    color: white;
    margin-bottom: 30px;
}

.footer>a {
    color: white;
    text-decoration: none;
}

.footer>* {
    margin: 0 15px;
    cursor: pointer;
}

.info {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000a6;
    display: none;
    justify-content: center;
    align-items: center;
}

.infoBg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.info-content {
    background: white;
    text-align: center;
    max-width: 475px;
    border-radius: 5px;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 60px;
    color: #ffffffed;
}

textarea {
    font-family: Arial;
    font-size: 14px;
}

.magic-lab {
    background: black;
}

.magic-lab>img {
    width: 100%;
    height: 100%
}

.chatBubble {
    display: flex;
    justify-content: end;
    padding: 0;
}

.bubble {
    max-width: 70%;
    padding: 10px;
    background: #e9e9e980;
    color: #0d0d0d;
    border-radius: 24px;
    font-size: 16px;
    margin-bottom: 38px;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    line-height: 24px;
    padding: 10px 20px;

}

.gptAnswer {
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-size: 16px;
    color: #0d0d0d;
    line-height: 28px;

}