:root {
  --main-color: #ffab00;
  --dark-color: #ff8300;
  --gray-color: #5b6670;
  --green-color: #1b9a5a;
}

/* Global */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
}
section[id] {
  scroll-margin-top: 94px;
}

/* Global */

/*.bg-main {
  margin: 0;
  padding: 0;
  background-image: url("../img/main-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  border-radius: 0 0 33px 33px;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.33);
}

/*.header {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  background-image: linear-gradient(
    45deg,
    var(--dark-color),
    var(--main-color)
  );
}*/
.navbar {
  backdrop-filter: blur(20px) brightness(0.85);
}
.custom-nav {
  background-color: var(--main-color);
  border-radius: 20px;
}
.custom-nav .nav-item a.nav-link {
  padding: 15px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.custom-nav .nav-item a.nav-link:hover,
.custom-nav .nav-item a.nav-link.active {
  background-color: var(--dark-color);
  border-radius: 20px;
}
.navbar-brand {
  position: relative;
}
.navbar-brand img {
  position: relative;
  display: block;
  width: 150px;
}
/***NEW****/
.text-big {
  font-size: 40px;
  font-weight: 600;
  color: #706D6A;
    line-height: 1.2;
}
.text-bigw {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
    line-height: 1.2;
}
.text-bigger {
  font-size: 50px;
  font-weight: 600;
  color: #706D6A;
    line-height: 1.2;
  
}
.text-biggerr {
  font-size: 55px;
  font-weight: 600;
  color: #706D6A;
  line-height: 1.2;
}
.text-biggerrx {
  font-size: 80px;
  font-weight: 800;
  background: #FE8300;
  background: radial-gradient(circle,rgba(254, 207, 51, 1) 0%, rgba(254, 131, 0, 1) 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.text-biggerrxp {
  font-size: 110px;
  font-weight: 800;
  background: #FE8300;
  background: radial-gradient(circle,rgba(254, 207, 51, 1) 0%, rgba(254, 131, 0, 1) 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.text-biggerrxpp {
  font-size: 110px;
  font-weight: 800;
  color: #8A44F1;
  line-height: 0.5;
}
.orange{
    color:#FE8600;
    font-weight: 800;
}
.purple{
    color:#8A44F1;
    font-weight: 800;
}
.btn-og{
    border-radius: 33px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
    border: 2px solid #fff;
    -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;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
    text-align: center;
}
/*** end NEW****/
.text-white {
  color: #ffffff;
}
.block-gradient {
  background-image: linear-gradient(
    to right,
    var(--dark-color),
    var(--main-color)
  );
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
  border-radius: 20px;
  -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;
}
.text-medium {
  font-size: 30px;
  font-weight: 600;
}
.text-medium-2 {
  font-size: 64px;
  font-weight: 600;
}
.icon-wrapper {
  position: relative;
}
.icon-wrapper img {
  position: relative;
  display: block;
  width: 50%;
}
.custom-padding {
  padding: 0 0 120px 0;
}
/***NEW****/
.white-content {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.33);
}
.pt-7{
    padding-top: 7%;
}
.pb-7{
    padding-bottom: 7%;
}
.element{
    position: absolute;
    margin-top: 10%;
    width: 7%;
    z-index: -1;
}
.element2{
    position: absolute;
    right: 0;
    margin-top: -62%;
    width: 7%;
    z-index: -1;
}
.element3{
    position: absolute;
    margin-top: 0;
    width: 7%;
    z-index: -1;
}
.element4{
    position: absolute;
    right: 0;
    margin-top: 0;
    z-index: -1;
}
.element5{
    position: absolute;
    left:  0;
    margin-top: -105%;
    width: 7%;
    z-index: -1;
}
.h-1095{
    height: 1095px;
}
.img-al{
    margin-top: 15%;
    margin-left: -8%;
    max-width: 112%;
}
.p-0{
    padding: 0;
}
.b-right{
    border-right: 3px solid #5F676E;
    height: 75px;
}
/*** end NEW****/
.text-gray {
  color: var(--gray-color);
}

.text-orange {
  color: var(--dark-color);
}
.custom-upper {
  text-transform: uppercase;
  font-weight: 800;
}
.cta-button {
  color: #ffffff;
  background-color: var(--dark-color);
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 20px;
  display: inline-block;
}
.cta-button:hover {
  color: #ffffff;
  background-color: var(--main-color);
  -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-offset {
  margin-top: -20px;
}
.text-huge {
  font-size: 80px;
  font-weight: 800;
}
.text-green {
  color: var(--green-color);
}
.custom-icon-wrapper {
  position: relative;
}
.green-line-wrapper {
  border-radius: 40px;
  border: 2px solid var(--green-color);
}
.custom-whatsapp {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 140px;
}
.text-general {
  font-size: 28px;
}

@media all and (max-width: 1199px) {
  .custom-whatsapp {
    position: relative;
    width: 140px;
  }
}

@media all and (max-width: 991px) {
 /* .text-big {
    font-size: 32px;
  }*/
  .text-general {
    font-size: 20px;
  }
  .text-huge {
    font-size: 50px;
  }
  .text-medium {
    font-size: 24px;
  }
  .text-medium-2 {
    font-size: 45px;
  }
}

.bg-gradient-orange {
  background-image: linear-gradient(
    to top,
    var(--dark-color),
    var(--main-color)
  );
}
.custom-radius {
  border-radius: 50px;
}
.custom-width {
  width: 30%;
}
.img-wrapper {
  position: relative;
  overflow: hidden;
}
.img-wrapper img {
  position: relative;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.img-wrapper-full {
  position: relative;
}
.img-wrapper-full img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.img-wrapper-footer {
  position: relative;
}
.img-wrapper-footer img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media all and (max-width: 991px) {
  .img-wrapper img,
  .img-wrapper-full img {
    width: 80%;
  }
}

.qr-wrapper {
  flex-direction: row;
}
.custom-items-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
.custom-item {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
@media all and (max-width: 991px) {
  .custom-items-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .qr-wrapper {
    flex-direction: column;
  }
}
.program-item {
  position: relative;
}
.program-item img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 33px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
  border: 2px solid var(--main-color);
  margin: 10px 0;
  -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;
}

.program-item:hover img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -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;
}

/* modals */
.modal-header,
.modal-body,
.modal-footer {
  background-color: var(--dark-color);
  color: #ffffff;
}
.img-modal-wrapper {
  position: relative;
}
.img-modal-wrapper img {
  position: relative;
  display: inline-block;
  width: 40%;
  border-radius: 30px;
  margin-bottom: 30px;
  border: 2px solid var(--main-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.33);
}
.img-modal-wrapper p {
  font-size: 1.2em;
}
.img-modal-wrapper a {
  color: #333333;
  font-weight: 800;
  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;
}
.img-modal-wrapper a:hover {
  color: var(--gray-color);
  -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;
}
/* modals */

/* footer */
.footer-bg {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}
/* footer */

.block-gradient.extra-btn:hover {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  -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;
}
.block-gradient a {
  text-decoration: none;
  color: #ffffff;
}
.block-gradient:hover a {
  text-decoration: none;
  color: var(--dark-color);
}
/** new media **/
@media (max-width:998px){
    .custom-padding {
    padding: 0;
}
    .text-big,
    .text-bigger,
    .text-biggerr {
        font-size: 21px;
    }
    .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
    .pt-14mob {
    padding-top: 14%;
}
    .pd-redmob{
        padding: 5px 30px 30px 30px;
    }
    .element {
    margin-top: 27%;
    width: 10%;
}
    .text-biggerrx {
    font-size: 33px;
    }
    .h-1095 {
    height: 365px;
}
    .element4 {
    width: 10%;
}
    .img-mob12{
        width: 50%;
    }
    .img-mob13{
        width: 50%;
    }
    .text-biggerrxp {
        font-size: 50px;
    }
    .text-biggerrxpp {
    font-size: 50px;
}
    .img-al {
        max-width: 110%;
        margin-top: 10%;
}
    .table-mob{
        display: inline-table;
    }
    .white-content{
        width: 90%;
        margin-left: 5%;
        border-radius: 30px;
    }
    .pt-0mob{
        padding-top: 0;
    }
    .pb-0mob{
        padding-bottom: 0!important;
    }
    .text-bigw {
        font-size: 21px;
    }
    .bg-gradient-orange{
        width: 95%;
        margin-left: 3%;
        border-radius: 30px;
    }
    .btn-og {
    font-size: 1.1em;
}
    .d-inlinef{
        display: inline-flex;
    }
        
.b-right {
    height: 55px;
}
}