@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*,
*::before,
*::after{
    margin: 0;
    padding: 0;

}


::-webkit-scrollbar{
    background: transparent;
    width: 0.8rem;
  
  }
  
  ::-webkit-scrollbar-thumb{
    background-color: #999999;
    border: 0.2rem solid transparent;
    border-radius: 9px;
    background-clip: content-box;
  
  }
  
  ::-webkit-scrollbar-thumb:hover{
    background-color: #707070;
    opacity: 50%;
  
  }

html{
    font-size: 10px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    font-family: "Poppins", sans-serif, "Segoe UI";
    overflow: overlay;
}

a{
    display: block;
    text-decoration: none;
}

.container{
    max-width:100rem;
    margin: 0 auto;
    padding: 0 2.2rem;
}

.container_text{
    /* max-width:50rem; */
    /* left: 50rem; */
    text-align: left;
    margin: 0 auto;
    padding: 0 2.2rem;
}


header{
    font-family: 'Poppins';
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1400;
    height: 4.4rem;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2rem);
}

.right{
    position:absolute;
    right: 0rem;
    text-align: left;
    width: 50rem;
}

.left{
    text-align: right;
    width: 50rem;
}

.nav-list{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -1rem;

}

.nav-list-mobile{
    display: none;

}

.nav-link{
    font-size: 1.4rem;
    color: #d9d9d9;
    padding: 0 1rem;
    transition: opacity 0.5s;
}


.nav-link:hover{
    opacity: 0.7;
}

.nav-link-apple{
    width: 3.6rem;
    background: url(/icons/PrevON_icon.png) center no-repeat;
    background-size: 30px;
    height: 4.4rem;
}

.nav-link-search{
    width: 3.6rem;
    background: url(/icons/iconfinder_icon-111-search_314807.svg) center no-repeat;
    background-size: 25px;
    height: 4.4rem;
}

.nav-link-bag{
    width: 3.6rem;
    background: url(/icons/login_icon.png) center no-repeat;
    background-size: 20px;
    height: 4.4rem;
}



.title-heading-PrevON{
    background:url(/icons/PrevON_white_medium.png) left no-repeat;
    height: 15.8rem;
    background-size: auto 15.8rem;
    /* margin-top: 0rem; */
}


.title-login{
    font-family: 'Poppins';
    color: #ffffff;
    text-align: left;
    padding-top: 22.5rem;
}

.title-first{
    padding-top:2.2rem;
    text-align: center;
    font-family: 'Poppins';
    font-size: 5.6rem;
    line-height: 1.507143;
    letter-spacing: -0.005rem;
}


.title{
    font-family: 'Poppins';
    color: #ffffff;
    text-align: left;
    padding-top: 5.5rem;
}

.title-heading{
    font-family: 'Poppins';
    font-size: 5.6rem;
    line-height: 1.507143;
    letter-spacing: -0.005rem;
 }

 .title-sub-heading-first{
    /* padding-top: 15rem; */
    text-align: center;
    font-family: 'Poppins';
    font-size: 3.65rem;
    margin-top: 0.6rem;
    letter-spacing: 0.008rem;
    font-weight: 400;
}


 .title-sub-heading{
     padding-top: 15rem;
     /* text-align: left; */
     font-family: 'Poppins';
     font-size: 3.65rem;
     margin-top: 0.6rem;
     letter-spacing: 0.008rem;
     font-weight: 400;
 }

 .title-price-first{
     text-align: center;
    font-family: 'Poppins';
    font-size: 1.7rem;
    color: #7f7f7f;
    margin-top: 0.68rem;
}

 .title-price{
     font-family: 'Poppins';
     font-size: 1.7rem;
     color: #7f7f7f;
     margin-top: 0.68rem;
 }

 .cta{
     text-align: center;
     margin-top: 1.8rem;
     
 }

 .cta-link{
     font-family: "Poppins";
     color: #66bbff;
     font-size: 2.1rem;
     display: inline-block;
 }

 .cta-link:nth-child(2){
     margin-left: 2.6rem;

 }

 .cta-link:hover{
     border-bottom: 2px solid #66bbff;

 }



.title-dark{
    color: #000000;

}

.cta-link-darker{
    color: #00958f;
}

.cta-link-darker:hover{
    border-bottom-color: #00958f;
}



.hero{
    height: 72.2rem;
    /* width: 135rem; */
    background-size: auto 93.6rem;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 0.4rem solid #000000;
    border-bottom: 0.4rem solid #000000;
}

.hero-body{
    height: 52.2rem;
    /* width: 135rem; */
    background-size: auto 93.6rem;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 0.4rem solid #000000;
    border-bottom: 0.4rem solid #000000;
}


.title-leadership-background{
    background-color: #000000;
    width: 100%;
    height: 28rem;

}

.title-leadership{
    color: white;
    font-weight: 500;
    font-size: 4.5rem;
    font-family: "Poppins";
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2.2rem;
    padding-top: 12rem;
    letter-spacing: -0.10rem;
}



.founder{
    background: url(/images/rafael.jpg);
    background-size: 10rem;
    width: 90%;
    height: 100%;
}


.p{
    padding-bottom: 3.5rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #3b434c;
    font-family: "Poppins";
    font-weight: 800;
    text-align: center;
    max-width: 100rem;
    margin: 0 auto;
}

.q{
    padding-top: 3.5rem;
    font-size: 3.5rem;
    line-height: 4rem;
    color: #000000;
    font-family: "Poppins";
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.05rem;
    max-width: 100rem;
    margin: 0 auto;
}

.row{
    max-width: 100rem;
    margin: 0 auto;
    text-align:center !important;

    flex-wrap:wrap;
    align-items: center;
    justify-content: center;    
}

.col-md-3{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width: 20rem;
    
}

.col-sh{
    -ms-flex:0 0 25%;
    flex:0 0 20%;
    max-width: 19rem;
    margin: 1rem 2rem 5rem 2rem;
    
}

.col-float{
    display: inline-block;
    justify-content: space-between;
}

.card-img-top{
    width:100%;
    border-radius: 16px !important;
    
}

.card-body{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1.25rem;
}



.tx1{
    /* padding-bottom: 3.5rem; */
    font-size: 1.5rem;
    line-height: 1rem;
    color: #000000;
    font-family: "Poppins";
    font-weight:600;
    text-align: center;
}
.tx2{
    /* padding-bottom: 3.5rem; */
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000000;
    font-family: "Poppins";
    /* font-weight:600; */
    text-align: center;
    letter-spacing: -0.08rem;
}



.team .card{
    color: #cbcdcf;
    box-shadow: none;
    border:none;
}


.team .card img{
    filter: gray;
    filter: grayscale(1);
    border-radius: 10px;
    transition: var(--mainTransition);
    transition:all .05s ease-in-out;
    -webkit-transition:all .05s ease-in-out;
    -moz-transition:all .05s ease-in-out;
    -ms-transition:all .05s ease-in-out;
    -o-transition:all .05s ease-in-out;
  
}

.team .card .card-text{
    color: #b2b4b9 !important;
    padding: 5px 0 !important;
    transition:all .05s ease-in-out;
    -webkit-transition:all .05s ease-in-out;
    -moz-transition:all .05s ease-in-out;
    -ms-transition:all .05s ease-in-out;
    -o-transition:all .05s ease-in-out;
    line-height: 2rem;
  
}
.team .card:hover img{
    filter: none;
    transition:all .06s ease-in-out;
    -webkit-transition:all .06s ease-in-out;
    -moz-transition:all .06s ease-in-out;
    -ms-transition:all .06s ease-in-out;
    -o-transition:all .06s ease-in-out;
}
.team .card:hover .card-title{
    color: #00958f;
    transition:all .6s ease-in-out;
    -webkit-transition:all .06s ease-in-out;
    -moz-transition:all .06s ease-in-out;
    -ms-transition:all .06s ease-in-out;
    -o-transition:all .06s ease-in-out;
  
}


.card-title{
    font-size: 2rem;
    font-family: "Poppins";
    /* margin-bottom:.75rem */
    transition:all .6s ease-in-out;
    -webkit-transition:all .6s ease-in-out;
    -moz-transition:all .6s ease-in-out;
    -ms-transition:all .6s ease-in-out;
    -o-transition:all .6s ease-in-out;
    line-height: 2rem;

}

.card-text:last-child{
    margin-bottom:0.5rem;
    height: 3rem;
}



@media screen and (max-width : 1268px){
    .right{
        position:absolute;
        right: 0rem;
        text-align: left;
        width: 40rem;
    }

    .left{
        text-align: right;
        width: 40rem;
    }
}


/* to make responsive when size is below 1068px */
@media screen and (max-width : 1068px){

    .hero{
        height: 65rem;
        background-size: auto 69.8rem;
        background-position: top center; 
        background-repeat: no-repeat;
    }
    .hero-body{
        height: 52.2rem;
        background-size: auto 69.8rem;
        background-position: top center; 
        background-repeat: no-repeat;
    }

    .right{
        position:absolute;
        right: 0rem;
        text-align: left;
        width: 40rem;
    }

    .left{
        text-align: right;
        width: 40rem;
    }
    
    .title-first{
        font-size: 4.4rem;
    }

    
    .title-heading{
        font-size: 4.4rem;
    }

    .title-sub-heading-first{
        font-size: 2.4rem;
    }

    .title-sub-heading{
        font-size: 2.4rem;
    }

    .cta-link:nth-child(2){
        margin-left: 2rem;
    }

    .title-heading-PrevON{
        background-size: auto 10.8rem;
    }
   
}

/* when device goes less than 767px */
@media screen and (max-width : 767px){    
    
    header{
        height: 4.8rem;
        transition: background 0.36s cubic-bezier(0.32, 0.08 , 0.24 , 1),
                     height 0.56s cubic-bezier(0.32, 0.08 , 0.24 , 1);
    }

    header .container{
        padding: 0;
    }

    .title-leadership{
        font-size: 3rem;
    }

    
    .p{
        font-size: 1.5rem;
    }
    
    
    .q{
        font-size: 2.5rem;
    }

    .col-md-3{
        -ms-flex:0 0 25%;
        flex:auto;
        max-width: 20rem;
    }


    .container_text{
        padding: 0;
    }


    .right{
        position:absolute;
        right: 0rem;
        text-align: left;
        width: 35rem;
    }

    .left{
        text-align: right;
        width: 35rem;
    }


    .title-heading-PrevON{
        background-size: auto 9.8rem;
    }

    .title-first{
        font-size: 3.2rem;
     }

    .title-heading{
        font-size: 3.2rem;
     }
    
    
     .title-sub-heading-first{
        font-size: 2rem;
    }
   
     .title-sub-heading{
         font-size: 2rem;
     }

     .title-price-first{
        font-size: 1.4rem;
    }

     .title-price{
         font-size: 1.4rem;
     }
    
    .nav-list-larger{
        display: none;
    }
    .nav-list{
        margin-top: 0;
    }

    .nav-list-mobile{
        display: flex;
        
    }

    .nav-item{
        width: 4.8rem;
        height: 4rem;
        display: flex;
        justify-content: center;
    }
    
    .nav-items-hidden{
        display: none;
    }

    .mobile-menu{
        margin-left: 2rem;
        position: relative;
        z-index: 1500;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;        
    }

    .line{
        position: absolute;
        width: 1.7rem;
        height: 0.5px;
        background-color: #ffffff;
        transition: margin-top 0.3192s cubic-bezier(0.04 , 0.04 , 0.12 , 0.96);
    }

    .line-top{
        margin-top: 15px;
    }

    .line-bottom{
        margin-bottom: -0.1rem;
    }

    .active .line-top{
        margin-top:0;
        transform: rotate(45deg);
        transition: transform 0.3192s cubic-bezier(0.04 , 0.04 , 0.12 , 0.96);
    }
    
    .active .line-bottom{
        width: 1.11rem;
        transform: rotate(-45deg);
        transition: transform 0.3192s cubic-bezier(0.04 , 0.04 , 0.12 , 0.96);
    }

    header.active{
        height: 100%;
        /* background-color: #000; */
    }

    .nav-link-apple{
        width: 3.8rem;
        height: 4.8rem;
        position: relative;
        z-index: 1500;
    }

    .nav-link-bag{
        margin-right: 2rem !important;
        background-size: 20px;
        width: 3.6rem;
        height: 4.4rem;
        transition: opacity 0.3s;
    }

    .nav{
        position: relative;
    }

    .nav-link{
        font-size: 1.7rem;
        padding: 1;
        margin: auto 0;
    }

    .nav-list-larger{
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        display: block;
        padding: 4.5rem 5rem;
        z-index: 1000;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
 

    }

    /* changed in html was wrong */
    .active .nav-list-larger{

        width: 100%;
        height: 110%;
        opacity: 100;
        visibility: visible; 
        max-height: 100%;
        overflow-y: scroll;
        border-top: 4.8rem solid transparent;
        border-bottom: 4.8rem solid transparent;
    }

    .active .nav-link-bag{
        opacity: 0;
        transition: opacity 0.3s;
    }

    .active .nav-link-bag-menu{
        background: url(/icons/login_icon.png) center no-repeat;
        background-size: 35px;
        width: 100%;
        height: 12rem;
        transition: opacity 0.3s;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.093);
    }


    .nav-list-larger .nav-item{
        width: 100%;
        justify-content: flex-start;
        
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

    .nav-list-larger .nav-item:nth-child(6){
        border-bottom: none;
    }

    .active .nav-list-larger .nav-item{
        animation: fade 1s ease-in;
    }
    @keyframes fade{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }

}

@media screen and (max-width: 735px){
    .hero{
        height: 60rem;
        background-size: auto 69.8rem;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .hero-body{
        height: 52.2rem;
        background-size: auto 69.8rem;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .right{
        position:absolute;
        right: 0rem;
        text-align: left;
        width: 25rem;
    }

    .left{
        text-align: right;
        width: 25rem;
    }


    .title{
        padding-top: 3.7rem;
    }

    .title-first{
        font-size: 3.2rem;
    }

    .title-heading{
        font-size: 3.2rem;
    }

    .title-heading-PrevON{
        background:url(/icons/PrevON_white_medium.png) center no-repeat;
        height: 8.8rem;
        background-size: auto 5.8rem;
        
    }

    .title-login{
        font-family: 'Poppins';
        color: #ffffff;
        text-align: left;
        padding-top: 5.5rem;
    }

    .title-sub-heading-first{
        font-size: 1.9rem;
    }

    .title-sub-heading{
        font-size: 1.9rem;
    }

    .title-price-first{
        font-size: 1.4rem;
    }

    .title-price{
        font-size: 1.4rem;
    }

    .cta{
        margin-top: 0.7rem;
    }

    .cta-link{
        font-size: 1.9rem;

    }

    
.col-sh{
    margin: 0rem 0rem 0rem 0rem;
}

}


