/*
Website: Teimo
By: Digital Coonection
Developer: Hem Raj Bhatt
*/

/* font family */
@font-face {
    font-family: 'Gopher';
    src: url('../fonts/Gopher-Regular.eot');
    src: url('../fonts/Gopher-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gopher-Regular.woff2') format('woff2'),
    url('../fonts/Gopher-Regular.woff') format('woff'),
    url('../fonts/Gopher-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-left: 0;
}
:active,
:hover,
:focus
{
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover{
    text-decoration: none;
}
ul,
ol {
    margin: 0;
}

/* Global  color */
:root{
    --primary-color:#AE5339;
    --secondry-color:#768085;
    --white-color:#fff;
}

html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gopher';
    font-size: 100%;
  

}


.main-btn{
    display: inline-block;
    padding: 0.625rem 1.875rem;
    line-height: 1.5625rem;
    background-color: var(--secondry-color);
    border: none;
    color: var(--white-color);
    font-weight: normal;
    font-family: var(--primary-font);
    text-transform: uppercase;
    position: fixed;
    bottom: 2%;
    left:2%;
    z-index: 100;
    box-shadow: -5px 1px 8px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: -5px 1px 8px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 1px 8px -2px rgba(0,0,0,0.75);
}

.main-btn a{
    color: var(--white-color);
}

.navbar-toggler:focus{
    box-shadow: none;
}

/* ===============   navbar  =====================  */

.navbar .dropdown-item.active, .navbar .dropdown-item:active{
    background-color: var(--secondry-color);
}
.navbar  .navbar-nav  .nav-item a{
    color: var(--white-color);
    font-size: 18px;
}
.navbar  .navbar-nav  .nav-item a:hover{
   color: #fff !important;

}
.navbar-toggler i {
    color: #fff;
}

ul.navbar-nav {
    margin-right: 10%;
}
.nav-lang {
    background: var(--secondry-color);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-lang p {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}

.navbar .dropdown-menu{
    border:none;
}
    /* ==================== banenr video section ==================== */

.my__logo{
    max-width: 154px;
}
.main-nav {
    background: #ae5339a6;
}
.main-nav.scrolled {
    background: var(--primary-color);
}
.main-nav .nav-item .dropdown-menu{
    background: var(--secondry-color);
}
.navbar .navbar-nav .nav-item a:hover{
    color: var(--secondry-color);
}
.top-banner-section .video-section .hero-video{
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.rella-row-overlay {
    display: block;
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.hero .hero__caption {
   position: absolute;
   top: 50%;  
    left: 50%;
   transform: translate(-50%, -50%);
   z-index: 999;
    display: none;

}


.hero .hero__caption  h3{
    color: var(--white-color);
    padding-top: 35px;
padding-left: 105px;
font-size: 26px;
}



.hero .hero__caption.active {
   display: block;
}

.rella-row-overlay{
   display: none;
}
.rella-row-overlay.active{
    display: block;
}

.main-nav .nav-item .dropdown-menu {
    background: var(--primary-color);
}
.dropdown-item:hover {
    background: var(--primary-color);
}

.mobile-banner-section {
	 display:none;
}




    /* ====================  neaxt banner section ==================== */
.nextBanner {
    background: url("../images/next-banner.jpg");
    margin-top: -8px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    position: relative;
    isolation: isolate;
}


.nextBanner::before{
    content: "";
    position: absolute;
    height:100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: -1;
}
.nextBanner  .nextBanner__capion {
    color: #fff;
    text-align: center;
}
.nextBanner  .nextBanner__capion h3{
    font-size: 35px;
}


.nextBanner .nextBanner__capion .next-btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.nextBanner .nextBanner__capion .next-btn .next__left, .nextBanner .nextBanner__capion .next-btn .next__right{
  background-color: var(--primary-color);
  margin-right: 8px;
  margin-left: 8px;
  width: 190px;
  height:60px;
  line-height: 60px;
  text-align: center;
}
.nextBanner .nextBanner__capion .next-btn a{
    color: #fff;
    display: inline-block;
}

/* ====================  Image Hover    section Open  ==================== */

.imageHover {
    position: relative;
}
.imageHover .cardPart{
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.imageHover .cardPart .card__content a{
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}

 /* .imageHover .cardPart:hover::before{
    content: "";
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}   */

.imageHover .mobile-image {
    
    width: 100%;
    height: auto;
    min-height: 300px;
    background-repeat: no-repeat;
}
.imageHover .mobile1__img{
    background: url("../images/1-mobile.png");
   
}

.imageHover .mobile2__img{
    background: url("../images/2-mobile.png");
  
}
.imageHover .mobile3__img{
    background: url("../images/3-mobile.png");
  
}

.imageHover .mobile4__img{
    background: url("../images/4-mobile.png");
  
}

.imageHover .mobile5__img{
    background: url("../images/5-mobile.png");
  
}

.imageHover .mobile6__img{
    background: url("../images/6-mobile.png");
  
}


.imageHover .cardPart .card-img{
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  
  
}

.imageHover .cardPart:hover .card-img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.imageHover .cardPart .card__content {
    position: absolute;
    left: 0;
    top:40%;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 2;
}

.imageHover .cardPart:hover .card__content {
  background: rgba(0,0,0,.8);
}
.imageHover .cardPart .card__content p{
  transform: scale(0);
  display: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
}
.imageHover .cardPart:hover .card__content p {
  transform: scale(1);
  display: block;
}
.imageHover .cardPart .card__content h4{
    font-size: 20px;
   
}

/* ====================  Image Hover    section Close   ==================== */

/* ==================== First form PERSONAL TRAINER  section Open ===================== */

.personal {
     background: url("../images/first_form-bg.jpg");
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center right;
    background-attachment: fixed;
}

.personal .personal__heading{
    padding-bottom: 25px;
}
.personal .personal__heading p{
    font-size: 18px;
}
.personal .personal__heading h2{
    color: #fff;
    font-size:35px;

}

.personal .col-lg-6 {
    margin-bottom: 25px;
}

.personal .form-check {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size:15px;
}
.personal .form-check label{
    margin-left: 5px;
}
.personal .btn-form {
    background:var(--primary-color);
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 55px;
    border-radius: 0;
    margin-top: 25px;
}

.personal .form-control {
    border-radius: 0;
}

.checkbox {
    display: inline-flex;
   cursor: pointer;
 align-items: center;
}
.checkbox__input {
    display: none;
}
.checkbox__box{
    height: 1.25em;
    width: 1.25em;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
    overflow: hidden;
    transition: background-color 0.15s, border-color 0.15s; 
   
}


.checkbox__input:checked + .checkbox__box::after{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;   
    font-size:11px;
    height: 100%;
    width: 100%;
    background-color:var(--primary-color);
    border-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* ==================== second form PERSONAL TRAINER  section Open ===================== */


.umpersonal {
    background: url("../images/second-form-bg.jpg");
    min-height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}


.umpersonal .personal__heading{
    padding-bottom: 25px;
}
.umpersonal .personal__heading h2{
    color: #fff;
    font-size: 35px;

}

.umpersonal .personal__heading p{
    font-size: 18px;
}

.umpersonal .col-lg-6 {
    margin-bottom: 25px;
}

.umpersonal .form-check {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size:15px;
}
.umpersonal .form-check label {
    margin-left: 5px;
}
.umpersonal .btn-form {
    background:var(--primary-color);
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 55px;
    border-radius: 0;
    margin-top: 25px;
}

.umpersonal .form-control {
    border-radius: 0;
    color: #6c757d;
    text-transform: uppercase;
}

/* ==================== footer  section Open ===================== */


.footer{
    background: url("../images/footer-bg.jpg");
	background-size:cover;
	background-position: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

.footer h3{
    
    margin-bottom: 25px;
    font-size: 35px;
}

.footer ul{
    padding-left: 0;
    display: flex;
    justify-content: center;
flex-direction: column;
padding-left:0;

}

.footer ul li {
    list-style-type: none;
	margin-bottom:25px;
    
}

.footer ul li a i{
    display: inline-block;
    background: var(--primary-color);
    color: black;
    font-size: 23px;
    height: 40px;
    width: 40px;
    transition: all .3s;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;

}
.footer ul li a i:hover{
    background: #717272;
}

.footer ul li a{
color: var(--bs-body-color);
font-size: 18px;

}


/* ============= footer bar ================  */

.footerBar .footerBar__section p{
   color:#000;
   padding: 2rem 0;
}

.footerBar .footerBar__section a{
    text-decoration: none;
    color: #000;
    transition: all .5s;
}
.footerBar .footerBar__section a:hover{
    color: var(--primary-color);
    text-decoration: underline;
}





/* =====================  Política Privacidade  Page =========================== */

.privacidade {
    margin-top: 8rem;
    margin-bottom: 3rem;
}

.privacidade h2, .privacidade h3 {
    padding: 1rem 0;
}



