* {
  box-sizing: border-box;
  font-family: "Nunito Sans", 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: "Nunito Sans", serif;
  transition: all 0.3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  line-height: 1.5;
  background-color: var(--ff-background-color);
  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: "Nunito Sans", serif;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Nunito Sans", serif;
}

span {
  font-family: "Nunito Sans", serif;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "Nunito Sans", 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 {
  --wed-primary-color: #f65280;
  --wed-white-color: #ffffff;
  --wed-heading-color: #000000;
  --wed-headpara-color:#525252;
  --wed-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(--wed-primary-color);
}
/* Scroll */
/* loader css */
.wed-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(--wed-white-color);
}
.wed-loader svg g circle#Ellipse\ 216, .wed-loader svg g circle#Ellipse\ 217 {
  stroke: var(--wed-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 ----------*/
.wed-banner-section{
  background-image: url('../images/banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 90px 0 160px;
  overflow: hidden;
}
.wed-heading-text{
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.wed_heading {
  padding: 0 0 290px;
}
.wed-banner-img {
  text-align: center;
  padding: 0 0 0 12px;
}
.wed-heading h1{
  font-size: 72px;
  font-weight: 700;
  color: var(--wed-heading-color);
  padding: 24px 0 0px;
  text-align: center;
  font-family: "Great Vibes", serif;
  text-transform: capitalize;
}
.wed-heading h1 span {
  font-family: "Sail", serif;
}

.splitting .char::before, .splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.wed-heading p {
  font-size: 20px;
  font-weight: 300;
  color: var(--wed-headpara-color);
  padding: 0px 0 27px;
  margin: 0 auto;
  max-width: 450px;
  text-align: center;
}
.wed-btn {
  min-width: 150px;
  max-width: 100%;
  border-radius: 5px;
  background-color: var(--wed-primary-color);
  min-height: 45px;
  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(--wed-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);
}
.wed-btn a{
  font-size: 16px;
  color: var(--wed-white-color);
  font-weight: 500;
  text-align: center;
  font-family: "Nunito Sans", serif;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wed-btn:hover{
  transform: scale(1.05, 1.05) translate3d(0, 0, 0);
  transition: all .5s;
}
.btn_bg{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--tra-heading-color);
  -webkit-transition: width .4s ease-in-out,height .4s ease-in-out;
  transition: width .4s ease-in-out,height .4s ease-in-out;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
.wed-btn:hover .btn_bg{
  width: 225%;
  height: 562.5px;
}
.wed-center-img {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 143px;
}
.wed-center-img::before {
  position: absolute;
  content: '';
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 300px;
  height: 300px;
  background-color: #fbdbe4;
  border-radius: 50%;
}

.wed-center-img .wed-shape {
  position: absolute;
  left: 18%;
  top: -90px;
  z-index: -1;
  animation: circle2 60s linear infinite;
}
@keyframes circle2{
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes scaleLoop {
  0%,
  100% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.08);
  }
}
.wed-bannerdemo-img img{
  position: absolute;
  border-radius: 10px;
  animation: topbottomfloat 2s infinite alternate;
  box-shadow: 0 4px 9px rgb(24 24 24 / 8%);
}
.wed-bannerdemo-img img:nth-child(1) {
  top: 7.5%;
  left: 2%;
}
.wed-bannerdemo-img img:nth-child(2) {
  top: 39.8%;
  left: 6%;
}
.wed-bannerdemo-img img:nth-child(3) {
  bottom: 3.5%;
  left: 3%;
}
.wed-bannerdemo-img img:nth-child(4) {
  right: 2%;
  top: 7.5%;
}
.wed-bannerdemo-img img:nth-child(5) {
  right: 10%;
  top: 40.8%;
}
.wed-bannerdemo-img img:nth-child(6) {
  right: 3%;
  bottom: 2%;
}

@keyframes topbottomfloat {
  0% {
    transform: translate(0)
  }
  to {
    transform: translateY(-10px)
  }
}
/* version section Design css */
.wed-sec{
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wed-sec.wed-version-section {
  padding: 86px 0 57px;
}
.wed-demo-wrap{
  margin: 0 0 30px;
}
.wed-version-img {
  margin: 0 0 30px;
  background-color: #f5f3f6;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.wed-version-img img{
  border-radius: 10px 10px 0 0;
}
.wed-version-img::before{
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: rgb(0 0 0 / 53%);
  border-radius: 10px;
  transition: 0.5s;
  z-index: 9;
}
.wed-demo-wrap:hover .wed-version-img::before{
  width: 100%;
  left: 0;
}
.wed-version-demo{
  position: absolute;
  top: 50%;
  left: 35%;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.wed-demo-wrap:hover .wed-version-demo{
  visibility: visible;
  opacity: 1;
}
/* 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);
}
}
.wed-demo-wrap:hover .wed-version-img img {
  filter: blur(2px);
}
.wed-version-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--wed-heading-color);
  text-align: center;
}
.wed-head-text{
  text-align: center;
  margin: 0 0 38px;
}
.wed-head-text h3{
  font-size: 18px;
  font-weight: 600;
  color: var(--wed-primary-color);
  padding: 0px 0 10px;
  text-transform: capitalize;
  position: relative;
}
.wed-head-text h2{
  font-size: 38px;
  color: var(--wed-heading-color);
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.lines {
  display: flex;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0 1%;
}
.line {
  height: 100%;
  width: 1px;
  background-color: rgba(0,0,0,.04);
}
span.new-demo {
    padding: 5px 15px;
    background: red;
    color: white;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 15px;
    left: 0;
}
/* Responsive-section design */
.wed-sec.wed-responsivesec-section{
  padding: 0;
  overflow: hidden;
}
.wed-responsive-section{
  background-image: url('../images/res-bgimg.png');
  padding: 86px 0 0;
  overflow: hidden;
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 20px;
}
.wed-resp-img {
  position: relative;
  top: 28px;
  left: 50px;
}
.wed-head-text.wed-head-res {
  margin: 0 0 16px;
}
.wed-resp-shape img:nth-child(1) {
  left: 13px;
  bottom: 28%;
  animation: 3s right infinite alternate;
}
.wed-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 */
.wed-shopsec-wrapper {
  padding: 86px 0 65px;
}
.wed-shop-parent-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wed-shopslide-wrap{  
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 1px 0 0 0
}
.wed-shopslide-left{
  animation: scrollLeft 50s forwards linear infinite;
}
@keyframes scrollLeft {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}
.wed-shopslide-right{
  animation: scrollRight 50s linear infinite;
  padding: 30px 0 20px;
}
@keyframes scrollRight {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(100%);
  }
}
.wed-shopslide-wrap:hover {
  animation-play-state: paused;
}
.wed-shop-box {
  flex: 0 0 25%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}
.wed-shop-box img{
  border-radius: 10px;
}
.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;
}
/* Shop css end */
/* Feature section css */
.wed-feature-section {
  padding: 0px 0 88px;
}
.wed-head-text.wed-feat-head {
  margin: 0 0 39px;
}
.wed-feature-box p{
  font-size: 18px;
  font-weight: 500;
  color: var(--wed-heading-color);
  font-family: "Nunito Sans", serif;
  text-align: center;
  padding: 16px 0 0;
  text-transform: capitalize;
  max-width: 210px;
  margin: 0 auto;
}
.wed-version-number{
  position: absolute;
  right: 10px;
  top: 0px;
}
.wed-version-number h3 {
  font-size: 50px;
  font-weight: 700;
  color: #f3f3f3;
}
.wed-feabox-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 46px 50px;
}
.wed-feabox-wrapper .wed-feature-box{
  flex: 0 0 22%;
  text-align: center;
  transition: all .5s ease-in-out;
  padding: 50px 0 40px;
  background-color: var(--wed-white-color);
  border: 1px solid #f2f2f2;
  position: relative;
  border-radius: 10px;
}
.wed-feature-box::after{
  bottom: -8px;
  border-radius: 0 0 5px 5px;
}
.wed-feature-box:hover{
  transform: translateY(-10px);
}
.wed-feature-box:hover .wed-feat-img{
  transform: scale(1.06, 1.06) translate3d(0, 0, 0);
}
.wed-feature-box:hover .wed-version-number h3{
  color: var(--wed-primary-color);
}
/* footer section css */
.wed-footer-section{
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 0px;
  position: relative;
  overflow: hidden;
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 20px 20px;
}
.wed-footer-heading{
  text-align: center;
  position: relative;
  z-index: 1;
}
.wed-footer-text h4{
  font-size: 38px;
  font-weight: 300;
  color: var(--wed-white-color);
  padding: 17px 0 7px;
}
.wed-footer-text h3 {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--wed-white-color);
  text-align: center;
  padding: 0 0 10px;
}
.wed-footer-text {
  padding: 0 0 50px;
}
.wea-footer-img img{
  position: absolute;
}
.wed-copyright-section{
  padding: 13px 0;
  border-top: 1px solid #414141;
}
.wed-copy-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--wed-white-color);
  text-align: center;
  margin-top: -1px;
}
/*-------------- go-top section css start ----------*/
.go-top{
  position: fixed;
  bottom: 7%;
  right: 3%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing:antialiased;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  background:var(--wed-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(--wed-white-color);
}
.go-top:hover{
  transform: translateY(-10px);
}
/*-------------- go-top section css end ----------*/