@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: #fbad18;
  color:#282829;
  display: flex;
  justify-content: space-between;
  transition: 0.6s;
  z-index: 10000;

 
}

.logo img {
  padding-top: 0px;
  margin: 6px;
  font-size: 40px;
  cursor: pointer;
  width: 100%;
}

.h111{
  color: #282829;
}

.title11 h1{
  padding-top: 90px;
  font-weight: 800;
  color: #fbad18;
  font-size: 30px;
  /* display: none; */
}
.title2 h1{
    margin-right: 450px;
    margin-top: 20px;
    font-weight: 800;
}
.title2 .white{
    color: white;
}
.first{
  padding-top: 30px;
}
.first h1{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #fbad18;
}
.faqs-container{
  overflow: hidden;
}
.faq-singular {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0 30px 0 20px;
}

.faq-singular .faq-question {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 25px 25px 25px 0px;
  font-weight: 700;
  font-size: 20px;
}
.faq-singular .faq-question:before {
  position: absolute;
  content: "+";
  color: #808080;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 700;
  transition: all .5s;
}
.faq-singular.active .faq-question:before {
  transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
  display: none;
  padding-bottom: 20px;
}

 /* FOOTER */
 .footer {
	width: 140%;
	background: #282829;
	display: block;
 }
 .footer-items{
   margin-left: -40px;
 }
 .footer-items img{
   padding-bottom: 10px;
  
 }

.icons1 i{
  padding-top: 15px;
  color: white;
  padding-right: 10px;
}
 .inner-footer {
	 width: 95%;
	 margin: auto;
	 padding: 30px 10px;
	 display: flex;
	 flex-wrap: wrap;
	 box-sizing: border-box;
	 justify-content: center;
 }

.footer-items {
	width: 25%;
	/* padding: 10px 20px; */
  padding-right: 40px;
  padding-left: 45px;
  /* padding-right: 10px; */
	box-sizing: border-box;
	color: #fff;
}
.footer-items.c-1{
  padding-left: 100px;
}
.footer-items.c-2{
  padding-left: 60px;
}
.footer-items.c-3{
  margin-right: -45px;
}


.footer-items p {
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #fff;
}

.footer-items h1 {
	color: #fff;
}

.border1 {
	height: 3px;
	width: 40px;
	background: #ff9800;
	color: #ff9800;
	background-color: #ff9800;
	border: 0px;
}

ul {
	list-style: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;	
 }

ul a {
	text-decoration: none;
	outline: none;
	color: #fff;
	transition: 0.3s;
}

ul a:hover {
	color: #ff9800;
}

ul li {
	margin: 10px 0;
	height: 25px;
}

li i {
	margin-right: 20px;
}

.social-media {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.social-media a {
	text-decoration: none;
}

.social-media i {
	height: 25px;
	width: 25px;
	margin: 20px 10px;
	padding: 4px;
	color: #fff;
	transition: 0.5s;
}

.social-media i:hover {
	transform: scale(1.5);
}

.footer-bottom {
	padding: 10px;
	background: #282829;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.payment img{
  width: 5%;
}
.footer-items.c-1 {
  margin-left: 0px;
}
/* for tablet mode view */

@media screen and (max-width: 1275px) {
	.footer-items {
		width: 50%;
	}
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
	.footer-items {
		width: 100%;
    padding-top: 20px;
	}
  .payment{
    padding-left: 45px;
  }
  .payment img{
    width: 15%;
  
  }
  .footer-items.c-1{
    padding-left: 50px;
  }
  .footer-items.c-2{
    padding-left: 70px;
  }
}

@media (max-width: 500px){
.title2 h1{
  display: none;
}
 
 .logo img{
    padding-right: 50px;
    padding-bottom: 0px;
    /* display: none; */
  }
  .title11 h1{
    display: block;
    text-align: center;
    font-size: 28px;
}
.first{
  margin-top: -10px;
 
}
.first h1{
  font-size: 24px;
   color: #fbad18;
}
}
