@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');


/**NAVIGATION BAR**/
*{
  margin: 0;
  padding: 0;
  //**box-sizing: border-box;**/
}

nav{
  font-family: 'Poppins',sans-serif;
  position: fixed;
  background: #FFFFFA;
  width: 100%;
  padding: 10px 0;
  z-index: 12;  
} 
nav .menu{
  max-width: 1250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.menu .logo {
  position: relative;
}
.logo-icon {
  position: absolute;
  top: 8px; /* adjust the value as needed */
  left: 5px; /* adjust the value as needed */
  width: 35px; /* adjust the value as needed */
  height: auto;
}
.menu .logo a {
  margin: 70px;
  text-decoration: none;
  color: black;
  font-size: 33px;
  font-weight: 600;
}
.menu ul{
  display: inline-flex;
}
.menu ul li{
  list-style: none;
  margin-left: 7px;
}
.menu ul li:first-child{
  margin-left: 0px;
}
.menu ul li a{
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.menu ul li a:hover{
  background: black;
  color: #FFFFFA;
}

.center{
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

/* Dropdown menu */
.menu li.dropdown ul.dropdown-menu {
  background-color: #FFFFFA;
  border: 1px solid #ddd;
  border-radius: 5px;
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  display: none;
  
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  
}
.menu li.dropdown ul.dropdown-menu li {
  padding: 10px;
}
.menu li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.menu li.dropdown:hover .dropdown-toggle {
  background-color: #f1f1f1;
  color: #000;
}

/**CONTENT**/

/**HEADER**/
/**VIDEO**/
#myVideo {
  position: absolute;
	width: 100%;
	height: auto;
	left: 10px;
  overflow: hidden;
}

.video-header{
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	
}

h1{
	font-family: poppins, sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}
	
	
div.gallery {
  margin: 30px;
  border: 1px solid #ccc;
  float: left;
  width: 200px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.icons{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	
}

.icons a{
	position: relative;
	color: #111111;
	opacity: 0.7;
	font-size: 30px;
	transition: 0.3s;
	transition-property: transform;
}

.icons a:not(:last-child){
	margin-right: 20px
}

.icons a:hover{
	transform: scale(1.5);
}
div.whole{
	text-align: center;
	max-width: 1100px;
    height:auto;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding-top: 200px;
}

/**FORM**/
.header-contact{
	font-size: 65px;
	font-weight: bolder;
	padding-bottom: 20px;
	color: #305366;
}
.contact-form {
	position: relative;
	padding-top: 200px;
	width: 30%;
	margin-right: 180px;
	margin-left: auto;
}

/**BUTTONS**/
button {
  font-family:poppins, sans-serif;
  width: 150px;
  font-weight: 600;
  padding: 10px;
  border: none;
  background: #922F41;
  color: #fff;
  transition: 0.3s;
  transition-property: transform;
}

button:hover {
  background-color: #305366;
  transform: scale(1.05);
  }

/*FOOTER*/

footer {
  background: #922F41;
  color: white;
}

footer a {
  font-family: poppins;
  color: #fff;
  font-size: 16px;
  transition-duration: 0.2s;
}
footer h4 {
  font-family: poppins;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

footer h1 {
  font-family: poppins;
  color: #fff;
  font-size: 90px;
  margin-top:-20px;
  margin-left:-100px;
  font-weight: 800;
}

footer a:hover {
  color: #ffc914;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

/** code by webdevtrick ( https://webdevtrick.com ) **/
body {
	margin: 0;
	padding: 0;
}
.main {
	max-height: 550px;;
	background-color: #292c2f;
	color: white;
	font-size: 38pt;
	text-align: center;
	line-height: 550px;
}
footer{
	position: relevant;
	bottom: 0;
}
.footer-distributed{
	background-color: #922F41;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
 
	padding: 55px 50px;
	margin-top: 80px;
}
 
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
 
.footer-distributed .footer-left{
	width: 40%;
}
 
.footer-distributed h3{
	color:  #ffffff;
	font-family: poppins, sans-serif;
	margin: 0;
  font-size: 80px;
}
 .footer-distributed h4{
	color:  #ffffff;
	font-family: poppins, sans-serif;
	margin: 0;
    font-size: 40px;
}
 .footer-distributed li{
	color:  #ffffff;
	font-family: poppins, sans-serif;
	margin-left: 0px;
    font-size: 14px;
    list-style-type: none;
} 
 .footer-distributed li :hover{
  color: #ffc914;
} 
 .footer-distributed a{
	color:  #ffffff;
  font-weight:200px;
	font-family: poppins, sans-serif;
	margin: 0;
  font-size: 16px;
  text-decoration: none;
} 
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}
 
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}
 .footer-distributed .footer-links a:hover{
  color: #ffc914;
}
.footer-distributed .footer-company-name{
	color:  #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
 
 
.footer-distributed .footer-center{
	width: 35%;
}
 
.footer-distributed .footer-center p{
	line-height: 20px;
	color:  #ffffff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footer-distributed .footer-center p span{
	display: block;
	color:  #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
 
.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}
 
.footer-distributed .footer-right{
	width: 20%;
}
 
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
 
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
  
@media (max-width: 880px) {
 
	.footer-distributed{
		font: bold 14px sans-serif;
	
	}
 
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
 
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.main {
		line-height: normal;
		font-size: auto;
	}
 