
a {
	word-break: break-all;
}
p,a,li,span{
  font-size: 18px!important;
}
.video-container {
	position: relative;
	width: 100%;
	height: 950px;
	overflow: hidden;
}
.bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.overlay-content {
	color: white;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.utility-navbar {
	background-color: transparent !important;
}

.utility-navbar a {
	color: white;
}

.utility-navbar .nav-item .nav-link {
	font-size: 18px !important;
}
.utility-navbar .nav-item .nav-link.language-navbar-btn {
	margin-top: -55px;
}

@media (min-width: 1200px) {
    .utility-navbar .container {
        max-width: 1500px;
    }
}

.plus-dropdown-navbar .dropdown-menu {
	right: 0;
	left: unset !important;
	background: transparent;
}

.hero-title {
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 60px;
}

.font-Oswald {
	font-family: "Oswald", sans-serif;
}

.hero-white-btn {
	letter-spacing: 5px;
	border-radius: 100px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.color-success {
	color: #056229 !important
}
#community p.font-weight-light{
	font-weight: lighter!important;
}
a {
	color: black;
}

.language-navbar-btn {
	background: rgba(0, 0, 0, 0.1) !important;
	padding: 10px 30px !important;
	border: 1px solid rgba(255, 255, 255, 0.322);
}

.language-dropdown .dropdown-menu {
	background: rgba(0, 0, 0, 0.1) !important;
}

.language-dropdown .dropdown-item:hover {
	color: white;
	background: rgba(0, 0, 0, 0.2) !important;

}


.cookies {
	position: fixed;
	z-index: 10000;
	bottom: 0;
	display: flex;
	justify-content: space-between;
}

.cookies .text {
	display: flex;
	align-items: center;
}

.cookies .options a {
	text-decoration: underline;
}

.cookies .options .reject {
	border: 2px solid grey;
	text-wrap: nowrap;
}

.cookies .options button {
	margin-left: 10px;
	margin-right: 10px;
}

.cookie-footer {
	position: fixed;
	bottom: 5px;
	padding: 20px;
}

.whatsapp {
	padding: 15px;
	position: fixed;
	left: 50px;
	bottom: 70px;
	background-color: #0c27a0;
	border-radius: 50%;
}

.whatsapp img {

	filter: invert(1);
}

.whatsapp p {
	display: none;
}

.hero-wrapper {
	width: 50%;
}

.hero-subtitle {
	font-size: 21px;
}

#open-utility .logo {
	width: 80%;
}
.openai-title{
    font-size: 40px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.openai-title-2{
    font-size: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.footer-text{
	font-weight: 15px!important;
}
@media only screen and (max-width: 767px) {
	.video-container {
		height: 850px;
	}
	.font-mobile,.font-mobile li{
		font-size: 20px!important;
	}
	.footer-text{
		font-weight: 20px!important;
	}
	.section-1-logo{
		padding: 20px!important;
	}
	.utility-navbar .nav-item .nav-link.language-navbar-btn {
		margin-top: 0;
	}
	.hero-wrapper {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.hero-subtitle {
		font-size: 20px!important;
		text-align: center!important;

	}

	.hero-title {
		font-size: 50px !important;
		text-align: center!important;
	}

	.overlay-content {
		height: 70%;
	}

	#open-utility .logo {
		width: 100%;
		padding: 0;
	}
  .openai-title{
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .section-cover{
    height: 40%;
    object-fit: cover;
  }
	.cookies {
		background: #e7e7e7 !important;
		overflow-x: scroll;
		padding-left: 10px !important;
		padding-right: 10px !important;
		display: inline;
	}

	.cookies .text {
		padding-top: 20px;
		display: block;
	}

	.cookies .options {
		display: flex;
		flex-direction: column-reverse;
	}

	.cookies .options a {
		text-wrap: nowrap;
	}

	.cookies .options button {
		width: 80% !important;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 5px;
	}

	.cookies .options .btn.close {
		position: absolute;
		top: 0;
		right: 0 !important;
		text-align: right;
		padding: 10px;
	}

	.whatsapp img {
		width: 20px;
		height: 20px;
	}


	.flag {
		width: 50px;
	}

	.cover {
		width: 85vw;
	}

	h2 {
		font-size: 20px;
	}
  .utility-navbar{
    background-color: #030f38!important;
    padding-bottom: 20px!important;
  }
  .utility-navbar .navbar-collapse{
    background-color: #e6d9d7;
    position: absolute;
    top: 110px;
    background-color: #e6d9d7;
    width: 100%;
    text-align: center;
  }
  .utility-navbar .navbar-collapse .nav-link{
    color: #000;
    font-size: 20px!important;
  }
  .lang-div{
    background: rgba(0, 0, 0, 0.384)!important;
    position: absolute;
    left: 0!important;
  }
  .lang-div .language-dropdown a{
    color: white!important;
    
  }

  .cookie-footer .btn-primary.reject {
    float: left;
  }
  .cookie-footer .btn-primary.accept {
    float: right;
  }
  
  .cookie-footer {
    bottom: 0px;
    padding: 0px;
    border-radius: 0!important;
    border-top:2px solid white;
  }
  .cookie-footer .privacy-text-detailed,
  .cookie-footer .text-primary
  {
    font-size: 14px!important;
  }
  .save-changes{
    display: none;
  }
}
 