@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Montserrat:wght@400;500;700;900&family=Montserrat+Armenian&family=Roboto:wght@300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin: 140px;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: 'Montserrat Armenian', sans-serif;
}

body {
  background: #040507;
}

.popup {
  width: 100vw;
  height: 100vh;
  background-color: #0405076e;
  position: fixed;
  z-index: 9999;
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
}

.popup>div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup>div>img {
  width: 45%;
  cursor: pointer;
}

.clo_btn {
  position: absolute;
  right: 28%;
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 50px;
  top: 0px;
  cursor: pointer;
}


header {
  width: 100%;
  height: 131px;
  position: fixed;
  z-index: 999;
  background-color: #d2fb3d;
  top: 0;
}

#hov_logo {
  display: none;
}

.logo:hover>a>#def_logo {
  display: none;
}

.logo:hover>a>#hov_logo {
  display: block;
}

[class*="__container"] {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 100px;
}

.header__container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.menu {
  display: flex;
  gap: 63px;
  justify-content: space-between;
  align-items: center;
}

.menu_list {
  width: 101px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
}

.menu_link {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gaming_link {
  color: #fff;
}

.gaming_list {
  border-radius: 100px;
  transition: 500ms;
  background-color: #014fd8 !important;
  height: 50px;
}

.b_menu_arrows.fo {
  position: static;
}

.menu_list:hover {
  background-color: #000000;
  height: 101px;
  border-radius: 50%;
}

.gaming_list:hover {
  height: 101px;
  background-color: #014fd8;
  border-radius: 50%;
}

.menu_list:hover>.menu_link {
  color: #ffffff;
}

.burger_menu {
  display: none;
  background: #d2fb3d;
  height: 100px;

  flex-direction: column;
  align-items: center;
}

.burger_menu>button {
  font-size: 50px;
  background: transparent;
  color: #000;
  border: none;
  border: 2px solid black;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  padding: 15px 10px;

}

.menu_open_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.menu_open_btn>span {
  border: 1px solid black;
  width: 100%;
}

.menu_close_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.b_menu {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  background-color: #040507;
  width: 120vw;
  top: -320px;
  transition: 500ms;
  padding: 0 20px;
}

.b_menu>.menu_list {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
}

.b_menu>.menu_list>.menu_link {
  width: 100%;
  height: 100%;
  line-height: 100px;
}

.b_menu_arrows {
  width: 35px;
  transition: 500ms;
  position: absolute;
  right: 100px;
}

.b_menu_arrows>img {
  width: 100%;
  transform: rotate(-45deg);
}

#first_sec {
  width: 100%;
  height: 880px;
  background-color: #d2fb3d;
}

.start__container {
  height: 100%;
  padding-top: 100px;
}

.start__container>.bg_anim_box {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.start_title {
  font-size: 62px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 150px;
  z-index: 4;
}

.start_title>span {
  color: #014fd8;
}

.bg_anim_box>img {
  position: absolute;
  z-index: 6;
  animation: shape 14s infinite alternate linear;
}

@keyframes shape {
  0% {
    top: 0;
    left: 0;
  }

  50% {
    top: 300px;
    left: 400px;
  }

  100% {
    top: 0;
    left: 70%;
  }
}

.animation {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.anim {
  width: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  padding: 15px 0;
  background-color: #014fd8;
  display: flex;
  gap: 10%;
  overflow: hidden;
  justify-content: center;
  position: absolute;
  z-index: 1;
}

.anim.anim_sec {
  width: 100%;
  top: 70px;
  transform: rotate(4deg);
  text-wrap: nowrap;
  z-index: 3;
}

.animated {
  width: 200%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  padding: 15px 0;
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  transform: rotate(-2deg);
  z-index: 2;
  top: 27px;
  height: 82px;
}

.animated>div {
  width: 200%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10%;
  animation: marquee 7s linear infinite;
  position: absolute;
  top: 0;
}

.content__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.rotate_capsules {
  /* overflow: hidden; */
  max-width: 100%;
}

.rotate_capsules>img {
  animation: rotCapsules 17s linear infinite;
  width: 100%;
}

.cont_text>p {
  color: #fff;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.8px;
}

.arrow {
  padding: 0px 32px;
  background-color: #d2fb3d;
  border-radius: 20px;
  color: #000;
  font-size: 22px;
}

.cont_text {
  max-width: 748px;
}

@keyframes marquee {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

.animo {
  width: 500px;
  height: 500px;
  position: relative;
  border: 1px solid black;
}

.animo>img {
  width: 200px;
  position: absolute;
}

@keyframes dim1 {
  to {
    top: 12%;
    left: 26%;
    transform: rotate(30deg);
  }
}

@keyframes dim2 {
  to {
    top: 14%;
    left: 48%;
    transform: rotate(-120deg);
  }
}

@keyframes dim3 {
  to {
    top: 43%;
    left: 41%;
    transform: rotate(130deg);
  }
}

@keyframes dim4 {
  to {
    top: 44%;
    left: 20%;
    transform: rotate(-70deg);
  }
}

@keyframes dim5 {
  to {
    left: 9%;
    top: 29%;
    transform: rotate(158deg);
  }
}

.dim1 {
  top: -5%;
  left: 16%;
  animation: dim1 2s infinite alternate linear;
}

.dim2 {
  top: 10%;
  left: 57%;
  animation: dim2 2s infinite alternate linear;
}

.dim3 {
  top: 50%;
  left: 50%;
  animation: dim3 2s infinite alternate linear;
}

.dim4 {
  top: 60%;
  left: 17%;
  animation: dim4 2s infinite alternate linear;
}

.dim5 {
  left: -5%;
  top: 25%;
  animation: dim5 2s infinite alternate linear;
}

.services__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 140px;
  padding: 0 !important;
}

._title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 60px;
}

.services_group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.services_group.last_g {
  margin-top: 50px;
}

.serv_item {
  width: 24%;
  height: 450px;
  padding: 50px 35px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #d2fb3d;
}

.serv_item_title {
  color: #fff;
  font-family: "Monserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.4px;
  text-transform: capitalize;
}

.serv_item_list {
  color: #fff;
  font-family: "Monserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 23px;
}

.serv_cover_title {
  color: #000;
  font-family: "Monserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.serv_item_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d2fb3d;
  left: 0;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.video_container {
  margin: 100px 0;
  width: 100%;
}

.video_container>video {
  width: 100%;
}


.portfolio__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 400px);
  grid-auto-rows: 310px;
  justify-content: center;
  gap: 30px;
}

.portfolio-link {
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.portfolio-link.visible {
  opacity: 1;
  transform: translateY(0);
}


.portf_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portf_item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms;
}

.portf_item:hover>img {
  transform: scale(1.2);
}

.more {
  width: 100px;
  height: 100px;
  background-color: #d2fb3d;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partn__container {
  display: flex;
  margin-top: 120px;
  justify-content: space-between;
}

.mob_portf {
  display: none;
}

.swiper-slide {
  height: auto !important;
}

.animated_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
}

.animated_text>img {
  position: absolute;
  animation: rotatePoint 15s linear infinite;
}

.thepoint_img {
  transform: rotate(360deg);
}

.why_img {
  transform: rotate(-360deg);
}

.f_menu>li {
  padding-left: 20px;
}

@keyframes rotatePoint {
  to {
    transform: rotate(0deg);
  }
}

.partn_text_box {
  max-width: 777px;
  display: flex;
  flex-direction: column;
}

.partn_text_box>p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.8px;
  /* 130% */
  margin-top: 55px;
}

.partn_title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 84.5px;
}

footer {
  width: 100%;
}

.footer__container {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-top: 1px solid #fff;
  margin-top: 150px;
}

.copyright {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 42px;
}

.copyright.last {
  display: none;
}

.footer__container>.logo>a {
  width: 275px;
  height: 71px;
  display: inline-block;
}

.footer__container>.logo>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f_menu {
  width: 500px;
}

.f_menu>li {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}

.f_menu>li:hover {
  background: #040507;
  border-radius: 0;
}

.f_menu>li:hover>.menu_link {
  color: #fff;
}

.f_menu>li:hover>.menu_link>.b_menu_arrows {
  color: #fff;
  transform: rotate(45deg);
}

.f_menu .menu_link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
}

.socials {
  display: flex;
  flex-direction: column;
}

.socials>p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.socials>a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-top: 10px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: unset;
}

.swiper-button-next {
  color: #fff !important;
  display: block;
}

.swiper-button-prev {
  color: #fff !important;
}

.accordion-body {
  display: none;
}

.swiper-slide {
  height: auto !important;

}

.hid_text {
  transition: 1s;
  margin: 0;
  font-size: 1px !important;
  margin-top: 0 !important;
  color: #00000000 !important;
}

.block_text {
  transition: 1s;
}

#readMoreBtn,
#showMoreBtn,
#showLessBtn {
  font-size: 25px;
  background-color: inherit;
  color: #d2fb3d;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}



.lang_link {
  font-size: 20px;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
}

.lang_link_mobile {
  color: white;
  font-size: 32px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid white;
}

.menu_lang_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1650px) {
  .serv_cover_title {
    font-size: 30px;
  }

  .serv_item {
    padding: 20px;
    height: 300px;
  }
}

@media screen and (max-width: 1580px) {
  [class*="__container"] {
    max-width: 1440px;
    padding: 0 50px;
  }

  .partn_text_box {
    max-width: 651px;
  }

  .cont_text {
    max-width: 600px;
  }
}

@media screen and (max-width: 1240px) {
  [class*="__container"] {
    max-width: 1240px;
    padding: 0 50px;
  }

  header {
    height: 100px;
  }

  .anim {
    padding: 10px 0;
    font-size: 35px;
  }

  .animated {
    font-size: 35px;
    padding: 10px 0;
    height: 63px;
  }

  .cont_text {
    max-width: 500px;
  }

  .cont_text>p {
    font-size: 23px;
  }

  .start_title {
    font-size: 52px;
    bottom: 150px;
  }

  .partn_text_box {
    max-width: 551px;
    gap: 35px;
  }

  .partn_title {
    font-size: 45px;
    line-height: 62px;
  }

  .partn_text_box>p {
    font-size: 22px;
    line-height: 29px;
  }

  .serv_cover_title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1160px) {
  .services_group {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .serv_item {
    width: 48%;
  }

  ._title {
    font-size: 45px;
  }
}

@media screen and (max-width: 992px) {
  [class*="__container"] {
    max-width: 992px;
    padding: 0 30px;
  }

  .menu {
    display: none;
  }

  .start__container {
    padding: 0;
  }

  .menu_close_btn {
    color: #fff !important;
  }

  .b_menu {
    top: 80px;
    padding-bottom: 30px;
  }

  .b_menu .menu_link {
    color: #fff;
    font-size: 32px;
  }

  .b_menu .menu_list {
    height: 101px;
  }

  .burger_menu {
    display: flex;
    justify-content: center;
  }

  .header__container {
    display: flex;
    align-items: center;
  }

  .start_title {
    font-size: 40px;
    bottom: 150px;
  }

  .content__container {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .services__container {
    padding-left: 0;
    padding-right: 0;
  }

  .services_group {
    flex-direction: column;
    display: none;
  }

  .accordion-body {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .accordion {
    width: 100%;
    margin: 90px auto 50px auto;
    color: rgb(0, 0, 0);
    background-color: #040507;
    overflow: hidden;
    display: block;
    background: #d2fb3d;
  }

  .accordion .container {
    position: relative;
    margin: 10px 10px;
    text-decoration-color: black;
    text-transform: uppercase;
  }

  .ask_acardion .container {
    border-bottom: 1px solid #ffffff;
  }

  .accordion .label {
    padding: 10px;
    cursor: pointer;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #000;
  }

  .label.fs {
    border: none;
  }

  /* .accordion >img {
    transform: rotate(-45deg) scale(0.5);
    transition: 500ms;
  } */

  .accordion .content {
    position: relative;
    background: #d2fb3d;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 780px;
    overflow: hidden;
    transition: 0.5s;
  }

  .accordion .content>.service_item_list>li {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 130% */
    text-transform: capitalize;
    max-width: 50%;
  }

  .accordion .content>.service_item_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
  }

  .accordion .container.active .content {
    height: 200px;
    padding: 0 20px;
  }

  .accordion .container.active .label>img {
    transform: rotate(0deg) scale(0.5);
  }

  .serv_item_cover {
    display: none;
  }

  .serv_item {
    border: none;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .serv_item_title>br {
    display: none;
  }

  .serv_item_title {
    line-height: auto;
    margin-bottom: 40px;
  }

  .serv_item_title>span {
    background-color: #d2fb3d;
    padding: 17px 0px 17px 37px;
    color: #000;
  }

  .serv_item_list {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 300px;
    margin-left: 26px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    /* 130% */
  }

  .swiper {
    display: none;
  }

  .mob_portf {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: scroll;
    padding-top: 100px;
  }

  .footer__container {
    flex-direction: column;
  }

  .footer__container>.logo {
    order: 1;
    margin-top: 40px;
  }

  .footer__container>.f_menu {
    order: 3;
  }

  .footer__container>.socials {
    order: 2;
    align-self: flex-start;
  }

  .copyright.last {
    display: block;
    order: 10;
    text-align: left;
    margin: 0 0 20px 0;
  }

  .copyright {
    display: none;
  }

  .partn__container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .animated_text {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .more {
    width: 78px;
    height: 78px;
  }

  .more>img {
    width: 30px;
  }

  .partn_text_box>p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.8px;
    /* 130% */
  }
}

@media screen and (max-width: 600px) {
  [class*="__container"] {
    max-width: 600px;
    padding: 0 16px;
  }

  .popup>div>img {
    width: 85%;
    cursor: pointer;
  }

  .clo_btn {
    position: absolute;
    right: 10%;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 35px;
    top: 0px;
    cursor: pointer;
  }



  #first_sec {
    height: 660px;
  }

  .bg_anim_box {
    background-image: url(../images/mobsize1.jpg) !important;
    background-position: left !important;
  }

  ._title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }

  .logo>a {
    width: 130px;
    display: inline-block;
  }

  .logo>a>img {
    width: 100%;
  }

  .b_menu_arrows {
    right: 55px;
  }

  .b_menu {
    padding: 0;
  }

  .burger_menu {
    margin-right: 16px;
  }

  .start_title {
    font-size: 28px;
    bottom: 40px;
  }

  .start__container {
    padding: 0;
  }

  .serv_item_list>li {
    max-width: 130px;
  }

  .partn_text_box>p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    /* 130% */
  }

  .cont_text>p {
    font-size: 16px;
    line-height: 20px;
  }

  .cont_text img {
    width: 35px;
  }

  .cont_text .arrow {
    padding: 0px 22px;
    font-size: 16px;
  }

  .f_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  .footer__container {
    padding-bottom: 15px;
  }

  .socials {
    align-self: flex-start;
  }

  .f_menu {
    width: 100%;
  }

  .footer__container>.logo>a {
    width: 160px;
    height: 42px;
    display: inline-block;
  }

  .services__container {
    padding-left: 0;
  }

  .services__container>._title {
    padding-left: 16px;
  }

  .serv_item_list {
    height: 260px;
  }

  .serv_item_title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.4px;
    /* 130% */
  }

  .portfolio__container {
    /* display: flex;
    align-items: flex-end;
    justify-content: space-around;
    align-content: flex-start;
    gap: 10px; */
    grid-template-columns: repeat(auto-fit, 350px);
    grid-auto-rows: 300px;
  }


  .more {
    width: 58px;
    height: 58px;
  }

  .more>img {
    width: 30px;
  }

  .thepoint_img {
    width: 300px;
  }

  .why_img {
    width: 150px;
  }

  .footer__container {
    margin-top: 0;
  }

  .partn_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.4px;
    /* 130% */
  }

  .partn_text_box {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    /* 130% */
    text-transform: capitalize;
  }

  .animo {
    width: 250px;
    height: 250px;
  }

  .animo>img {
    width: 100px;
  }

  .mob_portf {
    height: 600px;
  }

}


.swiper-pagination-bullet {
  background-color: #f5f5f5 !important;
}

.servise_item_more_button {
  color: black;
  text-decoration: none;
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.contact-button {
  position: fixed;
  right: -100px;
  bottom: 50%;
  border-radius: 100%;
  padding: 10px;
  background: #014fd8;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
  animation: slideIn 1s ease-in-out forwards, 2s infinite alternate contactUs;
}

.contact-button img {
  width: 100%;
  height: 100%;
}

@keyframes slideIn {
  from {
    right: -100px;
  }

  to {
    right: 50px;
  }
}

@keyframes contactUs {
  from {
    bottom: 40%
  }

  to {
    bottom: 50%
  }
}

.contact-button:hover {
  animation-play-state: paused;
}