/* ===================================================================================

* Theme Name: Saasking Child
* Theme URI: https://themexriver.com/wp/saasking
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: SaaS & Tech Startup WordPress Theme
* Version: 1.0.1
* Template: saasking
* Text Domain: saasking-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of saasking updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 36px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h2 {
        font-size: 34px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h2 {
        font-size: 38px;
    }

    h3,
    .h3 {
        font-size: 34px;
    }
}

.custom-back {
    background: #fff;
    padding: 40px;
    border-radius: 40px
}

.team .team-container {
    width: 140%;
    position: relative;
}

.team .item {
    position: relative;
    padding: 0 0 0 45px;
    margin: 10px;
    height: 100%;
}

.team .item .wrapper {
    position: relative;
    height: 100%;
}

/* img */
.team .item .wrapper img {
    border-radius: 20px 20px 0 20px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* text */
.team .item .wrapper .text {
    bottom: 10px;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.team .item .wrapper .text .name,
.team .item .wrapper .text .position {
    display: inline-block;
}

.team .item .wrapper .text .name {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #000704;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team .item .wrapper .text .position {
    font-size: 17px;
    font-weight: 400;
    color: #999;
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.team .item .wrapper .text .position:before {
    content: ".";
    left: 5px;
    position: absolute;
    top: -17px;
    font-size: 30px;
    color: var(--e-global-color-primary);
}

/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 90px;
    background: #8532F9;
    border-top-left-radius: 50%;
    padding: 15px;
}

.team .item:hover .wrapper .icon .arrow {
    transform: scale(1.05);
}

.team .item .wrapper .icon .arrow {
    position: absolute;
    background: #8532F9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #fff;
}

.team .item .wrapper .icon .arrow span {
    color: var(--e-global-color-primary);
    font-size: 17px;
}

.team .item:hover .wrapper .icon .arrow {
    color: #000;
    background: #fff;
}

.team .item:hover .wrapper .icon .arrow span {
    color: #000;
}

@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team-Single style ======= */
.team-single {
    position: relative;
}

.team-single h6 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-single h6 span {
    color: var(--e-global-color-primary);
}

.team-single .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}

.team-single .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.team-single .item:hover .img img {
    transform: scale(1.05);
}

.team-single .item .img .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.team-single .item .img .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.team-single .item .img .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}

.team-single .item .img .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.team-single .item .img .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}

.team-single .item .img .curv-butn.icon-bg {
    background: #000 !important;
}

.team-single .item .img .curv-butn .social-icons {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    bottom: 15px;
    z-index: 1;
}

.team-single .item .img .curv-butn .social-icons .link {
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #101010;
    color: var(--e-global-color-primary);
    border-radius: 100%;
    font-size: 15px;
}

.team-single .item .img .curv-butn .social-icons .link:hover {
    background-color: var(--e-global-color-primary);
    color: #000;
}

.team-single .item .img .curv-butn .social-icons .link:not(.plus-link) {
    margin-bottom: -50px;
    opacity: 0;
}

.team-single .item .img .curv-butn .social-icons .link.plus-link {
    z-index: 10;
}

.team-single .item .img:hover .curv-butn .social-icons {
    margin-bottom: -50px;
}

.team-single .item .img:hover .curv-butn .social-icons .link {
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.team-single .item .img:hover .curv-butn .social-icons .link.plus-link {
    opacity: 0 !important;
}

/* list */
.team-single .list {
    position: relative;
    display: block;
}

.team-single .list li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.team-single .list li+li {
    margin-top: 10px;
}

.team-single .list-icon {
    background: #101010;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    align-items: center;
    border-radius: 100%;
}

.team-single .list-icon span {
    font-size: 12px;
    color: var(--e-global-color-primary);
}

.team-single .list-text {
    margin-left: 15px;
}

.team-single .list-text p {
    font-size: 17px;
    margin: 0;
    color: #999;
}

/* tabs */
.team-single .cont .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    ;
}

.team-single .cont .simpl-bord .nav-item {
    margin-right: 30px;
}

.team-single .cont .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}

.team-single .cont .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-single .cont .simpl-bord .nav-link.active {
    color: var(--e-global-color-primary);
}

.team-single .tab-content p {
    color: #999;
}

.team .fa-info::before {
    color: #fff;
}

.team .item:hover .fa-info::before {
    color: #000;
}

.sk-team-1-member .img-elm img {
    object-position: top;
}

.sk-choose-5-card {
    height: 100%;
}