* {
  box-sizing: border-box;
  font-family: "Jost", serif;
  box-shadow: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  box-shadow: none;
}

body {
  font-family: "Jost", serif;
  transition: all 0.3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  line-height: 1.5;
  background-color: var(--hm-body-bgcolor);
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-family: "Jost", serif;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Jost", serif;
}

span {
  font-family: "Jost", serif;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "Jost", serif;
}

.form-control:focus {
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

img {
  max-width: 100%;
}

:root {
  --hm-primary-color: #fc5a6d;
  --hm-secondary-color: #18239D;
  --hm-background-color: #021932;
  --hm-light-bgcolor:#FCF1F5;
  --hm-white-color: #ffffff;
  --hm-body-bgcolor:#021428;
  --hm-light-white:#c4cfdf;
  --hm-heading-color: #000000;
  --hm-para-color:#5E626F;
  --hm-headpara-color:#666666;
  --hm-footerbg-color: #151822;
}

:focus-visible {
  outline: none;
  border-color: transparent;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
} 
::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;    
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100px;
  background-color: var(--hm-primary-color);
}
/* Scroll */
/* loader css */
.hm-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--hm-white-color);
}
.hm-loader svg path {
  fill: var(--hm-primary-color);
}
.loader_circle_1{
  animation: rotateClockwise 1.5s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader_circle_1_counter{
  animation: rotateCounterClockwise 1.5s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes rotateCounterClockwise {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(-360deg);
  }
} 
.loader_circle_2{
  animation: rotateClockwise 2.5s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.loader_circle_2_counter{
  animation: rotateCounterClockwise 2.5s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

/*-------------- Header section css start ----------*/
/* theme-shadow-wrapper */
.hm-main-wrapper{
  position: relative;
  overflow: hidden;
}
.hm-theme-circle{
  position: fixed;
  left: -220px;
  right: 200px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 600px;
  height: 600px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, var(--hm-secondary-color), var(--hm-primary-color));
  opacity: 0.3;
  filter: blur(100px);
}
.hm-theme-circle.hm-theme-shadow-right{
  left: auto;
  top: 100px;
  right: -250px;
  bottom: auto;
  opacity: 0.3;
  background: linear-gradient(45deg, var(--hm-primary-color), var(--hm-secondary-color));

}
/* banner section css */
.hm-banner-section {
  background: url('../images/banner-bg.jpg');
  background-color: #020c1875;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0 0px;
  z-index: 1;
  margin: 0px auto 0;
  overflow: hidden;
}
.hm-banner-section::after{
  position: absolute;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: #02193296;
}
.hm-banner-bg-video {
  position: absolute;
  left: 0;
  right: 0;
  inset: 0;
  height: 100%;
  width: 100%;
}
.hm-heading-text{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 50px;
}
.hm_heading {
  padding: 0 0 290px;
}
.hm-menu-logo{
  margin: 0 0 20px;
}
.hm-banner-img {
  text-align: center;
  padding: 0 0 0 12px;
}
.hm-heading h1{
  font-size: 65px;
  font-weight: 600;
  color: var(--hm-white-color);
  text-align: center;
  text-transform: capitalize;
  max-width: 800px;
  line-height: 1.1;
  margin: 0 auto;
}

.hm-heading h1 .split-line{
  text-align: center !important;
}
.splitting .char::before, .splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.hm-heading p {
  font-size: 20px;
  font-weight: 300;
  color: var(--hm-light-white);
  padding: 15px 0 20px;
  text-align: center;
}
.hm-btn {
  min-width: 150px;
  max-width: 100%;
  border-radius: 5px;
  background-color: var(--hm-primary-color);
  min-height: 50px;
  line-height: 30px;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  padding: 9px 0;
  border: 1px solid var(--hm-primary-color);
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.0, 1.0) translate3d(0, 0, 0);
}
.hm-btn a{
  font-size: 16px;
  color: var(--hm-white-color);
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-btn::after{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 0px;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: rgb(13 13 13 / 20%);
}
.hm-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transition: .3s;
}
.hm-center-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

@keyframes topbottomfloat {
  0% {
    transform: translate(0)
  }
  to {
    transform: translateY(-10px)
  }
}
@keyframes leftrightfloat {
  0% {
    transform: translate(0)
  }
  to {
    transform: translateX(-10px)
  }
}
.hm-right-img{
  text-align: center;
  margin: 0 auto;
  position: absolute;
  right: 4%;
  bottom: 0;
  z-index: 1;
}
.hm-right-img-bg{
  position: absolute;
  content: '';
  right: 2%;
  bottom: 0;
}
/* animate content css */
.hm-animate-content{
  background-color: var(--hm-background-color);
  position: relative;
  overflow: hidden;
}
.hm-animate-content-wrap{
  display: flex;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  will-change: transform;
  animation:marquee 150s linear 0s infinite normal;
  animation-play-state: running;
  
}
.hm-animate-text{
  display: flex;
  width: 100%;
  min-width: max-content;
  padding: 16px;
  color: var( --hm-light-white);
  align-items: center;
}
.hm-animate-text svg{
  width: 60px;
  margin-right: 20px;
}
.hm-animate-text p{
  font-size: 70px;
  font-weight: 600;
  color: var( --hm-light-white);
}
.hm-animate-text2 p{
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: var( --hm-white-color);
  -webkit-text-stroke-width: 1px;
  font-family: "Libre Baskerville", serif;
}
@keyframes marquee{
  0% {
    transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}
.hm-wp-icons img{
  position: absolute;
  z-index: 1; 
  border-radius: 100%;
  border: 5px solid #ffffff2e;
}
.hm-wp-icons img:nth-child(1) {
  left: 16%;
  top: 33%;
  animation: 4s rotate linear infinite;
}
.hm-wp-icons img:nth-child(2) {
  right: 16%;
  top: 41%;
  animation: 3s rotate linear infinite;
}
.hm-wp-icons img:nth-child(3) {
  top: 5%;
  right: 5.4%;
  animation: 4s rotate linear infinite;
}
.hm-wp-icons img:nth-child(4) {
  bottom: 21%;
  left: 1.4%;
  animation: 3s rotate linear infinite;
}
.hm-wp-icons img:nth-child(5) {
  top: 5%;
  left: 2.4%;
  animation: 3s rotate linear infinite;
}
.hm-wp-icons img:nth-child(6) {
  bottom: 7%;
  right: 2.4%;
  animation: 3s rotate linear infinite;
}
@keyframes zoom-fade{
  0% {
    transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.9);
  }
}
@keyframes rotate {
  from {
      -webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
      -moz-transform: rotate(0deg) translate(-5px) rotate(0deg);
      -ms-transform: rotate(0deg) translate(-5px) rotate(0deg);
      -o-transform: rotate(0deg) translate(-5px) rotate(0deg);
      transform: rotate(0deg) translate(-5px) rotate(0deg);
      transition: 1s ease-in-out;
  }
  to {
      -webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
      -moz-transform: rotate(360deg) translate(-5px) rotate(-360deg);
  }
}
.hm-left-img {
  position: absolute;
  left: 15%;
  top: 18%;
  z-index: -1;
}
.hm-right-img {
  position: absolute;
  right: 13%;
  top: 18%;
  z-index: -1;
}
.hm-circle-anim img{
  position: absolute;
  z-index: 1;
}
.hm-circle-anim img:nth-child(1) {
  left: 23px;
  top: 28%;
  animation: 5s ease 0s infinite normal none running zoomIn;
}
.hm-circle-anim img:nth-child(2) {
  right: 20px;
  top: 33%;
  animation: 5s ease 2.5s infinite normal none running zoomIn;
}
@keyframes zoomIn{
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}


/* version section Design css */
.hm-sec{
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hm-sec.hm-version-section {
  padding: 110px 0 60px;
}
.hm-demo-wrap{
  padding: 0 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background-color: #051e3c;
  background: url(../images/dem-bg.png);
}
.hm-version-img {
  position: relative;
  overflow: hidden;
}
.hm-version-img::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0%;
  top: 0;
  background-color: rgba(49, 52, 59, 0.64);
  border-radius: 10px;
  transition: 0.5s;
  z-index: 9;
}
.hm-demo-wrap:hover .hm-version-img img{
  transform: scale(1.05);
}
.hm-version-demo{
  position: absolute;
  top: 60%;
  left: 35%;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all .5s ease-in-out;
}
/* demo-bg */
@keyframes shake{
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
}
.hm-version-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--hm-white-color);
  text-align: center;
  padding: 20px 0 20px;
  margin: 0 0 30px;
  background-color: #08274c;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
}
.hm-version-text h2 a{
  color: var(--hm-white-color);
}
.hm-version-text h2:hover {
  background-color: var(--hm-primary-color);
}
.hm-version-text h2 a:hover{
  color: var(--hm-white-color);
}
.hm-head-text{
  text-align: center;
  margin: 0 0 38px;
  position: relative;
}
.hm-head-text h3{
  font-size: 18px;
  font-weight: 600;
  color: var(--hm-primary-color);
  padding: 0px 0 10px;
  text-transform: capitalize;
  position: relative;
}
.hm-head-text h3.number-style{
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--hm-white-color);
}
.hm-head-text h2 {
  font-size: 27px;
  color: var(--hm-light-white);
  font-weight: 400;
  text-align: center;
}
.hm-head-bgtitle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.hm-head-bgtitle h4{
  font-size: 90px;
  color: var(--hm-light-white);
  opacity: 0.1;
  font-weight: 600;
}
/* Responsive-section design */
.hm-responsivesec-section{
  padding: 0;
  overflow: hidden;
}
.hm-responsive-section{
  background: var(--hm-body-bgcolor);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 85px;
  overflow: hidden;
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
    background: url(../images/compatibility-bg.png);
}
.hm-responsive-section::before, .hm-responsive-section::after, .hm-header-section::before, .hm-header-section::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  z-index: 0;
}

.hm-resp-img {
  position: relative;
  z-index: 1;
  left: 5%;
  right: 0;
  margin: auto;
  text-align: center;
}
.hm-head-text.hm-head-res {
  position: relative;
  z-index: 1;
  margin: 0 0 35px;
}
.hm-resp-shape img:nth-child(1) {
  left: 13px;
  bottom: 28%;
  animation: 3s right infinite alternate;
}
.hm-resp-shape img:nth-child(2) {
  right: 20px;
  top: 10%;
  animation: 3s right infinite alternate;
}
@keyframes right {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-20px);
	}
}
.tra-resp-img {
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: 1;
  animation: bounce-x 10s linear infinite;
}
@keyframes bounce-x{
  0% {
    transform: translateX(0);
  }
  50% {
      transform: translateX(30px);
  }
  100% {
      transform: translateX(0);
  }
}
@keyframes leftright{
  0% {
    transform: translateX(0px);        
  }
  50% {
      transform: translateX(-10px);        
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
		-moz-transform: rotate(0deg) translate(-5px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-5px) rotate(0deg);
		-o-transform: rotate(0deg) translate(-5px) rotate(0deg);
		transform: rotate(0deg) translate(-5px) rotate(0deg);
		transition: 1s ease-in-out;
	}
	to {
    -webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		-moz-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		-o-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		transform: rotate(360deg) translate(-5px) rotate(-360deg);
		transition: 1s ease-in-out;
	}
}
/* Shop css start */
.hm-shopsec-wrapper {
  padding: 111px 0 64px;
  overflow-x: hidden;
}
.hm-shop-res .hm-head-bgtitle {
  top: -50px;
}
.hm-shop-parent-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hm-shopslide-wrap{  
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 1px 0 30px 0
}
.hm-shopslide-left{
  animation: scrollLeft 50s forwards linear infinite;
}
@keyframes scrollLeft {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}
.hm-shopslide-right{
  animation: scrollRight 50s linear infinite;
  padding: 30px 0 20px;
}
@keyframes scrollRight {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(100%);
  }
}
.hm-shopslide-wrap:hover {
  animation-play-state: paused;
}
.hm-shop-box {
  flex: 0 0 25%;
  position: relative;
  border-radius: 10px;
  top: 0;
  margin: 0 0 30px;
  transition: all .5s ease-in-out;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.1);
}
.hm-shop-box.hm-shop-mb {
  top: 30px;
}
.hm-shop-box:hover{
  border-color: #fadcdf;
}
.hm-shop-box img{
  border-radius: 5px;
}
.tra_autores_section {
  padding: 90px 0 90px;
}
.tra_head_text.tra_auto_head {
  text-align: left;
  padding: 100px 0 0 0;
}
.tra_auto_head h2{
  text-align: left;
} 
.tra_auto_head p{
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  max-width: 500px;
  padding: 15px 0 0;
}
.tra_auto_img {
  text-align: center;
}

.hm-head-text.hm-shop-res {
  text-align: left;
  margin-bottom: 0;
}
.hm-head-text.hm-shop-res h2{
  text-align: left;
}
.hm-shop-res p {
  font-size: 18px;
  font-weight: 300;
  color: #a5b0c0;
  padding: 20px 0 35px;
  text-align: left;
  max-width: 450px;
}
.hm-shop-images{
  position: relative;
}
.hm-shopsec-wrapper  .hm-shop-images{
  max-width: 700px;
  width: 100%;
}
.hm-shop-mobile {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 250px;
}
/* Shop css end */
/* header-footer section css */
.hm-header-section{
  padding: 110px 0 90px;
  background: var(--hm-body-bgcolor);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background: url(../images/compatibility-bg.png);
}
.hm-head-text.hm-header-head{
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
}
.hm-header-img{
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.hm-header-img img{
  border-radius: 5px;
}
.hm-headmenu-basket{
  position: absolute;
  right: 2%;
  bottom: 0;
  animation: topbottomfloat 2s infinite alternate;
  z-index: 1;
}
.hm-shop-res ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
.hm-shop-res ul li{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: center;
}
.hm-shop-res ul li p{
  margin: 0;
  padding: 0;
}
/* header-footer section css */
/* Feature section css */
.hm-feature-section {
  padding: 110px 0 90px;
}
.hm-head-text.hm-feat-head .hm-head-bgtitle {
  top: -46px;
}
.hm-head-text.hm-feat-head {
  margin: 0 0 39px;
}
.hm-feature-box p{
  font-size: 18px;
  font-weight: 500;
  color: var(--hm-white-color);
  text-align: center;
  padding: 16px 0 0;
  text-transform: capitalize;
  max-width: 240px;
  margin: 0 auto;
}
.hm-version-number{
  position: absolute;
  right: 10px;
  top: 0px;
  transition: all .5s ease-in-out;
}
.hm-version-number h3 {
  font-size: 50px;
  font-weight: 700;
  color: var(--hm-light-white);
  transition: all .5s ease-in-out;
  opacity: 0.1;
}
.hm-feabox-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 46px 50px;
}
.hm-feabox-wrapper .hm-feature-box{
  flex: 0 0 22%;
  text-align: center;
  transition: all .2s ease-in-out;
  padding: 50px 0 40px;
  background-color: var(--hm-background-color);
  position: relative;
  border-radius: 5px;
  border: 1px solid rgb(120 123 143 / 10%);
}

.hm-feature-box:hover{
  transform: translateY(-10px);
}
.hm-feature-box:hover .hm-feat-img{
  transform: scale(1.06, 1.06) translate3d(0, 0, 0);
}
.hm-feature-box:hover .hm-version-number h3{
  color: var(--hm-white-color);
  opacity: 1;
}
/* footer section css */

.hm-footer-section {
  padding: 90px 0 0px;
  position: relative;
  background-color: #0a223c5e;
  overflow: hidden;
}
.hm-footer-basket img{
  position: absolute;
  height: auto;
  width: auto;
}
.hm-footer-basket img:nth-child(1){
  right: 20px;
  bottom: 0;
  max-width: 630px;
  animation: leftrightfloat 2s infinite alternate;
}
.hm-footer-basket img:nth-child(2) {
  left: 0px;
  bottom: -21px;
  animation: topbottomfloat 2s infinite alternate;
}
.hm-footer-heading{
  text-align: center;
  position: relative;
  z-index: 1;
}

.hm-footer-text h4{
  font-size: 38px;
  font-weight: 300;
  color: var(--hm-white-color);
  padding: 17px 0 7px;
}
.hm-footer-text h3 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--hm-white-color);
  text-align: center;
  padding: 0 0 10px;
}
.hm-footer-text {
  padding: 0 0 50px;
  max-width: 970px;
  margin: 0 auto;
}
.wea-footer-img img{
  position: absolute;
}
.hm-copyright-section {
  padding: 13px 0;
  border-top: 1px solid #4b5058;
  max-width: 970px;
  margin: 0 auto;
}
.hm-copy-text p {
  font-size: 16px;
  font-weight: 400;
  color: #fdfdfd;
  text-align: center;
  margin-top: -1px;
}
/*-------------- go-top section css start ----------*/
.go-top{
  position: fixed;
  bottom: 3%;
  right: 1%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing:antialiased;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background:var(--hm-primary-color);
  transition: all .5s ease-in-out;
  z-index: 999;
}
.go-top svg {
  position: absolute;
  top: 17px;
  left: 20px;
  transform: rotate(90deg);
}
.go-top svg path{
  fill: var(--hm-white-color);
}
.go-top:hover{
  transform: translateY(-10px);
}
/*-------------- go-top section css end ----------*/