@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  	font-family: 'Lato', sans-serif;
  	font-weight: 400;
  	font-size: 16px;
  	line-height: 1.7;
   overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 0px;
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

.header {
  	height: 100vh;
    background-image: linear-gradient(to right bottom, rgb(0, 0, 0, 0.10), rgb(15, 15, 15, 0.8)),url('img/blucobalto/bluCobalto.jpg');
    background-size: cover;
    background-position: top;
    position: relative;
}

.logo-box {
  	position: absolute;
  	top: 40px;
  	left: 40px;
}

.logo {
	font-size: 20px;
}

.text-box {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
}

.heading-primary {
  	color: #fff;
  	text-transform: uppercase;
  	backface-visibility: hidden;
  	margin-bottom: 30px;
}

.heading-primary-main {
  	display: block;
  	font-size: 26px;
  	font-weight: 400;
  	letter-spacing: 5px;
}

.heading-primary-sub {
  	display: block;
  	font-size: 18px;
  	font-weight: 700;
  	letter-spacing: 7.4px;
}

.btn:link,
.btn:visited {
  	text-transform: uppercase;
  	text-decoration: none;
  	padding: 10px 20px;
  	display: inline-block;
  	border-radius: 100px;
  	transition: all .2s;
  	position: relative;
}

.btn:hover {
  	transform: translateY(-3px);
  	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  	transform: translateY(-1px);
  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
  	background-color: #fff;
  	color: #777;
		font-size: 14px;
}

#img{
		width: 184px;
    height: 100px;
}

#img:hover{
    transform: scale(1.2);
    transition: all 0.5s;
}


/* main */

.main {
  background: #fff;
  position: relative;
  border: 1px solid #fff;
  font-family: 'IM Fell French Canon Pro';
  font-size: 22.4px;
  padding: 32px 15%;
  line-height: 1.6;
}
@media all and (max-width: 400px) {
  .main { padding: 32px; }
}

h2{
	font-size: 50px;
}

.rid{
	width: 100%;
}

map {
  display:inline;
}

/* Footer */
.container{
	max-width: 1170px;
	margin:auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

ul{
	list-style: none;
}

.footer{
  background: linear-gradient(-45deg, #228727, #216624, #1c451e);
  background-size: 400% 1800%;
  animation: Gradient 5s ease infinite;
  margin: 0 auto;
  padding: 70px 0;
}

@-webkit-keyframes Gradient {
0% {
  background-position: 0% 50%
}
50% {
  background-position: 100% 50%
}
100% {
	background-position: 0% 50%
}
}

.footer-col{
	width: 25%;
	padding: 0 15px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #fff;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

@media(max-width: 767px){
	.footer-col{
		width: 50%;
		margin-bottom: 30px;
	}
}

@media(max-width: 574px){
	.footer-col{
		width: 100%;
  }
}

.multi-button {
	filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.45));
	float: right;
	padding: 10px;
}
.multi-button button{
	display: inline-block;
	height: 30px;
	width: 50px;
	font-size: 1.2rem;
	border: none;
	margin: -2.5px;
	padding: 0;
	outline: none;
}
.multi-button :nth-child(1){
	border-radius: 50px 0 0 50px;
}
.multi-button :nth-child(2){
	border-radius: 0 50px 50px 0;
}

button:hover{
	cursor: pointer;
	filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.45));
}
button:active{
	filter: none;
	transform: scale(.95);
}

.container .gallery a img {
	float: left;
	width: 25%;
	height: auto;
	border: 2px solid #fff;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: center;
}

.clear {
	clear: both;
}

a {
	color: #009688;
	text-decoration: none;
}

a:hover {
	color: #01695f;
	text-decoration: none;
}
