@font-face {
    font-family: 'clash_display';
    src: url('../fonts/clashdisplay-light.woff2') format('woff2'),
         url('../fonts/clashdisplay-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'clash_display';
    src: url('../fonts/clashdisplay-regular.woff2') format('woff2'),
         url('../fonts/clashdisplay-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'clash_display';
    src: url('../fonts/clashdisplay-medium.woff2') format('woff2'),
         url('../fonts/clashdisplay-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'clash_display';
    src: url('../fonts/clashdisplay-semibold.woff2') format('woff2'),
         url('../fonts/clashdisplay-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'clash_display';
    src: url('../fonts/clashdisplay-bold.woff2') format('woff2'),
         url('../fonts/clashdisplay-bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'satoshi';
    src: url('../fonts/satoshi-regular.woff2') format('woff2'),
         url('../fonts/satoshi-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'satoshi';
    src: url('../fonts/satoshi-bold.woff2') format('woff2'),
         url('../fonts/satoshi-bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'satoshi';
    font-family: 'clash_display';
    font-size: 14px;
    font-weight: 400;
    background: #121212;
    color: #fff;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1230px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    background: #121212;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 121;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 40px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'satoshi';
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav li.active .nav-link {
    color: #fff;
    font-weight: 800;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #fff;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link{
    color: #fff;   
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .head-btn {
    padding: 12px 30px;
    border: 1px solid #00F7FB;
    border-radius: 40px;
    position: relative;
    display: block;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .head-btn span{
    position: relative;
    z-index: 9;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    background: linear-gradient(288.93deg, #00F7FB -17.2%, #0099AE 93.53%), #00F7FB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .head-btn:before{
    position: absolute;
    content: "";
    background: linear-gradient(288.93deg, #00F7FB -17.2%, #0099AE 93.53%), #00F7FB;
    height: 100%;
    width: 100%;
    border-radius: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .head-btn:hover:before{
    opacity: 1;
    visibility: visible;
}
.navbar-light .head-btn:hover span{
    color: #fff !important;
    -webkit-background-clip: #fff;
    -webkit-text-fill-color: #fff;
    background-clip: #fff;
    text-fill-color: #fff;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #fff;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}
/* ***** End Fix Header **** */



/* **** Hero **** */
.hero-wrp{
    position: relative;
    background-image: url("../images/hero-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0 150px;
}
.hero-wrp:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 70%;
}
.hero-wrp .hero-shap1{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.hero-wrp .hero-shap2{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
}
.hero-wrp .hero-block{
    position: relative;
    z-index: 8;
}
.hero-wrp .hero-block h1{
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.hero-wrp .hero-block h6{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 50px;
}
.hero-wrp .hero-block .btn-main{
    margin: 0 auto 110px;
}
.hero-wrp .hero-block ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-wrp .hero-block ul li{
    margin-right: 28px;
    display: flex;
    align-items: center;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}
.hero-wrp .hero-block ul li:last-child{
    margin: 0;
}
.hero-wrp .hero-block ul li a{
    margin-left: 15px;
    display: block;
}
.hero-wrp .hero-block ul li a img{
    max-width: 100%;
}
/* **** End Hero **** */


.btn-main{
    padding: 24px 32px;
    background: linear-gradient(288.93deg, #00F7FB -17.2%, #0099AE 93.53%);
    border-radius: 48px;
    display: table;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.btn-main:hover{
    color: #fff;
    transform: translateY(-10px);
}

.titlebar h2{
    font-weight: 500;
    font-size: 56px;
    line-height: 67px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 50px;
}



/* **** About **** */
.about-wrp{
    padding: 200px 0 100px;
    position: relative;
}
.about-wrp .container{
    max-width: 1220px;
}
.about-wrp .about-shap{
    position: absolute;
    left: 45%;
    top: 77%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-wrp .row{
    align-items: center;
}
.about-wrp h2{
    font-weight: 500;
    font-size: 56px;
    line-height: 67px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.about-wrp p{
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
}
.about-wrp p:last-child{
    margin: 0;
}
.about-wrp .abt-img img{
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: table;
}
/* **** End About **** */


/* **** Agenda **** */
.agenda-wrp{
    padding: 100px 0 150px;
}
.agenda-wrp .titlebar h2{
    margin: 0 0 70px;
}
.agenda-wrp .container{
    max-width: 1340px;
}
.agenda-wrp .agenda-block ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.agenda-wrp .agenda-block ul li{
    width: 20%;
    padding: 0 15px;
}
.agenda-wrp .agenda-block ul li img{
    max-width: 100%;
    margin: 0 auto;
}
.agenda-wrp .agenda-block ul li h3{
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.agenda-wrp .agenda-block ul li p{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
/* **** End Agenda **** */


/* **** conduct **** */
.conduct-wrp .conduct-block{
    padding: 80px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 56px;
}
.conduct-wrp .conduct-block .row{
    margin: 0 -40px;
}
.conduct-wrp .conduct-block .col-md-6{
    padding: 0 40px;
}
.conduct-wrp .conduct-block h2{
    font-weight: 500;
    font-size: 56px;
    line-height: 67px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 16px;
}
.conduct-wrp .conduct-block p{
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}
.conduct-wrp .conduct-block img{
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: table;
}
/* **** End conduct **** */


/* **** Speakers **** */
.speakers-wrp{
    padding: 150px 0 185px;
}
.speakers-wrp .titlebar h2{
    margin: 0 0 96px;
}
.speakers-wrp .speaker-box img{
    width: 100%;
    border-radius: 32px;
    margin: 0 0 45px;
}
.speakers-wrp .speaker-box h3{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0;
}
/* **** End Speakers **** */



/* **** Sponsored **** */
.sponsored-wrp{
    padding: 0 0 120px;
}
.sponsored-wrp .titlebar h2{
    margin: 0 0 80px;
}
.sponsored-wrp ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsored-wrp ul li{
    margin-right: 40px;
}
.sponsored-wrp ul li:last-child{
    margin: 0;
}
.sponsored-wrp ul li a{
    display: block;
}
.sponsored-wrp ul li img{
    max-width: 100%;
}
/* **** End Sponsored **** */



/* **** Footer **** */
footer{
    position: relative;
    background-image: url("../images/hero-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 0 150px;
}
footer:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 80%;
}
footer .hero-shap1{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
footer .foot-block{
    position: relative;
    z-index: 5;
}
footer .foot-block h2{
    font-weight: 600;
    font-size: 56px;
    line-height: 67px;
    color: #FFFFFF;
    margin: 0 0 16px;
}
footer .foot-block p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0;
}

footer .cnt-block{
    background: #1E1E1E;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    padding: 35px 65px;
    position: relative;
    z-index: 9;
}
footer .cnt-block ul{
    display: flex;
    align-items: center;
}
footer .cnt-block ul li{
    margin-right: 40px;
}
footer .cnt-block ul li:last-child{
    margin: 0;
}
footer .cnt-block ul li:first-child{
    padding-right: 40px;
    border-right: 2px solid #FFFFFF;
}
footer .cnt-block ul li:nth-child(2){
    margin-left: auto;
    margin-right: 40px;
}
footer .cnt-block ul li a{
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    line-height: 74px;
}
footer .cnt-block ul li a:hover{
    color: #00F7FB;
}
footer .cnt-block ul li a:hover img{
    transform: translate(0, -7px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* **** End Footer **** */