@font-face {
    font-family: DINNextLTArabic-Black-Bold;
    src: url(../fonts/ArbFONTS-DINNextLTArabic-Heavy-1.ttf);
}

@font-face {
    font-family: DINNextLTArabic-Black-Light;
    src: url(../fonts/ArbFONTS-DINNextLTArabic-UltraLight-1.ttf);
}

@font-face {
    font-family: DINNextLTArabic-Black-Regular;
    src: url(../fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-2-2.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "DINNextLTArabic-Black-Regular";
}

body {
    font-family: "DINNextLTArabic-Black-Regular";
}

h1 {
    color: #161616;
    font-family: DINNextLTArabic-Black-Bold;
    font-size: 45px;
}

canvas{
    width:500px !important;
    height:500px !important;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    height: 100vh;
}

.main {
    width: 100%;
    position: absolute;
    bottom: 350px;
    /*margin-right: 580px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;*/
}
.main .icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.main .icons img {
    width: 210px;
    margin: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 351px;
    background-image: url("../images/bg12.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

input[type=checkbox] {
    display: none;
}

.container img {
    margin: 100px;
    transition: transform 0.25s ease;
}

input[type=checkbox]:checked ~ label > img {
    /*transform: scale(2);*/
    /*cursor: zoom-out;*/
}

svg{
    width: 100px;
    height: 100px;

}


.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #1db05d, #1cac6b, #13a385, #0e9a9b);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #1db05d, #1cac6b, #13a385, #0e9a9b);
}

.card {
    border: none;
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}