html {
    scroll-behavior: smooth;
  }
body{
  background-color: #fff;
}
/* Used font */
h1,h2,h3
  {
    font-family: 'Poppins', sans-serif;
   
    line-height: 1.5;
  } 
p{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    line-height: 1.5; 
  }


  /*User defined classes  */
.color-lyt{
    color: #f1c8ff;
}
.bold{
    font-weight: 500;
  } 
 .bold-2{
    font-weight: 800;   
 }
 .bolder{
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
 } 


/* ---Custom scrollbar--- */

 html::-webkit-scrollbar {
    width: 0.8vw;
  }
  html::-webkit-scrollbar-thumb {
    background:  #4527D8;
    border-radius: 190px;
    height: 5px;
  }
  html::-webkit-scrollbar-thumb:hover {
    background-color:#f1c8ff;
  } 
  html::-webkit-scrollbar-track {
    background-color:#fff;
    backdrop-filter: blur(10px);
  } 
/* ---End of custom scrollbar--- */




/* Start of section  1 */
#section-1{
  padding: 1rem 1rem;
 } 

  #section-1 .nav-clr{
    background-color: #fff;
    margin-top: 10rem;
    width: 100%;
    margin: auto !important;
  }
  #section-1  #nav-head{
    padding: .8rem 0;
  }
  #nav-head .log{
    width: 50%;
    margin-left: 2rem;
  }
  #nav-head .fa-2x{
    font-size: 1.5rem; 
 }
 .zeilaclr{
  color: #4527D8;
 }
 

 #nav-head button:focus{
  box-shadow: none;
  border-color: none;
}
  #nav-head .nav-item .home{
    font-weight: 600;
    font-size: 1rem;
    color: #4527D8;
  }
  #nav-head .nav-link{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 3rem;
  }
  #nav-head .nav-link:hover{
    color: #4527D8;
  }
  #nav-head .botn{
     border: none;
     padding-left: 0;
     font-family: 'Poppins', sans-serif;
     padding: .2rem 2rem;
     font-size: 1rem;
     font-weight: 600;
     border-radius: 1.4rem;
     color:  #fff;
     background-color: #4527D8;
  }
  #nav-head .botn:hover{
    background-color: #291299;
  }
  #nav-head .botn > a{
    color: #fff;
  }
  #nav-head .botn > a:hover{
    color: #fff;
  }
/*   
  #section-1 .navbar-expand-md .navbar-collapse {
    display: none!important;
  }
   */
  /* Desktop size for section - 1 */

  @media (min-width: 980px){
   
  #section-1 .navbar-expand-md .navbar-collapse {
   display: flex!important;
  } 
}

  @media (min-width: 720px){
    #section-1{
      padding: 2rem 5rem;
     } 
     #section-1 .nav-clr{
      background-color: #fff;
      margin: auto !important;
      width: 92%;

    }
    #section-1  #nav-head{
      padding: 1.5rem 0;
    }
    #nav-head .log{
      width: 70%;   
    }
    #nav-head .nav-item{
      padding: 0 1.4rem; 
    }
    #nav-head .nav-link{
      padding-left: 0;
    }
    
  }
 
 /* End of section - 1 */
  

 /* Start of section-2  */
 #section-2{
  padding: 1rem 1rem;
 } 

 #section-2 .row {
    display: block;
  }
  #section-2 .make-cntr{
   text-align: center !important;
  }

  #section-2 .head-1{ 
    font-family: 'Poppins', sans-serif;
    padding-top: 1.8rem;
    font-size: 1.5rem;
    transform: scale(1, 1.2);
  }
  #section-2 .head-2{ 
    font-family: 'Poppins', sans-serif;
    padding: .8rem 0 0 0;
    font-size: 1.5rem; 
    color: #4527D8;
    transform: scale(1, 1.2);
 }
 #section-2 .expln{ 
  padding: 1.5rem 0 0 0;
  font-size: .8rem;
  width: 85%;
  margin: auto;;
  text-align: justify;
}
#section-2 .clr{
  background-color: #f1c8ff;
}
#section-2 .input-group{
  padding-top: 2rem;
  width: 85%;
  margin: auto;
  padding-bottom: 2rem;
}
#section-2 .form-control:focus{
  box-shadow: none;
  border-color: none;
}
#section-2 .btn:focus{
  box-shadow: none;
  border-color: none;
}

#section-2 .drop button{
  border-radius: 1.4rem 0 0 1.4rem;
  font-weight: 600;
  color: #000;
  padding: .6rem 2rem;
  display: none;
}
#section-2 input{ 
   border-color:  #f1c8ff;  
   font-family: 'Poppins', sans-serif;
   font-size: .8rem;
   color: #000;
   outline: unset;
   border-radius: 1.4rem 0 0 1.4rem;
   border-right-color: #fff; 
}
#section-2 input::placeholder { 
  color:#a099a2d8;
  font-weight: 400;
}

/* #section-2 input:focus {
  color: #f1c8ff;
  outline: px solid #C0DFDD;

} */

#section-2 .search button{
  border-color:  #f1c8ff; 
  border-left-color:  #fff; 
  border-radius: 0rem 1.4rem 1.4rem 0;
  color: #4527D8;
  background-color: #fff;
  padding: .6rem 2rem;
}
#section-2 .boy-grl{
  margin: auto;
  text-align: center;
}
#section-2 .boy-grl img{
  width:100%;
}

#section-2 .ryt-btn{
   
   background-color: #4527D8;
   font-weight: 600;
   border: 1px solid #4527D8;  
   border-radius: 1.5rem;
   color:  #fff;
   font-size: .8rem;
   padding: .5rem 1.2rem;  
   margin: 0 1rem 2rem 0;
}
#section-2 .ryt-btn:hover{
    background-color: #fff;
    border: 1px solid #f1c8ff;  
    color:#000;
}
#section-2 .lft-btn{
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid #f1c8ff;  
  font-weight: 600;
  border-radius: 1.5rem;
  color:#000;
  font-size: .8rem;
  padding: .5rem 1.2rem;  
}
#section-2 .lft-btn:hover{
   background-color: #4527D8;
   color: #fff;
}

/* Desktop size for section - 2 */

 @media (min-width: 720px){ 

  #section-2{
    padding: 2rem 5rem;
   } 

  #section-2 .row {
    display: flex;
  }
  #section-2 .make-cntr{
    text-align: left !important;
   }
  #section-2 .head-1{ 
    padding-top: 3rem;
    font-size: 2.6rem;
  }
   #section-2 .head-2{ 
   padding: .5rem 0 0 0; 
   color: #4527D8;
   font-size: 2.6rem;
  }
  #section-2 .expln{ 
    font-size: .9rem;
    width: 70%;
    padding: .5rem 0 2rem 0; 
    margin: 0;
  }
  #section-2 .input-group{
    padding: 0 0 2rem 0; 
    width: 85%;
    margin: 0;
  }
  #section-2 .drop button{
    display: block;
  }
  #section-2 input{
    border-radius: 0;
  }
  #section-2 .ryt-btn,
  #section-2 .lft-btn{
     padding: .7rem 3rem;  
     font-size: 1rem;
     padding: .4rem 1.5rem;  
  }

}
 
/* End of section - 2 */
  

/* Start of section - 3 */


#section-3 .hdrs{
  padding: 0 1.4rem;
}
#section-3 .lst-itms{
  margin: 0;
}
#section-3 .nav-item{
  width: auto!important;
}


#section-3 .cmng_soon{
  color: #4527D8;
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  transform: scale(1, 1.1);
  text-align: center;
}
#section-3 .get_notfy{
  padding-top: 2.6rem;
  color: #4527D8;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  transform: scale(1, 1.1);
  text-align: center; 
}
#section-3 .leave_mail{
  padding-top: 1rem;
  color: #5c27d8;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

#section-3 input{
  border-color: #f1c8ff;
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  width: 30%;
  color:  #000;
  border-radius: 1.4rem;
  /* border-right-color: #fff;  */
  height: 3rem;
  z-index: 4;
  padding-left: 1rem;
  font-weight: 500;
}
#section-3 input::placeholder{
  color: #a48caccb;
}
#section-3 .input-group{
  font-family: 'Poppins', sans-serif;
  width: 30%;
  z-index: 1;
  margin-bottom: 2rem;
}
#section-3 button {

background-color:  #f1c8ff;
padding:0 1.5rem;
height: 3.0rem;
border-radius: 1.3rem;
border-radius: 4rem;
cursor: pointer;
border: none;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 700;
font-size: .9rem;
line-height: 1;
transition: .3s ease background-color;
color: #3f21d5;
}
#section-3 button:hover{
background-color:  indigo; 
color:#f4d3ff;
}

#section-3 .botn{
margin-left: -5rem;
z-index: 5;
}


/* Srart of desktop size for section 3 */

@media (min-width: 720px){ 

  #section-3 .lst-itms{
    margin: 0;

  }
  #section-3 .nav-item{
    padding: 0 3rem;
    padding: auto;
  }
  #section-3 .listhldr{
     padding-left: 3rem;
  }
  #section-3 .tophldr{
    padding-left: 0;
  }
  #section-3 .hdrs{
    text-align: center;
  }
}

/* End of section - 3 */
  


/* Start of section - 4 */
 
#section-4{
  padding: 2rem 0;
}
#section-4 .row {
  border: none;
}
#section-4 .rowimg{
  background-color: #fff;
  width: 86%;
}
#section-4 .boyimg{
   width: 74%;
   /* transform: scale(1, 1); */
}
#section-4 .grlimg{
  width: 64%;
  padding: 0;
}
#section-4 .card-body{
  text-align: center;
}

#section-4 h5{
  font-family: 'Poppins', sans-serif;
  color: #4527D8;
  font-weight: bold;
  padding-bottom: 1rem;
  font-size: .9rem; 
}
#section-4 p{
  font-size: .7rem;
  width: 90%;
  padding-bottom: 1rem;
}
#section-4 .outlne-btn{
  background-color: #fff;
  border-color: #f1c8ff;
  padding: .4rem 1.8rem;
  font-weight: bold;
  color: #4527D8;
  font-size: .9rem;
}
#section-4 .outlne-btn:hover{
  background-color: #f1c8ff;

}
#section-4 .crds:hover {
  transform: scale(0.98);
  transition: all 600ms cubic-bezier(.50, 1, 1, 1);
  cursor: pointer;
  opacity: 0.9;
  
}



/* Start of section-4 desktop size */

@media (min-width: 720px){ 
  #section-4 .rowimg{
    width: 60%;
  }
  #section-4 .crds{
    padding: 0 3rem;
  }
  #section-4 .boyimg{
    width: 64%;
 }
 #section-4 .grlimg{
   width: 64%;
   padding: 0;
 }
 #section-4 p{
  font-size: .8rem;
  padding-bottom: 3rem;
}
#section-4 h5{
  padding-bottom: 1rem; 
  font-size: 1rem;
}
#section-4 .outlne-btn{
  padding: .5rem 2rem;
  font-size: 1rem;
}

}


/* End of section - 4 */


/* Start of section - 5 */
#section-5{
  padding: 1rem 1rem;
}
#section-5 .crdl{
    margin: auto;
    width: 95%;
    border-radius: .5rem;
    /* background-image: linear-gradient(to left, rgb(102, 8, 170), rgb(149, 69, 206)); */
    background: linear-gradient(97.6deg, #e598ff -4.67%, #601199 102.48%);
  }

  #section-5 .man{
    width: 100%;
  }
  #section-5 h1{
     /* font-family: 'Glory', sans-serif; */
     font-family: 'Poppins', sans-serif;
     padding: .5rem 0 .3rem;
     font-size: 1.6rem;
     font-weight: 600; 
     color: #fff;
     transform: scale(1, 1);
  }
  #section-5 p{
     width: 100%;
     padding: .5rem 0 1rem;
     font-size: .8rem;
     color: #fff;
     font-weight: thin;
  }

  #section-5 input{
    border-color: #f1c8ff;
    font-family: 'Poppins', sans-serif;
    font-size: .7rem;
    width: 40%;
    color: #000;
    border-radius: 1.4rem;
    /* border-right-color: #fff;  */
    height: 2.6rem;
    z-index: 4;
 }
 #section-5 .input-group{
    width: 100%;
    z-index: 1;
    margin-bottom: 1rem;
 }
 #section-5 button {
  background-color:  #f1c8ff;
  padding-left: 2rem;
  padding:0 1.5rem;
  height: 2.6rem;
  border-radius: 1.3rem;
  border-radius: 4rem;
  cursor: pointer;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .8rem;
  line-height: 1;
  transition: .3s ease background-color;
  color: #3f21d5;
}
#section-5 button:hover{
  background-color:  #3f21d5;
  color:#f4d3ff;
}

#section-5 .botn{
  margin-left: -5rem;
  z-index: 5;
}


#section-5 .form-control:focus{
  box-shadow: none;
  border-color: none;
}
#section-5 .btn:focus{
  box-shadow: none;
  border-color: none;
}


/* Start of section -5 desktop size */

@media (min-width: 720px){ 
  #section-5 .crdl{
    margin: auto;
    width: 85%;
  }
  #section-5 h1{
    padding: 6rem 0 .5rem;
    font-size: 2rem;
    font-weight: 600; 
 }
 #section-5 h1{
  padding: 6rem 0 .5rem;
  font-size: 2rem;
  font-weight: 600; 
}
#section-5 p{
  width: 65%;
  padding: .5rem 0 2rem;
  font-size: 1.0rem;
}
#section-5 input{
  font-size: .8rem;
  width: 30%;
  height: 3rem;
}
#section-5 .input-group{
  width: 70%;
  margin-bottom: 2rem;
}
#section-5 button {
  padding-left: 2rem;
  padding:0 1.5rem;
  height: 3.0rem;
  font-weight: 700;
  font-size: .9rem;
}

}

/* End of section - 5 */


/*Start of footer  */

#footer{
  background-color: #F5F5F5;
}

#footer .log-foot{
  width: 85%;
}
#footer .ftr-head{
  font-size: .8rem;
}
#footer ul{
  list-style-type: none;
}
#footer .nav-lnk{
  text-decoration: none;
  color: #000;
}
#footer .nav-lnk:hover{
  color: #291299;
  font-weight: 500;
}
#footer .ftr-head{
  font-size: .9rem;
}
#footer .ftr-lst{
  font-size: .6rem;
}
#footer .mont{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: .9rem;
 }
 #footer .lastp{
   width: 75%;
   font-size: .6rem;
 }
 #footer .holder {
  padding: 2rem 2rem 1rem 2rem;
}
#footer .clrindigo{
  color: #4527D8; 
}
/* Start of footer for desktop size */

@media (min-width: 720px){ 
  #footer .log-foot{
    width: 50%;
  }
  #footer .ftr-head{
    font-size: 1.6rem;
  }
  #footer .ftr-lst{
    font-size: .9rem;
  }
  #footer .lastp{
    width: 100%;
    font-size: .9rem;
  }
  #footer .holder {
    padding: 6rem 1rem 1rem 6rem;
  }
  
}
/*End of footer  */


/* --------------------Terms style------------------------------- */

#sec-1 .privacy{
  padding: 2rem 2rem;
  margin-top: 3rem;
}

#sec-1 .priv{
  font-size: 1.2rem;
  font-weight: 800;
  transform: scale(1, 1.2);
  font-family: 'Poppins' sans-serif;
}
#sec-1 .pol{
 color:  #4527D8;
 font-family: 'Poppins' sans-serif;
}
#sec-1 .accordion-body{
  width: 100%;
  padding: .6rem 1rem;
}
#sec-1 .info{
  color: #4527D8;
  font-size: .8rem;
  font-weight: 800;
  transform: scale(1, 1.2);
 }
 #sec-1 .header{
  font-family: 'Poppins' sans-serif;
  font-weight: 700;
  font-size: .8rem;
 }
 #sec-1  .text-desc{
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem;
  font-weight: 500;
  text-align: justify;
 }
 #sec-1 button:focus{
  box-shadow: none;
  border-color: none;
}
 #sec-1 .btn:focus{
  box-shadow: none;
  border-color: none;
 }
 #sec-1 .termof{
   width: 100%;
   padding: 0 1rem;
 }
 #sec-1 .priv{
  padding: 1rem 0;
 }

/* desktop size for term*/

@media (min-width: 720px){
  #sec-1 .privacy{
    padding: 4rem 6rem;
    margin-top: 4rem;
 }
 #sec-1 .priv{
  font-size: 2.6rem;
 }
 #sec-1 .info{
  font-size: 2.4rem;
  transform: scale(1, 1.2);
 }
 #sec-1 .padng-desk{
   padding: 3rem 0;
 }
 #sec-1  .text-desc{
  font-size: .9rem;
  text-align: left;
 }
 #sec-1 .accordion-body{
  width: 75%;
  padding: 1rem 1.5rem;
 }
 #sec-1 .header{
  font-size: 1.2rem;
 }
 #sec-1 .termof{
  width: 75%;
  padding: 0 3rem;
}
#sec-1 .priv{
  padding: 3rem 0;
}
}

/* ----------------------Help style------------------------------- */

#s-1 .fewthings{
  padding: 2rem 2rem;
  margin-top: 3rem;
}
#s-1 .thngs{
  width: 100%;
  color: #000; 
  font-size: 1rem;
  font-weight: 800;
  transform: scale(1, 1.1);
  font-family: 'Poppins' sans-serif;
}
#s-1 .clrindigo{
  color: #4527D8; 
}
#s-1 .hlp-img{
  width: 100%;
}
#s-1 .priv{
 font-size: .9rem;
 font-weight: 800;
 transform: scale(1, 1.1);
}
#s-1 .pol{
color:  #4527D8;
}
#s-1 .info{
 color: #4527D8;
 font-size: .8rem;
 font-weight: 800;
 transform: scale(1, 1.2);
}
#s-1 button:focus{
  box-shadow: none;
  border-color: none;
}
#s-1 .btn:focus{
  box-shadow: none;
  border-color: none;
}
#s-1 .header{
  font-size: .8rem;
}
#s-1 .accordion-body{
  width: 100%;
  padding: .6rem 1rem;
}
#s-1  .text-desc{
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem;
  font-weight: 500;
  text-align: justify;
 }


/* desktop size for help */

@media (min-width: 720px) {
  #s-1 .fewthings{
    padding: 4rem 6rem;
    margin-top: 6rem;
  }
  #s-1 .thngs{
    font-size: 2.6rem;
    font-weight: 800;
    transform: scale(1, 1.2);
  }
  #s-1 .priv{
    font-size: 2.6rem;
    transform: scale(1, 1.2);
   }
   #s-1 .info{
    font-size: 1.8rem;
    transform: scale(1, 1.2);
   }
   #s-1 .hlp-img{
    width: 50%;
  }
  #s-1 .accordion-body{
    width: 75%;
    padding: 1rem 1.5rem;
  }
  
  #s-1 .header{
   font-size: 1.2rem;
  }
  #s-1  .text-desc{
    text-align: left;
    font-size: .9rem;
   }
}


/* ----------------------Hire of become a designer------------------------------- */

#sec-hire1 .hirebecome{
  padding: 2rem 2rem;
  margin-top: 3rem;
}
#sec-hire1 .img-width{
  width: 100%;
}
#sec-hire1  .pading-btm{
  padding-bottom: 1.5rem;
}
#sec-hire1 .thngs{
  color: #4527D8;
  font-size: 1.2rem;
  font-weight: 800;
  transform: scale(1, 1.1);
  font-family: 'Poppins' sans-serif;
}
#sec-hire1  .desctiption{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  width: 95%;
  font-size: .8rem;
  padding: .6rem 0;
}
#sec-hire1 .frm-backgrnd{
  width: 100%;
  padding: 1rem 2rem 4rem 1rem;
  background: linear-gradient(130.6deg, #8171d3cb -4.67%, #361d7a 102.48%);;
}
#sec-hire1 .in{
  color: #dbb6e7;
  border-radius: .9rem;
  background-color: transparent;
  font-weight: 600;
  border: 1.6px solid #e9b8fa;
  font-size: .8rem;
}
#sec-hire1 .in::placeholder{
  color: #f1c8ff;
}
#sec-hire1 .lbl{
  font-weight: 600;
  color: #fff;
  font-size: .7rem;
  font-family: 'Montserrat', sans-serif;
}
#sec-hire1 .send-btn{
  background-color:  #f1c8ff;
  border: none;
  font-size: .8rem;
  font-weight: 700;
  font-family: 'Poppins' sans-serif;
  color: #4527D8;
  padding: .6rem 2rem;
}
#sec-hire1 .send-btn:hover{
  background-color: #e6a9fa;
}
#sec-hire1 .rytgrl{
   padding-top: 3rem;
} 
#sec-hire1 .crcl{
  margin: .7rem 1rem;
  width: 2%;
  height: 7vh;
  border-radius: 50%;
  background-color: #f1c8ff; 
  cursor: pointer;
}
#sec-hire1 .rytform {
  padding: 1rem 0;
}

#sec-hire1 .leftform{
  padding: 1rem 0;
}

#sec-hire1  .crcl-holdr{
  margin-bottom: 1rem;
}
#sec-hire1 .about_zeilla{
  font-size: 1.2rem;
  font-weight: 800;
  color: #4527D8;
  padding: 1rem 0 ;
  transform: scale(1, 1.1);
}
#sec-hire1 .about_p{
  font-size: .6rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
}
#sec-hire1 .crcl_2{
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
#sec-hire1 .crcl_ftr{
  font-size: .6rem;
  font-weight: 700;
  text-align: center;
  padding: .7rem 0;
}
#sec-hire1 .crcl-pos{
  text-align: center;
}
/* Start of desktop size */

@media (min-width: 720px) {
  #sec-hire1 .frm-backgrnd{
    width: 90%;
    padding: 1rem 2rem 4rem 1rem;
  }
  #sec-hire1 .hirebecome{
    padding: 4rem 6.4rem;
    margin-top: 4rem;
  }
  #sec-hire1 .thngs{
    font-size: 2.6rem;
    font-weight: 800;
  }
  #sec-hire1  .desctiption{
    font-weight: 500;
    width: 90%;
    font-size: 1.2rem;
    padding: 1rem 0;
  }
  #sec-hire1 .lbl{
    font-weight: 600;
    color: #fff;
    font-size: .8rem;
    font-family: 'Montserrat', sans-serif;
  }
  #sec-hire1 .in{
    font-weight: 600;
    border: 2px solid #e9b8fa;
  }
  #sec-hire1 .in::placeholder{
    color: #f1c8ff;
  }
  #sec-hire1 .frm-backgrnd{
  width: 80%;
  padding: 2rem 3.4rem 6rem 3.4rem;
  }
  #sec-hire1 .img-width{
    width: 90%;
  }
  #sec-hire1 .send-btn{
    font-weight: 700;
    font-size: 1rem;
  } 
  #sec-hire1  .crcl-holdr{
    margin-top: 3rem;
    margin-bottom: 0;
  }
  #sec-hire1 .crcl{
    margin: .7rem 3rem;
    width: 2%;
    height: 9vh;
    border-radius: 50%;
  }
  #sec-hire1 .rytform {
    padding: 1.5rem;
  }
  #sec-hire1 .about_zeilla{
    font-size: 2.6rem;
    padding: 2rem 0;
  }
  #sec-hire1 .about_p{
    font-size: .9rem;
  }
  #sec-hire1 .crcl_2{
    width: 50%;
  }
  #sec-hire1 .crcl_ftr{
    font-size: 1rem;
    text-align: center;
    padding: 1.6rem 0;
    margin: auto;
  }
}


/* -----------Error page----------------------- */

#err-s2 .err-div{
  width: 85%;
}
 .err-p{
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 500;
  text-align: justify;
  width: 90%;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

/* -----------Contact page----------------------- */
.about_zeilla{
  font-size: 1.2rem;
  font-weight: 800;
  color: #4527D8;
  padding: 2rem 0;
  transform: scale(1, 1.1);
}
.about_p{
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.crcl{
  width: 2%;
  height: 9vh;
  border-radius: 50%;
  background-color: #f1c8ff; 
  cursor: pointer;
}
.crcl_2{
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.crcl_ftr{
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem;
}
.contct{
  font-size: .7rem;
  font-family: 'Montserrat', sans-serif;
  color: #4527D8;
  font-weight: 700;
  padding: .8rem;
  cursor: pointer;
  text-align: left;
  border: solid 2px transparent;
 
}
.contct:hover{
  border: solid 2px #f1c8ff;
  width: 60%;
  border-radius: 2rem;
}
#sec-hire1 .clrindigo{
  color: #4527D8; 
}
@media(min-width: 720px) {
  .contct{
    font-size: .9rem;
    padding: 1rem;
    padding-left: 3rem;
    text-align: left;
  }
  .contct:hover{
    border: solid 2px #f1c8ff;
    width: 60%;
    border-radius: 2rem;
  }
  #err-s2 .err-div{
    width: 65%;
  }
  .err-p{
    font-size: 1rem;
    text-align: center;
    width: 69%;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}


/* -----------Explore page----------------------- */

 .explr{
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem;
  color: #4527D8;
  text-align: center;
  margin-top: 3rem;
}
#section-2 .explr-inptgrp{
   width: 85%;
}
#section-3 .pagn-link span{
  font-size: 1.2rem;
}

#section-3 .page-item .page-link {
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  color: #4527D8;
  border-radius: .4rem;
  padding: .2rem .8rem;
}
#section-3 .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color:#4527d8d3;
  border: none;
}

#section-5 .man-explr{
   width: 100%;
   padding: .6rem;
}

#section-5 .explr-h1{
   font-size: 1.2rem;
   text-align: center;
} 
#section-5 .explr-p{
  font-size: .7rem;
  padding:  0 1rem;
} 
#section-5 .explr-crdl{
  margin: auto;
  width: 95%;
  border-radius: .5rem;
  /* background-image: linear-gradient(to left, rgb(102, 8, 170), rgb(149, 69, 206)); */
  background: linear-gradient(97.6deg, #e598ff -4.67%, #601199 102.48%);
}
#section-5 .explr-btn{
 font-size: .8rem;
 margin: auto;
}


@media (min-width: 720px) {
  .explr{
    font-size: 2.6rem;
    font-weight: 800;
    padding: 2rem;
    text-align: center;
    margin-top: 4rem;
  }
  #section-2 .explr-inptgrp{
    width: 50%;
  } 
  #section-2 .explr-frmcntrl{
  font-size: .8rem;
  }
  #section-5 .man-explr{
  width: 80%;
  padding: 1.5rem;
  margin: auto;
  float: center;
  }
  #section-5 .explr-h1{
   font-size: 2.2rem;
   text-align: left;;
  }
  #section-5 .explr-p{
  font-size: 1rem;
  padding: 1rem 0;
  }
  #section-5 .explr-crdl{
  width: 70%;
  }
  #section-5 .explr-btn{
  font-size: 1.1rem;
  padding: 0 1.5rem;
  margin: 0;
  }
  #section-3 .page-item .page-link {
    font-size: 1.2rem;
    padding: .4rem 1rem;
  }
 
}

/* End  Desktop size for eplore */



/* input group of explore */

/* ---------------Blog page----------------- */

#blog_s2 .hdrs{
  width: 85%;
}

 #headng {
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  color: #4527D8;
  padding-right: 0;
}
#blog_s2 .blog_hd{
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  transform: scale(1, 1.1);
  margin-top: 3rem;
}
#blog_s2 .blog_hd2{
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  padding-top: .6rem;
  color: #4527D8;
  font-weight: 800;
  transform: scale(1, 1.1);
}
#blog_s2 .err-p{
  padding-top: 2rem;
  padding-bottom: 1rem;
}
 .row_hd{
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  color: #4527D8;
  font-weight: 700;
  transform: scale(1, 1.1);
}

/* Desktop size for blog page */

@media (min-width: 720px) {
  #blog_s2 .hdrs{
    width: 65%;
  }
  #blog_s2 .blog_hd{
    font-size: 3rem;
    margin-top: 6rem
  }
  #blog_s2 .blog_hd2{
    font-size: 3rem;
    padding-top: 1.5rem;
  }
  #blog_s2 .err-p{
    font-size: 1rem;
    text-align: center;
    width: 69%;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .row_hd{
    font-size: 2rem;
  }
  #headng {
    font-size: 1rem;
    padding-right: 1rem;
  }
}

/* -------------------Start of list--------------------- */

#list-1{
  padding: 1.4rem;
}

#list-1 .btn_dwnld {
  background-color:  #3f21d5;
  padding-left: 2rem;
  padding:0 1.2rem;
  height: 3.0rem;
  border-radius: 4rem;
  cursor: pointer;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: .8rem;
  line-height: 1;
  transition: .3s ease background-color;
  color:#f4d3ff;
}
#list-1 .btn_dwnld:hover{
  background-color: #f4d3ff;
  color: #3f21d5;
}

#list-1 .arw_lft{
  color: #3f21d5;
}
#list-1 .link_back{
  font-size: .8rem;
  color: #3f21d5;
  font-family: 'Poppins', sans-serif;
}
#list-1 .gibrno{
  margin-top: .7rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #3f21d5;
}
#list-1 .font_dfn{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #3f21d5;
}
#list-1 .lght{
  font-weight: 400;
}
.descr-holdr{
  padding: 2rem;
}
.font-prev{
 font-size: 1rem;
 font-family: 'Poppins', sans-serif;
 font-weight: 700;
 color: #3f21d5;
}
.font-check{
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #3f21d5;
}
 .font-discrptn{
  font-family: 'Poppins', sans-serif;
  color: #3f21d5;
  font-size: .8rem;
  font-weight: 400;
 }
 .font-inptgrp{

 }
/* Desktop size for list page */

@media (min-width: 720px) {
  #list-1{
    padding-top: 6rem;
    padding-left: 6rem;
  }
  #list-1 .btn_dwnld {
    padding-left: 2rem;
    padding:.9rem 2rem 2.4rem;
    border-radius: 4rem;
    font-size: 1.4rem;
  }
  #list-1 .link_back{
    font-size: 1rem;
  }
  #list-1 .gibrno{
    font-size: 3.4rem;
  }
  #list-1 .font_dfn{
    font-size: 2rem;
  }
  .descr-holdr{
    padding: 6rem 7rem;
  }
  .font-prev{
   font-size: 2.4rem;
  }
  .font-check{
    font-size: 2.8rem;
  }
  .font-discrptn{
    font-size: 1.6rem;
    font-weight: 400;
  }
  .font-inptgrp{
    width: 50%;
   }
}
