@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

/* cursor */
.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  z-index: 10000;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor {
    display: none;
  }
}
.cursor.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 10000;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor2 {
    display: none;
  }
}


/* hero */


.rainbow-canvas{
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    filter: blur(4px);
  -webkit-filter: blur(4px);
  }
  

/* about image */

/* .img-fluid-about {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 1s ease;
}

.img-fluid-about:hover{
    filter: grayscale(0%);
    filter: gray;
    -webkit-filter: grayscale(0%);
    filter: none;
    transition: 1s ease;
}

@media (max-width: 768px) {
    .img-fluid-about {
      filter: none;
    }
  } */


  /* service section */
  
  .card-img-top {
    height: auto;
    width: 100%;
  }
  .card {
    z-index: 1;
    overflow: hidden;
    transition: 1s;
  }

  .card:hover{
		transform: scale(1.1);
		z-index: 2;
		box-shadow: 2px 2px 2px #000;
		
	}

  .card.shadow {
    border-radius: 25px;
    }


  .container-fluid {
    background-image: url("blob-scene-haikei.svg");
    background-position: center;
    background-size: cover;
  }

  p.services-para1 {
    text-align: center;
    padding-bottom: 80px;
}

  p.services-para2{
    text-align: center;
    padding-bottom: 72px;
  }

  p.services-para3{
    text-align: center;
  }

  p.services-para4{
    text-align: center;
    padding-bottom: 80px;
  }

  p.services-para5{
    text-align: center;
    padding-bottom: 48px;
  }

  @media (max-width: 768px) {
    .row{
      justify-content: center;
    }

    p.services-para1,
    p.services-para2,
    p.services-para4,
    p.services-para5{
      padding: 0;
    }

    .col-md-13 {
      flex: 0 0 auto !important;
      width: 50% !important;
  }

  }
  @media (max-width: 420px) {
    .col-md-13 {
      flex: 0 0 auto !important;
      width: 100% !important;
  }
  img.img-fluid-about {
    width: 100%;
}

  }

  @media (max-width: 1080px) {
    .col-md-13 {
      flex: 0 0 auto;
      width: 33.333%;
  }

  p.services-para1 {
    padding-bottom: 54px;
}

  }


  /* contact */
  .row.shadow {
    padding: 2rem 1rem;
    border-radius: 25px;
}


  /* footer */

  .footer-section {
    background: #1f2028;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
    padding-bottom: 8px !important;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    border-bottom: 1px solid #373636;
    padding-bottom: 8px !important;
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .footer-text p {
    margin-bottom: 14px;
    text-align: justify;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 21px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg {
    background: #3b5998;
  }
  .twitter-bg {
    background: #55acee;
  }
  .google-bg {
    background: #dd4b39;
  }
  .linkedin-bg {
    background: #0072b1;
  }

  .linkedin-bg:hover {
    background: #fff;
  }

  .telegram-bg {
    background: #0072b1;
  }

  .telegram-bg:hover {
    background: #fff;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #666666;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #474af0;
  }
  .footer-widget ul li a {
    font-size: 14px;
    color: #cdcdcd;
    text-transform: capitalize;
  }
  ul.social_icon {
    padding-left: 0;
}
  .copyright-area {
    background: #1f2028;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .footer-logo{
    text-align: center;
  }
  .copyright-text p a {
    color: #3b5998;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }
  .footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
    position: absolute;
    color: #ff5e14;
  }
  .footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
    padding-left: 32px;
  }
  .footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
    color: #14ffa7;
  }
  .footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
    color: #ffd700;
  }
  .footer-social-icon .social_icon {
    text-align: left;
  }
  .footer-social-icon .social_icon li {
    float: inherit !important;
    display: inline-block !important;
    width: inherit;
  }
  .footer-social-icon .social_icon li a i {
    font-size: 15px;
    line-height: 39px;
  }
  .footer-social-icon .social_icon li a {
    width: 40px;
    height: 40px;
  }
  
  .social_icon {
    text-align: right;
    margin: 0;
    margin-top: 3px;
  }
  .social_icon li {
    display: inline-block;
    margin: 0 5px;
  }
  .social_icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
  }
  .social_icon li a i {
    font-size: 15px;
    line-height: 20px;
  }
  .social_icon li:nth-child(1) a {
    background: #4267b2;
    color: #fff;
  }
  .social_icon li:nth-child(2) a {
    background: #1da1f2;
    color: #fff;
  }
  .social_icon li:nth-child(3) a {
    background: #f09433;
    background: -moz-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
  }
  .social_icon li:nth-child(4) a {
    background: #ff0000;
    color: #fff;
  }
  .social_icon li:nth-child(1):hover a {
    background: #fff;
    color: #4267b2;
  }
  .social_icon li:nth-child(2):hover a {
    background: #fff;
    color: #1da1f2;
  }
  .social_icon li:nth-child(3):hover a {
    background: #fff;
    color: #bc1888;
  }
  .social_icon li:nth-child(4):hover a {
    background: #fff;
    color: #ff0000;
  }

  .social_icon li:nth-child(5):hover a {
    background: #fff;
    color: #0072b1;
  }

  /* Quotes section */

  .parallax-bg{
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
  }

  .quote-section{
    position: relative;
    padding: 120px 0px 120px 0px;
    overflow: hidden;
  }

  .quote-section .bg-layer:before{
    position: absolute;
    content: '';
    background: rgb(36, 36, 36);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.76;
  }

  .content-wrapper {
    height: 100%;
    width: 100%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  img.animate__animated.animate__fadeInUp {
    width: 100px;
    border-radius: 50%;
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  }

  h6.animate__animated.animate__fadeInDown {
    text-align: center;
    font-style: italic;
    color: #0caffa;
  }

  h2.animate__animated.animate__fadeInDown {
    text-align: center;
    color: #fff;
  }

  p.animate__animated.animate__fadeInUp {
    text-align: center;
    color: #fff;
}

/* profit cal */

.profit-cal-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.profit-cal-sec .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.profit-cal-sec .content p:last-child {
  margin-bottom: 0;
}

.cal-heading{
  font-family: 'Oleo Script', cursive;
  padding-bottom: 10px;
}

.profit-cal {
    text-align: center;
    align-self: center;
    padding-bottom: 50px;
}

.section-title p.cal-head {
  font-family: 'Oleo Script', cursive;
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
  text-shadow: 10px 10px #F0F0F0;
}

@keyframes Color{
  0%{
    color:#00aa17;
  }
  
  20%{
    color:#130499;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#f51616;
  }
  
  80%{
    color:#be5c00;
  }
  
  100%{
    color:#652bf8;
  }
}

@-moz-keyframes Color{
  0%{
    color:#00aa17;
  }
  
  20%{
    color:#130499;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#f51616;
  }
  
  80%{
    color:#be5c00;
  }
  
  100%{
    color:#652bf8;
  }
}

@-webkit-keyframes Color{
  0%{
    color:#00aa17;
  }
  
  20%{
    color:#130499;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#f51616;
  }
  
  80%{
    color:#be5c00;
  }
  
  100%{
    color:#652bf8;
  }
}

  
.cal{
  padding: 30px 0;
  border-radius: 25px;
  background: #d8d8d8;
}

.gradient-border {
  --borderWidth: 5px;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

input#amount {
  width: 80%;
  border-radius: 10px;
  border: none;
  padding: 10px 20px;
  font-weight: 700;
}

p.cal-answer{
  font-weight: 700;
  font-size: 1.2rem;
}

span#tipAmount {
  color: #dc2743;
}

.news-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}

.news-container .news-title {
    position: absolute;
    background: #df2020;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: white;
    font-weight: bold;
    z-index: 200;
}

.news-container ul {
    display: flex;
    list-style: none;
    margin: 0;
    animation: scroll 25s infinite linear;
}

.news-container ul li {
    white-space: nowrap;
    padding: 10px 24px;
    color: #494949;
    position: relative;
}

.news-container ul li::after {
    content:"";
    width: 1px;
    height: 100%;
    background: #b8b8b8;
    position: absolute;
    top: 0;
    right: 0;
}

.news-container ul li:last-child::after {
    display: none;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-1083px);

    }
}


#cookies-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 30px;
  padding: 20px;
  font-size: 16px;
  display: none;
  z-index: 19000;
}

.cookies-content {
  max-width: 800px;
  margin: 0 auto;
}

.cookies-content h2 {
  font-size: 24px;
  margin-top: 0;
}

.cookies-content p {
  margin: 10px 0;
}

.cookies-buttons {
  flex-wrap: wrap;
  justify-content: space-between;
}

.cookies-buttons button,
.cookies-buttons a {
  color: #fff;
  background-color: #838383;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
  font-size: 14px;
}

.buttons button:hover,
.buttons a:hover {
  background-color: #666;
}

img.img-fluid-about.shadow {
  position: relative;
  z-index: 999;
  border-radius: 25px;
  margin-top: 15px;
}

/* to the moon */

#webgl-canvas {
  background: radial-gradient(
    circle farthest-corner at center top,
    #006B83,
    #19324a
  );
}

.to-the-moon{
  color: #006B83;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 4rem;
  align-self: center;
  font-weight: 700;
}

.to-the-moon > span{
  animation: glow 2s ease-in-out infinite;
}

@keyframes glow{
  0%, 100%{
    color: #fff;
    text-shadow: 0 0 12px rgb(0, 60, 255), 0 0 50px rgb(0, 60, 255), 0 0 100px rgb(0, 60, 255);
  }
  10%, 90%{
    color: #006B83;
    text-shadow: none;
  }
}

img.img-fluid-about.shadow.moongif {
  border-radius: 50%;
}

.to-the-moon > span:nth-child(2){
  animation-delay: 0.25s;
}

.to-the-moon > span:nth-child(3){
  animation-delay: 0.25s;
}

.to-the-moon > span:nth-child(4){
  animation-delay: 0.5s;
}

.to-the-moon > span:nth-child(5){
  animation-delay: 0.75s;
}

.to-the-moon > span:nth-child(6){
  animation-delay: 1s;
}

.to-the-moon > span:nth-child(7){
  animation-delay: 1s;
}

.to-the-moon > span:nth-child(8){
  animation-delay: 1.25s;
}

.to-the-moon > span:nth-child(9){
  animation-delay: 1.5s;
}

.to-the-moon > span:nth-child(10){
  animation-delay: 1.75s;
}

.moon-para{
  font-size: 1.2rem;
  text-align: right;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 420px) {
  .to-the-moon {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 25px;
}
.moon-para{
  text-align: center;
}
/* img.img-fluid-about.shadow {
  width: 25%;
  border-radius: 25px;
  box-shadow: none !important;
} */
p.news-text {
  text-align: center;
}
.col-lg-6.wl-text-area {
  padding-top: 20px;
}
}

.col-lg-6.wl-text-area {
  align-self: center;
}





/* book section */

.container-md {
  border-radius: 70px;
  background: #fff;
  text-align: center;
  --borderWidth: 10px;
  position: relative;
  transition: 1s;
  /* border-radius: var(--borderWidth); */
}

.container-md::after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(10 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.container-md:hover{
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 2px 2px 2px #000;
  
}


.col-lg-11.wl-book-text-area {
  /* z-index: 10; */
  color: #006B83;
  unicode-bidi: plaintext;
  height: auto;
  font-size: 1.9rem;
  align-self: center;
  font-weight: 700;
}

.col-lg-11.wl-book-text-area > span{
  animation: glow 9s ease-in-out infinite;
}

@keyframes glow{
  0%, 100%{
    color: #fff;
    text-shadow: 0 0 12px rgb(0, 60, 255), 0 0 50px rgb(0, 60, 255), 0 0 100px rgb(0, 60, 255);
  }
  10%, 90%{
    color: #006B83;
    text-shadow: none;
  }
}

.col-lg-11.wl-book-text-area > span:nth-child(2){
  animation-delay: 0.20s;
}

.col-lg-11.wl-book-text-area > span:nth-child(3){
  animation-delay: 0.40s;
}

.col-lg-11.wl-book-text-area > span:nth-child(4){
  animation-delay: 0.60s;
}

.col-lg-11.wl-book-text-area > span:nth-child(5){
  animation-delay: 0.80s;
}

.col-lg-11.wl-book-text-area > span:nth-child(6){
  animation-delay: 1s;
}

.col-lg-11.wl-book-text-area > span:nth-child(7){
  animation-delay: 1.2s;
}

.col-lg-11.wl-book-text-area > span:nth-child(8){
  animation-delay: 1.4s;
}

.col-lg-11.wl-book-text-area > span:nth-child(9){
  animation-delay: 1.6s;
}

.col-lg-11.wl-book-text-area > span:nth-child(10){
  animation-delay: 1.8s;
}

.col-lg-11.wl-book-text-area > span:nth-child(11){
  animation-delay: 2s;
}

.col-lg-11.wl-book-text-area > span:nth-child(12){
  animation-delay: 2.2s;
}

.col-lg-11.wl-book-text-area > span:nth-child(13){
  animation-delay: 2.4s;
}

.col-lg-11.wl-book-text-area > span:nth-child(14){
  animation-delay: 2.6s;
}

.col-lg-11.wl-book-text-area > span:nth-child(15){
  animation-delay: 2.8s;
}

.col-lg-11.wl-book-text-area > span:nth-child(16){
  animation-delay: 3s;
}

.col-lg-11.wl-book-text-area > span:nth-child(17){
  animation-delay: 3.2s;
}

.col-lg-11.wl-book-text-area > span:nth-child(18){
  animation-delay: 3.4s;
}

.col-lg-11.wl-book-text-area > span:nth-child(19){
  animation-delay: 3.6s;
}

.col-lg-11.wl-book-text-area > span:nth-child(20){
  animation-delay: 3.8s;
}

.col-lg-11.wl-book-text-area > span:nth-child(21){
  animation-delay: 4s;
}

.col-lg-11.wl-book-text-area > span:nth-child(22){
  animation-delay: 4.2s;
}

.col-lg-11.wl-book-text-area > span:nth-child(23){
  animation-delay: 4.4s;
}

.col-lg-11.wl-book-text-area > span:nth-child(24){
  animation-delay: 4.6s;
}

.col-lg-11.wl-book-text-area > span:nth-child(25){
  animation-delay: 4.8s;
}

.col-lg-11.wl-book-text-area > span:nth-child(26){
  animation-delay: 5s;
}

.col-lg-11.wl-book-text-area > span:nth-child(27){
  animation-delay: 5.2s;
}

.col-lg-11.wl-book-text-area > span:nth-child(28){
  animation-delay: 5.4s;
}

.col-lg-11.wl-book-text-area > span:nth-child(29){
  animation-delay: 5.6s;
}

.col-lg-11.wl-book-text-area > span:nth-child(30){
  animation-delay: 5.8s;
}

.col-lg-11.wl-book-text-area > span:nth-child(31){
  animation-delay: 6s;
}

.col-lg-11.wl-book-text-area > span:nth-child(32){
  animation-delay: 6.2s;
}

.col-lg-11.wl-book-text-area > span:nth-child(33){
  animation-delay: 6.4s;
}

.col-lg-11.wl-book-text-area > span:nth-child(34){
  animation-delay: 6.6s;
}

.col-lg-11.wl-book-text-area > span:nth-child(35){
  animation-delay: 6.8s;
}

.col-lg-11.wl-book-text-area > span:nth-child(36){
  animation-delay: 7s;
}

@media (max-width: 420px) {
  img.img-fluid-about.book-img {
    display: none;
}

.col-lg-11.wl-book-text-area {
  text-align: center;
}
.row.signup-sec-bg.aos-init.aos-animate {
  padding: 20px !important;
}
img.img-fluid-about {
  width: 80%;
}
img.img-fluid-about.shadow {
  margin-bottom: 30px;
  margin-top: 50px;
}
.col-12.col-sm-6.col-md-13 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 0 !important;
}
section#services {
  padding-bottom: 0;
}
.row.signup-sec-bg.aos-init.aos-animate {
  border-radius: 0 !important;
}
.row.content.book-gb.aos-init.aos-animate {
  border-radius: 0;
}
.col-lg-11.wl-book-text-area {
  font-size: 1.1rem;
}
.row.content.book-gb.aos-init.aos-animate::after {
  border-radius: 0;
}
.book-break{
  display: block !important;
}
section#book {
  padding-bottom: 0;
  padding-top: 0;
}
img.img-fluid.shadow {
  width: 80%;
}
h3.freedom {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section-title p {
  font-size: 26px !important;
}
.section-title {
  padding-bottom: 20px !important;
}
}

.book-break{
  display: none;
}

.row.signup-sec-bg.aos-init.aos-animate {
  background: #2a2c39;
  padding: 40px;
  border-radius: 100px;
  transition: 1s;
}

.row.signup-sec-bg.aos-init.aos-animate:hover{
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 2px 2px 2px #000;
  
}

.col-lg-6.order-2.order-lg-1.mt-3.mt-lg-0.wl-4col {
  align-self: center;
  text-align: center;
}

.popup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease-in-out;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 45px;
  text-align: center;
  color: #000;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

button#closeButton{
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #1e4492;
}

button#closeButton:hover{
  background: #fff;
  color: #4266b0;
}

.row.signup-sec-bg.shadow.freedom.aos-init.aos-animate {
  padding: 10px;
  background: #fff;
  border: 3px solid #2A2C39;
}

h3.freedom {
  color: #2A2C39 !important;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.7rem !important;
}

p.popup-textt {
  color: #2A2C39 !important;
  font-weight: 700 !important;
}



