
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;



body{
    font-family: 'Urbanist', sans-serif;
   
}
.slider{
    background-position: 100% 100%;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  transition: color 0.3s ease;
}


#menuToggle input
{
  display: block;
  width: 25px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2; 
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 25px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(255.77,255.2,255.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform:rotate(47deg) translate(-4px, 0px);
  
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform:rotate(-51deg) translate(4px, -5px);
}


#menu
{
  position: absolute;
  width: 350px;
  margin: -100px 0 0 -250px;
  padding: 20px;
  padding-top: 125px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(300%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

.item .link::after{
  width: 0;
  transition: 0.2s all linear;
  margin-bottom: -5px;
  
}
.item .link:hover::after{
  width: 100%;
}
.link:active::after{
 width: 100%;
}
.buton{
  position: relative;
}


.pulse:hover, 
.pulse:focus {
animation: pulselight 1s;
box-shadow: 0 0 0 1em transparent;


}

@keyframes pulselight {
0% { box-shadow: 0 0 0 0 #09218A; }
}



.pulse2:hover, 
.pulse2:focus {
animation: pulse2 1s;
box-shadow: 0 0 0 1em transparent;


}

@keyframes pulse2 {
0% { box-shadow: 0 0 0 0 #ddd; }
}



.pulse3:hover, 
.pulse3:focus {
animation: pulse3 1s;
box-shadow: 0 0 0 1em transparent;


}

@keyframes pulse3 {
0% { box-shadow: 0 0 0 0 #0A6303; }
}

.whyus-bg{
  background-position: 100% 100%;
}


input::placeholder{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
textarea{
  resize: none !important;
}
textarea::placeholder{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.checkbox{
  width: 25px;
  height: 25px;
  border-radius: 100% !important;
  display: inline-block;
}








.gateway{
  background-position: 100% 100%;
}
.gateway-icon .item{
  position: relative;
}
.gateway-icon .item::after{
  background-position:100% 100%;
}

.gateway-icon2 .item{
  position: relative;
}



.customized-icon .item{
  position: relative;
}
.customized-icon .item::after{
  background-position:100% 100%;
}

.customized-icon2 .item{
  position: relative;
}

.nav-item .drop{
  display: none;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-toggle2::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  color: rgb(56, 189, 248);
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -15px;
  margin-top: 15px;
}

.nav-item:hover .drop{
  display: block !important;
  min-width: 70px
}

@media(max-width:992px){
  .slider{
    height:auto;
    padding-bottom: 30px;
  }
  .customized{
    height: auto !important;
  }
  .dropdown-toggle2::after {
    margin-top: 10px;
  }
}

