﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

.container {
    margin: 0px;
    padding : 0px;
}

body {
    position: relative;
    width: 100%;
    margin: 20px, auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 100vh;
    background: linear-gradient(135deg, #1e308d, #0f1e35, #26357f);
}

.box-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100vh;
}

.box-2 {
    padding: 10px;
}

.box-1 {
    width: 90%;
    height: 100%;
}
.box-2 {
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, #1e308d, #0f1e35, #26357f);
}

.h-1 {
    font-size: 24px;
    font-weight: 700;
}

.text-muted {
    font-size: 14px;
}

.container .box {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    text-decoration: none;
    color: #615f5fdd;
}

.box:active,
.box:visited {
    border: 2px solid #ee82ee;
}

.box:hover {
    border: 2px solid #ee82ee;
}

.btn.btn-primary {
    background-image: linear-gradient(to right top,#070e55,#121aa1);
    color: #fff;
    border: 0px;
    padding: 10px;
    font-size: 14px;
}

    .btn.btn-primary .fas.fa-chevron-right {
        font-size: 12px;
    }

.footer .p-color {
    color: #ee82ee;
}

.footer.text-muted {
    font-size: 10px;
}

.fas.fa-times {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
    background-color: #f3cff379;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fas.fa-times:hover {
        color: #ff0000;
    }

@media (max-width:767px) {
    body {
        padding: 10px;
    }

    .body {
        width: 100%;
        height: 100%;
    }

    .box-1 {
        width: 100%;
    }

    .box-2 {
        width: 100%;
        height: 440px;
    }
}
