﻿@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@500;700;800&display=swap');

body {
    font-family: 'Spartan', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.75px;
}

a {
    color: #111;
    transition: color 0.2s
}

    a:hover {
        color: #53c7dc;
        text-decoration: underline
    }

/***********************************
by Jakkrit
************************************/
img {
    max-width: 100%
}

p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.75px;
    color: #333
}

span {
    font-weight: 500
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Spartan', sans-serif;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    margin: 10px 0;
}

h1 {
    font-size: 56px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: 5px
}

h2 {
    font-size: 24px;
    line-height: normal
}

h3 {
    font-size: 22px
}

h1.text-secondary {
    margin: 40px 0;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    line-height: 1.4em
}

.text-secondary {
    color: #111 !important;
}

label {
    font-weight: 600;
    margin-bottom: .25rem
}

.text-muted {
    color: #a0a0a0 !important
}

.btn {
    background-color: #53c7dc;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    padding: .5rem 1.2rem;
    letter-spacing: 1px;
    border: none;
    color: #fff;
    display: inline;
}

    .btn:hover {
        background-color: #39a4b7;
        border: none;
        color: #fff
    }

    .btn.btn-link {
        color: #fff;
    }

        .btn.btn-link:hover {
            color: #fff;
            text-decoration: none
        }

    .btn.btn-secondary {
        background-color: rgba(0,0,0,0.1);
        border-color: rgba(0,0,0,.1);
        color: #a0a0a0
    }

        .btn.btn-secondary:hover {
            background-color: rgba(0,0,0,0.2)
        }

.form-control {
    height: calc(1.8em + .75rem + 2px);
    font-weight: 500
}

.mt-5, .my-5 {
    margin-top: 2rem !important;
}

.text-info {
    color: #53c7dc !important;
}

/***********************************
Header
************************************/
#HomePage .mb-5.mb-md-0 {
    background: transparent
}

.mb-5.mb-md-0 {
    background: #4f409a
}

header .navbar {
    padding: 0
}

#HomePage header .navbar-brand img {
    max-width: 220px;
    padding: 5px 0
}

header .navbar-brand img {
    max-width: 110px;
    padding: 5px 0
}

/*Menu
***************************/
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #56c7dc;
    }


/***********************************
MyProfile
************************************/
#MyProfileHeader {
    margin: 50px 0 20px 0
}

.badge {
    padding: .4em .5em;
    font-size: 80%;
    font-weight: 500;
    line-height: 1em
}

#ProfileLinkPanelMySite {
    border-top: solid 1px #ddd
}

#ProfilePage .col-lg-6 {
    border: solid 0px;
    padding: 0 20px;
}


/*Your social links
***************************/
#UpdateSocialAccountPanel {
    border: solid 1px rgb(221 221 221);
    width: 360px;
    margin: auto;
    padding: 10px 15px;
    border-radius: 70px
}

    #UpdateSocialAccountPanel label {
        margin: 3px 0 0 5px !important;
    }

#SocialList.mt-3 {
    justify-content: center !important;
}

.icon-adding {
    background: #53c7dc;
    color: #fff;
    width: 28px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    border-radius: 50px;
}


#SocialList form .btn {
    color: #fff;
    padding: 0 0 0 2px;
    border: 0;
    background: #999;
    width: 18px;
    height: 18px;
    text-align: center;
    position: relative;
    border-radius: 50%
}

    #SocialList form .btn:before, #SocialList form .btn:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 2px;
        background: #fff;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        transform: rotate(45deg);
        border-radius: 4px;
    }

    #SocialList form .btn:after {
        transform: rotate(-45deg);
    }

#ProfileImagePanel > label:last-child {
    top: 15px;
    right: 10px;
    background: #53c7dc;
    width: 36px;
    height: 36px;
    line-height: 38px
}

    #ProfileImagePanel > label:last-child i {
        font-size: 16px;
        color: #fff
    }

#ChangeProfileImageSubmit {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    width: 80px;
    border-radius: 20px;
    min-width: unset;
    padding: .25rem
}


#SocialList a {
    width: 55px;
    position: relative;
    background: #fff;
    border: solid 1px #dadada !important;
    text-align: center
}

    #SocialList a i {
        padding-top: calc(100%);
        vertical-align: top
    }

        #SocialList a i:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 24px
        }

#SocialList form {
    top: -2px;
    right: -2px
}

/*Social color
***************************/
.fa-facebook-f:before {
    color: #3b5999
}

.fa-pinterest-square:before {
    color: #bd081c
}

.fa-youtube:before {
    color: #cd201f
}

.fa-line:before {
    color: #00c300
}

.fa-linkedin-in:before {
    color: #0077B5
}


/*****************************************************
HomePage
******************************************************/
#HomePage {
    content: "";
    position: absolute;
    height: 100%;
    background-image: url("../img/yourlink-bg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    z-index: -1;
}

    #HomePage .btn {
        background-color: #53c7dc;
        font-size: 15px;
        font-weight: 600;
        border-radius: 40px;
        padding: .75rem 2rem;
        letter-spacing: 1px;
        border: none;
        color: #fff;
    }

        #HomePage .btn:hover {
            background-color: #39a4b7;
            border: none;
            color: #fff
        }

/*********************************
Banner
**********************************/
.Banner1, .Banner2, .Banner3 {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 5% 0;
}

.Content-C h1 {
    font-size: 52px;
    margin: 20px 0;
    line-height: 1.3em;
    letter-spacing: 3px
}

.Content h2 {
    font-size: 42px;
    margin: 30px 0;
}

.Content {
    width: 40%;
    float: left;
    padding-top: 10%;
}

.Banner-R {
    width: 50%;
    float: right
}

.Banner-L {
    width: 50%;
    float: left;
    margin-right: 5%;
}


/*Banner 2
***********************************/
.Content-C {
    width: 28%;
    float: left;
    padding-top: 5%
}

.Banner-C {
    width: 40%;
    float: left;
    margin: 0 2%
}

.Content-R {
    width: 28%;
    float: left;
    padding-top: 5%
}

    .Content-R ul {
        padding: 0;
        list-style: none
    }

    .Content-R li {
        margin: 10px 0;
        font-size: 16px;
        display: flex;
        align-items: center;
        line-height: 1.6em
    }

        .Content-R li span {
            width: calc(100% - 50px)
        }

        .Content-R li:before {
            content: "";
            width: 50px;
            height: 50px;
            display: inline-block;
            background: url(/img/icon-list.png) left top no-repeat;
            vertical-align: top;
            margin-right: 10px
        }

        .Content-R li:nth-child(2):before {
            background-position: left top -50px
        }

        .Content-R li:nth-child(3):before {
            background-position: left top -100px
        }

        .Content-R li:nth-child(4):before {
            background-position: left top -150px
        }

        .Content-R li:nth-child(5):before {
            background-position: left top -200px
        }

/*Banner 3
***********************************/
.Banner3 .Content {
    padding-top: 3%;
    text-align: center
}

.Icon {
    /*width: 30%;*/
    margin: 3% 1% 5% 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.Banner-front {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 5% 0;
    background-size: contain;
}

    .Banner-front .Content {
        width: 100%;
        padding: 0
    }

        .Banner-front .Content p {
            font-size: 18px;
            color: #fff;
            margin-bottom: 40px
        }


/*PRICING
*************************************/
#PricingPage {
    background-image: url("../img/yourlink-bg.jpg");
    background-repeat: no-repeat;
}

#Pricing h1 {
    color: #fff !important
}

#Pricing h4 {
    min-height: 60px;
    font-size: 32px
}

    #Pricing h4 small {
        display: block;
        font-size: 15px;
        font-weight: 600;
    }

#Pricing h3 {
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 20px !important
}

.pro-plan h3 {
    color: #fe2c55
}

#Pricing .card {
    border-radius: 15px
}

#Pricing .card-body {
    padding: 3rem 2rem;
}

/*Login
*************************************/
#LoginPage {
    background-image: url("../img/yourlink-bg.jpg");
    background-repeat: no-repeat;
}

#Login {
    background: #ffffff;
    border-radius: 15px;
    width: 30%;
    right: 10%;
    position: absolute;
    padding: 60px 20px 40px 20px;
    margin-top: 80px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
    #Login {
        width: 90%;
        right: 9%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    #Login {
        width: 80%;
/*        right: 15%;*/
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 40px;
        margin-bottom: 80px;
    }
}
    #Login h1 {
        margin: 0 0 10px 0
    }

/*Register
*************************************/
#RegisterPage {
    background-image: url("../img/yourlink-bg.jpg");
    background-repeat: no-repeat;
}

#Register {
    background: #ffffff;
    border-radius: 15px;
    width: 30%;
    right: 10%;
    position: absolute;
    padding: 60px 30px;
    margin-top: 100px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    #Register {
        width: 90%;
        right: 9%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 100px;
    }
}
@media (max-width: 991px) {
    #Register {
        width: 80%;
        /*        right: 15%;*/
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 10px;
        margin-bottom: 80px;
    }
}

    #Register h1 {
        margin: 0 0 10px 0
    }


/*header navbar
*************************************/

header .navbar-brand {
    font-size: 30px;
    font-weight: bold;
}

    header .navbar-brand span {
        color: #53c7dc
    }



/************************************
Profile Page
*************************************/
.rounded {
    border-radius: 10px !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    margin: 2%;
    transition: 0.3s
}

    .shadow:hover {
        box-shadow: 0 .5rem 3rem rgba(0,0,0,.25) !important;
    }

h4.card-title {
    font-size: 18px
}




.login-icon i {
    font-size: 32px
}

.custom-control-label {
    line-height: 28px
}





.card-columns.four-columns {
    column-count: 4
}

.pb-6 {
    padding-bottom: 6rem
}

.pb-7 {
    padding-bottom: 12rem
}

.pt-6 {
    padding-top: 6rem
}

.pt-7 {
    padding-top: 12rem
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-7 {
    padding-top: 12rem;
    padding-bottom: 12rem
}





.bg-secondary {
    background: rgba(0,0,0,0.1) !important;
    padding: 0.5rem 1rem;
    border-radius: 5px
}


.btn-pink {
    background-color: #fe2c55;
    border-radius: 40px;
    color: #fff
}

    .btn-pink:hover {
        background-color: #e20f39;
        color: #fff
    }

/*Button
*****************************/
input.bg-secondary,
textarea.bg-secondary,
input.bg-secondary:focus,
textarea.bg-secondary:focus {
    color: #111
}

/*-- Mobile menu --*/
.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: inherit
}

    .navbar-toggler .navbar-toggler-icon {
        background: none;
        position: relative;
        width: 28px;
        height: 16px;
        vertical-align: top
    }

        .navbar-toggler .navbar-toggler-icon:before,
        .navbar-toggler .navbar-toggler-icon:after {
            content: "";
            position: absolute;
            width: 28px;
            border-bottom: 2px solid #fff;
            height: 2px;
            left: 50%;
            margin: auto;
            transition: transform 0.2s;
            transform: translateX(-50%)
        }

        .navbar-toggler .navbar-toggler-icon:after {
            bottom: 0
        }

    .navbar-toggler.collapsed .navbar-toggler-icon:before {
        border-top: 2px solid #fff;
        height: 9px
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        width: 16px;
        margin: 0 6px
    }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
            top: 0;
            bottom: 0;
            transform: translateX(-50%) rotate(-45deg)
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
            top: 0;
            transform: translateX(-50%)rotate(45deg)
        }

    .navbar-toggler:focus, .navbar-toggler:hover {
        border: 0;
        outline: unset
    }



#output_image_link:not(.added) + label {
    border: 1px solid #e4e4e4;
    margin: auto;
    display: block;
    width: 320px;
    height: 169px;
    line-height: 167px
}

#output_image_link.added + label {
    border: 1px solid #e4e4e4;
    margin: auto;
    display: block;
    width: 160px;
    margin-top: 1rem;
    padding: 0.725rem;
    border-radius: 50px
}


[data-toggle] {
    cursor: pointer
}

.yt-16-9 {
    position: relative;
}

    .yt-16-9 > div {
        padding-top: 56.25%
    }

    .yt-16-9 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

#WebLinkThumbnails li {
    width: calc(100% / 3) !important;
}

.grid-gallery {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.grid li {
    cursor: default !important;
}

.grid figure {
    padding: 10px !important;
}

    .grid figure:hover {
        opacity: 1 !important;
    }



.text-bigger {
    font-size: 16px;
    line-height: 1.75
}

    .text-bigger p {
        margin-bottom: 1.5rem
    }

#Privacy h4 {
    margin: 2rem 0 1rem;
    line-height: 1.5
}

#Privacy h6 {
    font-weight: bold;
    font-size: 15px;
    margin-top: 1.5rem
}



#ArticleItem_3 .BodyText {
    margin-top: 18px
}

#ArticleItem_4 h2 {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 56px;
    text-transform: uppercase
}

#RegisterImagePanel {
    margin: 20px 0 160px
}

/*Homepage
***************************************/
#HomePage main .container {
    max-width: 1360px
}

#ArticleItem_3 {
    color: #fff;
    width: 35%;
    margin: 5% 0 15% 60%;
}

@media (max-width: 768px) {
    #ArticleItem_3 {
        width: 100%;
        margin: 0%;
    }
}

    #ArticleItem_3 h2 {
        font-size: 46px;
        color: #fff
    }

/*ScrollUp
***************************************/
.ScrollUp {
    position: fixed;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    height: 60px;
    width: 60px;
    padding: 30px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    font-size: 0px;
    background-color: rgba(0,0,0,0.15);
    transition: background 0.2s;
    z-index: 99999
}

    .ScrollUp:hover {
        background-color: rgba(0,0,0,0.3)
    }

    .ScrollUp:before, .ScrollUp:after {
        content: "";
        display: block;
        position: absolute;
        left: 38%;
        top: 38%;
        background: rgb(100,100,100)
    }

    .ScrollUp:before {
        width: 6%;
        height: 30%;
    }

    .ScrollUp:after {
        width: 30%;
        height: 6%;
    }


footer {
    bottom: 0;
    font-size: 13px
}

@media (max-width: 1024px) {
    body:before {
        display: none
    }

    header {
        position: relative;
    }

        header:before {
            content: "";
            position: absolute;
            height: calc(100% + 450px);
/*            background-image: url("/img/yourlink-bg.png");*/
            background-size: cover;
            width: 100%;
            top: 0%;
            z-index: -1;
            transform: skewY(-7.25deg);
            transform-origin: 0 0;
            transition: all 0.2s
        }

    #RegisterPage header:before {
        height: calc(100% + 585px);
    }

    .card-columns.four-columns {
        column-count: 3
    }

    #ArticleItem_3 {
        color: #fff;
        margin-bottom: 240px
    }
}

@media (max-width: 959px) {
    #RegisterPage header:before {
        height: calc(100% + 568px);
    }

    .card-columns.four-columns {
        column-count: 2
    }

    #ArticleItem_3 {
        color: #fff;
        margin-bottom: 240px
    }

        #ArticleItem_3 h2, #ArticleItem_4 h2 {
            font-size: 46px
        }

        #ArticleItem_3 .BodyText, #ArticleItem_4 .IntroText {
            font-size: 20px;
            max-width: 100%
        }

    #Privacy > div {
        box-shadow: none !important
    }
}

@media (max-width: 767px) {
    header:before {
        height: calc(100% + 20px);
    }

    header .navbar-brand {
        max-width: 30%
    }

        header .navbar-brand img {
            max-width: 100%
        }

    .navbar {
        padding-top: 1.725rem;
        padding-bottom: 2.725rem;
    }

    .card-columns.four-columns {
        column-count: 1
    }

    .text-secondary {
        color: #000 !important
    }

    footer .mb-xl-0 {
        font-size: 10px;
        font-weight: bold
    }

    #ArticleItem_3, #ArticleItem_4 {
        color: #000;
        text-align: center;
        margin-bottom: 120px
    }

        #ArticleItem_3 h2, #ArticleItem_4 h2 {
            font-size: 28px;
            margin-bottom: 40px
        }

        #ArticleItem_3 .IntroText, #ArticleItem_3 .BodyText, #ArticleItem_4 .IntroText {
            font-size: 16px;
            max-width: 100%
        }

    #ProfileThumbnails li,
    #WebLinkThumbnails li {
        width: 100% !important;
    }
}


/*My Profile
***********************************/
#ManageNav li {
    margin: 5px 0 0 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 1.6em
}

    #ManageNav li:before {
        content: "";
        width: 40px;
        height: 40px;
        display: inline-block;
        background: url(/img/icon-profile.png) left top no-repeat;
        vertical-align: top;
    }

    #ManageNav li:nth-child(2):before {
        background-position: left top -40px
    }

    #ManageNav li:nth-child(3):before {
        background-position: left top -80px
    }

    #ManageNav li:nth-child(4):before {
        background-position: left top -120px
    }

    #ManageNav li:nth-child(5):before {
        background-position: left top -160px
    }

    #ManageNav li:nth-child(6):before {
        background-position: left top -200px
    }

#ManageNav .nav-link {
    color: #000;
    transition: 0.3s
}

    #ManageNav .nav-link:hover {
        color: #56c7dc;
        margin: 0 0 0 5px
    }

    #ManageNav .nav-link.active {
        background: transparent;
        font-weight: bold
    }


@media (max-width: 767px) {
    .Content-C h1 {
        font-size: 30px;
        margin: 20px 0;
        line-height: 1.4em
    }

    .Content h2 {
        font-size: 22px;
        margin: 20px 0;
        line-height: 1.4em
    }

    .Content {
        width: 100%;
        float: none;
        padding-top: 5%;
    }

    .Banner-L {
        width: 100%;
        float: none;
        margin-right: 0%;
    }

    .Banner-R {
        width: 100%;
        float: none
    }

    a.btn {
        text-transform: unset;
        font-size: 15px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        /*padding: 0 20px;*/
        color: #fff
    }

    /*Banner 2
***********************************/
    .Content-C {
        width: 100%;
        float: none;
        padding-top: 0%
    }

    .Banner-C {
        width: 100%;
        float: none;
        margin: 0
    }

    .Content-R {
        width: 100%;
        float: none;
        padding-top: 0%
    }

        .Content-R ul {
            padding: 0;
            list-style: none
        }

        .Content-R li {
            margin: 5px 0;
            font-size: 16px;
            display: flex;
            align-items: center;
            line-height: 1.6em
        }

            .Content-R li span {
                width: calc(100% - 50px)
            }

            .Content-R li:before {
                content: "";
                width: 50px;
                height: 50px;
                display: inline-block;
                background: url(/img/icon-list.png) left top no-repeat;
                vertical-align: top;
                margin-right: 10px
            }

            .Content-R li:nth-child(2):before {
                background-position: left top -50px
            }

            .Content-R li:nth-child(3):before {
                background-position: left top -100px
            }

            .Content-R li:nth-child(4):before {
                background-position: left top -150px
            }

            .Content-R li:nth-child(5):before {
                background-position: left top -200px
            }

    /*Banner 3
***********************************/
    .Banner3 .Content {
        padding-top: 30px;
        text-align: center
    }

    .Icon {
        /*width: 25%;*/
        margin: 30px 0;
        display: inline-block;
        vertical-align: top;
        text-align: center
    }
}
.content-with-footer {
    padding-bottom: 100px; /* Adjust this value to match the height of your footer */
}

@media (max-width: 768px) {
    .reg-icon {
        font-size: 3em; /* Adjust the size as needed */
    }
}