/* html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
} */

.custom-title {
    font-size: 69px;
}

@media (max-width: 600px) {
    .custom-title {
        font-size: 38px;
    }
}

@media (max-width: 990px) {

    .buttonlogin,
    .button {
        margin: 8px;
    }
}

@media (max-width:990px) {

    .txt-entry {
        margin-bottom: 0;
    }
}


.custom-about-block {
    /*
    display: block;
    padding-bottom: 14px;
*/
    display: flex;
    height: 83px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

@media (min-width:990px) and (max-width:1200px) {
    .custom-about-block {
        height: 62px;
    }
    .custom-title {
        font-size: 72px;
    }
}


.custom-about {
    text-align: center;
    margin-left: 0;
    display: inline-block;
    flex: 1;
}

.custom-about-check {
    font-size: 2.2em !important;
    /*    color: #2ec670;*/
    font-weight: 600;

    color: #ffffff;
    background-image: linear-gradient(33deg, #FF5722 3%, #9C27B0 100%);
    border-radius: 50%;
    padding: 12px;
}

.custom-about-text {
    display: inline-block;
    padding-left: 10px;
    flex: 7;
    text-align: left;
    font-size: 1.14em;
}

.about-custom-place {
    font-weight: 500;
    padding-top: 5px;
    padding-left: 1px;
}

.ig-span {
    font-size: 38px;
}

.cd-words-wrapper {
    font-size: 28px;
    margin-top: 5px;
}

@media (max-width: 600px) {
    .cd-words-wrapper {
        font-size: 16px;
        margin-top: 0px;
    }
    .ig-span {
        font-size: 16px;
    }
}

/* Social Login Buttons */
.login-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}

.login-social .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 500;
    white-space: nowrap;
    min-width: 200px;
}

.login-social .btn img {
    width: 18px;
    height: 18px;
}

.login-social .btn-facebook {
    background-color: #1877f2;
    color: #fff;
    border: none;
}

.login-social .btn-facebook:hover {
    background-color: #166fe5;
    color: #fff;
}

.login-social .btn-google {
    background-color: #fff;
    color: #757575;
    border: 1px solid #ddd;
}

.login-social .btn-google:hover {
    background-color: #f8f8f8;
    color: #757575;
}

.login-social .btn-twitter {
    background-color: #1da1f2;
    color: #fff;
    border: none;
}

.login-social .btn-twitter:hover {
    background-color: #0c85d0;
    color: #fff;
}


