body {
    background-image: url("./images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.custom-logo {
    background-image: url("./images/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    width: 150px;
}

.navbar-nav {
    margin-left: auto;
}

.female-bot-col {
    height: 74vh;
}

.female-bot {
    background-image: url("./images/og.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.title-logo-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.title-logo {
    background-image: url("./images/swep_logo_1.png");
    background-repeat: no-repeat;
    height: 160px;
    width: 100%;
}

.custom-card-overlap {
    background-color: #9e1f2a;
    height: 370px;
    width: 680px;
    position: absolute;
    border: none;
    left: 10%;
    top: -5px;
}

.custom-outer-card {
    width: 100%;
    border: none;
    background-color: transparent;
    /* background-color: #9e1f2a; */
}

.custom-inner-card {
    width: 100%;
    border: none;
    background-image: linear-gradient(to right, #06b2a9, #14c9c0);
    box-shadow: inset black 6px 6px 30px 0px;
}

.custom-btn {
    width: 70%;
    border-radius: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: none;
    color: black;
    font-weight: bold;
    background-image: linear-gradient(to right, #cbcbcb, #ffffff);
    box-shadow: black 4px 4px 10px 0px;
}

.custom-btn:hover {
    background-image: linear-gradient(to right, #9e1f2a, #c92937);
    color: #ffffff;
}

.disclaimer-heading-text {
    font-weight: bold;
    font-size: 15px;
    color: #9e1f2a;
}

.disclaimer-note-text {
    font-weight: bold;
    font-size: 12px;
}

.custom-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    position: fixed;
    font-weight: bold;
    text-align: center;
    background-color: #04a69e;
    padding-top: 10px;
}

.disclaimer-container {
    padding-bottom: 50px;
}

.language-heading-text {
    color: #9e1f2a;
    font-weight: bold;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #04a69e;
    opacity: inherit;
}

.disclaimer-lang-container {
    width: 60%;
    padding-bottom: 50px;
}

.video-container {
    height: 400px;
    width: 700px;
    box-shadow: black 4px 4px 10px 0px;
}

.customnebbuddy {
    background-image: url("./images/nebbuddy.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    width: 150px;
}

@media (max-width: 768px) {
    .custom-logo {
        height: 80px;
        width: 80px;
    }
    .customnebbuddy {
        height: 80px;
        width: 80px;
    }
    .female-bot-col {
        height: 60vh;
    }
    .custom-btn {
        width: 100%;
        font-size: 11px;
    }
    .disclaimer-container {
        padding-bottom: 50px;
    }
    .disclaimer-lang-container {
        width: 100%;
        padding-bottom: 50px;
    }
    .video-container {
        height: 200px;
        width: 100%;
    }
    .custom-card-overlap {
        height: 330px;
        width: 100%;
        left: 0px;
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .female-bot-col {
        height: 100vh;
    }
    .custom-btn {
        width: 100%;
        font-size: 14px;
    }
    .video-container {
        height: 300px;
        width: 500px;
    }
    .custom-card-overlap {
        height: 350px;
        width: 90%;
        left: 25px;
        top: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .custom-card-overlap {
        height: 350px;
        width: 90%;
        left: 5%;
        top: 0px;
    }
}

@media (min-width: 1030px) and (max-width: 1400px) {
    .custom-card-overlap {
        height: 360px;
        width: 90%;
        left: 5%;
        top: 0px;
    }
    .female-bot-col {
        height: 74vh;
    }
    .female-bot {
        background-image: url("./images/og.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 120%;
    }
}