@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0a2e47;
    overflow-x: hidden;
    overflow-y: scroll;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.clearfix {
    clear: both
}

a {
    text-decoration: none
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.container {
    width: 96%;
    margin: 0 auto
}

.padding {
    padding: 60px 0;
}

header {
    display: block;
    position: fixed;
    background-color: #2857747a;
    box-sizing: content-box;
    z-index: 1000;
    width: 100%;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 100
}

.banner {
    display: block;
    padding: 24px 20px 30px;
}

.logo {
    float: left;
    width: 230px;
    margin: 3px 20px 6px 6px;
}

    .logo img {
        width: 100%
    }

.main-menu {
    float: right;
    width: auto;
}

.menu-content {
    position: relative;
    text-align: right;
    color: #fff;
    direction: rtl;
    width: 100%;
}

    .menu-content span {
        text-align: right;
        color: #fff;
        direction: ltr;
        font-size: 8px;
    }


.hero {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-image: url('../images/main.png');
    background-size: cover;
    text-align: center;
    background-position: center;
    background-color: #000;
    background-attachment: fixed;
    z-index: -1;
    top: 0
}

.pattern {
    position: absolute;
    width: 100%;
    opacity: 0.4;
    right: 0;
    top: 0;
}

.overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20%;
}

.stats {
    display: block
}

    .stats ul {
        display: block
    }

        .stats ul li {
            width: 33%;
            display: inline-block;
            text-align: center
        }

            .stats ul li h2 {
                color: #2FA5A2;
                font-size: 90px;
                text-align: center;
                font-weight: 900;
                line-height: 50px;
            }

            .stats ul li p {
                color: #819FDC;
                font-size: 50px;
                margin: 0;
                border-bottom: 3px #E8D98B solid;
                display: inline-block;
            }

.login {
    position: absolute;
    right: 30px;
    bottom: 10%;
    direction: rtl;
}

    .login span {
        font-size: 12px;
        color: #fff;
        position: relative;
        top: -5px;
        margin-right: 10px;
    }

        .login span:before {
            content: '';
            height: 1px;
            width: 30px;
            background-color: #fff;
            display: inline-block;
            margin-left: 5px;
        }

    .login a {
        color: #fff;
    }

        .login a:hover {
            color: #E8D98B
        }


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

.swiper-title {
    position: absolute;
    width: 100%;
    background-color: #0A2E47;
    bottom: 0;
}

    .swiper-title a {
        color: #fff;
        padding: 30px 20px;
        display: block;
        font-size: 30px;
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20%;
}

.swiper-pagination-bullet {
    width: 30px;
    border-radius: 5px;
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background: #F08661;
}

.submenu {
    background-color: #0A2E47;
    padding: 80px 70px 0 70px;
    text-align: right;
}

    .submenu a {
        color: #fff;
        font-size: 13px;
        margin-left: 14px;
        font-family: "Noto Kufi Arabic", sans-serif;
    }

        .submenu a:hover {
            text-decoration: underline;
            color: #E8D98B
        }

.ma {
    text-decoration: underline;
    color: #E8D98B !important
}

.reels {
    background-color: #0A2E47;
    direction: ltr;
    height: 90vh;
    background-image: url('../images/bg2.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 10px
}

.owl-item > div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.owl-item.center > div {
    cursor: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.icon {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
}

    .icon i {
        color: #2FA5A2;
        font-size: 40px;
        line-height: 0;
        position: relative;
        top: 4px;
        left: 2px;
    }

.owl-item:not(.center) > div:hover {
    opacity: .75;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

.reel-page {
    background-color: #0a2e47;
    padding: 100px 0;
}

.reel-page-wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.reel-txt {
    width: 40%;
    float: right;
}

    .reel-txt h2 {
        color: #2FA5A3;
        font-size: 40px;
    }

    .reel-txt p {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }

.reel-vid {
    width: 50%;
    float: left;
}

.news {
    background-color: #0a2e47;
    padding: 28px 40px 40px 40px;
}

.news-item {
    display: block
}

.news-item-title {
    background-color: #2FA5A2;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

    .news-item-title h1 {
        color: #fff;
        font-size: 50px;
    }

.news-item-img {
    border-radius: 20px;
    overflow: hidden;
}

    .news-item-img img {
        width: 100%;
        height: 410px;
        object-fit: cover;
    }

.news-item-title-sm {
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background-color: #2FA5A2;
}

    .news-item-title-sm h1 {
        color: #000;
        font-size: 20px;
        line-height: normal;
    }

.detail {
    background-color: #0a2e47;
    padding: 20px 0;
}

.detail-wrapper {
    display: block;
    position: relative;
}

.detail-img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 63vh;
}

    .detail-img img {
        border-radius: 20px;
        position: fixed;
        width: 80%;
        left: 10%;
        /*height: 500px;*/
    }

.detail-wrapper-txt {
    backdrop-filter: blur(10px);
    background-color: #ffffffba;
    padding: 20px;
    width: 85%;
    margin: -6% auto 0;
    border-radius: 20px;
}

    .detail-wrapper-txt h1 {
        color: #2FA5A2;
        font-weight: 700;
        width: 80%;
        margin: 0 auto 20px;
        font-size: 25px;
    }

    .detail-wrapper-txt p {
        font-size: 16px;
        line-height: 30px;
        margin: 0 auto 20px;
        width: 80%;
    }

.detail-xtra {
    display: block;
    padding: 10px;
    border-top: 1px #1D9096 solid;
    text-align: left;
}

.card-wrapper {
    max-width: 100%;
    overflow-x: visible;
}

.card-list .card-item {
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    text-align: right;
}

    .card-list .card-item .card-link {
        user-select: none;
        display: block;
        background: #fff;
        text-decoration: none;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
        transition: 0.2s ease;
    }

        .card-list .card-item .card-link:active {
            cursor: grabbing;
        }

        .card-list .card-item .card-link:hover {
            border-color: #5372f0;
        }

.card-list .card-link .card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    height: 200px;
}

.card-list .card-link .badge {
    color: blue;
    margin: 16px 0 18px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 0.95rem;
    background: #dde4ff;
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .card-title {
    font-size: 18px;
    color: #2FA5A2;
    padding: 20px 20px 10px;
}

.card-list .card-link p {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0 20px 20px;
    line-height: 25px;
    width: 100%;
}

.card-list .card-link:hover .card-button {
    color: #fff;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #5372f0;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #5372f0;
    margin-top: -35px;
}

.more-news {
    display: block;
    margin-top: 0;
}

    .more-news h6 {
        font-size: 20px;
        color: #0A2E47;
        margin-bottom: 30px;
        position: relative;
    }

        .more-news h6::after {
            content: '';
            background-color: #459fa5;
            height: 1px;
            position: absolute;
            width: 89%;
            left: 0;
            bottom: 8px;
        }

.swiper-xtra {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    overflow-x: visible;
}

.wrapper {
    width: 90%;
    margin: 0 auto
}

.mv {
    background-color: #0A2E47;
    width: 87%;
    border-radius: 20px;
    margin: 39% auto 0;
    display: block;
    text-align: center;
}

    .mv::before {
        content: '';
        background-color: #E8D98B;
        height: 3px;
        width: 140px;
        display: block;
        margin: 0 auto;
        position: relative;
        top: 10px;
    }

.div-padding {
    padding: 25px 50px 40px 50px;
}

.mv h1 {
    color: #2FA5A2;
    font-size: 27px;
}

.mv p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    width: 60%;
    margin: 40px auto;
    display: block;
    clear: both;
}

.btn {
    background-color: #2FA5A2;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.story {
    background-color: #0A2E47;
    width: 88%;
    border-radius: 20px;
    margin: 30% auto;
    position: relative;
    display: block;
    text-align:center;
}

    .story::before {
        content: '';
        background-color: #E8D98B;
        height: 3px;
        width: 100px;
        display: block;
        margin: 15px auto 0;
    }

    .story h1 {
        color: #2FA5A2;
        font-size: 25px;
    }

    .story p {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }

.event {
    background-color: #0A2E47;
    width: 90%;
    border-radius: 20px;
    margin: 30px auto 0;
    position: relative;
    display: block;
}

.event-calender {
    width: 30%;
    float: left;
}

    .event-calender h1 {
        color: #EAA18C;
        font-weight: 300;
        border-bottom: 1px #1D9096 solid;
        margin-bottom: 30px;
        font-family: "Noto Kufi Arabic", sans-serif;
        text-align: center;
    }

    .event-calender h2 {
        font-size: 70px;
        color: #EAA18C;
        text-align: left;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 70px;
        font-family: 'Myanmar MN';
    }

    .event-calender p {
        text-align: left;
        color: #fff;
    }

.form-item {
    display: block;
    margin-bottom: 10px;
    direction: rtl;
    color:white;
}

    .form-item span {
        color: #fff;
    }

.form-item-txtbx {
    border: 1px #2FA5A2 solid;
    padding: 14px 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    background-color: transparent;
    text-align: right;
    color: gray;
    font-family: "Noto Kufi Arabic", sans-serif;
}

.event-item {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

    .event-item img {
        width: 100%
    }

.event-item-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #125F6B;
    border-radius: 20px;
    text-align: left;
}

    .event-item-txt h2 {
        color: #2FA5A2;
        padding: 20px;
        display: inline-block;
        font-size: 30px;
        font-family: 'Myanmar MN';
    }

.event-xtra {
    float: right;
    border: 1px #2FA5A2 solid;
    border-radius: 8px;
    margin: 10px;
    padding: 12px 12px 4px;
}

    .event-xtra span {
        color: #2FA5A2;
        font-size: 29px;
        margin: 0;
        line-height: 0;
    }

    .event-xtra h3 {
        color: #2FA5A2;
        font-size: 50px;
        margin: 0;
        line-height: 37px;
    }

.main-calender {
    width: 30%;
    float: right;
    background-color: #0b374e;
    padding: 50px;
    margin-top: 70px;
}


.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.profile {
    width: 18%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .profile:hover .name {
        bottom: 0;
    }

    .profile img {
        width: 100%;
        border-radius: 10px;
    }


.name {
    padding: 5px 2%;
    border-radius: 5px;
    margin-top: 5px;
    position: absolute;
    bottom: -100px;
    right: 0;
    background-color: #1D9096;
    transition: all 0.4s ease-in-out;
    width: 96%
}

    .name h2, h4 {
        color: #E8D98B;
    }

.bio-container {
    display: none;
    background: #1D9096;
    padding: 5%;
    width: 85%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    text-align: right;
    position: relative;
}

    .bio-container h2 {
        color: #0A2E47;
        font-size: 40px;
    }

    .bio-container h3 {
        color: #0A2E47;
        font-size: 30px;
    }

    .bio-container p {
        color: #fff;
        font-size: 22px;
    }

.close-btn {
    position: absolute;
    top: 10px;
    left: 35px;
    cursor: pointer;
    font-size: 48px;
    color: #fff;
}

.team {
    display: block;
    padding-top: 16%;
}

.social {
    display: inline-block;
    border-top: 3px #e8d98b solid;
    padding-top: 20px;
}

    .social a {
        background-color: #E8D98B;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 46px;
        text-align: center;
        border-radius: 40px;
        color: #1D9096 !important;
        font-size: 20px;
        margin-left: 10px;
    }


.s-team {
    padding: 22vmin 0 20vmin;
}


.pg {
    display: block;
    width: 70%;
    margin: 70px auto 0;
}

.pg-main {
    display: block;
    position: relative;
    margin-bottom: 50px
}

    .pg-main img {
        width: 100%;
    }

    .pg-main div {
        position: absolute;
        z-index: 1;
        width: 70%; /* now covering more of the image */
        height: 100%;
        top: 0;
        right: 0;
        background: linear-gradient(to left, #0000009e 0%, #0000009e 50%, transparent 100%);
    }

    .pg-main h1 {
        position: absolute;
        top: 60%;
        right: 5%;
        color: #fff;
        width: 40%;
        border-right: 2px #fff solid;
        padding-right: 30px;
        width:80%;
    }

        .pg-main h1:hover {
            text-decoration: underline
        }

.pg-more {
    display: block;
}

    .pg-more h1 {
        color: #fff;
        border-right: 3px #fff solid;
        font-size: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .pg-more ul li {
        width: 32%;
        float: right;
        margin-left: 2%;
        margin-bottom: 30px;
    }

        .pg-more ul li:nth-child(3n+0) {
            margin-left: 0
        }

        .pg-more ul li img {
            width: 100%;
            min-height: 250px;
            min-height: 250px;
            max-height: 250px;
        }

        .pg-more ul li h2 {
            display: block;
            color: #fff;
            font-size: 16px;
            max-height: 30px;
        }

        .pg-more ul li:hover h2 {
            text-decoration: underline
        }



.pg-detail {
    display: block;
    background-color: #000;
}

.pg-detail-main {
    display: block;
    position: relative;
}

    .pg-detail-main img {
        width: 100%
    }

    .pg-detail-main h1 {
        position: absolute;
        top: 80%;
        text-align: center;
        width: 100%;
        color: #fff;
    }

.pg-detail-more {
    width: 80%;
    margin: 0 auto;
}

    .pg-detail-more p {
        color: #fff;
        font-size: 16px;
        padding: 0 10%;
    }

    .pg-detail-more img {
        width: 100%;
    }

    .pg-detail-more span {
        display: block;
        text-align: center;
        color: #666;
    }


.project {
    display: block;
    margin-top: 9%;
    direction: ltr;
}

.project-items {
    backdrop-filter: blur(11.5px);
    width: 47%;
    border-radius: 30px;
    text-align: center;
    padding: 45px 0 45px;
    float: left;
    margin: 1.5% 1% 1.5% 1%;
    background-color: #3e3a9947;
}

    .project-items h1 {
        font-family: 'Myanmar MN';
        font-size: 70px;
        color: #678ec9;
        font-weight: normal;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .project-items a {
        border: 1px #ead076 solid;
        border-radius: 50px;
        font-family: 'Myanmar MN';
        text-transform: uppercase;
        padding: 10px 20px 5px;
        background-color: transparent;
        color: #ead076;
        display: inline-block
    }

.projects-more {
    display: block;
    font-family: 'Myanmar MN';
    direction: ltr;
    text-align: center;
}

.projects-more-title {
    text-align: center;
    text-transform: uppercase;
    color: #678ec9;
    font-family: 'Myanmar MN';
    font-size: 35px;
    font-weight: normal;
    border-bottom: 1px #ead076 solid;
    display: inline-block;
    margin: 50px auto 30px;
}

.projects-more-slogan {
    color: #fff;
    text-align: center;
    width: 550px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 20px;
}

.projects-more-sections {
    background-color: #0a2e47;
    width: 94%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 30px;
    margin-top: 100px;
}

    .projects-more-sections h1 {
        text-align: center;
        color: #678ec9;
        font-size: 50px;
        font-weight: normal;
        margin-bottom: 30px;
    }

    .projects-more-sections ul li {
        float: left;
        width: 32%;
        margin-right: 2%;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        min-height: 330px;
        max-height: 330px;
    }

        .projects-more-sections ul li:nth-child(3n+0) {
            margin-right: 0
        }

        .projects-more-sections ul li img {
            width: 100%;
            min-height: 230px;
        }

        .projects-more-sections ul li div {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #ead076;
            width: 100%;
            text-align: center;
            padding: 13px 0;
        }

            .projects-more-sections ul li div h3 {
                color: #0a2e47;
                font-size: 20px;
                font-weight: normal;
                padding: 0;
                font-family: "Noto Kufi Arabic", sans-serif;
            }

            .projects-more-sections ul li div h4 {
                color: #0a2e47;
                display: inline-block;
                font-weight: normal;
                padding: 0 10px;
            }

.newbtn {
    border: 1px #ead076 solid;
    border-radius: 50px;
    font-family: 'Myanmar MN';
    text-transform: uppercase;
    padding: 10px 20px 5px;
    background-color: transparent;
    color: #ead076;
    display: inline-block;
}


.fixed-bg {
    display: block;
    backdrop-filter: blur(7px);
    background-color: #00345f6e;
    margin: 0% 2% 0 1%;
    text-align: center;
    padding: 20px 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    width: 96%;
    height: 100vh;
    top: 12%;
}

    .fixed-bg h1 {
        font-family: 'Myanmar MN';
        color: #678ec9;
        font-size: 40px;
        font-weight: normal;
    }

.fixed-img {
    background-image: url(./images/main.jpg);
    height: 370px;
    width: 94%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    font-family: 'Myanmar MN';
    overflow: hidden;
    background-size:cover
}

    .fixed-img div {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #ead076;
        width: 100%;
        text-align: center;
        padding: 13px 0;
    }

    .fixed-img h3 {
        color: #0a2e47;
        font-size: 25px;
        font-weight: normal;
        padding: 0;
        margin-bottom: 15px;
        font-family: "Noto Kufi Arabic", sans-serif;
    }

    .fixed-img h4 {
        color: #0a2e47;
        font-size: 25px;
        font-weight: normal;
        padding: 0;
        display: inline-block;
        font-size: 16px;
        padding: 0 20px;
    }

.fixed-txt {
    width: 82%;
    margin: 550px auto 2%;
    display: block;
    z-index: 1000;
    position: relative;
}
.fixed-txt-blure {
    backdrop-filter: blur(11.5px);
    background-color: #639bc826;
    direction: ltr;
    padding: 30px;
    color: #fff;
    font-family: 'Myanmar MN';
    font-size: 22px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 30px;
}
    .fixed-txt-blure p {
        direction: rtl;
        color: #fff;
        font-family: "Noto Kufi Arabic", sans-serif;
        font-size: 22px;
    }
    .fixed-txt-blure-nav {
        display:block;
        text-align:left
    }
        .fixed-txt-blure-nav a {
            color: #d3b666;
        }
            .fixed-txt-blure-nav a span {
                position: relative;
                top: 6px;
            }
        .fixed-txt-blure-nav-right {
            float:right
        }
            .fixed-txt-blure-nav-right a {
                color: #d3b666;
                display: inline-block;
            }
            .fixed-txt-blure-nav-right h6 {
                color: #d3b666;
                display: inline-block;
                font-size: 22px;
            }
            @media screen and (max-width: 768px) {
                .card-wrapper {
        margin: 0 10px 25px;
    }

        .card-wrapper .swiper-slide-button {
            display: none;
        }
}

@media (max-width: 1200px) {
    .news-item-title h1 {
        font-size: 30px;
    }

    .news-item-title-sm h1 {
        font-size: 20px;
    }

    .news-item-img img {
        height: 400px;
    }

    .pg {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .stats ul li p {
        font-size: 20px;
    }

    .stats ul li h2 {
        font-size: 50px;
        line-height: 30px;
    }

    .logo img {
        width: 220px;
    }

    .menu-content span {
        display: none
    }

    .reel-page {
        padding: 50px 0;
    }

    .reel-page-wrapper {
        width: 94%;
    }

    .reel-txt {
        width: 100%;
        float: none;
    }

        .reel-txt h2 {
            font-size: 30px;
        }

    .reel-vid {
        width: 100%;
        float: none;
    }

    .detail-wrapper-txt {
        padding: 3px;
        width: 100%;
        margin: -50px auto 0;
    }

        .detail-wrapper-txt h1 {
            width: 94%;
            font-size: 30px;
            padding-top: 20px;
        }

        .detail-wrapper-txt p {
            width: 94%;
        }

    .more-news h6::after {
        width: 79%;
    }

    .card-list .card-link .card-image {
        height: 170px;
    }

    .mv {
        width: 90%;
        margin: 60% auto 0;
    }

    .div-padding {
        padding: 20px;
    }

    .mv h1 {
        font-size: 23px;
    }

    .mv p {
        font-size: 18px;
    }

    .story {
        width: 96%;
    }

        .story h1 {
            font-size: 23px;
        }

        .story p {
            font-size: 16px;
        }

    .event {
        margin: 30px auto 0;
    }

    .event-calender h1 {
        font-size: 24px;
    }

    .event-calender {
        width: 40%;
    }

    .profile {
        width: 30%;
    }

    .bio-container {
        position: fixed;
        top: 21%;
        right: 5%;
        width: 80%;
    }

    .detail-img {
        height: 40vh;
    }

        .detail-img img {
            width: 98%;
            left: 1%;
        }

    .pg-main h1 {
        top: 20%;
        right: 3%;
        width: 50%;
        padding-right: 20px;
        font-size: 22px;
    }

    .pg {
        margin: 30px auto 0;
    }

    .pg-detail-main h1 {
        top: 40%;
        font-size: 20px;
    }

    .project-items {
        width: 47%;
        padding: 100px 0 40px;
    }

        .project-items h1 {
            font-size: 40px;
            margin-bottom: 30px;
        }

    .projects-more-sections ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .projects-more-sections {
        width: 86%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .menu-content span {
        display: none
    }

    .swiper-title a {
        padding: 20px 20px;
        font-size: 24px;
    }

    .event-calender {
        width: 100%;
        float: none;
    }

    .main-calender {
        width: 100%;
        float: none;
        background-color: #0b374e;
        padding: 0;
        margin-top: 70px;
    }
    .fixed-img {
        height: 300px;
    }
        .fixed-img h3 {
            margin-bottom: 0px;
        }
    .fixed-txt {
        width: 86%;
        margin: 520px auto 2%;

    }
    .fixed-txt-blure {
        padding: 20px;
   }
}

@media (max-width: 640px) {
    .stats ul li h2 {
        font-size: 30px;
        line-height: 20px;
    }

    .stats ul li p {
        font-size: 14px;
    }

    .project-items {
        width: 100%;
        padding: 70px 0 40px;
        margin-bottom: 30px;
        float: none;
        display: block;
    }

    .project {
        margin-top: 110px;
    }

    .projects-more-title {
        font-size: 24px;
    }

    .projects-more-sections h1 {
        font-size: 30px;
    }

    .projects-more-sections ul li div h3 {
        font-size: 20px;
    }

    .projects-more-sections ul li div h4 {
        padding: 0 5px;
        font-size: 12px;
    }
    .fixed-txt-blure p {
        font-size: 16px;
    }
}

@media (max-width: 540px) {

    .stats ul li {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .swiper-title a {
        padding: 20px 20px;
        font-size: 20px;
    }

    .container {
        width: 75%;
        margin: 0 auto;
    }

    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .submenu {
        padding: 75px 20px 0 0;
        text-align: right;
    }

        .submenu a {
            font-size: 14px;
        }

    .reels {
        height: 85vh
    }

    .more-news h6::after {
        width: 69%;
    }

    .detail {
        padding: 20px 0 30px;
    }

    .detail-wrapper-txt h1 {
        font-size: 23px;
    }

    .event-item-txt h2 {
        font-size: 16px;
    }

    .event-xtra span {
        font-size: 18px;
    }

    .event-xtra h3 {
        font-size: 31px;
    }

    .profile {
        width: 46%;
    }

    .bio-container {
        position: fixed;
        top: 10%;
        right: 5%;
        width: 80%;
    }

    .close-btn {
        top: 4px;
        left: 24px;
    }

    .bio-container h2 {
        font-size: 26px;
    }

    .bio-container h3 {
        font-size: 20px;
    }

    .detail-img {
        height: 230px;
    }

    .pg-main h1 {
        right: 3%;
        padding-right: 20px;
        font-size: 18px;
        width: 80%
    }

    .pg-more ul li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .logo {
        width: 200px;
        margin: 0;
    }

        .logo img {
            width: 100%
        }

    .pg-detail-more {
        width: 100%;
        margin: 0 auto;
    }

        .pg-detail-more p {
            font-size: 14px;
        }
}

@media (max-width: 420px) {
    .profile {
        width: 100%;
    }

    .pg-main h1 {
        font-size: 14px;
    }
}
