@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap');

/*-----------------------------------
------------ GLOBAL ------------------
-------------------------------------*/



iframe body {
    background-position: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h1 {
    font-family: 'Clicker Script';
    font-size: 48px;
    font-weight: 700;
    text-decoration: none;
}

a {
    text-decoration: auto;
}


.url-box {
    min-height: 185px;
    position: relative;
}

.url-box:hover, .url-circle:hover, .url-button:hover {
    transform: scale3d(0.9,0.9,0.9);
    transition-duration: 0.5s;
}

.url-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.url-circle  {
    max-width: 100%;
}

.disable-select { -webkit-touch-callout: none; user-select: none; }

.url-button {
    min-height: 85px;
}

.border-left-hedeko {
    border-left: solid 2px rgba(6,51,214,0.3);
}

.translate-img {
    height: 90px;
}

#black-screen {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */  
}

@media (max-width: 767px) { 
    .border-left-hedeko {
        border-left: none;
        border-top: solid 2px rgba(6,51,214,0.3);
    }
    .translate-img {
        height: 40px;
    }
}


@media (orientation: portrait) and (min-height: 1700px) {
    /* Header */
    .header-wrapper .logo {
        width: 50%;
    }

    .header-wrapper .title {
        display: none !important;
    }
    .header-wrapper .translate {
        width: 50%;
    }

    .header-wrapper .title-mobile {
        display: block !important;
        margin-top: 50px !important;
        margin-bottom: 30px !important;

    }

    .header-wrapper .title-mobile h1 {
        font-size: 70px !important;
    }

    .header-wrapper .title-mobile img {
       width: 100px;
    }

    /* homepage */ 
    .circles-wrapper {
        width: 100%;
		background-color: #ffffffd6;
		border-radius: 30px;
		padding-bottom: 60px;
		padding-top: 60px;		
    }
	
	 .circles-wrapper-items {
		margin-top: 70px;
		margin-bottom: 0px !important;
		margin-left: 20px;
		margin-right: 20px;
	}
    .circles-item {
        width: 20%;
        text-align: center !important;
        position: relative;
        height: 250px;
    }



    .box-spacer {
        display: none;
    }

    .box-wrapper {
        width: 100%;
    }

    .border-left-hedeko {
        border-left: none;
        border-top: solid 2px rgba(6,51,214,0.3);
    }


	.circle-offset-1 {
		position: relative;
		bottom: 80px;
	}
	.circle-offset-2 {
		position: relative;
		bottom: 160px;
	}

	.col-md-4 {
		width:50%!important;
	}

    /*cirlces*/

    .rounded-circle {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 200px;
    }

    .rc-2,.rc-4 {
        bottom: 90px;
    }
    .rc-3 {
        bottom: 140px;
    }
}

.podatki{
    display: flex; flex-direction: row; justify-content: flex-end;
    height: 48px;
}
.layout{
    background-color: rgba(6,51,214, 0.4);
    display: flex;
    flex-direction: row;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*
    display: grid;
    grid-template-columns: 50% 50%;
    */
}
.layout > p, img{
    color: white; font-size:20px; padding: 8px;
}
@media(max-width: 767px){
    .podatki{
        justify-content: center;
    }
    .layout{
        width: 98%;
        border-radius: 10px;
        justify-content: center;
    }
}

