@import url('fonts.css');

body {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.24px;

}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

a {
    color: var(--red);
    text-decoration: none;
}

a:hover {
    color: var(--red)!important;
    text-decoration: underline;
}

.box-shadow {
    box-shadow: 0px 0px 9px #00000019;
}

a:hover {
    color: var(--bright-black);
}

.no-after {
    ::after {
        display: none!important;
    }
}

:root {
    --black: #000;
    --bright-purple: #ebcdff;
    --bright-pink: #ff005a;
    --bright-black: #001A00;
    --bright-white: #FFFFFF;
    --um-blue: #06aeef;
    --um-orange: #ef5825;
    --dark-grey: #D9D9D9;
    --white: #FFFFFF;
    --red: #DC002C;
    --font-regular: Arial, sans-serif;
    --dark-red: #C30027;
    --gray: #D9D9D9;
}

h1 {
    font-family: var(--font-regular);
    font-weight: bold;
    color: var(--red);
    font-size: 25px;
    letter-spacing: 0.38px;
    line-height: 26px;
    margin-bottom: 20px;
}

h2 {
    font-family: var(--font-regular);
    color: var(--red);
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.27px;
    line-height: 21px;
}

h3 {
    font-family: var(--font-regular);
    color: var(--red);
    font-size: 20px;
    letter-spacing: 0.27px;
    line-height: 21px;
}

p {
    font-family: var(--font-regular);
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 16px;
        line-height: 20px;
    }
}

.font-quote {
    font-family: var(--font-regular);
    color: var(--red);
    font-size: 23px;
    letter-spacing: 0.55px;
    line-height: 26px;
    font-style: italic;
}

/* homepage */

.header-wrapper {
    margin-bottom: 1.5rem;
    background: #fff;
    color: #404040;
    display: block;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.shadow-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.shadow-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .55) 34%, rgba(0, 0, 0, .8) 75%);
    max-height: 100%;
}

@media only screen and (max-width: 1024px) {
    .shadow-header {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .25) 34%, rgba(0, 0, 0, .2) 75%);
        max-height: 100%;
    }
}

.header-subtitle {
    padding-bottom: 6.5rem!important; max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1.5rem 0 0;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .header-subtitle {
        padding-bottom: 3rem!important;
    }
}

@media only screen and (max-width: 480px) {
    .header-subtitle {
        padding-bottom: 0rem!important;
    }
}

.header-subtitle h2 {
    color: white;
    font-size: 70px;
    font-weight: bold;
    line-height: 99px;
}
@media only screen and (max-width: 1024px) {
    .header-subtitle h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .header-subtitle h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

.header-title {
    font-size: 86px;
    color: var(--white);
    font-weight: bold;
    line-height: 99px;
}

@media only screen and (min-width: 1024px) {
    .header-block-wrapper {
        margin-top: -7rem;
    }
}

@media only screen and (max-width: 1024px) {
    .header-block-wrapper {
        margin-top: 0rem;
    }
}

.header-block {
    height: 382px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 28px;
    background-color: var(--white);
}

.header-block-item {
    padding-bottom: 1.5rem;
}

.header-block-item  a {
    font-size: 20px;
}

@media only screen and (max-width: 425px) {
    .header-block-item a {
        font-size: 16px;
    }
}

.header-block-item img {
    height: 24px;
    width: auto;
    margin-right: 34px;
}

.border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.ug-link-wrapper {
    background-image: url('../img/homepage/UG2024.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    color: var(--white);
    font-weight: bold;
    font-size: 24px;
    padding: 20px;
}

.no-underline {
    text-decoration: none!important;
}

.no-underline:hover {
    text-decoration: none!important;
}

.footer-link, footer span {
    color: var(--white);
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

.footer-link:hover {
    color: var(--white)!important;
}

footer h3 {
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background-color: var(--red)!important;
}

.homeBlockSwiper .swiper-slide {
    width: 75%;
}

.homeBlockSwiper .header-block {
    height: 250px;
    margin-bottom: 5px;
}
/* buttons */

.btn-primary {
    position: relative;
    background-color: var(--red);
    color: var(--white);
    border: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    font-family: var(--font-regular);
    letter-spacing: 0px;
    line-height: 20px;
    cursor: pointer;
    width: 227px;
    height: 56px;
    padding-right: 10px;
    vertical-align: middle;
    text-align: center;
}

.btn-primary:hover,.btn-primary:focus {
    background-color: var(--dark-red)!important;
    color: var(--bright-white)!important;
}
.fa-caret-right {
    font-size: 16px!important;
}

.btn-txt::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	position: absolute;
	right: 4px;
	top: 19px;
    content: '\f0da';
	width: 22px;
	height: 12px;
	transition: .3s ease-out;
}


.btn-small {
    height: 30px;
    text-align: start;
    font-size: 16px;
    width: 152px;
}

.btn-txt-small::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	position: absolute;
	right: 4px;
	top: 6px;
    content: '\f0da';
	width: 22px;
	height: 12px;
	transition: .3s ease-out;
}

.back-txt::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	position: absolute;
	left: 6px;
	top: 6px;
    content: '\f060';
	width: 22px;
	height: 12px;
	transition: .3s ease-out;
}

.contact-txt::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	position: absolute;
	left: 6px;
	top: 6px;
    content: '\f0e0';
	width: 22px;
	height: 12px;
	transition: .3s ease-out;
}

/*VideoWrapper*/
.homepage-video-wrapper {
    width: 100%;
    height: 100%;
}

/* section */
.section {
    margin-top: 116px;
}

@media only screen and (max-width: 768px) {
    .section {
        margin-top: 50px;
    }    
}

/*Line Heights*/
.line-height-24px {
    line-height: 24px;
}

/*Navigation*/

.navbar {
    box-shadow: 0px 3px 6px #00000017;
}

.subnav {
    background-color: var(--red);
    color: var(--white);
}

.subnav li {
    list-style-type: none;
}

.subnav .nav-link {
    color: var(--white);
    font-weight: bold;
    font-size: 14px;
}

.icon_home {
    height: 36px;
    width: 36px;
    background-color: var(--white);
}

.icon_home img {
    height: auto;
    width: 15px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(220,0,44, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
    border: 0px!important;
    outline: 0px!important;
    box-shadow: none!important;
} 

.nav-link {
    font-family: Arial, sans-serif;
    font-size: 16px;
    display: block;
	position: relative;
	padding: 0.2em 0;
    color: var(--red);
}

.nav-link:hover {
    color: var(--white)!important;
}

.dropdown-menu {
    border-radius: 0;
    position: absolute!important;
    left: -1px;
}

.dropdown-item {
    color: rgb(0, 116, 182);
    font-size: 14px;
}

.dropdown-item:hover {
    color: rgb(0, 116, 182)!important;
    background-color: none!important;
}

@media only screen and (min-width: 768px) {
    /* Show the dropdown menu on hover */
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* Adjust as needed */
    }

    /* Optional: Ensure the dropdown-toggle doesn't trigger the dropdown on click */
    .nav-item.dropdown > .nav-link.dropdown-toggle::after {
        display: none;
    }
    .nav-item {
        line-height: 30px;
        padding: 0px 5px 0px 5px;
    }
    .nav-item:hover {
        background-color: var(--white);
    }
    .nav-item:hover .nav-link {
        color: var(--red)!important;
        text-decoration: none;
    }
}

@media only screen and (max-width: 768px) {
    .dropdown-menu {
        background-color: var(--white);
        border: 0px;
        font-family: var(--font-regular);
        font-size: 20px;
        position: static!important;
    }
    .dropdown-item {
        color: var(--red);
        font-size: 16px;
    }
    .navbar-nav {
        margin-top: 5px;
    }
    .nav-item {
        margin-bottom: 10px;
    }
    .nav-link:hover {
        color: var(--red)!important;
    }
}


/* line */
hr {
    color: var(--um-blue);
    margin: 50px 0 50px 0;
}

/*Backgrounds*/
.bg-purple {
    background-color: var(--bright-purple);
}

.bg-white {
    background-color: var(--white);
}

.bg-blue {
    background-color: var(--um-blue);
}

.bg-grey {
    background-color: #e3e3e3;
}

.bg-darkgrey {
    background-color: var(--dark-grey);
}

.bg-red {
    background-color: var(--red);
}

/*Text-Colors*/
.text-pink {
    color: var(--bright-pink);
}

.text-white {
    color: #FFFFFF;
}

.text-hover-red:hover {
    color: var(--bright-black)!important;
}

.text-black {
    color: #000000!important;
}

/* partners homepage */

.partnerSwiper .swiper-slide .item {
    width: 150px;
    height: 150px;
    border: 2px solid var(--red);
}

.splitter-quote {
    text-align: center;
    margin: 50px 0 50px 0;
    position: relative;
}

.splitter-quote::after {
    position: absolute;
    width: 45%;
    border-bottom: 1px solid var(--red);
    content:'';
    height: 4px;
    top: 45%;
    right: 0;
    z-index: -1;
}

.splitter-quote::before {
    position: absolute;
    width: 45%;
    border-bottom: 1px solid var(--red);
    content:'';
    height: 4px;
    top: 45%;
    left: 0;
    z-index: -1;
}

/* social footer */
.social-footer {
    background: var(--white);
    padding: 20px;
}

/* form */

.form-control {
    border: 1px solid var(--bright-black);
    border-radius: 0;
}

.customcheckbox > input {
	display: block;
	height: 1px;
	z-index: -1;
    position: absolute;
}

.customcheckbox > i {
	color: transparent;
}

.customcheckbox > input + i { 
    cursor:pointer;
    border:1px solid black;
}

.customcheckbox > input:checked + i {
  color: var(--um-blue);
}

.form-check-input:checked {
    color: var(--um-blue);
  }
  
/* About page */

.prize-title {
    font-size: 20px;
    font-family: var(--font-regular);
    font-weight: bold;
    color: #001A00;
}

/* Cards */
.about-card {
    margin-bottom: 40px;
    box-shadow:  0px 3px 6px #00000029;
    height: 100%;
}

.about-card-title {
    background-color: var(--redk);
    color: white;
    font-family: var(--font-regular);
    font-size: 20px;
    text-align: center;
    padding: 11px 0 11px 0;
    width: 218px;
    height: 56px;
}

.centered {
    position: relative;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.partnertile {
    display: flex;
    height: 167px;
    width: 167px;
    align-items: center;
    cursor: pointer;
    border: 2px solid var(--red);
}

.partnertile img {
    height: auto;
    max-height: 100px;
    max-width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.greyborder {
    box-shadow: 0px 0px 9px #00000029;
    background-color: white;
}

.border-red {
    border: 2px solid var(--red);
    border-radius: 0;
}

.radius-block {
    border-radius: 4px;
}

/* Business Panel */
.coach-title {
    font-size: 16px;
    font-family: var(--font-regular);
    font-weight: bold;
    color: #001A00;
}

.coach-description {
    font-size: 16px;
    font-family: var(--font-regular);
    color: #001A00;
}

.linkedin-icon {
    height: 30px;
    width: 30px;
}

/* Candidates */


/* Candidates */

.cat-img {
    height: 32px;
    width: 32px;
}

.label-finalist {
	background-color: var(--red);
	position: absolute;
	left: 5px;
	top: 5px;
    padding: 5px;
    font-weight: bold;
    color: var(--white);
    font-size: 14px;
    font-style: italic;
    font-family: var(--font-regular);
}

.label-category {
    position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
}

.label-category img {
    height: 32px;
    width: 32px;
}

.filter-title {
	letter-spacing: 0.5px;
	line-height: 28px;
	border-radius: 4px;
}

.sector-selected {
    border: 2px solid var(--red);
}

.cat-selected {
    background: #82001a;
}

.h2-candidates{
	letter-spacing: 0.5px;
	line-height: 28px;
}

.h2-candidates a {
	text-decoration: none;
}

.h4-candidates {
	font-weight: 700;
	font-size: 15px;
	color: #001A00;
}

.card-box{
	border-radius: 4px;
	padding: 4px 4px 4px 4px;
    box-shadow: 0px 0px 9px #00000019;
}

.card-box p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 58px;
}

.category-btn {
	text-align: center;
	display: inline-block;
	height: 42px;
	width: 100%;
	text-decoration: none;
	border-radius: 4px;
	padding: 11px;
}

.category-btn:hover {
	opacity: .8;
}

.cluster-image {
	height: 32px;
	width: auto;
    margin-bottom: 18px;
}

.search-form input {
    font-family: var(--font-regular);
	font-size: 14px;
	color: var(--black);
	background-color: var(--gray)!important;
}

.lookingfor-control {
    background: none!important;
    border: 0px;
    color: var(--bright-black);
    font-weight: bold;
    font-family: var(--font-regular);
}

.search-form input:focus, .search-form input::placeholder {
	color: var(--black);
}

.search-wrapper .fa-search {
    color: white;
}

.search-wrapper .btn {
    background-color: var(--bright-black);
    border-radius: 0px;
}

#candidates .candidate-pic, #news .news-pic {
	border-radius: 4px 4px 0px 0px;
}

.news-img {
	height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#candidates .category-label {
	width: 131px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #000!important;
}

/* Candidate detail */

.info-icon {
	height: 19px;
	width: 19px;
	color: #036;
	border: 1px solid #022328;
	font-size: 12px;
	border-radius: 25px;
}

.info-icon-active {
	background-color: #001A00;
	color: #FFF;
}

.pagination {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.pagination li {
    display: flex;
    align-items: center;
}

.pagination li a, .pagination li span {
    display: block;
    text-decoration: none;
    color: #FFF;
}

.pagination li.active span {
    font-weight: bold;
    color: #fff;
    font-family: var(--font-regular);
    background-color: var(--red);
    height: 42px;
    width: 42px;
    align-content: center;
}

.pagination li.inactive span a {
    background-color: var(--gray);
    height: 42px;
    width: 42px;
    font-family: var(--font-regular);
    color: var(--black)!important;
    font-weight: bold;
    align-content: center;
}

.pagination li.disabled span {
    color: #ccc;
}

.pagination-icon, .pagination-dots {
    color:  var(--red);
}

/* About conditions */
.conditions {
    margin-left: 0;
}
  
.conditions li {
    padding-left: 1em;
    text-indent: -1em;
}
  
.conditions li:before {
    padding-right: 5px;
}

.ideation-wrapper {
    height: 240px;
    width: 177px;
    background-color: var(--red);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prototyping-wrapper {
    height: 240px;
    width: 177px;
    background-color: #EBCDFF;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_wrapper {
    background-color: white;
    border-radius: 50px;
    height: 100px;
    width: 100px;
}

.ideation-wrapper img, .prototyping-wrapper img {
    height: 48px;
    width: auto;
}

.condition-title {
    font-family: var(--font-regular);
    color: var(--black);
    font-size: 16px;
    font-weight: bold;
}

.condition-text {
    line-height: 24px;
}

.border-right-conditions {
    border-right: 3px solid var(--red);
}

@media only screen and (max-width: 768px) {
    .ideation-wrapper {
        width: 100%;
    }
    .border-right-conditions {
        border-right: none;
        border-bottom: 3px solid var(--red);
    }
}

.award-title {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

/* Career */

.career-wrapper {
    height: 350px;
}

.career-content h1 {
    font-size: 16px;
}

.career-img-wrapper {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.career-img {
    max-width: 100px;
    max-height: 100px;
}

.career-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;;
}

