*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	list-style: none;
}
.logo{
	color: #000;
	font-size: 30px;
	font-weight: 800;
}
span{
	color: rgb(79 70 229);
}
.navlist{
	display: flex;
  	padding: 20px 20px;
}
.navlist a{
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	padding: 5px 5px;
	margin: 0 22px;
	border-bottom: 2px solid transparent;
	transition: all .40s ease;
}
.navlist a:hover{
	color: rgb(252 211 77);
	border-bottom: 2px solid #000;
}
.icons{
	display: flex;
	align-items: center;
}
.icons i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	background: rgb(22 163 74);
	color: #fff;
	font-size: 18px;
	margin: 0 10px;
	border-radius: 10px;
	border: 1px solid transparent;
	transition: all .40s ease;
}
.icons i:hover{
	border: 1px solid #3e1908;
	color: #3e1908;
	background: transparent;
}
#menu-icon{
	color: #3e1908;
	font-size: 26px;
	z-index: 10001;
	cursor: pointer;
	margin-left: 10px;
	display: none;
}
#menu-icon:hover {
  background: white;
  color: black;
  transition: .4s;
}

.main-header{
	width: 100%;
	height: 100vh;
	background: url();
	background-size: cover;
	background-position: center;
	position: relative;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	align-items: center;
}

.main-text h1{
	margin: 15px 0;
	font-size: 5.5rem;
	font-weight: 800;
	color: #3e1908;
	letter-spacing: 2px;
	line-height: 1.1;
	text-transform: uppercase;
}
.main-text h5{
	font-size: 1.3rem;
	color: #ca7c62;
	font-weight: 600;
	letter-spacing: 5px;
  padding: 5rem 0 0 0;
}
.main-text p{
	font-size: 1.1rem;
	color: #9f9c9d;
	line-height: 30px;
	margin-bottom: 3rem;
}
.btn{
	padding: 15px 35px;
	color: #fff;
	background: #ca7c62;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	border: 2px solid transparent;
	transition: all .40s ease;
}
.btn2{
	background: transparent;
	border: 2px solid #ca7c62;
	color: #3e1908;
	margin-left: 20px;
	transition: all .40s ease;
}
.btn:hover{
	background: transparent;
	border: 2px solid #ca7c62;
	color: #3e1908;
}
.btn2:hover{
	background: #ca7c62;
	color: #fff;
}

/* Slider */

/* Slider */
.slider {
    width: 90%;
    max-width: 600px;
    height: 350px;
    position: relative;
    overflow: hidden; /* <===  */
    border-radius: 14px;
    }
  
  .slide {
    width: 100%;
    max-width: 800px;
    height: 350px;
    position: absolute;
    transition: all 0.5s;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .btn-slider {
    position: absolute;
    width: 25px;
    height: 45px;
    padding: 0px;
    border: none;
    border-radius:5px;
    z-index: 10px;
    cursor: pointer;
    background-color: rgb(148, 73, 106);
    font-size: 18px;
  }
  .btn-slider:active {
    transform: scale(1.1);
  }
  .btn-prev {
    top: 45%;
    left: 2%;
  }
  
  .btn-next {
    top: 45%;
    right: 2%;
  }
  
  
  .btn-slider {
    background-color: hsla(0, 0%, 100%, 0); 
    color: hsla(0, 0%, 0%, 0); 
    transition: all 0.2s linear;
  }
  .slider:hover .btn-slider {
    background-color: rgb(129 140 248); 
    color: rgb(237, 245, 249); 
  }
  .btn-slider:hover {
    background-color: #000!important;
    color: hsla(0, 0%, 20%, 1)!important;
  }

/* Slider End */




@media (max-width: 1470px){
	header{
		padding: 15px 2%;
		transition: .2s;
	}
	section{
		padding: 0 2%;
		transition: .2s;
	}
	.left{
		display: none;
	}
	.right{
		right: 2%;
		transition: .2s;
	}
}

@media (max-width: 1000px){
	.main-text h1{
		font-size: 3.9rem;
		transition: .2s;
	}
	.main-text h5{
		font-size: 18px;
	}
	.main-text p{
		font-size: 1rem;
	}
	.btn{
		padding: 11px 29px;
		transition: .2s;
	}
}

/* FAQ */ 

.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
	border-bottom: 1px solid #03b5d2;
}
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover, .accordion button:focus {
	cursor: pointer;
	color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
	cursor: pointer;
	color: #03b5d2;
	border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}
.accordion button[aria-expanded='true'] {
	color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	font-size: 1rem;
	font-weight: 300;
	margin: 2em 0;
}


 

@media (max-width: 975px){
	#menu-icon{
		display: block;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 35px;
		width: 35px;
		background: #fff;
		color: #000;
		font-size: 25px;
		border-radius: 4px;
    	/*border: 1px solid rgb(22 163 74);*/
	}
	.navlist{
		position: absolute;
		top: -600px;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		background: rgb(253 230 138);
		text-align: left;
		transition: all .30s ease;
	}
	.navlist a{
		font-size: 15px;
		display: block;
		padding: 0.5rem;
		margin: 1.1rem;
		border-bottom: none;
		border-left: 2px solid #3e1908;
	}
	.navlist a:hover{
		border-bottom: none;
		background: rgb(3 7 18);
		color: #fff;
	}
	.navlist.open{
		top: 100%;
	}
}

/* Footer icons */
