/** new css starts**/
    .gif-container {
        max-width: 100%;
        height: auto;
    }
    
    .gif-container img {
        width: 100%;
        height: auto;
    }

    .card {
        height: auto;
        background-color: #ffffff00;
        max-width: 400px;
        width: 100%;
        box-shadow: 2px 2px 5px 0px #868686;
        border-radius: 1rem;
        text-align: center;
        padding: 1rem 0 1rem 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    
    .profilephoto {
        width: 250px;
        height: 250px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        margin: 20 auto 0;
        border: 4px solid #ae822f;
        z-index: 3;    
    }
    
    .profilephotobackground {
        width: 300px;
        height: 300px;
        position: relative;
        top: -500px;
        left: -150px;
        z-index: -1;
    }
    
    .details {
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        color: #000000b3;
        padding: 2rem 2rem;
    }
    
    .name {
        font-size: 2.5rem;
        font-weight: 800;
    }
    
    .title {
        font-size : 0.8rem;
    }
    
    li.phone {
        padding: 0px;
    }
    
    .fa-ul {
        font-size: 14px;
    }
    
    .detailsbackground {
        opacity: 100%;
        position: absolute;
        width: 95%;
        z-index: -2;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 7%;
    }
    
    .savebtn {
        background-color: #ae822f;
        color: white;
        width: 80%;
        padding: 20px 0;
        font-weight: 600;
        border-radius: 5px;
        border: 0;
        text-decoration: none;
    }
    
    .custom-icon-one {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        margin-top: 250px;
        margin-right: 67px;
    }
    
    .custom-icon-two {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        margin-top: 300px;
        margin-right: 117px;
    }
    
        /* The Modal (background) */
    .modal {
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 0.4s;
        animation-name: fadeIn;
        animation-duration: 0.4s;
        text-align: left;
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    }
    


    
    
/** new css ends**/

.customgradient {
            background: rgb(255,255,255);
            background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,233,239,1) 63%, rgba(199,196,207,1) 99%);
            background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,233,239,1) 63%, rgba(199,196,207,1) 99%);
            background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,233,239,1) 63%, rgba(199,196,207,1) 99%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c7c4cf",GradientType=1);
        }
        
        .center {
            margin: auto;
            width: 50%;
            border: 3px solid green;
            padding: 10px;
        }
        
        .detailsbox {
            position: absolute;
            bottom: 0;
            //backdrop-filter: blur(12px);
            //-webkit-backdrop-filter: blur(12px);
            background-color: rgb(255 255 255 / 100%);
            z-index: 1;
            padding: 0;
            //border-radius: .5rem;
            margin: 0 auto;
            width: 100%;
            min-width: 320px;
            max-width: 440px;
        }
        
        body {
            margin: 0;
            font-size: 15px;
        }
        .maincard {
            background-color: rgb(255, 255, 255);
            border-radius: 1rem;
            display: flex;
            flex-direction: column;
            font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
            color: #000000b3;
            max-width: 440px;
            min-width: 320px;
            overflow: hidden;
            transform: translateZ(0px);
            width: 100%;
            box-shadow: 2px 2px 5px 0px #868686;
            //min-height: 100vh;
        }
        .wrapmain {
            -webkit-box-align: center;
            align-items: center;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: center;
            justify-content: center;
            margin: 0px auto;
            //min-height: 100vh;
        }
        .whitecard {
            height: 90vh;
            align-items: center;
            text-align: center;
            padding: 1rem;
        }
        .fname {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 3.25rem;
            
        }
        .designation {
            font-size: 0.8rem;
        }
        .box {
            position: absolute;
            width: 100%;
            --size: 50px;
            --b: 115px;
            --p: 5px;
            --R: calc(55.9px + var(--b)/2);
            --_g: #000 calc(99% - var(--b)),#000 calc(101% - var(--b)) 99%,#0000 101%;
            -webkit-mask: radial-gradient(var(--R) at left 50% bottom calc(-1*var(--p)),var(--_g)) calc(50% - 2*var(--size)) calc(50% - var(--size)/2 - var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b)) repeat-x, radial-gradient(var(--R) at left 50% top calc(-1*var(--p)),var(--_g)) 50% calc(50% + var(--size)/2 + var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b)) repeat-x;
            background: linear-gradient(90deg,white,white);
            height: 817px;
        }
        .custom-icon {
            font-size: 26px;
            color: #fff;
            z-index: 2;
            position: absolute;
            right: 15px;
            top: -38px;
        }
        
        #slide {
            text-align: center;
            bottom: -900px;
            position: relative;
            -webkit-animation: slide 1.5s forwards;
            -webkit-animation-delay: 1s;
            animation: slide 1.5s forwards;
            animation-delay: 1s;
            animation-timing-function: ease-in-out;
        }
        
        @-webkit-keyframes slide {
            100% { bottom: 0; }
        }
        
        @keyframes slide {
            100% { bottom: 0; }
        }
        
        #slidebutton {
            bottom: -900px;
            position: relative;
            -webkit-animation: slide 1.5s forwards;
            -webkit-animation-delay: 1.3s;
            animation: slide 1.5s forwards;
            animation-delay: 1.3s;
            animation-timing-function: ease-in-out;
        }
        
        @-webkit-keyframes slidebutton {
            100% { bottom: 0; }
        }
        
        @keyframes slidebutton {
            100% { bottom: 0; }
        }
        
        #slidetop {
            top: -900px;
            position: relative;
            -webkit-animation: slide 1.5s forwards;
            -webkit-animation-delay: 1.3s;
            animation: slide 1.5s forwards;
            animation-delay: 1.3s;
            animation-timing-function: ease-in-out;
        }
        
        @-webkit-keyframes slidetop {
            100% { top: 0; }
        }
        
        @keyframes slidetop {
            100% { top: 0; }
        }
                
        i.fa {
            display: inline-block;
            border-radius: 60px;
            box-shadow: 0 0 2px #888;
            padding: 0.7em;
            background-color: #ae822f;
            color: #ffffff;
            font-size: 25px;
        }
        .fa-ul {
            list-style-type: none;
            margin-left: 0 !important;
            padding-left: 0;
        }
        .fa-li {
            left: 0 !important;
            position: initial !important;
            text-align: center;
            width: var(--fa-li-width,2em);
            line-height: inherit;
            margin-right: 10px !important;
        }
        .savebox {
            width: 100%;
            
        }
        .save-box {
            text-align: center;
        }
        .save {
            width: 80%;
            color: white;
            background: #ae822f;
            padding: 20px 0px;
            text-decoration: none;
            font-weight: 600;
            text-align: center;
            border-radius: 5px;
            margin: 0 auto 20px auto;
            border: 0;
        }
        .save>a {
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }
        .phone>a {
            color: #272932;
            cursor: pointer;
            text-decoration: none;
        }
        .fa-ul>li {
            position: relative;
            margin: 10px 0 .3em 0;
        }
    @media only screen and (max-width: 600px) {
        
        .maincard {
            background-color: rgb(255, 255, 255);
            border-radius: 0;
            display: flex;
            flex-direction: column;
            font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
            color: #000000b3;
            max-width: 440px;
            min-width: 320px;
            overflow: hidden;
            transform: translateZ(0px);
            width: 100%;
            //min-height: 90vh;
        }
        
        .wrapmain {
            -webkit-box-align: center;
            align-items: center;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: start;
            justify-content: flex-start;
            margin: 0px auto;
            //min-height: 100vh;
        }
        
    }
    .no-js #loader { display: none;  }
    .js #loader { display: block; position: absolute; left: 100px; top: 0; }
    .se-pre-con {
    	position: fixed;
    	left: 0px;
    	top: 0px;
    	width: 100%;
    	height: 100%;
    	z-index: 9999;
    	background: url(https://embed.lottiefiles.com/animation/98955) center no-repeat #fff;
    }    


/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #ae822f;
    color: white;
    font-size: .6rem;
}

.modal-body {
    padding: 10px 16px 50px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #81d8d0;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 20%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.fa-solid {
    color: #ae822f;
}

@font-face {
  font-family: CenturyGothic;
  src: url(https://sockray.com/digitalnamecard/gothic.ttf);
  font-weight: normal;
}
.gradient {
    width: 100%;
    height: 46px;
    position: absolute;
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    top: -40px;
}    
.image-cropper {
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 20 auto 0;
    border: 4px solid #ae822f;
    z-index: 3;
}
.overlay-bg {
    opacity: 100%;
    position: absolute;
    top: -3rem;
    width: 100%;
    left: 0;
}



.switch {
    position: absolute;
    /* display: inline-block; */
    width: 60px;
    height: 34px;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.lottiestyle {
    width: 100%;
    position: absolute;
    top: -171px;
    z-index: 0;
    right: 0px;
}
.overlay-bg-top {
    opacity: 100%;
    position: absolute;
    top: 3rem;
    width: 80%;
    left: 4rem;
    z-index: -1;
}