@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap");
* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;

  /* -webkit-transition: .2s linear; */
  /* transition: .2s linear; */
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
body{
  background: rgb(19 29 38);
  color:#ddd;
}


.data {

  margin-top:50px;

  

  padding:4rem;

  font-size:1.4rem;

  min-height:62vh;

  

}
section {
  padding: 5rem 7%;
}
.heading {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4rem;
  text-transform: capitalize;
  color: #f5f5f5;
  line-height: 1.6;
  padding: 0 4rem;

}

.heading span {
  color:#4cb1f7;
  font-size: inherit;
  font-weight: inherit;
}


.btn {
  margin-top: 1rem;
    background: #31abff;
    display: inline-block;
    border-radius: 4rem;
    text-transform: capitalize;
    border: 0.2rem solid #4cb1f7;
    /* color: #2ea0ee; */
    cursor: pointer;
    /* background: none; */
    font-size: 1.7rem;
    padding: 1rem 3rem;
}

.btn:hover {
  background: #2ea0ee;
  color: #fff;
}



.header {
  position: sticky;
background: linear-gradient(45deg, #386380, #1b222e);;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 9%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.active {
 
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .logo {
  margin-right: auto;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bolder;
}

.header .logo i {
  color: #f5f5f5;
}

.header .main-navbar a {
  margin-left: 2rem;
  font-size: 1.7rem;
  color: #fff;
}

.header .main-navbar a:hover {
  color: #219150;
}

.header .main-navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #10221b;
  display: none;
}

.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #f5f5f5;
}

.header .icons a:hover,
.header .icons div:hover {
  color: #219150;
}

.header #menu-btn {
  display: none;
}




.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 3rem;
  color: #10221b;
}


.mid-content {
  /* background:url(../images/about-bg.jpg);
  background-size: cover;
  background-position: center; */
  min-height:auto;
  margin-bottom: 2rem;
  text-align: center;
 
}
.mid-content h4{
color:#888;
font-size: 2.2rem;
line-height: 1.6;
}

.mid-content p{
text-align: center;
color: #979595;
line-height: 1.6;
font-size: 1.5rem;

}


.about {
  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;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  background:#162532;
 
}

.about{
   background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  gap:0;
}



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



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

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55rem;
          flex: 1 1 55rem;
          margin-left: 2rem;
}

.about .content span {
  font-size: 2rem;
  color: #ffa100;
}

.about .content .title {
  font-size: 4rem;
  color: #20288f;
  margin-top: .5rem;
 
}

.about .content p {
  font-size: 1.5rem;
  color: #979595;
  padding: 1rem 0;
  line-height: 2;
}

.about .content .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.about .content .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
          text-align:center;

}

.about .content .box-container .box h3 {
  font-size: 2rem;
  color: #fff;
  /* background: linear-gradient(45deg, #ff93c0, #f7637a); */
  padding: 1rem;
}

.about .content .box-container .box i {
  font-size: 3rem;
  color: #4cb1f7;

 
}

.about-2{
  
   
  /* background: url(../images/coin-bg.jpg);
  background-position: center;
  background-size: cover; */
}

.about-2 .row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 3rem;
}

.about-2 .row .image{
  flex:1 1 45rem;
  text-align: center;
}

.about-2 .row .image img{
  width:100%;
 
}

.about-2 .row .content{
  flex:1 1 45rem;
  padding: 2.5rem;
}

.about-2 .row .content h3{
  font-size: 3.5rem;
  color:#fff;
  margin-bottom: 3rem;
}


.about-2 .row .content p{
  font-size: 1.8rem;
  color:#979595;
  padding:1rem 0;
}

.about-2 .row .content p i{
  padding-right: .5rem;
  color:#4cb1f7;
}
.services {
  background: url(../images/service.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
 

}

.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: 1rem;
}

.services .box-container .box {
text-align: center;
padding: 1rem;
/* background: var(--white); */
/* -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow); */
/* border: var(--border); */
}
.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 img{
  border-radius: 50%;
  width:100%;
}


.services .box-container .box .content{
  text-align: left;
  padding-left: 1rem;
}

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

.services .box-container .box p {
font-size: 1.4rem;
color: #979595 ;
padding-left: 1rem;
line-height: 2;
}

.services .box-container .box h4{
  font-size: 3rem;
  background: #4cb1f7;
  box-shadow: 0 0px 11px rgb(76 177 247);
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;

}




.review {
  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;
  gap: 2rem;
  min-height: auto;
  
}

.review .information {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
          flex: 1 1 35rem;
}

.review .information span {
  font-size: 2rem;
  color: #4cb1f7;
  text-transform: capitalize;
}

.review .information h3 {
  font-size: 3rem;
  color: #f5f5f5;
  padding-top: 1rem;
}

.review .information p {
  font-size: 1.5rem;
  line-height: 2;
  color: #979595;;
  padding: 1rem 0;
}

.review .review-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60rem;
          flex: 1 1 60rem;
}

.review .review-slider .slide {

     box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
     border: 1px solid rgba(0,0,0,0.2);
  padding: 2rem 3rem;
  background: rgb(17 41 62);
  height:300px;
}

.review .review-slider .slide p {
  font-size: 1.5rem;
  line-height:1.6;
  color: #979595;;
  height: 180px;
}

.review .review-slider .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

.review .review-slider .slide .user img {
  height: 5rem;
  width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}

.review .review-slider .slide .user h3 {
  font-size: 1.6rem;
  color: #4cb1f7;
}

.review .review-slider .slide .user span {
  color: #999;
  font-size: 1.5rem;
}

.review .review-slider .slide .user i {
  font-size: 13rem;
    margin-left: auto;
    margin-right: 2rem;
    color: #2962a317;
    top: 2%;
    position: absolute;
}

  

.newsletter {
 
  background: linear-gradient(rgb(0 0 0 / 59%), rgb(10 30 48)), url(../images/newsletter.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.newsletter .heading{
  color:#fff;
}

.newsletter .content {
  max-width: 70rem;
  margin: 1rem auto;
  text-align: center;
  color: #fff;
}

.newsletter .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
}

.newsletter .content form {
  margin-top: 2rem;
  background: #fff;
  border-radius: 5rem;
  /* border: 0.2rem solid #10221b; */
  padding: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter .content form .email {
  width: 100%;
  background: none;
  text-transform: none;
  font-size: 1.6rem;
  color: #10221b;
  padding: 0 1.3rem;
}

.newsletter .content form .btn {
  margin-top: 0;
  border-radius: 5rem;
  background: #4281ad;
  color: #fff;
}





.footer {
 background: #0a0e14;
 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(33rem, 1fr));
  gap: 2.5rem;
}

.footer .box-container .box h3 {
  font-size: 2rem;
  padding: 1.5rem 0;
  color: #fff;
}

.footer .box-container .box a {
  display: block;
  font-size: 1.4rem;
  color: #888;
  padding: 1rem 0;
}

.footer .box-container .box a i {
  color: #2ea0ee;
  padding-right: .5rem;
}

.footer .box-container .box a:hover {
  color: #2ea0ee;
}

.footer .box-container .box a:hover i {
  padding-right: 2rem;
}

.footer .credit {
  text-align: center;
    margin-top: 2.5rem;
    padding: 1rem;
    border-top: 1px solid rgb(124 124 124 / 20%);
    /* background: #000; */
    padding-top: 2.5rem;
    font-size: 1.4rem;
    color: #656465;
}

.footer .credit span {
  color: #219150;
}
 /* 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 #4281ad;

  border-radius: 10px;

  color: #ddd;

  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: #4281ad;

}

.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:#444;

  letter-spacing: 1px;

  margin-bottom: 30px;

  border: none;

  border-bottom: 1px solid #c9c9c9;

  outline: none;

  background-color: transparent;

  resize: none;

}
.signup-form .input-group textarea{
  
  color:#444;

}

.signup-form .input-group label{

    color: #444;

    font-size: 1.4rem;

}

.submit-btn {

   display: block;

   margin-left: auto;

   border: none;

   outline: none;

   background: #4281ad;

   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 #4281ad;

   border-radius: 10px;

   color: #ddd;

   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: #4281ad;

 }

 .form .input-group {

   position: relative;

 }

 .form .input-group input {

   width: 100%;

   padding: 10px 0;

   font-size: 1.4rem;

   color:#444;

   letter-spacing: 1px;

   margin-bottom: 30px;

   border: none;

   border-bottom: 1px solid #c9c9c9;

   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:#3c3b3b;
  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:#323131;
  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;
}







@media (max-width: 1200px) {
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  
  }
  .home .box {
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: right !important;
  }
  .home .box.second {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: left !important;
  }
  .home .box .content {
    text-align: center;
  }
  .home .box .content span {
    font-size: 3rem;
  }
  .home .box .content h3 {
    font-size: 4rem;
  }
  .dash-nav{
    left:-300px;
}
.dash-nav.active{
    left:0;
}

.main-container{
    width:100%;
    left:0px;   

}

}

@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }
  .header .main-navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 10000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .main-navbar.active {
    left: 0;
    background:#345A75;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
  }
  .header .main-navbar a {
    margin: 1rem 0;
    font-size: 3rem;
    color:#fff;
  }
  .header .main-navbar #nav-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
    color:#fff;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }
  .reviews .slide .text{
    margin-top: 10rem;
  }
  .text{
    width:95%;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
}
@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;
                
            }
            
            
  
}
/* The outermost element*/
.header-wrapper {
  overflow: hidden;
  width:100%;
  height:80vh;
  text-align:center;
}

.zoominheader {
  width:100%;
  height:80vh;
  text-align:center;
  background: linear-gradient(#11111144,#000000ad), url(../images/home-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  width:100%;
  height:80vh;
  text-align:center;
  background: none;
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}



/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */

/*Style for the text*/
.text{
 
 
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.text h2{
  color: #fff;
    text-transform: capitalize;
    font-size: 4rem;
    line-height: 1.4;

}
.text p{
  font-size: 1.7rem;
  color:#ddd;
}
