/**
Theme name: Dietetyka WP - TwojaWWW
Author: TwojaWWW
Author URI: http://twojawww.pl
Version: 2.0
 */
@import url('css/bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('css/icons/all.css');
@import url('css/icons/solid.css');
@import url('css/icons/regular.css');

html {
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    margin: 0;
}

/** Header Class **/

.bg-twojawww-header {
    background-color: #777;
    position: relative;
    padding: 10px 0;
}


/** Main Class **/
/**
.logo-white {
    width: 320px;
}
**/
.shadow-gallery {
    box-shadow: 9px 9px 1px #0079dd;
}
.img-fluid.shadow-gallery:hover {
    -webkit-transform: translate(0, -3px) !important;
    transform: translate(0, -3px) !important;
    box-shadow: 9px 9px 1px #f5ab0b;
}
.btn-twojawww {
    padding: 20px 50px;
    background-color: #f5ab0b;
    color: #fff;
    border-radius: 50px;
    outline: none;
    font-size: 24px;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
    border: none;
    font-weight: 700;
    width: 100%;
}
.custom-shape-divider-bottom-1619078754 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1619078754 svg {
    position: relative;
    display: block;
    width: calc(129% + 1.3px);
    height: 144px;
}

.custom-shape-divider-bottom-1619078754 .shape-fill {
    fill: #FFFFFF;
}
.btn-twojawww:hover {
    opacity: .8;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%);
}
.highlight-text {
    background-image: linear-gradient(#0079dc, #0079dcab);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 12%;
    background-position: 0% 100%;
    font-weight: 800;
    transition: background-size 0.2s ease !important;
}
.highlight-text:hover {
    background-size: 100% 100%;
    color: #fff;
    transition: background-size 0.2s ease !important;
}
.one {
    padding: 100px 0;
    width: 100%;
    position: relative;
    height: 100%;
    background-image: url(http://twojawww.pl/dietetykawp/wp-content/uploads/2021/04/polkolonie-marzen-tlo.jpg);
    background-size: cover;
    background-position: center;
}
.card-one {
    padding: 30px 15px;
    background: #0079dc61;
    box-shadow: 13px 11px 13px 1px #0079dc61;
    border: 0;
}
.galleryy {
    padding: 100px 0px 100px 0;
}
.title-section-one {
    font-size: 37px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.text-section-one {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
}
.two {
    padding: 60px 0 39px;
}
.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: justify;
}
.fa-check-circle::before {
    font-size: 30px;
}
.title-section-two {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    margin-top: 120px;
}
.card-twojawww {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
}
.twojawww-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.card-img {
    z-index: -2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.text-section-two {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.section-two-card {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-clip: border-box;
    padding: 60px 40px;
    border-radius: 6px;
}
.section-two-card:hover {
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
}
.postion-bottom {
    transform: translateY(100px);
}
.three {
    padding: 100px 0;
    background-image: url(http://twojawww.pl/dietetykawp/wp-content/uploads/2021/04/landingbgintro.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.custom-shape-divider-top-1619078936 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1619078936 svg {
    position: relative;
    display: block;
    width: calc(129% + 1.3px);
    height: 144px;
}

.custom-shape-divider-top-1619078936 .shape-fill {
    fill: #FFFFFF;
}

.title-section-three {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}
.title-section-four {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 40px;
}
.three-programone {
    padding: 60px 0;
}
.three-programtwo {
    padding: 100px 0;
    position: relative;
   background-color: #f9f9f9;
}
.three-programthree {
    padding: 60px 0;
}
.pix-content-box {
    padding: 24px;
}
.pix-levels .pix-levels-step:first-child .progress {
    left: 50%;
    width: 50%;
}
.pix-levels .pix-levels-step .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    width: 100%;
}
.pix-levels .pix-leveles-dot-div {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    width: 100%;
    margin-top: -25px;
    margin-left: -15px;
}
.pix-levels .pix-levels-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pix-levels .pix-levels-dot-inner {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.bg-gradient-primary {
    background: -webkit-gradient(linear, left top, left bottom, from(to right), color-stop(#0072ff), color-stop(#8200f4), to(#ff6c5f)) fixed !important;
    background: linear-gradient(to right, #0072ff, #8200f4, #ff6c5f) fixed !important;
    background-repeat: repeat-y;
}
.bg-dark-opacity-3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.four {
    padding: 100px 0;
    background-image: url(http://twojawww.pl/dietetykawp/wp-content/uploads/2021/04/landingbgintro.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.text-yellow {
    color: #ffc168 !important;
}
.bg-orange-light {
    background-color: rgba(255, 194, 102, 0.15) !important;
}
.text-quote {
    font-size: 14px;
    text-align: justify;
}
.testimonial-position {
    font-size: 13px;
    font-style: italic;
}
.card2 {
    height: 620px;
    margin-bottom: 40px;
}
.button-safe {
    position: fixed;
    top: 50%;
    right: -8.5%;
    transform: rotate(-90deg);
}
.twojawww-content-stack {
    width: 100%;
    position: relative;
    display: inline-block
}
.twojawww-content-stack .img-el {
    width: 75%;
    height: auto;
}
.twojawww-content-stack.twojawww-left-content .img-el {
    margin-left: 25%;
}
.twojawww-content-stack.twojawww-left-content .content-el {
    left: 0;
}
.twojawww-content-stack .content-el {
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 45%;
    right: 0;
    top: 10%;
}
.twojawww-content-stack .content-el .content-el-inner {
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 50px;
    display: inline-block;
    width: 100%;
}
.twojawww-content-box {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #ffffff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) ;
}
.cta-section {
    padding: 130px 0 220px 0;
    background-image: url(http://twojawww.pl/dietetykawp/wp-content/uploads/2021/04/landingbgintro.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.form-control {
    height: calc(2.5em + 0.75rem + 2px);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
}
label {
    color: #000;
}
/** Footer Class **/
.copyright {
    background-color: #305a7a ;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-text-white {
    margin-bottom: 0;
    color: #fff;
}

.contentBx {
    padding: 42px 20px 42px;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%);
}

.right-space {
    margin-right: 10px;
    background-image: linear-gradient(to right, #f5ab0c, #0079dc);
    padding: 5px;
    border-radius: 50px;
    color: #fff;
}
.w-300 {
    width: 300px;
    max-height: 300px;
}

/** Responsive Class **/

@media (min-width: 1200px) {
    .container {
        max-width: 1290px;
    }
}

@media (max-width: 1200px) {
    .card2{
        height: auto;
    }
    .postion-bottom {
        margin: 0 auto;
        display: block;
    }
    .button-safe {
        display: none;
    }
}

@media (max-width: 992px){
    .title-section-two {
        text-align: center;
    }
    body {
        overflow: hidden;
    }
    .contentBx {
        margin-top: 40px;
    }
    .postion-bottom {
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: -50px;
    }
    .twojawww-content-stack .img-el {
        width: 100%;
        height: auto;
        margin-left: 0 !important;
    }
    .twojawww-content-stack .content-el {
        position: relative;
        top: 0;
        margin-top: -100px;
        width: 100%;
    }
}

@media (max-width: 1030px) {
    .bp-container .bp-content {
        max-height: 74%;
        top: 20%;
        left: 15%;
        max-width: 74%;
    }
}

@media (max-width: 768px) {
    .title-section-one {
        font-size: 28px;
        line-height: 41px;
    }
    .contentBx.card {
        margin-top: 40px;
    }
    .card2{
        height: auto;
    }
}

@media (max-width: 500px) {
    .title-section-one {
        font-size: 25px;
        line-height: 38px;
    }
    .title-section-two {
        font-size: 25px;
        line-height: 35px;
    }
    .title-section-three {
        font-size: 25px;
        line-height: 35px;
    }
    .contentBx.card {
        margin-top: 40px;
    }
}
