body{
	background:url('../images/background.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	margin:0;
	padding:0;
	font-family: 'Sunflower', sans-serif;
}

@media only screen and (max-width: 768px) {
 /* Any styles for tablet and mobile should go here */
}

.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    color: #e7e7e7;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
	font-weight: bolder;
	color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.hide {
    display: none;
}

a {
	text-decoration: none;
	color: white;
}

a:hover{
	color: #e7e7e7;
}

span.white {
	color:white;
}

i {
  color:#0B182E;
}

::-webkit-scrollbar {
  width:0px;
  height:0px;
  background:none;
}

*{
	box-sizing:border-box;
}

section.contact{
	height:calc(100% - 130px);
	background:#efefef;
	padding:32px;
}

section.contact .information{
	overflow:hidden;
	border-radius:8px 8px 0px 0px;
	width:350px;
}

section.contact .information .title{
	height:80px;
	background:#298BF0;
	font-size:26px;
	color:white;
	padding:32px;
	line-height:26px;
}

section.contact .information .body{
	background:white;
	padding:16px;
}

.flex{
	display:flex;
}

.flex-h{
	justify-content: center;
}

.flex-v{
	align-items:center;
}

header .top i{
color:white !important;
}

header{
	width:100%;
	position: fixed;
	z-index:999;
	color:white;
}

header.active .bottom{
	background:#0B182E;
	color:black;
}

header .top{
	height:30px;
	background:black;
	justify-content: space-between;
	color:white;
	padding:0px 18%;
}

header .top .tab{
	margin:0px 22px;
	font-size:14px;
	line-height:14px;
}

header .top .tab:hover{
	cursor:pointer;
	color:white;
}

header .bottom{
	height:100px;
	width:100%;
	justify-content: space-between;
	padding:0px 32px;
}

header .bottom .logo{
	height:100%;
}

header .bottom .logo img{
	height:100%;
	width:auto;
}

header .bottom .navigation .tab{
	padding:6px 12px;
	margin:0px 12px;
}

header .bottom .navigation .tab:hover{
	cursor:pointer;
	border-bottom:1px solid white;
}

header .bottom .buttons{
	margin:0px 64px;
}

header .bottom .buttons .button{
	width:120px;
	text-align:center;
	background:grey;
	margin:0px 8px;
	padding:8px 0px;
	color:white;
	border-radius:8px;
	cursor:pointer;
}

header .bottom .buttons .button:hover{
	opacity:0.5;
}

header .bottom .buttons .button.signup{
	background:linear-gradient(to right, #38DBCB, #42CBD1);
}

header .bottom .buttons .button.login{
	background:#5791EF;
}

.under-header{
	height:130px;
	width:100%;
}

main{
	height:100%;
	text-align:center;
	position:relative;
}

main .wrapper{
	padding-bottom: 8%;
}

main .slogan{
	color:white;
	font-size:56px;
	line-height:58px;
}

main .under-slogan{
	text-transform: uppercase;
	margin:24px 0px;
	font-size:18px;
	color:#C0DBF3;
}

main .button{
	display:inline-block;
	padding:14px 32px;
	background:white;
	cursor:pointer;
	color:#0B182E;
	text-transform: uppercase;
	border-radius:8px;
	font-size:20px;
	line-height:20px;
}

main .button:hover{
	padding: 16px 36px;
}

section.partners{
	height:250px;
	width:100%;
}

section.partners .text{
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	margin:12px 0px;
}

main .arrow{
	position:absolute;
	top:90%;
	animation: infinite arrow 1s;
}

main .arrow img{
	height:56px;
	width:auto;
}

@keyframes arrow {
	0% {
		top: 90%;
	}

	50% {
		top: calc(90% + 20px);
	}

	100% {
		top: 90%;
	}
}

section.partners .logos{
	width:calc(196px * 5);
	height:150px;
	flex-shrink:0;
	overflow-y:auto;
	margin-right:96px;
}

section.partners .logos .logo{
	min-height:100px;
	min-width:100px;
	margin-left:96px;
}

section.partners .logos .logo img{
	height:auto;
	width:100px;
}

section.convince{
	padding:72px;
	width:100%;
	background:#e5e6e8;
	color:black;
	text-align:center;
}

section.software .title, section.convince .title{
	font-size:38px;
	text-align: center;
}

section.software{
	padding:72px;
	width:100%;
}

section.software .panels{
	margin:48px 0px;
	width:100%;
}

section.software .body{
	width:40%;
	height:200px;
	border:2px solid #edeff2;
	border-radius:12px;
	margin:0 auto;
}

section.software .body .panel{
	display:none;
}

section.software .body .panel .title{
	color:#0B182E;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}

section.software .body .panel .text{
	color:#0B182E;
	text-align:center;
	width:75%;
	margin:0 auto;
}

section.software .header .option.selected .name{
	color:#0B182E;
}

section.software .header .option.selected{
	box-shadow:0px 2px 0px #0B182E;
}

section.software .header .option{
	height:120px;
	width:120px;
	margin:0px 12px;
}

section.software .header .option:hover .name{
	color:#0B182E;
	transition:all 0.2s ease;
}

section.software .header .option:hover{
	box-shadow:0px 2px 0px #0B182E;
 	transition:all 0.2s ease;
 	cursor:pointer;
}

section.software .header .image{
	height:calc(100% - 30px);
	width:auto;
}

section.software .header .image img{
	height:75%;
	width:auto;
}

section.software .header .name{
	height:30px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#b7babf;
	font-weight:bold;
}


section.convince .description{
	margin-bottom:28px;
}

section.software .title span, section.convince .title span{
	color:#0B182E;
}

section.convince .divider{
	height:5px;
	width:10%;
	background:#0B182E;
	margin:16px auto;
}

section.convince .reasons .row{
	width:100%;
	text-align:left;
	padding:8px;
}

section.convince .reasons .row .icon{
	width:100px;
	font-size:4em;
	color:#0B182E;
}

section.convince .reasons .row .content{
	width:calc(100% - 100px);
}

section.convince .reasons .row .content .c-title{
	font-size:38px;
	line-height:46px;
}

section.convince .reasons .row .content .c-text{
	font-size:18px;
	line-height:20px;
}

section.convince .reasons .row .reason{
	margin:64px 0px;
}

section.plans .plan-type{
	overflow:hidden;
	display:inline-flex;
	border-radius:14px;
	border:2px solid #b7bbbf;
	color:#b8bcb5;
	margin:32px 0px 16px 0px;
}

section.plans .servers{
	width:275px;
	height:auto;
	margin:0 auto;
	background:white;
  box-shadow: 0px 0px 16px 0px rgba(184,184,184,1);
}

section.plans .servers .location{
	padding:6px;
	font-size:14px;
	line-height:14px;
}

section.plans .servers .location .flag{
	height:10px;
	width:auto;
	margin:0px 6px;
}

section.plans .servers .title{
	height:45px;
	background:#0B182E;
	color:white;
	font-size:146x;
	line-height:16px;
}

section.plans .plan-type .option{
	background:#d4d8dd;
	width:100px;
	padding:6px 0px;
	cursor:pointer;
}

section.plans .plan-type .option:hover{
	background:#bec1c4;
	color:white;
	transition:all 0.5s ease;
}

section.plans .plan-type .option.selected{
	background:#bec1c4;
	color:white;
}

section.plans{
	padding:64px 128px;
	text-align:center;
	background:#efefef;
}

section.plans .wrapper{
	flex-wrap: wrap;
  align-content: flex-start;
  max-width:75%;
}

section.plans .plan{
	margin:16px;
}

section.plans .plan .ticket{
	width:310px;
	height:370px;
	background:white;
	border-top:8px solid #0B182E;
	border-radius:12px;
	box-shadow: 0px 0px 16px 0px rgba(184,184,184,1);

	transform:scale(1.00);
	transition: all 0.25s ease;
	cursor:pointer;
	text-align:center;
	position:relative;
}

section.plans .plan .name{
	text-align:right;
	font-size:18px;
	color:#0B182E;
	font-weight:bold;
	margin:16px 0px;
}

section.plans .plan .ticket.special{
	border-color:#fcb441;
}

section.plans.adv .plan .ticket:hover{
	transform:scale(1.1);
}

section.plans .plan .arrow-right{
	border: solid #0B182E;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

section.plans .plan .ticket .price{
	height:30%;
}

section.plans .plan .ticket .amount{
	font-size:28px;
	line-height:34px;
	color:#0B182E;
	font-weight:bold;
}

section.plans .plan .ticket .time{
	color:#b8bcb5;
	text-transform: uppercase;
}

section.plans .plan .ticket .order{
	height:20%;
}

section.plans .plan .ticket .order .button{
	padding:8px 22px;
	background:#d6d6d6;
	color:#0B182E;
	font-weight:bold;
	border-radius:6px;
}

section.plans .plan .ticket .order .button:hover{
	background:grey;
	color:white;
}

section.plans .plan .ticket .details{
	height:50%;
	padding:8px 44px;
	text-align:left;
}

section.plans .plan .ticket .details i{
	color:#77d153;
}

img.footer-seperator{
	width:100%;
}

footer .top{
	height:100px;
	width:100%;
	background:#298BF0;
	color:white;
	font-size:28px;
}

footer .top input{
	background:white;
	outline:0;
	border:0;
	padding:0px 22px;
	width:20%;
	margin:0px 25px 0px 100px;
	color:black;
	height:40px;
	line-height:40px;
	border-radius:8px;
	font-size:18px;
}

footer .button{
	text-transform: uppercase;
	color:white;
	background:linear-gradient(to right, #38DBCB, #42CBD1);
	font-size:16px;
	height:40px;
	line-height:40px;
	padding:0px 58px;
	border-radius:8px;
	cursor:pointer;
}

footer .bottom{
	height:400px;
	background:#0B182E;
}

footer .bottom .wrapper{
	justify-content: space-around;
	width:100%;
}

footer .bottom .row .title{
	color:white;
	font-size:18px;
	line-height:36px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
}

footer .bottom .row .body{
	color:#dddddd;
	font-size:14px;
	line-height:20px;
}

section.features{
	padding:36px;
}

section.features .title{
	font-size:42px;
	text-align:center;
}


section.features .showing{
}

section.features .showing .row{
	margin:16px 64px;
	font-size:20px;
	line-height:32px;
}

section.features .showing .row i{
	color:#0B182E;
}


/* General body styling */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Footer Styles */
.bottom-bar {
    background-color: #2c3e50;
    color: white;
    padding: 15px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bottom-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bottom-bar .logo {
    height: 40px;
    width: auto;
}

.bottom-bar p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.bottom-bar a {
    color: #f39c12;
    text-decoration: none;
}

.bottom-bar a:hover {
    text-decoration: underline;
}
