* {
  box-sizing: border-box;
  font-family: "Plus Jakarta 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: "Plus Jakarta 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: "Plus Jakarta Sans", serif;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", serif;
}

span {
  font-family: "Plus Jakarta Sans", serif;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "Plus Jakarta 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 {
  --tra-primary-color: #fca901;
  --tra-white-color: #ffffff;
  --tra-heading-color: #202426;
  --tra-headpara-color:#fbf8f2;
  --tra-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(--tra-primary-color);
}
/* Scroll */
/* loader css */
.tra-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(--tra-white-color);
}
.tra-loader svg g rect {
  stroke: var(--tra-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 ----------*/
.tra_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: 30px 0 0; */
  /* padding: 30px 0 180px; */
  padding: 30px 0 180px;
  overflow: hidden;
}
/* .tra_banner_section::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/banner-bgshape.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
} */

.tra_heading_text{
  position: relative;
  z-index: 1;
  /* text-align: center; */
  text-align: left;

  padding-left: 120px;
  max-width: 800px;
}
.tra_menu_logo{
  padding: 0 0 60px;
}
.tra_menu_logo img {
  /* max-width: 400px; */
  max-width: 370px;
}
/* .tra_heading {
  /* padding: 0 0 60px; *
  padding: 0 0 180px;
} */
.tra_heading {
  /* padding: 0 0 60px; */
  padding: 0 0 290px;
}
.tra-banner-img {
  text-align: center;
  padding: 0 0 0 12px;
}
.tra-truck-img {
  position: absolute;
  bottom: 0;
  left: 33px;
}
.tra-truck-img img {
  width: 577px;
  max-width: 100%;
}
.tra_heading h1{
  font-size: 50px;
  font-weight: 700;
  color: var(--tra-white-color);
  padding: 24px 0 20px;
  max-width: 670px;
}

.splitting .char::before, .splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.tra_heading p {
  font-size: 16px;
  font-weight: 100;
  color: var(--tra-headpara-color);
  padding: 0px 0 27px;
  /* margin: 0 auto; */
  /* text-align: center; */
  text-align: left;
  max-width: 600px;
}
.tra_btn {
  min-width: 150px;
  max-width: 100%;
  border-radius: 5px;
  background-color: var(--tra-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(--tra-primary-color);
  overflow: hidden;
}
.tra_btn a{
  font-size: 16px;
  color: var(--tra-white-color);
  font-weight: 500;
  text-align: center;
  font-family: "Plus Jakarta Sans", serif;;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;

}
.btn_bg{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    /* background-color: #ffdc27; */
    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;
}
.tra_btn:hover .btn_bg{
  width: 225%;
  height: 562.5px;
}
/* .tra_btn:hover{
  background-color: transparent;
  animation: scaleLoop 1s ease-in-out 2;
} */
@keyframes scaleLoop {
  0%,
  100% {
    transform: scale(1)
  }
  50% {
    transform: scale(1.08);
  }
}

.tra-bannerdemo-img img{
  position: absolute;
  border-radius: 10px;
  animation: topbottomfloat 2s infinite alternate;
}
.tra-bannerdemo-img img:nth-child(1){
  top: 6%;
  right: 27%;
}
.tra-bannerdemo-img img:nth-child(2) {
  top: 10%;
  right: 1.6%;
}
.tra-bannerdemo-img img:nth-child(3) {
  right: 27%;
  /* bottom: 7.9%; */
  bottom: 13.9%;
}
.tra-bannerdemo-img img:nth-child(4) {
  right: 1.6%;
  /* bottom: 3.9%; */
  bottom: 9.9%;
}

@keyframes topbottomfloat {
  0% {
    transform: translate(0)
  }
  to {
    transform: translateY(-10px)
  }
}

/* version section Design css */
.tra_sec{
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tra_sec.tra_version_section {
  padding: 85px 0 60px;
  /* background-color: #f7f7f7; */
}
.tra-version-img {
  animation: shake 24s linear infinite;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.09);
  margin: 0 0 30px;
  background-color: #dd9100;
  /* background-color: #ffe4b0; */
  padding: 30px 30px 0 30px;
  border-radius: 10px 10px 0 0;
  /* background: linear-gradient(90deg, #ebc26f 0%, #ffbf3e 100%); */
  background-image: url(../images/demo-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tra-version-img img{
  border-radius: 10px 10px 0 0;
}
/* 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);
}
}

.tra-version-text{
  position: relative;
  /* padding: 0 80px 0 100px; */
  padding: 0 70px 0 90px;
}
.tra-version-text h2 {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 330px;
  text-transform: uppercase;
  line-height: 330px;
  color: transparent;
  /* -webkit-text-stroke: 1px rgb(252 169 1 / 68%); */
  -webkit-text-stroke: 1px rgb(252 169 1 / 21%);
  right: 40px;
  top: -147px;
  z-index: 2;
  text-align: right;
}
.tra-version-text.text-left h2 {
  text-align: left;
  right: 40px;
  bottom: -130px;
  top: auto;
}
.tra-version-text h3, .tra-version-text h3 a{
  font-size: 22px;
  font-weight: 600;
  color: var(--tra-heading-color);
  padding: 0 0 10px;
  text-transform: capitalize;
  position: relative;
}
.tra-version-text.text-left h3{
  text-align: left;
}
.tra_head_text{
  text-align: center;
  margin: 0 0 40px;
}
.tra_head_text h3{
  font-size: 18px;
  font-weight: 600;
  color: var(--tra-primary-color);
  padding: 0px 0 10px;
  text-transform: capitalize;
  position: relative;
}
.tra_head_text h2{
  font-size: 38px;
  color: var(--tra-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 10%;
}
.line {
  height: 100%;
  width: 1px;
  background-color: rgba(0,0,0,.04);
}
/* Responsive-section design */
.tra_sec.tra_responsivesec_section{
  padding: 0;
  overflow: hidden;
}
.tra_responsive_section{
  background-image: url('../images/res-bgimg.png');
  padding: 87px 0 0;
  overflow: hidden;
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 20px;
}
.tra_head_text.tra_head_res {
  margin: 0 0 6px;
}
.tra_head_res h2{
  color: var(--tra-white-color);
}
.tra_resp_img {
  position: relative;
  z-index: 1;
  text-align: center;
  left: 0;
  top: 32px;
}
.tra_resp_shape img {
  position: absolute;
  z-index: -1;
}
.tra_resp_shape img:nth-child(1) {
  left: 13px;
  bottom: 28%;
  animation: 3s right infinite alternate;
}
.tra_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: 95px; */
  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;
	}
}
/* Autoresponder css start */
.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;
}
/* Autoresponder css end */
/* Feature section css */
.tra_feature_section {
  padding: 0px 0 90px;
  /* background-color: #F8F7F0; */
}
.tra_head_text.tra_feat_head {
  margin: 0 0 45px;
}
.tra_feature_box p{
  font-size: 18px;
  font-weight: 500;
  color: var(--tra-heading-color);
  font-family: "Plus Jakarta Sans", serif;;
  text-align: center;
  padding: 16px 0 0;
  text-transform: capitalize;
  max-width: 200px;
  margin: 0 auto;
}
.tra_feabox_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.tra_feabox_wrapper .tra_feature_box{
  flex: 0 0 22%;
  text-align: center;
  transition: all .5s ease-in-out;
  padding: 40px 0;
  background-color: var(--tra-white-color);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 10px;
}
.tra_feature_box::before, .tra_feature_box::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  height: 7px;
  max-width: 240px;
  background-color: var(--tra-primary-color);

}
.tra_feature_box::before{
  top: -8px;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.tra_feature_box::after{
  bottom: -8px;
  border-radius: 0 0 5px 5px;
}
.tra_feature_box:hover{
  transform: translateY(-10px);
  border: 1px solid var(--tra-border-color);
  background-color: var(--tra-border-color);
}
.tra_feature_box:hover .tra_feat_img img{
  transform: scale(0.9);
}
.tra_feabox_wrapper .tra_feature_box:hover{
  border: 1px solid var(--tra-demoborder-color);
}
/* footer section css */
.tra_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;
}
.tra_footer_heading {
  text-align: center;
  position: relative;
  z-index: 1;
}
.tra_footer_text h4{
  font-size: 38px;
  font-weight: 300;
  color: var(--tra-white-color);
  padding: 14px 0 7px;
}
.tra_footer_text h3 {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--tra-white-color);
  text-align: center;
  padding: 0 0 10px;
}
.tra_footer_text {
  padding: 0 0 50px;
}
.tra_footer_img img{
  position: absolute;
}
.tra_footer_img img:nth-child(1) {
  left: -28px;
  bottom: 0;
  animation: leftright 2s linear infinite alternate;
}
.tra_footer_img img:nth-child(2) {
  right: -20px;
  bottom: 0;
  animation: rightleft 2s linear infinite alternate;
}
@keyframes rightleft{
  0% {
    transform: translateX(-10px);        
  }
  50% {
      transform: translateX(-0px);        
  }
}
.tra_copyright_section{
  padding: 13px 0;
  background-color: var(--tra-copyright-bgcolor);
}
.tra_copy_text p {
  font-size: 16px;
  font-weight: 400;
  /* color: var(--tra-white-color); */
  color: var(--tra-heading-color);
  text-align: center;
  padding: 12px 0;
  margin-top: -1px;
}
.running-truck {
  position: relative;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.running-truck .truck {
  background-image: url(../images/truck-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 128px;
  height: 60px;
  right: 0;
  bottom: 0;
  animation: running-anim 20s linear infinite;
}
.running-truck .truck-2 {
  background-image: url(../images/truck-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 118px;
  height: 60px;
  left: 30%;
  bottom: 0;
  animation: running-anim-left 30s linear infinite;
}
.running-truck .truck-3 {
  background-image: url(../images/truck-3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 184px;
  height: 60px;
  right: 70%;
  bottom: 0;
  animation: running-anim 35s linear infinite;
}
@keyframes running-anim {
  0% {
      right: -30%;
  }
  100% {
      right: 100%;
  }
}
@keyframes running-anim-left {
  0% {
      left: -30%;
  }

  100% {
      left: 100%;
  }
}
.tra-copyright-section{
  /* background-color: var(--tra-footerbg-color); */
  max-width: 1820px;
  margin: 0 auto;
}
/*-------------- 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(--tra-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(--tra-white-color);
}
.go-top:hover{
  transform: translateY(-10px);
}
/*-------------- go-top section css end ----------*/


/* .tra_feat_img {
  width: 134px;
  height: 134px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
} */
.new-tag {
  width: 80px;
  display: flex;
  align-items: center;
  height: 35px;
  border-radius: 0 10px 10px 0px;
  background:  var(--tra-primary-color);
  position: absolute;
  top: 20px;
  left: 0px;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}