@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;400&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font: 'Urbanist', sans-serif;
  color: #fff;
}

/* Start Navbar Section Here */
header {
  font-family: 'Urbanist', sans-serif;
  background: #ffffff !important;
  font-size: 15px;
  padding: 10px 32px !important;
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.04);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #0C8A7B !important;
}

.navbar-nav>li {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-collapse .navbar-button {
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #0C8A7B;
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.navbar-button:hover {
  background: #fff;
  color: #0C8A7B !important;
  border: 1px solid #0C8A7B;
}

.brand {
  display: block;
  width: 148px;
  height: auto;
  cursor: pointer;
}


#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: .5s;
}

.navbar-toggler{
  border: none !important;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: rgb(39, 39, 39);
  border-radius: 4px;
}

#bar2 {
  transition-duration: .8s;
}

#bar1,#bar3 {
  width: 100%;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar1 {
  width: 70%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 70%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

/* End Navbar Section Here */

/*Start Main Banner Section Here */

.main_banner {
  top: 20px;
}

.main_banner .main_banner_container .main_banner_heading {
  font-size: 52px;
  font-weight: 700;
  /* white-space: pre; */
}

.main_banner .main_banner_button {
  margin-top: 20px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #0C8A7B;
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.main_banner_button:hover {
  background: #fff;
  color: #0C8A7B !important;
  border: 1px solid #0C8A7B;
}


.p-6 {
  padding-top: 6rem !important;
  padding-bottom: 3rem !important
}

/*End Main Banner Section Here */

/*Start About Section Here */
.about {
  margin-top: 50px;
}

.about_text {
  padding-top: 60px;
  padding-bottom: 60px;

}

.about_text h3 {
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #37B8E8;
}

.about_text h2 {
  color: #202120;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about_text p {
  color: #808080;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.about .about_button {
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #0C8A7B;
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.about_button:hover {
  background: #fff;
  color: #0C8A7B !important;
  border: 1px solid #0C8A7B;
}

.about .about_img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
  max-width: 340px;
  width: auto;
  flex-shrink: 0;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  border-radius: 20px;
}

/*End About Section Here */

.app_download {
  background: #202120;
  margin-top: 50px;
}

.app_download h2 {
  color: #FFF;
  font-family: Urbanist;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.app_download p {
  color: #FFF;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}

.download-btn {
  height: auto !important;
  width: auto !important;
  border-radius: 0 !important;
}

/*carousel*/

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 350px;
  flex-shrink: 0;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  border-radius: 20px;
}

.splide__arrow svg {
  fill: #37B8E8 !important;
  height: 1em !important;
  width: 1em !important;
}

.splide__arrow {
  -ms-flex-align: center !important;
  align-items: center !important;
  background: rgba(55, 184, 232, 0.11) !important;
  border: 0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 2em !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  padding: 0;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-70%) !important;
  width: 2em !important;
  z-index: 1 !important;
}

.splide__arrow--next {
  right: -3em !important;
}

.splide__arrow--prev {
  left: -3em !important;
}

.card-container {
  position: relative;
  border-radius: 20px;
}

.card-container::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.card {
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  border: none !important;
}

.card .img-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale 0.6s, rotate 0.6s, filter 1s;
}

.card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card .content .heading {
  font-size: 32px;
  font-weight: 700;
}

.card .content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.card:hover .content {
  opacity: 1;
  transform: translateY(0);
}

.card:hover .img-content {
  scale: 2.5;
  rotate: 30deg;
  filter: blur(55px);
}

.card:hover .img-content svg {
  fill: rgba(0, 0, 0, 0.04) !important;
}


/*Contact us section*/

.contact_us {
  background-image: url(../img/Frame-1.png);
  height: auto;
  flex-shrink: 0;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  color: #FFF;
  font-family: Urbanist;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.section-header p {
  color: #FFF;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon img {
  height: 39px !important;
  width: 39px !important;
  text-align: center;
  border-radius: 0 !important;
}

.contact-info-content {
  margin-left: 20px;
  font-family: Urbanist;
}

.contact-info-content p {
  color: #FFF;
  font-size: 1em;
  margin-top: 5px;
  font-family: Urbanist;
}

.contact-form {
  border-radius: 14.198px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(4.259368419647217px);
  padding: 40px;
  font-family: Urbanist;
  width: 70%;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-family: Urbanist;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  height: 42px;
  padding: 10px 10px;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-radius: 8px;
  border: 0.71px solid rgba(125, 125, 125, 0.50);
  background: rgba(45, 45, 45, 0.60);
  color: rgb(255, 255, 255);
  outline: none;
  resize: none;
  font-family: Urbanist;
}

.contact-form .input-box span {
  display: none;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
  color: #fff;
  font-size: 12px;
  transform: translateY(-90px);
  display: block;
  position: absolute;
  left: 0;
  padding: 12px 10px;
  font-size: 12px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.50);
}

.contact-form .input-box input[type="submit"] {
  border-radius: 8px;
  background: #0C8A7B;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  transition: 0.5s;
  font-family: Urbanist;
}

.contact-form .input-box input[type="submit"]:hover {
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .navbar-nav>li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
}

/*Footer section*/

footer {
  background-color: #202120;
  color: #fff;
}

footer h6 {
  color: #FFF;
  font-feature-settings: 'liga' off;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

footer p {
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

footer a {
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none !important;
}

footer a:hover {
  color: #0C8A7B;
  text-decoration: none !important;
}

footer .card {
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: strat;
  padding: 0px !important;
  gap: 20px;
  border-radius: 0 !important;
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: rgb(44, 44, 44);
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
}

/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: .3s;
}

/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: .3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: .3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: #128C7E;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  font-size: 20px;
  background-color: #0C8A7B;
  color: #fff;
  width: 47px;
  height: 47px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 1s;
  animation: bounce_513 1s infinite;
}

#myBtn:hover {
  background: transparent;
  color: #0C8A7B !important;
  border: 1px solid #0C8A7B;
}

@keyframes bounce_513 {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}