.card-for-slider-size-small {
    width: 300px;
    height: 500px;
}

.card-for-slider-size-large {
    width: 300px;
    height: 500px;
}

div.card-for-slider-1 {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

div.card-for-slider-1 video {
    position: absolute;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    height: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

img.card-for-slider-bg-img {
    position: absolute;
}

div.card-for-slider-1 div {
    position: relative;
    z-index: 1;
}

div.card-for-slider-1-img-con {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    margin: 0px auto;
}

img.card-for-slider-1-img {
    border-radius: 999px;
    max-height: 75%;
    object-fit: contain;
    background-color: white;
}

div.card-for-slider-1 .color-Black {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}

div.card-for-slider-1 .color-White {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}

div.card-for-slider-1-header {
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
    font-size: larger;
}

div.card-for-slider-1-content {
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
    padding: 20px 10px;
    height: 100%;
}

#mc-about-container {
    display: flex;
    position: absolute;
    height: 500px;
    width: 100%;
}

#mc-about-container video {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 500px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

#mc-about-container div {
    position: relative;
    z-index: 1;
}

div.mc-about-logo {
    height: 50%;
}

div.mc-about-header {
    padding: 20px 0px;
    text-align: left;
    font-size: larger;
    color: white;
}

div.mc-about-content {
    text-align: left;
    padding: 20px 0px;
    color: white;
}

a.mc-about-link {
    display: block;
    width: 200px;
    padding: 10px 20px;
    background-color: #0a2236;
    border-radius: 5px;
    text-align: center;
    color: white;
}

@media screen and (max-width: 123123px) {
    div#bizkim {
        display: flex;
    }
}

@media screen and (max-width: 770px) {
    div#bizkim {
        display: none;
    }
}

.box1 {
    margin-left: 10px;
    position: relative;
    width: 250px;
    height: 400px;
    box-shadow: 0 30px 30px rgb(255 249 249);
    overflow: hidden;
    text-align: center;
}

.box1::before {
    position: absolute;
    content: "";
    top: 99%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a2236;
    transition: 0.4s;
}

.box1:hover::before {
    top: 50%;
}

.box1 .imgbox {
    width: 100%;
    height: 50%;
}

.box1 .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box1 .text1 {
    font-size: 20px;
    position: relative;
}

.box1:hover .text1 {
    color: white;
}

.box1 .text2 {
    font-size: 14px;
    position: relative;
}

.box1:hover .text2 {
    color: white;
}

.boyut {
    width: 200px;
    height: 300px;
}

.footer-dark {
    color: #f0f9ff;
    background-color: #282d32;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}


.footer-dark .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social>a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;5
    font-size: 13px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

img.footer-icon-color path {
    fill: white;
}

.boslukkk {
    width: 100%;
    height: 60px;
    ;
}

@media only screen and (min-width: 768px) {
    img#mc-banner-photo-1 {
        src: url("../assets/images/blockchain.jpg") !important;
        height: 199px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    div.boslukkk {
        width: 100%;
        height: 120px;
    }
}