/* Copyright: BYTEFYND © */
/* Version: 1.0.0-alpha */
/* Last-Change: 2023-05-19 */
/* Author: iza */

/* --- INITIALIZE --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

:root,
[data-bs-theme=light] {
    /* bootstrap root variables */
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;

    /* custom root variables */
    --dk-color-dark: var(--bs-gray-900);
    --dk-color-light: var(--bs-gray-300);
    --dk-color-pal-prim-1: #404258;
    --dk-color-pal-prim-2: #474E68;
    --dk-color-pal-prim-3: #50577A;
    --dk-color-pal-prim-4: #6B728E;
    --dk-construct-bckgrd-color: #4b52db;
    --dk-black-trans-90: #000000ef;
    --dk-black-trans-80: #000000d2;
}

/* --- EOF INITIALIZE --- */

html {
    width: 100%;
    min-height: 100vh;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 1.1rem;
    background-color: var(--bs-black);
    height: 100%;
}

.backgrd-layer{
    background-color: var(--dk-black-trans-80);
    z-index: 10;
}

.dk-section {
    display: block;
    min-height: 100%;
}

.dk-section-title {
    margin-bottom: 6%;
    padding: 6% 6%;
    border-bottom: var(--dk-color-pal-prim-4) 1px solid;
    text-transform: uppercase;
    letter-spacing: 0.7rem;
    z-index: 11;
    text-shadow:  4px 4px 10px #000;
    font-weight: 100;
}

#dk-navbar {
    background-color: transparent;
    transition: all 0.2s ease-in;
    position: fixed;
    width: 100%;
    font-weight: 300;
}

#dk-navbar:first-child{
    letter-spacing: 0.15rem;
}

.dk-sticky {
    position: -webkit-sticky; 
    position: sticky;   
    background-color: var(--bs-black) !important;
    box-shadow: 0px 1px 40px #ffffff44;
    font-weight: 100 !important;
}

.dk-sticky:first-child{
    letter-spacing: 0.2rem !important;
}

.dk-nav-item {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 30px;
}

.dk-nav-item:hover,
.dk-active {
    border-bottom: var(--dk-color-light) 1px solid;
    color: var(--dk-color-light) !important;
}

.dk-nav-link {
    text-align: center;
}

.dk-nav-link:hover {
    text-align: center;
    color: var(--dk-color-light);
}

.dk-toggler {
    color: var(--dk-color-light);
}

.dk-text-lg {
    text-transform: uppercase;
    font-size: 1.6rem;
}

#home-graph {
    height: 100vh;
    background-size: cover;
    background-image: url(../img/dk-home-1.png);
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#home-graph-logo{  
    width: 30vw;
    position: fixed;
    z-index: -1;
}

#home-graph img{
        -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.6));
         filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.6));
}

.about-txt{
    background-color: var(--dk-black-trans-90);
    font-size: 1.5rem;
}

.dusan-container{
    width: 80%;
    margin: 10vh auto;
}

.about-txt-inner{
    text-align: center;
    padding-bottom: 10px;
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}


.portfolio-item .item{
	float:left;
	margin-bottom:30px;
}

.gallery-thumbs{
    border-radius: 0 10%;
    overflow: hidden;
}

.gallery-thumbs-rev{
    border-radius: 10% 0%;
    overflow: hidden;
}

.dk-gallery-thumb-link{
    transition:all 0.3s ease-in-out;
}

.dk-gallery-thumb-link:hover{
    transition:all .3s ease-in-out;
    filter: grayscale(100);
}

#collapse {
    min-height: 100vh;
    /* (A3) CSS TRANSITION */
    transition: all 0.5s ease-in-out;
  }
  
  /* (B) HIDE */
  #collapse.hide {
    min-height: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }

.dk-hide{
    display: none
}

#map-canvas{
    width: 300px;
    height: 300px;
}

.dk-studio-thumb {
    border-radius: 5%;
    width: fit-content;
}

.dk-studio-txt-out{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    background-color: #6f6f6f3a;
    padding: 20px;
}

.dk-studio-txt-in{
    font-size: 1.2rem;
    text-shadow: 0 0 5px #000;
    padding: 0;
}

#contact{
    padding-bottom: 10vh;
    background-color: var(--dk-black-trans-90);
}

.contact-right, .contact-left{
    text-align: center;
    padding: 5vh 0;
}

.contact-left{
    font-size: 2rem;
}

.maps-link{
    font-size: 1.6rem;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

.contact-phone-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tel-nr{
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
}

.footer-designed-by{
    text-align: center;
    margin-bottom: 30px;
}

.footer-mid{
    width: 50vw;
    margin: 0 auto;
}

.socialmedia-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50vw;
    margin: 0 auto;
}

.footer-socialmedia{
    width: 30%;
}

.footer-center{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10vh;
}

/* ----- Responsive ------ */

/*  Small 	            sm 	    ≥576px
    Medium 	            md 	    ≥768px
    Large 	            lg 	    ≥992px
    Extra large 	    xl 	    ≥1200px
    Extra extra large 	xxl 	≥1400px */

/* Small    sm 	    ≥576px */
@media (max-width: 576px) {
    .dk-studio-txt-out{
        border-radius: 0;
        filter: opacity(2);
    }
}

/* Medium   md 	    ≥768px */
@media (max-width: 768px) {
    .dk-section-title{
        font-size: 2rem;
    }
    
    #home-graph{
        height: 100vh;
        background-size: cover;
        background-image: url(../img/dk-home-mobile.png) !important;
    }

    #contact a, .contact-left{
        font-size: 1.2rem;
    }

    .about-txt{
        background-color: var(--dk-black-trans-90);
        font-size: 1.1rem;
    }
}

/* Large    lg      ≥992px */
@media (max-width: 992px) {
    /* … */
}

/* Extra Large   xl 	    ≥1200px */
@media (max-width: 1200px) {
    /* … */
}

/* Extra extra Large    xxl     ≥1400x */
@media (max-width: 1400px) {
    /* … */
}