*{

}
.navbar{
  background-color: #fff;
}
.fixed-top {
  animation-name: fadeInUp;
  animation-duration: 1s;
  background-color: #fff!important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    top: -50px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
#UstBar{
  background-color: #808285;
}
#UstBar a{
  color: #fff;
  text-decoration: none;
}
.navbar .flags
.navbar .flags .dropdown-toggle::after {
  display: none!important;
}
header{
  position: fixed;
  z-index: 99;
  width: 100%;
}

header .navbar-brand img{
    width: 200px;
}
header nav .flags img {
    width: 40px!important;
    padding-right: 15px;
    border-radius: 50px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #505050!important;
}
.navbar-nav .nav-item a.btn-hmnbsvr{
  background-color: #e43112;
  border-radius: 25px;
  padding: 10px 25px;
    color: #fff!important;
}
h1.Anabaslik{
    color: #212529;
    text-align: center;
    margin-bottom: 30px;
}

div#AnaSlider:before {
  display: block;
  width: 104%;
  height: 10vw;
  position: absolute;
  z-index: 1;
  left: 50%;
  content: '';
  top: -190px;
  background: #3133fb;
  transform: rotate(5.2deg) translate(-50%,50%);
  transform-origin: top left;
}
div#AnaSlider:after {
    display: block;
    width: 104%;
    height: 10vw;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 50%;
    content: '';
    bottom: 0;
    background: #fff;
    transform: rotate(5.5deg) translate(-50%,50%);
    transform-origin: top left;
}
#NasilCalisir{
    margin-top: 170px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
}
#NasilCalisir .accordion button.accordion-button img.icon{
    width: 40px!important;
    margin-right: 15px;
    display: block;
    object-fit: contain;
}
#NasilCalisir .accordion button.accordion-button{
    color: #212529;
    font-weight: 700;
}
#NasilCalisir .Sag h1 b{
    color:#3032f2;
}
@media (max-width:768px) {
  .navbar{
    animation-name: fadeInUp;
      animation-duration: 1s;
      background-color: #fff!important;
  }
  #NasilCalisir {
     margin-top: 50px;
  }
  #NasilCalisir .row{
    gap: 2rem;
  }


}
footer a:hover {
  color: #f9b800;
}
.accordion-button:not(.collapsed) {
    background-color: #fff!important;
}
.accordion-item{
    border: 0px solid!important;
    margin-bottom: 10px;
    border-radius: 5px;
}
.accordion-button{
    box-shadow: none!important;
    border: 0px solid!important;
}
.accordion-button::after {
    height: 35px!important;
    width: 35px!important;
    background: white;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Pro';
    content: "\f077"!important;
    font-weight: 100;
    background-image: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #10406c;
    font-size: 19px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 11%);
}

@media (min-width:768px) {
  .clipped {
    transform: rotate(20deg) scale(0.9) translate(-110px, -60px);
    z-index: -1;
    position: absolute;
    width: 810px;
    height: 540px;
    background: #eef3fc;
    background-size: 100%;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
  }
}


#Roket{
  overflow: overlay;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width:768px) {
  #Roket::after{
    content: '';
    background-image: url(../img/roket/1.png);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
  }
}


@media (min-width:768px) {
  #Roket{
    height: 1090px;
  }
}

#merakEttikleriniz h1{
  text-align: center;
}
#merakEttikleriniz p{
    text-align: center; 
  margin-bottom: 45px;
}
#merakEttikleriniz .accordion-button{
  font-weight: 700;
}

#merakEttikleriniz .accordion-button:not(.collapsed) {
  color: #3032f2;
}

#merakEttikleriniz .accordion-item{
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
}
#merakEttikleriniz img{
  width: 100%;
  height: 65%;
  object-fit: contain;
}
#merakEttikleriniz div#collapseOne{
  text-align: left;
}
@media (min-width:768px) {
    #merakEttikleriniz{
        margin-bottom: 65px;
    }
}
@media (max-width:768px) {
  #merakEttikleriniz{
    margin-bottom: 50px;
  }
  #merakEttikleriniz img {
    height: 100%;
  }
}




.boxs .box:nth-child(n+7) {
    display: none;
}

button#hide {
    display: none;
}
button#hide {
    padding: 15px;
    margin:30px 0;
    background-color: #005bce;
    border:1px solid #fff;
    color: #fff;
}

button#hide:hover {
    border: 1px solid rgb(0 91 206);
    box-shadow: 0px 0px 5px 5px #005bce;
}
button#showMore {
    padding: 15px;
    margin:30px 0;
    background-color: #005bce;
    border:1px solid #fff;
    color: #fff;
}

button#showMore:hover {
    border: 1px solid rgb(0 91 206);
    box-shadow: 0px 0px 5px 5px #005bce;
}

#BizArayalim{

  text-align: center;
}
#BizArayalim form {
    display: flex;
    flex-direction: column;
}
#BizArayalim form input.form-control{
    height: 50px;
    padding: 15px;
    border: 0px solid;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
}
#BizArayalim form textarea{
    border: 0px solid;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
}
#BizArayalim form input[type=submit]{
    margin: 0 auto;
    height: 50px;
    width: 125px;
    border: 0px solid;
    margin-top: 20px;
    background: linear-gradient(60deg, #000000 0%, #2f31ed 90%);
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 48%);
}

#BizArayalim img{
    width: 100%;
}
.subj-bott{
    margin-bottom: 15px!important;
}
@media (max-width:768px) {
  #BizArayalim .row{
    gap: 2rem;
  }

}
@media(max-width:566px ) {
    #BizArayalim .row{
        gap: 0!important;
    }
    .subj-bott{
        margin-bottom: 0!important;
    }
    .subj-em{
        margin-bottom: 15px!important;
    }
}

footer {
  color: #fff;
  background-repeat: no-repeat!important;
  background-size: 100% 100%!important;
}
footer a{
  text-decoration: none;
  color: #fff;
}

footer .sol{
  display: flex;
  flex-direction: column;
}
footer .sol a.mail{
  margin-bottom: 20px;
}
footer .sol img{
  width: 125px;
  margin-bottom: 15px;
}
footer .menu{
  display: flex;
  gap: 2rem;
}
footer .menu ul{
  list-style: none;
  padding-left: 0;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
footer .Ust{
  padding-top: 250px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

footer .Ust .sag{
  gap: 2rem;
  display: flex;
}
footer .Alt {
  padding: 20px 0;
}
footer .Alt .reserved{
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .Alt .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

svg.svg{
  display: block;
  position: absolute;
  bottom: 0;
}
@media(max-width: 768px) {
  footer .menu ul {
    gap: 1rem;
  }
  footer .menu {
    margin: 20px 0;
  }

}

/*wp*/


@media(min-width: 768px) {
  headers .telefonx{
      display: none;
  }
  headers .whatsappx{

      bottom: 15px;
      z-index: 1;
      position: fixed;
      width: 250px;
      max-width: 320px;
      overflow: hidden;
  }

}


@media(max-width: 768px) {


  .sticy-form-area-mobile {
      transition: opacity 1s ease-out;
      overflow: hidden;
      position: fixed;
      bottom: 0;
      height: auto;
      width: 100% !important;
      z-index: 997;
      background-color: #f5f5f5;
      width: 100%;
      padding: 10px 0px;
      border-top: 1px solid #e0e0e0;
  }

    .sticy-form-area-mobile a:hover{
        color: #fff;
    }
  .sticy-form-area-mobile a {
      text-decoration: none;
      font-size: 15px;
      width: 48%;
      display: block;
      float: left;
      text-align: center;
      color: #fff;
      margin-left: 1%;
      margin-right: 1%;
      border-radius: 5px;
      padding: 8px 0px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .sticy-form-area-mobile a i {

      padding-right: 8px;
  }
  headers .whatsappx{
      width: 48%;
  }

}




/*whatsapp*/

@media (max-width: 768px) {
  .whatsapp-main {
      right: 0!important;
      left: auto!important;
  }
}
/*whatsapp*/
.whatsapp-main {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 9999999;
  left: 0px;
  right: auto;
}

.whatsapp-wrapper {
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 96px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: auto;
  margin-left: 20px;
}
.close_whatsapp {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.close_whatsapp::before {
  transform: rotate(45deg);
}
.close_whatsapp::after {
  transform: rotate(-45deg);
}
.close_whatsapp::before,
.close_whatsapp::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(29, 33, 41);
  display: block;
  border-radius: 2px;
}
.whatsapp-header {
  background: #0a5654;
  color: #ffffff;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 24px 20px;
}
.whatsapp-reply-time {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}
.whatsapp-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.header-info {
  margin-left: 16px;
  margin-right: 16px;
}
.support-avatar {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}

.support-avatar::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: rgb(74, 213, 4);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
}
.avatar-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.avatar-img {
  background: white;
  background-size: contain!important;
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.avatar-img::after {
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  inset: 0px;
  position: absolute;
  content: "";
  overflow: hidden;
}
.whatsapp-background {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  overflow: auto;
  max-height: 382px;
}
.whatsapp-background::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.loading-animation {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 10px;
  /*   opacity: 0; */
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
  box-shadow: 9999px 0 0 -5px #cbcbcb;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #cbcbcb;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #cbcbcb;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
      box-shadow: 9984px 0 0 -5px #cbcbcb;
  }
  30% {
      box-shadow: 9984px 0 0 2px #cbcbcb;
  }
  60%,
  100% {
      box-shadow: 9984px 0 0 -5px #cbcbcb;
  }
}

@keyframes dotPulse {
  0% {
      box-shadow: 9999px 0 0 -5px #cbcbcb;
  }
  30% {
      box-shadow: 9999px 0 0 2px #cbcbcb;
  }
  60%,
  100% {
      box-shadow: 9999px 0 0 -5px #cbcbcb;
  }
}

@keyframes dotPulseAfter {
  0% {
      box-shadow: 10014px 0 0 -5px #cbcbcb;
  }
  30% {
      box-shadow: 10014px 0 0 2px #cbcbcb;
  }
  60%,
  100% {
      box-shadow: 10014px 0 0 -5px #cbcbcb;
  }
}
.wloader {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
}
/* .dots1 {
background-color: rgb(158, 157, 162);
animation-name: dotOne;
}
.dots2 {
animation-name: dotTwo;
}
.dots3 {
animation-name: dotThree;
} */
.whatsapp-message-wrapper {
  display: none;
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  /*   opacity: 1; */
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
  margin-top: 4px;
  /*   margin-left: -54px; */
  max-width: calc(100% - 66px);
}

.whatsapp-message-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
.chat-body-wrapper {
  width: 100% !important;
}
.whatsapp-chat-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.whatsapp-chat-message {
  font-size: 14px;
  line-height: 19px;

  margin-top: 4px;
  color: rgb(17, 17, 17);
}
.whatsapp-chat-message p {
  margin: 0px;
}
.whatsapp-message-container {
  box-sizing: border-box !important;
  outline: none !important;
}
.whatsapp-chat-time {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.whatsapp-btn {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: rgb(14, 193, 47);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  appearance: none;
}
.whatsapp-btn::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(1);
  background-color: rgb(0, 0, 0);
  z-index: 0;
  transition: all 0.2s ease 0s;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  bottom: -5px;
}
.whatsapp-send-icon-small {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: rgb(255, 255, 255);
  z-index: 1;
}
.chat-button-text {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: rgb(255, 255, 255);
}

/* whatsapp pop-up button */
.whatsapp-popup-button {
  height: 64px;
  box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  outline: transparent;
  background-color: rgb(14, 193, 47);
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;

  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 5px;
  padding: 4px 24px 4px 16px;width: auto;
}
.whatsapp-popup-button::before,
.whatsapp-popup-button::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(14, 193, 47);
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
}

.whatsapp-notify {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}
@keyframes showhide {
  from {
      transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
  }
}
@keyframes showchat {
  from {
      transform: scale(0);
      opacity: 0;
  }
}
.hide-whatsapp {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show-whatsapp {
  display: flex;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-send-icon-big{
  height: 20px;
  width: 20px;
}
.whatsapp-button-main{
  color: white;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  width: auto;
  height: auto;
  padding: 6px 4px 6px 4px;
}
/*whatsapp*/

.di{
  display: flex!important;
}
.dinone{
  display: none!important;
}


/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  height: auto;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 35px;
  border: 5px solid rgb(14 193 47);
  /* left: -9%; */
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

  }
}




@media(max-width: 768px){
  .whatsapp-popup-button {
      /* right: 0; */
      bottom: 0;
      left: auto;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 0;
  }
  .whatsapp-wrapper{
      width: 90% !important;
      margin-bottom: 116px;
  }
  .whatsapp-background::before {
      height: 250px;
  }
}
/*whatsapp*/

.di{
  display: flex!important;
}
.dinone{
  display: none!important;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  height: auto;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 35px;
  border: 5px solid rgb(14 193 47);
  /* left: -9%; */
  background: rgba(198, 16, 0, 0);
}


@-webkit-keyframes pulsate1 {
  0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

  }
}




@media(max-width: 768px){

  .whatsapp-popup-button {
      height: 44px;
  }
  .whatsapp-wrapper{
      width: 90% !important;
      bottom: 0;
  }
  .whatsapp-background::before {
      height: 250px;
  }
  .whatsapp-main {
      bottom: 0;
  }
  .whatsapp-wrapper {
      margin-bottom: 55px;
  }

}


.twinsCol{
  display: flex;
  width: 100%;
}
/*wp*/
.subj-ex-content{
    display: flex;
    flex-direction: column!important;

}

.subj-col-ex{
    display: flex;
    gap: 2rem;
}
@media (max-width: 360px) {
    .subj-col-exe p{
        gap: 14px;
        display: flex;
        flex-direction: column;
    align-content: center;
        justify-content: center;
    }
}


/*THANKYOU*/


thanks-wrap {
    background: #FFFFFF;
    padding: 30px;
    margin: 0 auto 10px;
    display: none;
    max-width: 320px;
}

.checkmark {
    max-width: 300px;
    margin: 0 auto;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash 2s ease-in-out;
    animation: dash 2s ease-in-out;
}

.spin {
    -webkit-animation: spin 2s;
    animation: spin 2s;
    transform-origin: 50% 50%;
}

h2 {
    -webkit-animation: text 1s;
    animation: text 1s;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.mg-70 {
    padding-top: 7rem;
    margin: 70px 0px;
    display: flex;
    justify-content: center;
}


/*THANKYOU*/
