@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}
#main{
    width: 360px;
    /* background-image: url('../img/back.jpg'); */
    background-color: #f4f6ff;
    background-position: top;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
}
@media(max-width:768px){
  #main{
    width: 100%;
  }
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.profile img{
    width:125px;
    position: absolute;
    top: 100px;
    left: 33.33%;
    z-index: 5000;
    border-radius: 50%;
    border: 5px solid #32CD32;
    -webkit-box-shadow: -3px 2px 20px 0px #32cd32d1;
    -moz-box-shadow:    -3px 2px 20px 0px #32cd32d1;
    box-shadow:         -3px 2px 20px 0px #32cd32d1;
}
.title{
    padding: 0px 10px;
    border: 1px dashed #32CD32;
    border-radius: 10px;
    margin: 70px 10px 0px 10px;

    text-align: center;
    
}
.title h4{
    font-family: 'Akaya Kanadaka', cursive;
    padding: 10px 0px;
}
.title h6{
    margin-top:-10px;
    font-size:14px;
}
.middle-contact{
    border: 1px dashed #32CD32;
    border-radius: 10px;
    padding: 10px 0px;
    text-align: center;
    margin: 0px 10px;
}
.side-menu img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: -3px 2px 20px 0px #32cd32d1;
    -moz-box-shadow:    -3px 2px 20px 0px #32cd32d1;
    box-shadow:         -3px 2px 20px 0px #32cd32d1;
}
.middle-contact img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: -3px 2px 20px 0px #32cd32d1;
    -moz-box-shadow:    -3px 2px 20px 0px #32cd32d1;
    box-shadow:         -3px 2px 20px 0px #32cd32d1;
}
.view{
    -webkit-box-shadow: -3px 2px 20px 0px #32cd32d1;
    -moz-box-shadow:    -3px 2px 20px 0px #32cd32d1;
    box-shadow:         -3px 2px 20px 0px #32cd32d1;
    margin-left: 10px;
    background-color: #f8cc2d;
    color: #fff;
    padding: 0px 10px;
    border: 3px solid #fff;
}
/* .payl{
    background-color: #32CD32;
    color: #fff;
    padding: 30px;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    border-radius: 10px;
}
.payr{
    background-color: #32CD32;
    color: #fff;
    padding: 30px;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    border-radius: 10px;
} */

/* resgistration */
.box{
    background-color: #ffff;
    padding: 20px;
    font-family: 'Rubik', sans-serif;
}
#mai {
    background-image: url('../img/back.png');
    background-size: cover;
    padding: 40px;
    height: 90vh;
    width:100%;
}
#mai .hiide{
  display: none;
}
@media(max-width:768px){
  #mai {
    background-image: url('../img/back2.png');
    background-size: cover;
    padding:24px;
    height:80vh;
    width:100%;
}
#mai .shoow{
  display: none;
}
#mai .hiide{
  display: block;

}
#mai img{
width: 256px !important;

}
#options{
  padding-top: 150px !important;
}
}
#mai img{
  width: 364px;
}
#mai h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    
    margin-top: 30px;
}
.disclaimer{
    display: inline-block;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 10px;
  background: linear-gradient(to right,#1266f1, #32CD32);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  animation: underline 2s ease-in-out 2s infinite; /* remove infinite if you want only once */
}
@keyframes underline {
    to {
      background-size: 100% 2px;
    }
  }
  #topsection{
      padding-top: 40px;
      width: 100%;
      padding-bottom: 40px;
  }
  #topsection .icon-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    color: #706494;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  #topsection .icon-box h3{
      font-size: 20px;
  }
  #topsection .icon-box .fa{
    font-size: 45px;
    
  }
  #topsection .icon-box::before {
    content: '';
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }
  
  #topsection .icon-box:hover::before {
    background: #fe385969;
    color: #fff i !important;
    top: 0;
    border-radius: 0px;
  }
  #works{

  }
  #works header{
      text-align: center;
      padding-top: 30px;
      padding-bottom: 40px;
      text-transform: uppercase;
  }
  #works img{
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
  }
  #contact header{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
}
#contact .contact-box{
    margin:auto;
    width:50%;
    
}
#create-card{
    background-image: url('https://cutewallpaper.org/21/business-card-background-images/Green-Geometric-Business-Card-Background-Business-Card-.jpg');
    height: 200px;
    background-size: cover;
    padding: 40px;
    margin-top: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.btn-make{
    background-color:#fe3859;
    color: #fff;
    margin: auto;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #444444;
    font-size: 14px;
    background: #f1f6fe;
    margin-top:40px;
  }
  

  
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #794141;
    color: #fff;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-contact h3 span {
    color: #106eea;
  }
  
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .copyright {
    text-align: center;
    float: left;
  }
  
  #footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
  }
  
  @media (max-width: 768px) {
    #footer .copyright, #footer .credits {
      float: none;
      text-align: center;
      padding: 2px 0;
    }
  }
  @media(max-width:768px){
    #mai h2 {
        font-size: 28px;
    }
    #topsection{
        padding-bottom: unset;
    }
    #contact .contact-box {
        margin: auto;
        width: 100%;
    }
    
    
  }
  .log-box {
    height: 100vh;
    width: 100vw;
    margin: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #f3f2f2;
 }
  .log-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    opacity: 0.85;
 }
  .log-box label {
    font-size: 12.5px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
 }
  .log-box form {
    padding: 40px 30px;
    background: #fefefe;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    width: 400px;
 }
  .log-box form h4 {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .5);
 }
  .log-box form h4 span {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
 }
  .log-box form p {
    line-height: 155%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    opacity: 0.65;
    font-weight: 400;
    max-width: 200px;
    margin-bottom: 40px;
 }
  .log-box a.discrete {
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 0, 0, .0);
    padding-bottom: 4px;
    margin-left: auto;
    font-weight: 300;
    transition: all 0.3s ease;
    margin-top: 40px;
 }
  .log-box a.discrete:hover {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
 }
  .log-box button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    text-align: center;
    padding: 15px 40px;
    margin-top: 5px;
    background-color: #fe3859;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
 }
  .log-box button:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px -1px rgba(182, 157, 230, .65);
 }
  .log-box button:hover:active {
    transform: scale(0.99);
 }
  .log-box input {
    font-size: 16px;
    padding: 20px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #fff;
    width: 280px;
    box-sizing: border-box;
    transition: all 0.3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
 }
  .log-box input:focus {
    border-bottom: solid 1px #b69de6;
    outline: 0;
    box-shadow: 0 2px 6px -8px rgba(182, 157, 230, .45);
 }
  .log-box .floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
 }
  .log-box .floating-label label {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    padding-left: 44px;
 }
  .log-box .floating-label input {
    width: calc(100% - 44px);
    margin-left: auto;
    display: flex;
 }
  .log-box .floating-label .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 44px;
    display: flex;
 }
  .log-box .floating-label .icon svg {
    height: 30px;
    width: 30px;
    margin: auto;
    opacity: 0.15;
    transition: all 0.3s ease;
 }
  .log-box .floating-label .icon svg path {
    transition: all 0.3s ease;
 }
  .log-box .floating-label input:not(:placeholder-shown) {
    padding: 28px 0px 12px 0px;
 }
 .log-box .floating-label input:not(:placeholder-shown) + label {
    transform: translateY(-10px);
    opacity: 0.7;
 }
 .log-box .floating-label input:valid:not(:placeholder-shown) + label + .icon svg {
    opacity: 1;
 }
 .log-box .floating-label input:valid:not(:placeholder-shown) + label + .icon svg path {
    fill: #b69de6;
 }
  .log-box .floating-label input:not(:valid):not(:focus) + label + .icon {
    animation-name: shake-shake;
    animation-duration: 0.3s;
 }
  @keyframes shake-shake {
    0% {
      transform: translateX(-3px);
   }
    20% {
      transform: translateX(3px);
   }
    40% {
      transform: translateX(-3px);
   }
    60% {
      transform: translateX(3px);
   }
    80% {
      transform: translateX(-3px);
   }
    100% {
      transform: translateX(0px);
   }
 }
 .log-box .session {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    margin: auto auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .12);
 }
 .log-box .left {
    width: 220px;
    height: auto;
    min-height: 100%;
    position: relative;
    background-image: url("../../user/assets/images/business-back.jpg");
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
 }
 .log-box .log-box .left svg {
    height: 40px;
    width: auto;
    margin: 20px;
 }


 @media(max-width:1400px){
  .profile-box {
    background-color: #e1f1d8c2;
    padding: 66px;
    border-radius: 150px;
}
 }
@media(max-width:1024px){
  .profile-box{
    background-color: #e1f1d8c2;
    padding:40px;
    border-radius:150px;
  }
 }
 .profile-box img{
   width:100px;
 }
#options h5{
   padding-top: 20px;
   font-size:15px;
 }
 #sample{
  margin:40px;
 }
 #sample .meauto{
   margin:auto;
   align-self: center;
   align-items: center;
 }
 #sample .meauto img{
   width: 250px;

 }
 #sample .fa{
    background-color: #614de6;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
 }
 #sample p{
  color:#b59e9e;
  font-size: 14px;
 }

 @media(max-width:900px){
  #sample .meauto{
    margin:auto;
    padding-top: 20px;
    align-self: center;
    align-items: center;
    margin-left: 20px;
  }
  .log-box .left{
      position:absolute;
      min-height:70%;
  }
  .log-box form{
      z-index:1000;
      padding-bottom:64px;
      width:299px;
      background-color:#fefefe80;
 }
 .log-box button {
     min-width: 100%;
     padding: 4px 40px;
 }
 .log-box h4 {
 font-size: 21px;
 }
 .log-box input {
     height:44px;
     background: #dec5c43b;
 }
.log-box .floating-label .icon svg{
 display:none;
}
.log-box .floating-label input{
 width:100%;
}
.log-box .session{
 background-color: #f1f1f1;
}
.log-box .floating-label label {
 padding-left: 6px;
 margin-bottom: 6px;
}
}
@media(max-width:340px){
  .profile-box img{
    width:80px;
  }
  .profile-box {
  background-color: #e1f1d8c2;
  padding:36px;
  border-radius:150px;
}
#options {
  padding-top: 235px !important;
}
}


@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");

* {
  box-sizing: border-box;
}
.mymodal .modal {
	 position: fixed;
	 left: 0;
   top:unset;
	 bottom: 0;
	 width: 100%;
	 height: 60px;
	 background: rgb(101 107 236 / 42%);
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 transition: 0.4s;
}
.mymodal .modal-container {
	 display: flex;
   height:500px;
	 max-width: 720px;
	 width: 100%;
	 border-radius: 10px;
	 overflow: hidden;
	 position: absolute;
	 opacity: 0;
	 pointer-events: none;
	 transition-duration: 0.3s;
	 background: #fff;
	 transform: translateY(100px) scale(0.4);
}
.mymodal .modal-title {
	 font-size: 26px;
	 margin: 0;
	 font-weight: 400;
	 color: #55311c;
}
.mymodal .modal-desc {
	 margin: 6px 0 30px 0;
}
.mymodal .modal-left {
	 padding: 60px 30px 20px;
	 background: #fff;
	 flex: 1.5;
	 transition-duration: 0.5s;
	 transform: translateY(80px);
	 opacity: 0;
}
.mymodal .modal-button {
	 color: #7d695e;
	 font-family: "Nunito", sans-serif;
	 font-size: 18px;
	 cursor: pointer;
	 border: 0;
	 outline: 0;
	 padding: 10px 40px;
	 border-radius: 30px;
	 background: #fff;
	 box-shadow: 0 10px 40px rgb(101 107 236 / 42%);
	 transition: 0.3s;
}
.mymodal .modal-button:hover {
	 border-color: rgba(255, 255, 255, 0.2);
	 background: rgba(255, 255, 255, 0.8);
}
.mymodal .modal-right {
	 flex: 2;
	 font-size: 0;
	 transition: 0.3s;
	 overflow: hidden;
}
.mymodal .modal-right img {
	 width: 100%;
	 height: 100%;
	 transform: scale(2);
	 object-fit: cover;
	 transition-duration: 1.2s;
}
.mymodal .modal.is-open {
	 height: 100%;
	 background: rgb(101 107 236 / 42%);
}
.mymodal .modal.is-open .modal-button {
	 opacity: 0;
}
.mymodal .modal.is-open .modal-container {
	 opacity: 1;
	 transition-duration: 0.6s;
	 pointer-events: auto;
	 transform: translateY(0) scale(1);
}
.mymodal .modal.is-open .modal-right img {
	 transform: scale(1);
}
.mymodal .modal.is-open .modal-left {
	 transform: translateY(0);
	 opacity: 1;
	 transition-delay: 0.1s;
}
.mymodal .modal-buttons {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
.mymodal .modal-buttons a {
	 color: rgba(51, 51, 51, 0.6);
	 font-size: 14px;
}
.mymodal .sign-up {
	 margin: 19px 0 0;
	 font-size: 14px;
	 text-align: center;
}
.mymodal .sign-up a {
	 color: #8c7569;
}
.mymodal .input-button {
	 padding: 8px 12px;
	 outline: none;
	 border: 0;
	 color: #fff;
	 border-radius: 4px;
	 background: #8c7569;
	 font-family: "Nunito", sans-serif;
	 transition: 0.3s;
	 cursor: pointer;
}
.mymodal .input-button:hover {
	 background: #55311c;
}
.mymodal .input-label {
	 font-size: 11px;
	 text-transform: uppercase;
	 font-family: "Nunito", sans-serif;
	 font-weight: 600;
	 letter-spacing: 0.7px;
	 color: #8c7569;
	 transition: 0.3s;
}
.mymodal .input-block {
	 display: flex;
	 flex-direction: column;
	 padding: 10px 10px 8px;
	 border: 1px solid #ddd;
	 border-radius: 4px;
	 margin-bottom: 20px;
	 transition: 0.3s;
}
.mymodal .input-block input {
	 outline: 0;
	 border: 0;
	 padding: 4px 0 0;
	 font-size: 14px;
	 font-family: "Nunito", sans-serif;
}
.mymodal .input-block input::placeholder {
	 color: #ccc;
	 opacity: 1;
}
.mymodal .input-block:focus-within {
	 border-color: #8c7569;
}
.mymodal .input-block:focus-within .input-label {
	 color: rgba(140, 117, 105, 0.8);
}
.mymodal .icon-button {
	 outline: 0;
	 position: absolute;
	 right: 10px;
	 top: 12px;
	 width: 32px;
	 height: 32px;
	 border: 0;
	 background: 0;
	 padding: 0;
	 cursor: pointer;
}
.mymodal .scroll-down {
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 text-align: center;
	 color: #7d695e;
	 font-size: 32px;
	 font-weight: 800;
	 transform: translate(-50%, -50%);
}
.mymodal .scroll-down svg {
	 margin-top: 16px;
	 width: 52px;
	 fill: currentColor;
}
 @media (max-width: 750px) {
  .mymodal .modal-container {
		 width: 90%;
	}
  .mymodal .modal-right {
		 display: none;
	}
}
 