@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;

}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.04) url(../images/bg/bg-image.jpeg) top left repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    z-index: 999;
    position: relative;
}

.container {
    max-width: 630px;
}

hr {
    margin: 6mm 0;
    border: 0.3mm solid #fff9;
}

i {
    position: relative;
    font-size: 18px;
    top: 3px;
    margin-right: 4px;
    line-height: 1.1;
}

a:hover {
    text-decoration: none;
}

.card_o {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.card_o img {
    width: 60px;
    position: absolute;
}

.card_buton a {
    background: #378cff;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 3mm 0;
    margin-bottom: 20px;
    border-radius: 2mm;
}

.card_buton_web a {
    background: #232750;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 3mm 0;
    margin-bottom: 20px;
    border-radius: 2mm;
}

.card_buton_instagram a {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 3mm 0;
    margin-bottom: 20px;
    border-radius: 2mm;
}

.card_buton_facebook a {
    background: #3b5998;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 3mm 0;
    margin-bottom: 20px;
    border-radius: 2mm;
}

.card_buton_linkedin a {
    background: #0072b1;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 2mm;
    padding: 3mm 0;
    margin-bottom: 20px;
}

.card_buton_youtube a {
    background: #FF0000;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 3mm 0;
    margin-bottom: 20px;
    border-radius: 2mm;
}

.card_main {
    padding: 3em 0;
}



.card_o::before {
    content: "";
    position: relative;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -99;
}

.baslık h3 {
    color: #fff;
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
}


.card_main .col-lg-4 {
    padding: 0 5px;
}

.card_main .col-lg-12 {
    padding: 0 5px;
}