#slider {
    margin: auto;
    width: 100%;
}

body {
    overflow-x: hidden;
    border: none;
    outline: none;
    background-color: white;

}

img#dsiLogo {
    /*  padding-left: 5px;*/
    display: inline-block;
    width: 40px;

}

#generalContent {
    width: 80%;
    height: auto;
    margin: auto;
    border: 2px solid blue;
    top: 75px;
    margin-bottom: 20px;
    position: relative;
    background-color: #006465;
}

a:hover {
    text-decoration: none;
    color: aliceblue;
}

/*google haritalar*/
@media only screen and (min-width:1200px) {

    /* XL */
    #iframe {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    /* L */
    #iframe {
        height: 400px;
        min-height: 400px;
        max-height: 400px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    /* M */
    #iframe {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {

    /* S */
    #iframe {
        height: 250px;
        min-height: 250px;
        max-height: 250px;
    }
}

@media only screen and (max-width:574px) {

    /* XS */
    #iframe {
        height: 200px;
        min-height: 200px;
        max-height: 200px;
    }
}

/*whatsup butonu*/
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 3%;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 12px;
}

/*yönetim kurulu cards*/
.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;

}

.card {
    width: 150px;
    background-color: #f0f0f0;
    overflow: hidden;
    box-shadow: 0px, 2px, 4px rgba(0, 0, 0, 0.2);
    margin: 5px;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}

.card img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding: 3px;
}

.card-content {
    padding: 3px;
}

.card-content h4 {
    font-size: 28px;
    margin-bottom: 0.5px;
    text-align: center;

}

.card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.5px;

}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}


/***** Top menu *****/

.navbar {
    background: #444;
    transition: all .6s;
    backface-visibility: hidden;
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
}

.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-dark .navbar-toggler {
    border-color: #444;
}

.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #ccc;
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-brand {
    width: 162px;
    height: 44px;
    background: url(../img/logo.png) left center no-repeat;
    border: 0;
    text-indent: -99999px;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

h1 {
    text-align: center;
    margin-top: 250px;
}

#memberRegistration {
    justify-content: center;
    align-items: center;
    display: block;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 1%;
    font-size: large;
    font-weight: bold;
    overflow-x: hidden;
}

#imgDsiLogo {
    display: inline-block;
    width: 100px;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    font-size: large;
    font-weight: bold;
    overflow-x: hidden;
    margin-right: 10px;
}

#dsiMmbr {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#dsiLabel {
    font-size: 24px;
    margin-top: 3%;

}

/* news için stil*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.news-panel {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns */
    max-width: 1200px;
    margin: 20px auto; /* Center the grid horizontally */
}

.large-news-item {
    margin: 0 auto; /* Center the large news item horizontally within its column */
}

.small-news-list {
    margin: 0 auto; /* Center the small news list horizontally within its column */
}

.small-news-item {
    margin-bottom: 20px;
}

.news-photo img {
    width: 100%;
    border-radius: 5px;
}

.news-content {
    padding: 0 20px;
}

.news-item h2 a {
    color: #333;
    text-decoration: none;
}

.news-item h2 a:hover {
    text-decoration: underline;
}

.news-item h3 a {
    color: #333;
    text-decoration: none;
}

.news-item h3 a:hover {
    text-decoration: underline;
}

.news-item p {
    color: #666;
}

.news-item span {
    color: #999;
    font-size: 0.8em;
}

/* news için yeni deneme */.parent {
    display: flex;
    height: 100%; /* Ensure the parent fills the height of its container */
}

.wrapper {
    flex: 1; /* Each wrapper takes up equal space */
    display: flex;
    flex-direction: column;
}

.inner-1 {
    flex: 2; /* Takes up 2/3 of the wrapper */
}

.inner-2 {
    flex: 1; /* Takes up 1/3 of the wrapper */
}



/* back button */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.container {
    padding: 5px;
}

.form-input {
    margin-bottom: 10px;
}

.form-input input {
    width: 100%; /* Full width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.form-button {
    padding: 10px 20px; /* Adjust padding to increase button size */
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-button:hover {
    background-color: #0056b3;
}

.sticky-button {
    position: fixed;
    top: 120px;
    left: 20px;
    padding: 10px 20px; /* Adjust padding as needed */
    background-color: #343a40; /* Dark background color */
    color: #fff; /* White text color */
    border: none;
    border-radius: 5px;
    text-decoration: none; /* Remove underline */
    cursor: pointer;
}

.sticky-button:hover {
    background-color: #23272b; /* Darker background color on hover */
}





