﻿
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
    font-family: 'Inter', sans-serif !important;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: #071d7e;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(0 0 0 / .2);
    transition: all .3s ease;
    z-index: 1000;
}

.foxglove-section {
      /* background-color: #3985FF !important; */
      background: #2992E3;
        background: linear-gradient(181deg, rgba(41, 146, 227, 1) 1%, rgba(91, 31, 127, 1) 100%);
      color: #fff !important;
      padding: 50px 20px  !important;
    }

    .foxglove-heading {
      font-size: 32px !important;
	  line-height: 1.2 !important;
      font-weight: bold !important;
      margin: 10px 0 20px !important;
      text-align: left !important;
    }

    .foxglove-list-p {
      /* margin-bottom: 20px !important; */
      font-family: 'Poppins', sans-serif !important;
      font-size: 16px !important;
	  font-weight: 400 !important;
      line-height: 140% !important;
      position: relative !important;
      padding-right: 20% !important;
      text-align: left;
    }


    .OutcomeImg {
        width: 200px;

    }

.dropdown {
	position: relative !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

.dropdown-toggle {
	white-space: nowrap !important;
}

.dropdown-toggle::after {
	display: inline-block !important;
	margin-left: .255em !important;
	vertical-align: .255em !important;
	content: "" !important;
	border-top: .3em solid !important;
	border-right: .3em solid #fff0 !important;
	border-bottom: 0 !important;
	border-left: .3em solid #fff0 !important;
}

.dropdown-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	z-index: 1000 !important;
	display: none;
	float: left !important;
	min-width: 10rem !important;
	padding: .5rem 0 !important;
	margin: .125rem 0 0 !important;
	font-size: 13px !important;
    font-weight: 400 !important;
	color: #fff !important;
	text-align: left !important;
	list-style: none !important;
	background-color: #212529 !important;
	background-clip: padding-box !important;
	border: 1px solid rgb(0 0 0 / .15) !important;
	border-radius: .25rem !important;
}

.dropdown-item {
	display: block !important;
	width: 100% !important;
	padding: .5rem 1.5rem !important;
	clear: both !important;
    font-size: 13px;
	font-weight: 400 !important;
	color: #fff !important;
	text-align: inherit !important;
	white-space: nowrap !important;
	background-color: #212529 !important;
	border: 0 !important;
}

.dropdown-item:focus,.dropdown-item:hover {
	color: #16181b !important;
	text-decoration: none !important;
	background-color: #e9ecef !important;
}

.dropdown-item:active {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #007bff !important;
}

.dropdown-item:disabled {
	color: #adb5bd !important;
	pointer-events: none !important;
	background-color: #fff0 !important;
}

.headerContainer {
	position: sticky !important;
	top: -1px !important;
	z-index: 14 !important;
	background: #fff !important;
}

.secondaryNavigation .navbar {
	padding: 0 0 0 20px !important;
	letter-spacing: 1px !important;
}

.secondaryNavigation .navbar .navbar-nav {
	width: 100% !important;
	padding-left: 35px !important;
}

.secondaryNavigation .navbar .navbar-nav .nav-item {
	padding: 3px 7px !important;
	font-size: 13px !important;
    font-weight: 400 !important;
	display: flex !important;
	align-items: center !important;
}

.topHeader {
	background: #fff;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.topHeader .topLinks {
	display: flex;
	justify-content: end;
}

.topHeader .topLinks ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.topHeader .topLinks ul li {
	list-style: none;
	padding: 0 8px;
}

a {
	color: #313131;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.headerContainer {
	position: sticky;
	top: -1px;
	z-index: 14;
	background: #fff;
}

.secondaryNavigation {
	background: #3d3c3c !important;
	color: #fff;
}

.secondaryNavigation .navbar {
	padding: 0 0 0 20px;
	letter-spacing: 1px;
}

.eventsPortal .secondaryNavigation * {
	color: #fff;
}

.secondaryNavigation .navbar .navbar-nav {
    font-size: 13px;
	padding-left: 0px !important;
    margin-left: -35px;
	width: 100%;
}

.secondaryNavigation .navbar .navbar-nav .nav-item {
	padding: 3px 7px;
	font-size: 13px;
	display: flex;
	align-items: center;
}


.eventsPortal .secondaryNavigation .navbar .enterNow {
	background: #5C04D5;
	font-size: 13px;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 6px 10px;
}

.digisColorTheme .navbar-toggler {
	padding: 8px;
}



.eventFooter {
	background: #fff;
}

.eventFooter .footerSocialIcons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-left: auto;
	column-gap: 10px;
}


.heading-jury {
	text-align: center !important;
	font-size: 36px!important; 
	line-height: 100% !important;
	color: #fff !important;
	font-weight: 600 !important;
	padding: 30px 10px 10px;
	text-transform: uppercase !important;
}



#topDiv {
	height: 0;
	width: 0;
	visibility: hidden;
}

.eventFooter .footerLinks {
	border-bottom: 1px solid #ccc;
}

.secondaryNavigation .navbar .navbar-nav .nav-item {
	padding: 3px 7px;
	font-size: 13px;
	display: flex;
	align-items: center;
}


.fw-600 {
	text-align: right !important;
}

.fa-bars:before {
	content: "\f0c9";
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
}

.w-100 {
	width: 100% !important;
}

/* .shortDetail .row .col-12 div {
    padding-left: 0px !important; 
} */

.nav-item:hover {
    color: #fff !important;
	background: #000 !important;
}


h2,p {
	color: #fff;
}

.secondaryNavigation ul li:hover {
    color: #fff !important;
	background: #000!important;
}


        .hero-section {
            background: 
            /* url('images/pattern.png'), */
            linear-gradient(275deg,rgba(104, 33, 137, 1) 1%, rgba(3, 15, 57, 1) 40%, rgba(3, 15, 57, 1) 100%); 
            background-size: cover 500px;
            background-position:  right 40%;
            background-repeat: no-repeat;
			color: #fff;
			max-width: 100%;
			height: auto;
			display: flex;
			align-items: center;
            /* padding: 40px 0 !important; */
		}
		
		.hero-left {
			padding: 60px 40px
		}
		
		.brand-row {
			display: flex;
            justify-content: center;
			align-items: center;
			margin-bottom: 30px
		}
		
		/* .brand-row img {
			width:100%;
            max-width: 180px;
            max-height: 80px;
		} */

        .brand-row img {
            max-width: 180px;
            max-height: 100px;
            width: auto;
            height: auto;
        }

        .brand-row img:nth-of-type(2) {
            width: 100px;
            height: auto;
        }

        .brand-rowX {
			font-size: 26px;
			margin: 0 12px;
			color: #ccc !important;
		}
		
		.brand-row span {
			font-size: 26px;
			margin: 0 12px;
			color: #ccc
		}
		
		.hero-title {
			font-size: 36px;
			font-weight: 700;
			line-height: 111% !important;
			margin-bottom: 15px;
            color: #fff;
            text-align: center;
		}
		
		.hero-subtitle {
			color: #FCC213;
			font-size: 15px;
            font-weight: 400 !important;
            line-height: 111% !important;
			margin-top: 10px;
            text-align: center;

		}
	
        #fillImage {
            background: 
            url('images/pattern.png'); 
            background-size: 500px 500px cover;
            background-position: top right;
            background-repeat: no-repeat;
			color: #fff;
			height: auto;
            padding: 20px 0 !important;
        }

		.hero-right {
			position: relative;
			padding: 30px;
            
		}
		
		.hero-image-wrapper {
			position: relative;
            text-align: center;
		}
		
		.hero-image-wrapper img {
			width: 100%;
			border-radius: 4px
		}
		
		.arrow {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			font-size: 30px;
			color: #FCC213;
			cursor: pointer;
			user-select: none
		}
		
		/* .arrow.left {
			left: -25px
		}
		
		.arrow.right {
			right: -25px
		} */
		
		.fullscreen-text {
			position: absolute;
			bottom: 5px;
			right: 12%;
			font-size: 13px;
			color: #fff !important;
            text-decoration: underline;
            cursor: pointer;
			/* opacity: .8; */
		}

        

.carousel {
    display: flex;
    justify-content: center;
    padding: 0px;
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    max-width: 580px;
    overflow: hidden;
    padding: 0 20px !important;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";

}


.carousel-control-prev {
    left: 0px !important;
    opacity: 1 !important;
}

.carousel-control-next {
    right: 0px !important;
    opacity: 1 !important;
}

/* .info-conterner:hover {
    transform: translateY(-8px);
    transform: scale(1.05);
    opacity: 1;
} */

 .info-card {
      border-radius: 18px;
      padding: 30px 40px;
      height: 100%;
      opacity: 1;
      transform: translateY(30px);
      animation: fadeInUp 0.6s ease-out forwards;
    }

 
    .card-icon img {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 0 auto 22px;
      height: 90px !important;

    }

    .objective {
      background: #fff;
      border: 1px #000 solid;
      width: 100%;
      max-width: 375px;
      /* margin: 0 20px; */
      animation-delay: 0.2s;
    }

    .problem {
      background: #fff;
      border: 1px #000 solid;
      width: 100%;
      max-width: 375px;
       /* margin: 0 20px; */
       animation-delay: 0.4s;
    }

    .delivered {    
      background: #fff;
      border: 1px #000 solid;
      width: 100%;
      max-width: 375px;
       /* margin: 0 20px; */
       animation-delay: 0.6s;
    }


    .info-card h4 {
      font-weight: 700;
      margin-bottom: 14px;
    text-align: center;
    }

    .info-card p,
    .info-card li {
      font-size: 15px !important;
      line-height: 130% !important;
      color: #222;
    }

    .info-card ul {
      padding-left: 18px;
      margin-bottom: 0;
      font-size: 15px !important;
    }

    .info-card ul li {
      margin-bottom: 10px;
      font-size: 15px !important;
    }

.section-title{
    text-align:center;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:40px;
}


/* Expert card */
.expert-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border-radius:10px ;
    box-shadow:0 4px 12px rgba(0,0,0,0.12);
    overflow:hidden;
    height:100%;
    position:relative;
    margin: 0 10px !important;
}

/* Left blue border */
.expert-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background: #2992E3;
    background: linear-gradient(181deg, rgba(41, 146, 227, 1) 1%, rgba(91, 31, 127, 1) 100%);
}

/* Text area */
.expert-info{
    padding:10px 15px;
    flex:1;
}

.expert-info h5{
    font-size:16px;
    font-weight:700;
    margin-bottom:0px;
    color: #000;
}

.expert-info p{
    font-size:13px !important;
    margin-bottom:2px;
    color: #000;
    margin-bottom:0px;
}

.expert-info a{
    color:#3985FF !important;
    font-weight:600;
    text-decoration:none !important;
    font-size:14px !important;
}

/* Image */
.expert-img img{
    width:160px;
    height:160px;
    object-fit:cover;
    transition: transform 0.35s ease;
}


.expert-card,
.info-card{
    transition: all 0.1s ease;
    cursor: pointer;
}

.expert-card:hover,
.info-card:hover{
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* Blue border animation */
.expert-card::before,
.info-card::before{
    transition: width 0.15s ease;
}

.expert-card:hover::before,
.info-card:hover::before{
    width: 6px;
}

/* Image zoom on hover */
.expert-card:hover .expert-img img,
.info-card:hover .expert-img img{
    transform: scale(1.1);
}

@media(max-width:575.98px) {

    .fullscreen-text {
        display: none;
    }


 #fillImage {
            background: 
            url('images/pattern.png'); 
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
			color: #fff;
			height: auto;
            padding: 20px 0 !important;
        }

.foxglove-section {
      padding: 30px 20px !important;
    }

    .OutcomeImg {
        width: 100px;

    }

    .foxglove-list-p {
      text-align: center;
      padding-right: 0% !important;

    }

     .expert-card{
         margin: 0 0px !important;
        flex-direction:row;
    }
    .expert-img img{
        width:110px;
        height:110px;
    }

    .carousel {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    position: relative
}

/* .carousel-control-prev {
    left: -25px !important;
}

.carousel-control-next {
    right: -25px !important;
} */

.info-card {
        padding: 15px 15px;
      }

	 .foxglove-heading {
      font-size: 24px !important;
	  line-height: 1.2 !important;
      font-weight: bold !important;
      margin-bottom: 20px !important;
      text-align: center !important;
    }


    .foxglove-list p {
      margin-bottom: 20px !important;
      font-size: 16px !important;
	  font-weight: 400 !important;
      line-height: 1.6 !important;
      position: relative !important;
      padding-left: 35px !important;
    }


.heading-jury {
	text-align: center !important;
	font-size: 28px!important; 
	line-height: 100% !important;
	font-weight: 600 !important;
	padding: 30px 5px 10px;
} 


	.topHeader .topLinks .nominateJury,.topHeader .topLinks .joinAsPartner {
		display: none !important;
	}

	.container {
		max-width: 100%;
	}

}

@media(min-width:576px) and (max-width:767.98px) {


	.topHeader .topLinks .nominateJury,.topHeader .topLinks .joinAsPartner {
		display: none !important;
	}

}





@media(min-width:768px) and (max-width:991.98px) {

}

@media(min-width:992px) and (max-width:1199.98px) {

    	.hero-title {
				font-size: 26px
			}
			.hero-left {
				padding: 40px 20px;
				text-align: center
			}
			.brand-row {
				justify-content: center
			}
			.arrow.left {
				left: 5px
			}
			.arrow.right {
				right: 5px
			}

            .expert-info{
            padding:10px 10px;
            flex:1;
}


}

@media(min-width:1200px) and (max-width:1439.98px) {
	
    .expert-card {
    margin: 0 10px !important;
}

        .expert-info{
    padding:10px 20px;
    flex:1;
}

    .carousel-control-prev {
    left: -35px !important;
}

.carousel-control-next {
    right: -35px !important;
}
    
}




@media(min-width:1440px) and (max-width:1616px) {

	    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px !important;
    }

    .carousel-control-prev {
    left: -35px !important;
}

.carousel-control-next {
    right: -35px !important;
}

}
 

@media(min-width:1617px) and (max-width:5678px) {

	 .container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1420px !important;
	}

}


