@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;1,300&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(to right, #dfabc5 0%, #1da1f2 100%);
}

.navbar {
    background: linear-gradient(to right, #dfabc5 0%, #1da1f2 100%);
}

#epsil {
    color: blue;
    font-family: "Audiowide", sans-serif;
}

.card {

    border-radius: 12%;
    transition: transform 0.8s;
}

.card:hover {
    transform: scale(1.05);
}

span {
    color: rgb(255, 116, 2);
    font-weight: bold;
    font-family: "Audiowide", sans-serif;
}

.ikon {
    display: flex;
}

.ikon i {
    margin-right: 6px;
}

.container-fluid img {
    height: 30px;
    width: 30px;
}

.container-fluid a {
    font-family: 'Poppins', sans-serif;
}

.card img {
    width: 100%;
    height: 300px;
}

.col a {
    text-decoration: none;
}

.card-title {
    text-align: center;
    font-family: "Audiowide", sans-serif;
}

#anasayfa {
    color: red
}

#hakkımızda {
    color: rgb(4, 0, 255)
}

#robotik {
    color: rgb(255, 0, 200)
}

#iletisim {
    color: rgb(98, 0, 255)
}

#maker {
    color: rgb(255, 0, 0);
}

.ust {
    background-color: black;
    text-align: right;
}

.ust a {
    margin-right: 10px;
}

.ust i {
    color: white;
    font-size: 20px;
}

.cizgi {
    background-color: purple;
    height: 50px;
}

.cizgi p {
    text-align: center;
    font-family: "Audiowide", sans-serif;
    text-decoration: none;
    color: white;
    padding-top: 13px;
}

.container {
    max-width: 800px;
    margin: auto;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.form-container {
    flex: 2;
    margin-right: 20px;
}

.additional-div {
    flex: 1;
    margin-top: 20px;
}



form {
    display: flex;
    flex-direction: column;
}

input,
textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #8e44ad;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    background-color: #ecf0f1;
}

.button-group {
    display: flex;
}

#reset {
    margin-left: 5px;
}

input[type="submit"],
input[type="reset"] {
    background-color: #8e44ad;
    width: auto;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #6c3483;
}

h4 {
    margin-top: 20px;
    color: #8e44ad;
}

textarea {
    resize: vertical;
}

.iletisim p {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding-top: 20px;
    margin-left: 20px;
}

.sosyal {
    background-color: purple;
    height: 50px;
}

.sosyal p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    padding-top: 13px;
}

.sosyal-medya {
    display: flex;
}

.sosyal-medya a {
    display: block;
    align-items: center;
    margin-left: 50px;
    border-radius: 40%;
    padding: 10px;
    color: white;
    text-align: center;
    transition: background-color 0.3s ease;
}

.facebook-bg {
    background-color: #1877f2;
}

.twitter-bg {
    background-color: #1da1f2;
}

.instagram-bg {
    background-color: #bc2a8d;
}

.youtube-bg {
    background-color: #ff0000;

}

.resim img {
    width: 500px;
    height: 300px;
    border-radius: 8px;

}