:root {
  --yellow: #f5d65f;
  --yellowLight: #f5d65fED;
  --yellowBtn: #FAE94D;
  --menuText: #151515;
  --191919: #0E0D12;
  --lightBlack: #0E0D12;
  --lightGray: #122D34;
  --F7E94D: #f5d65f;
  --footerGray: #BEBEBE;
  --testimonial: #585858;
  --D5D5D5: #D5D5D5;
  --A2A2A2: #A2A2A2;
  --aiYellow: #f5d65f;
  --343434: #343434;
  --F5F5F5: #F5F5F5;
  --primary-color: #f9e24f;
  --secondry-color: #0e0d12;
  --black-color: #000;
  --white-color: #fff;
  --poppins-regular: poppinsregular;
  --poppins-medium: poppinsmedium;
  --poppins-semi-bold: poppinssemibold;
  --poppins-bold: poppinsbold;
  --poppins-extra-bold: poppinsextrabold;
  --color-666666: #666666;
}

@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
    url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinsextrabold';
  src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: 'poppinsregular';
}

html {
  scroll-behavior: smooth
}

body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
strong {
  padding: 0;
  margin: 0;
  list-style: none;
}

body,
p {
  font-size: 12px;
  color: var(--color-666666);
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600
}

a,
.btn,
button,
input,
select {
  text-decoration: none;
  outline: none;
}

select {
  cursor: pointer;
  background: transparent;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1236px;
}

.containerNoP {
  padding: 0 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 1236px;
}

.containerFlex {
  display: flex;
}

.containerMaxiwith {
  margin: 0 auto;
  width: 100%;
  max-width: 1236px;
}

.containerFluid {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%
}

img:not([src]) {
  opacity: 0
}

*::selection {
  color: var(--secondry-color);
  background: var(--primary-color);
  -webkit-text-fill-color: initial;
}

.scrollBar::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: absolute;
  z-index: 10000
}

.scrollBar::-webkit-scrollbar-thumb,
* ::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border-radius: 20px
}

.scrollBar::-moz-scrollbar,
* ::-moz-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 10000;
  right: 0
}

.scrollBar::-moz-scrollbar-thumb,
* ::-moz-scrollbar-thumb {
  background-color: #bfbfbf;
  border-radius: 20px
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.imgResponsive {
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.poppinsmedium {
  font-family: 'poppinsmedium' !important;
}

.poppinsbold {
  font-family: 'poppinsbold';
}

.poppinsregular {
  font-family: 'poppinsregular';
}

.poppinsextrabold {
  font-family: 'poppinsextrabold';
}

.poppinssemibold {
  font-family: 'poppinssemibold' !important;
}

.font13 {
  font-size: 13px
}

.font14 {
  font-size: 14px
}

.font15 {
  font-size: 15px
}

.font16 {
  font-size: 16px
}

.font18 {
  font-size: 18px
}

.font20 {
  font-size: 20px
}

.font22 {
  font-size: 22px
}

.font24 {
  font-size: 24px
}

.font26 {
  font-size: 26px
}

.font36 {
  font-size: 36px
}

.font30 {
  font-size: 30px
}

.font48 {
  font-size: 48px
}

.font50 {
  font-size: 50px
}

.font60 {
  font-size: 60px
}

.font68 {
  font-size: 68px
}

.font70 {
  font-size: 70px
}

.font81 {
  font-size: 81px
}

.font100 {
  font-size: 100px
}

.font115 {
  font-size: 66px
}

.textCenter {
  text-align: center;
}

.textjfc {
  text-align: justify;
}

.text1919 {
  color: var(--191919)
}

.text0000 {
  color: #000000
}

.text122D {
  color: #122D34
}

.textfff {
  color: #fff
}

.text2c2c {
  color: #2C2C2C
}

.text6565 {
  color: #656565
}

.text666 {
  color: var(--color-666666)
}

.text9696 {
  color: #969696
}

.test3434 {
  color: var(--343434);
}

.textA2A2 {
  color: var(--A2A2A2)
}

.textf7e9 {
  color: var(--F7E94D)
}

.textd5d5 {
  color: var(--D5D5D5)
}

.footerGray {
  color: var(--footerGray)
}

.lightBlack {
  color: var(--lightBlack);
}

.lightGray {
  color: var(--lightGray);
}

.F5F5F5 {
  background: var(--F5F5F5);
}

.testimonial {
  color: var(--testimonial);
}

.tcUpper {
  text-transform: uppercase;
}

.bgBlack {
  background: var(--191919)
}
.bg-white {
  background-color: var(--white-color)
}
.bg-primary {
  background-color: var(--primary-color)
}
.bg-secondry {
  background-color: var(--secondry-color)
}
.bg-1 {
  background-color: #c6dcba;
}
.bg-2 {
  background-color: #ffd6a5;
}
.bg-3 {
  background-color: #eee3cb;
}
.bg-4 {
  background-color: #e1ecc8;
}
.bg-5 {
  background-color: #ffd89c;
}
.bg-6 {
  background-color: #eee0c9;
}
.bg-7 {
  background-color: #facace;
}
.bg-8 {
  background-color: #aad7d9;
}
.pt-0 {
  padding-top: 0px !important;
}
.bg-black {
  background-color: var(--black-color)
}
.mb50 {
  margin-bottom: 50px
}

.mb40 {
  margin-bottom: 40px
}

.mb30 {
  margin-bottom: 30px
}

.mb20 {
  margin-bottom: 20px
}

.mb25 {
  margin-bottom: 25px
}

.mb15 {
  margin-bottom: 15px
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt70 {
  margin-top: 70px;
}

.lineHeight70 {
  line-height: 70px
}

.lineHeight76 {
  line-height: 76px
}

.lineHeight68 {
  line-height: 68px
}

.lineHeight60 {
  line-height: 60px
}

.lineHeight56 {
  line-height: 56px
}

.lineHeight50 {
  line-height: 50px
}

.lineHeight46 {
  line-height: 46px
}

.lineHeight38 {
  line-height: 38px
}

.lineHeight36 {
  line-height: 36px
}

.lineHeight32 {
  line-height: 32px
}

.lineHeight30 {
  line-height: 30px
}

.lineHeight28 {
  line-height: 28px
}

.lineHeight26 {
  line-height: 26px
}

.lineHeight24 {
  line-height: 24px
}

.lineHeight22 {
  line-height: 22px
}

.lineHeight20 {
  line-height: 20px
}

.dfc {
  justify-content: center;
}

.borderBottom {
  border-bottom: solid 1px #898989;
}

.mrb15 {
  margin-top: 15px;
  margin-bottom: 15px
}

.btn {
  /* padding:12px 25px; */
  height: 46px;
  font-family: 'poppinsregular';
  display: flex;
  text-align: center;
  align-items: center;
  grid-gap: 0 10px;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  outline: none;
  line-height: 20px;
  border-radius: 8px;
  transition: .5s;
  font-size: 14px;
  transform: translate3d(0px, 0%, 0px);
  transition-delay: .6s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EBDC30;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(.5);
  transition: all .6s ease;
}

.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all .6s ease
}

.btn span {
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform .5s ease;
  position: relative;
}

.btn>div {
  position: relative;
  top: 11px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.btn span:first-child {
  color: white;
  transform: translateY(40px)
}

.btn span:last-child {
  color: #1E0F21;
  transform: translateY(-20px)
}

.btn:hover span:first-child {
  transform: translateY(-0px);
}

.btn:hover span:last-child {
  transform: translateY(-55px);
}

.btn:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}

.btn:hover {
  background: #EBDC30;
  transition: background .2s linear;
  transition-delay: .6s
}

.btn:hover::before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}


.errorText {
  color: red;
  left: 0;
  bottom: -13px;
  font-style: italic;
  font-size: 10px;
  top: auto;
  position: absolute;
}



.btnPrimaryOutline span:first-child {
  color: var(--191919);
}

.btnPrimaryOutline span:last-child {
  color: var(--191919);
}

.btnSecondery span:first-child {
  color: #fff;
}

.btnSecondery::before {
  background: var(--191919);
}

/* .btnSecondery:hover{color: #fff;} */
.borderLine {
  position: relative;
  width: fit-content;
  margin: auto;
}

.borderLine::after {
  content: '';
  height: 1px;
  background: #898989;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
}

/* .btnPrimaryOutline::before{background:var(--191919) ;} */

.btnBold {
  font-family: 'poppinssemibold' !important;
  padding: 2px 40px;
}

.position_r {
  position: relative;
}

.btnRound {
  border-radius: 65px
}

.btnPrimary {
  background: var(--191919);
  color: #fff !important;
  border: var(--191919) solid 1px;
  transition: .5s
}

.btnSecondery {
  background: var(--yellowBtn);
  color: var(--191919) !important;
  border: var(--yellowBtn) solid 1px;
  transition: .5s;
}

.btnPrimaryOutline {
  background: transparent;
  color: var(--191919);
  border: var(--191919) solid 1px;
  transition: .5s
}

.btnPrimaryOutline:hover {
  background: var(--191919);
  color: #fff
}

/* .btnPrimaryOutline:hover ::before{background: #EBDC30;} */

.btnSeconderyOutline {
  background: transparent;
  color: var(--yellowBtn);
  border: var(--yellowBtn) solid 1px;
  transition: .5s
}

.btnSeconderyOutline:hover {
  background: var(--yellowBtn);
  color: var(--191919);
}


.btnSeconderyOutline span:first-child {
  color: #000;
}

.btnSeconderyOutline span:last-child {
  color: #fff;
}

.btnPrimaryOutline span:first-child {
  color: var(--191919);
}

.btnPrimaryOutline span:last-child {
  color: var(--191919);
}

.btnPrimary::before {
  background: #EBDC30;
}

.btnPrimary span:first-child {
  color: var(--191919);
}

.btnPrimary span:last-child {
  color: #fff;
}

.gridGap97 {
  grid-gap: 97px
}

.headerTop {
  padding: 20px 0;
  background: var(--yellow);
}

.logo {
  max-width: 94px;
  flex-shrink: 0
}

.smHeading {
  font-size: 26px;
  font-weight: bold;
  line-height: 46px;
  color: var(--191919)
}

.menu {
  display: flex;
  margin-left: 50px;
  width: 100%
}

.menu ul {
  display: flex;
  grid-gap: 45px
}

.menu li {
  font-size: 16px;
  line-height: 46px;
  font-weight: 500;
  color: var(--menuText);
}

.menuRight {
  margin-left: auto;
  display: flex;
  grid-gap: 15px
}

.btnBox {
  display: flex;
  grid-gap: 15px
}

.jfc {
  justify-content: center;
}

.section {
  padding: 80px 0
}

.item-wrap1 {
  grid-gap: 30px;
}

.item-wrap {
  grid-gap: 30px;
  margin-bottom: 30px
}

.item-wrap .item,
.item-wrap1 .item {
  display: flex;
  width: 200px;
  height: 106px;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.curicleList li {
  color: #122D34;
  font-size: 16px;
  font-family: 'poppinsmedium';
  line-height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px
}

.curicleList li img,
.owl-carousel .owl-item img {
  object-fit: contain;
}

.curicleList li span {
  background: #E4D646
}

.checkList {
  display: flex;
  grid-gap: 24px;
  justify-content: center;
}

.checkList li {
  padding-left: 30px;
  background: url('/assets/images/checkIcon.png') no-repeat;
  line-height: 20px;
  font-size: 16px;
  font-family: 'poppinssemibold';
}

.marker {
  position: relative;
  padding-left: 20px;
}

.marker li {
  display: flex;
  list-style-type: none;
  align-items: center;
}

.marker li::before {
  width: 10px;
  height: 10px;
  content: '';
  background: var(--D5D5D5);
  border-radius: 50%;
  left: 0;
  position: absolute;
}

@-webkit-keyframes rippleSmall {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes rippleSmall {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.curicleList li span,
.curicleList li span:before,
.curicleList li span:after {
  position: absolute;
  left: 0;
  margin: 0 auto;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(228, 214, 70, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(228, 214, 70, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(228, 214, 70, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(228, 214, 70, 0.3);
  box-shadow: 0 0 0 0 rgba(228, 214, 70, 0.3);
  -webkit-animation: rippleSmall 3s infinite;
  -moz-animation: rippleSmall 3s infinite;
  -ms-animation: rippleSmall 3s infinite;
  -o-animation: rippleSmall 3s infinite;
  animation: rippleSmall 3s infinite;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

.curicleList li span:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  top: 0;
}

.curicleList li span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  top: 0;
}

/*We are talk*/
.undefinedList {
  margin-bottom: 20px;
  padding-left: 20px;
}

.undefinedList li {
  list-style-type: disc;
}





.scrollHalf {
  position: relative
}

/*.scrollHalf__grupo { opacity: calc(1/(1+(var(--visible-y)*var(--visible-y)*var(--visible-y)*var(--visible-y)))); transition: all 200ms ease-in-out;}*/


.scrollHalf__grupo {
  transition: all 200ms ease-in-out;
}

.scrollHalf__grupo__imagen {
  overflow: hidden;
}

.scrollHalf__grupo__contenido {
  padding: 3rem;
}


.scrollHalf__grupo[data-scroll="out"] {
  opacity: 0;
}

.scrollHalf__grupo[data-scroll="in"] {
  opacity: calc(var(--visible-y)*1.9);
}

.todyBadge {
  position: relative;
  width: max-content;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.todyBadge::after {
  content: '';
  background: url('/assets/images/forFree.svg') no-repeat;
  width: 302px;
  height: 13px;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.HedingBadge {
  position: relative;
  width: max-content;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.HedingBadge::after {
  content: '';
  background: url('/assets/images/forFreeBlack.svg') no-repeat;
  width: 302px;
  height: 16px;
  margin-left: auto;
  position: absolute;
  bottom: -9px;
  right: 0;
}

.HedingBadgeTop {
  position: relative;
  width: max-content;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.HedingBadgeTop::after {
  content: '';
  background: url('/assets/images/forFreeBlack.svg') no-repeat;
  width: 308px;
  height: 20px;
  position: absolute;
  bottom: -14px;
  right: 0;
  background-size: 100%;
}

.slideData {
  background: #fff;
  padding: 10px;
}

.slideData>p {
  margin: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.slideData>p::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0E0D12;
  border-radius: 50%
}

.rotate-slider {
  margin: 1em auto;
  height: 360px;
  /* overflow: hidden; */
  width: 480px;
}

.rotate-slider ul.slides {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  left: 50%;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
}

.rotate-slider ul.slides.animate {
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.rotate-slider ul.slides li {
  background-position: center;
  background-size: cover;
  display: block;
  color: #fff;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  box-sizing: content-box;
  width: 100%;
}

.rotate-slider ul.slides li:nth-of-type(1) {
  background: #f5d65f;
}

.rotate-slider ul.slides li:nth-of-type(2) {
  background: url('http://static.pexels.com/wp-content/uploads/2014/05/car-oldtimer-snow-342-825x550.jpg');
}

.rotate-slider ul.slides li:nth-of-type(3) {
  background: #f5d65f;
}

.rotate-slider ul.slides li:nth-of-type(4) {
  background: url('http://static.pexels.com/wp-content/uploads/2014/06/analog-camera-old-olympus-om-10-1528-825x550.jpg');
}

.rotate-slider ul.slides li:nth-of-type(5) {
  background: #f5d65f;
}

.rotate-slider ul.slides li:nth-of-type(6) {
  background: url(http://static.pexels.com/wp-content/uploads/2014/06/bridge-city-night-645-827x550.jpg);
}

.rotate-slider ul.slides li:nth-of-type(7) {
  background: #f5d65f;
}

.rotate-slider ul.slides li:nth-of-type(8) {
  background: url(http://static.pexels.com/wp-content/uploads/2014/06/bridge-city-night-645-827x550.jpg);
}

.rotate-slider ul.slides li .inner {
  box-sizing: border-box;
  padding: 2em;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}




.orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text {
  color: #fff;
}

.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue {
  height: 100vh;
}


.text-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 80vh;
}

.panel-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 900;
  transform: translateY(100%);
  opacity: 0;
}


.p-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 80vh;
}

.panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/5ed12171d9d512cb2feead83_5.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel._2 {
  z-index: 1;
  background-image: url("../images/5f5a5b3515c4dd0c2c455925_110642301_938622823267359_7859124022958180678_n201.jpg");
}

.panel.blue {
  z-index: auto;
}

.btn-typ-1 {
  font-family: 'poppinssemibold' !important;
  padding: 2px 40px;
  transition: .5s;
}
.btn-typ-1:hover {
  transition: background .2s linear;
  transition-delay: .5s;
}
.btn-primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-primary:hover {
  background: var(--black-color);
  border-color: var(--primary-color);
}
.btn-primary::before {
  background: var(--black-color);
}
.btn-primary span:first-child {
  color: var(--primary-color);
}
.btn-primary span:last-child {
  color: var(--black-color);
}
.btn-black {
  background: var(--secondry-color);
  border: 1px solid var(--secondry-color);
}
.btn-black:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-black::before {
  background: var(--primary-color);
}

.btn-black span:first-child {
  color: var(--secondry-color);
}

.btn-black span:last-child {
  color: var(--white-color);
}

.btn-black-outline {
  background: var(--white-color);
  border: 1px solid var(--secondry-color);
}
.btn-black-outline:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-black-outline::before {
  background: var(--primary-color);
}
.btn-black-outline span:first-child {
  color: var(--secondry-color);
}
.btn-black-outline span:last-child {
  color: var(--secondry-color);
}


.btn-black-outline-transparent {
  background: var(--color-transparent);
  border: 1px solid var(--black-color);
} 
.btn-black-outline-transparent:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-black-outline-transparent::before {
  background: var(--primary-color);
}
.btn-black-outline-transparent span:first-child {
  color: var(--black-color);
}
.btn-black-outline-transparent span:last-child {
  color: var(--black-color);
}
.demo_login_btn{
  display: flex;
  justify-content: center;
  align-items: end;
}

.header_book_demo_btn{
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-colorr) !important;
  font-family: 'poppinssemibold' !important;
  padding: 2px 20px;
  transition: .5s;
}
.header_book_demo_btn:hover::before{
  background: var(--black-color) !important;
  border: 4px solid var(--black-color) !important;
}
.header_book_demo_btn span:first-child {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mainMenu {
    padding: 2px 10px;
    font-size: 12px;
  }
  
}
@media screen and (max-width:991.98px) {
  .demo_login_btn{
    flex-direction: column;
    width: 100%;
  }
  .header_book_demo_btn{
    width: 100%;
  }

}

.btn-primary-outline {
  background: var(--black-color);
  border: 1px solid var(--primary-color);
}
.btn-primary-outline:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary-outline::before {
  background: var(--primary-color);
}
.btn-primary-outline span:first-child {
  color: var(--black-colorWHI);
}
.btn-primary-outline span:last-child {
  color: var(--white-color);
}

.btn-icon span {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.btn-icon span em {
  flex: none;
  height: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
}
.w-100 {
  width: 100%
}


.nunber-input-1.react-tel-input  .form-control  {
  width: 100%;
  border: 0px;
  height: 30px;
}
.nunber-input-1.react-tel-input  .flag-dropdown {
  border: 0px;
  background-color: #fff;
}
.nunber-input-1.react-tel-input .selected-flag  {
  background: #fff;
  border: 0px;
  PADDING: 0px;  
}


@media screen and (max-width:1199.98px) {
  .container {
    width: 960px;
  }
}
@media screen and (max-width:991.98px) {
  .container {
    width: 760px;
  }
}

@media screen and (max-width:767.98px) {
  .container {
    width: 560px;
  }
  .item-wrap {
    margin-bottom: 0;
  }

  .item-wrap .item,
  .item-wrap1 .item {
    width: 135px;
    padding: 10px;
  }

  .btnBold {
    padding: 2px 16px;
  }

  .btn {
    font-size: 12px;
  }
  .btn-typ-1 {
    padding: 2px 12px;
  }
  .HedingBadgeTop::after {
    width: 100%;
  }

  .section {
    padding: 30px 0;
  }

  .smHeading {
    line-height: 32px;
    padding: 0 10px;
    font-size: 22px;
  }

  .lineHeightSM22 {
    line-height: 22px;
  }

  .lineHeightSM34 {
    line-height: 34px;
  }

  .fontSM14 {
    font-size: 14px;
  }

  .fontSM16 {
    font-size: 16px;
  }

  .fontSM18 {
    font-size: 18px;
  }

  .fontSM20 {
    font-size: 20px;
  }

  .fontSM21 {
    font-size: 21px;
  }

  .fontSM22 {
    font-size: 22px;
  }

  .fontSM26 {
    font-size: 26px;
  }

  .fontSM32 {
    font-size: 32px;
  }

  .mbSM0 {
    margin-bottom: 0;
  }

  .mtSM30 {
    margin-top: 30px;
  }

  .mbSM30 {
    margin-bottom: 0;
  }

  .font115 {
    font-size: 40px;
  }

  .todyBadge::after {
    bottom: -12px;
  }
  .HedingBadge::after {
    width: 190px;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    width: 100%;
  }
}

@media screen and(max-width:320px) {
  .fontSMM17 {
    font-size: 17px;
  }
}


@media screen and (min-width:900px) {
  .scrollHalf__grupo {
    min-height: 100vh;
  }

  .scrollHalf__grupo__imagen {
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
  }

  .scrollHalf__grupo__imagen img {
    min-height: 100vh;
    min-width: 50vw;
  }

  .scrollHalf__grupo__contenido {
    margin: 0 3vw 0 52vw;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .menuRight .btn-typ-1 {
    padding: 2px 10px;
  }  
}