@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);

.about .about__img img, .great .great__flex .great__info img, .looking, img {
    width: 100%
}

:root {
    --first-color: #0F172A;
    --second-color: #52525B;
    --gray-color: #6E7191;
    --info-color: #2563EB;
    --btn-info-color: #338AF3;
    --btn-info-light-color: #3389f3d5;
    --btn-indigo-color: #6562FF;
    --btn-indigo-light-color: #6562FFd5;
    --header-height: 88px;
    --font-jakarta: "Plus Jakarta Sans", sans-serif;
    --font-raleway: "Raleway", sans-serif;
    --font-inter: "Inter", sans-serif
}

a, body, h1, h2, h3, li, p, ul {
    color: var(--first-color);
    padding: 0;
    margin: 0
}

*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html {
    scroll-behavior: smooth
}

a, h1, h2, h3, li, p, ul {
    list-style: none;
    text-decoration: none
}

.navbar {
    padding-block: 20px !important;
    background-color: #fff !important
}

.navbar .navbar-nav {
    gap: 38px
}

.navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-inter);
    color: var(--first-color)
}

.navbar .nav-link:hover {
    color: var(--info-color) !important
}

.navbar .nav-item {
    display: flex;
    align-items: center
}

.navbar .nav-item .btn-nav-primary {
    background-color: var(--btn-info-color);
    color: #fff;
    border: none;
    outline: 0;
    border-radius: 24px;
    padding: 10px 20px
}

.navbar .nav-item .btn-nav-primary:hover {
    background-color: var(--btn-info-light-color)
}

.navbar .nav-item .btn-nav-primary:active {
    color: #fff;
    border: none;
    outline: 0;
    background-color: var(--btn-info-color)
}

.navbar .nav-item .dropdown button {
    background-color: transparent;
    color: var(--first-color);
    border: none;
    outline: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0
}

.hacks .swiper-button-next::after, .hacks .swiper-button-prev::after, .navbar .nav-item .dropdown button::after {
    display: none
}

.top__footer .btn-explore-outline {
    border: 2px solid var(--btn-indigo-color) !important;
    color: var(--btn-indigo-color) !important;
    font-weight: 700 !important;
    font-size: 23px !important;
    padding: 20px !important;
    border-radius: 13px !important
}

.top__footer .btn-explore-outline:hover {
    background-color: var(--btn-indigo-light-color) !important;
    color: #fff !important;
    border: 2px solid transparent !important
}

.explore .explore__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 130px

}

.explore .explore__title {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--font-jakarta)
}

.explore .explore__title .explore__title-withbg {
    position: relative
}

.explore .explore__title .explore__title-withbg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 70px;
    background-color: #2564ebbb;
    border-radius: 50%;
    z-index: -1;
    filter: blur(40px)
}

.explore .explore__title .explore__title-withbg::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 80px;
    background-color: #eb2592bb;
    border-radius: 50%;
    z-index: -1;
    filter: blur(40px)
}

.explore .explore__subtitle {
    padding-block: 50px;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-jakarta);
    line-height: 33px
}

.explore .explore__btn-group {
    display: flex;
    gap: 20px
}

.explore .explore__btn-group .btn-explore-indigo, .explore .explore__btn-group .btn-explore-outline {
    font-weight: 700;
    font-size: 23px;
    padding: 20px;
    border-radius: 13px
}

.explore .explore__btn-group .btn-explore-indigo {
    background-color: var(--btn-indigo-color);
    color: #fff;
    border: 2px solid transparent;
    outline: 0
}

.explore .explore__btn-group .btn-explore-outline, .hacks .btn-hacks-otline {
    color: var(--btn-indigo-color);
    border: 2px solid var(--btn-indigo-color)
}

.explore .explore__btn-group .btn-explore-indigo:hover, .explore .explore__btn-group .btn-explore-outline:hover {
    background-color: var(--btn-indigo-light-color);
    color: #fff;
    border: 2px solid transparent
}

.explore .explore__btn-group .btn-explore-indigo:active, .explore .explore__btn-group .btn-explore-outline:active {
    background-color: var(--btn-indigo-color);
    color: #fff
}

@media screen and (max-width: 767px) {
    .explore .explore__btn-group .btn-explore-indigo, .explore .explore__btn-group .btn-explore-outline {
        font-size: 22px
    }
}

@media screen and (max-width: 575px) {
    .explore .explore__btn-group .btn-explore-indigo, .explore .explore__btn-group .btn-explore-outline {
        font-size: 18px
    }
}

.sponsors {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 100px
}

.sponsors .sponsors__heading {
    font-size: 42px;
    font-weight: 600;
    font-family: var(--font-inter);
    line-height: 32px;
    margin-bottom: 22px
}

.looking .col, .sponsors .sponsors__col {
    display: flex;
    align-items: center;
    justify-content: center
}

.sponsors .sponsors__col img {
    width: 70%
}

@media screen and (max-width: 991px) {
    .sponsors .sponsors__col img {
        width: 80%;
        padding-block: 40px
    }
}

.hacks {
    margin-block: 96px
}

.hacks .hacks__title {
    text-align: center;
    font-size: 48px;
    font-family: var(--font-raleway);
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -2px;
    margin-bottom: 48px
}

.hacks .hacks__card {
    margin-bottom: 40px
}
.hacks .hacks__card img {
border-radius: 10px;
}

.hacks .hacks__card-info {
    padding-top: 22px
}

.hacks .hacks__card-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px
}

.hacks .hacks__card-date .hacks__card-category, .hacks .hacks__card-date .hacks__card-number {
    font-family: var(--font-inter);
    font-size: 16px;
    color: var(--gray-color)
}

.hacks .hacks__card-title {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
}

.hacks .hacks__card-desc {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-inter);
    line-height: 28px;
    color: #707070;
}

.hacks .btn-hacks-otline {
    padding: 7px 14px
}

.hacks .btn-hacks-otline:hover {
    border: 2px solid var(--btn-indigo-color);
    background-color: var(--btn-indigo-color);
    color: #fff
}

.hacks .btn-hacks-otline:active {
    border: 2px solid var(--btn-indigo-color) !important;
    background-color: transparent !important;
    color: var(--btn-indigo-color) !important
}

.hacks .swiper-button-next, .hacks .swiper-button-prev {
    margin-top: -115px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--first-color);
    background-color: #fff
}

.hacks .swiper-button-prev {
    left: -1rem
}

.hacks .swiper-button-next {
    right: -1rem
}

.about {
    background-color: #f1f7fb;
    padding-block: 96px
}

.about .about__breadcrumb {
    font-size: 18px;
    font-family: var(--font-inter);
    color: var(--info-color);
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 18px
}

.about .about__title {
    font-size: 42px;
    font-family: var(--font-jakarta);
    font-weight: 700;
    line-height: 76px;
    margin-bottom: 59px
}

.about .about__cards {
    gap: 19px;
    display: flex;
    flex-direction: column
}

.about .about__cards .about__card {
    background-color: #fff;
    width: 100%;
    padding: 18px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    transition: box-shadow .3s, transform .3s
}

.about .about__cards .about__card:hover {
    box-shadow: 0 26px 19px -19px #0000001A;
    transform: translateX(10px)
}

.about .about__cards .about__card .left-side {
    display: flex;
    align-items: flex-start;
    color: var(--info-color);
    padding-right: 10px;
    padding-top: 5px
}

.about .about__cards .about__card .right-side {
    display: flex;
    align-items: flex-start
}

.great .great__title {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--font-raleway);
    text-align: center
}

.great .great__flex {
    display: flex;
    gap: 102px;
    padding-block: 96px
}

.great .great__flex .great__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 48px
}

.great .great__flex .great__info.text {
    align-items: flex-start
}

.great .great__flex .great__info.text h1 {
    font-size: 54px;
    font-weight: 600;
    font-family: var(--font-inter);
    margin-bottom: 30px
}

.great .great__flex .great__info.text p {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--font-inter);
    color: #495057
}

@media screen and (max-width: 768px) {
    .great .great__flex {
        display: block
    }

    .great .great__flex .great__info.text {
        align-items: center
    }
}

.looking {
    padding-block: 120px;
    background-image: url(/assets/img/background.png);
    background-size: 100%;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center
}

.looking .col.text {
    flex-direction: column;
    align-items: flex-start
}

.looking .col.text h1 {
    font-weight: 800;
    font-size: 53px;
    line-height: 66px;
    color: #fff;
    margin-bottom: 12px;
    font-family: var(--font-inter)
}

.looking .col.text .btn, .looking .col.text p {
    font-size: 24px;
    font-family: var(--font-inter)
}

.looking .col.text p {
    font-weight: 400;
    margin-bottom: 60px;
    color: #fff
}

.looking .col.text .btn {
    padding: 24px;
    background-color: #fff;
    color: var(--btn-indigo-color);
    font-weight: 700
}

.looking .col.text .btn:hover {
    background-color: #ecd6ff
}

.looking .col.text .btn:active {
    border: 1px solid var(--btn-indigo-color) !important;
    background-color: #fff
}

@media screen and (max-width: 1215px) {
    .looking {
        background-image: none;
        background-color: #cb47ec;
        height: 100%
    }
}

@media screen and (max-width: 1199px) {
    .about .about__img, .explore .explore__col:last-child, .looking .col.image {
        display: none
    }
}
.button-explore{
    background-color: #338AF3;
   width: 314px;
    height: 70px;
    border: 0;
    border-radius: 100px;
    color: white;
   font-family: var(--font-inter);
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
}

.opportunities-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 112px;
    gap: 24px;
}


.oport-h1{
    padding-bottom: 32px;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
}
.belief-card{
    border-radius: 24px;
    padding: 32px;
    width: 504px;
    height: 322px;
    background-color: #F1F7FB;
}


.blue-Shield{
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 20px;
    width: 88px;
    height: 88px;
    background-color: #338AF31C;
    border-radius: 50%;
}

.blue-Shield img{
    width: 43px;
    height: 48px;
}
.belief-text {
    margin-top: 32px;
}

.belief-text h3{
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.belief-text p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #52525B;
}


.h1-news{
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
}


@media screen and (max-width: 992px) {
    .opportunities-box{
        display: flex;
        flex-wrap: wrap;
    }
    .belief-card{
        margin: 0 auto;

    }
}

.our-team-text h1{
    font-family: var(--font-inter);
    font-weight: 800;
    font-size: 52px;
    line-height: 82px;
}
.our-team-text p{
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #52525B;
}
.partners__icons img{
    width: 210px;
}
/* About Us Section */
.about-us {
    background-color: #fff;
    padding: 50px 0;
}

.about-us h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.info-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.info-box {
    flex: 1;
    min-width: 250px;
    border-radius: 10px;
    text-align: center;
}

.info-box h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 1rem;
    color: #555;
}

.card-shadow{
    border: none !important;
    box-shadow: 0px 3.72px 20.44px 0px #0000000A;
    height: 100% !important;
}

