@import url(./header.css);
@import url(./footer.css);

header {
    background: #7823DC;
}

.dropdown-content {
    background: #7823DC;
}

.logo {
    width: 150px;
}

.logo img {
    width: 100%;
    height: auto;
}

.content-wrap {
    min-height: 500px;
}

nav.top-nav {
    -webkit-box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
}

.blog-content-wrap {
    min-height: 550px;
}

.bg-layer-dark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: 1;
    background-color: #ccc;
}

.content-wrap {
    padding-top: 105px;
    padding-bottom: 30px;
}

.image-fluid {
    width: 100%;
    height: auto;
}

.blog-content-block {

    position: relative;
    color: #000;
    padding: 30px;
}

.blog-content-block a {
    color: #000;
    z-index: 2;
    position: relative;
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
}

.blog-content-block a:hover {
    text-decoration: none;
    color: #141313b3;
}

.blog-content-block li {
    list-style: none;
    display: inline-block;
}

.blog-content-block li a {
    font-size: 14px;
}

.blog-content-block ul {
    padding-left: 0;
    margin-top: 20px;
}

.blog-short-description {
    font-size: 20px;
}

.blog-title {
    font-weight: 400;
    font-size: 44px;
}

.post-meta>li:not(:last-child):after {
    margin-right: 0.5rem;
    content: "\b7";
    margin-left: 0.5rem;
}

.blog-description {
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-orange {
    color: #fff;
    background-color: orange;
}

.mobile-screen {
    display: none;
}

.blog-subtitle-desc-block {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.blog-subdesc {
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
}

.img-video-wrap {
    width: 50%;
    margin: auto;
    position: relative;
}

.play-btn.vpop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.auhthror-name {
    font-weight: 700;
    font-style: italic;
    padding-top: 20px;
}

.sec-70 {
    width: 70%;
    margin: auto;
}

/* .modal-content {
    background-color: transparent;
    border: none;
} */

.modal-header {
    border-bottom: none;
    justify-content: right;
    padding: 0;
}

.modal-dialog {
    max-width: 44%;
}

.modal-body {
    padding-top: 0;
}

@media (max-width: 768px) {
    .blog-title {
        font-size: 22px;
    }

    .show-desktop {
        display: none;
    }

    .mobile-screen {
        display: block;
    }

    .blog-content-wrap {
        min-height: auto;
    }

    .blog-content-block {
        bottom: 0;
    }

    .blog-description {
        padding-left: 5px;
        padding-right: 5px;
    }

    nav .logo {
        width: 150px;
    }

    .dropdown-content {
        background: #fff;
    }

    .img-video-wrap , .sec-70 {
        width: 100%;
    }
}