@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;800&display=swap');
:root{
	--primary-color : #171f25;
    --background-color:  linear-gradient(45deg,#00a4bd,#00bda5);
    --btncolor : #f45427;
    --title-color : #171f25;
	--white : #fff;

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

*:focus{
    outline: none;
}
.my-container{
    width: 90%;
    margin: 0 auto;
}
html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.btn:focus {
    box-shadow: none;
}
ul {
    padding: 0;
} 
button:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
body{
    font-family: 'Poppins';
    overflow-x: hidden;
    background-color: rgb(242, 237, 237) !important;
}

.digitalcardview{
    margin: 20px 0;
}

.mycardpreview{
    background-color: white;
    height: 94vh;
    border-radius: 10px;
    overflow: auto;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f0f0f0; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.themainbackground {
    background-color: aliceblue;
    height: 230px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.userbtns a{
    text-decoration: none;
    color: #222;
}
.services li{
    background-color: #222;
    padding: 5px 15px;
    border-radius: 10px;
    width: auto;
    list-style: none;
    float: left;
    margin: 5px ;
}
.services li a{
    color: white;
}
input[type="text"]{
    height: 45px;
    box-shadow: none;
}

textarea{
    height: 100px;
    box-shadow: none;
}
label{
    margin: 5px 0;
}
button{
    background-color: #00a4bd;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: none;
    border:none;
}
textarea:focus{
    box-shadow: none;
}

.profile-img{
    background-color: #f45427;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.userdetails{
    margin-top: 70px;
    padding: 10px;
    text-align: center;
}
.userdetails h3{
    font-weight: 700;
    font-size: var(--clamp34);
    letter-spacing:1px; 
}
.call{
    background-color: steelblue !important;
}
.facebook{
    background-color: #1877f2 !important;
}
.call{
    background-color: #15ABFA !important;
}
.mail{
    background-color: #D5391A !important;
}
/*.text{*/
/*    background-color: #2B29DC !important;*/
/*}*/
.whatsapp{
    background-color: #25d366 !important;
}
.twitter{
    background-color: #1da1f2 !important;
}
.youtube{
    background-color: #ff0000 !important;
}
.linkedin{
    background-color: #0a66c2 !important;
}
.instagram{
    background-color: #c32aa3 !important;
}
.createnow{
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px !important;
}
.col-lg-12.createnow.pt-3 p {
    font-size: 14px;
}
.createnow a{
    background-color: var(--primary-color);
    color: white;
    padding: 6px 40px;
    border-radius: 50px;

    font-size: var(--clamp16);
}
.userdetails h5{
    font-weight: 400;
    font-size: var(--clamp24);
}
.userbtns{
    padding: 20px;
}
.blocks{
    background-color: rgb(240, 240, 237);
    height: 60px;
    width: 100%;
    border-radius: 10px;
    margin: 6px 0;
    padding: 10px;
}
.btndetails h2{
    font-size: var(--clamp16);
    margin-top: 6px;
    font-weight:700;
}
.btnicon{
    height: 40px;
    width: 40px;
    background-color: #00a4bd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnicon i {
    color: white;
    font-size: 30px;
}
.theserviceblock{
    background-color: white;
    height: 300px;
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.serviceimg{
    text-align: center;
}
.serviceimg img{
    height: 150px;
}
.service-details h2{
    font-size: var(--clamp18);
    text-align: center;
    margin: 10px 0;
}
.service-details h4{
    font-size: var(--clamp18);
    text-align: center;
    margin: 10px 0;
    font-weight: 700;
}
.service-details{
    text-align: center;
}
.service-details a{
    text-decoration: none;
    background-color: slateblue;
    font-size: var(--clamp16);
    color: white;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    padding: 5px 20px;
    border-radius: 10px;
}


/*Fancey Box Images*/

.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  height:250px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}


/* Fancey Box images */