﻿
/*--------------------------------------------------------------
# Blazor'da yükleme göstergesi  https://www.pragimtech.com/blog/blazor/blazor-loading-indicator/
--------------------------------------------------------------*/
.spinner {
    border: 16px solid silver;
    /* border-top: 16px solid #337AB7;*/
    border-top: 16px solid #37ede7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


/*--------------------------------------------------------------
# trwpwhatsappballon https://codepen.io/trwpcom/pen/KJWaBz
--------------------------------------------------------------*/


.trwpwhatsappballon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px;
}

.trwpwhatsapptitle {
    background-color: #22c15e;
    color: white;
    padding: 14px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}

.trwpwhatsappmessage {
    padding: 16px 12px;
    background-color: white;
}

.trwpwhatsappinput {
    background-color: white;
    border-radius: 0px 0px 12px 12px;
}

    .trwpwhatsappinput input {
        width: 206px;
        border-radius: 10px;
        margin: 1px 1px 0px 10px;
        padding: 10px;
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 300;
        font-size: 13px;
        background-color: #efefef;
        border: 1px solid #d4d4d4;
    }

.trwpwhatsappbutton {
    background-color: #22c15e;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.trwpwhatsappall {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 0;
    right: 30px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

/*.trwpwhatsappsendbutton {
    color: #22c15e;
    cursor: pointer;
}*/


/*    button i {
        float: right;
        position: absolute;
        z-index: 999999999999;
        right: 23px;
        top: 11;
        bottom: 81px;
        font-size: 18px !important;
    }
*/
.kapat {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: white;
    font-size: 10px;
    cursor: pointer;
}





/*--------------------------------------------------------------
# socialsharing Find more SVG icons on https://simpleicons.org/
--------------------------------------------------------------*/
.socialsharing {
    text-align: center;
}
.socialsharing a {
    display: inline-block;
    padding: .7em;
    line-height: 0;
    margin-bottom: 2em;
}

path {
    fill: gray;
}

svg {
    width: 24px;
    height: 24px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .logo2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

    #header .logo2 a {
        color: #ff6a00;
    }

    #header .logo2 img {
        max-height: 74px;
    }

/**
* Get Startet Button 
*/
.get-started-btn2 {
    margin-left: 22px;
    background: #ff6a00;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

    .get-started-btn2:hover {
        background: #ff0000;
        color: #fff;
    }

/*--------------------------------------------------------------
# Whatsup Botton
--------------------------------------------------------------*/

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 50px;
   /* background-color: #25d366;
    color: #FFF;*/
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 3px #990;
    z-index: 100;
}

.my-float {
    margin-top: 15px;
}


.float2 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 120px;
    /* background-color: #f8f3f1;
    color: #f00;*/
    border-radius: 22px;
    text-align: center;
    /* font-size: 24px;*/
    box-shadow: 2px 2px 2px #990;
    z-index: 100;
}

.my-float2 {
    margin-top: 10px;
    margin-left: -7px;
}



/*--------------------------------------------------------------
# cs-toast for Blazor
--------------------------------------------------------------*/
.cs-toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    right: 2rem;
}

.cs-toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p {
        margin-bottom: 0;
    }

.cs-toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*--------------------------------------------------------------
# heyyo Section
--------------------------------------------------------------*/

#heyyo .container {
    padding-top: 72px;
}


#heyyo h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

#heyyo h2 {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#heyyo .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #fff;
}

    #heyyo .btn-get-started:hover {
        background: #5fcf80;
        border: 2px solid #5fcf80;
    }

@media (min-width: 1024px) {
    #heyyo {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #heyyo {
        height: 100vh;
    }

        #heyyo h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #heyyo h2 {
            font-size: 18px;
            line-height: 24px;
        }
}
