﻿/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.templateContainer {
    background-color: rgb(243, 243, 243);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 750px;
}

.templateMainColumn {
    min-height: 700px;
    border: 2px solid linear-gradient(90deg, rgb(230, 241, 243) 20%, rgb(205, 222, 225) 46%, rgb(142, 168, 179) 75%) !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.templatePreviewText {
    color: rgb(0, 128, 128) !important;
    text-shadow: 1px 1px rgb(122, 130, 171);
}

.linkBtnTemplate {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 140px;
    min-height: 10px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 13px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

    .linkBtnTemplate::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #132148;
        z-index: -1;
        transition: left 0.4s ease;
    }

    .linkBtnTemplate:hover::before {
        left: 0;
    }

    .linkBtnTemplate:hover {
        color: white;
        border-color: #132148;
    }

.templateGreeting {
    display: block;
    font-size: 19px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}

.templateTitle {
    font-weight: bold;
    font-size: 35px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.templateInfo {
    display: block;
    font-size: 19px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}

.templateQuote {
    font-weight: bold;
    font-size: 32px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.templateCtaBtn {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 170px;
    min-height: 15px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 18px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

    .templateCtaBtn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #132148;
        z-index: -1;
        transition: left 0.4s ease;
    }

    .templateCtaBtn:hover::before {
        left: 0;
    }

    .templateCtaBtn:hover {
        color: white;
        border-color: #132148;
    }

.templateSubContentTitle {
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: RGB(43, 103, 119);
}

.templateSubContentTitleGallery {
    font-weight: bold;
    font-size: 32px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: rgb(243, 243, 243);
}

.templateEmptySubContent {
    background-color:  rgb(243, 243, 243);
    padding: 10px !important;
}

    .templateEmptySubContent p {
        color: RGB(43, 103, 119) !important;
    }

.templateCardContainer {
    background-color: rgb(243, 243, 243);
}

.fadedImage3 {
    filter: grayscale(100%) contrast(130%) brightness(0.7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.templateCardBg {
    background-color: rgb(188, 198, 204);
}

.templateCardDescription {
    color: RGB(43, 103, 119) !important;
}

.templateCardRibbon {
    position: absolute;
    left: -8px;
    top: 15px;
    z-index: 1;
    width: auto;
    height: 25px;
    padding: 0px 15px;
    text-align: right;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
}

    .templateCardRibbon::before, .templateCardRibbon::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0px;
        width: 8px;
        height: 16px;
        border-bottom-left-radius: 8px;
    }

    .templateCardRibbon::before {
        background-color: black;
    }

    .templateCardRibbon::after {
        background-color: black;
        border-top-left-radius: 8px;
    }
