@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap');
:root{
    --main-bg-color-secondary-full: rgba(189, 189, 189, 1);
    --main-bg-color-secondary: rgba(189, 189, 189, .19);
    --main-bg-color-secondary-50: rgba(189, 189, 189, .5);
    --main-bg-color-secondary-20: rgba(189, 189, 189, .2);
    --label-color-dark: #D9D9D9;
    --label-color-light: #E8E8E8; 
    --label-blue-ready: #478CF3;
    --color-blue-own: rgba(0, 102, 255, 1);
    --color-gray-light: rgba(134, 134, 134, 1);
    --color-gray-dark: rgba(245, 245, 245, 1);
    --color-gray-underline: rgba(217, 217, 217, 1);
    --text-color-secondary: #1E1E1E;
    --bg-color-gray-own: #1E1E1E;
    --bg-color-gray-light: rgba(217, 217, 217, .25);
    --bg-color-gray-50: rgba(217, 217, 217, .5);
    --moduls-cont-left: 0px;
    --moduls-position: block;
}
body{
    min-height: 100vh
}
.container{
    max-width: 1200px !important;
}
#navbarText li, #header-section li{
    position: relative;
}
#navbarText .navbar-head-link:after, #header-section .navbar-head-link:after{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: var(--color-blue-own);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
#navbarText a:hover:after, #header-section a:hover:after{
    width: 100%; 
    left: 0; 
}

#navbarVisible{
    max-height: 80px
}
.footer-link{
    font-size: 11px;
    font-weight: 500;
}
footer .btn{
    font-size: 12px;
    font-weight: 700;
}
footer svg{
    margin-right: 15px;
}
.footer-help-to-dev{
    font-size: 12px !important;
    font-weight: 700 !important;    
}
.footer-help-to-dev a{
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
body{
    font-family: 'Poppins', sans-serif !important;
}
.navbar-head-link{
    font-size: 12px !important;
    font-weight: 500 !important;
}

.bg-color-black{
    background-color: var(--bs-black) !important;
}

.bg-color-secondary-full{
    background-color: var(--main-bg-color-secondary-full) !important;
}
.bg-color-secondary{
    background-color: var(--main-bg-color-secondary) !important;
}
.bg-color-secondary-50{
    background-color: var(--main-bg-color-secondary-50) !important;
}
.bg-color-secondary-20{
    background-color: var(--main-bg-color-secondary-20) !important;
}
.bg-color-blue{
    background-color: var(--color-blue-own) !important;
}
.bg-color-gray-own{
    background-color: var(--bg-color-gray-own) !important;
}
.bg-color-gray-dark{
    background-color: var(--color-gray-dark); 
}
.bg-color-gray-50{
    background-color: var(--bg-color-gray-50); 
}
.label-gray-dark{
    background-color: var(--label-color-dark);
}
.label-gray-light{
    background-color: var(--label-color-light);
}
.label-blue-ready{
    background-color: var(--label-blue-ready);
}
.bg-color-gray-light{
    background-color: var(--bg-color-gray-light);
}
.text-color-secondary{
    color: var(--text-color-secondary) !important;
    transition: .3s ease all;
}
.text-color-white{
    color: var(--bs-white) !important;
}
.text-color-gray-light{
    color: var(--color-gray-light) !important;
}
.logo-icon-mobile{
    display: block !important;
}
.text-decoration-none{
    text-decoration: none;
}

.text-opacity{
    color:rgba(30,30,30,.5)
}
.opacity-20{
    opacity: .2;
}
.opacity-50{
    opacity: .5;
}
.opacity-60{
    opacity: .6;
}
.opacity-1{
    opacity: 1;
}
.text-small{
    font-size: 8px;
}
.text-color-blue{
    color: var(--color-blue-own) !important;
}
.flex-gap-2{
    gap: 0.5rem;
}
.flex-row-gap-2{
    row-gap: 0.5rem
}
.flex-column-gap-2{
    column-gap: 0.5rem
}
.mx--5{
    margin-left: -48px !important;
    margin-right: -48px !important;
}
.z-index-2{
    z-index: 2;
}
.z-index-5{
    z-index: 5;
}
.border-light-own{
    border-right: 1.5px solid;
    border-color: rgba(0,0,0,.2);
    box-shadow: 1.5px 0 1px -1px rgba(0,0,0,.2);
}
.border-light-bottom{
    border-bottom: 1.5px solid;
    border-color: rgba(0,0,0,.2);
    box-shadow: 0 1px 1.5px -1px rgba(0,0,0,.2);
}
.border-size-4{
    border-width: 4px;
}
.hero .container{
    padding-bottom: 137px;
}
.hero h1{
    font-size: 96px !important;
    font-weight: 800 !important;
    line-height: 96px !important;
    color: var(--bs-white) !important;    
}
.hero p{
    color: #868686 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    margin-right: 19%;
}
.hero-img{
    position: absolute;
    width: 90%;
    max-width: 1440px;
    right: 0;
}
.button-primary-color{
    background-color: var(--color-blue-own) !important;
}
.button-white-color{
    color: var(--color-blue-own) !important;
    background-color: var(--bs-white) !important;
}
.button-size{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 18px;
}
.button-next{
    padding: 13px 42px !important;
}
.button-send{
    padding: 13px 77px !important;
}
.button-long-padding{
    padding: 13px 70px !important;
}
.font-h1{
    font-family: 'Poppins', sans-serif !important;
    font-size: 76px;
    font-style: normal;
    font-weight: 800;
    line-height: 76px; 
}
.font-h1-slim{
    font-family: 'Poppins', sans-serif !important;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px; 
}
.font-h2-big{
    font-family: 'Poppins', sans-serif !important;
    font-size: 65px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 76px; 
    letter-spacing: 0.12px;
}
.font-h2{
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 28px; 
    letter-spacing: 0.14px;
}
.font-h3{
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.14px;
}
.font-h4{
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
}
.font-h5{
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.12px;
}
.font-h6{
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.105px;
}
.font-h6-big{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.105px;
}
.font-price{
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.105px;
}
.font-price-crossed{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.105px;
    height: 30px;
}
.font-p{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.font-p-bold{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
}
.font-p-bigger{
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.5px;
}
.font-label-number{
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
    letter-spacing: -3.5px;
}
.w-auto{
    width: auto !important; 
}
.w-10{
    width: 10% !important
}
.w-30{
    width: 30% !important
}
.w-40{
    width: 40% !important
}
.w-60{
    width: 60% !important
}
.d-contents{
    display: contents;
}
.short-description-p{
    color: var(--text-color-secondary);
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 21px !important;
}
.font-desc-bold{
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 23px !important; /* 127.778% */
}
.short-description-p-small{
    color: var(--text-color-secondary);
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
}
.border-top-15{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.border-bottom-15{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.border-radius-50px{
    border-radius: 50px !important;
}
.box-shadow-circle{
    box-shadow: 0 0 10px var(--main-bg-color-secondary-full)
}
#carouselExampleAutoplaying{
    height: 210px;
}
.big-letters span{
    color: var(--text-color-secondary);
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    font-family: Poppins;
    font-size: 92px;
    font-style: normal;
    font-weight: 800;
}
.big-letters img{
    width: 80px;
    border-radius: 100%;
}
.font-p-small{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.font-p-xsmall{
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
}
.text-justify{
    text-align: justify;
}
.rounded-30{
    border-radius: 30px;
}

#worker-desc{
    color: var(--text-color-secondary);
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
#worker-desc b{
    font-weight: 700;
}
.carusel-about-section button{
    text-indent: 0 !important;
    background-color: #BDBDBD !important;
    width: 13px !important;
    height: 13px !important;
    border: 2px solid #BDBDBD !important;
    border-radius: 100% !important;
}
.carusel-about-section .active{
    background-color: rgba(0,0,0,0) !important;
}
.arrow-cont .carousel-control-prev{
    left: 0 !important;
}
.arrow-cont .carousel-control-next{
    right: 0 !important;
}
.circle-bottom{
    margin-right: -6.5px;
}
.coaching-desc{
    width: 705px !important;
}
.coaching-desc h4{
    color: var(--text-color-secondary);
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 38px !important;
    letter-spacing: 0.14px !important;
}
.coaching-desc span{
    color: var(--color-blue-own);
}
.circle-line{
    height: 67px;
    margin-bottom: -6% !important;
}
.circle-top{
    top: -18px;
    margin-left: -6.5px;
}

.btn-simple{
    border: none; 
    background-color: transparent;
}
#about-coaching-video-section, #about-coaching-video-section span{
    color: var(--bs-white) !important;
}
#about-coaching-video-section .play-btn-box{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hashtag-span{
    color: var(--bs-white);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}
.video-time{
    background-color: #434343;
    padding: 3px 7px;
    border-radius: 30px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px; 
}
.video-time-light{
    background-color: #C3C3C3;
    padding: 3px 7px;
    border-radius: 30px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px; 
    color: var(--bs-white);
}
.bg-image{
    width: 100vw;
    height: 675px;
    margin-bottom: 50px
}
.bg-image img{
    width: 100%;
}
.minw-100vw{
    min-width: 100vw;
}
.overflow-hidden{
    overflow: hidden;
}
.font-hashtag{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.video-section-desc p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.inf-sheet{
    margin-top: -50px;
}
.inf-sheet .content{
    max-width: 540px;
}
.breadcrumb-cont{
    padding-top: 90px;
    padding-bottom: 40px;
}
.breadcrumb-size{
    color: var(--text-color-secondary);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
}
.breadcrumb .active a{
    color: var(--text-color-secondary);
    font-weight: 700 !important;
}
#about-founder h1{
    margin-bottom: 90px;
}
#about-founder #carouselExampleIndicators{
    margin-bottom: 90px;
}
.coach-video-desc{
    margin-top: -16px !important;
}

.card-h5{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.12px;
    transition: .3s ease all;
}
.card-h5 a:hover{
    color: var(--color-blue-own) !important;
    transition: .3s ease all;
}
.add-to-cart-bottom-border{
    border: var(--color-blue-own) solid 1.5px !important;
    border-radius: 5px;
    padding: 13px 20px;
}
.profile-nav-links .nav-item button{
    border-radius: 0 !important;
    margin-right: 2px;
    border-bottom: 4px solid var(--color-blue-own);    
}
.profile-nav-links li .active{
    background-color: var(--color-blue-own) !important;
    border-color: var(--color-blue-own) !important;
}
.profile-nav-links .nav-link{
    padding: 14px 34px;
}
.profile-nav-links .nav-link:hover{
    background-color: var(--color-blue-own) !important;
}
.profile-nav-links .nav-link:hover{
    border-color: var(--color-blue-own) !important;
}
.profil-link-item th .cat-name{
    margin-right: 2px !important;
    padding: 10px 20px;
}
.profil-link-item .list-content p{
    padding: 10px 20px;
    margin-top: 2px;
    height: 60px;
    margin-right: 2px;
    margin-left: 0;
}
.profil-link-item td{
    border-bottom: none;
}
.form-control{
    height: 46px !important;
    margin-bottom: 20px;
    background-color: var(--bs-white) !important;
    border: 1.2px solid var(--color-blue-own) !important;
}
.form-control-area{
    width: 100%;
    min-height: 208px !important;
    margin-bottom: 20px;
    background-color: var(--bs-white) !important;
    border: 1.2px solid var(--color-blue-own) !important;
    border-radius: 0.375rem;
    padding: 1rem
}
.form-control-area:placeholder-shown{
    margin-bottom: 20px;
    background-color: var(--main-bg-color-secondary) !important;
    border: none !important;
    
}
.form-control:placeholder-shown{
    height: 46px;
    margin-bottom: 20px;
    background-color: var(--main-bg-color-secondary) !important;
    border: none !important;
    color: var(--color-blue-own) !important;
}
.form-control:focus, .form-control-area:focus-visible{
    border: 1.2px solid var(--color-blue-own) !important;
    box-shadow: none !important;
    background-color: var(--bs-white) !important;
    outline: none !important;
}
.my-collapse .container{
    padding: 40px 32px;
    margin: 50px 0 40px 0;
}
.collapsed h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    
    color: var(--bs-black) !important;
    cursor: pointer;
}
.collapse-heading .power-profile-icon{
    fill: var(--color-blue-own);
}
.collapse-heading-span{
    font-size: 12px;
}
.collapse-heading h5{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: var(--color-blue-own);
    cursor: pointer;
}
.goal-setting .collapse-desc{
    margin-left: 12.5%;
}
.collapsed .power-profile-icon{
    fill: var(--bs-black);
}
.power-profile-arrow{
    transform: rotate(180deg) ;
    transition: .3s ease all;
}
.collapsed .power-profile-arrow{
    transform: rotate(0) !important;
    transition: .3s ease all;
}
.strenghts-container .progress{
    height: 10px;
}
.collapse-item-container{
    padding: 10px 0;
}
.focus-label-right{
    width: 39px;
    text-align: center;
    top: 0;
    right: 5px;
}
.focus-label-left{
    width: 39px;
    text-align: center;
    top: 2px;
    left: 5px;
}
.font-label{
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.09px
}
.margin-50{
    margin-left: 50% !important;
}
.details-desc button{
    border: none;
    border-bottom: 4px solid var(--color-gray-underline);
    border-radius: 0;
    margin-right: 2px;
}
.details-desc button.active{
    color: var(--color-blue-own) !important;
}
.details-desc button:hover{
    color: var(--color-blue-own) !important;
    border-color:  var(--color-blue-own) !important;;
}
.arrow-right{
    clip-path: 
    polygon(
        0% 0%,     /* top left */
        0% 0%,     /* top left */
        95% 0%,    /* top right */
        100% 50%,   /* top right */
        95% 100%,  /* bottom right */
        95% 100%,  /* bottom right */
        0% 100%,   /* bottom left */
        0 100%      /* bottom left */
    );
    height: 50px;
}
.arrow-right-lesson{
    clip-path: 
    polygon(
        0% 0%,     /* top left */
        0% 0%,     /* top left */
        85% 0%,    /* top right */
        100% 50%,   /* top right */
        85% 100%,  /* bottom right */
        95% 100%,  /* bottom right */
        0% 100%,   /* bottom left */
        0 100%      /* bottom left */
    );
    height: 60px;
}
.feedback-arrow{
    clip-path: 
    polygon(
        0% 0%,     /* top left */
        0% 0%,     /* top left */
        90% 0%,    /* top right */
        100% 50%,   /* top right */
        90% 100%,  /* bottom right */
        95% 100%,  /* bottom right */
        0% 100%,   /* bottom left */
        0 100%      /* bottom left */
    );
    height: 40px;
    width: 190px !important;
    padding-right: 12px !important;
}
.arrow-right-next{
    clip-path: 
    polygon(
        0% 0%,     /* top left */
        0% 0%,     /* top left */
        75% 0%,    /* top right */
        100% 50%,   /* top right */
        75% 100%,  /* bottom right */
        95% 100%,  /* bottom right */
        0% 100%,   /* bottom left */
        0 100%      /* bottom left */
    );
    height: 40px;
    width: 74px !important;
}
.arrow-right-ptest{
    clip-path: 
    polygon(
        0% 0%,     /* top left */
        0% 0%,     /* top left */
        75% 0%,    /* top right */
        100% 50%,   /* top right */
        75% 100%,  /* bottom right */
        95% 100%,  /* bottom right */
        0% 100%,   /* bottom left */
        0 100%      /* bottom left */
    );
    height: 40px;
    width: 60px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.home-video, .about-video{
    position: relative;
    margin-top: 100px !important;
    width: 75%;
}
.home-video::before, .about-video::before{
    content: "";
    display: block;
    padding-top: 40%;
}
.teaser-video{
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 10px;
    box-shadow: 0 0 20px 10px rgba(189,189,189,.2)
}
.teaser-video::before{
    content: "";
    display: block;
    padding-top: 45%;
}
.teaser-video iframe{
    border-radius: 10px !important;
    padding: 0;
    height: 100%;
}

.remove-button{
    border: 2px solid var(--text-color-secondary);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}
.cart-items{
    margin-bottom: 123px;
}
.cart-item{
    margin-top: 38px!important;
    padding-bottom: 38px !important;
}
.cart-sum-img{
    max-width: 150px !important;
    margin-right: 40px;
}
.quantity-field{
    width: 43px;
    height: 41px;
    margin-right: 9px;
    border: 1.5px solid #BDBDBD !important;
    border-radius: 5px;
}
.quantity-field:focus-visible{
    outline: none;
}
.quantity-field, .button-plus, .button-minus{
    border: none;
    border-radius: 5px !important;
}
.button-plus, .button-minus{
    width: 20px;
    height: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 21px;
    padding: 0;
    margin-right: 3px; 
}
.cart-total{
    height: 120px;
}
#course-module .label, #course-ptest1 .label, #course-ptest2 .label{
    width: 180px;
    transform: translateX(-42px);
}

#course-ptest1 .label, #course-ptest2 .label{
    width: 180px;
    transform: translateX(0px);
}
#course-lesson .label, #course-ptest1 .label, #course-ptest2 .label{
    width: 127px;
    height: 40px;
}
.progress-ptest{
    height: 25px !important;
    border-radius: unset !important;
}
.pagination-ptest a{
    text-decoration: none;
}
.active-link-ptest{
    color: 
}
.empty-box{
    height: 60px;
    border-top: 2px solid var(--color-blue-own);
    transform: translateY(-45px);
    margin-bottom: -50px;
}
.error-page-cloud-1{
    top: 5%;
    left: 10%;
}
.error-page-cloud-2{
    top: 1%;
    right: 20%;
}
.error-page-cloud-3{
    top: 25%;
    right: 15%;
}
#myTab-terms .active{
    border-left: 3px solid var(--color-blue-own) !important;
    color: #6D6D6D !important;
    margin-left: -3px;
}
.term-left{
    max-width: 260px !important;
}
#myTabContent ol{
    transform: translateX(30px);
    padding-right: 40px;
}
#myTabContent ul li{
    transform: translateX(40px);
    padding-right: 50px;
}
#myTabContent p{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 0 0 20px 0;
}
#myTabContent h6{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.105px;
    margin-bottom: 20px;
}
#login-form .form-box{
    width: 540px; 
}
.basket-mini-display{
    display: flex;
    min-width: 250px;
    background-color: #FFFFFF;
    top: 40px;
    left: -105px;
    box-shadow: 0 0 10px var(--main-bg-color-secondary-full);
    transition: 1s ease all;
}
.arrow-cont .carousel-control-next, .arrow-cont .carousel-control-prev{
        z-index: 4 !important;
}
.hashtag-time{
    width: 50px;
}

.icon-title-border{
    max-width: 280px !important;
    height: 280px;
    border: 2px dashed var(--label-color-dark);
}
.icon-title-border svg{
    min-height: 43px !important;
}
footer li{
    white-space: nowrap;
}
.navbar-nav{
    z-index: 10;
}
#invoices, #subscriptions{
    max-width: 1175px;
    overflow-x: scroll;
}
#invoices .table-invoices, #subscriptions table{
    min-width: 1175px;
}
.cart-course-name{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.margin-right-55px{
    margin-right: 55px;
}
.moduls-opener .opener-svg {
     transform: translateX(-100px);
     transition: .3s linear all;
}
.moduls-closer .opener-svg {
     transform: translateX(0px);
     transform: rotate(180deg);
     transition: .3s linear all;
}
.moduls-container{
    position: var(--moduls-position);
    top: 0;
    right: var(--moduls-cont-left);
    z-index: 0;   
    transition: .3s linear all
}
.lesson-container iframe{
    width: 90%;
}
img.avatar-image { 
    height: 120px 
}
.product-card-template{
    opacity: 1;
    transition: .3s ease all;
}
.product-card-template:hover img{
    opacity: .7;
    transition: .3s ease all;
}
.add-to-cart-button:hover{
    background-color: var(--color-blue-own) !important;
    color: white !important
}
.add-to-cart-button:hover path{
    fill: #FFFFFF !important;
}
.card-image{
    height: 235px;
}
.card-image img{
    object-fit: cover;
    border-radius: 15px;
    padding: 0;
}

.sales-imege img{
    object-fit: cover;
    border-radius: 15px;
    padding: 0;
}
.life-events-rows p{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap
}
.life-events{
    max-width: 1175px;
    overflow-x: scroll;
}
.life-events table{
    min-width: 1175px
}



 .home-video .video-overlay img {
     width: 100%;

      }
      .home-video .video-overlay iframe{
          width: 93%;
          height: 90%;
          border-radius: 46px;
          top: 50%;  
          left: 50%; 
          transform: translate(-50%, -50%);
      }
      
#login-form li{
    list-style-type: none
}
.form-check-input{
    border-color: var(--label-blue-ready)!important;
}
.footer-help-to-dev{
    bottom: 0;
    left: 0;
}
.field-error{
    background-color: rgba(255,102,102,0.3)
}
label.error{
    display: none!important;
}
.bg-color-warning{
    background-color: rgba(255,102,102,0.3)
}
.field-error-placeholder:placeholder-shown{
    background-color: rgba(255,102,102,0.3) !important;
}
#help-to-dev-form .error{
    border: 1px solid var(--label-blue-ready) !important
}
#swot-form ul{
    padding: 0
}
#swot-form ul label{
    padding-left: 6px
}
#swot-form li{
    list-style-type: none;
    padding-bottom: 12px;
}
.power-profile-table table{
    border-collapse: collapse;
}
.power-profile-table td{
    text-align: center;
    vertical-align: middle;
}

.power-profile-diagram .c3-axis-x .tick text{
    transform: rotate(-45deg) translateX(-30px);
}

.actionlog-action-textarea {
    height: 65px !important;
}

@media screen and (min-width: 1200px) {
    .col-lg-4-30{
    width: 30% !important;
    }
}
@media screen and (max-width: 991px) {
    .hero h1{
        font-size: 76px !important;
        line-height: 76px !important;
    }
    .font-h1{
        font-size: 60px !important;
        line-height: 60px;
    }
    .hero .container{
        padding-bottom: 85px;
    }
    .hero img{
        width: 80%;
    }
    .hero p{
        font-size: 13px !important;
        width: 50%;
    }
    .font-h3{
        font-size: 24px;
    }
    .arrow-cont .carousel-control-prev{
        left: -2vw !important;
    }
    .arrow-cont .carousel-control-next{
        right: -2vw !important;
    }
        .error-page-cloud-3{
        right: 0
    }
    .coaching-desc{
        width: 75% !important;
    }
    .bg-image{
        width: 1150px !important;
        height: 675px;
        margin-bottom: 50px;
        overflow: hidden;  
        right: 0;
    }
    .bg-image img{
        width: auto;
        overflow: hidden;
    }
    #navbarText{        
        position: absolute;
        right: 0;
        top: 65px;
        width: 100%;
        padding: 20px
    }
            
    .margin-transition-0{
        margin-bottom: 0;
        transition: .2s all ease
    }
    
    .margin-bottom-nav{
        margin-bottom: 150px;
        transition: .7s all ease
    }
    .collapsed{
        font-size: 16px !important;
    }
    .collapse-heading{
        font-size: 16px !important
    }
    .font-hashtag{
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }
    .video-overlay iframe{
        border-radius: 38px !important
    }
    

}
@media screen and (max-width: 767px) {
    .hero .container{
        padding-bottom: 0;
    }
    .hero{
        height: auto;
    }
    .hero-img{
        position: relative;
        width: 110% !important;
        left: -20%;
        margin-top: -25%;
    }
    h1{
        font-size: 42px !important;
        line-height: 60px !important;
    }
    .font-h2-big{
        font-size: 45px !important;
        line-height: 50px;
    }
    .hero p{
        display: none;
    }
    .font-h2{
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0.08px;
    }
    .font-h5{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.12px;
    }
    
    .font-p{
        font-size: 14px !important;
        font-weight: 400;
        line-height: 23px !important;  
    }
    .button-size{
        font-size: 12px !important;
    }
    .margin-50{
        margin: auto !important;
    }
    .short-description p{
        font-size: 14px;
        line-height: 21px;
    }
    .arrow-cont .carousel-control-next, .arrow-cont .carousel-control-prev{
        position: relative;
        left: 0 !important;
        right: 0 !important;
        z-index: 2;
    }
    #about-coaching-video-section .play-btn-box p{
        font-size: 10px;
    }
    .terms-nav-links .nav-link:not(.active){
        display: none
    }
    #myTab-terms-dropdown{
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 5px;
    }
    #myTab-terms .active{
        border-left: 0 !important;
        color: #6D6D6D !important;
        margin-left: 0;
    }
    .terms-nav-links .border-light-own{
        border: none;
        box-shadow: none;
    }
    .term-left{
        max-width: none !important
    }
    .myTab-terms-visible{
        overflow: hidden;
        white-space: nowrap;  
        max-width: 75%
    }
    .rotate-180{
        transform: rotate(180deg);
        transition: ease .5s all
    }
    .rotate-0{
        transform: rotate(0deg);
        transition: ease .5s all
    }
    .error-page-cloud-3{
        right: -5%
    }
    .border-light-bottom-tel{
        border-bottom: 1.5px solid;
        border-color: rgba(0,0,0,.2);
        box-shadow: 0 1px 1.5px -1px rgba(0,0,0,.2);
    }
    .border-light-top-tel{
        border-top: 1.5px solid;
        border-color: rgba(0,0,0,.2);
        box-shadow: 0 1px 1.5px -1px rgba(0,0,0,.2);
    }
    .bg-image{
        margin-bottom: 25px;
    }
    .navmenu-items li a{
        display: block;
        padding: 0 7px !important;
        line-height: 10px;
    }
    .border-left-footer{
        border-left: 1px solid var(--text-color-secondary);
    }
    .border-right-footer{
        border-right: 1px solid var(--text-color-secondary);
    }
    .icon-title-border{
        max-width: 260px !important;
        max-height: 260px !important;
    }
    .profile-nav-links .nav-link{
        padding: 10px 25px;
    }
    .cart-sum-img{
        max-width: 130px !important;
        margin-right: 25px;
    }
    .lesson-container iframe{
        width: 100%;
    }
    .sales-page-image img{
        width: auto;
        height: auto;
    }
    .video-overlay iframe{
        width: 92.3% !important;
        border-radius: 37px !important
    }
    .home-video{
        width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    .coaching-desc{
        width: 100% !important;
    }
    .coaching-desc h4{
        font-size: 21px;
        line-height: 28px;
        letter-spacing: 0.105px;
    }
    #login-form .form-box{
        width: 100% !important; 
    }
    .font-p{
        font-size: 12px !important;
        line-height: 18px !important
    }
    .bg-image{
        margin-bottom: 0;
    }
    .hero-img{
        width: 128% !important;
        left: -33%;        
    }
    .remove-button{   
        font-size: 10px;
        font-weight: 700;
    }
    .cart-sum-img{
        max-width: 110px !important;
        margin-right: 10px;
        
    }
    .video-overlay iframe{
        width: 91% !important;
        border-radius: 27px !important
    }
    .power-profile-table-johari{
        overflow-x: scroll; 
    }
    .power-profile-table-johari table{
        min-width: 576px
    }
}
@media screen and (max-width: 400px) {
    .head-logo img{
        max-width: 65px
    }
    .font-h1{
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .video-overlay iframe{
        width: 89% !important;
        height: 91%;
        border-radius: 18px !important
    }
}
