* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 1.67;
    color: #444;
    padding: 60px 0;
    background-color: #eee;
} */
/* a {
    color: #e45245;
} */
a:hover {
    text-decoration: none;
}

/*  Team Starts */
.team-members {
    transform: rotate(-45deg);
}

.team-members li {
    list-style: none !important;
}

::marker {
    display: none;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.team-members li>div {
    float: left;
    width: 20%;
}

.team-members li:nth-child(2)>div:first-child {
    margin-left: 20%;
}

.team-members li:last-child>div:first-child {
    margin-left: 40%;
}

.member-details>div {
    background-color: #ddd;
    margin: 5px;
    border-radius: 9px;
    box-shadow: 0px 1px 5px rgba(160, 133, 25, 0.505);
}

.member-details img {
    transform: rotate(45deg) translate(0, 15px) scale(1.2);
    display: block;
    width: 100%;
    height: 100%;
}

/* hover content - style */
.member-details>div {
    position: relative;
    overflow: hidden;
}

.member-info {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-12px, 15px);
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}

.member-info h3,
.member-info p {
    margin: 0;
    color: #fff;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.member-info h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    top: -100px;
}

.member-info p {
    font-weight: 300;
    font-size: 12px;
    bottom: -150px;
}

.member-details>div:after {
    content: '';
    background-image: linear-gradient(45deg, rgba(248, 136, 15, 0.8) 50%, transparent 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

/* hover content - onhover */
.member-details *,
.member-details>div:after {
    cursor: pointer;
    transition: all .4s ease;
}

.member-details:hover *,
.member-details:hover>div:after {
    opacity: 1;
    visibility: visible;
}

.member-details:hover .member-info h3 {
    top: 0;
}

.member-details:hover .member-info p {
    bottom: 0;
}

/* Team overview */
.team-overview {
    padding-right: 15px;
}

.team-overview h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-overview>a {
    margin-bottom: 30px;
    display: block;
}

.team-overview>a:before {
    content: '';
    width: 10px;
    height: 2px;
    position: relative;
    top: -3px;
    margin-right: 5px;
    background-color: #ccc;
    display: inline-block;
}

/* For centering elements - optional - Can use table,tablecell instead */
.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-center>div:first-child {
    order: 2;
}

/* RESPONSIVE */
@media only screen and (max-width : 992px) {
    .sm-no-flex {
        display: block;
    }

    .sm-no-float {
        float: none !important;
    }

    .sm-text-center {
        text-align: center;
    }
}

@media only screen and (max-width : 550px) {
    .team-members li {
        text-align: center;
    }

    .team-members li>div {
        float: none;
        display: inline-block;
        width: 30%;
        margin: 0 !important;
    }

    .team-members {
        transform: rotate(0);
    }

    .member-details img {
        transform: rotate(0) translate(0, 0);
    }

    .team-overview {
        padding: 15px;
    }
}

@media only screen and (max-width : 399px) {
    .team-members li>div {
        width: 48%;
    }
}

/* extra */
.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
    background-color: #eee;
}

.copyright a {
    display: inline-block;
    padding: 10px 2px;
}

.upwork {
    color: #37a000;
}

.upwork:after {
    content: '/';
    margin-left: 10px;
}

.fiverr {
    color: #1dbf73;
}

.meet-team {
    color: #fff !important;
    font-family: "Roboto Bold";
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.505);
}

.team-overview div {
    line-height: 35px;
    color: rgba(204, 204, 204, 0.912) !important;
}

.teams-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.modal-content.custom-modal {
    background: #f7f7f7 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: none;
}

.modal-header.custom-modal-header {
    /* background: #003077; */
    background-image: linear-gradient(to top, #054ebb, #0246aa, #013f98, #003787, #003077);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 0 !important;
    color: #fff;
    font-family: "Roboto Bold";
    letter-spacing: 1.19px;
    text-transform: capitalize;
    box-shadow: 0px 1px 10px rgba(0, 7, 34, 0.796);
}

.close span {
    /* background: #000 !important; */
    color: #f7f7f7 !important;
    vertical-align: middle !important;
    padding: 0 !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-title span i {
    color: #d0cece;
}

.personal-img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.personal-img img {
    object-fit: scale-down;
    box-shadow: 0px 2px 5px rgba(3, 20, 90, 0.796);
    border-radius: 5px;
    background-image: linear-gradient(to right top, #00eded,
            #33eac4, #69e395, #97d966, #c2ca3b,
            #dead26, #f28c31, #fa6a4a, #de4268,
            #ad317d, #6b3284, #003077);
    padding: 10px;
}

.close-btn i {
    padding-right: 5px;
}

.close-btn {
    background: rgba(3, 20, 90, 0.796);
    width: 100%;
    padding: 7px;
    color: #fff;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}

#signature::before {
    content: "Kinqslee Ui";
}

.signature {
    font-style: oblique;
    font-family: "Roboto Bold";
    opacity: .605;
    color: rgba(45, 48, 61, 0.378);
}

.signature i {
    font-style: italic;
    /* opacity: .605; */
    color: rgba(143, 144, 148, 0.837);
}

.close-btn:hover {
    color: #f7f7f7;
    opacity: .9;
    transform: translate(-100px);
    box-shadow: 0px 2px 5px inset rgba(0, 0, 0, 0.505);
}

.modal-social-icon {
    margin-top: -50px;
}

.modal-footer {
    box-shadow: 1px 0 5px inset rgba(0, 0, 0, 0.159);
    border: none !important;
    background-image: linear-gradient(to bottom, #ffffff, #fafafa, #f3f3f3, #f5f5f5, #f2f2f2);
    /* background: red !important; */
}

.modal-social-icon span {
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    box-shadow: 2px 3px 1px rgba(204, 148, 6, 0.789);
}

.modal-social-icon span {
    transition: all 1s ease-in-out;
}

/* Modal transition effect */
.modal-social-icon span:nth-child(1):hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0),
        0px 2px 5px inset rgba(0, 7, 34, 0.796) !important;
    background: rgba(4, 99, 74, 0.857);
}

.modal-social-icon span:nth-child(2):hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0),
        0px 2px 5px inset rgba(0, 7, 34, 0.796) !important;
    background: rgba(109, 111, 4, 0.789);
}

.modal-social-icon span:nth-child(3):hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0),
        0px 2px 5px inset rgba(0, 7, 34, 0.796) !important;
    background: rgba(119, 33, 7, 0.789);
    ;
}

.modal-social-icon span:nth-child(4):hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0),
        0px 2px 5px inset rgba(0, 7, 34, 0.796) !important;
    background: rgba(70, 9, 119, 0.789);
}

/* Modal transition effect end */
.modal-social-icon span:nth-child(1) {
    box-shadow: 2px 3px 1px rgba(6, 204, 151, 0.789);
}

.modal-social-icon span:nth-child(2) {
    box-shadow: 2px 3px 1px rgba(221, 224, 11, 0.789);
}

.modal-social-icon span:nth-child(3) {
    box-shadow: 2px 3px 1px rgba(224, 61, 11, 0.789);
}

.modal-social-icon span:nth-child(4) {
    box-shadow: 2px 3px 1px rgba(128, 11, 224, 0.789);
}

.modal-social-icon span i {
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
    display: flex;
    position: relative;
    top: 30%;
    left: 30%;
    transition: all 1s ease-in-out;
}

.modal-social-icon span a i:hover {
    animation: modalZoom 2s .1s linear forwards;
    transform: rotate(-10deg);
}

@keyframes modalZoom {
    0% {
        transform: scale(1.2) rotate(-10deg);
        opacity: 1;
    }

    20% {
        transform: translateX(-10px);
    }

    100% {
        transform: scale(1.5);
        opacity: .6;
        /* font-size: 25px; */
    }
}

/* Modal settings end */
/* Team Name */
.teamName {
    position: relative;
    text-align: center;
    /* background: saddlebrown; */
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    transform: skewX(-4deg);
    box-shadow: 0px 2px 5px rgba(228, 99, 13, 0.816);
    width: 60%;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 15px 0;
    z-index: 1;
    animation: butterflyEffect 5s 1s infinite linear;
    transition: all ease-in-out;
}

@keyframes butterflyEffect {
    0% {
        transform: rotate(2deg) skewX(-4deg);
        transition: all ease-out;
    }

    50% {
        transform: rotate(-2deg) scale(1.1) skewX(-4deg);
        transition: all ease-in;
    }

    100% {
        transform: rotate(2deg) skewX(-4deg);
        transition: all ease-in;
    }
}

.teamBox {
    position: relative;
    top: -18.5%;
    border-radius: 5px;
    right: -2%;
    width: 59%;
    height: 70px;
    margin: 0 auto;
    padding: 15px 0;
    transform: skewX(-7deg) rotate(-5deg);
    background: #000;
    box-shadow: 0px 2px 5px inset rgba(228, 99, 13, 0.816);
    z-index: 0;
    animation: butterflyEffect2 2s infinite linear;
}

.teamName .devName {
    text-transform: capitalize;
    color: #fff !important;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.505);
    padding: 3px 0;
    font-family: "Roboto Bold";
    font-size: 25px;
}

.teamName .stackName {
    color: #cbcfd6;
    text-transform: capitalize;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.505);
}

.team-bio {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.team-bio p {
    margin: 20px 0;
    /* text-align: center; */
    border: solid 10px #cccccc6e;
    background: #f7f7f7;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.124),
        0 4px 3px rgba(119, 119, 119, 0.309);
    padding: 20px;
    border-radius: 10px;
    transform: skewX(-2deg);
    line-height: 30px;
    z-index: 0;
}

.team-bio span i {
    position: absolute;
    left: 85%;
    /* top: 10px; */
    /* bottom: -18%; */
    padding-top: 1px;
    padding-right: 3px;
    transform: rotate(-13deg);
    z-index: 9;
    font-size: 45px;
    /* opacity: .9; */
    color: rgb(187, 181, 181);
    animation: teamPen 9s linear infinite;
    transition: all ease-in-out 1s;
}

@keyframes teamPen {
    0% {
        transform: translateX(10px) rotate(5deg) scale(1.1);
        transition: all ease-in-out 1s;
    }

    50% {
        transform: translateX(-55px) rotate(-45deg);
    }

    100% {
        transform: translateX(15px) rotate(10deg) scale(1.2);
    }
}

/* Team Name end */
/* close Animation */
.close {
    transition: all 1s ease;
    border-radius: 50%;
}

.close:hover {
    transform: rotate(20deg)scale(1.5);
    box-shadow: 0px 2px 5px inset rgba(0, 0, 0, 0.8);
    border-radius: 50%;
}

/* Close Animation end */


/*Team*/
