.footer-ablove .btn {
    color: black;
}

.footer-ablove .btn:hover {
    color: #fff;
}

.video-card {
    transition: 0.3s;
}

.video-card:hover {
    transform: scale(1.2)
}

@font-face {
    font-family: Kalpurush;
    src: url(/assets/fonts/ASG_TARIQ.TTF);
}

.bangla {
    font-family: Kalpurush !important;
}

.row {
    margin-right: 0 !important;
}

body {
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

iframe {
    display: block;
    background: #fff;
    border: none;
    height: 100vh;
    width: 100vw;
}

body::-webkit-scrollbar {
    display: none;
}

.swal-modal {
    font-family: Kalpurush;
    text-align: -webkit-center;
}

.feel {
    margin: 0px 10px;
    background-color: white;
}

.feel:hover {
    transform: scale(1.2)
}

.selected {
    transform: scale(1.2)
}

.darkmode--activated .card {
    background-color: #000;
    border: 1px solid rgb(255 248 248);
}

.card strong {
    font-family: Kalpurush !important;
    font-size: large;
    color: rgb(36, 44, 90);
}

.center {
    position: relative;
    width: 300px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.center .stars input {
    display: none;
}

.stars label {
    font-size: 30px;
    color: grey;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
}

input:not(:checked)~label:hover,
input:not(:checked)~label:hover~label {
    color: #fd4;
}

input:checked~label {
    color: #fd4;
    text-shadow: 1px 1px #c60;
}

input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 5px #952;
}

.result {
    font-size: 20px;
    text-align: center;
}

.stars input:checked~.result:before {
    display: block;
}

.stars #five:checked~.result:before {
    content: "I love it 😍";
}

.stars #four:checked~.result:before {
    content: "I like it 😎";
}

.stars #three:checked~.result:before {
    content: "It's good 😄";
}

.stars #two:checked~.result:before {
    content: "I don't like it 😒";
}

.stars #one:checked~.result:before {
    content: "I hate it 😠";
}