﻿

.sliderbutton
{
    border-style:solid;
    border-width:1px;
    border-color:Gray;
    
}

.sliderbutton: hover
{
    border-style:solid;
    border-width:1px;
    border-color:Gray;
    background-color:white;
}


.contactusdiv
{
    border-style:solid;
    border-width:1px;
    border-color:#ffffff;
    border-radius:10px;
    
    }



.contactusdiv:hover
{
    border-style:solid;
    border-width:1px;
    border-color:#d8d8d8;
    border-radius:10px
    
    }



.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -240deg,
    #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;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  
  
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

html {
  scroll-behavior: smooth;
}


.mlinks
{
        color:White !important;
        text-decoration:none !important;
    }

.fa-facebook:hover
{
     color: #ffffff !important;
}



.socialm
{
    }

.socialm:hover
{
        
    }
    


.headtext
{
    font-weight:bold;
    background: linear-gradient(to left, rgb(32, 17, 171) 0%, rgb(176, 21, 166) 100%) text; -webkit-text-fill-color: transparent;
    }
    
    
    .footerlinkcolor
{
    color:#55CBD2 !important;
    text-decoration:none;
    }


.headtext:hover
{
   background: #14090C;
background: linear-gradient(to bottom right, #14090C 0%, #96276A 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

    
    








.zoomeffect{
  transition: transform 0.5s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(100%);
}

/* The Transformation */
.zoomeffect:hover{
  filter: brightness(120%);
  transform: scale(1.1);
}


.zoomeffect1{
  transition: transform 0.5s, filter 1.5s ease-in-out;
  transform-origin: center center;
}

/* The Transformation */
.zoomeffect1:hover{
  transform: scale(1.1);
}











