.slider {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
    z-index: 99;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: auto;
}

.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.controls button {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 1.5em;
    background: transparent;
}


.card {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 99;
    min-height: 65vh;
}

/*.card:hover {*/
/*    transform: scale(1.05);*/
/*}*/



.card-content {
    padding: 16px;
    height: 48vh!important;
}
/*@media (max-width: 768px) {*/
/*   .card-content{*/
/*       height: 30vh!important;*/
/*   }*/
/*}*/
.card-title {
    font-size: 1.5em;
    margin-bottom: 8px;
}

.card-description {
    font-size: 1em;
    color: #555;
}


.clr{
    clip-path: polygon(0 0, 41% 0, 41% 100%, 0 100%);
    background: linear-gradient(90deg, #3c1e57 0%, #3b1944 100%);
    width: 36vh;
    height: 27vh;
    /* top: 128px; */
    bottom: -14px;
    left: 30px;
}
.clr-1{
    clip-path: polygon(0 0, 41% 0, 41% 100%, 0 100%);
    background: linear-gradient(90deg, #3c1e57 0%, #3b1944 100%);
    width: 38vh;
    height: 26vh;
    top: -15px;
    right: -18vh;
}
.clr-2{
    clip-path: polygon(0 0, 41% 0, 41% 100%, 0 100%);
    background: linear-gradient(90deg, #3c1e57 0%, #3b1944 100%);
    width: 38vh;
    height: 26vh;
    top: -15px;
    left: 0;
}
.clr-3{
    clip-path: polygon(0 0, 41% 0, 41% 100%, 0 100%);
    background: linear-gradient(90deg, #3c1e57 0%, #3b1944 100%);
    width: 38vh;
    height: 26vh;
    bottom: -14px;
    right: -155px;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% auto;
    padding: 20px;
    width: 65%!important;
}

.close {
    color: #ccc;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #3b1944;
    margin: 5vh
}
.mx-heght{
    min-height: 23vh;!important;
}
.ftr{
    margin-top: 18vh;!important;
}


@media(max-width: 768px){
    /*.img{*/

    /*    height: 100px;*/

    /*}*/
    .ftr{
        margin-top: 27vh;!important;
    }
    .mx-heght{
        min-height: 18vh;
    }

}
@media (max-width: 540px) {
    .resim {
        display: none;!important;
    }
    .carousel{
        margin-top: -20vh;
    }
}
