@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --lovelish: hsl(0, 0%, 18%);
  --handshake: hsl(40, 100%, 66%);
  --btn2: hsl(242, 43%, 65%);
  --btn3: hsl(160, 86%, 63%);
}

* {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

header {
  position: absolute;
  width: 100%;
}

#main_hero {

  padding-top: 30px;
  padding-bottom: 100px;
  background-image: url('https://i.imgur.com/DEv35Qy.jpeg');
  background-position: 50% 68%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-content h5 {
  margin-bottom: 20px !important;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700 !important;
  margin-bottom: 25px;
  font-family: math;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 18px;
}

h6 {
  margin-bottom: 15px;
  display: block;
  padding: 0;
  color: #fff;
}

#main_hero h2 {
  color: #000!important;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.4em;
  margin-bottom: 12px;
  letter-spacing: -3px;
  text-transform: uppercase;
  /* border: 5px solid #f9e59c; */
  border-radius: 30px;
  padding: 10px;
}

#main_hero h2 {
  font-size: 55px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900 !important;
  letter-spacing: 1px;
}
.section-title2 {
  color: #eb4034!important;
}
h2 span,
.section-title h2 span {
  color: #FFEB3B;
}

h2 {

  font-size: 90px;
  font-weight: 800;
  line-height: .9;
  margin-bottom: 12px;
  font-family: math;
  letter-spacing: -3px;
  text-transform: capitalize;
}

#main_hero p {
  font-weight: 400;
  color: #dbdbdb;

  margin: 0 0 45px;
  font-size: 16px;
  line-height: 30px;
}

#main_hero p {
  font-weight: 600;
  color: #ededed;

  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.6;
}

.btn {
  -moz-user-select: none;
  border: medium none;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 44px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.3, 1.3);
  }

  100% {
    transform: scale(1, 1);
  }
}

.btn.btn-style-two {
  background: transparent;
  padding: 20px 35px;
  margin: 0 8px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background-image: url();
  width: 100%;
  height: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  z-index: -1;
  transition: .3s linear;
}

.btn.btn-style-two::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  height: 100%;
  width: 5px;
  transform: skewX(-16deg);
  z-index: 1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 0;
  left: auto;
  background-color: #00b327;
}

.btn.btn-style-two::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: skewX(-16deg);
  z-index: -1;
  opacity: 1;
  background-image: none;
  bottom: 0;
  border-radius: 0;
  left: auto;
  background-color: #ff6d00;
}

#second_main {
  padding: 60px 0;
  background-color: #000400;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-style-three {
  padding-bottom: 35px;
  position: relative;
}

.title-style-three::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url();
  width: 270px;
  height: 13px;
  background-repeat: no-repeat;
}

#second_main .white-title::before {
  background-image: url('');
}

.section-title h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -2px;
}

.title-style-three h2 {
  color: #1c1121;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 10px;
}

.title-style-three.white-title h2 {
  color: #FFEB3B;
  line-height: 1.4em;
}

.title-style-three p {
  color: #fff;
  margin-bottom: 0;
}

.title-style-three.white-title p {
  color: #fff;
}

.mb-70 {
  margin-bottom: 70px;
}

#second_main ul {
  padding: 0;
  list-style-type: none;
}

#second_main ul li {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

#second_main ul li strong {
  color: #ff6d00;
}

footer {
  padding: 20px 0;
}

.bottom_fix {
  position: fixed;
  bottom: 5;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.bottom_fix a {
  text-decoration: none;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 500;
  background-image: -webkit-linear-gradient(169deg, #122487, #040404);
  padding: .938rem 2.25rem;
  border-radius: 1.563rem;
  border: .125rem solid #f9de16;
  background-image: -ms-linear-gradient(0deg, transparent 0, transparent 100%);
  transition: all .3s ease-in;
}

footer {
  margin-bottom: 70px;
}

.button-box {

  max-width: 300px;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: grid;
}
.Box3{
  background: #eb4034!important;
  color: #fff!important;
}
.title{
  color: #fff!important;
}
.button {
  padding: 10px 30px;
  width: 300px;
  display: flex;
  border-radius: 2.5rem;
  transition: 0.5s;
  font-family: math;
  font-size: 20px;
  background-image: linear-gradient(to right, #f9e499, #f6e395, #fae8a1, #f9e9a3, #f0db95, #f4da8a, #f2db8c, #e9d38c, #efce7d, #e7c46f, #e6c068, #e7c272);
  color: rgb(20, 19, 19);
  animation: blurr 2s;
  animation-iteration-count: infinite;
  outline: none;
  cursor: pointer;
  border: none;
}

.button p {
  color: #000400 !important;
  margin: 0 auto !important;
}

@keyframes blurr {

  0%,
  100% {
    box-shadow: 0 0 10px var(--handshake);
  }

  50% {
    box-shadow: 0 0 36px var(--handshake);
  }
}

@keyframes fade {
  0% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }
}

.title {
  font-weight: bold;
  margin-top: 1.6rem;
  margin-left: 10rem;
  transition: 0.5s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.description {
  position: absolute;
  margin-top: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  font-size: 2rem;
  font-style: italic;
  transition: 0.5s;
  opacity: 0%;
  margin-left: 6rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-circle-shape {
  position: absolute;
  right: 410px;
  bottom: 0;
  z-index: -2;
  opacity: .07;
}

.slick-slide img {
  display: block;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media (max-width:579px) {
  .rotateme {
    width: 70%;
  }

  .slider-circle-shape {
    right: 0;
    opacity: .1;
    top: 354px;

  }

  #main_hero h2 {
    font-size: 38px;
    font-family: "Poppins", sans-serif;

    font-style: normal;
    font-weight: 900 !important;
    letter-spacing: 1px;
    background-color: #10217a;


  }

  #main_hero h2 span {
    color: white;
  }

  #second_main h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-family: math;
  }

  #mobile_banner {
    margin-top: 0px;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-brand img {
    margin-bottom: 10px;
    width: 110px;
  }

  #main_hero {
    padding-top: 20px;
    padding-bottom: 100px;
    background-image: url(https://i.imgur.com/nJOaYnJ.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}



.button-3 {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #eb4034!important;
  transition: all 0.2s ease;
}

.button-3:active {
  transform: scale(0.96);
}

.button-3:before,
.button-3:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.button-3:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.button-3:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}