@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
* {
    box-sizing: border-box;
}

body {
    font-family: 'Ubuntu', sans-serif;
    /* background-color: rgb(243, 242, 242); */
    background-color: rgb(250, 250, 250);
    font-size: 15px;
    margin: 0px;
    /* background-image: url('../screenshots/svg-resources/Scattered-Forcefields.svg'); */
}

.dropdown-sidemenu li {
    cursor: pointer
}

.top-bar img {
    position: relative;
}

.top-bar img::before {
    content: '';
    position: absolute;
}

.nav-primary {
    margin-right: 2.5em;
    color: #6c757d!important;
    font-size: 1.15em;
    letter-spacing: 1px;
    font-weight: 700;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b16905 !important;
}

.news-heading {
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(8deg, rgba(255, 249, 249, 0.8433123591233369) 9%, rgba(212, 209, 207, 0.356) 62%), url('../screenshots/svg-resources/Scattered-Forcefields.svg');
    /* background-position: (0%,90%); */
}

.article-news-title {
    color: #E99119;
    margin: 55px 12.5% 1% 12.5%;
    font-size: 1.5em;
    font-weight: 500;
}

@media screen and (min-width: 1290px) and (max-width: 1446px) {
    .article-news {
        width: 85% !important;
    }
    .article-news-title {
        margin: 40px 12.5% 1% 8%;
    }
}

@media screen and (min-width: 1777px) and (max-width: 1830px) {
    .article-news {
        width: 63% !important;
    }
    .article-news-title {
        margin: 40px 12.5% 1% 18.5%;
    }
}

@media screen and (min-width: 1831px) {
    .article-news {
        width: 61% !important;
    }
    .article-news-title {
        margin: 40px 12.5% 1% 8%;
    }
}

@media screen and (min-width: 600px) {
    .news-mobile {
        display: none;
    }
    .article-mobile {
        display: none;
    }
}

.mobile-logo {
    position: absolute;
    top: 0.25rem;
    left: 87px;
}

.available-result {
    position: absolute;
    top: 8.4rem;
    width: 100%;
    background-color: white;
    left: 0px;
    padding: 10px;
}

.event-gallery-contents {
    gap: 10px;
}

@media screen and (max-width: 600px) {
    .articles,
    .news,
    .article-news-title,
    .nav-primary {
        display: none;
    }
    /* .article-mobile{
        display:none;
    } */
    .project-partners .title {
        text-align: center;
        margin-top: 0rem !important;
        margin-left: 0rem !important;
        font-size: 1.8rem;
        padding: 1.5rem;
        font-weight: 500;
        background-color: #d3d3d38c;
    }
    .project-partners-shape-divider {
        display: none;
    }
    .hero-shape-divider {
        display: none;
    }
    .event-gallery-contents {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        row-gap: 20px;
    }
    .event-contents {
        max-width: 100%;
    }
    .events-cards {
        width: 100%;
        justify-content: center;
    }
    .available-result {
        top: 8.4rem;
        width: 100%;
        background-color: white;
        left: 0px;
        padding: 10px;
        text-align: center;
    }
    .middle-nav {
        display: none;
    }
    .articles-news-section {
        display: none;
    }
    .mobile-logo {
        left: 80px;
    }
    .hero-section-content1 {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.418) 19%, rgba(0, 0, 0, 0.5) 27%, rgba(0, 0, 0, 0.233) 100%);
    }
    .hero-section-content1>p {
        line-height: 2rem;
        margin-bottom: 1rem;
        letter-spacing: 0rem;
        padding: 0px 5px;
    }
    .hero-section-content1>p+p {
        margin-top: 0.5rem;
    }
}

.news-container {
    padding: 1em 0em;
    display: flex;
    justify-content: space-around;
    /* max-width: 328px; */
    flex-wrap: wrap;
    height: 500px;
    overflow-y: hidden;
}

.news-content {
    /* border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.555); */
    padding: 4px 1px 9px 0px;
    width: 97%;
    margin-left: 7px;
    margin-bottom: 1.5rem;
    display: flex;
    border-radius: 10px;
    height: 127px;
    /* text-align: center; */
}

.article-news {
    margin: 10px auto;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.articles {
    flex-grow: 2;
    max-width: 750px;
}

.news {
    flex-grow: 1;
    min-width: 300px;
    max-width: 400px;
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0.877);
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.s2 {
    border-radius: 10px;
    /* height:400px !important; */
}

.swiper-slider-content {
    position: relative;
    width: 100%;
}

.swiper-slider-img {
    border-radius: 10px;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.swiper-slider-caption {
    border-radius: 0px 0px 10px 10px;
    min-height: 90px;
    width: 100%;
    background-color: #c67a0c;
    /* backdrop-filter: blur(2px);  */
    position: absolute !important;
    bottom: 0px;
    z-index: 10;
    color: #fffdfd;
    display: grid;
    place-items: center;
}

.swiper-slider-caption>p>span {
    border-radius: 15px;
    padding: 4px 8px;
    color: #fffdfd;
    border: 1px solid #eee;
    font-weight: 400;
    font-size: 0.9em;
}


/* .hero-section{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
   
    
    background-image: url('../images/slider1.png');
    min-height:550px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% top;
    margin-bottom: 2em;


} */

.hero-container {
    backdrop-filter: blur(1px);
}

.strip-blur {
    min-height: 10px;
    background-color: #53320354;
    /* filter: blur(1px); */
}

.hero-section-content {
    min-height: 230px;
    background-color: rgb(169 99 0 / 83%);
    padding: 15px 10px;
}

.container-padding {
    padding: 0px 0px;
}

.caregive-button,
.slt-button {
    outline: none;
    border-radius: 25px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 1.1rem;
    cursor: pointer;
}

.caregive-button {
    color: #fdfcfb;
    border: 1px #fdfcfb solid;
    background-color: #E99119 !important;
}

.slt-button {
    background-color: transparent;
    color: white;
    border: 1px solid #E99119;
}

.caregive-button:focus,
.slt-button:focus {
    outline: none;
    border: none;
}

.horizontal-slider {
    max-width: 600px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}

.slider-content {
    width: 305px;
    height: 210px;
    margin-right: 15px;
    position: relative;
}

.slider-content>img {
    border-radius: 10px;
    width: 270px;
    height: 100%;
}

.slider-caption {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 75px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    color: white;
    padding-top: 5px;
}

.slider-caption p {
    margin-top: -10px;
}

.slider-caption a {
    color: orange;
    font-size: small;
}

.top-bar {
    display: flex;
    justify-content: space-between;
}

.top-bar img {
    width: 48px;
    height: 25px;
}

img.logo {
    width: 68px;
    height: 40px;
}

.nav-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0;
    display: none;
    transition: all 0.2s;
    z-index: 4;
    top: 0px;
    left: 0px;
}

.side-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    top: 0px;
    /* left: -250px; */
    z-index: 5;
    background-color: white;
    transition: all 0.2s;
}

.side-nav a {
    text-decoration: none;
}

.side-nav-top {
    min-height: 20vh;
    width: 100%;
    background-color: #E99119;
    padding-left: 3rem;
    padding-top: 2rem;
    margin-bottom: 3rem;
}

.fab-btn {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    position: fixed;
    background-color: #E99119;
    color: rgb(250, 234, 189);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
}

.bottom-sheet {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 240px;
    ;
    /* overflow-y: auto;*/
    bottom: -240px;
    /* left:-250px;*/
    z-index: 5;
    background-color: white;
    transition: all 0.5s;
}

.bottom-sheet-top {
    height: 70px;
    width: 100%;
    margin: 0px;
    background-color: #E99119;
}

.section-header {
    color: rgb(234, 150, 32);
    font-size: 1.5em;
    font-weight: 500;
}

.news-section {
    display: flex;
    justify-content: space-around;
}

.details {
    align-self: flex-end;
}

.image {
    width: 50%;
    border-radius: 20px;
}

.details {
    width: 50%;
}

.details>p {
    font-weight: 300;
}

.side-nav a {
    display: flex;
    align-items: center;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.side-nav a span:nth-child(1) {
    color: #E99119 !important;
    margin: 0.5rem 0.5rem;
}

.side-nav a span:nth-child(2) {
    color: #6c757d;
    padding-right: 3px;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .02rem;
}

.side-nav a span:nth-child(3) {
    color: #6c757d;
    padding-right: 3px;
    margin: 0.5rem 0.5rem;
    /* font-weight: lighter;*/
}

.dropdown-sidemenu {
    margin-left: 40px;
    display: none;
    opacity: 0;
    transition: all 2s;
    line-height: 1.5rem;
    margin-top: -10px;
}

.dropdown-sidemenu-item {
    list-style: none;
    transition: all .5s;
    color: #383434ad;
    font-weight: 400;
    font-size: 1rem;
}

.dropdown-sidemenu-item::before {
    content: '- ';
}

.dropdown-sidemenu-item:hover {
    color: #a05f04;
    transform: translateX(2px);
}

.top-search-bar {
    position: fixed;
    top: 0;
    background-color: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 20;
    min-height: 100px;
    width: 100vw;
    display: none;
}

.top-search-bar.active {
    display: block;
}

.search-categories {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 10px;
    /* margin-top: 10px; */
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    justify-content: center;
}

.category-chip {
    /* height: 30px; */
    margin-right: 10px;
    border-radius: 15px;
    background-color: #ddd;
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.7);
}

.category-chip.active {
    background-color: #E99119;
    color: white;
}

.search-text-container {
    /* margin: 15px 0px; */
    /* display:flex;
    gap: 13px; 
    align-items: center;
    justify-content: center; */
    position: relative;
    width: 100vw;
    padding: 15px;
    background-color: #E99119;
}

.search-back-arrow {
    position: absolute;
    right: 20rem;
    margin-right: 20px;
    top: 1.5rem;
}

.search-text {
    display: flex;
    justify-content: center;
}

#search-text {
    border-radius: 10px;
    padding: 12px 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 1rem;
    outline: none;
    width: calc(100% - 50px)!important;
    /* margin-left: 35px; */
    max-width: 50%;
}

@media screen and (max-width:600px) {
    .search-categories {
        width: 100%;
        padding: 10px 20px;
        justify-content: flex-start;
    }
    #search-text {
        border-radius: 10px;
        padding: 12px 10px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        font-size: 1rem;
        outline: none;
        width: calc(100% - 50px)!important;
        margin-left: -40px;
        max-width: 75%;
    }
    .search-back-arrow {
        position: absolute;
        right: 2rem;
        /* margin-right: 20px; */
        top: 1.5rem;
    }
}

.our-specialization {
    /* margin: 25px 20px 0px; */
    font-size: 1.4em;
}

.specialization-container {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 350px;
}

.specialization-heading {
    padding: 20px 0px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: rgb(234, 150, 32);
}

.specialization-image {
    /* padding:0px 0px 0px 40px; */
    margin-top: 10px;
    display: grid;
    place-items: center;
}

.specialization-details {
    margin-top: 20px;
}

.specialization-button {
    display: grid;
    place-items: center;
    padding-bottom: 10px;
    margin-top: 1.2rem;
}

.specialization-button button {
    border-radius: 20px;
    color: #E99119;
    border: 1px solid #E99119 !important;
    outline: none;
    background-color: transparent;
    font-size: medium;
    padding: 5px 15px;
}

.specialization-button button:hover {
    background-color: #E99119;
    border: 1px solid #E99119 !important;
    outline: none;
    color: white;
}

.collaborators {
    margin-top: 20px;
}

.footer {
    background-color: #616161;
    margin-top: 50px;
}

.footer .bottom-section {
    background-color: #464646;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eee;
    font-size: 0.93em;
}

.footer .upper-section {
    display: flex;
    justify-content: space-between;
    padding: 10px 100px;
    flex-wrap: wrap;
}

.footer .upper-section .footer-item {
    display: flex;
    flex-direction: column;
    color: white;
}

.footer .upper-section .footer-item a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.925);
    transition: all .5s;
    /* text-align: center;*/
}

.footer .upper-section .footer-item a:hover {
    text-decoration: none;
    color: #E99119;
    transform: translateX(2px);
    transition: all .5s;
}

@media (max-width:768px) {
    .footer .upper-section .footer-item a {
        text-decoration: none;
        color: #E99119;
        /* text-align: center;*/
    }
    .footer .upper-section {
        display: flex;
        /*  justify-content: space-between;*/
        padding: 10px 10px;
        flex-wrap: wrap;
    }
    .footer-item h5 {
        font-size: 1em;
    }
    .footer .upper-section .footer-item:nth-child(1) {
        display: none;
    }
}

.footer-item .social-links {
    display: flex;
    gap: 10px;
    font-size: 2em;
    align-items: center;
    height: 100%;
}

.footer-item .social-links i {
    transition: all .5s;
}

.footer-item .social-links i:hover {
    color: #E99119;
    transform: scale(1.2);
    transition: all .5s;
}