@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
:root {
    --bs-roboto: "Roboto", sans-serif;
    --bs-anton: "Anton", sans-serif;
    --bs-darkgreen: #055857;
    --bs-lightgreen: #4CAC48;
    --bs-lightgrey: #F1F1F1;
    --bs-darkgrey: #353535;
    --bs-red: #FF0000;
    --bs-fsh1: 140px;
    --bs-fs70: 42px;
    --bs-fs40: 32px;
    --bs-fs30: 24px;
    --bs-fs26: 21px;
    --bs-fs24: 18px;
    --bs-fs22: 15px;
    --bs-fs20: 14px;
    --bs-fs18: 13px;
    --bs-lineheight: 1.15;
}
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scroll-margin-top: 100px;
}
body{
 	font-family: var(--bs-roboto);
    color: var(--bs-darkgrey);
	font-size: var(--bs-fs24);
    font-weight: 400;
    line-height: 1.5;
}
body.menu-open {
  overflow: hidden;
}
h1, h2 {
    font-family: var(--bs-anton);
    line-height: var(--bs-lineheight);
    font-weight: 400;
    color: inherit;
}
h3, h4, h5, h6{
	font-family: inherit;
    line-height: var(--bs-lineheight);
    font-weight: 600;
    color: inherit;
}
h1 {
    font-size: var(--bs-fsh1);
    line-height: 1.25;
}
h2 {
	font-size: var(--bs-fs70);
}
p {
	font-size: inherit;
    color: inherit;
}
a{
	text-decoration: none;
	color: inherit;
}
ul {
    padding-left: 20px;
	li {
	    list-style: disc;
	    margin: 5px 0;
	}
}
.no_disc {
	padding-left: 0;
	li {
		list-style: none;
	}
}
img {
    max-width: 100%;
}
a:hover {
	color: inherit;
}
.btn_block{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
    justify-content: flex-end;
}
.button {
    min-width: 120px;
    width: auto;
    display: inline-block;
    font-size: var(--bs-fs24);
    font-family: inherit;
    font-weight: 400;
    color: inherit;
    border-radius: inherit;
    padding: 12px 25px;
    line-height: normal;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
    border: none;
    background: transparent;
    text-decoration: none !important;
    outline: none !important;
    transition: .3s all;
}
.green_btn {
	border-radius: 40px;
    color: #ffffff;
    background: var(--bs-lightgreen);
    margin-bottom: 10px;
}
.green_btn:hover {
	border-radius: 40px;
    color: #ffffff;
    background: var(--bs-darkgreen);
}
.red_btn {
    border-radius: 40px;
    color: var(--bs-red);
    background: #fff;
    border: 1px solid var(--bs-red);
    padding: 12px 45px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.red_btn:hover {
    border-radius: 40px;
    color: #fff;
    background: var(--bs-red);
    border-color: var(--bs-red);
}

form .form-group {
    margin-bottom: 1.25rem;
}
form .form-control {
    width: 100%;
    height: 50px;
    color: #6E6E6E;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    font-weight: 300;
    font-size: var(--bs-fs20);
    padding: 10px 13px;
    outline: none !important;
    box-shadow: none !important;
    background: #FBFBFB !important;
} 
form textarea {
	height: auto !important;
} 
.container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.wi_full {
    width: 100%;
}
.text_green {
    color: var(--bs-darkgreen);
}
.dark_green {
    background-color: var(--bs-darkgreen);
}
.light_green {
    background-color: var(--bs-lightgreen);
}
.light_grey {
    background-color: var(--bs-lightgrey);
}
.py_3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec_title {
    margin-bottom: 32px;
}
header ul, footer ul, ul.nav-tabs {
    padding: 0;
	li{
	    list-style: none;
	}
}

.page_content {
    padding-top: 70px;
}

.fixedsocial_bar {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	padding: 8px 0;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	a {
		display: block;
		padding: 8px;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	a:last-child {
	  	border-bottom: none;
	}
	img {
		width: 50px;
		height: 50px;
	}
	/*a:hover {
  		background: #f1f1f1;
	}*/
}

header {
    .navbar {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .navbar-brand {
        max-width: 140px;
    }
    .nav-item {
        margin-left: 1.25rem;
    }
    .nav-link {
        padding: 8px 0;
        color: #000;
        font-size: var(--bs-fs22);
    }
}

.speaker_carousel .item a > img {
    height: 350px;
    object-fit: cover;
     border-radius: 30px;
    }

.banner_sec {
    .banner_carousel {
        /* padding: 0 50px; */
        .owl-nav {
            width: 100%;
        }
        .owl-prev, .owl-next {
            position: absolute;
            top: 50%;
            left: 70px;
            transform: translateY(-50%);
            width: 45px;
            height: 45px;
        }
        .owl-next {
            right: 70px;
            left: auto;
        }
    }
    .subtitle {
        text-transform: uppercase;
        color: #fff;
        background: var(--bs-lightgreen);
        letter-spacing: 3px;
        display: inline-block;
        padding: 0 10px;
    }
    h1 {
        span {
            color: var(--bs-lightgreen);
        }
    }
    p {
        font-size: var(--bs-fs30);
    }
    .img_col {
        img {
            width: 400px !important;
            margin: 1rem auto;
        }
    }
}

.button_sec {
    position: sticky;
    top: 70px;
    z-index: 2;
    .btn_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

.feature_sec {
    .features-row {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        gap: 16px;
        margin: 0 auto;
    }
    .row-item {
        font-size: var(--bs-fs18);
        text-align: center;
        img {
            width: 40px;
            margin-bottom: 10px;
        }
        p {
            margin-bottom: 0;
            line-height: 1.15;
        }
    }
}
.about_sec {
	.content_col {
		margin-top: 1.5rem;
	}
    .img_col img {
        border-radius: 20px;
    }
    .button:not(:last-child) {
        margin-right: 1rem;
    }
    .content_box {
        border-radius: 30px;
        border: 1px solid #01524E;
        padding: 2rem;
        padding-bottom: 90px;
        height: 100%;
        position: relative;
        .btn_block {
            position: absolute;
           left: 0;
           padding: 0 2rem;
           width: 100%;
           bottom: 1.5rem;
           }
    }
}

.award_category {
    .item_col {
        margin-bottom: 1.5rem;
    }
    .sec_title {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    h4 {
        font-size: var(--bs-fs24);
        font-weight: 400;
        margin-bottom: 0;
        strong {
            font-weight: 600;
        }
    }
    .item_inner {
        height: 100%;
        width: 100%;
        background: #fff;
        padding: 15px;
        display: flex;
        align-items: flex-start;
        img {
            width: 40px;
            margin-right: 15px;
        }
    }
}

.jury_row, .speaker_row {
    .item_col {
        width: 20%;
        margin-top: 1.5rem;
    }
    h3 {
        font-size: var(--bs-fs26);
       /* border-bottom: 1px solid #C4C4C4;
        padding-bottom: 10px;*/

        text-align: center;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 5px;
        line-height: 1.5;
    }
    a.read-more {
        display: block;
        color: #fff;
        background: #4cac48;
        width: max-content;
        margin: 0 auto;
        border-radius: 50px;
        padding: 7px 30px;
    }
    .item-data {
        padding-top: 8px;
        p {
            white-space: normal;
            word-break: break-all;
        }
    }
}

.speaker_row {
    .item_inner {
        color: #fff;
        img {
            filter: drop-shadow(10px 10px 0px var(--bs-lightgreen));
            margin-bottom: 1rem;
            width: calc(100% - 10px);
            height: 350px;
            object-fit: cover;
        }
    }
}

.jury_row {
    .item_inner {
        text-align: center;
        img {
            border-radius: 50%;
            width: 250px;
            height: 250px;
            object-fit: cover;
        }
    }
}

img.gallerie_shw {
    height: 200px;
    width: 100%;
    object-fit: cover;
    }

.previous_editions, .partner_sec {
	.slider_wrapper {
	    display: flex;
	    flex-direction: column;
	    gap: 2rem 0;
	    .winner_carousel {
	        background: #fff;
	        padding: 15px;
	        border-radius: 20px;
	        box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
	        overflow: hidden;
	    }
	    .item {
	        height: 120px;
	        text-align: center;
	        img {
	            height: 100%;
	            object-fit: contain;
	        }
	    }
	}
}

.agenda_iframe {
    background-color: #fff;
    padding: 2rem;
    /* max-width: 1000px; */
    margin: 0 auto;
    .frame_header {
        display: flex;
        justify-content: space-between;
        .icon_pdf {
            width: 40px; 
        }
    }
}

.leader_spker {
    .item {
        position: relative;
        .video_btn {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            background: transparent;
            border: 0;
        }
    }
}

.contact_sec {
    .sec_title p {
        margin-bottom: 5px;
    }
}

footer {
    padding-top: 50px;
    h3 {
        font-weight: 400;
        font-size: var(--bs-fs40);
        font-family: var(--bs-anton);
        position: relative;
        padding-bottom: 10px;
        &:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 1px;
            background-color: #fff;
        }
    }
    ul {
        margin-bottom: 0;
        margin-top: 1.5rem;
        li {            
            margin-top: 1rem;
            margin-bottom: 0;
        }
    }
    .contct_col, .link_col, .logo_col {
        margin-bottom: 2rem;
    }
    .contct_col {
        a {
            position: relative;
            padding-left: 55px;
            display: inline-flex;
            align-items: center;
            min-height: 45px;
            img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 45px;
            }
        }
    }
    .logo_col {
        img {            
            width: 160px;
            border-radius: 10px;
        }
    }
    .copyright_p {
        padding: 1rem 0;
        border-top: 1px solid rgb(255 255 255 / 30%);
    }
}


ul.nav-tabs {
    justify-content: center;
    border: 1px solid #fff;
    width: max-content;
    margin: 1rem auto;
    max-width: 100%;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    li {
        margin: 0;
    }
    .nav-link {
        font-weight: 600;
        font-size: var(--bs-fs26);
        color: var(--bs-lightgreen);
        padding: 10px 20px;
        background: #fff;
        border-radius: 50px;
        border: 0;
        &.active {
            background: var(--bs-lightgreen);
            color: #fff;
        }
    }
}

.owl-dots {
    text-align: center;
    margin-top: 1rem;
    .owl-dot {
        margin: 5px;
        span {
            display: inline-block;
            width: 25px;
            height: 8px;
            background: #E4E4E4;
            border-radius: 40px;
            transition: .4s all;
        }
        &.active {
            span {
                width: 40px;
                background: var(--bs-lightgreen);
            }
        }
    }
}

.modal {
	button.close {
	    position: absolute;
	    right: -20px;
	    top: -20px;
	    background: transparent;
	    border: 0;
	    outline: none;
	    width: 50px;
	}
}

.morepopup {
	text-align: center;
	.modal-body {
	    padding: 1.5rem;
	}
	.modal-content {
		border-radius: 20px;
		box-shadow: none;
		border: 0;
	}
	.contnet_box {
		padding: 2rem 4rem;
		border-radius: 20px;
        border: 1px solid #4CAC48;
	}
	h2 {
		font-family: var(--bs-roboto);
		font-weight: 600;
		font-size: var(--bs-fs40);
		margin-bottom: 1.5rem;
	}
	strong {
		font-weight: 500;
	}
}