@font-face {
    font-family: zekton;
    src: url("../fonts/zektonbo.ttf");
}

@font-face {
    font-family: landre;
    src: url("../fonts/landre-regular.ttf");
}

@font-face {
    font-family: righteous;
    src: url("../fonts/Righteous-Regular.ttf");
}

::-webkit-scrollbar {
    /* display: none; */
}

.loader-inner {
    background-image: linear-gradient(
        180deg,
        #b8a768 10%,
        #dedede 100%
    ) !important;
}

.loader-inner div {
    width: 5% !important;
    height: 5% !important;
}

header {
    color: #ffffff !important;
}

header a {
    color: #ffffff !important;
}

header::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: -20px;
}

.slogan {
    font-family: "landre";
}

.nav-link {
    font-family: "righteous";
    text-transform: uppercase;
    font-size: 1.2rem !important;
}

.nav-logo {
    position: relative;
    width: 12rem;
    z-index: 999;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.contact {
    font-size: 12px;
}

.tel {
    margin-right: 30px;
}

.contact i {
    color: #ee1515;
    margin-right: 10px;
}

.login {
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 25px;
    text-transform: uppercase;
}

.contact a:hover,
.login:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.login i {
    color: #ee1515;
    margin-right: 8px;
}

.navbar-brand h1 {
    margin: 0;
}

.social {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.social li:not(:last-child) {
    margin-right: 20px;
}

.social a {
    font-size: 14px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ee1515;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
}

.social a:hover {
    color: #fff;
    background-color: #ee1515;
}

.navbar-brand img {
    width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
    border: 1px solid #ced4da;
    color: #333;
    padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
    margin-top: 0;
    border-radius: 0;
    margin-left: -1px;
}

.navbar-collapse .nav-link {
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
    color: #ee1515;
}

.cart,
.login-icon,
.search-icon {
    color: #fff;
    font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
    color: #ee1515;
}

.cart {
    margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
    background-color: #fff;
    color: #8297a3;
}

/*-----------------------------------
    1 - Hero
------------------------------------*/

.hero {
    /*background: url("../images/arkaplan.jpg") no-repeat center;*/
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.62) 0%,
        rgba(0, 212, 255, 0.62) 100%
    );
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 50rem;
}

.hero .container {
    position: relative;
    z-index: 5;
}

.hero .slide-content {
    min-height: 600px;
    color: #fff;
}

.hero .slide-content span {
    color: #ee1515;
}

.hero .slide-content h1 {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
    text-transform: uppercase;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    font-weight: bold;
}

.hero .slide-content p {
    color: #170936;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    padding: 35px 0 35px 30px;
    background-color: rgba(255, 255, 255, 0.51);
    border-top-right-radius: 100px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.hero .slide-content .btn {
    margin-top: 50px;
}

.hero .slide-content .btn:last-child {
    margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
    font-size: 3rem;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 85%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
    cursor: pointer;
}

.hero .arr-right {
    right: 15px;
}

.hero .diag-bg {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: rgba(240, 0, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero .texture {
    width: 100%;
    height: 100%;
    background: url("../images/arkaplan.jpg") no-repeat center;
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 29%;
}

.hero::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 58%;
}

/*-----------------------------------
    1 - CTA
------------------------------------*/

.cta-content {
    padding: 30px 0 90px;
    color: #fff;
    background-color: #b19d61;
    position: relative;
    z-index: 1;
}

.cta-content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    background-color: #383e42;
    top: 0px;
    left: 20px;
}

.cta-content .subscribe-btn {
    align-self: flex-end;
}

/*-----------------------------------
    1 - Services
------------------------------------*/

.title {
    font-weight: 700;
    text-transform: uppercase;
}

.title h6 {
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.title h1 {
    font-size: 35px;
}

.title .title-blue {
    color: #26264b;
}

.title .title-primary {
    color: #ee1515;
}

.kurumsal {
    padding: 80px 0 50px;
}

.kurumsal .title {
    margin-bottom: 20px;
}

.kurumsal .media {
    margin: 40px 0;
}

.kurumsal h5 {
    color: #26264b;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/*-----------------------------------
    1 - Featured
------------------------------------*/

.featured {
    padding: 80px 0;
    background-color: #fafafa;
}

.featured p {
    margin: 35px 0 53px;
}

.featured .media i {
    font-size: 24px;
    color: #ee1515;
}

.featured .media h5 {
    text-transform: uppercase;
    color: #26264b;
}

.featured .btn {
    margin-top: 80px;
}

.featured-img {
    position: relative;
    height: 530px;
    margin-top: 60px;
}

.featured-big {
    position: absolute;
    bottom: 0;
    right: 0;
}

.featured-small {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 25px 0 0;
    background-color: #fff;
}

/*-----------------------------------
    1 - Recent Posts
------------------------------------*/

.recent-posts {
    padding: 65px 0 100px;
}

.recent-posts .btn {
    margin-top: 60px;
}

.recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
    margin-top: 30px;
}

.recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
    margin-bottom: 30px;
}

.single-rpost {
    margin: 35px 0 0;
}

.post-thumb {
    flex: 0 0 273px;
}

.post-content {
    color: #ccc;
}

.post-content time {
    font-size: 14px;
    color: #ccc;
}

.post-content h3 {
    margin: 10px 0 2px;
}

.post-content h3 a {
    color: #26264b;
    font-weight: 600;
}

.post-content h3 a:hover {
    font-weight: 700;
    text-decoration: none;
}

.post-content a {
    color: #ccc;
}

.post-content a:hover {
    color: #26264b;
}

.post-content .post-btn {
    color: #6e6e6e;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background-color: whitesmoke;
}

.post-content .post-btn:hover {
    color: #fff;
    background-color: #ee1515;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/

.trust {
    padding: 75px 0;
    background-color: #26264b;
    color: #ddd;
    position: relative;
}

.trust .title {
    margin-bottom: 46px;
}

.trust h1 {
    color: #fff;
}

.trust h5 {
    font-size: 24px;
    color: #fefefe;
    margin: 28px 0 12px;
}

.trust ul {
    color: #fff;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.trust li {
    margin-bottom: 15px;
}

.trust .gallery img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.trust .gal-img {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.trust .gal-img i {
    font-size: 72px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.trust .gal-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
    cursor: pointer;
}

.trust .gal-img:hover i {
    opacity: 1;
}

.trust .gal-img:hover::after {
    opacity: 1;
}

.trust .gal-img3 {
    top: -50%;
    left: 50%;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/

.pricing-table {
    padding: 100px 0;
}

.single-pricing {
    padding: 65px 0 40px;
    margin-top: 23px;
    color: #fff;
    border: 0px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    margin: auto;
}

.single-pricing span {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 15px;
    background-color: transparent;
    position: absolute;
    top: 28px;
    right: 6px;
    transition: all 0.2s ease-in-out;
}

.single-pricing h4 {
    margin-bottom: -5px;
    white-space: nowrap;
    padding: 0 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-pricing .desc {
    color: #9d9d9d;
    padding-bottom: 30px;
    margin-bottom: 32px;
    border-bottom: 2px solid #2f2f2f;
    transition: all 0.2s ease-in-out;
}

.single-pricing .price {
    font-size: 2rem;
    margin-bottom: 8px;
}

.single-pricing p {
    color: #ddd;
}

.single-pricing p:last-of-type {
    margin-bottom: 25px;
}

.single-pricing svg {
    width: 170px;
    position: absolute;
    top: -45px;
    right: -60px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.single-pricing:hover {
    border: 4px solid #fff;
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
    /*margin: 19px 0 -4px; ürünlerde yeri kaydırdığı için kaldırıldı*/
}

.single-pricing:hover span {
    background-color: #26264b;
}

.single-pricing:hover .desc {
    color: #fff;
    border-bottom: 2px solid rgba(245, 245, 245, 0.322);
}

.single-pricing:hover svg {
    width: 500%;
    top: -200%;
    right: -50%;
}

.single-pricing:hover .btn {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*-----------------------------------
    1 - Testimonials
------------------------------------*/

.testimonial-and-clients {
    background: url(../images/test-clients-bg.png) center center/cover no-repeat
        #ee1515;
}

.testimonials {
    padding: 95px 0 85px;
    color: #fff;
    border-bottom: 1px solid #26264b;
}

.testimonials .test-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.testimonials .test-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 90px;
}

.testimonials h5 {
    color: #26264b;
    margin-top: 15px;
}

.testimonials span {
    color: #c4c4c4;
    display: inline-block;
    margin: 0 0 17px;
}

.testimonials p {
    font-size: 17px;
    line-height: 27px;
}

.test-pagination {
    text-align: center;
    margin-top: 8px;
}

.test-pagination span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #26264b;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
    cursor: pointer;
}

.test-pagination span:not(:last-child) {
    margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: white;
}

/*-----------------------------------
    1 - Clients
------------------------------------*/

.clients {
    padding: 70px 0;
}

.clients .swiper-wrapper {
    text-align: center;
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/

.cta2 {
    margin: 50px 0 -30px;
}

/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/

.footer-widgets {
    padding: 100px 0;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
    margin: 40px 0 30px;
}

.footer {
    background-color: aliceblue;
}

.single-widget {
    color: #fff;
}

.single-widget .widget-tiltle {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 45px;
}

.single-widget i {
    color: #ee1515;
}

.single-widget h6 {
    color: #fff;
}

.single-widget .media {
    margin-bottom: 20px;
}

.contact-widget a {
    color: #fff;
}

.contact-widget i {
    font-size: 22px;
}

.twitter-widget i,
.twitter-widget h6 {
    color: #777;
}

.recent-post-widget .rcnt-img {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    overflow: hidden;
}

.recent-post-widget .rcnt-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent-post-widget a {
    color: #fff;
}

.recent-post-widget p {
    font-size: 13px;
}

.recent-post-widget i {
    margin-right: 10px;
}

.recent-post-widget i:last-of-type {
    margin-left: 15px;
}

.tags-widget {
    margin: -10px -10px 0 0;
}

.tags-widget a {
    color: #aaa;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 2px;
    background-color: #363636;
    font-size: 14px;
    font-family: "zekton", sans-serif;
    font-weight: 700;
    margin: 10px 10px 0 0;
}

.tags-widget a:hover {
    text-decoration: none;
    color: #26264b;
    background-color: #ee1515;
}

.subscribe-widget form {
    margin-bottom: 10px;
}

.subscribe-widget input {
    font-size: 14px;
    padding: 0px 10px;
    background-color: #444;
    border: none;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.subscribe-widget input:focus {
    outline: none;
    box-shadow: none;
}

.subscribe-widget button {
    background: #ee1515;
    border: none;
    padding: 9px 14px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: -10px;
    position: relative;
    z-index: 5;
}

.subscribe-widget button i {
    color: #fff;
}

.subscribe-widget .social-nav {
    margin-top: 32px;
}

.subscribe-widget .social-nav a {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #ddd;
    background-color: #444;
    border-radius: 50%;
    margin-right: 10px;
}

.subscribe-widget .social-nav a i {
    color: #ddd;
}

.subscribe-widget .social-nav a:hover {
    background-color: #1d4f95;
}

/*-----------------------------------
    1 - Foot Note
------------------------------------*/

.foot-note {
    padding: 10px 0;
    color: #fff;
    /*background: url("../img/footer_note.png");*/
    background-size: cover;
    align-items: flex-end;
    display: flex;
    height: 5rem;
}

.foot-note a {
    color: #26264b;
}

.foot-note a:last-child {
    margin-left: 30px;
}

.foot-note a.fh5-link {
    margin-left: 0;
}

.media-body h6 {
    color: #1d4f95;
}

.media-body,
.media-body a {
    color: #1d4f95;
}

.hakkimizda-btn:hover {
    box-shadow: 3px 3px 4px;
}

.urun-kategori {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 10px;
}

.urun-kategori img {
    padding: 3px;
    height: auto;
    width: 50% !important;
    margin: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(163, 177, 185) inset;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75) inset;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

#hakkimizda_aciklama {
    margin-top: 1rem;
    overflow: hidden;
    max-height: 4rem;
    display: block;
    text-overflow: ellipsis ellipsis;
    position: relative;
    width: 100%;
}

@media (max-width: 576px) {
    .hakkimizda-row {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

#hakkimizda_aciklama button {
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.1rem;
    font-size: 0.6rem;
}

#hakkimizda_aciklama button:hover {
    opacity: 0;
}

p {
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.3),
        0 0 3px rgba(255, 255, 255, 0.3);
}

.hakkimizda-container {
    font-size: 100%;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: righteous;
}

.hakkimizda-container p {
    color: #0d404d;
}

.animation {
    height: 2rem;
    overflow: hidden;
    margin-left: 1rem;
}

.animation > div > div {
    height: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
}

.animation div:first-child {
    animation: text-animation 8s infinite;
}

.kelime {
    text-align: center;
}

.animation .kelime:nth-child(n) {
    background-image: linear-gradient(
        90deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(12, 131, 131, 1) 35%,
        rgba(0, 212, 255, 1) 100%
    ) !important;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.animation .kelime:nth-child(2n) {
    background-image: linear-gradient(
        90deg,
        rgba(150, 138, 3, 1) 0%,
        rgba(12, 131, 35, 1) 35%,
        rgba(157, 255, 0, 1) 100%
    ) !important;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.animation .kelime:nth-child(3n) {
    background-image: linear-gradient(
        90deg,
        rgba(207, 89, 2, 1) 0%,
        rgba(12, 95, 131, 1) 41%,
        rgba(255, 0, 37, 1) 100%
    ) !important;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

@keyframes text-animation {
    0% {
        margin-top: 0;
    }

    10% {
        margin-top: 0;
    }

    20% {
        margin-top: -4rem;
    }

    30% {
        margin-top: -4rem;
    }

    40% {
        margin-top: -8rem;
    }

    60% {
        margin-top: -8rem;
    }

    70% {
        margin-top: -4rem;
    }

    80% {
        margin-top: -4rem;
    }

    90% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}

footer {
    padding: 20px 0 0 !important;
    background: linear-gradient(to left, #7d868c, #383e42);
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
}

footer h6 {
    font-size: 1.1rem;
}

footer a {
    color: white;
}

.harita {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border: 0px;
    border-radius: 20px;
}

@media (min-width: 1000px) {
    .hakkimizda-container {
        font-size: 2.26rem;
    }

    .animation {
        height: 3rem;
    }
}

@media (max-width: 768px) {
    .single-widget {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .single-widget {
        margin-bottom: 1rem;
    }
}

@media (max-width: 550px) {
    .nav-logo {
        width: 60%;
        float: left;
    }

    .hakkimizda-container {
        font-size: 1.5rem;
        flex-direction: column;
    }

    .animation {
        height: 4rem;
    }

    .kisa-aciklama {
        max-height: 3rem;
    }
}

.kisa-aciklama {
    max-height: 4.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}

.icerik-container {
    min-height: 40rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 103, 143, 1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(143, 103, 143, 1);
    box-shadow: 0px 0px 10px 5px rgba(143, 103, 143, 1);
}

.icerik-baslik {
    margin-top: -1.5rem;
    background: linear-gradient(to left, #c4b36e, #a7a9ce);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(143, 103, 143, 1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(143, 103, 143, 1);
    box-shadow: 0px 0px 10px 5px #c4b36e;
    color: #fff;
    z-index: 99;
}

.ripple-background {
    height: 20rem;
    position: absolute;
}

.circle {
    position: absolute;
    border-radius: 50%;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
    border: 5px solid #508fb9;
}

.small {
    width: 5rem;
    height: 5rem;
    left: -2.5rem;
    bottom: -2.5rem;
    opacity: 0.9;
}

.medium {
    width: 10rem;
    height: 10rem;
    left: -5rem;
    bottom: -5rem;
    opacity: 0.8;
}

.large {
    width: 15rem;
    height: 15rem;
    left: -7.5rem;
    bottom: -7.5rem;
    opacity: 0.7;
}

.xlarge {
    width: 20rem;
    height: 20rem;
    left: -10rem;
    bottom: -10rem;
    opacity: 0.5;
}

.xxlarge {
    width: 25rem;
    height: 25rem;
    left: -12.5rem;
    bottom: -12.5rem;
    opacity: 0.2;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

.referans-card {
    padding: 2rem !important;
    border-radius: 10px;
    background: radial-gradient(
        circle,
        rgb(227, 219, 182) 0%,
        rgb(176, 147, 100) 95%
    );
    height: 15rem;
}

.referans-card button {
    position: absolute;
    bottom: -3rem;
}

.referans-card:hover img {
    filter: grayscale(0%) !important;
}

.referans-card:hover button {
    transition: all 0.5s;
    bottom: 0;
}
