.bodycolor {
    background-color: #3A3A5C;
}

a {
    color: #fff !important;
}

p {
    color: #fff;
}

h1 {
    color: #fff;
}

h2 {
    color: #fff;
}

h3 {
    color: #fff;
}

h4 {
    color: #fff;
}

h5 {
    color: #fff;
}

h6 {
    color: #fff;
}

.fabar i {
    color: #fff;
}

.backcolor {
    background-color: #010012;
    height: 850px;
}

.drimage img {
    height: 95%;
    width: 100%;
    left: 962px;
    top: 49px !important;
    border-radius: 91px;
    z-index: -7;
}

.drinformation {
    height: 308px;
    width: 100%;
    position: relative;
    /* transform: translate(35px, 38px); */
    transform: translate(0%, 38%);
    left: 0px;
    /* top: -15%; */
    top: -15%;
    border-radius: 0px;

}

.drinformation p {
    font-family: 'Roboto';
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0em;
    text-align: center;
    padding: 30px 60px;

}

.orderbutton {
    
    position: relative;
    margin: 0 auto;
    top: 40%;
    background-color: #2B2BEF;
    color: #fff;
    padding: 10px 10px 9px 1px;
    width: 200px;
    border-radius: 5px;
}

.orderbutton a {
    background-color: #350139;
    padding: 9px;
}

.orderbutton i {
    position: absolute;
    transform: translate(31%, -11%) rotate(90deg);
}

.socialicon .fa-map-marker {
    /* font-size: 50px; */
    font-size: 30px;
}

.socialicon .fa-envelope {
    /* font-size: 50px; */
    font-size: 30px;
}
.socialicon .fa-stack {
    /* margin: 10px 10px 10px 10px; */
    margin: 10px 10px 10px 10px;
}

.socialiconass .fa-stack {
    margin: 0px 10px 10px 0px !important;
}
.socialicon .fa-inverse {
    color: #000;
}

.socialicon .fa-stack-2x {
    color: #fff;
}

/* .language select {
    color: #fff;
    
    font-weight: 600;
    font-size: 16px;
    background: #3a3a5c;
    border: 1px solid #3a3a5c;
    width:fit-content;

} */

/* .language{
    background: #3a3a5c;
} */
.headertop {
    padding-top: 35px;
    padding-bottom: 20px;
}

.styleback {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.drimage .owl-prev span {
    font-size: 20px !important;
    background: #000 !important;
    padding: 0px 13px 5px 13px !important;
    border-radius: 60px !important;
    border: solid 1px #b5acac !important;
    color: #b5acac !important;
    position: absolute !important;
    transform: translate(50%, -50%) !important;
    top: 55%;
    left: -16%;
    z-index: 10;
}

.owl-prev span {
    font-size: 20px !important;
    background: #000 !important;
    padding: 0px 13px 5px 13px !important;
    border-radius: 60px !important;
    border: solid 1px #b5acac !important;
    color: #b5acac !important;
    position: absolute !important;
    transform: translate(50%, -50%) !important;
    top: 70%;
    left: -0.5%;
    z-index: 10;
}

.galleryslide .owl-prev span {
    font-size: 20px !important;
    background: #000 !important;
    padding: 0px 13px 5px 13px !important;
    border-radius: 60px !important;
    border: solid 1px #b5acac !important;
    color: #b5acac !important;
    position: absolute !important;
    transform: translate(50%, -50%) !important;
    top: 55%;
    left: -0.5%;
    z-index: 10;
}

.drimage .owl-next span {
    font-size: 20px !important;
    background: #000 !important;
    padding: 0px 13px 5px 13px !important;
    border-radius: 60px !important;
    border: solid 1px #b5acac !important;
    color: #b5acac !important;
    position: absolute !important;
    transform: translate(50%, -50%) !important;
    right: 10%;
    top: 40%;
    z-index: 10;
}

.owl-next span {
    font-size: 20px !important;
    background: #000 !important;
    padding: 0px 13px 5px 13px !important;
    border-radius: 60px !important;
    border: solid 1px #b5acac !important;
    color: #b5acac !important;
    position: absolute !important;
    transform: translate(50%, -50%) !important;
    right: 2%;
    top: 70%;
    z-index: 10;
}

.galleryslide .owl-next span {
    font-size: 20px !important;
    background: #000 !important;
    padding: 0px 13px 5px 13px !important;
    border-radius: 60px !important;
    border: solid 1px #b5acac !important;
    color: #b5acac !important;
    position: absolute !important;
    transform: translate(50%, -50%) !important;
    right: 2%;
    top: 55%;
    z-index: 10;
}

.backgo {
    background: #010115;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
    height: 850px;
}

.nextbutton a {
    padding: 15px 20px 15px 20px;
    border: solid 2px #4201FC;
    border-radius: 50px;
    font-size: 14px;
    /* position: absolute; */
    background: #350139;
    position: absolute;
    transform: translate(-50%, 50%);
    top: 75%;
    right: 6%;
    z-index: 10;
}

/* Auto layout */
.nextbutton {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    gap: 32px;
    position: absolute;
    width: 180px;
    height: 850px;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    z-index: 9;
}

.owl-nav.owl-next span {
    z-index: 10;
}

.buttoniconnew {
    position: absolute;
    top: 8%;
    right: 10%;
    z-index: 10;
}

/* content page start  */

.contentcolor {
    /* background-color: #0a0a1a; */
    position: relative;
    /* width: 1600px;
height: 1200px; */

    background: radial-gradient(80.21% 80.21% at 33.31% 95.58%, #3A3A5C 0%, #0A0A1B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
}

.contcolor {
    height: 875px;
    background: #01011C;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    padding-left: 15px !important;
    padding-top: 15px !important;
}

.contcolorfirst {
    height: 850px;
    background: radial-gradient(113.97% 268.78% at 10.52% 100%, #283156 0%, #010022 58.65%, #425077 100%);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
}

.rdcontent {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    max-height: fit-content;
    left: 0px;
    top: 0px;
    background: #191e3b;
    border: 1px solid #26305C;
    border-radius: 0px 0px 200px 0px;
}

.phonerdcontent {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    max-height: fit-content;
    left: 0px;
    top: 0px;
    background: #191e3b;
    border: 1px solid #26305C;
    border-radius: 0px 0px 438px 0px;
}

.buttoniconnew1 {
    text-align: right;
    right: 0%;
    position: relative;
    margin: 0 auto;
}

.drhead h1 {
    font-size: 48px;
    font-weight: 700;
}

.stylebackne {
    padding-left: 15px !important;
    padding-right: 40px !important;
}

.stylebacknefirst {
    padding-left: 20px !important;
    padding-right: 40px !important;
}

/* .rightbtn{
    margin-right: 15%;
} */
.btnahmed {

    /* width: 250px; */
    width: 300px;
    margin: auto 20px;
    padding: 16px;
}

.drhead {
    padding: 16px;
}

.btnahmed a {
    padding: 10px 35px 10px 35px;
    color: #000 !important;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #000000;
    width: 100%;

}

.btn-center {
    display: flex;
    justify-content: center;

}

.btnahmed a:hover {
    padding: 10px 35px 10px 35px;
    color: #fff !important;
    font-weight: 700;
    background: #350139;
    border-radius: 20px;
    border: 1px solid #000088;

}

/* acknowlade page start  */
.discover span {
    /* padding: 12px 19px 12px 19px; */
    padding: 8px 15px 8px 15px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 15px;
}

.discover h4 {
    font-size: 20px;
}

.discovernew span {
    padding: 12px 19px 12px 19px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 30px;
}

.discovernew h4 {
    font-size: 20px;
}

.discover1 span {
    padding: 15px 22px 15px 22px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 15px;
}

.discover2 span {
    padding: 12px 19px 12px 19px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    margin: 28px;
}

.drackimg {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 240px;
    height: 262px;
    top: 140px;
}

.drackimgnew {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 280px;
    height: 262px;
    top: 140px;
    transform: translate(180%, 50%);
}

.drackimgnew img {
    position: absolute;
    width: 250px;
    height: 262px;
    top: 30px;
    left: 30px;
}

.drackimgrd {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 280px;
    height: 262px;
    top: 140px;
}

.drackimg img {
    position: absolute;
    width: 210px;
    height: 262px;
    top: 30px;
    left: 30px;
}

.drackimgmed {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 280px;
    height: 262px;
    top: 140px;
}

.drackimgmed img {
    position: absolute;
    width: 250px;
    height: 262px;
    top: 40px;
    left: -30px;
}

.dracknewss .item {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    width: 280px;
    height: 320px;
}

.dracknewss .item img {
    position: absolute;
    width: 80% !important;
    height: 80%;
    object-fit: contain;
    top: 30px;
    left: 25px;
}

.dracknewsss .item {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    width: 280px;
    height: 290px;
    border-radius: 30px;
}

.dracknewsss .item img {
    position: absolute;
    width: 85% !important;
    height: 85%;
    object-fit: contain;
    top: 30px;
    left: 25px;
    border-radius: 0px;
}

.drackimgmaps {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 280px;
    height: 262px;
    top: 140px;
}

.mapsing {
    position: absolute;
    width: 250px;
    height: 262px;
    top: 0px;
    left: 30px;
}

.drackimgrd img {
    position: absolute;
    width: 250px;
    height: 262px;
    top: 30px;
    left: 0px;
}

.counternu .firstco {
    color: #fff !important;
    font-weight: 700;
    background: #350139;
    border-radius: 50px;
    /* border-radius: 30px; */
    border: 2px solid #000088;
   
}

.counternu .firstco1 {
    color: #fff !important;
    font-weight: 700;
    background: #350139;
    border-radius: 50px;
    /* border-radius: 30px; */
   
}

.aboutack {
    padding-top: 100px;
}

.aboutackww {
    margin-top: -50px;
}

.aboutack p {
    padding-bottom: 20px;
}

.headtextog h4 {
    padding-bottom: 10px;
}

.nextbuttonnew a {
    padding: 15px 20px 15px 20px;
    border: solid 2px #4201FC;
    border-radius: 50px;
    font-size: 14px;
    /* position: absolute; */
    background: #350139;
    position: absolute;
    transform: translate(-50%, 50%);
    top: -6%;
    right: -2%;
    z-index: 10;
}

.acknowladgecon {
    color: #fff !important;
    font-weight: 700;
    background: #350139;
    border-radius: 50px;
    border: 2px solid #000088;
}

.stages {
    margin-right: 25px;
}

.stages span {
    color: #fff;
    padding-left: 20px;
}

.stagesw {
    margin-right: -35px;
}

.stagesw span {
    color: #fff;
    padding-left: 15px;
    font-size: 18px !important;
}

/* .counternu .newstyle{
margin-right: 0px;
} */
.stagesog span {
    color: #fff;
    padding-left: 25px;
    /* font-size: 14px; */
}

.stagesog {
    margin-right: 25px;
}

.aboutack ul li {
    color: #fff;
    line-height: 3rem;
    font-size: 17px;
    font-weight: 500;
}

.aboutorg ul li {
    color: #fff;
    line-height: 3rem;
    font-size: 17px;
    font-weight: 500;
}

.iconsaboutt li i {
    position: absolute;
    transform: translate(50%, -50%);
    margin: 0 auto;
    left: -93%;
    margin-top: 26px;
    overflow: hidden;
}



.aboutackww .difficons {
    position: relative;
    margin-top: 26px;
}

.difficons i {
    transform: translate(50%, -50%) rotate(0deg);
}

.aboutackww hr {
    /* color: #4201FC; */
    border: 1px solid #4201FC;
}

.aboutackww hr {
    /* color: #4201FC; */
    border: 1px solid #4201FC;
}

.drackimgbuse {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 320px;
    height: 250px;
    top: 50px;
    left: 60px;
}

.drackimgbuse img {
    position: absolute;
    width: 400px;
    height: 250px;
    top: -50px;
    left: 30px;
}

.drackimgbusee {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 300px;
    height: 250px;
    top: 50px;
    left: 60px;
}

.drackimgbusee img {
    position: absolute;
    width: 270px;
    height: 200px;
    top: 25px;
    left: 80px;
}

.drackimgbuseee {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 280px;
    height: 250px;
    top: 50px;
    left: 60px;
}

.drackimgbuseee img {
    position: absolute;
    width: 280px;
    height: 250px;
    top: -30px;
    left: 50px;
}

.drackimgbuscir {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 260px;
    height: 260px;
    top: 430px;
    left: 60px;
    border-radius: 160px;
}

.drackimgbuscir img {
    position: absolute;
    width: 260px;
    height: 260px;
    top: -30px;
    left: 80px;
    border-radius: 160px;
}

.drackimgbusff {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 280px;
    height: 250px;
    top: 530px;
    left: 60px;
}

.drackimgbusff img {
    position: absolute;
    width: 280px;
    height: 250px;
    top: -75px;
    left: 50px;
}

.drackimgbusfff {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 280px;
    height: 90px;
    top: 600px;
    left: 60px;
    border-radius: 200px;
}

.drackimgbusfff img {
    position: absolute;
    width: 250px;
    height: 70px;
    left: 60px;
    top: 10px;
    border-radius: 200px;
}

.newaboutss {
    padding-top: 150px;
}

.newaboutss i {
    font-weight: 900;
    padding-left: 2px;
}

.newimagesss img {
    border-radius: 30px;
}

.newimagesss {
    border-radius: 30px;
}

.slideimag {
    background-color: #0E1121;
    width: 380px;
    padding: 15px;
    margin-left: 15px;
    margin-top: 25px;
}

.imagesaward img {
    border-radius: 30px;
}

.imagesaward {
    text-align: center;
}

.drproduct .item h4 {
    position: relative;
    top: 50%;
    text-align: center;
}

.phoneorgrdcontaward {
    border-radius: 40px 40px 200px 40px;
    padding-bottom: 20px !important;
}

.phoneorgrdcontawar {
    border-radius: 40px 40px 200px 40px;
    padding-bottom: 20px !important;
}

.d-center {
    display: flex;
    justify-content: center;
}

.mediaaaa .fa-chevron-right {
    padding-right: 10px;
}

/* mobile menu create  */
.sidepanel {
    width: 0;
    position: absolute;
    z-index: 1;
    height: 750px;
    top: 46px;
    background-color: #350139;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    right: 24px;
    z-index: 100;
    border-radius: 10px;
}

div#mySidepanel:active {
    border: 2px solid #2B2BEF !important;
}

/* #mySidepanel:hover{
    border: 2px solid #2B2BEF!important;
} */
#mySidepanel:focus {
    border: 2px solid #2B2BEF !important;
}

/* .sidepanel:focus-visible{
    border: 2px solid #2B2BEF!important;
} */
/* .bordess:focus-visible{
border: 1px solid #2B2BEF!important;
 } */

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border: 1px solid #2B2BEF;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: -45px;
    right: -10px;
    font-size: 60px;
    border: none;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#closeNav {
    border: none;
}

/* mobile menu create  end  */

/* home page start */
.contcolornew {
    min-height: 100vh;
    max-height: fit-content;
    background: #01011C;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 25%);
    border-radius: 0px;
    padding-left: 15px !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
}

.rdcontentnew {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    max-height: fit-content;
    left: 0px;
    top: 0px;
    background: #191e3b;
    border: 1px solid #26305C;
    border-radius: 20px;
    padding-left:15px;
    padding-right:15px;
}

.aboutacknew hr {
    border: 1px solid #4201FC;
}



.aboutacknew {
    padding-top: 50px;
}

.hometext p {
    padding-top: 10px;   
}

.hometext1 {
    padding-top: 0px;
}

.rdcontentnewin {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    max-height: fit-content;
    left: 0px;
    top: 0px;
    background: #191e3b;
    border: 1px solid #26305C;
    border-radius: 20px 0px 0px 20px;
}

.contcoloren {
    min-height: 100vh;
    max-height: fit-content;
    background: #01011C;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 25%);
    border-radius: 0px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
}

.enquire {
    background-color: #0B0D1A;
    height: 100%;
    border-radius: 20px;
}

.rdcontentnew hr {
    border: 1px solid #4201FC !important;
}



.maping {
    background-color: #0B0D1A;
    height: 600px;
}

.rechimap {
    background: #0B0D1A;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 420px;
    height: 460px;
    top: 40px;
    border-radius: 20px;
    left: 50px;
}

.rechimap iframe {
    position: absolute;
    width: 427px;
    height: 430px;
    top: 30px;
    left: 50px;
    border-radius: 20px;
}

.inputtexte input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
}

.padocuctsimg img {
    width: 100%;
}


/* business profile product   start*/

.dracknewss .padocuctsimg {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    /* height: 262px; */
    /* position: absolute; */
    width: 285px;
    height: 290px;
    /* top: 200px; */
}

.dracknewss .padocuctsimg img {
    position: absolute;
    width: 285px !important;
    height: 260px;
    top: 30px;
    left: 25px;
}

/* business profile product  end */
.buttonstyle {
    width: 200px;
    height: 50px;
    padding: 10px;
    margin: 0 auto;
}

.submit-btn-m>input {
    width: 200px;
    height: 50px;
    padding: 10px;
    margin: 0 auto;
    color: #fff !important;
    font-weight: 700;
    background: #350139;
    border-radius: 50px;
    border: 2px solid #000088;
}

/* blink css start  */
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* blink css end  */
.inputtexte .form-control {
    border-radius: .50rem !important;
}

.phonebussinessthreec {
    border-radius: 0px 0px 150px 0px;
}



.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-85:before {
    content: "";
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
  }
  
  @keyframes glowing-button-85 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  



  



  .button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
  }

  .drackaboutimg {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 240px;
    height: 262px;
    top: 140px;
}

.drackaboutimg img {
    position: absolute;
    width: 210px;
    height: 262px;
    top: 30px;
    left: 30px;
}


.drackorgimg {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 240px;
    height: 262px;
    top: 140px;
}

.drackorgimg img {
    position: absolute;
    width: 210px;
    height: 262px;
    top: 30px;
    left: 30px;
}

.drackbusimg {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 240px;
    height: 262px;
    top: 140px;
}

.drackbusimg img {
    position: absolute;
    width: 210px;
    height: 262px;
    top: 30px;
    left: 30px;
}

.drackmedimg {
    background: #0E1121;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    height: 262px;
    position: absolute;
    width: 240px;
    height: 262px;
    top: 140px;
}

.drackmedimg img {
    position: absolute;
    width: 210px;
    height: 262px;
    top: 30px;
    left: 30px;
}
  

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
  

 /* Style for the dropdown */
 .dropdown {
    position: relative;
    display: inline-block;
  }
  /* Style for the dropdown button */
  .dropdown button {
    background-color: #fff;
    color: #333;
    font-size: 13px;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    
  }
  /* Style for the dropdown content */
  .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: black;
    min-width: 135px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
  }
  /* Style for the dropdown content links */
  .dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  /* Style for the active dropdown content */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  /* Style for the globe logo */
  .globe-logo {
    width: 16px;
    height: 16px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Globe_icon.svg/1200px-Globe_icon.svg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
  }

  /* .mysidepanel_hover h4{
    width:70px;
    text-align: center;
  } */

  .mysidepanel_hover h4{
    color:#ffff;
  }
  .mysidepanel_hover h4:hover{
    color:orange;
  }

  /* .drname{
    transform-style: preserve-3d;
  } */
  /* .drname img{
    transform: translatex(-50%)  translatey(-50%) translatez(50px);
  } */

  
 .drname:hover{
    
    transform: translate(10%, 10%)
 }
 .image-container {
    width: 250px;
    height: 120px;
    position: relative;
    perspective: 800px;
    left:40px;
  }

  .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateY(15deg);
    
  
}
  
  .metallic-image {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 150px;
    /* background: linear-gradient(to bottom, rgba(182,182,182, 0.2), rgba(0, 0, 0, 0.2)); */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transform: perspective(800px) rotateY(15deg);
  
}
  
  .metallic-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10%;
  }

  

  