.icon-contact {
width: 60px;
height: 60px;
position: fixed;
z-index: 999;
right: 20px;
bottom: 20px;
border-radius: 50%;
background: -webkit-linear-gradient(left, #067FEE, #067FEE);
font-size: 11px;
cursor: pointer;
}
.icon-contact .icon-close {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
}
.icon-contact .icon-close svg {
width: 15px;
fill: #fff;
transition: ease-in 0.12s all;
transform: rotate(180deg) scale(0);
}
.icon-contact .icon01 {
display: flex;
color: #fff;
align-items: center;
justify-content: center;
transition: 0.2s all;
}
.icon-contact .icon01__inner {
margin-top: 10px;
}
.icon-contact .icon01 svg {
width: 24px;
display: table;
height: 24px;
color: #fff;
margin: 0 auto;
}
.icon-contact .icon01 p {
line-height: 1;
padding: 0;
margin: 0;
text-align: center;
}
.icon-contact .icon-zoom {
width: 44px;
height: 44px;
position: absolute;
left: 8px;
top: 8px;
background-color: #fff;
border-radius: 50%;
overflow: hidden;
opacity: 0;
transform: scale(0);
transition: 0.2s all;
}
.icon-contact .icon-zoom__icon {
top: 10px;
left: 12px;
align-items: center;
display: flex;
position: absolute;
-webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
-o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
animation-delay: 0s;
height: 24px;
transition: 0.2s all;
transform: translate(-2px, 0px);
}
.icon-contact .icon-zoom .icon {
display: block;
margin-right: 40px;
}
.icon-contact .icon-zoom .icon svg {
fill: #067FEE;
width: 24px;
}
@keyframes move {
0% {
transform: translate(-2px, 0px);
}
25% {
transform: translate(-66px, 0px);
}
50% {
transform: translate(-130px, 0px);
}
75% {
transform: translate(-194px, 0px);
}
100% {
transform: translate(-194px, 0px);
}
}
.icon-contact .ani {
width: 84px;
height: 84px;
background-color: #067FEE;
border-radius: 50px;
position: absolute;
left: -12px;
top: -12px;
z-index: -1;
transform: scale(0);
}
.icon-contact .ani--02 {
animation-delay: 0.5s;
}
@keyframes arcontactus-pulse {
0% {
transform: scale(0);
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
transform: scale(1);
opacity: 0;
}
}
.icon-contact.is-active .icon-zoom {
opacity: 1;
transform: scale(1);
}
.icon-contact.is-active .icon-zoom__icon {
animation: move 5s infinite;
animation-delay: 1s;
}
.icon-contact.is-active .icon01 {
opacity: 0;
transform: scale(0);
}
.icon-contact.is-active .ani {
width: 84px;
height: 84px;
background-color: #058DC2;
border-radius: 50px;
position: absolute;
left: -12px;
top: -12px;
z-index: -1;
transform: scale(0);
animation: arcontactus-pulse 2s infinite;
}
.icon-contact.is-active .ani--02 {
animation-delay: 0.5s;
}
.icon-contact.is-show-icon .icon-close svg {
transform: rotate(0) scale(1);
}
.icon-contact.is-show-icon .icon01 {
opacity: 0;
transform: scale(0);
}
.list-link-contact {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
width: 235px;
position: fixed;
bottom: 100px;
right: 20px;
border-radius: 10px;
background-color: #fff;
transition: ease-out 0.12s all;
transform: scale(0);
transform-origin: 80% 105%;
z-index:999;
}
.list-link-contact:after {
position: absolute;
bottom: -7px;
right: 25px;
left: auto;
display: block;
border-right: 8px solid transparent;
border-top: 8px solid #fff;
border-left: 8px solid transparent;
content: "";
}
.list-link-contact ul {
list-style: none;
margin: 0;
padding: 0;
padding: 10px 0;
}
.list-link-contact ul li {
margin: 0;
padding: 0;
}
.list-link-contact a {
text-decoration: none;
display: flex;
align-items: center;
color: #000;
font-size: 14px;
padding: 5px 10px;
transition: background-color 0.3s;
}
.list-link-contact a p {
margin: 0;
color: #000;
flex: 1;
}
.list-link-contact a:hover {
background-color: #eee;
}
.list-link-contact .icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: -webkit-linear-gradient(left, #067FEE, #067FEE);
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
flex-shrink: 0;
}
.list-link-contact .icon svg {
width: 20px;
fill: #fff;
filter: brightness(0) invert(1);
}
.list-link-contact.is-show {
transform: scale(1);
}