@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;
  font-size:1.4rem;
  
  /* -webkit-transition: .2s linear; */
  /* transition: .2s linear; */
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}



section {
  padding: 5rem 9%;
}

.btn-1 {
  margin-top: 1rem;
  display: inline-block;
  border: 0.2rem solid #efcc1e;
  color: #efcc1e;
  cursor: pointer;
  background: none;
  font-size: 1.7rem;
  padding: 1rem 3rem;
}

.btn-1:hover {
  background: #efcc1e;
  color: #fff;
}
.data {

  margin-top:50px;

  

  padding:4rem;

  font-size:1.4rem;

  min-height:62vh;

  

}

.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #10221b;
}

.header {
  position: sticky;
  background:rgb(239 204 30);
  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: #10221b;
  font-weight: bolder;
}



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

.header .main-navbar a:hover {
  color: #fff;
  text-decoration: none;
}

.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: #10221b;
}

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

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

/* The outermost element*/
.header-wrapper {
  overflow: hidden;
  width:100%;
  height:80vh;
  text-align:center;
}

.zoominheader {
  text-align: center;
    background: linear-gradient(#11111100, #000000ad), url(../images/tron-bg.png);
    /* background-size: cover; */
    /* background-position: left; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
 
 
  -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;
}




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

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



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

.category .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.category .box-container .box {
  text-align: center;
  padding: 1rem;
}

.category .box-container .box img {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.category .box-container .box h3 {
  font-size: 2rem;
  color: rgb(112 59 15);
}

.category .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.about {
  background: #542f10;
  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;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.about .image img {
  width: 100%;
  -webkit-box-shadow: 4rem 4rem 0 rgb(239 204 30);
          box-shadow: 4rem 4rem 0 rgb(239 204 30);
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3rem;
  color: #efcc1e;
}

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





.services {
  background: url(../images/bg.jpg);
}

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

.services .box-container .box {
  text-align: center;
  padding: 2rem;
  border: 0.2rem solid #10221b;
  border-radius: .5rem;
  background: #fff;
}



.services .box-container .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.services .box-container .box:hover p {
  /* color: #fff; */
}

.services .box-container .box:hover .btn {
  border-color: #fff;
  color: #fff;
}

.services .box-container .box:hover .btn:hover {
  background: #fff;
  color: #10221b;
}

.services .box-container .box img {
  height: 10rem;
  margin-bottom: 1rem;
}

.services .box-container .box h3 {
  font-size: 2rem;
  color: #222;
}

.services .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}
.services  .box-container .box .icon .fa-solid{
  border-radius: 50%;
  
 
    background: #efcc1e;

    color: #542f10;
 
 margin-bottom: 1rem;
 
    height: 10rem;
    width: 10rem;
    line-height: 10rem;
    font-size: 5rem;

}

.reviews .slide .text {
  padding: 2rem;
  padding-top: 3rem;
  font-size: 1.5rem;
  font-style: italic;
  background: #efcc1e;
  border-radius: .5rem;
  color: #fff;
  line-height: 2;
  position: relative;
  z-index: 0;

}

.reviews .slide .text::before {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: .7rem;
  height: 3rem;
  width: 3rem;
  background: #efcc1e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reviews .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.reviews .slide .user img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.reviews .slide .user h3 {
  font-size: 2rem;
  color: #10221b;

}

.reviews .slide .user span {
  color: #efcc1e;
  font-size: 1.5rem;
}



.newsletter {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/HPBG.png) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/HPBG.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.newsletter .heading{
  color:#fff;
}

.newsletter .content {

  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: #EFCC1E;
  color: #fff;
}





.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(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: #EFCC1E;
  padding-right: .5rem;
}

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

.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 #EFCC1E;

    border-radius: 10px;

    color: #fff;

    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: #EFCC1E;

  }

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

     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 #EFCC1E;

     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: #EFCC1E;

   }

   .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;
   margin-top:56px;
    
    
  }
  .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;
  }
}

@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:#997f00;
    -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: 17rem;
  }
  .text{
    width:95%;
  }
  .signup-wrapper , .login-wrapper{
    padding:3rem 2rem;
}
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
}
@media (max-width:992px){
  .dash-nav{
      left:-300px;
  }
  .dash-nav.active{
      left:0;
  }
 
  .main-container{
      width:100%;
      left:0px;   

  }
 
}

@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;
                
            }
            
            
  
}



