/*clases*/
:root {
  --main-color: #ff8300;
  --active-color: #3e7eff;
  --back-color: #5b6670;
}

/*clases*/

/* global */
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: var(--back-color);
}

body,
html {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.img-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.img-wrapper img {
  width: 100%;
  z-index: 1;
}

.img-wrapper .play-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  transform: -o-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  object-fit: contain;
  z-index: 2;
}

nav.navbar {
  backdrop-filter: blur(20px) brightness(1.2);
  background-color: rgba(255, 255, 255, 0.66);
}
.custom-call {
  display: block;
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin: 0;
  padding: 0;
}
.custom-call a {
  color: var(--main-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-call a:hover {
  color: #fff;
}
.custom-call-2 {
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  width: 100%;
  margin: 0;
  padding: 0;
}
.custom-call-2 a {
  color: var(--back-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-call-2 a:hover {
  color: #fff;
}

.custom-call br,
.custom-call-2 br {
  display: none;
}

@media all and (max-width: 500px) {
  .custom-call br,
  .custom-call-2 br {
    display: block;
  }
}

.navbar-brand {
  position: relative;
}
.navbar-brand img {
  position: relative;
  display: block;
  width: 66%;
  margin: 0 auto;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 600;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: var(--main-color);
}

.banner-round {
  border-top-right-radius: 450px;
  border-bottom-right-radius: 450px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .banner-round {
    border-top-right-radius: 0;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 50%;
  }
}
.content-wrapper {
  color: #fff;
}

.content-wrapper h1 {
  font-size: 3rem;
  font-weight: 700;
}

.logo-style {
  display: block;
  width: 350px;
}

@media all and (max-width: 1199px) {
  .logo-style {
    width: 250px;
  }
}

.custom-cta {
  display: inline-block;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 80px;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-cta:hover {
  background-color: transparent;
  color: var(--main-color);
}

.orange-bg {
  background-color: var(--main-color);
  color: #fff;
}
.orange-text {
  color: var(--main-color);
  font-weight: 700;
}
.img-wrapper-2 {
  position: relative;
  margin: 0;
  padding: 80px 0;
}

.img-wrapper-2 img {
  position: relative;
  display: block;
  width: 32%;
  margin: 0 auto;
}

.right-border {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}

.left-border {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}

@media all and (max-width: 991px) {
  .right-border {
    border-radius: 350px;
  }

  .left-border {
    border-radius: 350px;
  }

  .custom-invert {
    flex-direction: column-reverse;
  }
}
.gray-bg {
  background-color: var(--back-color);
  color: #fff;
}

.img-wrapper-3 {
  position: relative;
  margin: 0;
  padding: 0;
}

.img-wrapper-3 img {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 150px;
  overflow: hidden;
}

.custom-heading {
  padding-top: 100px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--main-color);
}

.faq-rounded {
  border-radius: 15px;
  overflow: hidden;
}

.accordion-body {
  background-color: #e2e2e2;
}

.footer-logo {
  display: block;
  margin: 30px auto;
}

.main-margin {
  margin-top: 40px;
}

@media all and (max-width: 1199px) {
  .main-margin {
    margin-top: 130px;
  }
}

.mobile-pad {
  padding-top: 0;
}

@media all and (max-width: 991px) {
  .mobile-pad {
    padding-top: 50px;
  }
}
