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

:root{
   --peru:#2154CF;
   --black:#222;
   --white:#fff;
   --light-black:#666;
   --light-white:#ccc;
   --light-bg:#f5f5f5;
   --dark-bg:rgba(0,0,0,0.6);
   --border:.1rem solid #aaa;
   --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}

*{
   font-family: 'Asap', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   transition: all 0.4s cubic-bezier(.43,1.1,.62,1.08);
   
}


.data {

   margin-top:50px;
 
   
 
   padding:4rem;
 
   font-size:1.4rem;
 
   min-height:62vh;
 
   
 
 }

html{
   font-size: 62.5%;
   overflow-x: hidden;
   scroll-behavior: smooth;
   scroll-padding-top: 6rem;
}
body{
   background: url(../images/body.jpg);
}



section{
   padding:5rem 10%;
}

.heading{
   text-align: center;
   margin-bottom: 3rem;
}

.heading span{
   font-size: 2.5rem;
   color:var(--peru);
}

.heading h3{
   font-size: 4.5rem;
   color:var(--black);
}

.btn-1{
   margin-top: 1rem;
   display: inline-block;
   background: var(--peru);
   color:var(--white);
   border-radius:4rem;
   font-size: 2rem;
   cursor: pointer;
   padding:1rem 4rem;
   margin:1rem;
}
.btn-1.border{
   border: 2px solid #fff;
   background: none;
}

.btn-1:hover{
   letter-spacing: .2rem;
   color:#fff;
}

.header{
   padding-top: 2rem;
   padding-bottom: 2rem;
   display: flex;
   align-items: center;
   justify-content: space-between;
   box-shadow: var(--box-shadow);
   position: sticky;
   top:0; left:0; right: 0;
   background: var(--white);
   z-index: 1000;
}

.header .logo{
   font-size: 2.5rem;
   font-weight: bolder;
   color:var(--peru);
}
.header .logo span{
   color:#F7911F;
}

.header .logo i{
   color:var(--peru);
   padding-right: .5rem;
}

.header .main-navbar a{
   font-size: 2rem;
   margin-left: 2rem;
   color:var(--light-black);
}

.header .main-navbar a:hover{
   color:var(--peru);
}

#menu-btn{
   font-size: 2.5rem;
   cursor: pointer;
   color:var(--black);
   display: none;
}

@keyframes fadeIn {
   0%{
      transform: translateY(-4rem) scale(0);
      opacity: 0;
   }
}

.home{
   padding:0;
   background: var(--black);
}

.home .slide{
   min-height: 80vh;
   background-size: cover !important;
   background-position: center !important;
   position: relative;
   z-index: 0;
   display: flex;
   align-items: center;
   justify-content: center;
}

.home .slide::before{
   content: '';
   position: absolute;
   top:0; left:0;
   height: 100%;
   width: 100%;
   background: var(--dark-bg);
   z-index: -1;
}

.home .slide .content{
   text-align: center;
   width: 70rem;
   display: none;
}

.home .slide .content span{
   font-size: 3rem;
   display: block;
   padding-bottom: .5rem;
   color:var(--light-white);
   animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .2s backwards;
}

.home .slide .content h3{
   font-size: 4vw;
   text-transform: uppercase;
   color:var(--white);
   text-shadow: 0 .5rem 1rem rgba(0,0,0,.7);
   line-height: 1;
   padding:2rem 0;
   animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .4s backwards;
}

.home .slide .content .btn-1{
   animation:fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .6s backwards;
}

.home .swiper-slide-active .content{
   display: inline-block;
}

.swiper-button-next,
.swiper-button-prev{
   height: 5rem;
   width: 5rem;
   line-height: 5rem;
   background: var(--white);
   color:var(--black);
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
   background: var(--peru);
   color:var(--white);
}

.swiper-button-next::after,
.swiper-button-prev::after{
   font-size: 2rem;
}

.about{
  
   background-position: center;
 background-size: cover;

 
}
.flex-box{
 display:flex;
 align-items: center;
}

.about .row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin:0;
     

}

.about .row .image {
 -webkit-box-flex: 1;
     -ms-flex: 1 1 35rem;
         flex: 1 1 35rem;
       
}

.about .row .image img {
 width: 100%;

}

.about .row .content {
 -webkit-box-flex: 1;
     -ms-flex: 1 1 41rem;
         flex: 1 1 41rem;
         padding: 0 4rem;
}
.about .row .content span{
   color:var(--peru);
   font-size: 2.2rem;
}

.about .row .content h3 {
 font-size: 3.5rem;
 color: var(--black);
 line-height: 1.6;
 font-weight: 700;
 text-transform: capitalize;
}

.about .row .content p {
 font-size: 1.5rem;
 color: var(--light-color);
 line-height: 2;
 margin:0;
 padding: 1rem 0;
}

.about .box-container {
 margin-top: 3rem;
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
     grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
 gap: 2rem;
 -webkit-box-align: end;
     -ms-flex-align: end;
         align-items: flex-end;
}

.about .box-container .box {
 text-align: center;
 background: var(--light-bg);
 padding: 3rem 2rem;
}

.about .box-container .box h3 {
 font-size: 4rem;
 color: var(--black);
 text-transform: capitalize;
}

.about .box-container .box p {
 font-size: 1.5rem;
 color: var(--light-color);
 line-height: 2;
 padding-top: .5rem;
}
.list {
   display: flex;
   flex-direction: column;
  
}
.list .box{
 /* display: flex;
 align-items: flex-start; */
}
.list  .box .icon{
   width: 50px;

padding: 1rem 0;
}
.list  .box .icon img{
   width: 100%;
}
.list .box.box-2{
 align-items: center;
}
.list .box.box-2 .icon i{
 background: #f5f1c4;
 color: #f7911f;
   width: 4rem;
   height: 4rem;
   line-height: 4rem;
   text-align: center;
   border-radius: 50%;
   font-size: 2rem;
}
.list .box .contents{
 padding-right: 1rem;

}
.list .box  .icon i{
 color:var(--peru);
 font-size: 2.4rem;

}

.list .box h4{
 margin: 0;
 font-weight: 700;
 
}
.about-2{
  
  
   background-position: center;
 background-size: cover;
 padding-right:0;
 
 }
 .about-2 .flex-box{
 display:flex;
 align-items: center;
 flex-direction: column;
 }
 
 .about-2 .row {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin:0;
     
 
 }
 
 .about-2 .row .image {
 -webkit-box-flex: 1;
     -ms-flex: 1 1 35rem;
         flex: 1 1 35rem;
       
 }
 
 .about-2 .row .image img {
 width: 100%;
 
 }
 
 .about-2 .row .content {
 -webkit-box-flex: 1;
     -ms-flex: 1 1 41rem;
         flex: 1 1 41rem;
         padding: 0 4rem;
 }
 .about-2 .row .content span{
   color:var(--peru);
   font-size: 2.2rem;
 }
 
 .about-2 .row .content h3 {
 font-size: 3.5rem;
 color: var(--black);
 line-height: 1.6;
 font-weight: 700;
 text-transform: capitalize;
 }
 
 .about-2 .row .content p {
 font-size: 1.5rem;
 color: var(--light-color);
 line-height: 2;
 margin:0;
 padding: 1rem 0;
 }
 
 .about-2 .box-container {
 margin-top: 3rem;
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
     grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
 gap: 2rem;
 -webkit-box-align: end;
     -ms-flex-align: end;
         align-items: flex-end;
 }
 
 .about-2 .box-container .box {
 text-align: center;
 background: var(--light-bg);
 padding: 3rem 2rem;
 }
 
 .about-2 .box-container .box h3 {
 font-size: 4rem;
 color: var(--black);
 text-transform: capitalize;
 }
 
 .about-2 .box-container .box p {
 font-size: 1.5rem;
 color: var(--light-color);
 line-height: 2;
 padding-top: .5rem;
 }
 .about-2 .list .box{
 display: flex;
 align-items: flex-start;

 }
 .about-2  .list .box.box-2{
 align-items: flex-start;
 }
 .about-2 .list .box.box-2 .icon i{
 background: #f5f1c4;
 color: #f7911f;
   width: 4rem;
   height: 4rem;
   line-height: 4rem;
   text-align: center;
   border-radius: 50%;
   font-size: 2rem;
 }
 .about-2  .list .box .content{
 padding: 0 2rem;
 }
  .about-2 .list .box  .icon i{
 color:var(--peru);
 font-size: 2.4rem;
 
 }
 
 .about-2 .list .box h4{
 margin: 0;
 
 }
 
.gallery{

   min-height: 100vh;
   position: relative;
   overflow: hidden;
   background: aliceblue;;

}



.gallery .controls{

   display: flex;

   align-items: center;

   justify-content: center;

   flex-wrap: wrap;

   padding:1.5rem 0;

   list-style: none;

}



.gallery .controls .btn-1{

   margin:2rem;

   line-height: 4rem;

   text-align: center;

   box-shadow: 0 .3rem .5rem rgba(0,0,0,.3);

}



.gallery .controls .btn-1.button-active{

   background:#333;

}



.gallery .box-container{

   display: flex;

   align-items: center;

   justify-content: center;

   flex-wrap: wrap;

   padding:2rem 0;

   width: 85%;

   margin:0 auto;

}

#fade-in {
   height: 100%;
   width: 1px;
   opacity: 0;
   transition: all .75s ease;
 }
 
 #fade-in.show {
   opacity: 1;
   height: 100%;
   width: 100%;
 }
 

.gallery  .box{
   background: #fff;

   display: flex;
    /* border: 1px solid #444; */
    padding: 2rem;
    /* position: absolute; */
    /* left: -600px;
    width: 600px;
    height: 370px; */
    margin-bottom: 2rem;
    
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    /* -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s; */


}
/* @-webkit-keyframes slide {
   100% { left: 0; }
}

@keyframes slide {
   100% { left: 0; }
} */


.gallery .box .image{
width:500px;
height: 245px;

 

}



.gallery .box .image img{

 width: 100%;

   width: 100%;

   height: 100%;
   object-fit: cover;

}

.gallery .box  .content{
   padding: 2rem;
}

.gallery  h2{



   font-size: 2.6rem;

   color:#444;
   font-weight: 700;

  


}
.gallery   p{
   font-size: 1.5rem;
    color: var(--light-color);
    line-height: 2;
    margin: 0;
    /* padding: 1rem; */
}



.gallery .box-container .box .info .subInfo{

   display: flex;

   align-items: center;

   justify-content: space-between;

   padding: 1rem;

   border-top: .1rem solid rgba(0,0,0,0.1);



}



.gallery .box-container .box .info .subInfo .price{

   color:var(--pink);

   font-size: 2rem;

}



.gallery .box-container .box .info .subInfo .price span{

   color:#666;

   font-size: 1.5rem;

   text-decoration: line-through;

}



.gallery .box-container .box .info .subInfo .stars i{

   color:rgb(248, 251, 35);

   font-size: 1.5rem;

}



.gallery .box-container .box .overlay{

   position: absolute;

   top:0; left: 0;

   height:20rem;

   width: 100%;

   background:rgba(0,0,0,.3);

   display: flex;

   align-items: center;

   justify-content: center;

   transform: scale(0);

}



.gallery .box-container .box:hover .overlay{

   transform: scale(1);

}



.gallery .box-container .box .overlay a{

   font-size: 2rem;

   padding: 1.5rem 2rem;

   background: #ff3e9e;

   color: #fff;

   margin: 1rem;

   border-radius: 50%;

   transform: translateY(-15rem);

   transition-delay: calc(.1s * var(--i));

}



.gallery .box-container .box:hover .overlay a{

   transform: translateY(0rem);

}



.gallery .box-container .box .overlay a:hover{

   background:var(--purple);

}




.services .heading {
   font-size: 3.5rem;

   width: 70rem;
   margin: auto;
   line-height: 1.6;
   margin-bottom: 3rem;
   

}
.services .heading span{
   font-size: inherit;
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(33rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 2rem;
}

.services .box-container .box {
  text-align: center;
  padding: 3rem;
  background: var(--white);
  
  -webkit-box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);;
          box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);;
  /* border: var(--border); */
  min-height: 350px;
  border-bottom: 4px solid var(--peru);

}
.services .box-container .box:hover{
  border: 1px solid var(--peru);


}
.services .box-container .box .box-top{
    display:flex;
    
}

.services .box-container .box:hover img {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}


.services .box-container .box .content{
    /* text-align: left; */
    /* padding-left: 2.5rem; */
}

.services .box-container .box h3 {
  font-size: 2.4rem;
  color: var(--black);
  font-weight: 700;
  text-transform: capitalize;
 padding-bottom: 1rem;
  margin: 0;
}

.services .box-container .box p {
  font-size: 1.4rem;
  color: var(--light-color);
  line-height: 2;
}
.services .box-container .box .fa-solid{
   width: 10rem;
   height: 10rem;
   border: 1px solid #F7911F;
   border-radius: 50%;
   line-height: 10rem;
   font-size: 4.5rem;
   color: #ffb057;
   margin-bottom: 3rem;
 
   
}

 

.menu{
   background: #F2F6F7;
}

.menu .slide .title{
   padding:1rem;
   font-size: 3rem;
   color:var(--white);
   background: var(--peru);
   margin-bottom: 3rem;
   text-align: center;
}

.menu .slide .box-container{
   display: flex;
   flex-wrap: wrap;
   gap:2rem;
   padding-bottom: 4rem;
}

.menu .slide .box-container .box{
   flex:1 1 45rem;
   /* width: 500px; */
   background: var(--white);
   padding:2rem;
   box-shadow: var(--box-shadow);
   border:var(--border);
   display: flex;
   align-items: center;
   gap:1rem;
   /* justify-content: space-between; */
}
.menu .slide .box-container .box .image{
   width:120px;
}
.menu .slide .box-container .box .image img{
   width:100%;
   border-radius: 50%;
}
/* .menu .slide .box-container .box .info{
   width:260px;
} */

.menu .slide .box-container .box h3{
   font-size: 2.5rem;
   color:var(--black);
   padding-bottom: .5rem;
}

.menu .slide .box-container .box p{
   font-size: 1.6rem;
   color:var(--light-black);
   line-height: 2;
}

.menu .slide .box-container .box .price{
   font-size: 2.5rem;
   color:var(--peru);
}

.menu .slide .box-container .box:hover{
   transform: scale(.9);
   cursor: pointer;
}
.footer-top-box{
   /* height:300px; */
   background: #2d8ee2;
 
   /* margin-bottom: -3rem; */
   padding: 4rem;
   
 }
 .footer-top-box .footer-inner{
   display: flex;
   align-items: center;
   padding:0  2rem ;
   border: 1px solid #ebebeb94;
 
  
 }
 
 .footer-top-box .footer-inner .content {
   text-align: center;
   padding: 2rem;
 }
 .footer-top-box .footer-inner .content .btn-1{
   background: #fff;;
   color:#444;
   
 }
 .footer-top-box .footer-inner .content h2{
   color:#fff;
   text-transform: capitalize;
   font-size: 3rem;
 }
 .footer-top-box .footer-inner .content p{
   color:#fff;
 }
 .footer-top-box .footer-inner .image img{
   width: 100%;
   height: 100%;
 }

 /* signup page */

 .signup-wrapper{

   padding: 4rem; 
 
   height: 100%;
 
   display: flex;
 
   justify-content: center;
 
   align-items: center;
 
 
 
  }
 
  .signup-form{
 
       margin-top:60px;
 
   position: relative;
 
   width: 100%;
 
   max-width: 600px;
 
   padding: 60px 40px 40px;
 
   /* background: rgba(0,0,0,0.7); */
 
   border:2px solid var(--peru);
 
   border-radius: 10px;
 
   color: red;
 
   box-shadow: 0 15px 25px rgba(0,0,0,0.5);
 
  }
 
 
 
 .signup-form h2 {
 
   text-align: center;
 
   letter-spacing: 4px;
 
   margin-bottom: 2rem;
 
   font-size: 2.4rem;
 
   color: var(--peru);
 
 }
 
 .signup-form .input-group {
 
   position: relative;
 
   width:100%;
 
 }
 
 .signup-form .input-group input,textarea,select {
 
   width: 100%;
 
   padding: 10px 0;
 
   font-size: 1.4rem;
 
   color:#333;
 
   letter-spacing: 1px;
 
   margin-bottom: 30px;
 
   border: none;
 
   border-bottom: 1px solid rgba(0,0,0,0.2);
 
   outline: none;
 
   background-color: transparent;
 
   resize: none;
 
 }
 
 .signup-form .input-group label{
 
     color: #444;
 
     font-size: 1.4rem;
 
 }
 
 .submit-btn {
 
    display: block;
 
    margin-left: auto;
 
    border: none;
 
    outline: none;
 
    background: var(--peru);
 
    font-size: 1.4rem;
 
    text-transform: uppercase;
 
    letter-spacing: 1px;
 
    padding: 10px 20px;
 
    border-radius: 5px;
 
    color: #fff;
 
    cursor: pointer;
 
    margin-bottom: 1.2rem;
 
  }
 
   /* login-form */
 
 .login-wrapper {
 
     padding:7rem ;
 
   
 
    display: flex;
 
    justify-content: center;
 
    align-items: center;
 
  }
 
  .form {
 
      margin-top:40px;
 
    position: relative;
 
    width: 100%;
 
    max-width: 380px;
 
    padding: 80px 40px 40px;
 
    /* background: rgba(0,0,0,0.7); */
 
    border:2px solid var(--peru);
 
    border-radius: 10px;
 
    color: #fff;
 
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
 
  }
 
  
 
  .form img {
 
    position: absolute;
 
    top: -50px;
 
    left: calc(50% - 50px);
 
    width: 100px;
 
    background: rgba(255,255,255, 0.8);
 
    border-radius: 50%;
 
  }
 
  .form h2 {
 
    text-align: center;
 
    letter-spacing: 4px;
 
    margin-bottom: 2rem;
 
    font-size: 2.4rem;
 
    color: var(--peru);
 
  }
 
  .form .input-group {
 
    position: relative;
 
  }
 
  .form .input-group input {
 
    width: 100%;
 
    padding: 10px 0;
 
    font-size: 1.4rem;
 
    color:#111;
 
    letter-spacing: 1px;
 
    margin-bottom: 30px;
 
    border: none;
 
    border-bottom: 1px solid #777;
 
    outline: none;
 
    background-color: transparent;
 
  }
 
  .form .input-group label{
 
      color: #333;
 
      font-size: 1.4rem;
 
  }
 
   /* advertise page */
 
 .content-top{
 
  margin-top:80px;
 
 
 
   text-align: center;
 
   list-style-type: none;
 
  
 
 }
 
 .content-top h2{
 
   color: #272F38;
 
   padding: 1rem;
 
   
 
   font-size: 2.1rem;
 
 }
 
 .content-top li{
 
   padding:.5rem;
 
   color: #384350;
 
   font-size: 1.4rem;
 
 }
 
 .content-top ul{
 
   list-style-type: none;
 
 }
 /*dashboard*/
 .dash-container{
   position: relative;
   width:  100%;
   display:flex;
   margin: 0rem auto;
  min-height: 100vh;
 
   
   
 }
 .dash{
     padding:1rem;
 }
 .dash-nav{
   position: absolute;
   top: 0;
   width :250px;
   height: 100%;
   background:var(--peru);
   transition: 0.5s;
   /*overflow: hidden;*/
 }
 .dash-nav.active{
   width: 10px;
 
 }
 .dash-nav ul{
   position: absolute;
   top:0;
   left:0;
   width:100%
 }
 .dash-nav ul li{
   position: relative;
   width:100%;
   list-style: none;
 }
 .dash-nav ul li:hover{
   background:#1645b2;
   cursor:pointer;
 
 }
 /*.dash-nav ul li:nth-child(1){*/
 /*  margin-bottom:20px ;*/
 /*}*/
 
 .dash-nav ul li:nth-child(1):hover{
   background: transparent;
 }
 .dash-nav ul li a h2{
   font-size: 15px;
   
  
 }
 .dash-nav .link .dash-title h2{
     margin-top:0px;
     margin-bottom:10px;
 }
 
 
 
 .dash-nav ul li .link{
    
    padding:.5rem;
   position: relative;
   display: block;
   width: 100%;
   /*display: flex;*/
   text-decoration: none;
   color:#fff;
   font-size: 12px;
   border-bottom:1px solid rgba(0,0,0,0.2);
   
 
 }
 .dash-nav ul li a{
     color:#fff;
     text-decoration:none;
     text-align:left;
     font-size:1.6rem;
 }
 /*.dash-nav ul li a .icon{*/
 /*  position: relative;*/
 /*  display: block;*/
 /*  min-width: 60px;*/
 /*  height: 60px;*/
 /*  line-height: 60px;*/
 /*  text-align: center;*/
 
 /*}*/
 .dash-nav ul li a .icon .fab{
   color: #fff;
   font-size: 15px;
 }
 .dash-nav ul li  .dash-title{
   position: relative;
  
   display: block;
   padding: 0 30px;
   /*height: 60px;*/
   line-height: 25px;
   white-space: nowrap;
 }
 .dash-nav ul li a .brand{
   text-transform: uppercase;
   font-size: 15px;
 }
 .main-container{
   position: relative;
   width: calc(100% - 250px);
  
   left:250px;
   /* min-height: 100vh; */
   /*background: #f5f5f5;*/
   transition: 0.5s;
 }
 .main-container.active{
   width: calc(100% - 10px);
   left:10px;
 }
 
 
 .main-container .topbar{
   width: 100%;
   background: rgb(181 179 179 / 30%);
   height: 60px;
   padding-left: 0 10px;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .toggle h4{
   position: absolute;
     top: 13px;
     left: 49px;
 }
 .toggle{
   position: relative;
   width: 60px;
   height: 60px;
   
   cursor: pointer;
 }
 .toggle::before{
   content: '\f007';
   font-family: "Font Awesome 5 Free";
   position: absolute;
   width: 100%;
   height: 100%;
   line-height: 60px;
   font-size: 24px;
   text-align: center;
   color: #111;
 }
 
 
 


.footer {
   background: #111;
   padding-bottom: 1rem;
 }
 
 .footer .box-container {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
       grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
   gap: 2rem;
 }
 
 .footer .box-container .box h3 {
   font-size: 2.2rem;
   text-transform: capitalize;
   color: #fff;
   padding: 1rem 0;
 }
 
 .footer .box-container .box .link {
   display: block;
   padding: .5rem 0;
   font-size: 1.5rem;
   line-height: 2;
   color: #ababab;
   text-transform: capitalize;
 }
 
 .footer .box-container .box .link i {
   padding-right: .5rem;
   color: var(--peru);
 }
 
 .footer .box-container .box .link:hover {
   color: var(--peru);
 }
 
 .footer .box-container .box .link:hover i {
   padding-right: 2rem;
 }
 
 .footer .box-container .box p {
   padding: .5rem 0;
   font-size: 1.5rem;
   line-height: 2;
   color: #777;
 }
 
 .footer .box-container .box p span {
   color: var(--peru);
 }
 
 
 
 .footer .box-container .box .share {
   margin-top: 2rem;
 }
 
 .footer .box-container .box .share a {
   height: 4.5rem;
   width: 4.5rem;
   line-height: 4.5rem;
   font-size: 1.7rem;
   background: var(--peru);
   color: #fff;
   border-radius: 50%;
   margin-right: 0.3rem;
   text-align: center;
 }
 
 .footer .box-container .box .share a:hover {
   background: var(--peru);
 }
 
 .footer .credit {
   font-size: 1.4rem;
   text-transform: capitalize;
   color: rgb(149 149 149);
   margin-top: 3rem;
   padding-top: 3rem;
   border-top: 0.2rem solid rgb(46 45 45);
   text-align: center;
 
 }
 
 .footer .credit span {
   color: var(--peru)
 }
/* media queries  */

@media (max-width:1200px){

   section{
      padding:3rem 5%;
   }

}

@media (max-width:991px){

   section{
      padding:3rem 2rem;
   }

   html{
      font-size: 55%;
   }

   .home .slide .content h3{
      font-size: 15vw;
   }
   .main-container{
    width:100%;
    left:0px;   

}

}

@media (max-width:768px){

   #menu-btn{
      display: inline-block;
   }
   .gallery .box{
      flex-direction: column;
   }
   .gallery .box .image{
      width:100%;
   }

   .fa-times{
      transform: rotate(180deg);
   }

   .header .main-navbar{
      position: absolute;
      top:99%; left:0; right:0;
      background-color: var(--white);
      border-top: var(--border);
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
   }

   .header .main-navbar.active{
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
   }

   .header .main-navbar a{
      display: block;
      margin:2rem;
   }

   .swiper-button-next,
   .swiper-button-prev{
      top:initial;
      bottom:1rem;
   }

   .menu .slide .box-container .box{
      flex-flow: column;
      text-align: center;
   }
   .services .heading{
      width: 100%;
   }
   .list{
      flex-wrap: wrap;
   }
   .about-2 .list{
      flex-wrap: wrap;
   }
   .signup-wrapper , .login-wrapper{
      padding:3rem 2rem;
  }
}

@media (max-width:450px){

   html{
      font-size: 50%;
   }

   .home .slide .content h3{
      font-size: 7rem;
   }

}
@media(max-width:480px){
   
   .dash-nav{
       width: 100%;
       left: -100%;
       z-index: 1;
   }
   .dash-nav.active{
       width: 100%;
       left:0;
   }
 
   .toggle.active{
       /* position: fixed; */
       z-index: 1;
       right: 0;
       left:275px;
      
 
   }
   .toggle.active::before{
       color:#fff;
   }
   
   .dash-ban{
             left:0;
         }
         .dash-bottom{
             left:0;
             
         }
         .dash-container{
             width:100%;
         }
         
         
             .topbar h4{
                 display:block;
             }
             .toggle.active h4{
                 display:none;
                 
             }
             
             
   
 }