@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");

*{
  font-family: "Quicksand";
	margin: 0px;
	padding: 0px;

  }

h2{
	font-size: 36px;
}
p{
	font-size: 18px;
}
.iframe{
	height: 400px;
	width: 250px;
}

@media screen and (max-width: 576px) {

	h2 {
		font-size: 22px;
	}
	p{
		font-size: 14px;
	}
	
} 
.tabs {
	margin-top: 30px;
	height: 100vh;
	position: relative;
	/* overflow: hidden; */
  }
  
  input[type=radio] {
	position: absolute;
	left: 0;
	width: 24px;
	height: 15%;
	outline: 12px solid;
	outline-offset: -12px;
	margin: 0;
	padding: 0;
	z-index: 1;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	cursor: pointer;
  }
  input[type=radio]:nth-of-type(1) {
	/* outline-color: #f06868; */
	outline-color: #e09d32;
	top: -5%;
  }
  input[type=radio]:nth-of-type(2) {
	outline-color:#0f4ea0;
	top: 9%;
  }
  input[type=radio]:nth-of-type(3) {
	outline-color: #686765;
	top: 23%;
  }
  input[type=radio]:nth-of-type(4) {
	outline-color: #481467;
	top: 38%;
  }
  input[type=radio]:nth-of-type(5) {
	outline-color:#969590;
	top: 51%;
  }
  input[type=radio]:nth-of-type(6) {
	outline-color:#f04051;
	top: 65%;
  }
  input[type=radio]:nth-of-type(7) {
	outline-color: #65bf19;
	top: 79%;
  }
  input[type=radio]:checked + .content {
	transform: translateX(0%);
	transition: transform 0.4s ease 0.4s;
  }
  
  .content {
	
	display: flex;
	align-items: center;
	flex-flow: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	transition: transform 0.4s ease;
	transform: translateX(-100%);
	padding: 20px 20px 20px 40px;
  }
  @media screen and (max-width: 576px) {
	.content {
		height: fit-content;
	}
  }
  .content:nth-of-type(1) {
	/* background-color: #f06868; */
	background-color: #e09d32;
  }
  
  .content:nth-of-type(2) {
	background-color: #0f4ea0;
  }
  .content:nth-of-type(3) {
	background-color: #686765;
  }
  .content:nth-of-type(4) {
	background-color:#481467;
  }
  .content:nth-of-type(5) {
	background-color:  #969590;
  }
  .content:nth-of-type(6) {
	background-color:#f04051;
  }
  .content:nth-of-type(7) {
	background-color: #65bf19;
  }
  .title {
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
  }

  .header {
	padding-top: 25px;
	padding-bottom: 25px;
  }
  .first-column {
	  background: green;
	  color: white;
	  border-width:2px;
	  padding: 10px;
	  border-color:#000;  
	  background: #5851ff;
	  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  align-items: center;
  
  }
  
  .im{
	/* box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.548); */
	transition: box-shadow .3s;
	padding: 10px;
	color: white;
  }
  .im:hover {
	box-shadow: 0 6px 26px 6px rgba(255, 255, 255, 0.972); 
  }

  img{
	

	  border-radius: 20px;
	  width:300px;
	  height: 400px;
  }
  .land{
	width:400px;
	height: 300px;
  }
  @media screen and (max-width: 576px) {
	img{
		width:200px;
		height: 280px;
	}
	.land{
		width:240px;
		height: auto;
	  }
  }

  
/*Navbar=================================*/
.menu-label{
	padding-left: 1rem;
	display: none;
  }

nav ul{

	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 0;
}
 nav ul a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	/* font-size: 1.2em; */
	transition: .3s;
}

header{
  line-height: initial;
    margin-bottom: 1rem;
	position: relative;
	width: 100%;
}

header .container1 {
    position: relative;
    z-index: 2;
}

nav{
  border: 0px solid black;
  border-radius: 28px;
  margin-top: 1.3rem;
	background: black;
	position: relative;
	padding: 12px 0;
	z-index: 10;
}
nav ul li:nth-child(1){
  float: left;
  padding-left: 30px;
}
nav ul li:nth-last-child(1){
  padding-right: 20px;
}
.logo{
	position: absolute;

	top: -50px;
	left: 45%;
}

.logo img{
  width: 70px;
	height: 70px;
  border-radius: 56px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 576px) {
  .logo{
    display: none;
  }


}

nav ul{
	
	width: 100%;
	transition: .3s;
}
nav ul li:nth-child(6){
	margin-left: 25px;
}
nav ul li a{
	color: white;
	font-weight: bold;
}
nav ul li a:hover{
	text-decoration: none;
	color: #65bf19;
}
#menu{
	display: none;
}

label{
	color: #fff;
	font-size: 0.8 em;
	padding: 15px 0;
	display: none;
}
@media (max-width: 960px){
	label{
		display: block;
	}
	.menu-label{
		display:block;
	}

  .menuList li:nth-child(1),
  .menuList li:nth-child(2),
  .menuList li:nth-child(3),
  .menuList li:nth-child(4),
  .menuList li:nth-child(5){
		display: none;
	}


	.logo{
		left: 45%;
		top: -34px;
	}
	/* .logo img{
		width: 100px;
	} */
	nav{
		padding: 0;
	}
	nav ul{
		
		position: absolute;
		top: 53px;
		left: -100%;
		background: #000;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 90vh;
	}
	#menu:checked ~ ul{
		left: 0;
	}
	nav ul li{
		margin: 0 !important;
		width: 100%;
	}
	nav ul li a{
		border: 1px solid #65bf19;
		padding:15px 0;
		margin: 0;
		text-align: center;
	}
	nav ul li a:hover{
		background: white;
	}
	nav ul li:nth-last-child(1){
		padding-right: 0px;
	}
}
@media (max-width: 460px){
	nav ul{
		height: 60vh;
		font-size: 14px;
	}
	.logo{
		top: -30px;
	}
	.logo img{
		width: 100px;
    margin-top: 0;
	}
}

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

footer{
	margin-top: 7rem;
}
.footer-container{
	line-height: 1.5;
  font-family: "Quicksand";
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.footer-container{
	max-width: 1170px;
	margin:auto;
}
.footer-row{
  display: flex;
  flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: black;
    padding: 70px 0;
	padding-bottom: 10px;
}
.footer-col{
   width: 25%;
   padding: 0 10px;
}
.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: #e91e63;
	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;
	padding-top: 2px;
	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: black;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
	.footer{
		margin-top: 420px ;
	}
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
  }
}
@media(max-width: 574px){
	.footer{
		margin-top: 420px ;
	}
  .footer-col{
    width: 100%;
  }
  .footer-col h4{
	font-size: 14px;
  }
  .footer-col ul li a{
	font-size: 12px;
  }
}
@media(max-width: 400px){
	footer{
		margin-top: 280px ;
	}

}

.tribes_links{
	display: flex;
	flex-wrap: wrap;
  }
.t_link_button{
	background: linear-gradient(to bottom right, black 60%,crimson	);
	color: white;
	/* background: linear-gradient(to bottom, #FFC069,#FF5B7D	);   */
	padding: 8px;
	margin:2px 4px;
	border-radius: 10px;
	cursor: pointer;
  
  }
  .t_link_button:hover{
	background:linear-gradient(to bottom right, blue 20%,black 80%	);
	color: white;
  }
  
  