﻿

.hero{
    background-image: url('../images/contactExtended6.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow-y: auto;
    height:350px;
}

.scroll-bg {
    background-image: url('../images/dogs3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 90%;
    /* background-attachment: fixed; */
    height: 900px;
    
    /* or any fixed height */
    overflow-y: auto;
    padding: 2rem;
    display: flex;
    align-items: center;
    color:white;

    position: relative;
    
}





.scroll-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:white!important;
    background: linear-gradient(135deg, rgba(245, 230, 204, 0.2) 70%, rgba(249, 160, 63, 0.5) 100%) !important;

    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

.button, .btn:not(.back-to-start){
    background: linear-gradient(135deg, #D8A97A, #FF9E6C) !important;
}

.back-to-start{
    border:5px solid white;
    color:white; 
    transition: all 0.3s ease-in-out;
}

.back-to-start:hover{
    color:white;
    background: linear-gradient(135deg, #FF9E6C, #d89266) !important;
    border:5px solid white;
}

.back-to-start:active{
    transform: scale(0.9);
}

.subtitle{
    font-size:1.4rem;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    color:white;
}

.title{
    font-size: 3rem;
        font-family: 'Sorts Mill Goudy', serif;
        color: white;
}






.laurens-name {
    white-space: nowrap !important;
    font-size: 6rem !important;
    margin-right: 1rem;

}

.introText {

    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.5rem;
    /* color: rgb(40,40,40); */
}

.qualification {
    font-size: 2rem;
}

.introButtons {
    width: 200%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap !important;


}

.introButtons button {
    font-size: 1.2rem !important;
    background: linear-gradient(135deg, #D8A97A, #FF9E6C)!important;
}



.introSubtitle {
    font-size: 1.5rem;
}

/* About section */
.ab-sec-image-side {
    overflow: visible;
    position: relative;
    z-index: 2;
}

.ab-sec-image-side img {
    border-top-right-radius: 40px;
    width: 100%;
    height: auto;
    position: absolute;
    top: -5%;
    left: 10%;
    z-index: 1;
}

.ab-sec-text-side {
    background-color: white;
    border-bottom-right-radius: 40px;
    z-index: 3;
    padding: 30px;

}

.ab-sec-text-side p {
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.2rem;
}


.imgCnt {
    position: relative;
    width: 100%;
}

.imgCnt img {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    width: 100%;
    height: auto;
}

.pitchCnt {
    background-color: white;
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.7rem;
    color: rgba(40, 40, 40, 0.404);
    padding: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 150px;
    left: 30%;
    z-index: 10000 !important;
    margin-top: 1rem;
    width: 150%;
}

.pitchCnt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 1px;
    /* Thickness of the line */
    height: 100%;
    background-color: #fc4230;

    /* Line color */
}


.emailTitle{
    font-size:5rem !important;
    text-align: start;
}

.emailSubtitle{
    font-size:2rem!important;
}





@media (min-width:1025px) {
    #aboutRowPaddingAccesser {
        padding-top: 0px !important;
    }
}





/* Овој стил ја зголемува височината на редот со насловот на страната */
@media (max-width:340px){
    #titleRow{
        /* padding-top:30px;
        padding-bottom:30px; */
        height:260px!important;
    }
}




/* Енд////////////////////////////////////////////////// */

.fullH{
    height:100%
}
.fullW{
    width:100%
}
.fullWH{
    width:100%;
    height:100%;
}

#contentRow{
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: #f7f4f1;
    width:100%;
    height:fit-content;
    padding:50px;
    gap:30px;
}

@media (max-width:600px){
    #contentRow{
        padding-left:10px;
        padding-right:10px;
    }
}

@media (max-width:400px) {
    #contentRow {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#uppermostColumn {
    display:flex;
    justify-content: end;
    position: relative;
    height: 100%;
}

@media (max-width:1400px){
    #uppermostColumn{
        justify-content:center;
    }
}

#emptyColumn{

}

#leftColumn{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: white;
    border-radius: 10px;
    height:fit-content;
    padding:30px;
}



#leftColumn h2{
    font-size: 40px;
    font-family: 'Sorts Mill Goudy', serif;
    color:black;
    margin-bottom:30px;
    
}

#rightColumn{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: white;
    border-radius:10px;
    height:fit-content;
    padding:70px;
    padding-left:3%;
    padding-right:3%;
}

@media(max-width:1000px) {
    #leftColumn {
        padding-left: 20px;
        padding-right: 20px;
    }

    #rightColumn {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width:600px){
    #rightColumn{
        padding-left:5px;
        padding-right:5px;
    }
}

.category-link {
    text-decoration: none;
    color: #eea272;
    font-size: 23px;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: 500;
}

    .category-link:not(.count):hover {
        color: #eea272;
        font-weight: 600;
        text-shadow: 1px 1px 1px black;
    }

.count{
    color:black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size:19px;
    text-shadow: none!important;
    
}
.count:hover{
    font-weight: normal;
        text-shadow: none;
}

.custom-navigation-link{
    color:rgb(70,70,70);
    font-family: 'Sorts Mill Goudy', serif;
    font-size:19px;
    font-weight: 500;
    text-decoration: none;
}
.custom-navigation-link:hover{
    color: rgb(40, 40, 40);
}

.category-title {
    font-size: 80px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #eea272;
    margin-top: 40px;
    margin-bottom: 70px;
    text-align: center;
    width: 100%;
}

.category-text{
    font-family: "Poppins", serif;
    
}

#resultsFilterRow{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    /*margin-top:2rem;*/
    
}
.results{
    font-family: "Poppins", serif;
    align-items: center;
}
.results p{
    margin-bottom:0;
}
.filter-dropdown-button{
    background: none;
    border-radius: 0;
    padding-top:7px;
    padding-bottom: 7px;
    background-color:white;
    border: 1px dotted rgb(70,70,70);
    color:rgb(70,70,70);
    font-size: 14px;
    font-family: "Poppins", serif;
}
@media(max-width:500px){
    .filter-dropdown-button{
        padding-left:7px;
        padding-right:7px;
    }
}
.filter-dropdown-button:hover{
    background: none;
    color: rgb(70, 70, 70);
}
.filter-dropdown-button:focus {
    background: none;
    color: rgb(70, 70, 70);
}
.filter-dropdown-button:active {
    background: none;
    color: rgb(70, 70, 70);
}



/*  */
/* Стилови што го одредуваат изгледот на картите за семинари */
.service-card {
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: transform 0.2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    height: 60px;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
}

.service-card h3 {
    /* font-style: italic; */
    font-size: 2rem;
    font-weight: 600;
    color: #444;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.service-card h6 {
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
}

.service-card p {
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.5rem;
}

.service-logo {
    margin-bottom: 0 !important;
    width: clamp(40px, 8vw, 60px) !important;
    height: clamp(40px, 8vw, 60px) !important;
}

.card-title {
    width: fit-content;
    text-align: start;
}

.card-subtitle {
    margin-top: 5px !important;
    color: #f47c3c;
}

/* End ---------------------------------------------------------------------*/


.workshop-column {
    margin-bottom: 100px;
}
/* Workshop card */
.workshop-card {
    background-color: #f7f4f1;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    color: #333;
    position: relative;
    overflow: hidden;

}

/*.workshop-card:hover {
    transform: translateY(-5px);
}*/

.workshop-card-header {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: linear-gradient( 135deg, #d8a97a, #ff9e6c ) !important;
    /*background-color: #f0e9e3;*/
    /*background: linear-gradient(135deg, #FFD1A1 0%, #FF9E6C 40%, #FF784E 100%);*/
    font-family: "Playfair Display", serif;
    font-weight: bold;
    /*color: rgb(90, 90, 90);*/
    color: white;
    position: relative;
}


.workshop-card-body {
    width: 100%;
    height: 100%;
    padding: 25px;
    padding-top:0!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    position: relative;
    background-color:white;
}

.published-paragraph{
    text-align:start;
    padding:10px;
    color:rgb(127,140,141);
    font-size:14px;
    width:fit-content;
}
.prices-title {
    color: #f47c3c;
    font-size: 20px;
    font-family: "Sorts Mill Goudy", serif;
    font-style:italic;
}



.workshop-downloadables {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    
}

.workshop-downloadables img {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    transition: all 0.2s ease-in-out;
}

.workshop-downloadables img:hover {
    transform: scale(1.1);
}

.workshop-downloadables button {
    background: none;
    border: none;
    padding: 0;
}

.workshop-downloadables button:hover {
    background: none;
    border: none;
}

.workshop-downloadables button:active {
    background: none;
    border: none;
}

.workshop-downloadables button:focus {
    background: none;
    border: none;
}

#hiddenDisplayFiles {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.workshop-title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 600;
    color: #2C3E50;
    margin: 0;
    margin-top: 0;
    margin-bottom:30px;
    text-align: center;
}

.workshop-subtitle {
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    font-size: 19px;
    color: #f47c3c;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}

.workshop-description {
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    font-size: 19px;
    margin-top: 15px;
    color: #555;
}

.workshop-details {
    font-family: "Sorts Mill Goudy", serif;
    margin-top: 20px;
    font-size: 22px;
    color: #7F8C8D;
}

.workshop-details p{
    margin-bottom:2px;
}

    .workshop-details i {
        color: #f47c3c;
    }

.workshop-pricing {
    margin-top: 30px;
    font-size: 22px;
    font-family: "Sorts Mill Goudy", serif;
    /*color: rgb(100,100,100);*/
    color: rgb(127,140,141);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: start;
    justify-content: start;
    height: fit-content;
}

.workshop-pricing p {
    margin:0;
    text-align:start;
}
.prices-title{
    align-self:center;
}

.workshop-register {
    display: block;
    background: linear-gradient(135deg, #D8A97A, #FF9E6C);
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    margin-top: 25px;
    transition: background-color 0.3s ease-in-out;
    width:fit-content;
}

.workshop-register:hover {
    background-color: #dc7036;
    cursor:pointer;
}

.workshop-register:active {
    transform: scale(0.98);
}

.optional-image-container {
    width: calc(100% + 50px);
    height: fit-content;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 50px;
    position: relative;

}

.optional-image-container a {
    width: 100%;
}

.optional-image-container img {
    width: 100%;
    height: auto;
    display: block;

}

/* Stilovi za glightbox kopcinja */
.gclose,
.gbtn {
    background: none;
    background-color: (0, 0, 0, 0.7);
}

.gclose,
.gbtn:hover {
    background: none;
    background-color: (0, 0, 0, 1);
}

.gclose,
.gbtn:active {
    background: none;
    background-color: (0, 0, 0, 1);
}

.gclose,
.gbtn:focus {
    background: none;
    background-color: (0, 0, 0, 1);
}

.gclose::before {
    content: "✖";
    /* or any other symbol */
}

/* -------------------------------------------------------------------- */
/*.col-6{
    max-width:47%;
}*/
.filter-column {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.content-column {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top:30px;
}

.filter-content-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tab-menu-row {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width:100%;
}
.tab-menu-column {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tab-content{
    width:100%;
}

.toggler-container{
    width:fit-content;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
}
.toggler-container img{
    width:40px;
    height:40px;
}
.toggler-container img:hover{
    cursor:pointer;

}

.toggler-dropdown-cotnainer{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-content:center;
    align-items:center;
}

.responsive-truncate {
    display: inline-block;
    max-width: 10ch; /* roughly 10 characters */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-menu-row .nav-link {
    color: #f3a170;
}
.tab-menu-row .nav-link:hover{
    cursor:pointer;
}