body{
	line-height: 1.5;
	overflow-x: hidden;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
/*Navigation bar*/
nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  width:100%;
  padding-left: 10%;
  padding-right: 10%;
  font-family:"Red Hat Text";
  transition: background-color .5s ease;
	position: fixed;
	z-index:3;
}

nav img{
  height: 75px;
  width: 75px;
}

nav ul li{
  list-style-type: none;
  display: inline-block;
  padding: 10px 20px;
}

nav ul li a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

nav ul li a:hover{
  color: #fff;
  transition: 0.3s;
}
.checkbtn{
    font-size:30px;
    color:#000;
    float:right;
    line-height:80px;
    cursor:pointer;
		display:none;
}
#check{
    display:none;
}
.button{
  border: none;
  background: #000;
  padding: 12px 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  transition: 0.4s;
	text-decoration: none;
}

.button:hover{
  cursor: pointer;
}
.scroll{
	background-color: #fff;
	box-shadow: 0 3px 1rem rgba(0,0,0,.1);
}

/* header-section */
.new-hero{
 
  background-image: url('fimg.jpeg');
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-size: cover; 
  height:920px; 
  padding-top:180px;
  font-family:"Red Hat Text";
}
.home-head{
  font-size: 4rem;
  font-weight: 800;
}
.animate-charcter
{
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.home-cap{
  font-size: 2rem;
  font-weight: 600;
}
.new-sec{
    max-width:960px;
    background-repeat: no-repeat; 
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-left: 1rem;
    padding-right: 1 rem;
    
}
.carousel-item {
	width:100%;
  height: 600px;
}
.carousel .carousel-indicators button{
   width: 10px;
  height: 10px;
  border-radius: 100%;
  margin:0 10px;
  background-color: #000;
}
.navbar-brand{
 color:#fff;
}
.nav-text{
	font-family: "Red Hat Text";
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg class="bi bi-caret-right-fill" viewBox="0 0 16 16" fill="%23000" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z" clip-rule="evenodd"/></svg>');
}
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg class="bi bi-caret-left-fill" viewBox="0 0 16 16" fill="%23000" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z" clip-rule="evenodd"/></svg>');
}
/* about */
h3{
  font-family:"Red Hat Text";
  font-weight:700;
}
.lead{
    font-family:"Jost";
    font-weight:500;
}
.heading {
  text-align: center;
  margin: 4em 0;
}
.heading-text {
  font-size: 2rem;
  font-family:"Red Hat Text";
  font-weight:700;
}
.parahead-text {
    font-family:"Jost";
    font-size:1.25rem;
    font-weight:Normal;
    letter-spacing:0.005rem;
    padding:50px 100px;
}
.tab-content{
	  text-align: center;
}
.heading-text:hover{
    background: -webkit-linear-gradient(#b06ab3,#4568dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-tabs .nav-item .nav-link {
  color: #000;
}
.nav-tabs .nav-item .nav-link.active {
    background: -webkit-linear-gradient(#b06ab3,#4568dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* footer-section */
#footer-section{
	padding-top: 4rem;
	text-align: center;
}
.container-footer{
	max-width: 1170px;
	margin:auto;
}
.container-footer .row{
	display: flex;
	flex-wrap: wrap;
}
.footer-col ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	height:30px;
  width:40%;
  margin:auto auto 35px auto;
	border-bottom: 2px solid transparent;
  border-image: linear-gradient(to left, #b06ab3,#4568dc);
  border-image-slice: 1;
}

.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-family: 'Jost', sans-serif;
	font-weight: 400;
	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;
}

/* Quotes */
.container-quotes{
      padding:4rem 8rem 4rem 8rem;
 }
.container-quotes-inner{
  max-width:138rem;
  background:linear-gradient(to left, #8d49f7, #6b53ff);
  width:80%;
  margin:auto;
  padding: 2rem;
  border-radius:15px;
  color:#fff;
}
.pic-post{
  text-align:center;
  width:100%;
  margin:auto;
}
.tab-pic img{
  border-radius:50%;
  border:6px solid yellow;
}
.tab-pic img:hover{
  border:6px solid white;
}
.main-text{
  padding:5px 0;
  letter-spacing:0.3px;
}
.secondary-text{
  padding:0 0 5px 0;
}
.tab-para{
  width:100%;
  margin:auto;
  text-align:center;
  font-size:1.5rem;
}
/* contact form */
.contact{
	padding:150px 0 50px 0;
}
.contact-page{
	width: 80%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
  box-shadow: 0 0 10px 0 #666;
  margin-bottom: 50px;
}
.contact-map{
  width: 100%;
  height: auto;
  flex: 50%;
}

.contact-map iframe{
  width: 95%;
  height: 100%;
  flex: 50%;
  border-radius: 10px;
}

.contact-form{
  width: 100%;
  height: auto;
  flex: 50%;
  text-align: center;
  font-family:"Jost";
}

.contact-form h1{
  margin-bottom: 30px;
  font-family:"Red Hat Text";
}

.contact-form-txt{
  width: 100%;
  height: 40px;
  color: #000;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  outline: none;
  margin-bottom: 20px;
  padding: 15px;
}

.contact-form-txt::placeholder{
  color: #aaa;
}

.contact-form-txtarea{
  width: 100%;
  height: 130px;
  color: #000;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  outline: none;
  margin-bottom: 20px;
  padding: 15px;
}

.contact-form-txtarea::placeholder{
  color: #aaa;
}

.contact-form-btn{
  width: 30%;
  border: none;
  outline: none;
  border-radius: 30px;
  background: linear-gradient(to left, #b06ab3,#4568dc);
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  cursor: pointer;
  font-size: 18px;
  font-family:"Red Hat Text";
}
/*responsive*/
@media(max-width: 951px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
.footer-col h4::before{
	left:50%;
}
.home-head{
  font-size: 2rem;
}
}
@media(min-width:800px){
  .container-quotes-inner{
   display:flex;
  flex-direction:row-reverse;
}
  .tab-para{
    text-align:left;
		padding:0 0 0 10%;
  }
}
@media (max-width:800px){
    .checkbtn{
        display:block;
    }
		.hero nav{
			flex-direction: row-reverse;
		}
    .hero ul{
        position:fixed;
        width:100%;
        height:100vh;
        top:80px;
        left:-100%;
        text-align:center;
				transition:all .5s ease;

    }
    .hero nav ul li{
        display:block;
        margin:25px 0;
        line-height:30px;
    }
    .hero a.active{
        color:blue;
    }
    #check:checked ~ .hero-ul{
        left:0;
    }
}
