﻿@font-face {
    font-family: 'SiemensSans_Prof_Bold';
    src: url(../woff2/SiemensSans_Prof_Bold-cbe587a0.woff2) format('woff2');
}

@font-face {
    font-family: 'font_two';
    src: url(../woff2/SiemensSans_Prof_Black-616fb6d5.woff2) format('woff2');
}

@font-face {
    font-family: 'font_three';
    src: url(../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2) format('woff2');
}

@font-face {
    font-family: 'font_four';
    src: url(../woff2/SiemensSans_Prof_BoldItalic-dbe57068.woff2) format('woff2');
}

body {
    background: #f3f3f3;
    font-family: 'font_three';
}

.search-container {
    margin: 20px;
    margin-top: 120px;
    /*background-image: url('../img/training/aee32a51-a776-47ac-97d5-4f64115a26a8_3.jpg');*/
    background-image: url('../img/training/SearchPageBackground.png');
    background-position: center;
    background-size: cover;
    height: 400px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'font_three';
}

.search-bar {
    width: 80%;
    background: #fff;
    padding: 20px;
    /*    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;*/
    display: flex;
    justify-content: initial;
    align-items: center;
    border: 2px solid #009999;
}

.search-bar i{
    fill:#00bedc;
}

    .search-bar input {
        width: 80%;
        margin: 0px 10px;
        outline: none;
        border: none;
        color: #000028;
        letter-spacing: 1px;
        font-weight: 600;
        padding: .375rem .75rem;
        font-size: 16px;
    }

    .search-bar button {
        width: 250px;
        border-radius: 0px;
        /* background-image: linear-gradient(45deg, #00bedc 0%, #0087BE 51%, #00bedc 100%);*/
        color: #fff;
        background-size: 200% auto;
        background-color: #009999;
    }
    .search-bar button:hover {
        color: #fff;
    }
        .search-result-card {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    font-family: 'font_three';
}
    .search-result-card .bg-colour {
        position: absolute;
        background-size: 300px;
        background-color: #fff;
        z-index: -1;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        border-radius: 10px;
        box-shadow: 15px 15px 30px #ccccd4, -15px -15px 30px #ffffff;
    }

.search-result-img{
    width:200px;
    height:200px;
    margin-right:20px;
}


.search-result-img img{
    width: 200px;
    height: 200px;
    object-fit:cover;
    border-radius:20px;
}


/*.search-result-card .divider {
    width: 100px;
    height: 2px;
    background-size: 200% auto;
    background-image: linear-gradient(45deg, #00bedc 0%, #0087BE 51%, #00bedc 100%);
    margin-bottom: .5rem;
}*/

.search-result-card button {
    padding: 0.5rem 3rem;
    border-radius: 20px;
    background-image: linear-gradient(45deg, #00bedc 0%, #0087BE 51%, #00bedc 100%);
    color: #001034;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0px 0px 14px -7px #00bedc;
}

.search-result-card button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
h4 {
    font-family: 'font_two';
}
@media only screen and (max-width: 600px) {
    .search-result-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        .search-result-card .bg-colour {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
    .search-result-img{
        margin-right:0px;
    }
    .search-result-desc {
        padding: 10px;
        margin-top: 10px;
        width: 90%;
    }
    .search-bar {
        width: 94%;
        height: 60px;
        font-size: 12px;
    }
        .search-bar button {
            width: 122px;
        }
    .search-container{
        height:250px;
    }
}
.search-button-page {
    border: none;
    padding: 0.5rem rem 2rem;
    transition: 0.5s;
    /* border-radius: 4px; */
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: 1px solid #0087BE;
    background: #0087be;
}