@import url(./moduls/fonts.css);
@import url(./moduls/variables.css);
@import url(./moduls/reset.css);
@import url(./moduls/defaults.css);
@import url(./moduls/grid.css);
@import url(./moduls/helper-classes.css);
@import url(./moduls/nav-bar.css);
@import url(./moduls/footer.css);

/*
    -------- header content styles --------
*/

.header-content {
    background-image: url(../images/jpg/banner.jpg);
    background-position: center;
    background-size: cover;
    height: 90vh;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    position: relative;
}

.header-content__search-bar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content__search-bar {
    display: flex;
    justify-content: space-between;
    border: .15rem solid var(--white-color);
    padding: 1rem 3rem;
    width: 55rem;
    border-radius: 10rem;
    margin-top: 6rem;
    backdrop-filter: blur(2rem);
    background-color: rgba(255, 255, 255, .2);
}

.header-content__search-input {
    border: none;
    font-size: 2rem;
    outline: none;
    width: 100%;
    padding: 1.9rem 0;
    background-color: transparent!important;
    color: var(--white-color) !important;
}

.header-content__search-btn {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.header-content__search-icon {
    font-size: 3.7rem;
    color: var(--white-color);
}

.header-content__turn-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15rem;
    margin-bottom: 8rem;
}

.header-content__turn-rating-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 6rem;
    border-radius: 3rem;
    background-color: var(--orange-color);
    color: var(--white-color);
    font-size: 3rem;
    font-family: var(--primary-font-bold);
}

.header-content__services-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    background-color: rgba(236, 239, 241, .6);
    backdrop-filter: blur(3rem);
    border-top-left-radius: 170rem;
    border-top-right-radius: 170rem;
    border-bottom-left-radius: 15rem;
    border-bottom-right-radius: 15rem;
    margin: 0 auto;
    padding: 0 7rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-content__service {
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-bottom: 3rem;
    padding-top: 5rem;
    position: relative;
    max-width: 18rem;
}

.header-content__service::after {
    content: "";
    position: absolute;
    width: .4rem;
    background-color: var(--white-color);
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -9rem;
    border-radius: .3rem;
}

.header-content__service:last-child::after {
    content: none;
}

.header-content__service-icon {
    width: 7rem;
    height: 7rem;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: absolute;
    top: -3rem;
}

.header-content__service-text {
    font-size: 2rem;
    line-height: 1.5;
    font-family: var(--primary-font);
}

/*
    ------- main styles --------
*/

.main {
    /*margin-top: 15rem;*/
}

/*
    ------- about us styles -------
*/

.about-us{
    position: relative;
    margin-top:15rem;
}

.about-us__learn-more {
    text-align: center;
    margin-top: 3rem;
    color: #55c2f1;
}

.about-us__honors {
    margin-top: 9rem;
}
.about-us__honors .license:nth-of-type(1){
    display: block;
    margin-bottom: 50px;
}
.about-us__honors .license:nth-of-type(1) img{
    display: block;
    margin:auto;
    border-radius: 5px;
    border: 1px solid lightgray;
}
.about-us__honors .license:nth-of-type(2){
    width:50%;
    display: inline;
    margin-right:150px;
    margin-left:50px;
}
.about-us__honors .license:nth-of-type(2) img{
    margin:auto;
    border-radius: 5px;
    border: 1px solid lightgray;
}
.about-us__honors .license:nth-of-type(3){
    width:50%;
    display: inline;
}
.about-us__honors .license:nth-of-type(3) img{
    margin:auto;
    border-radius: 5px;
    border: 1px solid lightgray;
}

/*.about-us__honors-image {*/
/*    width: 100%;*/
/*}*/

.about-us__Introduction {
    margin-top: 15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-us__Introduction-right-list,
.about-us__Introduction-left-list {
    width: 15%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-us__Introduction-right-item,
.about-us__Introduction-left-item {
    width: 100%;
    height: 9.3rem;
    background-color: var(--primary-color);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us__introduction-side-video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 1rem;
}

.about-us__Introduction-video {
    width: 62%;
    border-radius: 1rem;
}

/*
    ------- shapes styles -------
*/

.shape-1,
.shape-2 {
    position: absolute;
    border-radius: 100%;
    background-color: rgba(79, 195, 247, .2);
}

.shape-1 {
    width: 35rem;
    height: 35rem;
    top: -6rem;
    right: -5rem;
    z-index: -1;
}

.shape-2 {
    width: 60rem;
    height: 60rem;
    left: -30rem;
    top: 0;
}

/*
    -------- familiarity with physiotherapy devices styles --------
*/

.familiarity-physiotherapy-devices {
    margin-top: 20rem;
}

/*
    ------- slider styles -----------
*/

.swiper {
    width: 100%;
    height: 450px;
}
.swiper1 {
    width: 100%;
    height: 450px;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide {
    width: 95%;
    color: var(--primary-color);
    background-color: var(--white-color);
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .4);
    padding-bottom: 5rem;
    border-radius: 1rem;
    overflow: hidden;
    font-family: var(--primary-font-bold);
}

.slide__image-wrapper {
    width:100%;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide__image {
    width: 100%;
    height:206px;
}

.slide__title {
    font-size: 2rem;
    padding: 1.5rem 2rem .5rem 0;
}

.slide__text {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 2rem;
    height:15vh;
}

.one {
    background-color: var(--primary-color);
}

.two {
    background-color: orange;
}

.three {
    background-color: bisque;
}

.four {
    background-color: brown;
}

/*
    -------- articles styles --------
*/

.articles {
    margin-top: 10rem;
}

.articles__continuation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
}

.articles__continuation-link {
    padding: .5rem 3rem;
    font-size: 1.3rem;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 3rem;
}

/*
    ------ footer ------
*/

.footer{
    margin-top: 20rem;
}

.footer::before,
.footer::after {
    z-index: -1;
}

































































@media screen and (max-width:1200px) {
    .header-content__service::after {
        left: -2rem;
    }
}

@media screen and (max-width:768px) {
    .header-content__turn-rating {
        margin-top: 15rem;
    }

    .header-content__services-container {
        justify-content: center;
        gap: 2rem;
    }

    .header-content__service {
        width: 45%;
    }

    .header-content__service::after {
        content: none;
    }

    .about-us__Introduction {
        flex-direction: column;
        gap: 4rem;
    }

    .about-us__Introduction-right-list,
    .about-us__Introduction-left-list {
        width: 100%;
        flex-direction: row;
    }

    .about-us__Introduction-video {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .screen-cover--active {
        display: block;
    }

    .header-content__search-bar-wrapper {
        padding: 0 2rem;
    }

    .header-content__search-bar-wrapper form,
    .header-content__search-bar{
        width: 100%;
    }

    .header-content__turn-rating {
        margin-top: 10rem;
    }

    .header-content__services-container {
        bottom: -30rem;
    }

    .header-content__service {
        width: 100%;
    }

    .about-us{
        margin-top: 40rem;
    }

    .about-us__honors{
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .license{
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .license img{
        width: 100%;
        object-fit: contain;
    }

    

    .shape-2 {
        display: none;
    }

}
.currency{
    font-size:1rem;
}