/* Small screens (e.g. smartphones) */
@media only screen and (max-width: 575px) {
    /* Your styles here */

    .navbar-nav{
        display: flex !important;
    }

    img {
        position: relative;
        vertical-align: middle;
        border-style: none;
        left: 25px;
        width: 85% !important;
        z-index: 100;
    }

    .img-content {
        position: absolute !important;
        left: 0 !important;
        z-index: 50;
        height: 100vh;
        right: 0 !important;
        text-align: center;
        background-color: aqua;
    }

    .img-content{
        display: none;
    }



    .card2 {
        display: block;
        /* height: 100vh; */
    }

    .card-body2{
        display: block;
    }

.col-md-6.col-sm-12.image-container{
    height: 100vh;
}
.full-height {
    height: 100vh;
}

h5 {
    font-size: 16px;
}

h5.card-text {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: 16px !important;
    color: var(--drk-text);
}

h5.social {
    margin-top: 11px;
    padding: 0;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: lightgray;
}

.footer1 {
    background-color: #fff;
    text-align: center;
    position: fixed;
    bottom: 16px;
    width: 100%;
}

.footer {
    background-color: var(--drk-text);
    color: #fff;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

  }
  
  /* Medium screens (e.g. tablets) */
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* Your styles here */
    

    .img-content {
        position: absolute;
        bottom: 71px;
        left: 0;
        right: 0;
        text-align: center;
    }

    img {
        vertical-align: middle;
        border-style: none;
        width: 82%;
    }

    .card2{
        display: none;
    }

    .card-body2{
        display: none;
    }

    img {
    vertical-align: middle;
    border-style: none;
    width: 82%;
}

.img-content {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    text-align: center;
}

.footer1 {
    display: none;
}

.footer {
    background-color: var(--drk-text);
    color: #fff;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
}

h5.social {
    margin-top: 11px;
    padding: 0;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /* Replace <weight> with the desired value */
    font-style: normal;
    color: lightgray;
}


  }
  
  /* Large screens (e.g. laptops and desktops) */
  @media only screen and (min-width: 768px) {
    /* Your styles here */


    .img-content {
        position: absolute;
        bottom: 71px;
        left: 0;
        right: 0;
        text-align: center;
    }

    img {
        vertical-align: middle;
        border-style: none;
        width: 82%;
    }

    .card2{
        display: none;
    }

    .card-body2{
        display: none;
    }

    img {
    vertical-align: middle;
    border-style: none;
    width: 82%;
}

.img-content {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    text-align: center;
}

.footer {
    background-color: var(--drk-text);
    color: #fff;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
}

h5.social {
    margin-top: 11px;
    padding: 0;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /* Replace <weight> with the desired value */
    font-style: normal;
    color: lightgray;
}


  }


