:root {
    --dark-blue-900-overlay-regular: hsla(215, 100%, 17%, 25%);
    --dark-blue: #002D6B;
    --dark-blue-footer: #002457;
    --gray: #F5F5F5;
    --blue: #0570C7;
}


.btn-primary{
	background-color:#00adec;
	border-color:#00adec;
}

.btn-primary{
	text-transform:uppercase;
	font-weight:bold;
}


  .swal2-title{
		margin-bottom:20px;
		line-height:30px;
	   }
	   
	   .swal2-timer-progress-bar{
			height:7px;
			border-radius:3px;
			background: rgb(0,173,236);
background: linear-gradient(90deg, rgba(0,173,236,1) 0%, rgba(4,128,173,1) 100%);
	   }
	   
	   .swal2-timer-progress-bar-container{
		background-color:#d6d6d6;
	   }
	   
	   .swal2-title{
		color:#333;
	   }


@font-face {
  font-family: 'Gilroy';
  src: URL('/font/Gilroy-Bold.ttf') format('truetype');
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Gilroy';
}


html, body {
    overflow-x: hidden;
}

#mainHeader {
    height: 100%;
}

.baner img{
    min-height: 100vh;
    object-fit: cover;
}

#navigation-top {
    min-height: 70px;
    background: var(--dark-blue-900-overlay-regular);
}

#navigation-top a {
    padding: 7px 0;
    color: rgba(255, 255, 255, .7);
}

.co-navbar-nav > li > a {
    font-weight: 700 !important;
    font-size: 1.05rem;
    padding: 0;
}

.co-navbar-nav > li > a:hover {
    color: #fff !important;
}

.navbar-toggler {
    color: rgba(255, 255, 255, .7);
}

.navbar-toggler:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler.open {
    color: #fff;
}

.register-btn {
    flex: 0 0 auto;
    background: linear-gradient(to left, #00D880, #0570C7);
}

#headings {
    padding: 70px 0;
}

#headings h1::after {
    content: "";
    display: block;
    height: 4px;
    width: 150px;
    background: #00D880;
    margin: 25px auto;
}

/*SECTION ABOUT*/
#about {
    background: var(--dark-blue);
}

#about h5::after {
    content: "";
    display: block;
    height: 4px;
    width: 150px;
    background: #00D880;
    margin: 25px auto;
}

#about p,
#agenda p{
    white-space: pre-line;
}

.btn-agenda {
    color: #fff;
    margin-right: 20px;
}

.btn-agenda:hover {
    color: #fff;
}

.greenvolt-baner {
    padding: 70px 0;
    background-image: url("assets/img/bg-texture.png");
    background-position: center;
}

.greenvolt-baner a, .greenvolt-baner a:hover {
    background: #00D880;
}


/*FOOTER*/
footer #contact {
    background: var(--dark-blue);
}

footer #contact h5 {
    color: #00D880;
}

footer #contact form input,
footer #contact form textarea {
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
    border-color: #fff !important;
    border-radius: 0;
    background: transparent;
}

footer #contact form input::placeholder,
footer #contact form textarea::placeholder {
    color: #fff;
}

footer #contact .btn-submit {
    background: #00D880;
}

#copyright {
    background: var(--dark-blue-footer);
}

/* REGISTRATION */
#registration {
    background: linear-gradient(to left, #0570C7, #002D6B);
}

#registration input {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important
}

/* SPEAKERS */
#speakers {
    background: var(--gray);
}

#speakers h1 {
    color: var(--blue);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: auto;
    flex-shrink: 0;
}

@media screen and (max-width: 1400px) {
#mainHeader h1{
		font-size:26px;
	}
	
}


@media screen and (max-width: 768px) {
    .side-menu {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100vh;
        background: #222;
        box-shadow: -2px 0 5px rgba(0,0,0,0.3);
        transition: right 0.3s ease;
        padding-top: 60px;
        z-index: -1;
    }

    .side-menu.show {
        right: 0;
    }

    #mainMenu .register-btn {
        background: transparent !important;
        padding: 0 !important;
        border-radius: 0 !important
    }

    #navigation-top a {
        padding-left: 15px;
        line-height: 45px;
    }
	
	.mobile-no-border{
		border:0px solid #fff !important;
	}
	
	.mobile-center{
		text-align:center;
	}
	
	.mobile-btn-1{
		margin-top:30px;
		padding-left:10px;
		padding-right:10px;
	}
	
	#mainHeader h1{
		font-size:20px;
	}
	
	#mainHeader h4{
		font-size:16px;
	}
}

@media screen and (max-width: 1200px) {
    #copyright {
        text-align: center;
    }
	
	
	
	
}


.fancybox-overlay{
	z-index: 811010;
}
