
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans&family=Open+Sans:wght@300&family=Poppins:wght@300&family=Roboto&family=Shippori+Antique+B1&family=Ubuntu&display=swap');

/*
font-family: 'Bebas Neue', cursive;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Shippori Antique B1', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

::selection{
    background-color: #333;
    color: white;
}

footer ::selection{
    background-color: rgb(236, 235, 235);
    color: #333;
}

img::selection{
    background-color: transparent;
}

/*      --------------------------------------------        */

#paket-bilgi{
    background-color: #3333338a;
    color: white;
    margin-top: 20px;
    padding: 10px;
    border-radius: 2px;
}

.srv-page-head{
    background-color: aliceblue;
    box-shadow: 0px 0px 10px 0.1px #333;
    margin-bottom: -50px;
    margin-top: 30px;
    padding: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.srv-page-trn{
    background: #ed143d;
    padding: 12px;
    margin-top: -50px;
    box-shadow: 0px 0px 10px 0.1px #ed143d;
    border-radius: 0px 0px 7px 7px;
    transition: 0.7s ease;
}

.srv-page-trn:hover{
    background-color: #00a8ff;
    box-shadow: 0px 0px 10px 0.1px #333;
}

.srv-page-trn:hover a{
    color: white;
}

.srv-page-trn a{
    color: #333;
}

.page-in{
    position: relative;
    background-color: aliceblue;
    max-width: 1000px;
    min-height: 500px;
    margin: 50px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0.1px #33333386;
    padding: 50px;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
}

.srv-bar{
    background-color: white;
    width: 120px;
    height: 120px;
    border-radius: 13px;
    margin: 10px 50px;
    display: flex;
    flex-wrap: wrap;
    padding: 13px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px 0px 5px 0.1px #333;
    cursor: pointer;
    transition: 2s ease;
}

.srv-img-bar{
    width: 100px;
    height: 100px;
    margin: auto;
    margin-right: -25px;
    margin-bottom: -40px;
}

.srv-text{
    position: relative;
    top: -5px;
    text-align: center;
}

.srv-in-text{
    display: none;
    justify-content: center;
}

.srv-bar:hover{
    transition: 2s;
}

.srv-bar:hover .srv-in-text{
    display: inline;
    font-size: 12px;
}

.srv-bar:hover .srv-img-bar{
    display: none;
    transition: 2s;
}

.srv-in-text a{
    color: #00a8ff;
    text-decoration: underline;
    margin: 0px 2px;
    border-bottom: 2px dotted #00a8ff;
    display: inline;
}

.srv-cyb{

    text-align: justify;
    position: relative;
}

.page-in2{
    position: relative;
    background-color: aliceblue;
    max-width: 1000px;
    min-height: 50px;
    margin: 50px;
    border-radius: 7px;
    padding: 20px;
    text-align: justify;
    box-shadow: 0px 0px 30px #00aaff85;
}

.page-in2 a{
    color: #00a8ff;
    text-decoration: underline;
    margin: 0px 2px;
    border-bottom: 2px dotted #00a8ff;
    display: inline;
}

#srv-ind{
    background-color: aliceblue;
    padding: 6px;
    margin-top: -50px;
    z-index: 100;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 50px;
    transition: 0.2s;
}
#srv-ind a{
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}
#srv-ind:hover{
    background-color: #00a8ff;
}
