* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  box-shadow: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none;
}
body,html {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  background-color: var(--ds-btn-color);
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fefefe;
}

:root {
  --bar-primary-color: #BC7E41;
  --bar-white-color: #ffffff;
  --bar-para-color: #797979;
  --bar-heading-color: #222222;
  --bar-copyright-bgcolor: #1B120D;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.22;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

span {
 font-family: "Inter", sans-serif;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
 font-family: "Inter", 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%;
}

:focus-visible {
  outline: none;
  border-color: transparent;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
} 
::-webkit-scrollbar-track {
  background-color: var(--bar-white-color);
  -webkit-border-radius: 10px;    
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100px;
  background-color: var(--bar-primary-color);
}
/* Scroll */
/* button css start*/
.bar-btn, button.bar-btn, input.bar-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--bar-white-color);
  background: var(--bar-primary-color);
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
  transition: all .5s ease-in-out;
  overflow: hidden;
  
}
.bar-btn::after{
  background-image: linear-gradient(90deg, transparent, var(--bar-heading-color), transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 200%;
  z-index: -1;
}
.bar-btn:hover::after{
  animation: shine .7s cubic-bezier(.01, .56, 1, 1);
}
@keyframes shine {
  100% {
    left: -200%;
  }
}
/* button css End*/
.bar-bgcover{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 92px;
  overflow: hidden;
}
p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--bar-para-color);
  font-family: "Inter", sans-serif;
}

/* loader css */
.bar-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: #fefefe;
}
.bar-loader img {
  width: 100px;
}
/*-------------- Banner section css start ----------*/
.bar-banner-section {
  background-image: url('../images/banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bar-banner-heading {
  text-align: center;
}
.bar-heading-text h3{
  font-size: 20px;
  font-weight: 500;
  background-color: var(--bar-primary-color);
  color: var(--bar-white-color);
  padding: 11px 10px;
  max-width: 329px;
  margin: 50px auto 17px;
  text-align: center;
}
.bar-heading-text h1{
  font-size: 50px;
  font-weight: 700;
  color: var(--bar-heading-color);
  text-transform: capitalize;
  line-height: 1.37;
  letter-spacing: 1.2px;
}
.bar-heading-text p{
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0 60px;
}
.bar-head-btn {
  margin: 0 0 20px;
}
.bar-banleft-img img{
  position: absolute;
  left: 0;
 
}
@keyframes edu_ud {
  0% {
      transform: translateY(0)
  }
  to {
      transform: translateY(-10px)
  }
}
.bar-banleft-img img:nth-child(1) {
  top: 47px;
  animation: edu_ud 3s infinite alternate;
}
.bar-banleft-img img:nth-child(2) {
  bottom: 0;
  left: 2.6%;
}
.bar-banleft-img img:nth-child(3) {
  top: 38.6%;
  animation: edu_ud 3s infinite alternate;
}
.bar-banright-img img{
  position: absolute;
  right: 0;
}
.bar-banright-img img:nth-child(1) {
  top: 18.2%;
  right: 3.6%;
  animation: 3.4s floating linear infinite;
}
@keyframes floating {
  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;
  }
}
.bar-banright-img img:nth-child(2){
  bottom: 0;
  right: 0px;
}
.bar-banright-img img:nth-child(3){
  top: -28px;
  animation: edu_ud 3s infinite alternate;
}
/*-------------- Banner section css End ----------*/
/*-------------- Home-page section css start ----------*/
.bar-bgcover.bar-demo-section {
  background-image: url('../images/homepage-bg.png');
}
.bar-heading-sec {
  text-align: center;
  position: relative;
  margin: 0 0 33px;
}
.bar-heading-sec h4{
  font-size: 20px;
  font-weight: 600;
  color: var(--bar-primary-color);
}
.bar-heading-sec h3{
  font-size: 34px;
  font-weight: 700;
  color: var(--bar-heading-color);
  padding: 13px 0 0px;
  text-transform: capitalize;
  max-width: 600px;
  margin: 0 auto;
}
.bar-demoinner-wrapper {
  margin: 0 0 17px;
  position: relative;
  transition: all .5s ease-in-out;
}
.bar-demoinner-wrapper::after {
  position: absolute;
  content: '';
  background-image: url('../images/demo-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  top: 6.6%;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.bar-demo-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  margin: -14px 0 0;
}
.bar-demo-text h3{
  font-size: 18px;
  font-weight: 600;
  color: var(--bar-heading-color);
}
.bar-demo-resp{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.bar-demo-respicon{
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--bar-heading-color);
  transition: all .5s ease-in-out;
  position: relative;
}
.bar-demo-respicon img{
  position: relative;
  z-index: 1;
}
.bar-demo-respicon::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--bar-primary-color);
  transform: scale(0);
  border-radius: 5px;
  transition: transform 0.5s ease-in-out;
  z-index: 0;
}
.bar-demo-respicon:hover::after{
  transform: scale(1);
}
.bar-demo-img{
  position: relative;
  transition: all .5s linear;
}

.bar-demo-img > p {
  font-size: 18px;
  font-weight: 600;
  background-color: var(--bar-primary-color);
  color: var(--bar-white-color);
  line-height: 1.1;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -15px;
  animation: bar_rotateY 3s infinite;
  animation-delay: 1s;
  text-align: center;
}
@keyframes bar_rotateY {
  0% {
      transform: rotateY(0deg);
  }
  20% {
      transform: rotateY(360deg);
  }
  100% {
      transform: rotateY(360deg);
  }
}
.bar-demoinner-wrapper:hover .bar-demo-img{
  transform: translateY(-10px);
}
.bar-demo-img::after{
  position: absolute;
  content: '';
  background-color: rgb(34 34 34 / 84%);
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 100%;
  transition: all .5s ease-in-out;
}
/*-------------- Home-page section css End ----------*/
/*--------------  section css start ----------*/
.bar-responsive-section{
  background-image: url('../images/responsive-bg.png');
  padding: 100px 0 0;
  overflow: visible;
}
.bar-resp-mobimg {
  text-align: end;
  z-index: 99999;
  position: relative;
  top: 36px;
  left: 37px;
}
.bar-resp-mobimg img{
  position: relative;
  z-index: 1;
}
.bar-respmen-img{
  position: absolute;
  content: '';
  left: 17%;
  bottom: 0;
  z-index: 0;
}
/*-------------- Adaptive section css End ----------*/
/*-------------- Feature section css End ----------*/
.bar-feature-section{
  background-image: url('../images/feature-bg.png');
}
.bar-feat-box-wrapper{
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 19px 0 33px;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
  transition: all .5s ease-in-out ;
}
.bar-feat-box-wrapper h2{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--bar-heading-color);
  margin-top: -8px;
}
.bar-feat-box-wrapper:hover{
  transform: translateY(-10px);
  border-color: #d5d5d5;
}
.bar-feat-box-wrapper:hover .bar-feat-boximg img{
  animation: wobble-vertical 1s ease-in-out 1;
}

@keyframes wobble-vertical {
  16.65% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
  }
  33.3% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }
  49.95% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
  }
  66.6% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
  }
  83.25% {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
/*-------------- Feature section css End ----------*/
/*-------------- Footer section css start ----------*/
.bar-footer-section{
  background-image: url('../images/footer-bg.png');
  padding: 116px 0 150px;
  position: relative;
}
.bar-footer-heading{
  text-align: center;
  position: relative;
  z-index: 1;
}
.bar-footer-heading h4{
  font-size: 36px;
  font-weight: 700;
  color: var(--bar-heading-color);
  padding: 14px 0 7px;
}
.bar-footer-heading h3{
  font-size: 50px;
  font-weight: 700;
  color: var(--bar-heading-color);
  padding: 0 0 42px;
}
.bar-footer-heading a.bar-btn{
  min-width: 140px;
  font-size: 18px;
}
.bar-copy-text {
  background-color: var(--bar-copyright-bgcolor);
  position: relative;
}
.bar-copy-text p{
  font-size: 16px;
  font-weight: 400;
  color: var(--bar-white-color);
  padding: 13px 0 13px;
  text-align: center;
  position: relative;
}
/*-------------- Footer section css end ----------*/
/*-------------- go-top section css start ----------*/
.go-top{
  position: fixed;
  bottom: 10%;
  right: 2%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing:antialiased;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background:var(--bar-primary-color);
  transition: all .5s ease-in-out;
}
.go-top svg {
  position: absolute;
  top: 17px;
  left: 20px;
  transform: rotate(90deg);
}
.go-top svg path{
  fill: var(--bar-white-color);
}
.go-top:hover{
  transform: translateY(-10px);
}
/*-------------- go-top section css end ----------*/
/*-------------- Banner section css start ----------*/