:root {
    --icon_color: grey;
    --spoty_green: #1DB954;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Montserrat';

    color: var(--font_color);
    background-color: var(--background_color);
}

.Header_Logo {
    width: auto;
    height: 70px;
    filter: invert(0);
}

.navbar-light {
    background-color: var(--grey) !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.navbar-nav {
    background-color: var(--grey);
}

.nav-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 450;
    font-size: medium;
    color: var(--font_color_darken);
    margin-left: 40px;
    padding-right: 25px;
}

.nav-link:hover {
    font-weight: 500;
}

.darkmode:hover {
    cursor: pointer;
}

.Main {
    margin-top: 4px;
    margin-left: 10%;
    margin-right: 10%;
}

.Paragraph {
    position: absolute;
    margin-top: 5rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: xx-large;
    color: var(--font_color);
}

.Name {
    font-family: 'Paytone One';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    color: var(--font_color);
    margin-left: 40px;
    margin-top: 100px;
}

.Name_Foreground {
    margin-top: 125px;
}

.Name_Background {
    position: absolute;
    margin-left: 95px;
    opacity: 0.1;
}

.Profile_Image {
    padding-left: 15%;
    height: 500px;
    width: auto;
}

.Under_text {
    font-family: 'Montserrat';
    font-style: normal;
    text-align: justify;
    font-weight: 400;
}

.Link_Text {
    text-decoration: none;
    color: var(--font_color_darken);
}

.About_Text_Title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 275;

    align-items: center;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 40px;

    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--font_color_darken);
}

.About_Text_Body {
    font-family: 'Hind Madurai Regular';
    font-style: normal;

    font-weight: 400;
    font-size: large;

    margin: 25px;
    text-align: center;
    text-indent: 10px;
    color: var(--font_color_darken);
}

.About_Text_Quote {
    font-family: 'Lora Italic';
    font-style: italic;

    font-weight: 400;
    font-size: x-large;

    text-align: center;
    margin-top: 25px;
    margin-bottom: 60px;

    text-transform: capitalize;
    color: var(--font_color_lighter);
}

.row-1 section, .row-2 section,.row-1 section::before, .row-2 section::before, .row section .icon {
    background-color: var(--timeline_background) !important;
}

.details, .Time_Line_Text, .bottom {
    color: var(--font_color);
}

@media(min-width: 790px) {
    .hide_timeline_left {
        opacity: 0;
        overflow: hidden;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .hide_timeline_right {
        opacity: 0;

        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
}

@media(max-width: 790px) {
    .wrapper .row section {
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.5));
    }
    /*
    .hide_timeline_left {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
    }
    .hide_timeline_right {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
    }
    */
}

@media(min-width: 790px) {
    .show_timeline {
        opacity: 1;
        overflow: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.5));
    }
}

.Separator {
    border: 1px solid var(--font_color_darken);
}

.About_Text_Bold {
    font-family: 'Montserrat';
    font-style: normal;

    font-weight: 700;
    font-size: xx-large;

    margin-top: 25px;
    text-align: center;
    font-variant: small-caps;
}

.Informations_Title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;

    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10%;

    letter-spacing: 0.2em;
    color: var(--font_color_darken);
}

.Informations_Text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;

    align-items: center;
    text-align: center;
}

.Parallax {
    background-color: var(--grey);
    min-height: 250px;

    justify-content: center;
    align-items: center;
    text-align: center;

    background-image: linear-gradient(rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)), url("../Images/webp/Spoty_Scrn.webp");

    background-repeat: no-repeat;
    background-position: left;

    margin-top: 5%;
    margin-bottom: 5%;
}

.Parallax_text_lt {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;

    padding-top: 50px;
    margin-bottom: 0px;

    color: chocolate;
}

.Parallax_text_bg {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 60px;

    align-items: center;
    text-align: center;
    margin-bottom: 0px;

    color: #FFFFFF;
}

.Parallax_btn {
    margin: auto;
    align-items: center;
    text-align: center;

    background-color: var(--spoty_green);
    border-radius: 10px;
    padding: 10px 20px 10px 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;

    color: rgba(0, 0, 0, 0.9) !important;
}

.Parallax_btn:hover {
    color: var(--spoty_green) !important;
}

.Works_Text_Title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 275;

    align-items: center;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 40px;

    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--font_color_darken);
}

.Works {
    margin-top: 10%;
}

.Works-Deck {
    align-items: center;
    justify-content: center;
}

.Works_Card {
    height: 500px;
    width: 290px;
    margin: 40px;
    background: #D9D9D9;
    padding: 0px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.Works_Card_First {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url('../Images/webp/Own_Site_Card.webp');
    background-size: cover;
}

.Works_Card_Second {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url('../Images/webp/DIA_Project_Card.webp');
    background-size: cover;
}

.Works_Card_Third {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url('../Images/webp/Programing_Card.webp');
    background-size: cover;
}

.Works_Card_Fourth {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)), url('../Images/webp/All_Theme_Card.webp');
    background-size: cover;
}

.Works_Card_Text {
    padding: 25px;
    margin: 0 !important;
    width: 100%;

    background-color: rgba(0, 0, 0, 0.5);

    color: white;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: x-large;
    text-decoration: none;
}

.Works_Card_Filter {
    width: 100%;
    height: 100%;

    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;

    animation: Background_Blur_Out 0.5s forwards;
    -moz-animation: Background_Blur_Out 0.5s forwards;
}

.Works_Card_Filter:hover {
    animation: Background_Blur_In 0.5s forwards;
    -webkit-animation: Background_Blur_In 0.5s forwards;

}

@keyframes Background_Blur_In {
    0% {
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }

    100% {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
}

@keyframes Background_Blur_Out {
    0% {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    100% {
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
}

.Contact {
    justify-content: center;
    text-align: center;
    margin-top: 15%;
}

.Contact_Upper_Text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: large;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--font_color_darken);
}

.Contact_Link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    text-transform: capitalize;
    color: var(--font_color);
    position: relative;
    text-decoration: none;
}

.Contact_Link:hover {
    color: var(--font_color);
    cursor: pointer;
}

.Contact_Link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: var(--font_color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.Contact_Link:hover::before {
    transform: scaleX(1);
}

.Footer {
    margin: 5%;
    margin-bottom: 0%;
}

.Footer_Header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: Large;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10%;
    color: var(--font_color);
    height: 45px;

    align-items: center;
    vertical-align: middle;
    display: flex;
}

.Footer_Box {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    padding-right: 10%;
}

.Footer_Text {
    font-size: medium;
    color: var(--font_color_lighter);
}

.Footer_Break {
    margin: 0px;
}

.Footer_Link {
    text-decoration: none;
    font-weight: 450;
    color: var(--font_color);
}

.Footer_Signature {
    height: 150px;
    width: auto;
    position: absolute;
    filter: invert(0);
}

.Footer_Bottom_Text {
    padding-top: 50px;
    padding-left: 225px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;

    color: var(--font_color_lighter);
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    color: var(--font_color);
    background-color: var(--grey);
    text-align: left;
    font-size: 13px;
    line-height: 2;
    direction: ltr;
    min-height: 30px;
    z-index: 99999;
    padding: 6px 20px 4px;
    transform: translateY(999px);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#cookie-bar.active {
    transform: translateY(0);
    opacity: 1;
}

#cookie-bar .cookie-bar-wrap {
    width: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}

#cookie-bar button {
    margin: 0 0 0 15px;
    line-height: 20px;
    background: rgba(111, 111, 111, 0.7);
    border: none;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}


@media only screen and (max-width: 1200px) {
    .Parallax_text_bg {
        font-size: 40px;
    }

    .Works_Card_First,
    .Works_Card_Second,
    .Works_Card_Third {
        display: none !important;
    }

    .Works_Card_Fourth {
        display: block !important;
    }

    .Footer_Signature,
    .Footer_Bottom_Text {
        margin-left: -65px;
        font-size: small;
    }
}

@media only screen and (max-width: 992px) {
    .Name {
        font-size: 80px;
    }

    .Profile_Image {
        display: none !important;
    }

    .Contact_Link {
        font-size: x-large;
    }

    .Name_Background {
        margin-left: auto;
    }
}

@font-face {
    font-family: "Paytone One";
    src: url("../Fonts/PaytoneOne-Regular.ttf");
}

@font-face {
    font-family: "Hind Madurai Bold";
    src: url("../Fonts/HindMadurai-Bold.ttf");
}

@font-face {
    font-family: "Hind Madurai Light";
    src: url("../Fonts/HindMadurai-Light.ttf");
}

@font-face {
    font-family: "Hind Madurai Medium";
    src: url("../Fonts/HindMadurai-Medium.ttf");
}

@font-face {
    font-family: "Hind Madurai Regular";
    src: url("../Fonts/HindMadurai-Regular.ttf");
}

@font-face {
    font-family: "Hind Madurai Semibold";
    src: url("./Fonts/HindMadurai-SemiBold.ttf");
}

@font-face {
    font-family: "Lora";
    src: url("../Fonts/Lora-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Lora Italic";
    src: url("../Fonts/Lora-Italic-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../Fonts/Montserrat-VariableFont_wght.ttf");
}