.body {
    background: linear-gradient(0deg, #00103a 0%, #1d3f97 100%);
    /* background: linear-gradient(0deg, #032070 0%, #ffffff 100%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

body {
    /* user-select: none; */
    overflow-y: scroll;
}

.page {
    /* height: calc(100vh - 116px); */
}

footer a {
    color: white !important;
}

.banner-image {
    width: 80%;
    max-width: 500px;
    border-radius: 50%;
}

.team-user {
    max-width: 300px;
    width: 100%;
}

.teamCard {
    transition: all 0.3s ease-out;
}

.glass {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    /* backdrop-filter: blur(4px);  
    -webkit-backdrop-filter: blur(4px); */
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease-in;
}

/* .glass:hover {
    transform: scale(1.06);
} */

.teamCard:hover {
    transform: scale(1.06);
}

.user-image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
}

.urunImage {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    /* background-color: white; */
}

.urunImage:hover {
    transform: scale(1.05);
    /* backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); */
    filter: drop-shadow(0 0 2rem #ffffff);

}

.urun {
    /* background-color: white; */
}

.urun-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.urun-description {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.detay-description {
    height: 360px;
    overflow-y: auto;
}

/* .howtoplay-description {
    height: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
} */


.urunCerceve {
    /* overflow: hidden; */
}


.primary-btn {
    background-color: #5a67d8;
    color: white;
}


.shadow__btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    border-radius: 7px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: 0.5s;
    transition-property: box-shadow;
    text-decoration: none;
    color: #0a58cd;
}

.shadow__btn {
    background: rgb(255, 255, 255);
    box-shadow: 0 0 25px rgb(255, 255, 255);
}

.shadow__btn:hover {
    box-shadow: 0 0 5px rgb(255, 255, 255),
        0 0 25px rgb(255, 255, 255);
}


.search-bar {
    width: 100%;
}


.cssbuttons-io-button {
    background: #0a58cd;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 1.6em -0.6em #0a58cd;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #0a58cd;
    right: 0.3em;
    transition: all 0.3s;
    color: transparent;
    gap: 5px;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
    color: black;
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

.cssbuttons-io-button .icon img {
    width: 1.5em;
    transition: transform 0.3s;
    background-color: #0a58cd;
    border-radius: 5px;
}

.cssbuttons-io-button:hover .icon img {
    transform: translateX(0.1em);
}

.cssbuttons-io-button .icon i {
    color: #0a58cd;
}


.cssbuttons-io-button .icon>div {
    display: none;
}

.cssbuttons-io-button:hover .icon>div {
    display: block;
}


.carouselImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}


.navbar-logo {
    position: relative;
    width: 150px;
    top: 5px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 8px;
}

.shop-logo {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;
    border-radius: 8px;
}


.category-btn {
    text-decoration: none;
    display: inline-block;
    color: #0a58cd;
    background-color: lightblue;
    padding: 7px 12px;
    border-radius: 10px;
}


.category-btn:hover {
    background-color: rgb(147, 182, 194);
}


.nav-item .active {
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}

.nav-item .nav-link {
    font-size: 17x;
}

.social-logo {
    width: 20px;
}


.social-media {
    text-wrap: nowrap;
    text-decoration: none;
    color: white;
}

.social-media span {
    font-size: smaller;
}